.font {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase
}

.ak-bold {
	font-family: 'Aktiv Grotesk';
	font-weight: bold
}

.opensans {
	font-family: 'Open Sans', sans-serif
}

.black {
	font-family: 'AktivGroteskW01';
	font-weight: 900
}
.medium {
	font-family: 'AktivGroteskW15';
	font-weight: 600
}

@font-face {
    font-family: montserrat-bold;
   src:url(../fonts/montserrat-bold.ttf);
}
@font-face {
    font-family: Montserrat-SemiBold;
   src:url(../fonts/Montserrat-SemiBold.ttf);
}
@font-face {
    font-family: OpenSans-Bold;
   src:url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
    font-family: montserrat-regular;
   src:url(../fonts/montserrat-regular.ttf);
}

@font-face {
    font-family: Montserrat-SemiBold;
   src:url(../fonts/Montserrat-SemiBold.otf);
}

@font-face {
	font-family: 'Aktiv Grotesk';
	src: url('../fonts/AktivGrotesk-Bold.woff2') format('woff2'), url('../fonts/AktivGrotesk-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'AktivGroteskW01';
	src: url('../fonts/AktivGroteskW01-Black.woff2') format('woff2'), url('../fonts/AktivGroteskW01-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'AktivGroteskW01';
	src: url('../fonts/AktivGroteskW01-Bold.woff2') format('woff2'), url('../fonts/AktivGroteskW01-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'AktivGroteskW01-XBold';
	src: url('../fonts/AktivGroteskW01-XBold.woff2') format('woff2'), url('../fonts/AktivGroteskW01-XBold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'AktivGroteskW06';
	src: url('../fonts/AktivGroteskW06-Bold.woff2') format('woff2'), url('../fonts/AktivGroteskW06-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: 'AktivGroteskW01';
	src: url('../fonts/AktivGroteskW01-Thin.woff2') format('woff2'), url('../fonts/AktivGroteskW01-Thin.woff') format('woff');
	font-weight: 100;
	font-style: normal;
	font-display: swap
}


@font-face {
	font-family: 'AktivGroteskW15';
	src: url('../fonts/AktivGroteskW15-Light.woff2') format('woff2'), url('../fonts/AktivGroteskW15-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap
}


body {
	color: #001212;
}

html, body{overflow-x: hidden;}

a {
	color: #005596;
	font-family:OpenSans-Bold;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-size: 46px;
	font-family: montserrat-bold;
}

h2 {
	font-size: 40px;
	font-family: montserrat-regular;
	color: #09161F;
	position: relative;
	padding: 20px 0px;
}

h2:after {
	content: '';
	width: 200px;
	height: 4px;
	background: #068C72;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 30px
}
.gform_validation_errors h2:after{display:none;}
.gform_wrapper .gform_validation_errors>h2 .gform-icon{left: -35px!important;}
.gform_title:after{margin-left:auto;}
h2.has-text-align-center:after, h2.text-center:after, .main_content h2:after {
	margin-left: auto;
}
h3 {
	color: #09161F;
	font-size: 32px;
	font-family: montserrat-bold;
	
}
h3.text-center{padding:20px 0px 35px}

h4 {
	font-size: 24px;
	font-family: Montserrat-SemiBold;
	padding: 10px 0px;
	color: #09161F;
}

h5 {
	font-size: 18px;
	font-family: montserrat-bold;
}

h6 {
	color: #09161F;
	font-size: 16px;
	font-family: montserrat-regular;
}

p, li, td{
	font-family: 'Open Sans', sans-serif;
}
p, td{
	font-size:1rem;
}

.btn_blue {
	/*background: transparent -webkit-linear-gradient(340deg, #C8E1F7 0%, #81BAEA 100%) 0% 0% no-repeat padding-box;
	background: transparent -o-linear-gradient(340deg, #C8E1F7 0%, #81BAEA 100%) 0% 0% no-repeat padding-box;*/
	background: #068C72;
	color: #000A3E;
	font-family: montserrat-bold;
	
	font-size: 14px;
	text-transform: uppercase;
	padding: 15px 20px;
	border-radius: 0px
}

.btn_blue:hover {
	background: #005596;
	color: #fff
}

.btn_green, .wp-block-button a.wp-block-button__link {
	background: #068C72!important;
	color: #0C161E!important;
	font-family: montserrat-bold;
	font-size: 16px;
	text-transform: uppercase;
	padding: 13px 20px;
	border: 1px solid #D5E8F5;
	border-radius: 0px;
}

.btn_green:hover{
	background: #005596;
	color: #fff
}

.wp-block-button a.wp-block-button__link:hover {background: #005596!important;
	color: #fff!important;}

.btn_brown {
	background: transparent -webkit-linear-gradient(341deg, #EEAEA4 0%, #D94F3F 100%) 0% 0% no-repeat padding-box;
	background: transparent -o-linear-gradient(341deg, #EEAEA4 0%, #D94F3F 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(109deg, #EEAEA4 0%, #D94F3F 100%) 0% 0% no-repeat padding-box;
	color: #000A3E;
	font-family: montserrat-bold;
	
	font-size: 14px;
	text-transform: uppercase;
	padding: 15px 20px;
	border-radius: 3px
}

.btn_brown:hover {
	background: #005596;
	color: #fff
}

.main_header {
	position: fixed;
	background: rgba(255, 255, 255, 0.5);
	z-index: 99;
	width: 100%
}

.main_header .navbar-collapse {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.top_header_cont {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto
}

.navbar {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	background:#ffffff;
}

.navbar ul {
	list-style: none;
	padding: 0
}

.navbar .container-fluid {
	padding-right: 0px;
	padding-left:0px;
}

.top_menu_one ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0px;
	background: #93C5EE;
	align-items:center;
}

.top_menu_one ul a {
	color: #000A3E;
	font-family: montserrat-regular;
	padding: 6px 15px 2px;
	display: inline-block;
	border-right: 1px solid #fff
}

.top_menu_one ul li:hover {
	background: #005596;
}
.top_menu_one ul a:hover {
	color: #fff
}

.top_menu_two ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #002F6C;
	margin: 0px;
}

.top_menu_two ul a {
	color: #EEF0F4;
	font-family:montserrat-regular;
	padding: 8px 10px;
	display: inline-block;
	font-size: 14px
}

.top_menu_two ul a:hover {
	/*background: #005596;*/
	color: #fff;
	padding: 8px 10px 3px;
}

.top_search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.top_search .form-control {
	min-height: 32px;
	padding: 2px 10px;
	height: auto
}

header .searchbardiv {
	max-width: 200px
}

.buttonsearch {
	background: #068C72;
	border: 0;
	min-height: 32px;
	min-width: 34px;
	
}
.buttonsearch  img{
	vertical-align:unset;
}

header #formsearch {
	display: none
}

.select_language {
	background: #005596;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px solid #fff;
}

.select_language select {
	background: none;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../img/Globe.svg)!important;
	background-position: top 10px right 15px;
	background-repeat: no-repeat;
	color: #EEF0F4;
	font-size: 14px;
	max-width: 125px;
	line-height: 26px;
	padding-right: 30px;
	background-size: 16px;
	font-family: montserrat-regular;
	text-transform:uppercase;
	padding-top:5px;
}

.select_language select::-ms-expand {
	display: none
}

.navbar-nav>li {
	position: relative
}

.navbar-nav>li>a {
	font-size: 22px;
	font-family: montserrat-bold;
	padding: 15px!important
}

.navbar-nav>li.current_page_item >a:after, .navbar-nav>li.current-page-ancestor >a:after  {
	content: '';
	position: absolute;
	bottom: -9px;
	width: 100%;
	background: #068C72;
    height: 5px;
	left: 0px
}

@media (min-width:992px){
.navbar-nav>li:hover .dropdown-menu {
	display: block;
	z-index: 9999
}
}
.navbar-nav>li>.dropdown-menu {
	z-index: 9999999;
	min-width: 385px;
	border-radius: 0px;
	-webkit-box-shadow: 0px 0px 3px #00000029;
	box-shadow: 0px 0px 3px #00000029;
	border: 1px solid #163164;
	left: -80%;
	top: 70px;
	padding-top: 15px
}

.navbar-nav>li>.dropdown-menu>li {
	padding: 8px 25px;
	border-bottom: 1px solid #D9CFC3;
	position: relative;
}

.navbar-nav>li>.dropdown-menu>li>a {
	font-family: montserrat-bold;
	font-size: 16px;
	color: #09161F;
	padding: 0;
	text-transform:uppercase;
}
.navbar-nav>li>.dropdown-menu>li:hover>a {
	color: #0056b3;
}

.navbar-nav>li>.dropdown-menu .has_submenu {
	position: relative
}

.navbar-nav>li>.dropdown-menu .has_submenu:after {
	content: '\f107';
	float: right;
	color: #068C72;
	font-size: 25px;
	margin-top: -10px
}

.bott_menu {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.bott_menu a:first-child {
	background: #068C72;
	color: #fff;
	font-family: montserrat-regular;
	font-weight: bold;
	padding: 14px 30px;
	font-size: 19px
}

.bott_menu a:first-child:hover {
	background: #005596;
	color: #fff
}

.bott_menu a:last-child {
	background: #C8E1F7;
	color: #000A3E;
	font-family: montserrat-regular;
	font-weight: bold;
	padding: 14px 30px;
	font-size: 19px
}

.alert-warning p{margin:0px; }
.alert-warning p a{color: #fff;
    text-decoration: underline;}
.alert-warning img{width:26px;}
.admin-bar .alert-warning{padding-top: 50px;}
.alert-warning {
	padding:10px;
	background: #933424;
	color: #fff;
	font-size: 16px;
	font-family: montserrat-regular;
	border: 0;
	border-radius: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 50px;
	padding-right: 70px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: fixed;
	top: 100px;
	z-index: 9;
	width: 100%
}

.alert-warning .close {
	font-size: 40px;
	color: #fff;
	opacity: 1;
	position: absolute;
	right: 20px
}

.btn-og {
	background: #F9ABA1;
	color: #000A3E;
	font-family: montserrat-bold;
	
	font-size: 14px;
	text-transform: uppercase;
	padding: 12px 15px;
	border-radius: 3px
}

img {
	max-width: 100%
}

.main_banner {
	position: relative;
	top: -50px;
}

.main_search {
	position: absolute;
    bottom: 0px;
    background: #D5E8F5;
    padding: 50px 0px 20px;
}

.main_search_content {
	/*background: #002F6C;
	opacity: 0.91;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 768px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: auto;
	padding: 0px 30px 20px 30px
}

.main_search_content h4 {
	color: #09161F;
	font-family: montserrat-bold;
	margin-bottom:0px;
	font-size: 24px;
}

.main_search .search_input {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-left: 20px
}

.main_search .input-group {
	display: inline-block;
	width: 100%
}

.main_search .input-group .form-control {
	width: 100%;
	background: #fff;
	border-radius: 0;
	min-height: 50px;
	border: 1px solid #163164;
}

.main_search .btn {
	background: #068C72;
	background-repeat: repeat;
	background-size: auto;
	background-repeat: no-repeat!important;
	position: absolute;
	right: 0px;
	z-index: 9;
	top: 0px;
	min-height: 50px;
	width: 55px;
	border-radius: 0;
	border: 1px solid #FFF;
}

.main_search .btn img {
	min-width: 20px
}

.no-margin {
	margin-left: 0px;
	margin-right: 0px
}

.features {
	background-color: #005596;
    top: -80px;
    position: relative;
    margin: 0px 50px;
    border: 4px solid #FFFFFF;
	/*background-image: url(../img/dot-bg.png)*/
}

.features h5, .features_two h5 {
	color: #fff;
	font-family: montserrat-regular;
}

.ftr_col_cont {
	text-align: center;
}

.ftr_col_cont:after{
	content: '';
    position: absolute;
    top: 0px;
    right: 0;
    height: 152px;
    width: 1px;
    background: #fff;
}

.ftr_col_cont h5 {
	min-height: 62px;
	font-size: 24px;
	font-family: montserrat-bold;
	margin-bottom:20px;
}

.ftr_col:last-child .ftr_col_cont {
	border: 0px
}

.ftr_img {
	width: 110px;
	height: 110px;
	margin-top: -50px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 100px;
	margin-bottom: 10px;
	border: 10px solid transparent
}

.ftr_col:hover .ftr_img{
	border: 10px solid #000A3E
}

.ftr_col:hover {
    background: #000A3E;
}

.no-padding {
	padding-left: 0px;
	padding-right: 0px
}

.img_button_row img {
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	width: 100%;
	height:auto;
}

.img_button_row .img_block:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.img_button_row .img_block {
	overflow: hidden
}

.img_block_title {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: calc(100% - 30px);
	text-align: center;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.img_block_title h4 {
	color: #F8F6F0;
	text-shadow: 0px 3px 6px #00000029;
	font-size: 20px;
	font-family: montserrat-bold;
	z-index:2;
	height:80px;
	text-shadow: 0px 0px 2px #000;
}

.img_block_title .overlay {
    width: 100%;
    height: 100px;
    position: absolute;
    background: #000;
    opacity: 0.2;
	bottom: 0;
}

.img_block_title a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.main_content {
	padding: 50px 0px
}

.main_content h2 {
	text-align: center
}

.center_content p {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto
}

.up_events {
	padding: 50px 50px;
	background-color: #f8f6f0;
	background-image: url(../img/dot-bg.png)
}

.up_events .event_col {
	padding: 0px 5px
}

.up_events .event_row {
	margin-top: 60px
}

.event_box {
	box-shadow: 0px 0px 3px #00000029;
border: 1px solid #005596;
height: 100%;
    background: #fff;
	
}
.event_box.noimg{display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}
.event_img img{width:100%; }

.event_box .event_det .date_time {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-transform: uppercase;
	font-family: montserrat-bold;

}

.event_box .event_det .date_time .date {
	background: #12206A;
	color: #fff;
	padding: 5px 15px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.event_box .event_det .date_time .time {
	background: #C8E1F7;
	color: #000A3E;
	padding: 5px 10px;
	min-width:90px;
	display: flex;
align-items: center;
justify-content: center;
}

.event_box .event_name {
	padding: 20px 20px;
	color:#000;
	
}
.event_det{background: #fff}

.event_box p {
	font-family: 'Open Sans', sans-serif;
	color:#09161F;
	font-size: 16px;
}

.more_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px
}

.our_partner {
	padding: 50px 0px;
	display:none;
}

.our_partner .partner_col {
	border-right: 2px solid #12206A;
	text-align: center
}

.our_partner .partner_col img {
	max-width: 250px
}

.our_partner .partner_col:last-child {
	border: 0
}

.our_partner .prtner_logo {
	min-height: 180px
}

.our_partner .partner_row {
	margin-top: 70px;
	margin-bottom: 70px
}

.footer {
	background: #005596;
	padding-top: 30px;
	padding-bottom: 20px;
	color: #fff
}

.footer .copyright {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100
}

.footer_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0px;
}

.footer_menu li {
	position: relative
}

.footer_menu li a {
	color: #fff;
	text-transform: uppercase;
	font-family: montserrat-regular;
	font-weight: bold;
	padding: 10px;
}

/*.footer_menu li:after {
	content: '|';
	position: absolute;
	top: -2px;
	right: 0
}*/

.footer_menu li:last-child:after {
	display: none
}


.main_wrapper>section {
	/*padding: 50px 0px*/
}

.main_wrapper>section h2 {
	margin-bottom: 35px
}

.main_wrapper {
	padding-top: 121px!important;
	padding-bottom: 50px;
}
.main_wrapper.contact_wrap{padding-bottom:0px;}

.main_wrapper .main_breadcrumb .breadcrumb {
	background: none;
	margin: 0px;
	padding-left: 30px;
	padding-right: 80px;
	background: #D5E8F5;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.main_wrapper .main_breadcrumb .breadcrumb a {
	color: #000A3E;
	font-family: montserrat-regular;
	position: relative;
}

.main_wrapper .main_breadcrumb .breadcrumb a img{
		vertical-align: unset;
		margin-right:6px;
}

.main_wrapper .main_breadcrumb .breadcrumb li.active {
	color: #000A3E;
	font-family: montserrat-regular;
	font-weight: 900
}

.main_wrapper .main_breadcrumb .breadcrumb-item+.breadcrumb-item:before {
	content: "";
	background: url(../img/Down_Small.svg);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 4px
}

.page_title_img {
	background: url(../img/generic_banner.png);
	min-height: 425px;
    background-position: bottom;
	text-align: center;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.page_title h1 {
	color: #fff;
	background: #005596;
    padding: 25px 15px;
    width: 54%;
    top: 58px;
    position: relative;
    margin: 0 auto;
    font-size: 49px;
    border: 5px solid #fff;
    font-family: Montserrat-SemiBold;
}

.wp-block-group {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	padding-top: 50px
}

.mid .date {
	color: #12206A
}

.main_wrapper p {
	margin-bottom: 25px;
	width: 100%;
}
.newsBody p{color: #09161F;}
.general_carousel {
	margin-bottom: 25px
}

.mid ul {
	margin-bottom: 25px
}

.mid ol li {
	margin-bottom: 25px
}

.doc_block {
	display: block;
	color: #005596;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px
}

.doc_block img {
	margin-right: 10px;
	max-width:20px;
}

.wp-block-group.pad  {
	padding: 25px 0px!important
}

.panel_det_r {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 30px;
	padding-right: 30px
}

.panel_det_r h3 {
	position: relative
}

.panel_det_r h3:after, .panel_det_r h4:after {
	content: '';
	width: 200px;
	height: 4px;
	background: #068C72;
	display: block;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 30px
}

.button_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.gen_video_img {
	padding-bottom: 0px!important
}

/*.bg_light{background-color:#f8f6f0;background-image:url(../img/dot-bg.png)}*/

/*.cream {
	background-color: #f8f6f0;
	background-image: url(../img/dot-bg.png)
}*/

.container {
	max-width: 1250px
}

.img_card_block {
	-webkit-box-shadow: 0px 0px 3px #00000029;
	box-shadow: 0px 0px 3px #00000029;
	border: 1px solid #F8F6F0
}

.text_card_block {
	/*-webkit-box-shadow: 0px 0px 3px #00000029;
	box-shadow: 0px 0px 3px #00000029;
	border: 1px solid #F8F6F0;
	background: #fff;*/
	padding: 30px 30px;
	height: auto;
}

.text_card_block p {
	color: #000A3E
}

.img_text_card_col {
	/*padding-left: 7.5px;
	padding-right: 7.5px;
	margin-bottom: 15px*/
	padding-left: 7.5px;
	padding-right: 7.5px;
	margin-bottom: 15px;
}

.right_info_cont {
	background: #fff;
	padding: 20px 20px
}

.generic_form {
	padding: 25px 25px;
	background: #002F6C;
}

.generic_form h5 {
	color: #fff;
	text-align: center
}

.generic_form p {
	color: #fff
}

.generic_form .form-group label {
	text-transform: uppercase;
	color: #fff;
	font-family: montserrat-regular;
	font-weight: bold
}

.generic_form .form-control {
	background: #fff;
	border-radius: 0px;
	min-height: 50px;
	border: 1px solid #D7A036;
}

.generic_form .form-check-label {
	color: #fff
}

.generic_form .btn_blue {
	margin-left: auto;
	margin-right: auto;
	display: table;
	padding: 15px 30px;
	width: 150px;
	margin-top: 20px;
	border: 0px;
	-webkit-box-shadow: 0;
	box-shadow: 0
}

.blue {
	background-color:#005596;
	/*background-image: url(../img/dot-bg.png)*/
}
.darkblue {
	background-color: #002F6C;
}
.blue h2, .blue h3, .blue h4, .blue h5, .blue p, .blue li {
	color: #fff
}

.expanding-grid {
	position: relative;
	width: 100%
}

.staff_det {
	text-align: center;
	padding: 20px;
	background: #fff
}

.staff_det h6 {
	font-size: 19px
}

.staff_det h6 span {
	display: block;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #000000;
	font-weight: normal
}

.expanding-grid .links {
	display: block;
	overflow: hidden;
	padding: 1em 0
}

.expanding-grid .links>li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0px 5px;
	width: 25%;
	list-style: none;
	margin-bottom: 10px
}

.staff_img img {
	width: 100%;
	height:auto;
}
.depo-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	text-align: center;
  }

.social_links img {width: 20px; height: auto;}
.social_links a {padding: 10px}
.expanding-grid .links>li:nth-of-type(4n+1) {
	/*clear: left*/
}

.expanding-grid .spacer {
	background-color: #fff;
	clear: both;
	display: block;
	margin-bottom: 20px
}

.expanding-grid .expanding-container {
	clear: both;
	display: none;
	overflow: hidden;
	width: calc(100% - 10px);
	background: #fff;
	border: 1px solid #005596;
	margin-top: -12px;
	margin-left: 5px;
}

.expanding-grid .expanding-container.expanded,
.expanding-grid .expanding-container:target {
	display: block
}

.expanding-grid .close-button {
	background: url(../img/cancel.png);
	color: #fff;
	display: inline-block;
	height: 25px;
	line-height: 1;
	overflow: hidden;
	text-decoration: none;
	text-indent: 5em;
	white-space: nowrap;
	width: 25px;
	will-change: opacity;
	z-index: 5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 20px;
	margin-right: 45px
}

.expanding-grid .close-button.active {
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s
}

.expanding-grid .close-button:hover {
	opacity: 0.5
}

.expand-content {
	padding: 60px 50px 20px 50px;
	margin: auto;
	width: 85%;
}

.expanding-grid ul li a.active .staff_det {
	border-left: 1px solid #068C72;
	border-right: 1px solid #068C72;
	padding-bottom: 35px;
    position: relative;
    z-index: 9;
	min-height:200px;
}

.plus-minus_icon {
	display: inline-block;
	line-height: 24px;
	text-align: center
}

.plus-minus_icon:before {
	content: "+";
	font-size: 36px;
	color: #068C72
}

.expanding-grid ul li a.active .plus-minus_icon:before {
	content: "-"
}

.how_row {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-bottom: 20px
}

.how_row h6 {
	margin-bottom: 0px
}

.how_row .number {
	font-size: 14px;
	font-weight: 700;
	width: 40px;
	height: 40px;
	border-radius: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-width: 40px;
	min-height: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 25px;
	background: #068C72;
	color: #000;
	font-size: 19px;
	font-family: montserrat-regular;
	font-weight: bold;
}
.how_row .desc {width: 100%;}


.how_to_cont {
	width: 60%;
	margin-left: auto;
	margin-right: auto
}

p.how_title {
	margin-bottom: 5px
}

.simple_list_col {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom:10px;
}
.simple_list_info .row {justify-content: center; /*width: 100vw;*/}


.simple_list_col a {
	color: #09161F;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 90px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	font-family: montserrat-bold;
	
	padding: 10px;
	background: #068C72;
	height:100%;
}

.simple_list_col a:hover {
	background: #005596;
	color: #fff
}

.accordion {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
	width: 100%;
}
/*.accordion .card-header::after {
    font-family: 'FontAwesome';
    content: "\f106";
    float: right;
    font-size: 28px;
    position: relative;
    right: 15px;
    top: 16px;
    margin-top: -10px;
    color: #9E7C0C;
    font-weight: bold;
}*/
.card-title {
    color: #111 !important;
font-family: montserrat-bold;
padding: 0;
margin: 0;
clear: none;
color: inherit;
line-height: 1.8;
font-size: 1.2em;
cursor: pointer;
}
.accordion .card-header {
	background: #fff;
	-webkit-box-shadow: 0px 0px 3px #00000029;
	box-shadow: 0px 0px 3px #00000029;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	min-height: 55px;
	padding: 0px;
	margin-bottom: 15px;
    color: #111 !important;
    border-radius: 2px !important;
    border: 1px solid #163164;
    min-height: 55px;
    position: relative;
}
.accordion .card-header a {padding:15px 30px; width: 100%;}
.accordion .card-header h6 {
	margin: 0px;
	font-size: 19px
}

.accordion .card-body {
	background: #fff;
	padding-left: 30px;
	padding-right: 30px
}

.md-accordion {
	max-width: 940px;
	margin: auto;
	padding-bottom: 50px
}

.acco_card .acco_arw {
	float: right;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.acco_card {
	/*-webkit-box-shadow: 0px 0px 3px #00000029;
	box-shadow: 0px 0px 3px #00000029*/
}

.acco_card .collapse {
	border-top: 2px solid #068C72
}

.accordion .card-header.collapsed::after {
    content: "\f107";
}

.tabs_horizont {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	box-shadow: 0px 0px 3px #00000029;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -65px
}

.tabs_horizont a.nav-link {
	font-size: 18px;
	font-family: montserrat-bold;
	
	color: #000A3E!important;
	background: #E0E6EA;
	border-radius: 0!important;
	border: 1px solid #163164!important;
	min-height: 60px;
	min-width: 230px;
	border-bottom: none!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	text-transform:uppercase;
	align-items: center
}

.tabs_horizont a.nav-link.active {
	border-bottom: 0px!important
}

section.map_era {
	padding-top: 0px!important
}

.main_tabs {
    position: relative;
	border-bottom: 1px solid #163164;
    margin: 0px -15px;
  /*  padding: 50px 0px 0px 0px;*/
  padding:0px;
}
.main_tabs .tab-content {
	/*padding-top: 60px*/
	border-top: 1px solid #163164;
    margin: 0px -15px;
}
 .main_tabs .generic_middle_block .advgb-tabs-wrapper.advgb-tab-horz-desktop {
    margin-top: -50px;
    margin-left: -3rem;
    width: calc(100% + 6rem);
}
.main_tabs .advgb-tabs-wrapper.advgb-tab-horz-desktop.lightblue {padding:50px 0px 0px 0px;}
.main_tabs .advgb-tabs-wrapper.advgb-tab-horz-desktop {padding-top:50px;}
.deptinfo .col-md-9 .advgb-tabs-panel {
    width: 100%;
    justify-content: center;
    display: flex;
	flex-flow: wrap;
}
.col-md-9 .advgb-tab-body-wrapper{margin-right:0px; border: 1px solid #000A3E !important;}
.deptinfo .col-md-9 .lightblue .advgb-tabs-panel {
    background: #D1E9F7;
}
.tabs_vertic {
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -15px;
	display: none;
}

.tabs_vertic a.nav-link {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #000A3E!important;
	background: #93C5EE;
	border-radius: 0!important;
	border: 1px solid #327A22!important;
	min-height: 60px;
	font-weight: 600;
	text-transform: capitalize;
	min-width: 320px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.tabs_vertic a.nav-link.active {
	border-bottom: 0px!important
}

#conference-timeline {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto
}

#conference-timeline .conference-center-line {
	position: absolute;
	width: 3px;
	/*height: calc(100% - 32%);*/
	height: calc(100% - 19%);
	/*top: 120px;*/
	left: 50%;
	margin-left: -2px;
	background: #005596;
	z-index: 0;
	/*top: 19%*/
	top: 14%;
}

.timeline-article {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 20px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.timeline-article .content-left-container,
.timeline-article .content-right-container {
	max-width: 47%;
	width: 100%
}

.timeline-article .content-left,
.timeline-article .content-right {
	position: relative;
	width: auto
}

.timeline-article p span.article-number {
	position: absolute;
	font-weight: 300;
	font-size: 44px;
	top: 10px;
	left: -60px;
	color: #00b0bd
}

.timeline-article .content-left-container {
	float: left;
	padding-right: 10px
}

.timeline-article .content-right-container {
	float: right;
	margin-left: auto;
	padding-left: 10px
}

.timeline-article .content-left:before,
.timeline-article .content-right:before {
	position: absolute;
	top: 20px;
	font-size: 23px;
	font-family: "FontAwesome";
	color: #fff;
	display: none
}

.timeline-article .content-left:before {
	content: "\f0da";
	right: -8px
}

.timeline-article .content-right:before {
	content: "\f0d9";
	left: -8px
}

.timeline-article .circle_yw {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -21px;
	color: #fff;
	border-radius: 100%;
	background: #fff;
	border: 3px solid #005596;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.timeline-article .image_year_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.timeline-article .section_year {
	color: #09161F;
	font-size: 32px;
	font-family: Montserrat-SemiBold;
}

.image_year_row .section_year {
	margin-left: 20px
}

.timeline-article .content-left p {
	margin-left: auto
}

.timeline-article .content-left {
	text-align: right
}

.timeline-article .content-right {
	text-align: left
}

.timeline-article .content-right .section_year {
	margin-left: 0;
	margin-right: 20px
}

.timeline-article:last-child .circle_yw {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.timeline-article:last-child .circle_yw:after {
	content: '';
	background: #068C72;
	width: 30px;
	height: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 100%
}

.conference-timeline-content {
	max-width: 1200px;
	margin: auto
}

.contactcard_row {
	max-width: 90%;
	margin: 30px auto
}
.contact_cards .contactcard_row {
	max-width: 75%;
	margin: 30px 0px;
}

.contact_box {
	/*-webkit-box-shadow: 0px 0px 3px #00000029;
	box-shadow: 0px 0px 3px #00000029;
	
	border: 1px solid #163164;
	background: #fff*/
	padding: 30px;
}

.contact_box h6 {
	font-size: 19px;
	margin-bottom: 0px
}

.contact_col {
	padding: 0px 5px
}

.tel_em_fax p {
	margin-bottom: 0px;
	font-family: OpenSans-Bold;
	color:#005596;
	line-height: 1.2em;
}

.tel_em_fax p a {
	font-family: OpenSans-Bold;
	color: #005596;
	
}
.tel_em_fax p strong{color:#09161F;}

.current_exb .date_time {
	text-align: center
}

.current_exb .btn_blue {
	min-width: 180px
}

.white {
	background: #fff;
	padding:3rem 0px;
}

.museum_land .button_list {
	padding-bottom: 100px
}

.gen_img_panel {
	padding-top: 0px!important;
	padding-bottom: 0px!important
}

.button_block a {
	margin-right: 15px
}

.activity_land .panel_det_r h3:after {
	background: #3BB78C
}

.site_img_panel.even .button_block {
	margin-bottom: 20px
}

.main_wrapper select {
	background-color: #fff;
	border: 1px solid #163164;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	-o-text-overflow: '';
	text-overflow: '';
	background-image: url(../img/arrow-down.svg);
	background-repeat: no-repeat;
	border-radius: 0px;
	min-height: 50px;
	font-family: OpenSans-Bold;
	color: #000000;
	-webkit-box-shadow: 0px 0px 3px #00000029;
	box-shadow: 0px 0px 3px #00000029;
	background-position: top 21px right 15px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

select::-ms-expand {
	display: none
}

.filter_block h6 {
	font-size: 16px;
	color: #09161F;
	font-family: OpenSans-Bold;
}

.filter_block label {
	font-size: 19px;
	color: #000A3E;
	margin-left: 15px;
	font-family: montserrat-regular;
	font-weight: bold
}

.filter_block .form-group {
	margin-bottom: 10px
}

.map_row {
	margin-bottom: 20px;
	padding: 5rem 0px;
}

.map_row .col-le {
	padding: 0px 25px 0px;
}

.map_row .col-re {
	padding: 0px
}

.map_row .search_block {
	background: #005596;
	/*position: absolute;
	top: 0px;
	left: 0px;
	max-width: 330px;
	width: 350px;*/
	padding: 15px 15px
}

.map_row .int_map {
	position: relative
}

.map_row .int_map img {
	width: 100%
}

.search_block .search_input {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.search_block .input-group {
	display: inline-block;
	width: 100%;
	-webkit-box-shadow: 0px 0px 3px #00000029;
	box-shadow: 0px 0px 3px #00000029;
}

.search_block .input-group .form-control {
	width: 100%;
	background: #fff;
	border-radius: 0;
	min-height: 50px
}

.search_block .btn {
	background: #068C72;
	background-repeat: repeat;
	background-size: auto;
	background-repeat: no-repeat!important;
	position: absolute;
	right: 0px;
	z-index: 9;
	top: 0px;
	min-height: 50px;
	width: 55px;
	border-radius: 0
}

.search_block .btn img {
	width: 20px
}

.map_details {
	padding: 50px 0px;
}

.park_row {
	position: relative
}

.park_row .park_map {
	padding: 0px;
	width: 36%
}

.park_row .park_img {
	padding: 0px;
	width: 64%
}

.park_row .park_alrt {
	position: absolute;
	color: #fff;
	top: 0px;
	right: 0px;
	z-index: 99;
	width: 100%
}

.park_row .park_alrt p {
	color: #fff
}

.park_row .park_toggle {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 75px;
	height: 70px;
	background: #BE2612;
	background-image: url(../img/plus.svg);
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center
}

.park_row .park_toggle.expanded_park {
	background-image: url(../img/close_wh.svg)
}

.park_row .alert_content {
	background: #BE2612;
	padding: 50px 20%
}

.park_row .alert_content h5 {
	margin-bottom: 25px
}

.map_park_info {
	padding: 20px 40px;
	background: #fff;
	width: 36%
}

.pk_amen_rent {
	width: 64%;
	padding-top: 20px
}

.amenity_row img {
	margin-right: 2px
}

.parkdetail_wrap h6 {
	font-size: 19px
}

.park_desc {
	padding: 40px 0px;
	width: 100%
}

.park_desc p {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto
}

.bg_blue .text_card_block p {
	color: #000;
	margin: 0px
}

.related_parks {
	padding-bottom: 150px!important
}

.parks_tabs .tabs_horizont {
	margin-top: -60px;
	margin-left: 0;
	margin-right: 0
}

.parks_tabs .tabs_horizont a.nav-link {
	min-width: 200px
}

.park_tab_info {
	max-width: 800px;
	margin: auto;
	padding-bottom: 60px
}

.contact_map {
	margin-bottom: 0px
}

.contact_map .col-le {
	padding: 0px
}
.contact_map .col-le .container{
	padding-left:5px;
	padding-right:0px;
}
.contact_map .col-le .container .contact_col {
	padding:0px;
}
.contact_map .col-le  .contactcard_row {
	margin-top:15px;
}
.contact_map .col-le h5 {
	color: #fff;
	text-align: center
}

.contact_map .col-le .cont_form {
	padding-top: 20px;
	background:#005596;
	padding-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px
}

.contact_map .col-re {
	padding: 0px;
	margin:0px;
}
.contact_map .col-re  .wp-block-advgb-map{
	margin-top:0px !important;
}
.contact_map .int_map {
	position: relative
}

.contact_map .int_map img {
	width: 100%
}

.form_wrap {
	margin-top: 20px
}

.form_wrap label {
	font-family: montserrat-regular;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	margin-bottom: 3px
}

.form_wrap .form-group {
	margin-bottom: 10px
}

.form_wrap .form-control {
	font-size: 14px
}

.form_wrap .btn_submit {
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.form_wrap .btn_submit a {
	min-width: 150px
}

.cont_info_block {
	padding: 10px 0px 10px 10px
}

.cont_info_block .contact_box {
	margin-bottom: 10px
}

.form-control {
	width: 100%;
	background: #fff;
	border-radius: 0;
	min-height: 50px;
	padding:10px 20px;
	border: 1px solid #163164;
}

.form-control::-webkit-input-placeholder {
	color: #292929;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #292929;
	opacity: 1
}

.form-control::-ms-input-placeholder {
	color: #292929;
	opacity: 1
}

.form-control::placeholder {
	color: #292929;
	opacity: 1
}

.contact_img_cards {
	padding: 25px 30px
}

.contact_img_cards .text_card_block .link_main {
	color: #005596;
	font-weight: 600
}

.contact_img_cards .tel_em_fax {
	margin-top: 20px
}

.result_wrapper .main_search {
	position: static
}

.srch_title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.srch_title h6 {
	margin-bottom: 0px;
	margin-right: 20px
}

.resull_filter {
	padding-top: 0px;
	padding-bottom: 60px
}

.more_filter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 15px 0px;
}

.more_filter h3 {
	position: relative
}

.more_filter h3:after {
	content: '';
	width: 200px;
	height: 4px;
	background: #068C72;
	display: block;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 30px
}

.more_filter select {
	min-width: 170px
}

.result_row {
	background: #fff;
	-webkit-box-shadow: 0px 0px 3px #00000029;
	box-shadow: 0px 0px 3px #00000029;
	padding-left: 40px;
	display: inline-block;
	padding-right: 40px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border: 1px solid #163164;
	width: 100%;
}

.result_row .re_category {
	background: #005596;
	color:#F8F6F0;
	display: table;
	padding: 5px 20px;
	margin-bottom: 25px
}

.search_filter_wrap {
	max-width: 750px;
	margin-bottom: 15px
}

.search_filter_wrap .search_block {
	width: 50%;
	padding-top: 6px
}

.search_filter_wrap .filter_block {
	width: 50%;
	padding-left: 15px
}

.accordion_block {
	background: #fff;
	-webkit-box-shadow: 0px 0px 3px #00000029;
	box-shadow: 0px 0px 3px #00000029;
	margin-bottom: 10px
}

.main_acco_title {
	padding: 25px 30px;
	cursor: pointer;
	position: relative
}

.main_acco_title p {
	margin: 0px
}

.main_acco_title h6 {
	margin: 0px
}

.main_acco_title .accordion_sign {
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.main_acco_title.active .acco_arw {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.acco_panel {
	display: none;
	border-top: 1px solid #31711E;
	padding: 40px 60px
}

.accordion_era p strong {
	font-size: 19px;
	color: #000A3E;
	font-family: montserrat-regular;
	font-weight: bold
}

.acco_panel .contact_box {
	display: inline-block
}

.resource_row .res_img {
	padding: 0px
}

.resource_row {
	background: #fff;
	-webkit-box-shadow: 2px 2px 5px #0000001A;
	box-shadow: 0px 0px 3px #00000029;
	margin-bottom: 10px
}

.res_content {
	padding: 30px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.res_content p {
	color: #000A3E
}

.publication_info {
	padding-right: 80px
}

.resource_row.noimg .res_content {
	padding: 30px 50px
}

.n_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	flex-wrap: wrap;
}

.n_row a {
	margin-right: 30px
}

.publication_info .main_acco_title {
	padding: 30px 60px
}

.publc_blocks .search_block {
	margin-bottom: 20px
}

.main_events {
	padding-top: 40px;
	padding-bottom: 40px
}

.search_event .input-group {
	/*border: 1px solid #163164;*/
	min-width: 300px;
}

.search_event .form-control {
	background: #fff
}

.search_event .btn {
	border-left: 1px solid #068C72;
	border-radius: 0;
	background: #068C72;
}

.main_events .form-control {
	background-color: #fff
}

.main_events select {
	border: 1px solid #163164;
	background-image: url(../img/arrow-down.svg);
	background-position: top 20px right 15px;
	background-size: 15px
}

.search_event {
	margin-bottom: 15px
}

.evt_left label {
	font-size: 16px;
	font-weight:bold;
	color: #09161F;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	margin-bottom:7px;
}
.clear_btn .btn.clear {font-size: 16px;
	font-weight:bold;
	color: #09161F;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	padding-left:0px;
	padding-top:0px;
}
.filter_date {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 20px
}

.filter_date .filter-col {
	padding: 0px 5px
}

.evt_top_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.evt_top_info .evt_top_r {
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.evt_top_info .evt_top_r select {
	min-width: 170px;
	margin-right: 30px
}

.evt_top_info h3:after {
	content: '';
	width: 200px;
	height: 4px;
	background: #EB4134;
	display: block;
	margin-left: 0;
	margin-top: 10px;
	margin-bottom: 30px
}

.evt_top_info h3 {
	position: relative
}

.list_grid_view {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.expanding-gridevt {
	position: relative;
	width: 100%
}

.expanding-gridevt .linksevt {
	overflow: hidden;
	padding: 1em 0
}

.expanding-gridevt .linksevt>li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0px 5px;
	width: 33.3%;
	list-style: none;
	margin-bottom: 10px
}

.expanding-gridevt .linksevt>li a {
	background: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0px 0px 3px #00000029;
	box-shadow: 0px 0px 3px #00000029
}

.expanding-gridevt .event_box {
	-webkit-box-shadow: none;
	box-shadow: none;
	min-height: 500px;
	background: #fff;
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;*/
	position: relative
}
.expanding-gridevt .event_box.noimg{display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center}

.expanding-gridevt .links>li:nth-of-type(4n+1) {
	clear: left
}

.expanding-gridevt .spacer {
	background-color: #fff;
	clear: both;
	display: block;
	margin-bottom: 20px
}

.expanding-gridevt .expanding-containerevt {
	clear: both;
	display: none;
	overflow: hidden;
	width: 100%;
	background: #fff;
	border: 2px solid #005596;
	margin-top: -10px
}

.expanding-gridevt .expanding-container.expandedevt,
.expanding-gridevt .expanding-container:target {
	/*! display:block */
}

.expanding-gridevt .close-button {
	background: url(../img/cancel.png);
	color: #fff;
	display: inline-block;
	height: 25px;
	line-height: 1;
	overflow: hidden;
	text-decoration: none;
	text-indent: 5em;
	white-space: nowrap;
	width: 25px;
	will-change: opacity;
	z-index: 5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: 20px;
	margin-right: 20px
}

.expanding-gridevt .close-button.active {
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s
}

.expanding-gridevt .close-button:hover {
	opacity: 0.5
}

.expanding-gridevt .event_box.noimg .date_time {
	position: absolute;
	top: 0;
	width: 100%
}

.expand-contentevt {
	padding: 50px 50px
}

.exp_left {
	width: 25%;
	border-right: 1px solid #D94F3F;
	padding-right: 15px;
}

.exp_left h6 {
	font-size: 19px;
	margin-bottom: 30px
}

.exp_left a {
	color: #005596;
	font-weight: 600;
	text-transform: uppercase;
}

.exp_right {
	width: 75%;
	padding-left: 30px;
	padding-right: 30px
}

.eventlist_row {
	background: #fff;
	-webkit-box-shadow: 0px 0px 3px #00000029;
	box-shadow: 0px 0px 3px #00000029;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	margin: 0px;
	border: 1px solid #163164;
}

.eventlist_row .date_time_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px
}

.eventlist_row .date_time_list .date {
	background: #12206A;
	color: #fff;
	padding: 5px 20px
}

.eventlist_row .date_time_list .time {
	background: #C8E1F7;
	color: #000A3E;
	padding: 5px 20px
}

.eventlist_row .evt_list_img {
	padding: 0px
}

.accordion-item {
	margin-bottom: 10px
}

.accordion-item .accordion-content {
	display: none;
	background: #fff;
	padding: 30px 40px 30px;
	border: 1px solid #163164;
	border-top:none;
}

.evt_list_info {
	padding: 25px 35px;
}
.evt_list_info p{margin-bottom: 0px; padding: 10px 30px 0px 0px;}

.evt_list_info h6 {
	margin-bottom: 0px;
	font-family: 'Open Sans', sans-serif;
}

.event_list_block {
	/*padding-right: 12%;*/
	padding-bottom: 75px;
}

.acco_arrow {
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.accordion-item.active .acco_arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.top_menu_one li.menublue{
	background:#93C5EE;
}
.top_menu_one li.menublue a{
	font-size:16px;
}
.top_menu_one li.menugreen a{
	font-size:14px;color: #fff;
	border-right: 0;
	padding: 7px 12px 2px;
	min-height: 32px;
}
.top_menu_one li.menugreen{
		background:#068C72;
		text-transform:uppercase;
}
.top_search .searchFiled{
	border: 1px solid #068C72;
min-height: 32px;
padding: 2px 10px;
height: auto;
width: 170px;
}
.navbar-nav > li.menugreen ,.navbar-nav > li.menublue{
	padding:8px 0px;
}
.navbar-nav > li.menugreen > a {
	background: #068C72;
color: #fff;
font-family: montserrat-regular;
font-size: 19px;padding: 14px 30px !important;
margin-right: 1px;

}
.navbar-nav > li.menugreen > a:hover{
    background: #005596;
    color: #fff;
}
.navbar-nav > li.menublue > a{
	background: #C8E1F7;
color: #000A3E;
font-family: montserrat-regular;
padding: 14px 30px !important;
font-size: 19px;
}
.navbar-nav > li.menublue:hover > a::after , .navbar-nav > li.menugreen:hover > a::after {
	display:none;
}
.inner_submenu {
	display:none;
}
.inner_submenu li a{
	font-size: 16px;
font-weight: 600;
font-family: 'Open Sans', sans-serif;
}
.inner_submenu li{
	margin-top: 15px;
margin-bottom: 15px;
}
.plus-minus{
position: absolute;
right: 10px;
top: 0px;
width: 30px;
height: 40px;
text-align: center;
cursor:pointer;

}
.plus-minus:after{
	content: '+';
	background-color: #068C72;
    font-size: 26px;
    position: relative;
    top: 0px;
    padding: 0px 12px;
    right: 10px;
}
.plus-minus.minusIcon:after{
	content: '-';
	padding:0px 15px 5px;
}

.wp-block-group{
	padding:50px 0px;
}
.wp-block-button.btn_blue{
/*	padding:0px;
	position: absolute;
    bottom: 15px;*/
}
.wp-block-group  .wp-block-button.btn_blue .wp-block-button__link,   .wp-block-button.btn_blue .wp-block-button__link{
	padding: 0;
background: #068C72;
color: #000A3E;
padding: 15px 20px;
margin: 0;
}
.wp-block-group  .wp-block-button.btn_blue:hover .wp-block-button__link ,   .wp-block-button.btn_blue:hover .wp-block-button__link  {
	background: #005596;
color: #fff;
}

.wp-block-group .wp-block-advgb-accordions{
	max-width: 950px;
margin-left: auto;
margin-right: auto;
}
.wp-block-media-text__content h3{
	position:relative;
}
.wp-block-media-text .wp-block-media-text__content h3::after {
    content: '';
    width: 200px;
    height: 4px;
    background: #068C72;
    display: block;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}

.expanding-grid ul li a.active .staff_det::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    background: #fff;
    left: 0;
    bottom: -5px;
    z-index: 99999999;
}
 .advgb-accordion-wrapper .advgb-accordion-body.ui-widget-content{
	background: #fff !important;
padding: 25px 30px !important;
box-shadow: 0px 0px 3px #00000029!important;
border: 1px solid #163164!important;
}
.advgb-accordion-header[aria-expanded="true"] .advgb-accordion-header-icon {
    display: block !important;
    transform: rotate(-180deg);
}

.grey .text_card_block{
	background:#fff;
}
.advgb-accordion-header, .advgb-accordion-header.ui-accordion-header.ui-state-default{
	border: 1px solid #163164 !important;
	min-height: 55px;
display: flex;
align-items: center;
position: relative;padding-left: 30px !important;box-shadow: 0px 0px 3px #00000029;
}
.advgb-accordion-header.ui-accordion-header.ui-state-default:hover{
	/*outline: 2px solid #36b480 !important;*/
}
.wp-block-advgb-accordion-item .advgb-accordion-header-icon{
	margin-right:0px;
	position:absolute;right: 20px;
}
.wp-block-advgb-accordions.advgb-accordion-wrapper .advgb-accordion-header.ui-accordion-header-active{
	border-bottom: 2px solid #163164 !important;
}
.wp-block-advgb-adv-tabs .advgb-tabs-panel .advgb-tab{
	margin-right:0px !important;border: 0px !important;
	margin-left: -1px !important;
	margin-bottom:-1px !important;
	list-style:none;

}
.advgb-tabs-panel .advgb-tab a, div ul.advgb-tabs-panel li.advgb-tab a:hover, div ul.advgb-tabs-panel li.advgb-tab a:focus{
font-size: 19px;
font-family: montserrat-regular;
font-weight: bold;
color: #000A3E !important;
background: #E0E6EA!important;
border-radius: 0 !important;
border: 1px solid #163164 !important;
min-height: 60px;
min-width: 230px;
display: -webkit-box;
display: -ms-flexbox;
display: flex !important;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;text-transform: uppercase;
}
.wp-block-advgb-adv-tabs  .advgb-tabs-panel  .advgb-tab.advgb-tab-active a{
	background: #fff !important;
border-bottom: 0px !important;color: #000A3E !important;
} 

.advgb-tab-horz-desktop  ul.advgb-tabs-panel{
	margin-left:auto !important;
	margin-right:auto !important;
}
.main_wrapper>section.no-margin{padding:0;}

.btn_green  .wp-block-button__link{
	padding:0px !important;
	margin-right:0px ;background:none !important;
}
.btn_green:hover  .wp-block-button__link{
	color:#fff !important;
}
.wp-block-media-text__content .btn_green{
min-width:140px;	
}

.wp-block-group .wp-block-group__inner-container > h2{
	/*margin-bottom:50px;*/
}
.page-id-378 .features3{margin-top:50px;}
.more_btn  .wp-block-button__link{
	width:100%;
}

.contact_map   .cont_form_wrapper{
	margin-top:0px;
	background: #005596;
	padding: 0px;
}
.contact_map .gform_heading .gform_description{
	font-size: 26px;
	font-family: montserrat-regular;
color: #fff;
width: 100%;
text-align: center;
}
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
	font-weight:normal;}

.contact_map .gfield_label{
	font-family: montserrat-regular;
font-size: 14px !important;
color: #fff;
margin-bottom: 3px;
text-transform: uppercase;
}
.contact_map   .cont_form_wrapper input.large{
	background: #fff;
border: 0;
min-height: 50px;
border: 1px solid #D7A036;
}

.contact_map   .cont_form_wrapper select.gfield_select{
	height:50px;border: 1px solid #fff;font-weight: normal;

}
.cont_form_wrapper textarea.large{
	height:120px !important;border: 1px solid #fff;
	background: #CCE3C9;
}
.gform_footer{
	text-align:center;
}
.gform_footer  .gform_button {
	background: #068C72;
border: 0px;

width: 150px !important;
color: #0C161E;
font-family: montserrat-regular;
font-weight: 900;
font-size: 14px !important;
text-transform: uppercase;
padding: 10px 20px;
border-radius: 0px;
}
.gform_footer  .gform_button:hover{
	background: #005596;
color: #fff;
}
.contact_map .col-re .contact_cards  {
padding: 0px 20px;	
}
.gform_wrapper ul.gform_fields li.gfield{
	padding-right:0px  !important ;
}
.cont_form_wrapper .ginput_recaptcha{
	transform: scale(0.92);transform-origin: 0 0;
}
.main_wrapper p:empty{
	display:none;
}
.dropdown-menu::before {
   /* border-top: 12px solid rgba(0, 0, 0, 0.2);
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-left: 12px solid rgba(0, 0, 0, 0);
    content: "";
    display: inline-block;
    left: 50%;*/ /* position */
    /*position: absolute;
    top: 0px;
    z-index: 999;
    transform: translateX(-50%);*/
}

.dropdown-menu::after {
    border-top: 11px solid #FFF;
    border-right: 12px solid rgba(0, 0, 0, 0);
    border-left: 12px solid rgba(0, 0, 0, 0);
  /*  content: ""; */
    display: inline-block;
    left: 50%; /* position */
    position: absolute;
    top: -2px;
    z-index: 999;
    transform: translateX(-50%);
}
.dropdown-item:focus, .dropdown-item:hover{
	background:none;
}
.logo_wrap img {
    max-width: 300px;
    height: auto;
}
.main_wrapper > p, .main_wrapper > ul, .main_wrapper > ol,  .main_wrapper > h2, .main_wrapper > h3, .main_wrapper > h2, .main_wrapper > h4, .main_wrapper > h2, .main_wrapper > h5, .main_wrapper > h2, .main_wrapper > h6 , .wp-block-group > .wp-block-group__inner-container > p, .wp-block-group > .wp-block-group__inner-container > ul, .wp-block-group > .wp-block-group__inner-container > ol, .wp-block-group > .wp-block-group__inner-container > h1, .wp-block-group > .wp-block-group__inner-container > h2,  .wp-block-group > .wp-block-group__inner-container > h3, .wp-block-group > .wp-block-group__inner-container > h4, .wp-block-group > .wp-block-group__inner-container > h5, .wp-block-group > .wp-block-group__inner-container > h6, .wp-block-group > .wp-block-group__inner-container >.wp-block-acf-file-download , .main_content > .wp-block-group > .wp-block-group__inner-container > h5, .main_content > .wp-block-group > .wp-block-group__inner-container > h6 ,  .wp-block-group > .wp-block-group__inner-container > .downloadDoc, .wp-block-group__inner-container > .wp-block-buttons , .main_content > a.downloadDoc, .wp-block-group > .wp-block-group__inner-container > .wp-block-buttons, .wp-block-group > .wp-block-group__inner-container > figure
, .wp-block-group > .wp-block-group__inner-container  > .document_era, .wp-block-group > .wp-block-group__inner-container  > .main-owl-slider.list, .wp-block-group > .wp-block-group__inner-container  > .wp-block-group , .wp-block-group > .wp-block-group__inner-container  > .wp-block-columns
 {
    max-width: 1200px;
    margin-left: auto;
	margin-right:auto;
}
.main_wrapper > p:nth-of-type(1) { padding-top:50px;}
.img_card_block img {width: 100%;}
.wp-block-button {
    display: inline-block;
    margin-left: 0;
    margin-right: .5em;
    margin-bottom: .5em;
}
.resource-list .expand-content ul {padding-left: 0px; margin-left:0px;}
.resource-list .expand-content li {list-style:none; padding-bottom:5px;}
.resource-list .expand-content a:before {background-image:url('../img/Link@2x.png'); background-size:15px; background-position:0px 0px; background-repeat:no-repeat; content:""; width:20px; height:20px; float:left; margin-right:10px; margin-top:3px;}
.resource-list .expand-content a:hover:before {background-image:url('../img/Link-hover@2x.png'); background-size:15px; background-position:0px 0px; background-repeat:no-repeat; content:""; width:20px; height:20px; float:left;}

.resource-list .expand-content a[href$=".pdf"]:before {background-image:url('../img/PDF@2x.png'); background-size:15px; background-position:0px 0px; background-repeat:no-repeat; content:""; width:20px; height:20px; float:left; margin-right:10px; margin-top:3px;}
.resource-list .expand-content a[href$=".pdf"]:hover:before {background-image:url('../img/PDF-hover@2x.png'); background-size:15px; background-position:0px 0px; background-repeat:no-repeat; content:""; width:20px; height:20px; float:left;}
.resource-list .expand-content a[href$=".xlsx"]:before {background-image:url('../img/Excel@2x.png'); background-size:15px; background-position:0px 0px; background-repeat:no-repeat; content:""; width:20px; height:20px; float:left; margin-right:10px; margin-top:3px;}
.resource-list .expand-content a[href$=".xlsx"]:hover:before {background-image:url('../img/Excel-hover@2x.png'); background-size:15px; background-position:0px 0px; background-repeat:no-repeat; content:""; width:20px; height:20px; float:left;}
a.doc_block .img_icon  { display:inline; /*width:17px;*/width: 18px;
    height: 18px; margin-bottom:5px; }
a.doc_block .img_hover  { display:none; /*width:17px;*/ width: 18px;
    height: 18px; /*margin-bottom:5px*/}
a.doc_block:hover .img_icon  { display:none }
a.doc_block:hover .img_hover  { display:inline }


.select_language select option{
	color: #001212;
}

.n_row .btn_blue {

}
 
.expanding-grid .active .staff_box::after {
content: '';
position: absolute;
background: #fff;
height: 14px;
width: 100%;
bottom: -14px;
z-index: 999;

}
.staff_box{
position:relative;
border: 1px solid #163164;
}

.latest_news{background: #D1E9F7; margin-top: -160px;
    padding: 100px 50px;}

.event_row{padding: 25px 0px;}
.event_det span{margin: 0 auto;
    display: block;
    padding: 15px 0px 0px;
    border-top: 2px solid #068C72; text-align: center; color: #09161F; 
    font-family: montserrat-regular; position: absolute; bottom: 0px;}
.col-padd{padding: 5px;}
.padd-bottom{padding-bottom: 100px;}
.alice_blue{background: #EAF6FD;}
.alice_blue, .blue{padding: 60px 0px;}
.blue h4{color: #F8F6F0;}

ul.accordion {
    list-style: none;
    max-width: 1025px;
    padding: 0px;
    margin: auto;
}
.meetings_row ul.accordion li {
    border-bottom: #004C9B 1px solid;
}
ul.accordion>li {
    margin-bottom: 15px;
}
.meetings_row ul.accordion .acco_title {
    border: none;
    background: #fff;
    display: block;
}
ul.accordion .acco_title {
    background: #FDFDFD;
    border: 1px solid #D7D8DA;
    min-height: 65px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
	padding-bottom: 20px;
}
.date {
    font-size: 16px;
    font-family: montserrat-regular;
    color: #000A3E;
    border-bottom: 2px solid #068C72;
    margin: 10px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
	text-transform: uppercase;
}
.news-text{padding-bottom: 5px; color: #000A3E}
.news-title {
    font-family: montserrat-bold;
	color: #000A3E;
	margin-top:10px;
}
ul.accordion .acco_title:after {
    width: 14px;
    height: 14px;
    border-left: 3px solid #6BBF4B;
    border-bottom: 3px solid #6BBF4B;
    position: absolute;
    right: 15px;
    content: " ";
    top: 60px;
    -webkit-transform: rotate(
-45deg
);
    -ms-transform: rotate(-45deg);
    transform: rotate(
-45deg
);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.meetings_row ul.accordion .acco_title:after {
    border-left: 3px solid #005596;
    border-bottom: 3px solid #005596;
}
ul.accordion .acco_title.active:after {
    -webkit-transform: rotate(
135deg
);
    -ms-transform: rotate(135deg);
    transform: rotate(
135deg
);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
ul.accordion li .acco_content {
    display: none;
    padding: 10px 15px 10px 25px;
    background: #fff;
}
.padding-lr{padding-left: 25px; padding-right: 25px;}
.upcom_news .col-lg-8{padding-left: 35px; padding-right: 35px;}
.features_two{background-color: #005596;
    border-bottom: 4px solid #FFFFFF; /*border-top: 4px solid #FFFFFF; margin-top:5rem*/}

.link_one h6{font-size: 24px; font-family: montserrat-bold; color: #fff;}
.link_one ul li a{font-size: 16px; text-transform: uppercase; color: #fff; font-family: montserrat-regular;}
.link_one ul li{list-style: none; line-height: 36px;}
.link_one ul{padding-left: 0px;}
.dark{background: #005596; padding: 5rem 0px;}
.link_one{/*border-right: 1px solid #fff;*/ margin: 0 auto;
    display: grid; justify-content: center;}
.links .col-lg-4:last-child .link_one{border-right: none;}
.sign_up img{max-width: 20px; height: 20px; margin: 5px 10px;}
.green{background: #068C72;}
.email_up{display: flex; margin: 0 auto; padding: 20px 0px;}
.email_up p{margin: 0px 15px; color: #050D17; font-size: 22px; 
	font-family: montserrat-bold;}
.top_menu_two li a img{width: 15px;
    height: 15px;}
.generic_middle_block {
    padding: 3rem;
	min-height:650px
}
.deptinfo .generic_middle_block {
    padding: 2rem;
}
.generic_middle_block h4, .generic_middle_block h3, .generic_middle_block h2{/*padding: 10px 0px!important;*/}
.date_gen{color: #09161F;
    font-size: 16px; font-weight: bold;}
.alice-blue, .lightblue{background: #D1E9F7;}
/*.lightblue.advgb-tab-horz-desktop {background:#fff;}
.lightblue.advgb-tab-horz-desktop ul.advgb-tabs-panel {background: #D1E9F7;}*/

.sub_btn{margin-top: 25px;}
.right_info{border: 1px solid #005596; margin-bottom: 30px;}
.features3 .features_two{margin: 0px 50px;}

.owl-carousel .owl-item{margin-right: 0px!important;}
.page_title_one h1{background: #005596;
    padding: 25px;
    margin: -50px auto 0px;
    display: block;
    border: 5px solid #FFFFFF;
    color: #FFFFFF;
    font-family: Montserrat-SemiBold; max-width: 930px;
    text-align: center;
    width: 100%; box-shadow:0px 0px 3px #00000029; z-index: 9;
    position: relative;}
.back{background: #068C72; height: 50px;}
.result_wrapper .filter_block{margin-top: 50px;}
.more_filter{}
.page_title_one .text-p p{/*max-width: 990px; margin-left:auto; margin-right:auto;*/}
.text-p{padding: 50px 0px; max-width: 990px; margin:0 auto;}
.main_events{padding: 50px 0px 100px;}
#menu-public-meetings{padding-top:100px;}
ul{/*padding-left:0px;*/}
.expand-content ul li{padding-left:0px!important;}

.accordion-content p span{font-weight: bold;}
.n-padd.evt_list_info, .n-padd.evt_list_info .col-md-4{padding: 0px;}
.flex-div{display: flex; margin-top: 30px;}
.evt_list_info .document_era{margin-top: 10px;}
.project_dept{padding:5rem 0px;}
.padd-top{padding-top:30px;}
.pro_back .tabs_horizont{margin-top:-60px;}
.pro_back .tab-content{padding:85px 0px;}
.pro_back .tab-content h6{padding:20px 0px;}
.page_title_img h1{background: #005596;
    padding: 20px;
    color: #fff;
    border: 5px solid #fff;
    width: 927px;
    margin: 0 auto; z-index: 1;}
.main_banner .main_search {
    position: absolute;
    bottom: 0px;
    background: #002F6C;
    padding: 16px 0px 55px;
    opacity: 0.9;
    width: 100%;
    margin: 0px auto;
}
.main_banner .main_search_content h4{color:#fff;}

.stage-div {
    margin: 35px auto 50px;
    background-image: url(../img/stage.png);
    background-size: cover;
    background-position: center;
    padding: 7px 0px;
}
.stage-div .inactive {
    z-index: 9;
    position: relative;
}
.stage-div .inactive {
    background-image: url(../img/stage.png);
    padding: 10px 40px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: right;
}
.stage_active {
    margin-left: -20px;
}
.stage_active {
    background-image: url(../img/white-stage.png);
    padding: 10px 40px;
    font-size: 14px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    background-position: right;
    color: #fff!important;
}

.cal{padding-bottom:100px;}
.calender_div #tab1{padding:50px 0px 80px; max-width:900px; margin:0 auto;}
.calender_div .filter_block .form-group{width:180px; margin-right:15px;}
.calender_div .r-filter .form-group{width:315px;}
.calender_view a:first-child{float:left;}
.calender_view a:last-child{float:right;}
.calender_view h4{text-align:center; margin: 0 auto;
    padding: 0px;}
.calender_view a{text-transform:capitalize; color:#005596; font-family: 'Open Sans', sans-serif; font-weight:bold;}
.calender_view{display:flex; margin:50px 0px;}
.calender_view i{color: #005596;
    padding: 5px;
    font-size: 18px; font-family:'FontAwesome';}
.calender .date {
    font-size: 16px;
    font-family: montserrat-regular;
    color: #000A3E;
    border-bottom: 2px solid #068C72;
    margin: 0px 0px 10px;
    padding-top: 0px;
    padding-bottom: 10px;
}
.calender .acco_arrow{top:62%;}
.tab-content h6{padding:10px 0px;}
.calender_div .event_box{border:1px solid #163164;}
.list_grid_view img{margin-right: 8px;
    height: 28px;
    margin-top: 12px;
	max-width: 32px;}
.calender_div .tab-content{padding-top:0px;}
.event_box .acco_title{padding:0px 15px;}
.calender_div a.active .event_box {
    border: 2px solid #163164;
}
.calender_div a.active .event_box .event_det {
    background: #fff;
    position: relative;
    padding-bottom: 8px;
    z-index: 9;
}
.padd{padding:3rem 0px;}
.contact_det{border:none; box-shadow:none;}
.contact_div .event_box{box-shadow:none; border: none; padding-left: 15px;}
.contact_div .event_box p span{font-size:18px; color:#09161F; font-family:montserrat-bold;}
.contact_div p a{color:#005596; font-family: 'Open Sans', sans-serif; font-weight:bold;}
.contact_div .event_box p{line-height:28px;}
.event_list_block > h6{padding:10px 0px; font-size:24px; font-family:montserrat-bold; text-align: center;}
.d-flex .form-group{margin-right:15px;}
.btn-div{background:#068C72; padding:25px; text-align:center; margin-bottom:10px;}
.btn-div a{color:#0C161E; font-size:25px; font-family: montserrat-regular; font-weight:bold;}
.contact_map .cont_info_block{padding:10px 0px;}
.contact_map .cont_info_block .container-fluid, .contact_map .cont_info_block .simple_list_col{padding:0px;}
.mid-par{max-width:711px; margin:30px auto;}
p span{font-family: 'Open Sans', sans-serif;}
.alice-blue, .lightblue{padding:3rem 0px;}
.accordion .card-body{margin-top: -15px;}
.text_right{padding:10px 15px 15px; text-align:center;}
.depo_right{border:1px solid #005596; width: 100%;}
.text_right h6:after{/*content:""; position:absolute; width:224px; height:2px; background:#068C72; left: calc(50% - 112px);
    margin-top: 35px;*/}
.related-cnt.depo_right h6{border-bottom:2px solid #068C72; padding-bottom:15px;}
.text_right h6{margin-bottom:35px;}
.text_right p span{font-family: 'Open Sans', sans-serif; text-transform:uppercase;}
.fin_div{padding-top:50px;}
.cir_div img{border-radius: 50%;
    margin-bottom: 20px;}
.depo_right{margin:16px 0px; background:#fff;}
.text_right p span{font-family:montserrat-bold; font-size:16px; color:#09161F;}
.text_right p{margin-bottom:10px;}
.contact-small {margin-bottom:0px;}

.h-top{width:100%; margin:20px 0px 0px;}

.sec-menu{height:45px; background:#E0E6EA; border:1px solid #163164; position:absolute; z-index:9; padding:5px 0px; display:none;}
.sec-menu #myLinks{display:none; border: 1px solid #163164;}
.active1 #myLinks{display:block; margin-top:10px;}
#myLinks{background:#fff;}
#myLinks li a{color:#09161F; font-size:16px; font-family:montserrat-bold; }
#myLinks li:hover > a {
    color: #0056b3;
}
#myLinks li{border-bottom:1px solid #005596;}
.sec-menu .sec-a{color:#050D17; font-size:16px; font-family:montserrat-bold; padding:5px 0px 0px 15px; display:flex;}
.sec-menu .navbar-toggler .icon-bar {
    width: 25px;
    height: 3px;
    background: #005596;
    display: block;
    margin-bottom: 5px;
    position: relative;
    transition: .3s;
}
.sec-menu .navbar-toggler{margin-top:-4px; outline:transparent}
.sec-menu .current #myLinks{display:block; background: #fff; border:1px solid #163164;}
.sec-menu .current #myLinks ul li a{padding:8px 15px!important; font-size:16px; color:#09161F; text-transform:uppercase;}
.sec-menu .navbar-nav:hover .dropdown-menu{display:block;}
.pro_back_two{/*padding-top:50px;*/}
.single-departments .pro_back_two{padding-bottom: 30px}

.nav-tabs.alice-blue, .nav-tabs.lightblue{padding-bottom:0px;}
.pro_back_two .main_tabs .tab-content{padding-top:0px;}
.fixed_icon{position:fixed; top:60%; right:0px; z-index:9;}
.navbar-nav>li{border-bottom:9px solid #ffffff;}
.navbar-nav>li:hover{border-bottom:9px solid #068C72;}
.hover-icon{display:none;}
.top_menu_two ul a:hover img:last-child{display:block; margin:-17px 0px 0px!important;}
.top_menu_two ul a:hover img.hover-icon{display:block; width:16px;}
.email_up ul li{list-style:none;}
.email_up ul{display:flex; margin-bottom:0px;}
div.asp_m.ajaxsearchpro .probox{width:auto !important}
div.asp_m.asp_m_2 .probox .proinput input.orig{width:200px !important}
div.asp_m.ajaxsearchpro .probox .proinput{width:auto !important}

.generic_middle_block #advgb-col-a77a0dc6-6443-4709-a4e7-c1f1f7aac0c4{margin-right:30px;}
th {
    background: #0B5696;
    padding: 12px 15px;
    border-right: 1px solid #FFFFFF;
    font-family: montserrat-bold;
    font-size: 20px;
	color: #fff;
}
table.advgb-table-frontend tr td{padding:12px 15px!important; font-family: 'Open Sans', sans-serif;}
table.advgb-table-frontend {
    max-width: 1142px!important;
}
th a{color:#fff!important;}
.rightcontentWrapper {padding:30px;}
.main-owl-slider{max-width:100%!important;}
.top_menu_two ul a img.hovered-image {display:none;}
.menu-item:hover img.hovered-image, .menu-image-hover-wrapper img.hovered-image, 
.menu-item:hover .menu-image-hover-wrapper img.menu-image{opacity:1!important;}
#ajaxsearchpro2_1, #ajaxsearchpro2_2, div.asp_m.asp_m_2{background-image: linear-gradient( 
180deg
 ,rgb(54,180,160),rgb(54,180,160))!important;}
 
.con_grey {
    background: #005596!important;
    text-transform: uppercase;
    color: #050505;
    font-family: Roboto-Medium;
    font-size: 16px;
    padding: 0px 0px!important;
}
.con_grey li{padding:0px 10px;}
.con_grey li a {
    text-decoration: none;
}
.top_menu_two {
    display: flex;
}

.wp-pagenavi{margin: 50px auto 50px;
    display: table;}
.wp-pagenavi a, .wp-pagenavi span{/*background:#068C72; padding:10px 15px;*/font-size:18px; color:#09161F; text-transform:uppercase; border: none; font-family:montserrat-regular}
.wp-pagenavi a:hover, .wp-pagenavi span:hover, .wp-pagenavi span.current{color:#005596;}
.wp-pagenavi span.current{font-family:montserrat-bold;}
.nextpostslink span{display:none;}
.wp-pagenavi .fa{color:#005596;}
.fa{font-family: 'FontAwesome'!important;}
#myLinks .dropdown-menu{display:none!important;}
.nav_bottom li:last-child .dropdown-menu{/*left: -290%;*/}
.innericon svg{fill: #050D17!important;}
.event_col{padding:5px;}
.event_col.three:nth-child(1), .event_col.three:nth-child(2), .event_col.three:nth-child(3), .event_col.three:nth-child(4) {
    display: block;
}

.event_col.three {
    display: none;
}
.sign_up img:first-child{filter: grayscale(1) invert(1);}
.addeventatc{z-index:2!important;}
.con_grey li:first-child{border-left:1px solid #fff;}
.upcom_news h4{margin-bottom:35px;}
.button_list .col-lg-4.col-md-4  {/*margin-bottom: 25px;*/}
.button_list .col-lg-4.col-md-4 > a {height: 100%; /*display: inline-block;*/}
.button_list .col-lg-4.col-md-4 > a > .e-blog{height: 100%; border: 1px solid #005596 ;}
.card-blog-txt{/*text-align: center;*/
    padding: 30px 15px;
    
    position: relative;
    color: #09161F;
    background: #fff; }
.main_ev_row{justify-content:center;}
.card-blog-txt h5{margin-bottom:0px;}
.main_ev_row .col-lg-3, .main_ev_row .col-lg-4{margin-bottom:0px; padding:5px; height:100%;}
.add_cal_det{padding:0px 0px 15px; margin-left: -15px;}
.event_row .event_box .event_name h6{/*min-height:90px;*/ font-family: montserrat-bold; font-size:20px;}
.event_row .event_box p {
    min-height: 135px;
}
.page_title_one {padding-top:0px; padding-bottom:0rem}
.container .alice-blue, .container .lightblue {
    width: calc(100vw);
    margin-left: calc(-50vw + 610px);
}
.advgb-tab-body-wrapper {
    /*border: 1px solid #000A3E !important;*/
	border: 1px solid #fff !important;
	background:#fff;
	padding-top:30px;
	border-radius:0px !important;
	margin-right:15px;
	margin-bottom:25px;
}
.col-md-9 .advgb-tab-body-wrapper{border: 1px solid #000A3E !important;}
.wp-block-buttons.is-content-justification-left{padding-left: 0px!important;}
.wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited, 
.btn_green:hover, .search-submit:hover, .advgb-post-readmore:hover
{background:#005596!important; color:#fff!important;}
.advgb-post-readmore:hover a{color:#fff!important;}
.advgb-tab-body-wrapper div.advgb-tab-body{background:#fff; padding-left: 0px; padding-bottom:0px; padding-right:0px;}
.carousel-inner img {width:100%;}
.feat_img img {width: 100%}
.advgb-accordion-header, .advgb-accordion-header.ui-accordion-header.ui-state-default {background-color: #fff !important; color: #111 !important; border-radius: 2px !important}
.advgb-accordion-header-icon svg {
    fill: #068C72 !important;
}
.upcom_news > .container-fluid > .row > .col-lg-8, .upcom_news > .container-fluid > .row > .col-lg-4 {position:relative; padding-bottom:150px;}
.upcom_news .col-lg-8  .more_btn, .upcom_news .col-lg-4  .more_btn
{/*position: absolute; */ width: 100%;bottom: 60px}
.depo_right h5 {
    background: #005596;
    padding: 30px;
    color: #fff;
    text-align: center;
		font-family: Montserrat-SemiBold;
		margin-bottom: 15px;
		font-size: 26px;
}
.depo_right.guide h5 {
    background: #fff;
    color: #111;
}
.text_right {padding-top:0px}
div.asp_m.ajaxsearchpro .probox .promagnifier .innericon svg, 
div.asp_m.ajaxsearchpro .probox .prosettings .innericon svg, div.asp_m.ajaxsearchpro .probox .proloading svg{width:22px!important;}
.active1 .sec-menu .navbar-toggler {
    margin-top: -3px;
    position: absolute;
    right: 15px;
}
/*.active1 .generic_middle_block .left_col{padding-left:22rem;}
.generic_middle_block .left_col{padding-left: 10rem;
    padding-top: 5rem;}*/
.small_icons .img_card_block img {
    width: 100%;
    max-height: 50px;
    padding: 10px;
}
.small_icons .text_card_block {padding:5px;}


@media (min-width:1450px){
.deptinfo .generic_middle_block p, .deptinfo .generic_middle_block ol, .deptinfo .generic_middle_block ul,  .deptinfo .generic_middle_block  h1,  .deptinfo .generic_middle_block  h2,  .deptinfo  .generic_middle_block h3,  .deptinfo .generic_middle_block h4, .deptinfo .generic_middle_block blockquote, .deptinfo .generic_middle_block .document_era.list,  .deptinfo .generic_middle_block figure.wp-block-image, .deptinfo .generic_middle_block figure.wp-block-embed, .deptinfo .generic_middle_block .wp-block-advgb-accordions, .deptinfo .generic_middle_block .gform_wrapper, .deptinfo .generic_middle_block .wp-block-media-text, .deptinfo .generic_middle_block .img_text_card.imagelist, .deptinfo .generic_middle_block .advgb-tab-body-container li,  .deptinfo .generic_middle_block .document_era {/*padding-left:10%; padding-right: 30%; max-width:none;*/
max-width: 1200px;
margin-left: auto; margin-right:auto;
/*padding-right:10%;*/
 }
}

@media (min-width:1350px) and (max-width:1449px){
.deptinfo .generic_middle_block p, .deptinfo .generic_middle_block ol, .deptinfo .generic_middle_block ul,  .deptinfo .generic_middle_block  h1,  .deptinfo .generic_middle_block  h2,  .deptinfo  .generic_middle_block h3,  .deptinfo .generic_middle_block h4 , .deptinfo .generic_middle_block .document_era.list,  .deptinfo .generic_middle_block figure.wp-block-image, .deptinfo .generic_middle_block figure.wp-block-embed, .deptinfo .generic_middle_block .wp-block-advgb-accordions, .deptinfo .generic_middle_block .gform_wrapper, .deptinfo .generic_middle_block .wp-block-media-text, .deptinfo .generic_middle_block .img_text_card.imagelist, .deptinfo .generic_middle_block .advgb-tab-body-container li, .deptinfo .generic_middle_block .document_era{
padding-left:20px;/* padding-right: 30%; max-width:none;*/
max-width: 1200px;
margin-left: auto; margin-right:auto;
/*padding-right:15%;*/
 }
}
@media (min-width:1100px) and (max-width:1349px){
.deptinfo .generic_middle_block p, .deptinfo .generic_middle_block ol, .deptinfo .generic_middle_block ul,  .deptinfo .generic_middle_block  h1,  .deptinfo .generic_middle_block  h2,  .deptinfo  .generic_middle_block h3,  .deptinfo .generic_middle_block h4,  .deptinfo .generic_middle_block .document_era.list,  .deptinfo .generic_middle_block figure.wp-block-image, .deptinfo .generic_middle_block figure.wp-block-embed, .deptinfo .generic_middle_block .wp-block-advgb-accordions, .deptinfo .generic_middle_block .gform_wrapper, .deptinfo .generic_middle_block .wp-block-media-text, .deptinfo .generic_middle_block .img_text_card.imagelist,  .deptinfo .generic_middle_block .document_era{/*padding-left:10%; padding-right: 30%; max-width:none;*/
max-width: 1000px;
margin-left: auto; margin-right:auto;
/*padding-right:22%;*/
padding-left:20px;
 }
}
@media (min-width:992px) and (max-width:1099px){
.deptinfo .generic_middle_block p, .deptinfo .generic_middle_block ol, .deptinfo .generic_middle_block ul,  .deptinfo .generic_middle_block  h1,  .deptinfo .generic_middle_block  h2,  .deptinfo  .generic_middle_block h3,  .deptinfo .generic_middle_block h4,  .deptinfo .generic_middle_block .document_era.list,  .deptinfo .generic_middle_block figure.wp-block-image, .deptinfo .generic_middle_block figure.wp-block-embed, .deptinfo .generic_middle_block .wp-block-advgb-accordions, .deptinfo .generic_middle_block .gform_wrapper, .deptinfo .generic_middle_block .wp-block-media-text, .deptinfo .generic_middle_block .img_text_card.imagelist,  .deptinfo .generic_middle_block .document_era{/*padding-left:10%; padding-right: 30%; max-width:none;*/
max-width: 1000px;
margin-left: auto; margin-right:auto;
/*padding-right:30%;*/
padding-left:20px;
 }
}
.deptinfo .generic_middle_block ol li{margin-left:20px; list-style:decimal;}
.deptinfo .generic_middle_block ul li {
    margin-left: 20px;
    /*list-style: disc;*/
	padding-left: 0px!important;
}
.deptinfo .generic_middle_block .expanding-grid ul li {
    list-style: none;
	margin-left: 0px;
}
.wp-block-media-text__media img, .wp-block-media-text__media video {height: auto;}
.deptinfo .generic_middle_block > *:first-child {/*padding-top:70px; */}
.deptinfo .generic_middle_block > *:last-child {padding-bottom:50px;}
.deptinfo .generic_middle_block .gform_wrapper h3 {padding-left:0px;}
.deptinfo .button_list .simple_list_wrap { /*padding-left:2%; padding-right: 26%; padding-bottom:2rem; */ max-width:none; }

.deptinfo .button_list h2, .deptinfo .contact_cards h2 {/*padding-left:10%; padding-right: 26%;*/ max-width:none; }

	div.advgb-tab-body {padding:10px 0px;}
/*.main_tabs ul, .main_tabs ol {margin-left:50px;}*/
.main_tabs figure ul{margin-left:0px;}
#ajaxsearchprores1_1.vertical, #ajaxsearchprores1_2.vertical, div.asp_r.asp_r_1.vertical {background: #068C72 !important;}
.event_col .event_name h6 {min-height: 60px;}
.text_right .name h6::after {
    content: none;
}
.active1 .sec-menu .navbar-toggler .icon-bar.top {transform:rotate(45deg); top: 8px}
.active1 .sec-menu .navbar-toggler .icon-bar.middle {height: 0px;}
.active1 .sec-menu .navbar-toggler .icon-bar.last {transform:rotate(-45deg);}
.gform_heading{padding: 30px 30px 10px;
    text-align: center;}

.gform_wrapper {
    padding: 3em 0px;
	max-width: 1000px;
	margin: auto;
}
.deptinfo .advgb-tab-body-wrapper div.advgb-tab-body .gform_wrapper {
    padding-top: 0px;
}
.deptinfo .advgb-tab-body-wrapper div.advgb-tab-body .gform_heading{padding-top: 0px;}

.deptinfo .generic_middle_block .advgb-accordion-wrapper .advgb-accordion-body figure.wp-block-embed {
    padding-left: 0px;
    padding-right: 0px;
}
.navbar-nav>li.current_page_item:hover {
    border-bottom: 4px solid #068C72;
}

.top_search .innericon{padding-right: 3px!important;}
.top_search #ajaxsearchpro2_1 .probox, #ajaxsearchpro2_2 .probox, div.asp_m.asp_m_2 .probox{height:37px !important;}
.top_search div.asp_m.ajaxsearchpro .probox .proinput form{border: 1px solid #163164;
    height: 35px!important;}
.top_search div.asp_m.ajaxsearchpro .probox .proinput{margin: 0px -5px 0px -5px!important;}
.top_search #ajaxsearchpro2_1 .probox .promagnifier, .top_search #ajaxsearchpro2_2 .probox .promagnifier, .top_search div.asp_m.asp_m_2 .probox .promagnifier{width:37px!important; height:37px!important;}
.top_search div.asp_m.ajaxsearchpro .probox .proinput form{padding:0px 15px!important;}
.expanding-gridevt.evt_list_sec .event_box {
    flex-direction: row;
    height: auto !important;
    min-height: 0;
	justify-content: flex-start;
}
.evt_list_sec .linksevt li {
    width: 100%;
}

#filter-reset{padding:15px 20px;}
.datepicker th{background: transparent;
    padding: 0px;
    border-right: 1px solid #FFFFFF;
    font-family: 'Open Sans';
    color: #000;
    font-size: 16px;}
.datepicker{border-radius:0px!important; min-height:50px; border: 1px solid #163164;}
ul.tabs_horizont li.current_page_item a {
	border-bottom: 0px !important;
	background-color: #fff;
	border: 0px!important;
    box-shadow: 0px 0px 3px #00000029;
}
.accordion .card-header.collapsed.no_content::after{display:none;}
.accordion>.card>.card-header.no_content{border-radius:0px!important; margin-bottom:15px; }
.accordion>.card{border:none;}
.accordion .card-header.no_content a{cursor:auto;}
.fa{font-family:'FontAwesome';}
.video_img img{max-width:20px;}
.search_event{max-width:430px; margin:30px auto; display: block;}
.search_event .clear_btn{margin:0px 15px 12px;}
.search_event .clear_btn a{padding:12px 25px 12px;}
.doc_block:hover img:first-child{display:none;}
.fa, .fas{font-family: 'FontAwesome';}
.no_summary{cursor: auto;}
.doc_block img.hover{display:none;}
.doc_block:hover img.hover{display:block;}
.doc_block{display:flex;}
.doc_block:hover{color:#068C72}
#faq_sec .search_event{display:flex;}
.add_cal_det .addeventatc {box-shadow:none !important; color: #005596 !important}

.row.no-margin.how_row .desc > * {
    padding-left: 0px;
}
#from_date, #to_date{background-image: url(../img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: top 21px right 15px;
    background-size: 15px;}
.main_ev_row figure{margin:0px;}
.main_ev_row figure img{width:100%;}
.simple_list_info .col-lg-4, .simple_list_info .col-md-4{padding:5px;}
.e-blog img{width:100%; border-bottom: 1px solid #005596}
.expand-content h6 {
    display: block;
    font-size: 18px;
    color: #000000;
    font-weight: normal;
}
.page-id-306 .wp-block-buttons{max-width: 1200px;
    margin: 30px auto;}
.expand-content h5 {font-size:20px;}
.expand-content h5, .expand-content h6, .expand-content h6.heading, .expand-content p.telephone, .expand-content p.email {margin-bottom:0rem;}
.expand-content h5 {font-family: montserrat-regular;}
.expand-content h6.heading {font-family: 'Open Sans', sans-serif;font-size:16px;font-weight: 300;}
p.telephone, p.email {font-family: 'Open Sans', sans-serif;font-size:16px;font-weight: 400;}
p.telephone span, p.email span {font-weight: 400;}
p.telephone a, p.email a {font-weight: 400;}
.expand-content hr {
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    border-top: 2px solid #068C72;
}

.evt_left .search_event{margin:30px 0px;}
.evt_left .filter-container{margin-top:8px;}
.evt_left .clear_btn{margin-top:30px;}
.generic_middle_block .wp-block-table{padding:5rem;}

#searchsubmit img{filter: invert(100%);}
.result_wrap .page_title{background: #068C72 0% 0% no-repeat padding-box;
box-shadow: 0px 0px 3px #00000029; height:70px;}
.result_wrap .page_title h1{top:0px; text-align:center;}
#advgb-col-95b49363-74ab-4991-871e-4ba69d67d881{margin-right:30px;}
.left_content .evt_left{display: flex;
    justify-content:left;}
.contact_div h6{font-family: montserrat-bold; font-size:24px;}

event_det span {
	position: absolute;
	bottom: 15px;
	left: 20px;
	text-align: center;
	width: calc(100% - 40px);
  }
.main_events{background:#fff;}
.page_title_one.alice-blue{/*background: transparent;*/}
.page_title_one.alice-blue.cal{background: #D1E9F7; border-bottom: inset 40px transparent;}
#video{width:100%;}
.advgb-tab-body-wrapper{/*margin-top:-1px;*/}
.newsinfo{flex-direction: column;
    padding: 25px!important;
    align-self: start;
    border: 1px solid #163164;
    display: flex;
    align-self: auto;}
.search_filter_title{display:flex;}
.nsleft .search_box {
    width: 33.3%;
	position: relative;
    margin-right: 10px;
}
label.title{text-transform: uppercase; font-family:OpenSans-Bold; font-size:16px; margin:15px 0px;}
.newsRow{margin-bottom:0px;}
.filter_box{ width: 33.3%; margin-right: 15px;}
.nsleft .clear_btn {
    margin: 57px 0px 0px 10px;
    background: #068C72;
    padding: 13px 25px 10px;
    text-transform: uppercase;
}
.nsleft .clear_btn a{color:#0C161E; font-family:montserrat-bold; font-size:16px;}
.nsleft{padding: 3rem 4rem;}
button#searchsubmit{background: #068C72;
    border-radius: 0px;
    padding: 5px 15px; }
.category h4{color:#fff;}
.dateBlock{font-family:montserrat-bold;}

.search_input .probox{border: 1px solid #163164!important;}
.upcom_news .event_det span{padding: 6px 0px 0px; bottom: 12px;
    left: 20px;
text-align: center;
width: calc(100% - 40px);}
.upcom_news .event_box .event_name{padding-bottom:60px;}
.left_content .blocks-gallery-item{padding-right:10px!important; margin-bottom:10px;}
.page-id-304 .wp-block-buttons, .img_text_card{max-width: 1200px;
    margin-left: auto;
    margin-right: auto; padding-top: 50px; padding-bottom: 50px;}
	
.left_content .generic_middle_block .event_list_block{padding-right: 0%!important;}

.page-template-template-news-php .main_events .card-blog-txt{color:#09161F; background:#fff; text-align:left; padding:15px;}
.page-template-template-news-php .main_events .category h4 {
    color: #09161F;
}
.page-template-template-newsletter .main_events .dateBlock, .page-template-template-news-php .main_events .dateBlock{position:absolute;}
.page-template-template-newsletter .card-blog-txt, .page-template-template-news-php .main_events .card-blog-txt{min-height:300px;}
/*.page-template-template-news-php*/ .main_events .dateBlock{position: relative;
    bottom: 0px; width:85%; border-top: 2px solid #068C72;
    line-height: 35px;}

.newsinfo{background:#fff;}
.cat-txt{text-align:center; padding:8px; background:#005596; text-transform:uppercase; color:#fff; margin:0px;}
.c-txt{background: #005596;
    margin: -21px -40px 15px;
    padding: 7px 40px;
    color: #fff;}
.newsinfo .c-txt{margin:-26px -25px 15px;}
.page_title_one.news.alice-blue{background: #D1E9F7;}
.panel_img_l{max-width:720px; margin:0 auto 50px; text-align:center;}
.panel_img_l h2 a{color:#050D17; font-size:22px; font-family:montserrat-bold;}
.panel_img_l img{padding-right:10px;}
.breadcrumb-item {margin-bottom:0px;}
label {
    cursor: default;
}
.gform_wrapper.gravity-theme label {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
    padding: 0;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.deptinfo .advgb-tab-body-wrapper div.advgb-tab-body {
    padding-left: 20px;
    padding-right: 20px;
}
.deptinfo .programs{ margin-bottom:70px}
.navbar-nav > li:last-child > a.nav-link {
    padding-right: 0 !important;
}

.fa, .fas{font-family: 'FontAwesome';}

.notfound-div{padding:5rem 5rem 8rem;}
.notfound-div h2{color:#005596; font-size:49px; padding-top:15px; font-family: Montserrat-SemiBold;}
.notfound-div .search-form{margin:20px 0px;}
.related-form{padding-top:20px;}
.notfound-div h6{color:#050D17; font-size:22px; font-family:montserrat-bold;}
.search-submit{background: #068C72;
    border-radius: 0px;
    padding: 13px 15px 11px;
    margin-left: -5px; border: 1px solid #163164; font-family:montserrat-bold; text-transform: uppercase;}
.search-field{width: 100%;
    background: #fff;
    border-radius: 0;
    min-height: 50px;
    padding: 10px 20px; border: 1px solid #163164;}
.notfound-div p{font-family:OpenSans-Bold; font-size:16px; color:#09161F;}
.homeBreadCrumb svg{margin-top: -4px; margin-right: 5px;}
.homeBreadCrumb svg path{fill: #068C72;}
.home .img_button_row img{min-height:300px;}
.page-template-template-contact .gform_title, .page-template-template-contact .gform_wrapper.gravity-theme label, .page-template-template-contact .gform_fileupload_rules{/*color:#fff;*/}
..gform_wrapper.gravity-theme label{text-transform:uppercase; font-size:16px!important; font-family:OpenSans-Bold;}
.gform_title{font-size:24px; font-family:montserrat-bold;}
.gform_description{font-size:16px!important; font-family: 'Open Sans', sans-serif!important; font-weight:400;}

.advgb-recent-post{/*box-shadow: 0px 0px 3px #00000029;
    border: 1px solid #005596;*/
    height: 100%;
    background: #fff;}
	
.advgb-post-readmore{background: #068C72;
    color: #0C161E;
    font-family: montserrat-bold;
    font-size: 16px;
    text-transform: uppercase;
    padding: 13px 20px;
    border: 0px solid #D5E8F5;
    border-radius: 0px;
    display: table;}
.advgb-post-readmore a{color: #0C161E!important;}
.advgb-post-title a{font-size: 24px;
    color: #09161F;}
.page-id-701 .left_content .generic_middle_block {
    padding: 0px;
}
.simple_list_info  .e-blog {text-align: center}
.simple_list_info  .e-blog img{width:auto}
.simple_list_info  .card-blog-txt{min-height:85px; width:auto}
.expanding-grid li{padding-left:5px!important;}
.dep-sec .col-md-9 .advgb-tab-body-wrapper{margin-right: 16px;}
li{/*list-style:none;*/}
.expanding-grid .staff_det{min-height: 190px;}
.dep-sec .col-md-9 .expanding-grid .links>li, .expanding-grid.three li{width:33.33%; list-style: none;}
.expanding-grid.two li{width:50%;}
.expanding-grid.four li{width:25%;}
.expanding-grid.one li{width:100%;}
.is-type-video{max-width: 500px!important;
    margin: 30px 0px!important;}
.links.dark .col-lg-4, .links.dark .col-lg-3, .links.dark .col-lg-6, .links.dark .col-lg-5{border-right: 1px solid #fff;
    padding: 0px 30px;}
.links.dark .col-lg-4:last-child, .links.dark .col-lg-3:last-child{border:none;}
.blocks-gallery-grid li{margin-left: 0px!important; margin-right: 0px!important;}
#ajaxsearchpro1_1{border: 1px solid #163164!important;
    max-width: 1200px;
    margin: 20px auto!important;}
#gf_col_2 ..event_list_block{padding-right:2%;}
.evt_list_info h6{font-size:18px; font-family:montserrat-bold; text-transform:capitalize;}
.c_detail {font-family: 'Open Sans', sans-serif; font-size: medium;}

.ctct-twentynineteen .ctct-form-field input[type="text"], .ctct-twentynineteen .ctct-form-field input[type="email"], .ctct-twentynineteen .ctct-form-field input[type="url"], .ctct-twentynineteen .ctct-form-field input[type="tel"]{
    font-size: 15px;
    padding: 8px;
    margin-bottom: 0;
    margin-top: 0;
}
.ctct-form-field, .generic_middle_block p {/*padding-left:0px!important;*/}
.ctct-form{display:flex; flex-wrap:wrap;}
.ctct-form-field-text{width:calc(50% - 1rem);}
.ctct-form-field-email, .ctct-form-field-checkbox{width:100%}
.ctct-submit{background: #068C72;
    border: 0px;
    width: 150px !important;
    color: #0C161E;
    font-family: montserrat-regular;
    font-weight: 900;
    font-size: 14px !important;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 0px;}
.ctct-submit:hover{background: #005596!important;
    color: #fff!important;}
.ctct-form-wrapper .ctct-input-container label{color: #000;
    padding: 10px 10px 0px;}
.page-template-template-department .card-blog-txt{min-height: 360px;}
.page-id-801 .wp-block-table{padding:0px;}
.wp-block-table td, .wp-block-table th{border: 1px solid #163164;}
.wp-block-table td a, .wp-block-table th a{font-family:montserrat-bold;}
.n-padd.evt_list_info{padding:15px 0px!important;}
iframe{border: 1px solid #163164;}
.nav-tabs .nav-item{box-shadow: 0px 0px 3px #00000029;}
.generic_middle_block figure.wp-block-table{padding:15px 0px;}
.advgb-recent-posts-block .advgb-recent-post .advgb-post-title{padding-left:0px;}
.acf-map {
    width: 100%;
    height: 650px;
}
.gm-style .gm-style-iw-c{
    max-width: 500px!important;
    border-radius: 0px; border: 2px solid #005596; max-height: none !important;}
.gm-style-iw-d a{font-family:OpenSans-Bold;}
.gm-style .gm-style-iw-d {
    max-height: none !important;
}
.int_map .gm-style .gm-style-iw-c{transform: translate3d(-50%,-160%,0)!important;}
.int_map .gm-style .gm-style-iw-d {min-height:250px;}
.project_dept{padding-bottom:6rem;}
.contact_box p a{font-family: OpenSans-Bold;
    color: #005596;}
iframe{max-width:100%;}
.btn_green.clear {height:50px; display:inline-block}
.document_era .col-md-12 {padding-left:0px;}
.advgb-tab-body-wrapper div.advgb-tab-body {
  max-width: 1000px;
  margin: auto;
}
.clock-icon{max-width:20px;}
.accordion-content .contact_box{padding:0px 10px; margin-bottom: 10px;}
.accordion-content .contact_box h6{font-size:18px;}
.desc ul li{list-style:disc;}
.desc ul li ul{padding-left:0px; margin:0px;}
.desc ul{margin:20px;}
.blue a{color:#fff;}
.blue img{/*filter: brightness(0) invert(1);*/}
.page-id-5883 .wp-block-advgb-accordions{max-width:1200px; margin:50px auto;}
.blue .wp-block-advgb-accordion-item h2, .blue .wp-block-advgb-accordion-item h3, 
.blue .wp-block-advgb-accordion-item h4, .blue .wp-block-advgb-accordion-item h5, .blue .wp-block-advgb-accordion-item p, 
.blue .wp-block-advgb-accordion-item li{color:#001212;}
.wp-block-advgb-accordion-item li{/*list-style:disc;*/}
.page-id-6317 .main_wrapper{display:grid;}
.page-id-6292 .text_card_block{height:480px!important;}
.gform_wrapper .gfield_required .gfield_required_text{color: #fff;}
.wp-block-advgb-adv-tabs .advgb-tabs-panel .advgb-tab{background: transparent!important;}
.col-md-9.left_content .advgb-tabs-panel .advgb-tab a, .col-md-9.left_content ul.advgb-tabs-panel li.advgb-tab a:hover{font-size:16px;}
.col-md-9.left_content .expanding-grid .staff_det{height:250px;}
.col-md-9.left_content .staff_img img{height:250px;}
.social_links li{list-style:none;}
.depo-item.social_links {
	padding-left: 0px;
	justify-content: center;
  }
.aligncenter.is-type-video{margin:30px auto!important;}
.blue a, .blue a:hover{color:#fff;}
.generic_middle_block .wp-block-image img{height:auto;}
.ctct-form-wrapper span.ctct-label-left {
	width: auto;
  }
  .ctct-form-wrapper span.ctct-label-right {
	width: auto;
  }
.ctct-disclosure, .ctct-label-right , legend {
	font-family: 'Open Sans', sans-serif;
  }
  .ctct-form-wrapper .ctct-form-field-checkbox fieldset legend {font-size: 1em; font-weight: bold;}
  .deptinfo .generic_middle_block .ctct-form-wrapper p.ctct-form-field {
	margin-left: 1rem;
  }
.page-template-template-news .card-blog-txt{/*box-shadow: 0px 0px 3px #00000029;
    border: 1px solid #005596;*/}
.search-results .generic_middle_block{min-height:auto;}
.home .img_button_row .img_block{
	position: relative;
	
}
.home .img_button_row .img_block:before{
	content:'' !important;
	position: absolute;
	top: 0px;
		height:100%;
	width: 100%;
   background: linear-gradient( to bottom, rgb(64, 64, 64) 0%, rgba(64,64,64,0) 0%, rgba(64,64,64,0) 50%, rgba(64, 64, 64, 0.8) 100% ) !important;; 
	width: 100%;
	z-index: 0;
	}
.home .img_button_row img{
	position: relative;
	z-index: -1;
}

.advgb-post-tax-info{
    text-align: center;
    padding: 5px 0px 2px;
    background: #005596;
    text-transform: uppercase;
    color: #fff;
    margin: 0px;
    display: flex;
    width: 100%; justify-content:center;}
.advgb-post-tax.advgb-post-category>div .advgb-post-tax-term{
    text-transform: uppercase;
    border-right: 1px solid #fff!important;
    border-radius: 0px;
    padding: 0px 8px!important;
    color:#fff;
    border: none;
    }

.advgb-post-title:after{display:none;}
.advgb-post-tax.advgb-post-category>div:last-child .advgb-post-tax-term{border-right:none!important;}
.page-id-4132 .advgb-post-tax.advgb-post-category>div .advgb-post-tax-term{font-size:11px!important;}
.wp-block-buttons {
	margin-bottom: 10px;
  }

.upcom_news p {color: #001212 !important}
.upcom_news .doc_block, .upcom_news .doc_block:hover {
	color: #001212 !important
}
.depo_right .text_right{padding:0px 0px 30px;}
.show .acco_arw{
  transform:rotate(180deg);
  top:42%;
}

.advgb-post-info{width: 85%;
    border-top: 2px solid #068C72; font-family:montserrat-bold; line-height:35px;}
.result_middle h3{color: #09161F;
    font-size: 32px;
    font-family: montserrat-bold; text-align:center;}
.result_middle h3:after {
    content: '';
    width: 200px;
    height: 4px;
	position:relative;
	left:42%;
    background: #068C72;
    display: block;
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}
.advgb-post-tax>div{margin: 0 0px 8px 0!important;}
.category_orange{position: relative;
    top: 0px;}
	.fc-basic-view .fc-body .fc-row {
		min-height: 150px !important;
	}
	
	.single-events_list .generic_middle_block{
		width:auto 
	}

.home .img_block_title {
    
    width: calc(100% - 0px) !important;

}
.expand-content ul li{width:100% !important;}
.expand-content .btn_green{display:inline-block;}
.text-img-wrap{box-shadow: 0px 0px 3px #00000029;}
@media (min-width:1025px){
	.three .img_text_card_col{
	-ms-flex: 0 0 33.3%;
	flex:0 0 33.3%;
	max-width:33.3%;
	}
	.two .img_text_card_col{
	-ms-flex: 0 0 50%;
	flex:0 0 50%;
	max-width:50%;
	}
	}
.single-departments .generic_middle_block .wp-block-group .img_text_card{padding-top:0px; padding-bottom:0px;}
@media (min-width:1200px){
.ftr_col_cont h5 {font-size: 16px;}
}

.page-id-738 #menu-public-meetings li {
	display: none !important;
}
.page-id-736 #menu-public-meetings li {
	display: none !important;
}
.theme_police .page_title_one h1 {
	background: #003d7e;
}
.theme_police .back {
    background: #fef200;
}
.theme_police h2:after {
    background: #fef200;
}
.main_wrapper .filebird-block-filebird-gallery.layout-grid.columns-3.is-cropped {
	margin-left: auto !important;
	margin-right: auto !important;
  }
.modal-header {display: block;}
.hovered-image.menu-image-title-hide {
	display: none;
  }
  #ajaxsearchpro2_1 .probox .promagnifier,
  div.asp_m.asp_m_1 .probox .promagnifier {
	background: #068C72 !important;
  }