.oswald {
    font-family: 'Oswald', sans-serif;
}

.proxima {
    font-family: 'Proxima Nova Rg';
}

.mont {
    font-family: 'Montserrat', sans-serif;
}

.upper {
    text-transform: uppercase;
}

.regular {
    font-weight: 400;
}

.medium {
    font-weight: 500;
}

.semi {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

.dflex {
    display: flex;
}

.underline {
    text-decoration: underline;
}

.df {
    display: flex;
}

.dfw {
    display: flex;
    flex-wrap: wrap;
}

.rel {
    position: relative;
}

.img-white {
    filter: brightness(0) invert(1);
}


/* h3 30 to 28
h4 22 to 20
*/

@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('../fonts/ProximaNova-Regular.woff2') format('woff2'), url('../fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

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

body {
    color: #010101;
    overflow-x: hidden;
    font-family: 'Proxima Nova Rg';
}

a {
    color: #010101;
}

a:hover {
    color: #010101;
}

a:hover {
    text-decoration: none;
}

p {
    line-height: 22px;
    font-size: 16px;
    font-family: 'Proxima Nova Rg';
    color: #010101;
}

.p-lg {
    font-size: 22px;
    line-height: 26px;
}

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

h1 {
    font-size: 60px;
    font-weight: 700;
    color: #3E3D3D;
    font-family: 'Oswald', sans-serif;
}

h2 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #3E3D3D;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

h3 {
    font-size: 28px;
    font-weight: 700;
    color: #3E3D3D;
    font-family: 'Oswald', sans-serif;
}

h4 {
    font-size: 20px;
    font-weight: 700;
    color: #010101;
    font-family: 'Oswald', sans-serif;
}

h5 {
    font-size: 18px;
    font-weight: 700;
    color: #010101;
    font-family: 'Oswald', sans-serif;
    text-transform: none;
}

h6 {
    font-size: 16px;
    font-weight: 700;
    color: #004C88;
    font-family: 'Oswald', sans-serif;
    text-transform: none;
}

.container {
    max-width: 1250px;
}

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

.btn_sm {
    background: #6FA803;
    border: 4px solid #6FA803;
    color: #010101;
    display: inline-block;
    padding: 10px 35px;
    text-align: center;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.btn_sm:hover {
    background: #fff;
}

.btn_primary {
    background: transparent;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    text-align: center;
    border: 4px solid #6FA803;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

.btn_primary:hover {
    background: #6FA803;
    color: #010101;
}

.main_wrapper select {
    min-height: 50px;
    background-image: url(../img/select-arrow.svg);
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: top 20px right 12px;
    min-width: 130px;
    background-size: 16px;
}

.form-control {
    box-shadow: 0px 1px 3px #00000029;
    border: 1px solid #EBE8E8;
    border-radius: 0;
    min-height: 50px;
}

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

.main_header {
    position: fixed;
    background: #fff;
    z-index: 99;
    width: 100%;
    box-shadow: 0px 3px 6px #00000029;
    top: 0px;
}
.logged-in .main_header {top:35px;}

.main_header .navbar-collapse {
    flex-direction: column;
}

.main_header .container {
    align-items: flex-start;
}

.top_header_cont {
    margin-left: auto;
    z-index: 9;
}

.navbar {
    padding-bottom: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
}

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

.navbar .container-fluid {
    align-items: flex-start;
}

.top_menu {
    display: flex;
}

.top_menu .social_media {
    display: flex;
}

.top_menu .social_media ul {
    display: flex;
    margin: 0;
}

.top_menu .social_media a {
    padding: 7px 9px;
    display: block;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.top_menu .social_media a img {
    max-width: 18px;
    max-height: 18px;
}

.top_menu .social_media a:hover {
    background: #D3EA52;
}

.top_menu .top_inner_menu {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-left: 10px;
}

.top_menu .top_inner_menu a {
    color: #101E31;
    font-size: 15px;
    font-weight: 700;
    padding: 8px 12px;
    display: inline-block;
}

.top_menu .top_inner_menu a img {
    max-height: 18px;
    margin-right: 3px;
}

.top_menu .top_inner_menu li:last-child a {
    padding-right: 0px;
}

.top_search {
    display: flex;
    position: relative;
    margin-right: 3px;
    box-shadow: 0px 1px 3px #00000029;
    border: 1px solid #EBE8E8;
}

.top_search .form-control {
    min-height: 33px;
    padding: 2px 10px;
    border-radius: 0px;
    border: 0;
    box-shadow: none;
    height: auto;
    color: #3E3D3D !important;
}

.top_search .form-control::-webkit-input-placeholder {
    color: #3E3D3D !important;
    opacity: 1 !important;
}

.top_search .form-control:-moz-placeholder {
    color: #3E3D3D !important;
    opacity: 1 !important;
}

.top_search .form-control::-moz-placeholder {
    color: #3E3D3D !important;
    opacity: 1 !important;
}

.top_search .form-control:-ms-input-placeholder {
    color: #3E3D3D !important;
    opacity: 1 !important;
}

header .searchbardiv {
    min-width: 260px;
}

.subscribe a {
    background: #004C88;
    font-family: 'Proxima Nova Rg';
    color: #fff;
    padding: 5px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttonsearch {
    background: #6FA803;
    z-index: 99;
    padding: 3px 10px;
    border: 1px solid #6FA803;
    margin-left: -4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    display: flex;
    align-items: center;
    height: 33px;
}

.buttonsearch img {
    max-width: 18px;
}

.select_language {
    display: flex;
    margin-left: 3px;
}

.select_language select {
    background: none;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/Globe.svg) !important;
    font-family: 'Proxima Nova Rg';
    background-repeat: no-repeat;
    color: #fff !important;
    background-color: #3E3D3D;
    background-position: right 8px top 9px;
    min-width: 120px;
    padding-left: 15px;
    height: 34px;
}

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

.alert-bar {
    background: #C81F21;
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 122px;
    border: 0;
    text-align: center;
    padding: 15px 10px;
    border-radius: 0px;
}
.logged-in .alert-bar {
    top: 157px;
}

.alert-bar .close {
    position: absolute;
    right: 20px;
    top: 10px;
    opacity: 1;
    color: #fff;
}

.alert-bar .close span {
    color: #fff;
}

.alert-bar p {
    color: #fff;
    font-weight: 600;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.nav_bottom {
    margin-left: auto;
}

.nav_bottom .navbar-nav {
    align-items: flex-end;
}

.navbar-nav>li {
    position: relative;
    max-width: 275px;
}

.navbar-nav>li>a {
    font-size: 22px;
    padding: 25px 20px 15px 20px !important;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 24px;
    color: #3E3D3D;
    font-family: 'Oswald', sans-serif;
}

.navbar-nav>li:hover>a {
    background: #F2F6F9;
}

.navbar-brand {
    position: relative;
}

.navbar-brand img {
    max-width: 155px;
    position: absolute;
    top: 10px;
    left: 0;
}
.admin-bar .navbar-brand img {
    top: -10px;
}

.navbar-nav>li>.dropdown-menu {
    min-width: 290px;
    border-radius: 0px;
    padding: 0px 0px;
    text-align: left;
    margin-top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border: 0;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 0;
    text-align: center;
}

.navbar-nav>li>.dropdown-menu>li {
    margin-bottom: 0px;
    position: relative;
}

.navbar-nav>li>.dropdown-menu>li>a {
    color: #3E3D3D;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    display: block;
    padding: 10px 10px;
    text-transform: uppercase;
    white-space: normal;
}

.navbar-nav>li>.dropdown-menu>li>a:hover {
    background: #F2F6F9;
    color: #3E3D3D;
}

@media (min-width: 992px) {
    .navbar-nav>li:hover .dropdown-menu {
        display: block;
        z-index: 9999;
    }
}

img {
    max-width: 100%;
}

.main_banner {
    position: relative;
    display: flex;
    padding-top: 120px;
}

.main_banner .carousel-caption {
    left: 15%;
    top: auto;
    right: auto;
    bottom: 20%;
    z-index: 0;
    text-align: left;
/*    max-width: 700px;*/
    margin: auto;
}

.main_banner .carousel-caption h1 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: block;
    max-width: 100%;
}

.main_banner .carousel-caption h1 span {
    font-size: 60px;
    display: block;
}

.main_banner .carousel-control-next,
.main_banner .carousel-control-prev {
    width: 60px;
}

.main_banner .carousel-item::before {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #01010100, #010101B3, #010101B3, #010101CC);
    z-index: 0;
    opacity: 0.67;
}
.main_banner .carousel-item.no-overlay::before {
    content: none;
}

.nav_icon_section {
    padding: 30px 0px 40px 0px;
}

.navBlock {
    justify-content: center;
    max-width: 90%;
    margin: auto;
}

.navBlock .navBlock_col {
    margin-bottom: 0px;
    position: relative;
    padding: 20px 10px 10px;
    text-align: center;
    border: 3px solid #004C88;
    height: 100%;
}

.navBlock .navBlock_col:hover {
    background: #004C88;
}

.navBlock .navBlock_col:hover h4 {
    color: #fff;
}

.navBlock .navBlock_col:hover img {}

.navBlock h4 {
    color: #3E3D3D;
    font-size: 18px;
    margin-bottom: 0px;
}

.navcol {
    padding: 0px 10px;
    width: 20%;
    margin-bottom: 20px;
}

.navblock_icon {
    text-align: center;
    margin-bottom: 10px;
    min-height: 48px;
}

.navblock_icon img {
    max-height: 46px;
}

.news_meetings_events {
    padding-top: 70px;
    padding-bottom: 60px;
}

.news_meetings_events .nme_row h3 {
    text-align: center;
    margin-bottom: 15px;
}

.news_meetings_events .nme_col {
    padding: 0px 3px;
}

.view_all {
    padding-top: 30px;
}

.view_all a {
    color: #004C88;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.box-content {
    background: #fff;
    max-height: 370px;
    overflow: auto;
    padding: 20px 10px;
    height: 100%;
}

.box-content .news_lst {
    border-bottom: 1px solid #BEBABA;
    margin-bottom: 8px;
}

.box-content .news_lst:hover h4 {
    color: #004C88;
}

.departments {
    padding-top: 70px;
    padding-bottom: 60px;
}

.titleBlock {
    margin-bottom: 30px;
}

.titleBlock h2 {
    position: relative;
    font-size: 36px;
    text-transform: uppercase;
}

.titleBlock h3 {
    text-align: center;
}

.mt-img-wrap {
    box-shadow: 0px 3px 6px #00000041;
}

.text_mt_block {
    padding: 20px;
}

.text_mt_block h4 {
    border-bottom: 2px solid #716558;
    padding-bottom: 3px;
}

.text_mt_block h5 {
    color: #006738;
    margin-bottom: 20px;
}

.mt_card_col {
    padding: 0px 5px;
    margin-bottom: 10px;
}

.topt-title h3 {
    color: #2C2722;
    text-align: center;
}

.meetingBox {
    display: flex;
    background: #fff;
    margin-bottom: 12px;
}

.meetingBox .timedate {
    background: #004C88;
    color: #fff;
    min-width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    height: 84px;
}

.meetingBox .timedate span {
    display: block;
}

.meetingBox .timedate h5 {
    color: #fff;
    font-size: 26px;text-transform: uppercase;
}

.meetingBox:hover h4 {
    color: #004C88;
}

.meetingBox h4 {
    font-size: 18px;
}

.meetingBox a {
    display: flex;
}

.meetingInfo {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
}

.meetingInfo p {
    margin-bottom: 10px;
}

.sm-gutters>.col,
.sm-gutters>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.programs_resources {
    padding-top: 40px;
    padding-bottom: 80px;
}

.programs_resources .img_btn_col {
    padding-left: 10px;
    padding-right: 10px;
}

.copy_right {
    color: #fff;
}

.footer {
    background: #004C88;
    padding: 20px 0px 20px 0px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.footer .footmenu ul {
    list-style: none;
    padding: 0px;
    display: flex;
    justify-content: center;
}

.footer .footmenu ul li {
    margin: 0px 15px;
}

.footer .footmenu ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Proxima Nova Rg';
    position: relative;
}

.footer .footmenu ul li a::after {
    content: '';
    position: absolute;
    right: -15px;
    background: #fff;
    width: 1px;
    height: 15px;
    top: 2px;
}

.footer .footmenu ul li a:hover {
    color: #A4C2D9;
    text-decoration: underline;
}

.footer .footmenu ul li:last-child a::after {
    display: none;
}

.footer .foot_media {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-top: 20px;
}

.footer .foot_media ul {
    list-style: none;
    padding: 0px;
    display: flex;
}

.footer .foot_media ul li {
    margin-right: 5px;
}

.footer .foot_media ul li a {
    color: #fff;
    font-weight: 600;
    border: 2px solid #fff;
    border-radius: 100px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: brightness(0) invert(1);
}

.footer .foot_media ul li a img {
    max-height: 35px;
}

.footer .foot_media ul li a:hover {
    filter: none;
    border-color: #A4C2D9;
}

.foot_logo a {
    display: flex;
    align-items: center;
}

.foot_logo a span {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-left: 15px;
}

.foot_center {
    text-align: center;
    padding-top: 30px;
}

.main_wrapper>section {
    padding: 80px 0px;
}

.main_wrapper {
    padding-top: 125px;
}

.main_wrapper p {
    margin-bottom: 20px;
}

.main_breadcrumb .breadcrumb {
    background: none;
    margin: 0px;
    padding-left: 10px;
    padding-right: 30px;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 6px;
    align-items: center;
}

.main_breadcrumb .breadcrumb a {
    color: #3E3D3D;
    font-weight: 700;
    font-family: 'Proxima Nova Rg';
}

.main_breadcrumb .breadcrumb li.active {
    color: #3E3D3D;
    font-weight: 400;
}

.main_breadcrumb .breadcrumb img {
    vertical-align: unset;
}

.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 {
    padding-top: 30px;
    min-height: 350px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
}

.single-hottopics .page_title h1 {
       position: relative;
    /* z-index: 9; */
    display: table;
    padding: 10px;
    /* color: #fff; */
    color: #3E3D3D;
    text-transform: uppercase;
    background-color: #fff;
    margin-bottom: 50px;
    line-height: 50px;
}
.page_title h1 {
    position: relative;
   /* z-index: 9;*/
    display: table;
    padding-bottom: 50px;
    /*color: #fff;*/
    color: #3E3D3D;
    text-transform: uppercase;
}

.page_title::before {
    /* background: linear-gradient(180deg, #FFFFFF00 0%, #00000033 49%, #000000B2);*/
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
}

.page_title.no-img {
    min-height: 180px;
    background: #F2F6F9;
    align-items: center;
    padding-top: 20px;
}

.page_title.no-img h1 {
    color: #3E3D3D;
}

.page_title.no-img::before {
    display: none;
}

.inner-breadcrumb {
    background: #F2F6F9;
    padding-top: 60px;
}

.inner-breadcrumb .container {
    max-width: 100%;
    padding-left: 80px;
    padding-right: 80px;
}

.gray,
.grey {
    background-color: #F2F6F9;
}

.link_text {
    color: #5C6B26;
    font-weight: 700;
    font-size: 15px;
}

.link_text img {
    margin-left: 3px;
    transform: rotate(180deg);
}

.generic_middle_block {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    padding-top: 60px;
}

.generic_middle_block .date {
    color: #004C88;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}

.doc_block {
    display: flex;
    color: #004C88;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Proxima Nova Rg';
    align-items: center;
}

.doc_block img {
    margin-right: 8px;
    max-width: 16px;
}

.doc_block strong {
    font-size: 16px;
    color: #004C88;
    margin-right: 10px;
}

.doc_block:hover {
    color: #003057;
    text-decoration: underline;
}

.button_block {
    display: flex;
}

.topTitle {
    text-align: center;
    margin-bottom: 50px;
}

.topTitle h2 {
    text-transform: uppercase;
}

.img_button_row {
    justify-content: center;
}

.img_btn_col {
    padding: 0px 3px;
    margin-bottom: 8px;
}

.all_btn {
    margin-top: 30px;
}

.img_block {
    position: relative;
}

.img_block .img_block_title {
    padding: 10px;
    bottom: 10px;
    width: 100%;
    text-align: center;
    position: absolute;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
    display: flex;
}

.img_block .img_block_title h3 {
    position: relative;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 1px #0000008B;
}
.img_block .img_block_title h3 span {
    font-size: 20px;
  }

.img_block img {
    width: 100%;
}

.img_block::before {
    content: '';
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #01010100, #01010100, #010101);
    z-index: 0;
    opacity: 0.8;
}

.img_block:hover::before {
    background: #004c88;
    opacity: 0.75;
}

.text-img-wrap {
    box-shadow: 0px 3px 6px #00000029;
    background: #fff;
    height: 100%;
    border: 2px solid transparent;
}

.text-img-wrap.no-img {
    display: flex;
    align-items: center;
}

.text-img-wrap.no-img .btn_sm {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.img_text_card_col {
    padding: 0px 6px;
    margin-bottom: 15px;
}

.text_card_block {
    padding: 20px 25px;
    background: #fff;
    width: 100%;
}

.text_card_block p {
    color: #010101;
}

.text_card_block h4 {
    padding-bottom: 3px;
    margin-bottom: 15px;
	min-height: 53px;
}

.text_card_block .red_info {
    background: #BE0404;
    color: #fff;
    font-family: 'Helvetica';
    font-weight: bold;
    padding: 12px 20px;
    display: inline-block;
    margin-bottom: 15px;
}

.text_card_block .btn_sm {
    display: table;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    padding: 4px 25px;
}

.right_info_cont {
    background: #F4F4F4;
    box-shadow: 0px 0px 1px #00000029;
    padding: 25px 30px;
    margin-bottom: 10px;
}

.right_info_cont .btn_primary {
    display: inline-block;
}

.generic_form {
    max-width: 800px;
    margin: 0px auto;
    padding: 50px 50px;
    background: #004C88;
}

.generic_form form {
    max-width: 350px;
    margin: 0 auto;
}

.generic_form .form-group label {
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}

.generic_form .form-control {
    background: #fff;
    border-radius: 0px;
    min-height: 50px;
    box-shadow: 0px 0px 6px #00000029;
    border: 1px solid #BABABA;
}

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

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

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

.owl-general {
    position: relative;
    margin: 0px auto;
}

.owl-general .owl-stage {
    display: flex;
}

.owl-general .owl-stage .owl-item {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
}

.owl-general .owl-stage .item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.owl-general .owl-carousel .owl-item img {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

.owl-general .owl-nav button {
    width: 50px;
    height: 50px;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    z-index: 9;
    background: rgba(255, 255, 255, 0.5);
    border: 0;
}

.owl-general .owl-nav button img {
    max-width: 20px;
}

.owl-general .owl-nav .owl-next {
    right: 15px;
}

.owl-general .owl-nav .owl-next img {}

.owl-general .owl-nav .owl-prev {
    left: 15px;
}

.owl-general .owl-stage-outer {
    margin: auto;
    overflow: hidden;
}

.owl-general .owl-carousel .owl-dot {
    width: 32px;
    height: 1px;
    border-radius: 0;
    margin: 0px 3px;
    background: #4E453B;
}

.owl-general .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    display: none;
}

.owl-general .owl-carousel .owl-dot.active {
    background: #4E453B;
    height: 3px;
}

.how_to_cont h2 {
    margin-bottom: 50px;
    position: relative;
    padding-left: 25px;
}

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

.how_row h6 {
    margin-bottom: 0px;
}

.how_row .number {
    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: #004C88;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
}

.how_to_cont {
    max-width: 800px;
    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_col a {
    color: #fff;
    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: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    padding: 10px;
    background: #004C88;
    height: 100%;
}

.simple_list_col a:hover {
    background: #A4C2D9;
    color: #010101 !important;
}

.expanding-grid {
    position: relative;
}

.expand_box {
    border: 1px solid #D9D9D9;
    box-shadow: 0px 0px 3px #00000029;
}

.expand_det {
    text-align: center;
    padding: 20px;
    padding-bottom: 0px;
    background: #fff;
}

.expand_det h6 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #010101;
}

.expand_det h6 span {
    display: block;
    font-size: 16px;
    color: #3E3D3D;
    margin-top: 2px;
    text-transform: capitalize;
    font-family: 'Proxima Nova Rg';
}
.expand_det h5 span {
    display: block;
    font-size: 16px;
    color: #3E3D3D;
    margin-top: 2px;
    text-transform: capitalize;
    font-family: 'Proxima Nova Rg';
}

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

.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: 16px;
}

.expand_img img {
    width: 100%;
}

.expanding-grid.four .links>li:nth-of-type(4n+1) {
    clear: left;
}
.expanding-grid.three .links>li:nth-of-type(3n+1) {
    clear: left;
}
.expanding-grid .spacer {
    clear: both;
    display: block;
    margin-bottom: 0px;
}

.expanding-grid .expanding-container {
    clear: both;
    display: none;
    overflow: hidden;
    width: 100%;
    margin-top: -10px;
    border: 1px solid #D9D9D9;
    box-shadow: 0px 0px 3px #00000029;
}

.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: 20px;
}

.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: 50px 50px 30px 70px;
    margin: auto;
    max-width: 880px;
    background: #fff;
}

.plus-minus_icon {
    background-color: #004C88;
    margin-left: -20px;
    width: calc(100% + 40px);
    height: 25px;
    border-radius: 0;
    position: relative;
}

.plus-minus_icon::after {
    content: '+';
    color: #fff;
    font-size: 24px;
    position: relative;
    top: -5px;
}

h5.jobtitle {
    color: #3E3D3D;
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
}

.expanding-grid .links>li .active .plus-minus_icon {
    background-color: #A4C2D9;
}

.expanding-grid .links>li .active .plus-minus_icon::after {
    content: '-';
    color: #010101;
}

.expanding-grid .links>li .active .expand_det {
    border-top: 0px;
}

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

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

.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: 50%;
    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: 0px;
}

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

.timeline-article .circle_yw {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -21px;
    color: #fff;
    border-radius: 100%;
    background: #EDEDED;
    border: 5px solid #004C88;
    -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;
}

.image_year_row .section_year {
    margin-left: 20px;
    color: #3E3D3D;
    min-width: 120px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    font-weight: 700;
}

.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: 20px;
    margin-right: 0px;
}

.timeline-article .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 .circle_yw:after {
    content: '';
    background: #fff;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100%;
    visibility: hidden;
}

.timeline-level-two .circle_yw::after {
    background: #CC2961;
    width: 29px;
    height: 29px;
}

.timeline-level-two.inner_img_left .timeline-inner-left img {
    max-width: 400px;
    margin-right: 100px;
}

.timeline-level-two.inner_img .timeline-inner-left {
    position: relative;
}

.timeline-level-two.inner_img_left .timeline-inner-left:after {
    content: '';
    width: 120px;
    height: 3px;
    background: #002554;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
    transform: translateY(-50%);
}

.inner_img_left .timeline-inner-left {
    text-align: left;
    position: relative;
    padding-right: 130px;
    z-index: 9;
}

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

.timeline-wrap {
    position: relative;
}

.timeline-row {
    width: 100%;
}

.timeline-level-one {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.odd.timeline-article .content-right-container {
    padding-left: 40px;
}

.even.timeline-article .content-left-container {
    padding-right: 40px;
}

.timeline-inner-left,
.timeline-inner-right {
    max-width: 50%;
    width: 100%;
}

.timeline-level-two {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

.timeline-inner-left {
    text-align: right;
    padding-right: 40px;
}

.timeline-inner-right {
    text-align: left;
    padding-left: 40px;
    position: relative;
    z-index: 9;
}

.img_left .image_year_row .section_year {
    /*  position: absolute;
          right: 0px;*/
}

.img_right .image_year_row .section_year {
    /* position: absolute;
          left: 0px;*/
}

.section_img {
    max-width: 500px;
}

.img_right .section_img {
    margin-left: auto;
}

.inner_img_right .timeline-inner-right {
    text-align: right;
}

.inner_img_right .timeline-inner-right img {
    max-width: 400px;
}

.timeline-level-two .circle_yw {
    border-color: #CC2961;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    z-index: 9;
    display: none;
}

.timeline-article:last-child .circle_yw::after {
    content: "";
    background: #6FA803;
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 100%;
    visibility: visible;
}

.contact_col {
    padding: 0px 10px;
    margin-bottom: 15px;
    display: flex;
}

.cont_inner {
    padding: 20px 30px;
}

.contact_box {
    background: #fff;
    box-shadow: 0px 0px 3px #00000029;
    border: 1px solid #D9D9D9;
    margin-top: auto;
    width: 100%;
    height: 100%;
}

.contact_box p {
    margin-bottom: 5px;
}

.tel_em_fax {
    margin-top: 15px;
    color: #004C88;
}

.tel_em_fax strong {
    color: #010101;
    font-family: 'Proxima Nova Rg';
    font-weight: 700;
}

.tel_em_fax a, .tel_em_fax  {
    color: #004C88;
    font-family: 'Proxima Nova Rg';
    font-weight: 700;
}

.tel_em_fax p {
    margin-bottom: 0px;
}

.img_card_block img {
    width: 100%;
}

.maintitle {
    margin-bottom: 50px;
}

.main-service {
    background: #004C88;
    padding: 60px 0px 80px 0px;
}

.main-service h2 {
    color: #fff;
    text-align: center;
}

.icon_buttons_row {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.button_ico_box {
    text-align: center;
    padding: 20px 15px;
    border: 3px solid #004C88;
}

.button_ico_box img {
    max-width: 100px;
}

.button_ico_box h4 {
    color: #3E3D3D;
    font-size: 18px;
    margin: 0;
}

.button_ico_box .img_icon {
    margin-bottom: 15px;
}

.button_ico_box:hover {
    background: #004C88;
}

.button_ico_box:hover img {
    filter: brightness(0) invert(1);
}

.button_ico_box:hover h4 {
    color: #fff;
}

.button_ico_col {
    padding: 0px 8px;
    margin-bottom: 16px;
    max-width: 225px;
}

.allBtn {
    text-align: center;
    margin-top: 20px;
}

.middle_wrap {
    position: relative;
}

.sidebar_info {
    box-shadow: 0px 3px 6px #00000029;
    padding: 40px 25px;
    max-width: 300px;
}

.sidebar_info h4 {
    border-bottom: 2px solid #716558;
    padding-bottom: 3px;
    margin-bottom: 15px;
}

.sidebar_info a {
    color: #006738;
}

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

.meeting-wraper .container {
    max-width: 1200px;
}

.meeting-wraper .nav-tabs {
    justify-content: center;
}

.meeting-wraper .expand_img_grid .topTitle {
    margin-bottom: 30px;
}

.meeting-wraper .acc__panel {
    padding-left: 30px;
    padding-right: 30px;
}

.mt_tab_content {
    padding-top: 60px;
}

.mt-doc-blocks {
    padding: 50px 0px;
}

.mt-doc-blocks h2 {
    margin-bottom: 25px;
}

.mt-accordions {
    max-width: 900px;
    margin-bottom: 80px;
}

.mt-accordions .acc__panel p {
    color: #3E3D3D;
}

.filterWrap-meet {
    margin-bottom: 35px;
    justify-content: center;
}

.filterWrap-meet .form-control {
    box-shadow: 0px 0px 3px #00000029;
    border: 1px solid #D9D9D9;
}

.month-year-col {
    display: flex;
}

.month-year-wrap select {
    margin-right: 6px;
    min-width: 210px;
}

.catg-wrap select {
    min-width: 300px;
}

label.title {
    font-size: 16px;
}

.mt-txt-holder {
    margin-bottom: 50px;
}

.mt-txt-holder h3 {
    text-align: center;
    margin-bottom: 20px;
}

.mt-txt-holder p {
    font-size: 18px;
}

.pagination {
    padding-top: 50px;
}

.main_acco_title {
    background: #F2F6F9;
    align-items: center;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #D9D9D9;
    display: flex;
}

.main_acco_title .date_meet {
	display: flex;
	background: #004C88;
	color: #fff;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	min-height: 110px;
	font-family: 'Oswald', sans-serif;
	text-align: center;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
}

.main_acco_title p {
    margin-bottom: 0px;
    font-weight: 700;
    color: #3E3D3D;
}

.main_acco_title h6 {
    margin-bottom: 0px;
}

.main_acco_title .acco_title_info {
    padding: 13px 20px;
}

.main_acco_title .accosign {
    position: absolute;
    right: 40px;
}

.main_acco_title .accosign img {
    max-width: 18px;
}

.main_acco_title.active .accosign img {
    transform: rotate(180deg);
}

.main_acco_title:hover {
    border-color: #004C88;
    outline: 1px solid #004C88;
}

.acco_panel {
    display: none;
    padding: 30px 190px;
}

.acco_panel .btn_sm {
    margin-top: 30px;
    margin-bottom: 30px;
}

.acco_panel .document_era h4 {
    margin-bottom: 15px;
}

.meeting-content {
    max-width: 1000px;
    margin: 0 auto;
}

h6 .doc_block {
    display: inline-block;
}

.accordion_block {
    margin-bottom: 20px;
}

p.address {
    color: #3E3D3D;
    font-weight: 700;
}

.no-found-wraper {
    background: #F2F6F9;
}

.no-found-info {
    padding: 70px 0px 130px 0px;
    text-align: center;
}

.no-found-info h2 {
    font-size: 45px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #010101;
    line-height: 70px;
}

.no-found-info .larger-text {
    font-size: 250px;
    color: #004C88;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    line-height: 250px;
}

.no-found-info .search_box {
    max-width: 350px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
}

.no-found-info .search_box .form-control {
    min-height: 38px;
}

.reset {
    margin-top: 6px;
}

.reset a {
    color: #004C88;
    font-weight: bold;
    font-family: 'Proxima Nova Rg';
}

.sf_col {
    background: #F2F6F9;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 8%;
    padding-bottom: 60px;
    padding-right: 30px;
}

.sf_col .reset {
    margin-top: 20px;
}

.filterBlock {
    margin-top: 20px;
}

.filterBlock .form-control {
    box-shadow: 0px 0px 3px #00000029;
    border: 2px solid #D9D9D9;
}

.acc__panel {
    display: none;
    padding: 10px 60px 20px 60px;
}

.acc__title {
    position: relative;
    padding: 13px 30px;
}

.acc__title h4 {
    margin: 0px;
}

.acc__title .acco_sign {
    position: absolute;
    right: 0px;
    background: #004C88;
    width: 50px;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acc__title .acco_sign::after {
    content: '+';
    color: #fff;
    font-size: 30px;
}

.acc__title.active .acco_sign {
    background: #A4C2D9;
}

.acc__title.active .acco_sign::after {
    content: '\2212';
    color: #010101;
}

.acc__card {
    background: #fff;
    border: 1px solid #D9D9D9;
    margin-bottom: 12px;
    box-shadow: 0px 0px 3px #00000029;
    cursor: pointer;
}

.acc__card:hover {
    border-color: #004C88;
    outline: 1px solid #004C88;
}

.sd_content {
    padding-right: 100px;
    padding-left: 15px;
    padding-bottom: 50px;
}

.service_dir {
    margin-top: 25px;
}

.search_block .form-control {
    box-shadow: 0px 0px 3px #00000029;
    border: 2px solid #D9D9D9;
}

.search_block .btn {
    background: #fff;
    border: 0;
    z-index: 9;
    padding: 6px 10px;
    position: relative;
    margin-left: -4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    position: absolute;
    top: 2px;
    right: 3px;
    height: 47px;
}

.search_block .btn::before {
    content: '|';
    color: #D9D9D9;
}

.search_block .btn img {
    max-width: 18px;
    margin-top: -6px;
    margin-left: 5px;
}

.searchFilterBlock h4 {
    margin-bottom: 15px;
}

.sd_content .btn_sm {
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 20px;
}

.tabs_wrap {
    background: #F2F6F9;
    border-bottom: 1px solid #D9D9D9;
}

.tabs_wrap .nav-tabs {
    border-bottom: 0px;
}

.main-tabs .nav-tabs li a {
    background: #004C88;
    color: #fff;
    padding: 14px 40px;
    border-radius: 0;
    font-size: 20px;
    font-weight: 600;
    border: 0;
    min-width: 210px;
    text-align: center;
    position: relative;
    border: 1px solid #D9D9D9;
    font-family: 'Oswald', sans-serif;
}

.main-tabs .nav-tabs li a:hover {
    background: #A4C2D9;
    color: #010101;
}

.main-tabs .nav-tabs li a.active {
    outline: 1px solid #D9D9D9;
    color: #000;
}

.main-tabs .nav-tabs li a.active::after {
    content: '';
    background: #6FA803;
    height: 3px;
    display: block;
    margin-top: 3px;
    position: absolute;
    width: 140px;
    left: 50%;
    transform: translateX(-50%);
}

.pgm_tab_content {
    padding-top: 120px;
    padding-bottom: 80px;
}

.sidebar_box {
    box-shadow: 0px 0px 3px #00000029;
    border: 1px solid #D9D9D9;
    max-width: 350px;
    padding: 20px 25px;
}

.sidebar_box h3 {
    position: relative;
}

.sidebar_box h4::after {
    content: '';
    background: #6FA803;
    height: 2px;
    width: 100%;
    display: block;
    margin-top: 6px;
}

.sidebar_box h4 span {
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
    color: #3E3D3D;
    font-weight: 700;
}

.sidebar_box h6 {
    font-family: 'Proxima Nova Rg';
}

.sidebar_box address a {
    color: #004C88;
    font-weight: 600;
}

.sidebar_box p strong {
    font-weight: 700;
}

.sidebar_box .tel_em_fax {
    margin-bottom: 15px;
}

.sidebar_box h5 {
    margin-bottom: 0px;
}

.sidebar_box h3 {
    margin-bottom: 20px;
}

.sidebar_img {
    margin: -20px -25px 10px;
}

.related_forms {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
}

.related_forms .btn_sm {
    margin-top: 20px;
}

.related_forms h4 {
    margin-bottom: 20px;
}

.InnerWraper {
    padding-top: 60px;
    padding-bottom: 60px;
}

.dd_col {
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.ddbox {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid transparent;
    height: 100%;
}

.ddbox.no-img {
    display: flex;
    align-items: center;
}

.ddbox:hover {
    border: 1px solid #004C88;
    outline: 1px solid #004C88;
}

.dd_content {
    padding: 20px 25px;
}

.dd_content h4 {
    position: relative;
    margin-bottom: 20px;
}

.dd_content h4::after {
    content: '';
    background: #6FA803;
    height: 2px;
    width: 100%;
    display: block;
    margin-top: 10px;
}

.dd_col>a {
    display: flex;height: 100%;
}

.department-detail {
    padding-top: 40px;
}

.department-detail .topTitle {
    margin-bottom: 35px;
}

.detail_wrap section {
    padding: 60px 0px;
}

.soc-media {
    padding: 0px;
    display: flex;
    list-style: none;
}

.soc-media li {
    margin-right: 5px;
}

.soc-media li a {
    width: 40px;
    height: 40px;
    background: #004C88;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.soc-media li a img {
    filter: brightness(0) invert(1);
}

.soc-media li a:hover {
    background: #A4C2D9;
}

.soc-media li a:hover img {
    filter: invert(99%) sepia(14%) saturate(0%) hue-rotate(154deg) brightness(106%) contrast(88%);
}

.news-block-wrap {
    background: #F2F6F9;
    padding: 20px 20px;
    max-height: 420px;
    overflow: auto;
}

.news-block-wrap .news-block {
    background: #fff;
    margin-bottom: 15px;
    padding: 10px 15px;
}

.news-block-wrap .news-block p strong {
    color: #3E3D3D;
}

.news-block-wrap .news-block .p-title {
    margin-bottom: 0px;
}

.allBtn a {
    color: #004C88;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

.dp_news_area {
    margin-top: 50px;
}

.dp_news_area h2 {
    text-align: center;
}

.title-row {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.back_next_posts {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.back_next_posts .prev_link img {
    margin-right: 8px;
}

.back_next_posts .next_link img {
    margin-left: 8px;
}

.back_next_posts a {
    display: flex;
    align-items: center;
    color: #004C88;
    font-family: 'Proxima Nova Rg';
    font-weight: 700;
}

.catg-area {
    background: #004C88;
    color: #fff;
    padding: 4px 10px;
}

.center-text-info {
    max-width: 1000px;
    margin: 0px auto;
    padding: 15px;
}

.center-text-info h4 {
    margin-bottom: 20px;
}

.center-text-info p strong {
    color: #3E3D3D;
}

.filterBlocks {
    padding-left: 5px;
}

.re_category {
    background: #004C88;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    min-height: 30px;
}

.sort_boxResult {
    margin-left: auto;
    margin-bottom: 20px;
}

.sort_boxResult select {
    min-width: 210px;
}

.result_row {
    background: #fff;
    margin-bottom: 8px;
    box-shadow: 0px 0px 3px #00000029;
    border: 1px solid #D9D9D9;
}

.result_row:hover {
    border-color: #004C88;
    outline: 1px solid #004C88;
}

.result_row .rsltBody {
    padding: 30px 50px 20px 50px;
}

.title-sort {
    display: flex;
    justify-content: space-between;
}

.title-sort h2 {
    margin: 0;
    padding-top: 20px;
}

.search_box {
    margin-bottom: 15px;
    box-shadow: 0px 0px 3px #00000029;
    border: 1px solid #E2E2E2;
}

.search_box .form-control {
    border: 0;
    box-shadow: none;
}

.search_box .btn {
    background: #6FA803;
    border-radius: 0px;
    display: flex;
    align-items: center;
    margin-top: -1px;
    margin-right: -1px;
    /* neg margin add for 404*/
}

.search_box .btn img {
    max-width: 30px;
}

.doc_dir_row .searchFilterBlock {
    padding-top: 103px;
}

.directoryWrap {
    padding-bottom: 70px;
}

.acc__card_dir {
    box-shadow: 0px 0px 3px #00000029;
    border: 1px solid #D9D9D9;
    cursor: pointer;
    margin-bottom: 10px;
}

.acc__card_dir:hover {
    border-color: #004C88;
    outline: 1px solid #004C88;
}

.catg-info {
    background: #326295;
    width: 100%;
    text-align: left;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    padding-left: 50px;
    padding-right: 50px;
}

.acc__panel_dir {
    display: none;
    padding-left: 50px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.busns_info {
    padding: 20px 50px;
    position: relative;
}

.busns_info::after {
    content: '';
    background-image: url(../img/select-arrow.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 7px;
    background-repeat: no-repeat;
}

.busns_info {
    padding-bottom: 0;
}

.address-phone a {
    text-decoration: none;
    font-weight: normal;
    color: #010101;
}

.acc__title_dir.active .busns_info::after {
    transform: rotate(180deg);
}

.main_search_content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.main_search_content .form-control {
    min-width: 400px;
}

.main_search_content h4 {
    margin-right: 15px;
    margin-bottom: 0px;
}

.main_search_content .btn {
    background: #6FA803;
    border-radius: 0;
    width: 50px;
    border: 1px solid #6FA803;
    position: absolute;
    right: 0;
    height: 50px;
    z-index: 9;
}

.rslt_txt {
    max-width: 1000px;
    margin: auto;
}

.rslt_txt .acc__title.active .acco_sign {
    background: #686B6C;
}

.rslt_txt .acc__title.active .acco_sign::after {
    color: #fff;
}

.resultmain {
    padding-bottom: 50px;
}

.resull_filter {
    padding: 20px 0px 70px 0px;
}

.filter_block {
    margin-top: 90px;
}

.filter_block .form-control {
    box-shadow: 0px 0px 3px #00000029;
    border: 1px solid #D9D9D9;
}

.contact_wrap .main_breadcrumb {
    background: none;
}

.contact_wrap .page_title {
    background: none;
    min-height: 180px;
}

.contactRow {
    background: #F2F6F9;
}

.map_info_detail {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 50px;
}

.map_info_detail p {
    font-weight: 700;
    color: #3E3D3D;
}

.contact_bottom {
    padding-top: 40px;
    padding-bottom: 70px;
}

.ct_bottom_row {
    max-width: 950px;
    margin: 0 auto;
}

.ct_bottom_row .simple_list_col a {
    min-height: 110px;
    padding-left: 70px;
    padding-right: 70px;
}

.ct_bottom_row .simple_list_col {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 43px;
}

.map_area {
    background: #F2F6F9;
}

.map_area .searchFilterBlock {
    padding: 80px 30px;
}

.map_area .col-re {
    padding: 0px;
}

.pro_cards {
    padding-top: 60px;
    padding-bottom: 70px;
}

.main_card {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #D9D9D9;
    height: 100%;
}

.main_card:hover {
    border-color: #004C88;
}

.card_img img {
    width: 100%;
}

.card_content {
    padding: 20px 25px;
}

.card_content h4 {
    border-bottom: 3px solid #6FA803;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.card_content p a {
    color: #004C88;
    font-weight: 700;
}

.main_card_col {
    margin-bottom: 30px;
}

.proj_row .left_col {
    padding: 0px;
}

.proj-map-info {
    background: #fff;
}

.proj-map-det {
    padding: 25px 50px;
}

.proj-map-det h5 {
    font-family: 'Proxima Nova Rg';
    font-size: 16px;
    color: #3E3D3D;
    font-weight: 700;
}

.proj-map-det h5 span {
    font-weight: 400;
    display: block;
}

.proj-map-det>a {
    color: #004C88;
    font-weight: 700;
}

.Proj_detail {
    background: #F2F6F9;
}

.steps {
    display: flex;
    list-style: none;
}

.steps li {
    margin-left: -10px;
}

.steps .stp_info {
    background-image: url(../img/phase.svg);
    min-width: 165px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #010101;
    font-weight: 700;
    font-size: 14px;
}

.steps li.complete .stp_info {
    background-image: url(../img/complete.svg);
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.steps li.progres .stp_info {
    background-image: url(../img/progress.svg);
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.steps li.upcoming .stp_info {
    background-image: url(../img/upcoming.svg);
    color: #010101;
    text-transform: uppercase;
    font-size: 15px;
}

.pro_status {
    padding-top: 60px;
    padding-bottom: 120px;
}

.status-txt {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.pro-tab-content {
    padding-top: 100px;
    padding-bottom: 100px;
}

.panel_det_r {
    padding: 30px;
}

.panel_det_r h4 {
    margin-bottom: 20px;
}

.cal_event_wraper {
    padding-top: 50px;
    padding-bottom: 60px;
}

.date_filter {
    display: flex;
}

.date_filter select {
    margin-right: 12px;
}

.event_top_filter {
    display: flex;
}

.event_top_filter .search_box,
.event_top_filter .sort_filter {
    margin-top: 30px;
}

.filter_col {
    width: 23%;
    padding-left: 20px;
}

.filter_col.col-two {
    width: 30%;
}

.filter_col.col-three {
    width: 24%;
}

.filter_col.col-one {
    padding-left: 0px;
}

.list_grid_view {
    margin-top: 40px;
    padding-left: 30px;
}

.list_grid_view a {
    margin-right: 15px;
    cursor: pointer;
}

.list_grid_view a img {
    min-width: 30px;
}

.list_grid_view .active img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(82%) saturate(2611%) hue-rotate(190deg) brightness(95%) contrast(103%);
}

.event_bottom_filter {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.event_list_info .event_lst_row {
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 20px;
}

.event_list_info .event_lst_row:hover {
    outline: 2px solid #004C88;
}

.event_list_info .event_lst_row .evt_category {
    background: #004C88;
    padding-left: 30px;
    color: #fff;
    padding-top: 3px;
    padding-bottom: 3px;
    display: inline-block;
    padding-right: 30px;
    min-width: 180px;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
}

.event_list_info .event_lst_row .evtBody {
    padding: 25px 30px;
}

.event_list_info .event_lst_row .evtBody h6 {
    margin-bottom: 15px;
    color: #0060A9;
    font-weight: 700;
}

.s_link {
    color: #0060A9;
    text-decoration: underline;
    font-weight: 700;
}

.event_list_info .event_lst_row.noimg .eventinfo {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.event_list_info .event_lst_row.noimg .evtBody {
    padding-left: 40px;
}

.event_img {
    -ms-flex: 0 0 37%;
    flex: 0 0 37%;
    max-width: 37%;
}

.event_img img {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
}

.eventinfo {
    -ms-flex: 0 0 63%;
    flex: 0 0 63%;
    max-width: 63%;
    position: relative;
}

.red-bar {
    background-color: #C81F21;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 20px;
    font-weight: 700;
    display: inline-block;
    min-width: 270px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
}

.evt_top {
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
}

.evt-catg {
    background: #004C88;
    min-height: 40px;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 8px 20px;
    font-weight: normal;
}

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

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

.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 {
    min-height: 463px;
    background: #fff;
    position: relative;
    box-shadow: 0px 3px 6px #00000029;
}

.expanding-gridevt .event_box:hover {
    outline: 2px solid #004C88;
}

.event_det {
    padding: 15px 30px;
}

.event_det h4 {
    border-bottom: 2px solid #6FA803;
    padding-bottom: 8px;
}

.event_det h6 {
    margin-bottom: 5px;
    color: #1060A9;
    font-weight: 700;
}

.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;
    box-shadow: 0px 3px 6px #00000029;
}

.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 .event_det {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 400px;
}

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

.exp_left {
    width: 25%;
    border-right: 2px solid #6FA803;
}

.exp_left h4 {
    margin-bottom: 30px;
}

.exp_left a {
    color: #004C88;
    font-weight: 700;
    text-decoration: underline;
}

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

.event_grid_img img {
    height: 210px;
    object-fit: cover;
    width: 100%;
}

.event_grid_info .pagination {
    margin-top: 20px;
}

.event_grid_info {
    display: none;
}

.event_calendar_info {
    display: none;
}

.canceled-info {
    background: #C81F21;
    color: #fff;
    width: calc(100% + 60px);
    padding: 8px 20px;
    text-align: center;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: -16px;
    position: relative;
    top: 2px;
}

.newsArea {
    padding-top: 60px;
    padding-bottom: 40px;
}

.newsArea .container {
    max-width: 1050px;
}

.newsRow .newsColumn {
    width: 33.3%;
    padding: 0px 7px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.newsRow .newsColumn h4 {
    border-bottom: 2px solid #6FA803;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.news_content {
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #D9D9D9;
    height: 100%;
    background: #fff;
    position: relative;
}

.news_content:hover {
    outline: 2px solid #004C88;
}

.newsRow .newscolLg {
    width: 100%;
    margin-bottom: 30px;
}

.news_category {
    background: #004C88;
    color: #fff;
    padding: 8px 15px;
    width: 100%;
    text-transform: uppercase;
}

.newsbody_inner {
    padding: 30px 30px;
}

.newsbody_inner .btn_sm {
    padding: 5px 25px;
    font-size: 14px;
}

.horizontalCard {
    background-color: #fff;
}

.horizontalCard .newsbody_inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.horizontalCard .newsbody_inner h4 {
    border-bottom: 0px;
    padding-bottom: 0;
    margin-bottom: 8px;
}

.horizontalCard .newsbody_inner h6 {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.horizontalCard .newsBody {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsSearchEra {
    padding-top: 70px;
    padding-bottom: 100px;
}
.newsSearchEra .cvf-universal-pagination{
    padding-top: 40px;
}

.newsSearchEra .container {
    max-width: 1200px;
}

.search_filter_title .search_box {
    max-width: 420px;
    margin-bottom: 15px;
}

.search_filter_title .filter_box {
    margin-right: 6px;
    width: 200px;
}

.search_filter_title .filter_box.col-one {
    width: 43%;
    margin-right: 30px;
}

/*.search_filter_title .filter_box.col-three .reset {
    text-align: right;
    margin-top: -22px;
    position: absolute;
    right: -50px;
}*/
.search_filter_title .filter_box.col-three .reset {
	/* text-align: right; */
	margin-top: 0px;
	position: absolute;
	right: 21px;
}
.newsSort {
    max-width: 200px;
    margin-left: auto;
    width: 200px;
    margin-right: 10px;margin-top: 10px;
}

.newsSort label {
    text-transform: uppercase;
}

.news_list_info .news_lst_row {
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 20px;
    background: #fff;
}

.news_list_info .news_lst_row:hover {
    outline: 2px solid #004C88;
}

.news_list_info .news_lst_row .news_category {
    width: auto;
    min-width: 190px;
    text-align: center;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
}

.news_list_info .news_lst_row .newsBody {
    align-items: flex-start;
}

.news_list_info .news_lst_row.noimg .newsinfo {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.news_list_info .news_lst_row.noimg .newsbody_inner {
    padding-left: 40px;
}

.newsInRow {
    margin-bottom: 50px;
}

.newsimg img {
    width: 100%;
}

.list_grid_view_news {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.list_grid_view_news a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.list_grid_view_news a img {
    min-width: 30px;
}

.list_grid_view_news a.active img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(82%) saturate(2611%) hue-rotate(190deg) brightness(95%) contrast(103%);
}

.nsRight {
    padding-top: 35px;
    /*! display: flex; */
    /*! align-items: flex-end; */
}

.top-title {
    margin-bottom: 30px;
}

.newsColumn.no-img .newsinfo {
    height: 100%;
}

.newsColumn.no-img .newsBody {
    height: 100%;
    display: flex;
    align-items: center;
}

.signup-alerts {
    background: #004C88;
    padding: 30px 0px;
}

.signup-alerts h4 {
    color: #fff;
}

.signup-alerts p {
    color: #fff;
}

.generic_form-news {
    max-width: 1000px;
    margin: auto;
}

.generic_form-news .form-control {
    border-radius: 4px;
    min-height: 40px;
}

.news_cat_top {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.news_cat_top .share_info {
    margin-right: 10px;
    margin-top: 10px;
    position: absolute;
    right: 0;
}

.newsRow {
    margin-left: -7px;
    margin-right: -7px;
}

.news_list_wrp .news_content {
    box-shadow: none;
    border: 0;
}

.news_list_wrp .news_content:hover {
    outline: 0;
}

.news_grid_info {
    display: none;
}

.news_list_info .newsbody_inner h6 {
    margin-bottom: 20px;
    text-transform: uppercase;
}

.page-template-template-deparments .dd_img img {
    width: 100%;
}

.main_banner .carousel {
    width: 100%;
}

.main_banner .carousel-item img {
    height: calc(100vh - 200px);
    width: 100%;
    min-height: 450px;
}

.newsColumn.no-img a .newsBody {
    height: 100%;
    display: flex;
    align-items: center;
}

.mega-submenu li a {
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    font-weight: normal;
}

.mega-submenu li a:hover {
    color: #004C88
}

.mega-submenu li {
    margin-bottom: 15px;
    text-align: left;
}

.navbar .mega-submenu {
    margin-left: 30px;
    margin-right: 20px;
    border-left: 2px solid #004C88;
    padding-left: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.rslt_txt .acc__title h5 {
    text-transform: capitalize;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pagination {
    justify-content: center;
    margin-top: 30px;
}

.wp-pagenavi {
    display: flex;
    align-items: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border: 0;
    color: #919191;
    font-weight: 400;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px 5px;
}

.wp-pagenavi span.current {
    font-weight: bold;
    color: #010101;
}

.wp-pagenavi .previouspostslink {
    transform: rotate(180deg);
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
    color: #fff;
    background: #6FA803;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-indent: -9999px;
    position: relative;
    background-image: url(../img/angle-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.wp-pagenavi span.current:after {}

.previouspostslink,
.previouspostslink span {
    font-size: 16px;
}

.wp-pagenavi .pages {
    display: none;
}

.search_box .form-control::-webkit-input-placeholder {
    color: #3E3D3D !important;
    opacity: 1 !important;
}

.search_box .form-control:-moz-placeholder {
    color: #3E3D3D !important;
    opacity: 1 !important;
}

.search_box .form-control::-moz-placeholder {
    color: #3E3D3D !important;
    opacity: 1 !important;
}

.search_box .form-control:-ms-input-placeholder {
    color: #3E3D3D !important;
    opacity: 1 !important;
}

.center-text-info {
    padding-top: 35px;
}

.news_lst_row .newsbody_inner {
    padding-left: 50px;
    padding-right: 50px;
}

.news_list_info .news_lst_row.with_img .news_category {
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
}

.news_lst_row.with_img .newsbody_inner {
    padding-left: 30px;
    padding-right: 30px;
}

.para-graph a {
    color: #010101 !important;
    font-family: 'Proxima Nova Rg' !important;
    font-weight: 400 !important;
}

.para-graph .project-link {
    color: #004C88 !important;
    font-weight: 700 !important;
}


/*
.wp-block-group > *, .wp-block-group > .document_era, .wp-block-group > .wp-block-advgb-accordions, .wp-block-group > .gform_legacy_markup_wrapper, .wp-block-group > .wp-block-image {
	max-width: 900px ;
	margin-left: auto ;
	margin-right: auto ;
}
.main_wrapper .wp-block-group {
	padding: 80px 0px;
}
.main_content > .wp-block-advgb-columns, .main_content > .wp-block-group, .main_content > .wp-block-media-text, .main_content > .wp-block-columns, .main_content > .advgb-tabs-wrapper {
	max-width: 100%;
}
.wp-block-group > section, .wp-block-group > .wp-block-advgb-adv-tabs, .wp-block-group > .wp-block-media-text, .wp-block-group > .wp-block-group, .wp-block-group > .wp-block-columns, .wp-block-group .wp-block-advgb-columns {
	max-width: 100%;
}*/

.dp_sidebar.page-builder-div {
    padding-left: 0px !important;
}

.sidebar_box.side2 {
    padding-top: 8;
    margin-top: 80px;
    margin-bottom: 50px;
}


/*.wp-block-button__link, .wp-block-advgb-button_link {
	background: #6FA803 !important;
border: 4px solid #6FA803 !important;
color: #010101;
display: inline-block;
padding: 10px 35px;
text-align: center;
font-weight: 700;
font-family: 'Oswald', sans-serif;
font-size: 16px;
}*/

.wp-block-button__link,
.wp-block-advgb-button_link {
    background: #004C88 !important;
    border: 4px solid #004C88 !important;
    color: #fff;
    display: inline-block;
    padding: 10px 35px;
    text-align: center;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
}

.wp-block-button__link:hover,
.wp-block-advgb-button_link:hover {
    background: #fff !important;
    color: #010101 !important;
}

.hour-div {
    margin-bottom: 0px !important;
}

.sidebar_box address {
    color: #004C88;
    font-weight: 600;
}

.wp-block-group {
    padding-top: 80px;
    padding-bottom: 80px;
}

.aligncenter .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wp-block-group.alignfull {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.img_button_row.three .img_btn_col,
.img_text_card_row.three .img_text_card_col,
.simple_list_info .row.three .simple_list_col,
.contactcard_row.three .contact_col {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}

.img_button_row.four .img_btn_col,
.img_text_card_row.four .img_text_card_col,
.simple_list_info .row.four .simple_list_col,
.contactcard_row.four .contact_col {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.img_button_row.two .img_btn_col,
.img_text_card_row.two .img_text_card_col,
.simple_list_info .row.two .simple_list_col,
.contactcard_row.two .contact_col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.expanding-grid.four .links>li {
    width: 25%;
}

.expanding-grid.two .links>li {
    width: 50%;
}

.expanding-grid.three .links>li {
    width: 33.3%;
}

.advgb-tabs-wrapper .advgb-tab-body-wrapper div.advgb-tab-body {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
}

.advgb-tab-body-wrapper div.advgb-tab-body>* {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.advgb-tab-body-wrapper div.advgb-tab-body>div,
.advgb-tab-body-wrapper div.advgb-tab-body>section {
    max-width: 100%;
}

.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-accordions {
    max-width: 1000px !important;
    margin: auto;
}

.gform_legacy_markup_wrapper .description,
.gform_legacy_markup_wrapper .gfield_description,
.gform_legacy_markup_wrapper .gsection_description,
.gform_legacy_markup_wrapper .instruction {
    font-size: 16px !important;
}

.gform_legacy_markup_wrapper .gfield_checkbox li label,
.gform_legacy_markup_wrapper .gfield_radio li label {
    font-size: 16px !important;
}

.advgb-accordion-header {
    background: #fff !important;
    padding: 8px 20px !important;
    border-color: #D9D9D9 !important;
    box-shadow: 0px 0px 3px #00000029;
    padding-right: 50px !important;
}

.advgb-accordion-header:hover {
    border-color: #004C88 !important;
}

.advgb-accordion-header .advgb-accordion-header-title {
    color: #010101 !important;
    font-size: 19px !important;
    font-weight: 600;
}

.wp-block-advgb-accordion-item {
    margin-bottom: 8px !important;
}

.advgb-accordion-header-icon svg {
    display: none;
}

.advgb-accordion-header-icon {
    margin-right: 0px !important;
    width: 50px;
    height: 51px;
    background-size: 20px;
    margin-top: 0;
    background: #004C88;
    position: absolute;
    right: -1px;
    top: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.advgb-accordion-header-icon::after {
    content: '+';
    font-size: 24px;
}

.ui-accordion-header-icon,
.advgb-accordion-header-icon {}

.advgb-accordion-body {
    background: #fff !important;
    border-color: #D9D9D9 !important;
}

.advgb-accordion-header[aria-expanded="true"] .advgb-accordion-header-icon {
    background: #A4C2D9;
}

.advgb-accordion-header[aria-expanded="true"] .advgb-accordion-header-icon::after {
    content: '-';
    color: #010101;
}

ul.advgb-tabs-panel {
  display: flex;
    justify-content: center;
    border-bottom: 0 !important;
    flex-wrap: wrap;
}

ul.advgb-tabs-panel li.advgb-tab {
    border-radius: 0 !important;
    background: #ffffff !important;
    color: #004C88 !important;
    font-weight: 500;
    min-width: 200px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0px !important;
    border: 0 !important;
    margin-right: 0px !important;
}

ul.advgb-tabs-panel li.advgb-tab a {
    color: #004C88 !important;
    width: 100%;
    text-align: center;
    font-size: 19px;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
}

.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel .advgb-tab.advgb-tab-active {
    background: #004C88 !important;
    position: relative
}

.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel .advgb-tab.advgb-tab-active a {
    color: #fff !important;
    font-weight: 600;
}

.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel .advgb-tab.advgb-tab-active a::after {
    content: '';
    position: absolute;
    width: 150px;
    height: 3px;
    background: #fff;
    left: 50%;
    bottom: 8px;
    transform: translateX(-50%);
}

.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel li.advgb-tab {
    border: 1px solid #D9D9D9 !important;
}

ul.advgb-tabs-panel li.advgb-tab:hover {
    background: #A4C2D9 !important;
    color: #010101 !important;
}

ul.advgb-tabs-panel li.advgb-tab:hover a {
    color: #010101 !important;
}

.has-text-field #wp-link .query-results {
    top: 280px !important;
}

.gform_wrapper input:focus,
.gform_wrapper select:focus,
.gform_wrapper textarea:focus {
    border: 1px solid #E3863B !important;
    outline: 0 !important;
}

.wp-block-image.alignfull {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
    max-width: 100vw;
}

.main-owl-slider+h2 {
    margin-top: 30px
}

p a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a , .generic_middle_block ul li a , .wp-block-advgb-list ul li a {
    text-decoration: none;
    color: #203970;
    font-weight: 600;
}
p a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover , .generic_middle_block ul li a:hover,
.wp-block-advgb-list ul li a:hover, .tab-content a:hover
{
    text-decoration: underline;
}

.halfHeight>img {
    height: 70vh;
    object-fit: cover;
}

.quartHeight>img {
    height: 40vh;
    object-fit: cover;
}

.maxHeight>img {
    height: 100vh;
    object-fit: cover;
}

.wp-block-group>*,
.wp-block-group>.document_era,
.wp-block-group>.wp-block-advgb-accordions,
.wp-block-group>.gform_legacy_markup_wrapper,
.wp-block-group>.wp-block-image,
.wp-block-group .wp-block-quote {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-group>section,
.wp-block-group>.wp-block-advgb-adv-tabs,
.wp-block-group>.wp-block-media-text,
.wp-block-group>.wp-block-group,
.wp-block-group>.wp-block-columns,
.wp-block-group .wp-block-advgb-columns {
    max-width: 100%;
}

.wp-block-group>.wp-block-table {
    margin-left: auto;
    margin-right: auto;
}

.advgb-tab-body-wrapper {
    border-radius: 0px !important;
    border: 0 !important;
}

.wp-admin .media {
    display: inline-block;
}

.wp-block-buttons {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.main_wrapper .wp-block-buttons>.wp-block-button {
    margin-right: 10px;
}

.main_wrapper .wp-block-buttons .wp-block-button:last-child {
    margin-right: 0px;
}

.main_content>.wp-block-advgb-accordions:nth-last-child(-n+2) {
    padding-bottom: 60px;
}

.advgb-tabs-wrapper.advgb-tab-horz-desktop+p,
.advgb-tabs-wrapper.advgb-tab-horz-desktop+h2,
.advgb-tabs-wrapper.advgb-tab-horz-desktop+h3,
.advgb-tabs-wrapper.advgb-tab-horz-desktop+h4,
.advgb-tabs-wrapper.advgb-tab-horz-desktop+ul,
.advgb-tabs-wrapper.advgb-tab-horz-desktop+ol {
    padding-top: 40px;
}

.main_content>* .wp-block-embed {
    margin-left: auto;
    margin-right: auto;
}

.main_content>* {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.main_content>.wp-block-quote,
.main_content>.wp-block-image {
    margin-left: auto;
    margin-right: auto;
}

.main_content>p:first-of-type:first-child,
.main_content>h2:first-of-type:first-child,
.main_content>h3:first-of-type:first-child,
.main_content>h4:first-of-type:first-child,
.main_content>h5:first-of-type:first-child,
.main_content>h1:first-of-type:first-child,
.main_content>ul:first-of-type:first-child,
.main_content>ol:first-of-type:first-child {
    padding-top: 40px;
}

.main_content>p:last-of-type:last-child,
.main_content>h2:last-of-type:last-child,
.main_content>h3:last-of-type:last-child,
.main_content>h4:last-of-type:last-child,
.main_content>h5:last-of-type:last-child,
.main_content>h1:last-of-type:last-child,
.main_content>ul:last-of-type:last-child,
.main_content>ol:last-of-type:last-child {
    padding-bottom: 40px;
}

.main_content>.wp-block-advgb-columns,
.main_content>.wp-block-group,
.main_content>.wp-block-media-text,
.main_content>.wp-block-columns,
.main_content>.advgb-tabs-wrapper {
    max-width: 100%;
}

.main_content>section {
    max-width: 100%;
}

.main_content>.wp-block-columns {
    max-width: 100%;
}

.wp-block-media-text__content h2,
.wp-block-media-text__content h3 {
    margin-bottom: 30px;
}

.wp-block-media-text__content .wp-block-buttons {
    margin-top: 40px;
}

.wp-block-group>h3,
.wp-block-group>h2 {
    margin-bottom: 50px;
}

.wp-block-group>.news_slider.main-news-cards {
    padding-top: 0px;
    padding-bottom: 0px;
}

.wp-block-advgb-accordions {
    max-width: 900px !important;
    margin: auto;
}

.padding-less {
    padding-top: 0;
    padding-bottom: 50px;
}

.wp-block-group.padding-less>h3,
.wp-block-group.padding-less>h2 {
    margin-bottom: 5px;
}

.media-text-block {
    padding-top: 0px;
    padding-bottom: 0px;
}

.cont_img img {
    width: 100%;
}

.wp-block-group>.contact_cards {
    padding-bottom: 50px;
}

figure.wp-block-gallery.has-nested-images {
    margin-bottom: 40px;
}

.wp-block-group>ul li,
.wp-block-group>ol li {
    margin-bottom: 8px;
    ;
}

.wp-block-group>.document_era {
    padding-top: 10px;
}

.gen_video_img {
    padding: 0px 80px;
}

.wp-block-table th {
    background: #004C88;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    border-top: 0 !important;
    border-bottom: 0px !important;
}

.wp-block-table tbody tr:nth-child(2n+1) {
    background: #EDEDED !important
}

.wp-block-table tbody tr:nth-child(2n) {
    background: #fff !important
}

.wp-block-table td {
    border-right: 1px solid #1B79CB;
}

.wp-block-table td:last-child,
.wp-block-table th:last-child {
    border-right: none
}

.wp-block-table thead {
    border-bottom: none !important;
}

.wp-block-table tr th {
    padding: 15px 15px !important;
    border-right: 1px solid #B2B2B2 !important;
    border-left: 0;
}

.wp-block-table tr td {
    padding: 15px 15px !important;
    border: 0;
    border-right: 1px solid #B2B2B2 !important;
}

.grid-hover-img {
    display: none;
}

.navBlock_col:hover .grid-hover-img {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.navBlock_col:hover .grid-img {
    display: none;
}

.evt_category a {
    color: #fff;
}

.addeventatc.addtocal {
    background: none !important;
    box-shadow: none !important;
    color: #004C88 !important;
    font-weight: 700 !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding-left: 25px !important;
    z-index: 0 !important;
}

.addeventatc .addeventatc_icon {
    background: url(../img/calendar-plus.svg) !important;
    background-repeat: no-repeat !important;
    left: 0 !important;
}

.main_content {
    min-height: 500px;
}

.search_block .form-control::-webkit-input-placeholder {
    color: #010101 !important;
    opacity: 1 !important;
}

.search_block .form-control:-moz-placeholder {
    color: #010101 !important;
    opacity: 1 !important;
}

.search_block .form-control::-moz-placeholder {
    color: #010101 !important;
    opacity: 1 !important;
}

.search_block .form-control:-ms-input-placeholder {
    color: #010101 !important;
    opacity: 1 !important;
}

.service_dir_row {
    align-items: flex-start;
}

.sepc_project #searchform {
    margin-right: 7px;
}

.cat-selct {
    padding-left: 7px;
}

.acco_panel .doc_block {
    display: flex;
}

.grid-view .advgb-recent-post {
    box-shadow: 0px 3px 6px #00000029 !important;
    border: 1px solid #D9D9D9 !important;
}

.grid-view .advgb-post-wrapper {
    padding: 20px 30px;
    margin-top: 0;
}

.grid-view .advgb-post-title {
    border-bottom: 2px solid #6FA803;
    padding-bottom: 10px;
    text-transform: none;
}

.advgb-post-title,
.advgb-post-title a {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #010101 !important;
    font-family: 'Oswald', sans-serif !important;
    text-transform: none;
}

.advgb-post-datetime {
    font-size: 16px;
    font-weight: 700;
    color: #004C88 !important;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.advgb-recent-post {
    background: #fff;
}

.list-view .advgb-post-wrapper {
    display: inline-block !important;
    padding: 30px 10px;
}

.list-view .advgb-recent-post {
    padding-bottom: 0px !important;
}

.list-view .advgb-recent-post {
    box-shadow: 0px 3px 6px #00000029 !important;
    border: 0 !important;
}

.newspaper-view .advgb-recent-post::after {
    border-right: 0px !important;
}

.newspaper-view .advgb-recent-posts .advgb-recent-post:first-child .advgb-post-wrapper {
    position: absolute;
    top: 0px;
    z-index: 9;
    left: 30px;
}

.newspaper-view .advgb-recent-posts .advgb-recent-post:first-child::before {
    content: '';
    background: linear-gradient(180deg, #000000, #1E1E1ED0, #80808000);
    position: absolute;
    width: 100%;
    height: 30%;
    z-index: 1
}

.newspaper-view .advgb-recent-posts .advgb-recent-post:first-child .advgb-post-datetime {
    background: #004C88;
    color: #fff !important;
    padding: 10px;
}

.newspaper-view .advgb-recent-posts .advgb-recent-post:first-child .advgb-post-title a {
    color: #fff !important;
}

.newspaper-view .advgb-recent-posts .advgb-recent-post:first-child .advgb-post-excerpt {
    color: #fff;
}

.newspaper-view .advgb-recent-post--no-image:after {
    border-bottom: 1px solid #6FA803 !important;
}

.page-template-template-Business .center-text-info h4 {
    font-size: 22px;
}

.page-template-template-Business h5 {
    font-size: 22px;
}

.contact_form {
    padding: 25px;
    box-shadow: 0px 3px 6px #00000029;
    border: 1px solid #EDEDED;
    padding-bottom: 35px;
}

.contact_form .gform_footer {
    margin-top: 15px !important;
}

.single-special_project .wp-container-3.wp-block-group {
    padding-bottom: 0px;
}

.single-special_project .wp-block-group {
    padding-top: 30px;
}

.dept-hou {
    color: #004C88;
}

.doc_block span {
    vertical-align: middle;
}

.desc {
    margin-top: 7px;
}

.proj-map-det a {
    text-decoration: none;
}

.page-id-742 .wp-block-group>h3,
.wp-block-group>h2 {
    margin-bottom: 0px;
}

.generic_middle_block .date {
    margin-top: 4px;
}

.rel-ct {
    font-size: 18px;
    color: #3E3D3D;
    margin-top: 26px;
}

.fax-strong {
    color: #004C88;
    font-weight: 700;
}

.cont_inner a {
    text-decoration: none;
}

.event-detail-date {
    text-transform: uppercase;
}

.exp_left h6 {
    text-transform: uppercase;
}

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

.dp_detail_info .simple_list_col a {
    position: relative;
}

.dp_detail_info .simple_list_col a:hover::after {
    width: 160px;
    background: #6FA803;
    position: absolute;
    bottom: 13px;
    content: '';
    height: 3px;
}

.dp_sidebar {
    padding-top: 100px;
}

.proj_map .gmnoprint,
.proj_map .gm-fullscreen-control,
.proj_map .gm-svpc {
    display: none;
}


/*.contactRow .gmnoprint , .contactRow .gm-fullscreen-control , .contactRow .gm-svpc{display: none;}*/

.contact_form .large {
    border: 1px solid #BEBABA;
    border-radius: 0px;
}

.contact_form .gform_heading {
    background: #004C88;
    color: #fff;
    text-align: center;
    margin: 0px -25px;
    margin-top: -25px;
}

.contact_form .gform_title {
    color: #fff;
    text-transform: capitalize;
    font-size: 20px;
    min-height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_form .gform_body {
    padding-top: 50px;
    max-width: 320px;
    margin: auto;
}


/*.gform_footer .gform_button {
    background: #6FA803;
    border: 4px solid #6FA803;
    color: #010101;
    display: inline-block;
    padding: 6px 35px;
    text-align: center;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}*/

.gform_footer .gform_button {
    background: #004C88 !important;
    border: 4px solid #004C88 !important;
    color: #fff;
    display: inline-block;
    padding: 6px 35px;
    text-align: center;
    font-weight: 700;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}

.gform_footer .gform_button:hover {
    background: #fff !important;
    color: #010101 !important;
}

.contact_form .gform_footer {
    justify-content: center;
}

.contact_form .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 10px !important;
    grid-row-gap: 10px !important;
}

.hot-div {
    color: #004C88;
}

.dp_sidebar.page-builder-div a {
    text-decoration: none;
}

.wp-block-media-text__content h2 {
    padding-bottom: 22px;
}

.wp-block-media-text__content h4 {
    padding-bottom: 40px;
}

.wp-block-media-text__content p {
   /* padding-bottom: 50px;*/
    max-width: 506px;
}

.text-img-wrap:hover {
    border: 2px solid #004C88;
}

.jvk {
    color: #004C88;
}

/*.single-special_project .special-image {
    min-height: 800px;
}*/
.single-special_project .special-image {
	min-height: 400px;
}

.dp_sidebar a {
    text-decoration: none;
}

.close-button {
    display: none !important;
}

.expand_box:hover {
    border: 1px solid #004C88;
    outline: 1px solid #004C88;
}

.allBtn.view-all a {
    display: flex;
    justify-content: center;
}

.allBtn.view-all img {
    padding-left: 10px;
}

.sub_btn input {
    background-color: #A4C2D9;
    border: #A4C2D9;
    color: #010101;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    padding: 7px 40px;
}
.sub_btn input:hover{
    background: #FFF;
} 

.rslt_txt .acc__title.active .acco_sign::after {
    color: #000 !important;
}

.rslt_txt .acc__title.active .acco_sign {
    background: #A4C2D9 !important;
}

.contact_form .gform_fields {
    grid-gap: 8px !important;
}

.carousel-control-prev img {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 20px;
}

.carousel-control-next img {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 20px;
}

.container-pr {
    margin-left: 200px;
}

.page-id-742 .wp-block-group>h3,
.wp-block-group>h2 {
   
}

.single-departments .dp_sidebar {
    padding-top: 60px;
}

#gform_wrapper_3 {
    padding: 50px 194px;
    background-color: #004C88;
    max-width: 771px;
}

#gform_wrapper_3 h2 {
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 50px;
}

#gform_wrapper_3 .gform_heading {
    text-align: center;
    color: #fff;
    margin-bottom: 37px;
}

#gform_3 label {
    font-weight: 400 !important;
    text-transform: uppercase;
    color: #fff;
}

#gform_3 #gform_submit_button_3 {
    background-color: #A4C2D9;
    border: #A4C2D9;
    color: #010101;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    padding: 7px 40px;
}

#gform_3 .gform_footer.top_label {
    display: inherit !important;
    text-align: center;
    margin-top: 50px;
}

.wp-block-group>section.gen_video_img {
    max-width: 1500px;
}

.mt_tab_content .wp-block-group>* {
  /*  max-width: 1200px;*/

}

.single-special_project .wp-block-group>* {
    max-width: 930px;
}

.single-special_project .wp-block-group {
    width: 100% !important;
    max-width: 100% !important;
}

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

#jyu {
    /* margin-left: 85px !important; */
    margin-right: -22px;
}

.share_info {
    display: flex;
}

a.addtoany_share img {
    width: 25px !important;
}

.main_breadcrumb .container {
    /*max-width: 90%;*/
}

.wp-block-group>table.advgb-table-frontend {
    max-width: 1000px;
}

.service-page-div {
    margin-top: 57px;
}

ul.advgb-tabs-panel {
    border-bottom: 1px solid #D9D9D9 !important;
    /*justify-content: left !important;*/
}

.page-id-742 .owl-general .owl-nav .owl-prev {
    left: 24.8% !important;
}

.page-id-742 .owl-general .owl-nav .owl-next {
    right: 24.7% !important;
}

.advgb-recent-posts-block.newspaper-view .advgb-recent-posts .advgb-recent-post .advgb-post-wrapper .advgb-post-title {
    order: 2;
}

.fc-day-header {
    background: #004C88;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.fc-day-number {
    color: #3E3D3D;
    font-weight: bold;
    margin-right: 10px;
}

.fc-event-container .fc-day-grid-event {
    background: none;
    border: 0;
    color: #000;
    font-size: 12px;
    margin-bottom: 5px;
}

.event-popup-content p {
    font-size: 16px;
}

.popover {
    box-shadow: 0px 5px 15px #0000004D;
    border: 1px solid #D9D9D9;
    font-size: 16px;
    border-radius: 0px;
    min-width: 300px;
    padding: 15px;
}

.more .buttonPrimary {
    color: #004C88;
    font-weight: 700;
}

.fc-toolbar .fc-left,
.fc-toolbar .fc-right {
    display: flex;
    align-items: center;
    color: #004C88;
    cursor: pointer;
}

/*.fc-icon-left-single-arrow::after {
    content: '';
    background-image: url(../img/angle-left.svg);
    width: 9px;
    height: 14px;
    display: flex;
    background-size: 8px;
    background-repeat: no-repeat;
}

.fc-icon-right-single-arrow::after {
    content: '';
    background-image: url(../img/angle-left.svg);
    width: 9px;
    height: 14px;
    display: flex;
    background-size: 8px;
    transform: rotate(180deg);
    background-repeat: no-repeat;
}*/

.fc-toolbar .fc-button {
    background: none;
    border: 0;
    color: #004C88;
    padding: 0;
}

.fc-toolbar .fc-next-button {
    margin-left: 5px;
}

.fc-toolbar .fc-prev-button {
    margin-left: 0px;
    margin-right: 0px;
}

.fc-toolbar .fc-left strong {
    margin-left: 5px;
}

.fc-more-cell a {
    color: #004C88;
    font-size: 16px;
    position: absolute;
    font-weight: bold;
}

.popover-body h6 {
    font-size: 35px;
}

.popover-header {
    /* display: none; */
    background-color: #fff;
    border-color: #fff;
}

.time p strong {
    font-size: 22px;
    /* margin-top: 10px !important; */
    color: #010101;
}

.time2 p {
    font-size: 22px;
    color: #004C88;
    font-weight: bold;
}

.time {
    margin-top: 15px;
}

.time2 {
    margin-top: 6px;
}

.btn_primary1 {
    font-size: 16px;
    font-weight: bold;
    color: #004C88;
}

.more1 {
    margin-top: 24px;
}

.close {
    color: #C81F21 !important;
    opacity: inherit !important;
}

.advgb-tab-body .wp-block-media-text {
    padding-bottom: 20px;
    padding-top: 20px;
}

.advgb-tab-body-wrapper div.advgb-tab-body .document_era,
.advgb-tab-body-wrapper div.advgb-tab-body .wp-block-advgb-list {
    max-width: 1000px;
}

div.advgb-tab-body .document_era .col-md-6 {
    padding: 0px;
}

.document_era.project-doc-list {
    margin-bottom: 25px;
}

.project-doc-title {
    font-size: 20px;
    font-weight: 600;
}

.p-title {
    text-transform: capitalize !important;
}

.page-template-template-special-project .dd_content p a {
    text-decoration: none;
    color: #010101 !important;
    font-weight: 400;
}

.simple_list_info a {
    color: #fff !important;
}

.simple_list_info a h5:hover {
    color: #010101 !important;
}

.dp_detail_info .simple_list_col a:hover {
    background: #fff;
    color: #010101 !important;
    box-shadow: 0px 3px 6px #00000029;
}

.dp_detail_info .simple_list_col h5 {
    color: inherit;
}

.advgb-post-readmore a {
    color: #004C88 !important;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Proxima Nova Rg';
}

p.has-large-font-size {
    line-height: 1.2;
}

.newsColumn.noimg .news_content {
    display: flex;
    align-items: center;
}

.newsColumn.noimg .news_category {
    position: absolute;
    top: 0px;
}

.newsColumn.noimg .newsinfo {
    padding-top: 50px;
}
.related-ct {
	font-weight: bold;
}
/*
.advgb-accordion-header .advgb-accordion-header-title {
	width: 95%;
}*/

.service-page-div .advgb-tabs-panel {
    /*justify-content: flex-start;*/
}
.news-detail-wraper {
	margin-top: 50px;
	margin-bottom: 50px;
	min-height: 300px;
}
.qpl {
	display: none;
}
.fc-left strong {
	display: none;
}
.fc-right strong {
	display: none;
}
.fc-prev-button .fc-icon::after {
	font-size: 100%;
	font-weight: 700;
	content: 'Previous Month';
	margin-left: 10px;
}
.fc-next-button .fc-icon::after {
	font-size: 100%;
	font-weight: 700;
	content: 'Next Month';
	margin-left: 10px;
	transform: rotate(180deg);
}
.fc-prev-button .fc-icon::before, .fc-next-button .fc-icon::before {
	content: '';
	background: url(../img/angle-left.svg);
	width: 10px;
	height: 17px;
	background-size: cover;
	display: block;
}
.fc-prev-button .fc-icon, .fc-next-button .fc-icon {
	width: auto;
	height: auto;
	display: flex;
	align-items: center;
	font-family: 'Proxima Nova Rg';
	font-size: 16px;
	color: #002554;
}
.fc-next-button .fc-icon {
	transform: rotate(180deg);
}
.fc-prev-button, .fc-next-button {
	background: none !important;
	border: 0 !important;
	box-shadow: none !important;
}
.news-grid .newsColumn {
    width: 33.3%;
padding: 0px 7px;
margin-bottom: 10px;
display: flex;
flex-direction: column;
}
.news-grid {
    display: flex;flex-wrap: wrap;
}
.news-grid  .newscard{
    box-shadow: 0px 3px 6px #00000029;
border: 1px solid #D9D9D9;
height: 100%;
background: #fff;
position: relative;
}
.news-grid .newsinfo{
    padding: 30px 30px;
}
.news-grid .category-info{
    background: #004C88 !important;
color: #fff;
padding: 8px 15px;
width: 100%;
text-transform: uppercase;

}

.news-grid .newsColumn  > a{
    display: flex;height: 100%;
}
.allBtn-news{
    text-align: center;padding-top: 30px;
}
#gform_wrapper_4 .gform_title {
	display: none;
}
.news_lst h6 {text-transform: uppercase;}
.main-tabs, .news-detail-wraper {
    min-height: calc(100vh - 500px);
}
.newsColumn.noimg a {height: 100%;}
.foot_logo img {max-width: 100px; height: auto;}
.page-template-template-overview  .mt_tab_content{
    padding-top: 0px;
}
.dp_sidebar .tel_em_fax {
	word-wrap: break-word !important;
}

.col-md-4.dd_col.full-ht a {
	height: 100%;
}
.page-template-template-overview   .meeting-wraper{
    padding-bottom: 00px;
}
.sidebar_box.contact-person {
	margin-top: 10px;
}
.sidebar_box.contact-person h5 {
	padding-bottom: 28px;
}

.col_left .dp_detail_info .advgb-tabs-panel{
    justify-content: flex-start;
}

.single  .newsColumn.noimg .news_content{
    align-items: flex-start;
}

.event-popup-content .time p strong{
    font-family: 'Oswald', sans-serif;
}
.event-popup-content .time2 p{
    font-family: 'Oswald', sans-serif;
}
.event_list_info .addeventatc .addeventatc_icon{
    width: 30px;
height: 30px;left: -7px !important;
background-size: 26px !important;
}
.event_list_info a.addtoany_share img{
    margin-top: 12px;
}
.fc-row .fc-content-skeleton{
	min-height:120px;position: static !important;
}
.fc-unthemed td.fc-today {
    background: #F8F7F7;
  }

  .service-page-div   .wp-block-advgb-accordions{
max-width: 1000px !important;
margin: auto;
  }


.search-results .result_row.people {
	display: none;
}
.map_info_detail a {
	color: #3E3D3D;
	text-decoration: none;
}
/*.for-first.mpl:nth-of-type(3){
    display: none
}*/

.cvf_pag_loading {padding: 20px;}
.cvf-universal-pagination ul {margin: 0; padding: 0;display: flex;justify-content: center;align-items: center;}
.cvf-universal-pagination ul li {
    display: inline;
    margin:0px 3px;
    padding: 4px 8px;
    color: #010101;
    opacity: 0.52;
}
.cvf-universal-pagination ul li.active:hover {cursor: pointer;  }
.cvf-universal-pagination ul li.inactive {background: #7E7E7E;display: none !important;}
.cvf-universal-pagination ul li.selected {
    font-weight: bold;opacity: 1;
}
.cvf-universal-pagination ul li:nth-child(1){
    display: none
}
.cvf-universal-pagination ul li:nth-last-child(2){
    color: #fff;
    background: #6FA803;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-indent: -9999px;
    position: relative;
    background-image: url(../img/angle-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 7px;opacity: 1;
   /* transform: rotate(180deg);*/
}
.cvf-universal-pagination ul li:nth-child(2){
    color: #fff;
    background: #6FA803;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-indent: -9999px;
    position: relative;
    background-image: url(../img/angle-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 7px;opacity: 1;
  transform: rotate(180deg);
}
.cvf-universal-pagination ul li:nth-child(5){
   /* color: #fff;
    background: #2E5C06;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-indent: -9999px;
    position: relative;
    background-image: url(../img/angle-right-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 7px;opacity: 1;*/

}
.cvf-universal-pagination ul li:last-child{
display: none;
}



.aligncenter  .wp-block-embed__wrapper{
    text-align: center;
}
h3 + .wp-block-advgb-accordions{
    padding-top: 10px;
}

/*.result_row.Forms {
	display: none;
}*/
.dp_detail_info .img-grid-row{
    margin-left: 0px;margin-right: 0px;
}

.sidebar_box.dp_sideinfo + .dp_sidebar{
padding-top: 10px;
}

.video-caption .carousel-caption{
background: rgba(0, 0, 0, 0.15);
/*background: rgba(0, 0, 0, 0.35);*/
    padding: 40px 40px 40px 40px;
    min-width: 600px;
}
.carousel-item .carousel-caption{
    background: rgba(0, 0, 0, 0.15);
/*background: rgba(0, 0, 0, 0.35);*/
    padding: 40px 40px 40px 40px;
    min-width: 600px;
}
.wp-block-image.aligncenter
{ display: inherit !important;}
.mt_tab_content .sp_proj_row {max-width:1200px;margin-left:auto;margin-right:auto;}
.re_category a{ color:#fff; }
.home .text-block {
    border: 1px solid #D9D9D9;
    outline: 0px 0px 3px #00000029;
  }
  .home .text-block h3 {
    position: relative;
    text-align: center;
    font-size: 18px;
    padding: 20px;
    color: #010101;
  }
  .home .text-block h3 span{
    font-size: 16px;
    color: #3E3D3D;
    margin-top: 2px;
  }
  .wp-block-embed.aligncenter{
  margin-left:auto;margin-right:auto;
  }
  .main_wrapper .wp-block-file:not(.wp-element-button) {
    font-size: 16px;
  }
  body .uwy.userway_p3 .uai
  { bottom: 40px!important ;}

.public_feedback {
    position: fixed;
    bottom: 0;
    right: 10px;
    width: 120px;
    height: 30px;
    border-radius: 5px 5px 0 0;
    background: #f1f1f1;
    padding: 5px;
    z-index: 9999999;
    border: 1px solid #919191;
    border-bottom: 0;
    text-align: center;
}

.public_feedback img {
    filter: invert(1);
}
.single-special_project .main_content li a {
	
	color: #003057 !important;
	text-decoration: underline !important;
	font-weight: 600 !important;
}

.page-template-template-people .expand_img_grid {
	padding-bottom: 0px !important;
}
.col-md-12.sf-2 {
	max-width: 36%;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 50px;
}
.page-template-template-people .expanding-grid .links > li {
	height: 140px !important;
}
.sub_btn .btn_yellow {
    background-color: #A4C2D9;
    border: #A4C2D9;
    color: #010101;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    padding: 7px 40px;
    margin-top: 20px;
  }
  .sub_btn .btn_yellow:hover {
    background: #FFF;
  }

  /* Newsletter Page Signup Button */

  .page-template-News-template-Backup .sub_btn {
    padding-top:20px;
}
.newsletter_link a {
	background-color: #004C88 !important;
	color: #fff !important;
	border: 4px solid #004C88 !important;
}
.newsletter_link a:hover {
	background-color: #004C88 !important;
	
}

.cancel_btn {
	background: #9F0202 !important;
	color: #fff;
	text-transform: uppercase;
	padding: 3px;
	position: absolute;
	top: 0;
	left: 180px;
	width: calc(100% - 180px);
	text-align: left;
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 15px;
}
.meet-cancel .main_acco_title .acco_title_info {
	padding-top: 40px;
}
.cancel-btn {
	background-color: #9F0202 !important;
	color: #fff;
	padding: 5px;
	margin-bottom: 10px;
}
.projects.agenda-review-committee, .projects.budget-committe-meeting-meetings {display: none;}
.doc_block img {
    filter: brightness(0) saturate(100%) invert(17%) sepia(86%) saturate(1868%) hue-rotate(188deg) brightness(100%) contrast(101%);
}
.cgpt-ai-assistant-button.cgpt-ai-assistant-default-button {padding-top: 3px !important; padding-bottom: 3px !important; padding-left: 0px !important; background-color: inherit !important; border-radius: 0px !important; border-right: 1px solid #084980 !important; border-top: 1px solid #084980 !important; border-bottom: 1px solid #084980 !important; color: #084980 !important; font-weight: bold;}
img.ai_image {height:36px; padding: 5px 0 5px 5px; border-left: 1px solid #084980; border-top: 1px solid #084980; border-bottom: 1px solid #084980;}
img.ai_image {display: none;}
.cgpt-ai-assistant-button.cgpt-ai-assistant-default-button {display: none;}
.press-button {
    padding-top: 30px;
}

.date ol li a, .site_img_panel ul li a {
    color:  #000;
    text-decoration: none;
    color: #203970;
    font-weight: 600;
}

.date ol li a:hover, .site_img_panel ul li a:hover{
    color: #010101;
}

.upcoming_agenda {padding: 50px 50px 25px 50px}
.blue {
background: #004C88;
}
.blue h2 a {color: white}
.blue h2 img {
color: white;
fill: white;
filter: invert(94%) sepia(100%) saturate(10%) hue-rotate(180deg) brightness(100%) contrast(83%);
height: 20px;
margin-top: 0;
margin-bottom: 5px;
margin-right: 10px;
}