.regular {
  font-family: 'Helvetica';
  font-weight: normal;
}
.bold {
  font-family: 'Helvetica';
  font-weight: bold;
}
.upper {
  text-transform: uppercase;
}
.allcenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.medium {
  font-weight: 500;
}
.semi {
  font-weight: 600;
}

@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Light.woff2') format('woff2'), url('../fonts/Helvetica-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Bold.woff2') format('woff2'), url('../fonts/Helvetica-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica.woff2') format('woff2'), url('../fonts/Helvetica.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* 26 to 22
22 to 20

60 to 54
*/
body {
  color: #1A1A1A;
  overflow-x: hidden;
  font-family: 'Helvetica';
  font-weight: normal;
}
img{
	height:auto;
}
h1 {
  font-size: 54px;
  font-family: 'Helvetica';
  font-weight: bold;
  margin-bottom: 20px;
}
h2 {
  font-size: 50px;
  font-family: 'Helvetica';
  font-weight: bold;
  color: #932029;
  margin-bottom: 20px;
}
h3 {
  font-size: 38px;
  font-family: 'Helvetica';
  font-weight: bold;
  color: #932029;
}
h4 {
  font-size: 22px;
  color: #161617;
  font-family: 'Helvetica';
  font-weight: bold;
}
h5 {
  color: #1A1A1A;
  font-family: 'Helvetica';
  font-weight: bold;
  font-size: 20px;
}
a{
	color:#A00A24
}
a:hover {
  text-decoration: none;
  color: inherit;
}
p {
  font-size: 16px;
  line-height: 28px;
}
.mainWrapper ul li,
.mainWrapper ol li {
  font-size: 16px;
  line-height: 28px;
}
.mainHeader {
  background: #1A1A1A;
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
}
.navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 15px;
  top: 0;
  padding: 0;
  z-index: 9;
}
.navbar-brand img {
  max-width: 150px;
}
.shrink .navbar-brand {
  margin-top: 10px;
  max-height: 75px;
  overflow: hidden;
}
.shrink .navbar-brand img {
  max-width: 85px;
  transition: 0.1s;
}
.mainHeader .navbar-nav > li {
  position: relative;
}
.mainHeader .navbar-nav > li > a {
  color: #fff;
  font-size: 18px;
  padding: 30px 20px !important;
  font-family: 'Helvetica';
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.mainHeader .navbar-nav > li:after {
  bottom: 15px;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  background: #B1102A;
  transition: width 0.5s ease 0s, left 0.5s ease 0s;
  width: 0;
}
.mainHeader .navbar-nav > li:hover:after {
  width: 100%;
  left: 0;
}
.navbar-expand-md {
  padding: 0px;
}
img {
  max-width: 100%;
}
.no-margin {
  margin-left: 0px;
  margin-right: 0px;
}
.navRight {
  display: flex;
  align-items: center;
}

@media (min-width:992px){
.navbar-nav > li:hover .dropdown-menu {
  display: block;
  z-index: 9999;
}
}
.navbar-nav .dropdown-menu {
  min-width: 340px;
  border: 1px solid #AFAFAF;
  padding: 25px 30px;
  border-radius: 0;
  top: 70px;
  left: -50%;
}
.navbar-nav .dropdown-menu li {
  margin-bottom: 15px;position: relative;
}
.navbar-nav .dropdown-menu li a {
  color: #050505;
  font-family: 'Helvetica';
  font-weight: bold;
}
.navbar-nav .dropdown-menu li a:hover {
  color: #A00A24;
  background: none;
}
.select_language {
  padding-left: 10px;
  padding-right: 10px;
  background: none;
  font-family: 'Helvetica';
  font-weight: bold;
  display:flex;
}
.select_language select {
  background: none;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/Globe.svg) !important;
  background-position: top 8px right 0px;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 15px;
  max-width: 125px;
  line-height: 26px;
  padding-right: 30px;
  background-size: 16px;
  min-height: 32px;
  font-family: 'Helvetica';
  font-weight: bold;
}
.select_language select::-ms-expand {
  display: none;
}
.top_search {
  display: flex;
  margin: 0px 10px;
}
.top_search .form-control {
  max-width: 170px;
  border: 1px solid #D3D3D3;
  min-height: 38px;
  border-radius: 19px !important;
  background: #F0F0F0;
}
.buttonsearch {
  background: #A00A24;
  border: 0;
  padding: 0;
  right: 3px;
  border-radius: 100px;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index:9;
}
.buttonsearch img {
  max-width: 16px;
  filter: brightness(0) invert(1);
}
.topalerts a {
 background-color: #A00A24;
color: #fff;
padding: 10px 15px;
border-radius: 19px;
font-size: 14px;
display: flex;
align-items: center;
}
.topalerts a  img{
	margin-right: 7px;
max-width: 18px;
}
.container {
  max-width: 1200px;
}
.navBlock {
  display: flex;
  flex-wrap: wrap;
  background-color: #3C3C3C;
  position:relative;
}
.navBlock .navBlock_col {
  padding: 20px;
  text-align: center;
}
.navBlock .navBlock_col h4 {
  color: #fff;
}
.navBlock .navBlock_col h6 {
  color: #fff;
  font-size: 15px;
}
.navBlock a {
  position: relative;
  display: inline-block;
}
.navBlock a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  background: #B1102A;
  transition: width 0.5s ease 0s, left 0.5s ease 0s;
  width: 0;
}
.navBlock a:hover:after {
  width: 100%;
  left: 0;
}
.upEvents {
  padding: 50px 50px;
  background: #1A1A1A;border-right: 6px solid #fff;
  height: 100%;
}
.upEvents h3 {
  color: #fff;
}
.titleBlock {
  margin-bottom: 50px;
}
.event_name {
  background: #FFFFFF;
  /*border: 1px solid #D3D3D3;*/
}
.date_time {
  background: #1A1A1A;
  color: #fff;
  font-size: 13px;
  padding: 3px 15px;
  text-transform: uppercase;
}
.event_name {
  padding: 15px;
}
.event_name p {
  font-size: 14px;
  color: #1A1A1A;
  margin-bottom: 5px;
}
.event_name h5 {
  margin-bottom: 5px;
}
.EventsRow {
  margin: 0px -6px;
}
.EventsRow > div {
  padding: 0px 3px;
}
.evtRow > div {
  padding: 0;
}
.allBtn {
  text-align: center;
  margin-top: 40px;
}
.main_content .wp-block-advgb-button.is-style-squared-outline .wp-block-advgb-button_link {
  background: #B1102A !important;
  border-radius: 100px !important;
  font-family: 'Helvetica';
  font-weight: bold;
  color: #fff;
  padding: 8px 20px 6px;
  display: inline-block;
  text-align: center;
  border: 3px solid #B1102A !important;
  transition: 0.5s;
  text-transform:uppercase;
}
.primaryButton , .btn_primary, .wp-block-buttons .wp-block-button .wp-block-button__link {
  background: #B1102A;
  border-radius: 100px;
  font-family: 'Helvetica';
  font-weight: bold;
  color: #fff;
  padding: 8px 20px 6px;
  display: inline-block;
  text-align: center;
  border: 3px solid #B1102A;
  transition: 0.5s;
  text-transform:uppercase;
}
.main_content .wp-block-advgb-button.is-style-squared-outline .wp-block-advgb-button_link:hover {
  background: #fff !important;
  color: #050505 !important;
}
.primaryButton:hover , .btn_primary:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background: #fff;
  color: #050505;
}
@-moz-keyframes bounce {
  0%,
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  56% {
    -moz-transform: translateX(4px);
    transform: translateX(4px);
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  56% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
}
@keyframes bounce {
  0%,
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  56% {
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
}
.event_box:hover .arrow {
  -moz-animation: bounce 1s;
  -webkit-animation: bounce 1s;
  animation: bounce 1s;
}
.upmeetings {
  padding: 50px 40px;
  background: #E6E6E6;
  height: 100%;
}
.timedate {
  background: #1A1A1A;
  color: #fff;
  font-size: 14px;
  padding: 5px 15px;  text-transform: uppercase;
}
.meetingBox {
  margin-bottom: 6px;
}
.meetingInfo {
  padding: 10px 15px 5px 15px;
  background: #E6E6E6;
  background: #fff;
  border: 1px solid #D3D3D3;
  position: relative;
}
.meetingInfo p {
  font-size: 14px;
  color: #1A1A1A;
  margin-bottom: 0px;
}
.meetingInfo h5 {
  margin-bottom: 0px;
}
/*.meetingInfo .arrow {
  position: absolute;
  top: 15px;
  right: 10px;
  max-width: 55px;
}*/
.meetingInfo .arrow {
	position: inherit;
	top: 0px;
	right: -1px;
	max-width: 55px;
	/* padding-left: -1px; */
}
.meetingInfo:hover .arrow {
  -moz-animation: bounce 1s;
  -webkit-animation: bounce 1s;
  animation: bounce 1s;
}
.HomeImgButtons {
  padding: 60px 0px;
}
.img_btn_col .img_block {
  position: relative;
}
.img_block_title {
  position: absolute;
  bottom: 0px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: center;
 /* background: transparent linear-gradient(0deg, #000000 0%, #54545400 100%) 0% 0% no-repeat padding-box;*/
  color: #fff;
  width: 100%;
  padding-bottom: 15px;
  background: linear-gradient(to bottom, transparent 75%, #676767 100%);
}
.img_block_title > * {
  color: #fff;
}
.img_btn_col {
  padding: 0px 5px;
  margin-bottom: 10px;
}
.topTitle {
  margin-bottom: 50px;
}
.img_button_row img {
  -webkit-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  width: 100%;
}
.img_button_row .img_block:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.img_button_row .img_block {
  overflow: hidden;
}
.LatestNews {
  padding: 60px 0px;
  background-color: #3C3C3C;
  /*border-bottom: 10px solid #fff;*/
}
.LatestNews h2 {
  color: #fff;
}
.newsdate {
  background: #1A1A1A;
  color: #fff;
  font-size: 14px;
  padding: 5px 20px;
}
.newsInfo {
  background: #FFFFFF;
  border: 1px solid #D3D3D3;
  padding: 15px 20px;
}
.newsInfo img {
  max-width: 60px;
}
.sliderBlock {
  position: relative;
}
.sliderBlock .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.sliderBlock .owl-dot {
  width: 14px;
  height: 14px;
  background: #fff !important;
  border: 1px solid #444444 !important;
  border-radius: 100px;
  margin: 0px 2px;
}
.sliderBlock .custom-nav .owl-prev {
  position: absolute;
  left: 44%;
 
/*margin-top: -18px;*/
  z-index: 9;
}
.LatestNews .allBtn{
	padding-top:20px;
}
.sliderBlock .custom-nav .owl-prev  img{
	 transform: rotate(180deg);
}
.sliderBlock .custom-nav .owl-next {
  position: absolute;
  right: 44%;
  /*margin-top: -18px;*/
  z-index: 9;
}
.sliderBlock .custom-nav button {
  background: none;
  border: 0;
}
.sliderBlock .custom-nav button img {
  max-width: 40px;
}
.footer {
  background: #1A1A1A;
  border-top: 10px solid #fff;
}
.footer .footerInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 10px;
}
.footer .footerInfo ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  align-items: center;
  padding: 0;
}
.footer .footerInfo ul li a {
  padding: 0px 15px;
  color: #fff;
  font-size: 22px;
  font-family: 'Helvetica';
  font-weight: bold;
}
.footer .footerInfo p {
  color: #fff;
  font-size: 14px;
  margin: 0;
}
.main_wrapper {
  padding-top: 85px;
}
.main_breadcrumb {
  padding-top: 0px;
  padding-left: 60px;
}
.main_breadcrumb .breadcrumb {
  background: none;
  margin: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
  align-items: center;
  text-transform: uppercase;
}
.main_breadcrumb .breadcrumb a {
  color: #1A1A1A;
}
.main_breadcrumb .breadcrumb a img{
	vertical-align: baseline;
  margin-right: 5px;
}
.main_breadcrumb .breadcrumb li.active {
  color: #1A1A1A;
  font-weight: 600;
}
.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 {
  min-height: 450px;
  align-items: center;
  justify-content: center;
  display: flex;
  position: relative;
  background: url(../img/banner.png);
  background-position: bottom;
  background-size: cover;
}
.page_title h1 {
  color: #fff;
  margin-top: 50px;
}
.page_title:after{
content: '';
background-image: url(../img/cloud-background.png);
height: 200px;
width: 100%;
bottom: 0px;
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-position: bottom;
}
.generic_middle_block {
  max-width: 900px !important;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  padding-top: 30px;
}
.doc_block {
  display: block;
  color: #932029;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.doc_block:hover{
	color: #932029;text-decoration: underline;
}
.doc_block img {
  margin-right: 8px;
}
.doc_block strong {
  font-size: 16px;
  color: #932029;
  margin-right: 10px;
}
.button_block {
  display: flex;
}
.topTitle {
  text-align: center;
  margin-bottom: 60px;
}
.main_wrapper > section {
  padding: 60px 0px;
}
.black {
  background: #1A1A1A;
}
.black h2 {
  color: #fff;
}
.img_text_card_col {
  padding: 0px 5px;
  margin-bottom: 10px;
  -ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.img_text_card_col .cardbtn {
  width: 100%;
}
.img_text_card_col .cardbtn a {
  width: 100%;
}
.text_card_block {
  padding: 20px 20px;
  background: #fff;
  border: 1px solid #AFAFAF;
}
.text_card_block p, .text_card_block li {
  color: #1A1A1A;
}
.text_card_block .primaryButton {
  min-width: 160px;
}
.right_info_cont {
  background: #fff;
  border: 1px solid #9BB5D8;
  padding: 25px 30px;
  margin-bottom: 10px;
}
.right_info_cont .btn_primary {
  display: inline-block;
}
.generic_form {
  background: #E6E6E6;
  padding: 30px 15px;
  box-shadow: 0px 0px 6px #00000029;
}
.generic_form h4 {
  text-align: center;
}
.generic_form p {
  color: #050505;
  text-align: center;
}
.generic_form .form-group label {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  color: #050505;
  font-family: 'Helvetica';
  font-weight: bold;
}
.generic_form .form-control {
  background: #fff;
  border-radius: 0px;
  min-height: 50px;
  border: 0;
  box-shadow: 0px 0px 6px #00000029;
  border: 1px solid #E6E6E6;
}
.generic_form .form-check-label {
  color: #fff;
}
.generic_form .btn_blue {
  margin-left: auto;
  margin-right: auto;
  display: table;
  padding: 15px 30px;
  width: 150px;
  margin-top: 20px;
  border: 0px;
  box-shadow: 0;
}
.grey {
  background-color: #3C3C3C;
  margin-top: 200px;
  position:relative;
}
.grey h2 {
  color: #fff;
}
.grey:before{
	background-image: url('../img/dark-background.svg') !important;
background-size: cover !important;
padding-top: 100px !important;
content: '';
height: 180px !important;
width: 100% !important;
position: absolute;
top: -141px !important;
}
.button_ico_col {
  padding: 0px 5px;
}
.button_ico_box {
  background: #fff;
  padding: 30px 25px;
  text-align: center;
}
.button_ico_box img {
  margin-bottom: 20px;
}
.button_ico_box h5 {
  margin-bottom: 0px;
  position: relative;
  display: table;
  margin: auto;
}
.button_ico_col h5:after {
  background: none repeat scroll 0 0 transparent;
  bottom: -10px;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  background: #B1102A;
  transition: width 0.5s ease 0s, left 0.5s ease 0s;
  width: 0;
}
.button_ico_col:hover h5:after {
  width: 100%;
  left: 0;
}
.expanding-grid {
  position: relative;
}
.expand_det {
  text-align: center;
  padding: 20px;
  background: #fff;
  display: inline-block;
  width: 100%;
  position:relative;
}
.expand_det h5 span {
  display: block;
  font-size: 14px;
  color: #050505;
  margin-top: 5px;
  font-family: 'Helvetica';
  font-weight: bold;
}
.expanding-grid .links {
  display: block;
  overflow: hidden;
  padding: 1em 0;
  margin: 0px -4px;
}
.expanding-grid .links > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 0px 5px;
  width: 25%;
  list-style: none;
  margin-bottom: 10px;
}
.expand_img img {
  width: 100%;
}
.expanding-grid .links > li:nth-of-type(4n+1) {

}
.expanding-grid .spacer {
  clear: both;
  display: block;
  margin-bottom: 0px;
}
.expanding-grid .expanding-container {
  clear: both;
  display: none;
  overflow: hidden;
  width: 100%;
  background: #fff;
  border: 1px solid #A3262F;
  margin-top: -20px;
 /* border-top:0;*/
  

}
.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: 40px 0px 20px 0px;
  margin: auto;
  max-width: 800px;
}
i[class*=arrow] {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border: 0.125rem solid;
  border-bottom: 0;
  border-left: 0;
  border-radius: 1px;
  text-indent: -624.9375rem;
  border-color: #B1102A;
  transform: rotate(135deg);
}
.expanding-grid .links > li .active .arrow-blue-down {
  transform: rotate(-45deg);
}
.owl-general .custom-nav {
  display: none;
}
.how_row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
.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: #B1102A;
  color: #fff;
  font-size: 22px;
  font-family: 'Helvetica';
  font-weight: bold;
}
.how_to_cont {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
p.how_title {
  margin-bottom: 5px;
  font-size: 18px;
}
.simple_list_col {
  padding-left: 3px;
  padding-right: 3px;
  margin-bottom:6px;
}
.simple_list_col a {
  color: #1A1A1A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  min-height: 80px;
  margin-bottom: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-family: 'Helvetica';
  font-weight: bold;
  padding: 10px 20px 10px 30px;
  background: #fff;
  position: relative;
  border: 2px solid #A00A25;
  padding-right: 85px;
  height:100%;
}
.simple_list_col a:after {
  content: '';
  background-image: url(../img/line_arrow.svg);
  width: 65px;
  height: 30px;
  margin-left: auto;
  position: absolute;
right: 20px;
}
#conference-timeline {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: calc(100% - 29%);
  top: 120px;
  left: 50%;
  margin-left: -2px;
  background: #A3262F;
  z-index: 0;
  top: 18%;
}
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 47%;
  width: 100%;
}
.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
}
.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 44px;
  top: 10px;
  left: -60px;
  color: #00b0bd;
}
.timeline-article .content-left-container {
  float: left;
  padding-right: 10px;
}
.timeline-article .content-right-container {
  float: right;
  margin-left: auto;
  padding-left: 10px;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before {
  position: absolute;
  top: 20px;
  font-size: 23px;
  font-family: "FontAwesome";
  color: #fff;
  display: none;
}
.timeline-article .content-left:before {
  content: "\f0da";
  right: -8px;
}
.timeline-article .content-right:before {
  content: "\f0d9";
  left: -8px;
}
.timeline-article .circle_yw {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -21px;
  color: #fff;
  border-radius: 100%;
  background: #fff;
  border: 3px solid #A3262F;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.timeline-article .image_year_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.timeline-article .section_year {
  color: #A00A24;
  font-size: 38px;
  font-family: 'Helvetica';
  font-weight: bold;
}
.image_year_row .section_year {
  margin-left: 20px;
}
.timeline-article .content-left p {
  margin-left: auto;
}
.timeline-article .content-left {
  text-align: right;
}
.timeline-article .content-right {
  text-align: left;
}
.timeline-article .content-right .section_year {
  margin-left: 0;
  margin-right: 20px;
}
.timeline-article:last-child .circle_yw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.timeline-article:last-child .circle_yw:after {
  content: '';
  background: #A3262F;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
}
.conference-timeline-content {
  max-width: 1200px;
  margin: auto;
}
.contact_col {
  padding: 0px 3px;
  margin-bottom: 5px;
}
.contact_box {
  background: #fff;
  padding: 30px 30px;
  border: 1px solid #9BB5D8;
  height: 100%;
}
.contact_box p {
  margin-bottom: 5px;
  color: #050505;
}
.contact_box h6 {
  color: #050505;
  font-family: 'Helvetica';
  font-weight: bold;
}
.tel_em_fax {
  margin-top: 15px;
}
.tel_em_fax strong {
  color: #09161F;
}
.tel_em_fax a {
  color: #932029;
  font-weight: 600;
}
.tel_em_fax p {
  margin-bottom: 0px;
}
.isotope,
.isotope .item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.event-grid .event_box {
  margin: 0px 5px;
  margin-bottom: 15px;
width: calc(33.3% - 10px);
}
.InnerWraper {
  padding: 50px 0px;
}
.event_img img {
  width: 100%;
}
.evtLink {
  color: #9A1B1E;
  font-family: 'Helvetica';
  font-weight: bold;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 10px;
}
.evtLink img {
  margin-right: 5px;
}
.event-grid .primaryButton {
  margin-bottom: 10px;
}
.event-grid .arrow {
  display: block;
}
.search_box {
  margin-bottom: 15px;
}
.search_box .form-control {
  border: 1px solid #AFAFAF;
  min-height: 50px;
  border-radius: 0px;
}
.search_box .btn {
  background: #A00A24;
  border-radius: 0px;
}
.search_box .btn img {
  filter: brightness(0) invert(1);
}
.searchFilterEra {
  padding-right: 50px;
}
.searchFilterEra label.title {
  font-size: 18px;
  font-family: 'Helvetica';
  font-weight: bold;
}
.main_wrapper select {
  border: 1px solid #AFAFAF;
  min-height: 50px;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/arrowdown.svg);
  background-repeat: no-repeat;
  background-position: top 20px right 10px;
}
.checkboxwrapper {
  margin-top: 10px;
  display: inline-block;
}
.form-group-check {
  display: block;
  margin-bottom: 8px;
}
.form-group-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-group-check label {
  position: relative;
  cursor: pointer;
}
.form-group-check label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #AFAFAF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 12px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 12px;
}
.form-group-check input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  width: 6px;
  height: 14px;
  border: solid #A00A24;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.acco_panel {
  display: none;
  padding: 20px;
}
.main_acco_title {
  border: 1px solid #AFAFAF;
  min-height: 55px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.main_acco_title .accordion_sign {
  position: absolute;
  right:30px;
  top: 12px;
}
.main_acco_title h5 {
  margin-bottom: 0px;
}
.centerinfo {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0px;
}
.DirectoryInfo {
  padding: 50px 0px;
}
.search_filter_sort {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.search_filter_sort .search_box {
  min-width: 350px;
  margin-right: 10px;
  margin-bottom: 0;
}
.search_filter_sort .filter_box {
  min-width: 350px;
  margin-right: 10px;
}
.search_filter_sort .sort_box {
  min-width: 200px;
}
.search_filter_sort label {
  font-size: 18px;
  font-family: 'Helvetica';
  font-weight: bold;
  color: #fff;
}
.dirBox {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  margin-bottom: 15px;
}
.dirBox .dirImg {
  width: 40%;
}
.dirBox .dirImg img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
.dirBox .dirInfo {
  width: 60%;
  display: flex;
  align-items: center;
}
.dirBox .dirLeft {
  width: 45%;
  padding: 20px 30px;
  border-right: 2px solid #A3262F;
  display: flex;
flex-direction: column;
justify-content: center;
height:80%;
}
.dirBox .dirLeft address a {
  color: #A00A24;
  font-family: 'Helvetica';
  font-weight: bold;
}
.dirBox .dirLeft h5 {
  margin-bottom: 15px;
}
.dirBox .dirRight {
  width: 55%;
  padding: 0px 50px;
}
.dirBox .primaryButton {
  min-width: 100px;
}
.img_card_block img {
  width: 100%;
}
.main_search {
  padding-top: 20px;
  margin-bottom: 5px;
}
.main_search_content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_search_content .form-control {
  border: 1px solid #AFAFAF;
  border-radius: 0;
  min-height: 50px;
}
.main_search_content h5 {
  margin-right: 15px;
  margin-bottom: 0;
}
.main_search_content .search_input {
  width: 40%;
}
.main_search_content .btn {
  background: #B1102A;
  border-radius: 0;
  border: 0;
  width: 50px;
}
.main_search_content .btn img {
  filter: brightness(0) invert(1);
}
.resultmain {
  padding: 50px 0px;
}
.resultmain h2 {
  text-align: center;
  margin-bottom: 25px;
}
.resultmain .result_row {
  max-width: 780px;
  margin: auto;
}
.result_row {
  background: #fff;
  margin-bottom: 10px;
}
.result_row .re_category {
  background: #1A1A1A;
  color: #fff;
  text-transform: uppercase;
  font-family: 'Helvetica';
  font-weight: normal;
  padding: 5px 40px;
}
.result_row .rsltBody {
  padding: 30px 40px 30px 40px;
  border: 1px solid #AFAFAF;
}
.result_row p {
  color: #09161F;
}
.filter_block {
  margin-top: 25px;
}
.filter_block label.title {
  font-weight: 600;
  color: #09161F;
  text-transform: uppercase;
  font-size: 20px;
}
.resull_filter {
  padding: 60px 0px;
}
.resull_filter .filter_block label.title {
  color: #fff;
  text-transform: capitalize;
}
.resull_filter .filter_block .form-group {
  margin-bottom: 8px;
}
.resull_filter .filter_block {
  margin-top: 35px;
}
.sort_boxResult {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.sort_boxResult label {
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
  margin-right: 15px;
}
.sort_boxResult select {
  max-width: 220px;
}
.docLibraryInfo {
  padding: 50px 0px;
}
.docBox {
  background: #fff;
  border: 1px solid #AFAFAF;
  min-height: 55px;
  padding: 5px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.docBox .doctxt {
  color: #A00A24;
  font-family: 'Helvetica';
  font-weight: bold;
}
.docBox .doctxt:hover span{
	text-decoration:underline;
}
.DocRow {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.admin-bar header {margin: 25px 0px;}
.select_language option {
    color: #000;
}
.expanding-grid .active .expand_det::after{
content: '';
position: absolute;
background: #fff;
width: 100%;
height: 15px;
left: 0px;
bottom: -15px;
z-index: 9;
}

.wp-block-group{
	padding:60px 0px;
}
.wp-block-group__inner-container > h2 , .wp-block-group__inner-container > h3{
	margin-bottom:40px 
}
.wp-block-media-text{
	
}
.wp-block-media-text .wp-block-media-text__media{
	background: #1A1A1A;
padding: 35px;
padding-left: 0;
border-right: 10px solid #fff;
}
.wp-block-button__link{
	background: #B1102A;
border-radius: 100px;
font-family: 'Helvetica';
font-weight: bold;
color: #fff;
padding: 6px 20px;
display: inline-block;
text-align: center;
border: 3px solid #B1102A;
transition: 0.5s;
text-transform: uppercase;
}
.wp-block-button__link:hover{
background: #fff;
color: #050505;	
}
.wp-block-group__inner-container ul li, .wp-block-group__inner-container ol li{
	margin-bottom:10px;
}

.expanding-grid.four .links > li{
	width:25%;
}
.expanding-grid.two .links > li{
	width:50%;
}
.expanding-grid.three .links > li{
	width:33.3%;
}


ul.advgb-tabs-panel{
	display:flex;justify-content:center;

}
ul.advgb-tabs-panel li.advgb-tab{
	border-radius: 0 !important;
background: #E6E6E6 !important;
color: #064174 !important;
font-weight: 600;
min-width: 220px;
min-height: 60px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 0px !important;
border: 1px solid #A3262F !important;
margin-right: 0px !important;
position: relative;
top: 3px;
}
ul.advgb-tabs-panel li.advgb-tab:hover{
	background: #AFAFAF !important;
}
ul.advgb-tabs-panel li.advgb-tab a {
color: #1A1A1A !important;
text-align: center;
  font-family: 'Helvetica';
  font-weight: bold;
}
.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel .advgb-tab.advgb-tab-active{
	background:#fff !important;
border: 1px solid #A3262F !important;
	border-bottom: 0px !important;
	position:relative
}
.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel .advgb-tab.advgb-tab-active:after{
content: '';
position: absolute;
left: 0;
bottom: -3px;
width: 100%;
background: #fff;
height: 3px;
}
.main_wrapper .wp-block-advgb-adv-tabs ul.advgb-tabs-panel .advgb-tab.advgb-tab-active a{
		 color: #1A1A1A !important;
}
.wp-block-advgb-adv-tabs .advgb-tab-body-wrapper{
	border-top: 3px solid #A3262F !important;
border-radius: 0px !important;
}

.wp-block-advgb-accordions{
	max-width: 1000px;
margin: auto;
}

.advgb-accordion-item .advgb-accordion-header{
	border-radius: 0 !important;
background: #FFF !important;
color: #1A1A1A !important;
min-height: 55px;
display: flex;
align-items: center;
padding: 10px 50px 10px 30px !important;
position: relative !important;
border: 1px solid #AFAFAF !important;
}
.advgb-accordion-item .advgb-accordion-header.ui-accordion-header-active{
	
	border-bottom: 1px solid #8E2825 !important
}
.advgb-accordion-wrapper .advgb-accordion-item .advgb-accordion-body{
		border-radius: 0  !important;
		border:0;
		border-color: #AFAFAF !important;
margin-top: 1px;
margin-left: 1px;
margin-right: 1px;
width: auto !important;
padding-left: 30px !important;
border-top: 0px !important;
}
.advgb-accordion-header .advgb-accordion-header-icon{
	position:absolute;
	right:0px;
	margin-right:0px;

height: 55px;
display: flex !important;
align-items: center;
justify-content: center;
width: 55px;
background: url(../img/arrowdown.svg);
  background-repeat: no-repeat;
  background-position: center
}
.advgb-accordion-header .advgb-accordion-header-icon svg{
	display:none;
}
.advgb-accordion-header[aria-expanded="true"] .advgb-accordion-header-icon {
    transform: rotate(180deg);
}
.advgb-accordion-header-title{
	text-transform:capitalize;
}

.advgb-accordion-header-icon svg{
	fill: #B1102A !important;
}

.wp-block-table tbody tr:nth-child(2n+1) {background:#fff !important}
.wp-block-table tbody tr:nth-child(2n) {background:#F4F4F4 !important}
.wp-block-table td {
    border-right: 1px solid #1B79CB;
}
.wp-block-table td:last-child, .wp-block-advgb-table th:last-child {border-right: none}
.wp-block-table thead {border-bottom:none;}
.wp-block-table tr th{
		padding: 12px 10px !important;
		border-right: 1px solid #fff !important;
			border-bottom: 1px #fff solid;
	background: #E6E6E6;
	color:#932029;
font-size: 18px;
}
 .wp-block-table tr td{
padding: 12px 10px !important;
border-right: 1px solid #BADDF4 !important; 
 }
 
 
 .wp-block-group__inner-container.fullWidth {
    max-width: 100% !important;
    padding: 0px 30px;
}
 
  .wp-block-group__inner-container > div ,  .wp-block-group__inner-container > section{
	  	 max-width:100%;
  }
 
 .wp-block-group__inner-container > * ,  .wp-block-group__inner-container > .document_era , .wp-block-group__inner-container > .wp-block-advgb-accordions  {
	 max-width:1000px;
	 margin-left:auto;
	 margin-right:auto;
 }
 
 .wp-block-group__inner-container >  .wp-block-group{
	max-width:100%;
}

 
 .aligncenter .row{
	justify-content: center;
}
.img_button_row.three  .img_btn_col {
-ms-flex: 0 0 33.3%;
flex: 0 0 33.3%;
max-width: 33.3%;
}

.img_button_row.four  .img_btn_col {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.img_button_row.rwo  .img_btn_col {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}


.simple_list_info.three  .simple_list_col , .three .img_btn_col  {
-ms-flex: 0 0 33.3%;
flex: 0 0 33.3%;
max-width: 33.3%;
}
.simple_list_info.four  .simple_list_col  , .four .img_btn_col {
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.simple_list_info.two  .simple_list_col , .two .img_btn_col {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}

.img_text_card_row.three  .img_text_card_col{
	-ms-flex: 0 0 33.3%;
flex: 0 0 33.3%;
max-width: 33.3%;
}
.img_text_card_row.two  .img_text_card_col{
	-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}


.aligncenter .expanding-grid .links{
	text-align:center;
}

.right_info.sidebar_top{
	min-width:350px;
}

.gform_footer.top_label{
		text-align:center;
}
.gform_footer  .gform_button {
	background: #B1102A;
border-radius: 100px;
font-family: 'Helvetica';
font-weight: bold;
color: #fff;
padding: 6px 20px;
display: inline-block;
text-align: center;
border: 3px solid #B1102A;
transition: 0.5s;
text-transform: uppercase;
}
.gform_footer  .gform_button:hover{
	background: #fff;
color: #050505;
}

#menu-footer-menu img{
	max-width:38px;
}

.navBlock::before {
	background-image: url(../img/dark-background.svg);
	background-size: cover;
	padding-top: 100px;
	content: '';
	height: 200px;
	width: 100%;
	position: absolute;
	top: -154px;
}
.EventsMettings{
	padding-top:6px;
}

.newsRow {
  max-width: 1000px;
  margin: 0 auto;
}
.newsRow .newsColumn {
  width: 33.3%;
  padding: 0px 3px;
}
.newsRow .newscolLg {
  width: 100%;
  padding: 0px 50px;
  margin-bottom: 20px;
}
.newsBody {
  border: 1px solid #AFAFAF;
  border-top: 0px;
}
.date-info {
  background: #1A1A1A;
  color: #fff;
  padding: 5px 20px;
  font-size: 15px;
  margin: 0px -1px;
}
.newsbodyinfo {
  padding: 20px 20px;
  background: #fff;
}
.horizontalCard .newsbodyinfo {
  padding: 40px 40px;
}
.horizontalCard .newsBody {
  border: 0;
}
.newsBody p {
  color: #050505;
}
.horizontalCard .date-info {
  padding-left: 40px;
}
.signup-alerts {
  max-width: 1100px;
  margin: auto;
  background: #E6E6E6;
  box-shadow: 0px 0px 6px #00000029;
  padding: 40px 50px;
  margin-top: 30px;
  margin-bottom: 50px;
}
.signup-alerts label {
  font-family: 'Helvetica';
  font-weight: bold;
}
.news-grid .isotope-item {
  width: 33%;
  padding: 0px 3px;
}
.newsInnerWrap {
  padding: 70px 0px;
  padding-top:60px;
}
.newsInnerWrap .container {
  max-width: 1000px;
}

.overview h3, .overview h2 {
    color: #1A1A1A;
}

.half-width {
    max-width: 60%;
}

.dp-details section {
    padding: 60px 0px;
    position: relative;
}

.dp-details .container {
    position: relative;
}

.sidebar-info {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 380px;
    z-index: 9;
    background: #E6E6E6;
    padding: 20px;
}

.sidebar-panel {
    padding: 20px 25px;
    background: #fff;
}

.sidebar-card {
   /* border: 1px solid #AFAFAF;*/
    margin-bottom: 15px;
}

.sidebar-info h4 {
    margin-bottom: 15px;
    text-align: center;
}

.sidebar-panel p a {
    color: #9A1B1E;
	font-weight: 600;
}
.sidebar-panel p a:hover{
	text-decoration:underline;
}

.dp-details .simple_list_wrap,
.dp-details .img_button_row {
    max-width: 68%;
}
.dp-details  .half-width .simple_list_wrap{
  max-width: 100%;
}

.dp-section.grey {
    padding-top: 10px;
    margin-top: 100px;
}

.dp-section.grey::before {
    background-image: url('https://midway.planeteria-development.com/wp-content/themes/midway/img/dark-background.svg') !important;
    background-size: cover !important;
    padding-top: 100px !important;
    content: '';
    height: 200px !important;
    width: 100% !important;
    position: absolute;
    top: -141px !important;
}

.dp-section h2 {
    margin-bottom: 30px;
}

.full-witdh {
    width: 100% !important;
    max-width: 100% !important;
}

.sidebar-info .allBtn {
    margin-top: 20px;
}

.service-details {
    padding-top: 40px;
}

.general-tabs .nav-tabs {
    justify-content: center;
    border-bottom: 3px solid #A3262F;
}

.general-tabs .nav-tabs li {}

.general-tabs .nav-tabs li a {
    font-size: 18px;
    color: #1A1A1A !important;
    min-width: 180px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #A3262F !important;
    border-radius: 0px;
    border-bottom: 0;
    position: relative;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
	background: #E6E6E6;
}
.general-tabs .nav-tabs li a:hover{
background:	#AFAFAF;
}
.general-tabs .nav-tabs li a.active:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    background: #fff;
    height: 4px;
}

.general-tabs .nav-tabs li a.active {
    border-color: #A3262F;
}

.general-tabs .sidebar-info {
    position: static;
	margin-top: 52px;
}

.general-tabs .tab-content {
    padding-top: 40px;
    padding-bottom: 60px;
}

.general-tabs .tab-content h3 {
    color: #1A1A1A;
}

.relForms h4 {
    text-align: left;
}

.sidebar-info .document_era {
    margin-bottom: 20px;
}

.tabInnerInfo .howto h2 {
    margin-bottom: 25px;
}

.tabInnerInfo .howto {
    margin-top: 50px;
}

.service-details .dp-section {
    padding: 60px 0px;
    position: relative;
}



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

.meet_left label {
    font-family: 'Helvetica';
    font-weight: bold;
    font-size: 18px;
}

.filter-col {
    padding: 0px 10px;
}

.filter_date {
    margin: 0px -10px;
    margin-bottom: 20px;
}

.left-title img {
    transform: rotate(180deg);
}

.meeting-title-block {
    justify-content: space-between;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.meeting-title-block a {
    font-weight: bold;color: #9A1B1E;
}

.meeting-title-block h3 {
    color: #1A1A1A;
}

.meeting-info {
    border: 1px solid #AFAFAF;
}

.date-info-meet {
    background: #1A1A1A;
    color: #fff;
    font-size: 14px;
    padding: 5px 15px;
	text-transform:uppercase;
}

.meet-descr {
    padding: 10px 15px;
    position: relative;
}

.meet-descr h4 {
    margin-bottom: 0px;
}

.meet-descr p {
    margin-bottom: 0px;
}

.accordion_sign {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.acco_panel_meet {
    display: none;
    border: 1px solid #AFAFAF;
    border-top: 0;
    padding: 40px;
}

.accordion_block_meet {
    margin-bottom: 10px;
}

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

.meet_acco_title.active .accordion_sign img {
    transform: rotate(180deg);
}

.meet_right {
    padding-left: 80px;
}

.rfp-wrapper {
    padding: 50px 0px;
}

.filter-rfp label {
    font-size: 18px;
    font-family: 'Helvetica';
    font-weight: bold;
}

.filter-rfp select {
    max-width: 350px;
}

.jobCat {
    background: #1A1A1A;
    color: #fff;
    padding: 5px 20px;
}

.jbPanel {
    padding: 15px 30px;
    position: relative;
}

.jobacco_block {
    border: 1px solid #AFAFAF;
    margin-bottom: 10px;
}

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

.jobacco_panel {
    display: none;
    padding: 15px 30px;
    border-top: 1px solid #B1102A;
}

.meet_acco_title.active .accordion_sign img {
    transform: rotate(180deg);
}

.rfp-wrapper .tab-content {
    border: 1px solid #A3262F;
    padding-left: 30px;
    padding-right: 30px;
}

.sidebox {
    border: 1px solid #AFAFAF;
    padding: 30px 30px;
    margin-top: 30px;
}


.top_search div.asp_m.asp_m_1 .probox .promagnifier{
	width:34px !important;
	height:34px !important;
	border-radius: 100% !important;
margin-top: 3px;
margin-right: 4px;
display: flex;
align-items: center;
justify-content: center;
}

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


.wp-block-image.alignfull{ 
	width: 100vw;
margin-left: 0;
margin-right: 0;
max-width: 100vw;
}
.event_box{
	border: 1px solid #D3D3D3;
}

.addeventatc .addeventatc_icon{
	display:none;
}
.addeventatc.addtocal{
	border: 0;
background: none;
box-shadow: none !important;
padding-left: 0px;
color: #9A1B1E !important;
font-weight: bold;
font-size: 16px;z-index: 0 ;
}
.footer .footerInfo ul > li:first-child a{
	background: #B1102A;
border-radius: 100%;
width: 45px;
height: 45px;
display: flex;
padding: 0;
text-align: center;
align-items: center;
justify-content: center;
}
.footer .footerInfo ul > li:first-child a img{
	filter: brightness(1) invert(1);
}
.footer .footerInfo ul > li:first-child a:hover {
	background:#fff;
}
.footer .footerInfo ul > li{
	position:relative;
}
.footer .footerInfo ul > li:after{
	bottom: -10px;
content: "";
display: block;
height: 3px;
left: 50%;
position: absolute;
background: #B1102A;
transition: width 0.5s ease 0s, left 0.5s ease 0s;
width: 0;
}
.footer .footerInfo ul > li:hover:after
{
	width: 100%;
left: 0;
}

.footer .footerInfo ul > li:first-child:after{
	display:none;
}

.Herobanner .carousel-item img{
	width:100%;
}

.sliderBlock .owl-controls {
	margin-top:0px;
}


.wp-block-columns  p a , .wp-block-group p a{
	font-weight: 600;color: #A00A24;
}
.wp-block-columns  p a:hover , .wp-block-group p a:hover{
	text-decoration:underline;color: #A00A24;
}

.pagination{
	padding:30px 0px;
}
.mpl a {
  color: #161617 !important;
  font-size: 20px !important;
  font-weight: bold;
}

.mpl .current {
color: #161617 !important;
  font-size: 20px !important;
  position: relative;
}
.mpl .current:after{
	content: '';
position: absolute;
background: #A3262F;
height: 4px;
display: inline-block;
width: 10px;
left: 2px;
bottom: -2px;
}
.wp-pagenavi a, .wp-pagenavi span{
	border:0px;
}
.mpl .pages{
	display:none;
}
.mpl{
	width: 100%;
text-align: center;
}

.mpl.news-page{
	padding:30px 0px
}
.page-template-template-news .InnerWraper{
padding-bottom:0px;	
}

.page-id-541 h3{
	color: #1A1A1A;
}

.dptDirectory > .row{
	justify-content: center;
}

.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;
  height: auto;
}
.btn_green.clear.clr {
	color: #fff;
}
.generic_form .form-check-label {
	color: #050505;
}
.add-ress a {
	color: #1A1A1A !important;
}
.map-add {
	font-weight: bold !important;
}

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

.home .img_button_row img{
	height:275px;object-fit: cover;
}

.newsInfo p{
	color:#000;
}
.sliderBlock .item{
	background:#fff;
}

.sliderBlock .newsBox{
	height:100%;
}
.sliderBlock .newsInfo{
/*	height:100%;*/
}
.title1 {
	margin-left: -4px;
	margin-top: 15px !important;
}
.title1 a {
	font-weight: 600;
}
.title1 a:hover {
	color: #932029;
	text-decoration: underline;
}
.title1 img {
	margin-right: 8px !important;
}

.inner_submenu {
	display:none;
	list-style:none;
	margin-top:15px;
		margin-bottom:15px;
}

.plus-minus{
position: absolute;
right: -10px;
top: 10px;
cursor:pointer;
}
.plus-minus:after{
	content:'';
	background:url(../img/arrowdown.svg);
	width: 20px;
	height: 20px;
	display: block;
	background-repeat: no-repeat;
	background-size: 20px;
}

.inner_submenu li{
	margin-bottom:7px !important;
}
.plus-minus.minus-icon{
	transform: rotate(180deg);margin-top: -10px;
}

.inner_submenu li a{
	font-size:14px;
}
.downloadDoc  img{
	vertical-align: sub;
}
.active-item{
	display:none !important;
}

.general-tabs .nav-tabs li.current_page_item  a {
	background:#fff;
	border-bottom:0px !important;
}

.general-tabs .nav-tabs li.current_page_item  a:after{
	content: '';
position: absolute;
left: 0;
bottom: -3px;
width: 100%;
background: #fff;
height: 3px;
}

.lightgray {
	background-color: #E6E6E6;
}
.wp-block-media-text .wp-block-media-text__content{
	padding-top:35px;
	padding-bottom:35px;
}

.dptDirectory .img_text_card_col a{
  height: 100% !important;
  display: flex;
  flex-direction: column;
}

.dptDirectory .text_card_block{
	height:100% !important;
}

.job_acco_title.active .accordion_sign img{
	transform:rotate(180deg);
}

.navbar-nav > li.current_page_item > a::before, .navbar-nav > li.current-page-ancestor > a::before {
  content: '';
  background: #B1102A;
  height: 3px;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 15px;
  transform: none;
  z-index: -1;
  top: auto;
}

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

.main_wrapper .advgb-tab-body-wrapper div.advgb-tab-body{
	padding-top:20px;
}

.main_content{
	/*padding-bottom:40px;*/
}
.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%;
}

.advgb-tab-body > .wp-block-media-text{
	
	max-width:100%
}

.expand_box {
  border: 1px solid #AFAFAF;
}
.active .expand_box{
	padding-bottom: 20px;
}

.black >  .wp-block-group__inner-container > h2 , .black >  .wp-block-group__inner-container > h3 , .black >  .wp-block-group__inner-container > h4 , .black >  .wp-block-group__inner-container > h5, .black >  .wp-block-group__inner-container > h6,
.black >  .wp-block-group__inner-container > ul li , .black >  .wp-block-group__inner-container > ol li , .black >  .wp-block-group__inner-container > p{
	color:#fff;
}

.black  .advgb-column-inner > *{
		color:#fff;
}

.postid-1545 .dp-details .simple_list_wrap{
	max-width:100%;
}

.owl-prev:disabled {
opacity: .5;
}
.owl-next:disabled {
opacity: .5;
}
.next::before {
	content: 'NEXT';
	font-size: 18px !important;
	width: 30px;
	margin-left: 10px;
	color: #A00A24 !important;
}
.prev::after {
	content: 'PREV';
	font-size: 18px !important;
	margin-right: 10px;
	color: #A00A24 !important;
}
.prev.page-numbers {
	font-size: 0px !important;
}
.next.page-numbers {
	font-size: 0px !important;
}
.page-template-template-home .event_img img {
	width: 400px;
	height: 225px !important;
}
#input_4_3 {
	height: 50px;
}
#input_4_4 {
	height: 50px;
}
#field_4_5 label {
	display: none;
}
#input_4_2 {
	background-color: #fff;
}
.single-departments .dp-details section {
/*	min-height: 800px;*/
}
.page-id-1285 #conference-timeline .conference-center-line {
	position: absolute;
	width: 3px;
	height: calc(100% - 17%);
	/* top: 120px; */
	left: 50%;
	margin-left: -2px;
	background: #A3262F;
	z-index: 0;
	top: 8%;
}

.wp-block-advgb-button_link {
	background-color: #B1102A !important;
	border-radius: 100px !important;
	font-family: 'Helvetica' !important;
	font-weight: bold !important;
	color: #fff !important;
	padding: 6px 20px !important;
	display: inline-block !important;
	text-align: center !important;
	border: 3px solid #B1102A !important;
	transition: 0.5s !important;
	text-transform: uppercase !important;
}

.primaryButton, .btn_primary {
	
}
@media (min-width: 782px) {
.wp-block-columns {
  padding: 0 50px;
}
}
.img_text_card_row.row, .contactcard_row.row {justify-content: center;}
.expand_det h5 {min-height: 70px;}

#section1231 {
	margin-top: -11px;
	padding-left: 25px;
}


.wp-block-advgb-button .wp-block-advgb-button_link:hover{
	  background: #fff !important;
  color: #050505 !important;
}
.main_wrapper .wp-block-advgb-button .wp-block-advgb-button_link{
	border-width:3px !important;
	box-shadow: none;
}
.icon_buttons_row {
	margin-bottom:30px;
}

.wp-block-group.black + .wp-block-group.grey{
	margin-top:40px;
}
.wp-block-group.black .img_text_card {
	margin-bottom: 40px;
}

.main_content > .wp-block-gallery , .wp-block-group__inner-container > .wp-block-gallery{
margin-left:auto;margin-right:auto;
}
.wp-block-media-text__content p.has-large-font-size{
	line-height:40px;
}
.dp-section.staff.staff-inner-page {
	padding-top: 0px;
}
.page-id-1373 .main-owl-slider.list {
	max-width: 800px;
}
.topalerts {
	display: none;
}
.page-template-template-library-php page .container.pagination {
	text-align: center !important;
	width: 900px !important;
}
.page-template-template-library-php page .pages {
	color: #fff !important;
}
.page-template-template-library-php page .extend {
	display: none !important;
}
.page-template-template-library-php page .nextpostslink {
	color: #fff !important;
}
.page-template-template-library-php page .last {
	color: #fff !important;
	text-transform: uppercase !important;
}
.wp-block-buttons > .wp-block-button {
  margin-bottom: 1rem;
}

.page-template-template-services  .main_acco_title .accordion_sign {
  position: absolute;
  right: 20px;
  top: 50%;
}
.page-template-template-services .main_acco_title.active .accordion_sign img{
	transform: rotate(180deg);
}
.page-id-1318 .wp-block-advgb-adv-tabs {
	width: 1100px;
}
.page-id-1318 .col-md-4.tabRight {
	position: absolute;
	right: 0;
}
.page-id-1318 .wp-container-3.wp-block-group.black {
	width: 1100px !important;
}
.event_box{
  height: 100%;
  background: #fff;
  }
.popover-body
{ max-height: 500px;
  overflow: auto;}
  .event-grid .event_box{
    height: auto !important;
  }