/*!
Theme Name: Divi Child
Template: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 4.14.1
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
#main_menu .et_pb_menu__wrap {
    justify-content: end;
}

.et_pb_menu .et_pb_menu__menu>nav>ul>li>ul{
	left:-1px;
}

#menu-main_menu {
	justify-content: end !important;
}

#menu-main_menu li {
    padding-left: 15px;
    padding-right: 15px;
}

#card-pre-conference {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;	
}

#card-pre-conference div {
	flex: 1 0 24%  !important;
	margin-right: 0px !important;
}


#card-pre-conference1 {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;	
}

#card-pre-conference1 div {
	flex: 1 0 24%  !important;
	margin-right: 0px !important;
}
/* Styles for mobile portrait mode */
@media screen and (max-width: 767px) and (orientation: portrait) {
#card-pre-conference div {
	flex: 1 0 100%  !important;
	margin-right: 0px !important;
}
#card-pre-conference1 div {
	flex: 1 0 100%  !important;
	margin-right: 0px !important;
}
}

/* Styles for mobile landscape mode */
@media screen and (max-width: 767px) and (orientation: landscape) {
#card-pre-conference div {
	flex: 1 0 49%  !important;
}
#card-pre-conference1 div {
	flex: 1 0 49%  !important;
}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
#card-pre-conference div {
	flex: 1 0 49%  !important;
}
#card-pre-conference1 div {
	flex: 1 0 49%  !important;
}
}
@media (max-width: 980px) {
    .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5, .et_pb_row_5col>.et_pb_column.et_pb_column_1_5 {
        width: 28.25%;
        margin-right: 5.5%;
    }
}

@media only screen and (max-width: 980px) {
    .et_pb_blurb_5_tb_footer.et_pb_blurb {
        margin-top: 35px !important;
        margin-bottom: 5px !important;
    }
}
@media (max-width: 980px) {
    .et_pb_column .et_pb_row_inner, .et_pb_row {
        padding-bottom: 0px !important;
    }
}
#card-pre-conference .et_pb_column {
	height: 390px;
}

#card-pre-conference1 .et_pb_column {
	height: 470px;
}

@media screen and (max-width: 480px) and (orientation: portrait) {
#card-pre-conference1 .et_pb_column {
	height: 370px;
}
}

@media screen and (max-width:766px){
	#card-pre-conference h1.et_pb_module_heading,
	#card-pre-conference1 h1.et_pb_module_heading{
		height:auto !important;
	}
	#card-pre-conference .et_pb_column {
		height: 100% !important;
	}
	#card-pre-conference1 .et_pb_column {
		height: 100% !important;
	}
	#card-pre-conference .et_pb_button_module_wrapper,
	#card-pre-conference1 .et_pb_button_module_wrapper{
        position: relative !important;
        text-align: center;
        left: auto;
        bottom: auto;
	}
}

@media only screen and (min-device-width: 480px) and (max-device-width: 800px) 	and (orientation: landscape) {
	#card-pre-conference h1.et_pb_module_heading,
	#card-pre-conference1 h1.et_pb_module_heading{
		height:100px !important;
	}
	#card-pre-conference .et_pb_column {
		height: 420px !important;
	}
	#card-pre-conference1 .et_pb_column {
		height: 500px !important;
	}
	#card-pre-conference .et_pb_button_module_wrapper,
	#card-pre-conference1 .et_pb_button_module_wrapper{
		margin-top: 20px !important;
    	position: absolute !important;
    	bottom: 40px;
    	top: auto;
    	left: 30%;
    	right: auto;
	}
}

@media screen and (min-width:1024px) and (max-width:1250px){
	#card-pre-conference h1.et_pb_module_heading,
	#card-pre-conference1 h1.et_pb_module_heading{
		height:100px;
	}
}

@media screen and (min-width:1024px) and (max-width:1400px){
	#card-pre-conference .et_pb_column {
		height: 420px;
	}
	#card-pre-conference1 .et_pb_column {
		height: 500px;
	}
}

@media (max-width: 980px) {
    #card-pre-conference1 .et_pb_button_module_wrapper .et_pb_button {
        font-size: 14px !important; /* Reduce font size */
    }
}

/* Default: Display images in a row with spacing */
.image-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

/* Portrait mode (Mobile) - Single column */
@media (max-width: 768px) and (orientation: portrait) {
  .image-container {
    flex-direction: column;
    align-items: center;
  }
  .image-container img {
    max-width: 100%;
  }
}

/* Landscape mode (Mobile) - Two images per row */
@media (max-width: 768px) and (orientation: landscape) {
  .image-container {
    justify-content: center;
    flex-wrap: wrap;
  }
  .image-container img {
    max-width: calc(50% - 5px);
  }
}

.et_mobile_menu {
	overflow: scroll !important;
	max-height: 80vh;
}


/* CMA about page */
.about-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: auto;
}

.about-text {
    flex: 1;
}

.about-text h2 {
    font-weight: bold;
    font-size: 24px;
    color: #005d67;
    margin-bottom: 20px;
    font-family : Roboto; 
}

.about-text p {
    line-height: 1.6;
    color: #565656;
}

.about-image {
    flex: 0.6;
    text-align: right;
}

.about-image img {
    width: 100%;
    max-width: 450px;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.ceprom-about-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    margin: auto;
}

.ceprom-about-text {
    flex: 1;
}

.ceprom-about-text h2 {
    font-weight: bold;
    font-size: 24px;
    color: #005d67;
    margin-bottom: 20px;
}

.ceprom-about-text p {
    line-height: 1.6;
    color: #565656;
}

.ceprom-about-image {
    flex: 1;
    text-align: right;
}

.ceprom-about-image img {
    width: 100%;
    max-width: 620px;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .about-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .about-image {
        order: -1;
        text-align: center;
        width: 100%;
    }

    .about-image img {
        width: 100%;
        max-width: 450px;
        height: auto;
    }

    .about-text {
        text-align: left;
        width: 100%;
    }
.ceprom-about-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .ceprom-about-image {
        order: -1;
        text-align: center;
        width: 100%;
    }

    .ceprom-about-image img {
        width: 100%;
        max-width: 620px;
        height: auto;
    }

    .ceprom-about-text {
        text-align: left;
        width: 100%;
    }
}

#welcome-second-msg {
	background-position: 30% !important;
}

/* Apply width: 100% for iPad Landscape (1024px), iPad Pro, and Desktops */
@media screen and (min-width: 1024px) {
#wpdtSimpleTable-1,
#wpdtSimpleTable-2,
#wpdtSimpleTable-3,
#wpdtSimpleTable-4,
#wpdtSimpleTable-5,
#wpdtSimpleTable-6,
#wpdtSimpleTable-7,
#wpdtSimpleTable-8,
#wpdtSimpleTable-9 {
   width: 100% !important;
	border: 0px !important;
    border-collapse: separate !important;
}
}

#wpdtSimpleTable-1,
#wpdtSimpleTable-2,
#wpdtSimpleTable-3,
#wpdtSimpleTable-4,
#wpdtSimpleTable-5,
#wpdtSimpleTable-6,
#wpdtSimpleTable-7,
#wpdtSimpleTable-8,
#wpdtSimpleTable-9 {
	border: 0px !important;
    border-collapse: separate !important;
}

#wpdtSimpleTable-1 th,
#wpdtSimpleTable-2 th,
#wpdtSimpleTable-3 th,
#wpdtSimpleTable-4 th,
#wpdtSimpleTable-5 th,
#wpdtSimpleTable-6 th,
#wpdtSimpleTable-7 th,
#wpdtSimpleTable-8 th,
#wpdtSimpleTable-9 th {
   padding: 15px !important;
   font-family: "Roboto";
   font-weight: 500;
   font-size: 14px !important;
}



#wpdtSimpleTable-1 tbody tr td,
#wpdtSimpleTable-2 tbody tr td,
#wpdtSimpleTable-3 tbody tr td,
#wpdtSimpleTable-4 tbody tr td,
#wpdtSimpleTable-5 tbody tr td,
#wpdtSimpleTable-6 tbody tr td,
#wpdtSimpleTable-7 tbody tr td,
#wpdtSimpleTable-8 tbody tr td,
#wpdtSimpleTable-9 tbody tr td{
   font-family:'Roboto' !important;
   color: #002D40 !important;
	font-size: 14px !important;
font-weight: 300;
}



.wpdt-c .wpdt-bold {
	color: #007978 !important;
    font-weight: bold !important;
}

#wpdtSimpleTable-1 tbody tr td,
#wpdtSimpleTable-2 tbody tr td,
#wpdtSimpleTable-3 tbody tr td,
#wpdtSimpleTable-4 tbody tr td,
#wpdtSimpleTable-5 tbody tr td,
#wpdtSimpleTable-6 tbody tr td,
#wpdtSimpleTable-7 tbody tr td,
#wpdtSimpleTable-8 tbody tr td,
#wpdtSimpleTable-9 tbody tr td {
    padding: 15px !important;
    line-height: 35px;
	font-size: 14px
}

#wpdtSimpleTable-1 th:first-child,
#wpdtSimpleTable-2 th:first-child,
#wpdtSimpleTable-3 th:first-child,
#wpdtSimpleTable-4 th:first-child,
#wpdtSimpleTable-5 th:first-child,
#wpdtSimpleTable-6 th:first-child,
#wpdtSimpleTable-7 th:first-child,
#wpdtSimpleTable-8 th:first-child,
#wpdtSimpleTable-9 th:first-child {
  border-radius: 10px 0 0 0 !important;
}

#wpdtSimpleTable-1 th:last-child,
#wpdtSimpleTable-2 th:last-child,
#wpdtSimpleTable-3 th:last-child,
#wpdtSimpleTable-4 th:last-child,
#wpdtSimpleTable-5 th:last-child,
#wpdtSimpleTable-6 th:last-child,
#wpdtSimpleTable-7 th:last-child,
#wpdtSimpleTable-8 th:last-child,
#wpdtSimpleTable-9 th:last-child {
  border-radius: 0 10px 0 0 !important;
}

#wpdtSimpleTable-1 tr:last-child td:first-child,
#wpdtSimpleTable-2 tr:last-child td:first-child,
#wpdtSimpleTable-3 tr:last-child td:first-child,
#wpdtSimpleTable-4 tr:last-child td:first-child,
#wpdtSimpleTable-5 tr:last-child td:first-child,
#wpdtSimpleTable-6 tr:last-child td:first-child,
#wpdtSimpleTable-7 tr:last-child td:first-child,
#wpdtSimpleTable-8 tr:last-child td:first-child,
#wpdtSimpleTable-9 tr:last-child td:first-child {
  border-radius: 0 0 0 10px !important;
}

#wpdtSimpleTable-1 tr:last-child td:last-child,
#wpdtSimpleTable-2 tr:last-child td:last-child,
#wpdtSimpleTable-3 tr:last-child td:last-child,
#wpdtSimpleTable-4 tr:last-child td:last-child,
#wpdtSimpleTable-5 tr:last-child td:last-child,
#wpdtSimpleTable-6 tr:last-child td:last-child,
#wpdtSimpleTable-7 tr:last-child td:last-child,
#wpdtSimpleTable-8 tr:last-child td:last-child,
#wpdtSimpleTable-9 tr:last-child td:last-child {
  border-radius: 0 0 10px 0 !important;
}

.wpdt-c.wpDataTableContainerSimpleTable.wdtscroll table.wpdtSimpleTable {
   table-layout: auto !important;
   width: auto !important;
}

.et_pb_tabs {
    border: 0px !important;
}

ul.et_pb_tabs_controls:after {
    border-top: 0px !important;
}

.et_pb_tabs_controls li {
    border-right: 0px !important;
}

ul.et_pb_tabs_controls {
    background-color: #fff !important;
}

.et_pb_tabs_controls li.et_pb_tab_active {
    background-color: #002D40;
    border-radius: 50px;
    padding: 15px;
}

.et_pb_tab_active a {
    color: #ffffff !important;
}

.et_pb_tabs_controls li {
    background-color: #F3F3F3;
    border-radius: 30px;
    margin-right:15px;
}

.et_pb_tabs_controls li a {
    color: #002D40;
}

    /* Mobile portrait: width up to 480px */
@media only screen and (max-width: 480px) and (orientation: portrait),
       only screen and (max-width: 896px) and (orientation: landscape) {
.et_pb_tab_1 {
	height: auto;
}

.et_pb_tabs_controls li a {
    padding: 15px 25px !important;
}
	.et_pb_tabs_controls li {
		margin-top: 15px;
	}
	.et_pb_tabs_controls li.et_pb_tab_active {
		padding: 0px !important;
	}
}
/*change hamburger icon to x when mobile menu is open*/

#et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before,
.et_pb_module.et_pb_menu .et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
	content: '\4d';
}


/*adjust the new toggle element which is added via jQuery*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
	width: 44px;
	height: 100%;
	padding: 0px !important;
	max-height: 44px;
	border: none;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 999;
	background-color: transparent;
}


/*some code to keep everyting positioned properly*/

ul.et_mobile_menu>li.menu-item-has-children,
ul.et_mobile_menu>li.page_item_has_children,
ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu>li.menu-item-has-children .sub-menu li.menu-item-has-children {
	position: relative;
}


/*remove default background color from menu items that have children*/

.et_mobile_menu .menu-item-has-children>a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children>a {
	background-color: transparent;
}


/*hide the submenu by default*/

ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
	display: none !important;
	visibility: hidden !important;
}


/*show the submenu when toggled open*/

ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
	display: block !important;
	visibility: visible !important;
}


/*adjust the toggle icon position and transparency*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle {
	text-align: center;
	opacity: 1;
}


/*submenu toggle icon when closed*/

ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle::after {
	top: 10px;
	position: relative;
	font-family: "ETModules";
	content: '\33';
	color: #00d263;
	background: #f0f3f6;
	border-radius: 50%;
	padding: 3px;
}


/*submenu toggle icon when open*/

ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open>.mobile-toggle::after {
	content: '\32';
}


/*add point on top of the menu submenu dropdown*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu:after {
	position: absolute;
	right: 5%;
	margin-left: -20px;
	top: -14px;
	width: 0;
	height: 0;
	content: '';
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
}


/*adjust the position of the hamburger menu*/

.mobile_menu_bar {
	position: relative;
	display: block;
	bottom: 10px;
	line-height: 0;
}


/*force the background color and add a rounded border*/

.et_pb_menu_0.et_pb_menu .et_mobile_menu,
.et_pb_menu_0.et_pb_menu .et_mobile_menu ul {
	background-color: #ffffff!important;
	border-radius: 10px;
}
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {
   #theme {
    margin-top: -15px;
  }
	  #row-important .et_pb_column .et_pb_module {
		  width: 40% !important;
	  }
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
  	  #row-important .et_pb_column .et_pb_module {
		  width: 40% !important;
	  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  #theme {
    margin-top: -15px;
	font-size: 18px !important;
  }
#date {
	font-size: 18px !important;
  }
#venue {
	font-size: 18px !important;
  }
}
.about-image {
	margin: 0px 20px;	
}

@media (max-width: 767px) {
 
  .about-image {
     margin: 0px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
#special-venue {
	font-size: 14px !important;
  }
}

#inner-tab-button .et_pb_code_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

@media (min-width: 768px) {
  #inner-tab-button .et_pb_code_inner {
    flex-direction: row;
  }
}

#inner-tab-button .button-tab {
	color: #005d67;
	border: none;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
}

.button-tab:not(:last-child)::after {
  content: "|";
  font-weight: 600;
  margin-left: 10px;
}

#inner-tab-button .button-tab:hover {
	color: #005d67;
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
}

#ecme-list-type {
	list-style-type: revert-layer !important;	
}

#award-details .et_pb_accordion_0.et_pb_accordion .et_pb_toggle{
	margin-bottom:1.5%;
}

#award-details .et_pb_toggle_open .et_pb_toggle_title{
	font-weight: 500;
	font-size: 18px;
	line-height: 35px;
	color: #00F6FF;
	font-family : 'Roboto',Helvetica,Arial,Lucida,sans-serif; 
}

#award-details .et_pb_toggle_open .et_pb_toggle_content{
	padding-top:10px;
	font-weight: 300;
	font-size: 16px;
	line-height: 35px;
	color: #FFFFFF !important;
    font-family : 'Roboto',Helvetica,Arial,Lucida,sans-serif; 
}