/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

body {
	line-height: 24px;
}
a {
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
a:hover {
	color: #ff3a33;
}

.home #page-container,
.error404 #page-container {
	padding-top: 0 !important;
}
#page-container {
	padding-top: 88px !important;
}


/* MAIN NAVIGATION */
#et-boc #main-header {
	box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%) !important;
	padding-top: 12px;
	padding-bottom: 12px;
}

#et-top-navigation {
	padding: 0 !important;
}

#top-menu > li > a {
    padding-top: 25px;
	padding-bottom: 25px !important;
}
#top-menu > li > a::after {
	top: 24px !important;
}
#top-menu .btn-nav a {
	font-size: 14px;
	line-height: 22px;
	padding: 10px 18px !important;
	border-radius: 6px;
}
#top-menu li.btn-nav.btn-primary {
	padding-right: 10px;
}
#top-menu .btn-nav.btn-primary a {
	background: #f39d38;
	border: 2px solid #f39d38;
}
#top-menu .btn-nav.btn-secondary a {
	background: #ffffff;
	color: #06387D;
	border: 2px solid #ffffff;
}
#top-menu .btn-nav.btn-primary a:hover,
#top-menu .btn-nav.btn-primary a:focus,
#top-menu .btn-nav.btn-primary a:active,
#top-menu .btn-nav.btn-secondary a:hover,
#top-menu .btn-nav.btn-secondary a:focus,
#top-menu .btn-nav.btn-secondary a:active {
	opacity: 1;
	background: #06387D;
	border: 2px solid #06387D;
	color: #ffffff;
}

#top-menu li ul.sub-menu li {
	padding: 0;	
	display: block;
}
#top-menu li ul.sub-menu li a {
	display: block;
	font-size: 14px;
    line-height: 22px;
    width: 100%;
	padding: 10px 20px;
}
#top-menu li ul.sub-menu li:hover {
	background: transparent;
}
#top-menu li ul.sub-menu li:hover a {
	color: #06387D !important;
}


.et-fixed-header #top-menu .btn-nav a {
	color: #ffffff !important;
}
.et-fixed-header #top-menu .btn-nav.btn-secondary a {
	color: #06387D !important;
	border: 2px solid #06387D;
}
.et-fixed-header #top-menu .btn-nav.btn-secondary a:hover {
	color: #ffffff !important;
}


/* COLLAPSIBLE MENU ON MOBILE */
#main-header .et_mobile_menu .menu-item-has-children {
	position: relative;
}
#main-header .et_mobile_menu .menu-item-has-children > a {
	padding-right : 47px;
	background: transparent;
}
#main-header .et_mobile_menu .menu-item-has-children > a + span {
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px 10px;
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
	z-index: 2;
	width: 100%;
}
#main-header .et_mobile_menu li ul.menu-hide {
	display : none !important;
}

#main-header .et_mobile_menu span.menu-closed:before {
	content: "\33";
	font-family: "ETmodules";
	display: block;
	font-size: 24px;
    text-align: right;
}
#main-header .et_mobile_menu span.menu-closed.menu-open:before {
	content : "\32";
}

#top-menu li.mega-menu ul.sub-menu li a {
	border-bottom: 0 !important;
	padding: 5px 10px !important;
}

/*****************************************************/
/*** CUSTOM INNER MENU ***/

.custom-inner-menu .et_pb_menu__menu {
	display: block !important;
}
.custom-inner-menu .et_mobile_nav_menu {
	display: none !important;
}
.custom-inner-menu .et_pb_menu__wrap {
	justify-content: flex-start !important;
}

/*****************************************************/
/*** HOME ***/
/*****************************************************/
.home #main-header {
	display: none;
}
#home-header {
	padding-top: 50px !important;
}
#hero-slider .et_pb_fullwidth_image {
	max-width: 130px;
    position: absolute;
    top: 20px;
	left: 20px;
    z-index: 9;
}

#spotlight .lwp-slick-slider .lwp_post_carousel_item .lwp_post_carousel_meta {
	display: none;
}
.lwp-slick-slider .slick-prev {
    left: -25px;
}
.lwp-slick-slider .slick-next {
    right: -25px;
}

#popmake-1822 {
	max-width: 1200px;
}
#quicklinks {
	padding: 0 !important;
}
#quicklinks .et_pb_row {
	width: 100% !important;
	padding-top: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#quicklinks h2 {
	font-size: 26px;
	line-height: 34px;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #06387D;
}
.quicklinks-wrap ul li {
	margin-bottom: 10px;
}


#landing-text {
	background: transparent;
	position: absolute;
	top: 5%;
	left: 0;
	right: 0;
}

.custom-image .et_pb_image_wrap img {
	object-fit: cover;
	border-radius: 10px;
}

.blurb-ql .et_pb_main_blurb_image {
	display: block;
	text-align: left;
}

.blurb-chapter .et_pb_main_blurb_image {
	margin-bottom: 0;
}
.blurb-chapter .et_pb_image_wrap img {
	max-width: 80px;
    width: 100%;
}
.blurb-chapter h2.et_pb_module_header {
	font-size: 16px !important;
	line-height: 24px !important;
}

.blurb-ql h2 span::before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	right: 100%;
	bottom: 50%;
	background: #FE3A33;
	height: 3px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.blurb-ql .et_pb_module_header:hover {
	opacity: 1 !important;
}
.blurb-ql .et_pb_module_header:hover:before {
	right: 0;
}
.blurb-ql .et_pb_module_header:before {
	bottom: 10%;
	display: none;
}


/* .lwp_post_carousel_item_inner .lwp_post_carousel_image {
	max-width: 100px;
    height: 100px;
    object-fit: cover;
	margin: 0 0 10px !important;
} */
/* .lwp_post_carousel_item_inner .lwp_post_carousel_image img {
	height: 75px;
    object-fit: cover;
} */
/* .lwp_post_carousel_item_inner .lwp_post_carousel_title {
	min-height: 150px;
} */
/* .lwp_post_carousel_item_inner .lwp_carousel_featured_image {
	background: #ffffff;
    display: block;
    padding: 10px;
    border-radius: 8px;
} */

/*****************************************************/
/*** ABOUT ***/
/*****************************************************/
.custom-inner-menu {
	background: #f4f4f4 !important;
    padding: 25px;
    border-radius: 8px;
}
.custom-inner-menu .nav {
	display: block !important;
}
.custom-inner-menu .nav li {
	margin-top: 0 !important;
}
.custom-inner-menu .nav li a {
	padding: 10px 5px !important;
    font-size: 16px;
    line-height: 22px;
	color: #000000 !important;
}
.custom-inner-menu .nav li a:hover {
	color: #06387D !important;
	opacity: 1;
}


/*HISTORY*/
.history-swiper {
	padding-left: 30px;
	padding-right: 30px;
}
.history-title {
	font-size: 22px;
    line-height: 30px;
	position: relative;
	padding-top: 50px;
}
.history-title::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: #f39d38;
	height: 20px;
	width: 20px;
	border-radius: 100px;
}
.history-title::after {
	content: '';
	position: absolute;
	top: 9px;
	left: 0;
	background: #dddddd;
	height: 1px;
    width: 600px;
    z-index: -1;
}
.history-content {
	font-size: 14px;
	line-height: 22px;
}

.swiper-arrows .swiper-button-prev {
	left: 0;
}
.swiper-arrows .swiper-button-next {
	right: 0;
}
.swiper-arrows .swiper-button-prev:after,
.swiper-arrows .swiper-button-next:after {
    font-size: 24px;
    color: #111111;
}

#vision-and-objectives .et_pb_blurb {
	display: inline-block;
	width: 50%;
    vertical-align: top;
	margin-bottom: 0;
	padding: 30px 40px;
}

/*****************************************************/
/*** CHAPTERS ***/
/*****************************************************/
.blurb-chapter {
	border-radius: 8px;
	padding: 15px;
	display: inline-block;
	margin-bottom: 0 !important;
    vertical-align: top;
    width: 20%;
	
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.blurb-chapter:hover {
	background: #f8f8f8;
}
.blurb-chapter .et_pb_module_header {
	max-width: 150px;
	margin: auto;
}

/*****************************************************/
/*** BLOG ***/
/*****************************************************/
.post-header-title h1 {
	padding-bottom: 0;
}
article.et_pb_post a.more-link {
    display: none !important;
}

.et_pb_posts .et_pb_post img {
	max-width: 300px;
}

/* BLOG */
.post-spotlight-wrap .et_pb_post img {
	height: 200px;
	object-fit: cover;
}

.custom-blog-list .et_pb_post {
	border-bottom: 1px solid #dddddd;
    margin-bottom: 35px;
    padding-bottom: 15px;
}
.custom-blog-list .et_pb_post .entry-title {
	padding-bottom: 0;
	margin-bottom: 15px;
}
.custom-blog-list .et_pb_post .entry-featured-image-url {
	width: 34%;
	display: inline-block;
	vertical-align: top;
}
.custom-blog-list .et_pb_post .custom-blog-details {
	width: 65%;
    display: inline-block;
	vertical-align: top;
	padding-left: 20px;
}
.custom-blog-list .et_pb_post img {
    max-width: 100%;
    width: 100%;
	object-fit: contain;
}

.custom-blog-list .et_pb_post.et_pb_no_thumb .custom-blog-details {
	width: 100%;
	padding-left: 0;
}

.custom-sidebar-category .et_pb_widget {
	margin-bottom: 20px !important;
}

.custom-post-body .et_pb_section {
	padding-top: 0;
}
.custom-post-body .et_pb_row {
	max-width: 100%;
	width: 100%;
}



.team-officer .et_pb_team_member_image {
	margin: 0 auto 15px;
} 
.team-officer .et_pb_team_member_image img {
	border-radius: 10px;
}
.team-officer .et_pb_module_header {
	padding-bottom: 0;
}




#chapter-slider .et_pb_gallery_item img {
	min-height: 400px;
    height: 100%;
    object-fit: cover;
}

.custom-post-article .lwp_post_carousel_meta .lwp_meta_by,
.custom-post-article .lwp_post_carousel_meta > a,
.custom-post-article .lwp_post_carousel_meta .lwp_meta_separator,
.custom-post-article .lwp_post_carousel_meta .lwp_meta_date,
.custom-post-article .lwp_post_carousel_meta .lwp_meta_comments,
.custom-post-article .lwp_post_carousel_read_more {
	display: none;
}

/* ARTICLE PAGES */
#row-article .et_pb_column:first-child {
	width: 100%;
	margin: 0;
}
#row-article .et_pb_column:last-child {
	display: none;
}
#row-article .et_pb_blog_grid .column {
	float: none;
}
#row-article .et_pb_blog_grid .column article {
	display: inline-block;
	padding: 15px;
	margin: 0;
	border: 0;
	vertical-align: top;
}
#row-article .et_pb_blog_grid .column article .et_pb_image_container {
	margin: 0;
}

#row-article.row-news .et_pb_blog_grid .column article {
	width: 33.33%;
}

.row-publications .et_pb_module {
	max-width: 500px;
    margin: auto;
}
.row-publications .et_pb_posts .et_pb_ajax_pagination_container {
	display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
}
.row-publications .et_pb_posts article {
	width: calc(50% - 20px);
	margin: 0 !important;
}
.row-publications .et_pb_posts article .entry-featured-image-url {
	margin-bottom: 10px;
}
.row-publications .et_pb_posts article img {
	width: 100% !important;
	height: 250px !important;
    object-fit: cover;
	object-position: top;
}
.row-publications .et_pb_posts .et_pb_ajax_pagination_container > div {
	width: 100% !important;
}

.wp-pagenavi {
	padding-top: 50px;
    text-align: center;
	border-top: 0;
}
.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .pages,
.wp-pagenavi .nextpostslink {
	padding: 5px 10px;
	border-radius: 4px;
    color: #4b4b4b;
    margin: 5px;
	border: 1px solid #ffffff !important;
	
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.wp-pagenavi .page {
    background: #e1e1e1;
    border: 1px solid #e1e1e1 !important;
}
.wp-pagenavi span.current,
.wp-pagenavi .page:hover,
.wp-pagenavi .nextpostslink:hover {
	background: #06387D;
	border: 1px solid #06387D !important;
	color: #ffffff !important;
}

.single-post #main-header,
.post-type-archive-tribe_events #main-header {
	background: #ffffff;
}
.single-post #main-header #top-menu li a,
.post-type-archive-tribe_events #main-header #top-menu li a {
	color: #4b4b4b;
}
.single-post #top-menu .btn-nav.btn-primary a,
.post-type-archive-tribe_events #top-menu .btn-nav.btn-primary a {
	color: #ffffff !important;
}

.single-post .et_pb_post .entry-title {
    line-height: 46px !important;
}
.single-post .et_pb_post .post-meta,
.single-post .et_pb_post .et_post_meta_wrapper > img {
	display: none;
}
.custom-widget-title {
	font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #06387D;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 10px;
}

.post-type-archive-tribe_events .page-title {
    font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
	padding-bottom: 50px;
	color: #06387D;
}
.single-tribe_events .page-title {
	display: none;
}


.rpwwt-widget ul li img {
	float: none;
	display: inline-block;
	width: 25% !important;
	height: 25% !important;
	vertical-align: middle;
	margin: 0;
	object-fit: cover;
}
.rpwwt-widget ul li .rpwwt-post-title {
	display: inline-block;
	width: 75%;
	vertical-align: middle;
	font-size: 14px;
	line-height: 22px;
	color: #2b2b2b;
	padding-left: 10px;
}

/*****************************************************/
/*** FORMS ***/
/*****************************************************/
.forminator-custom-form .forminator-field .forminator-input,
.forminator-custom-form .forminator-field .forminator-textarea {
	background: #ffffff !important;
	border-radius: 4px !important;
}
.forminator-custom-form .forminator-button {
	background: #06387D !important;
	color: #ffffff !important;
    padding: 12px 20px !important;
    border-radius: 6px !important;
    line-height: 22px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
	
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.forminator-custom-form .forminator-button:hover {
	background: #f39d38 !important;
	box-shadow: none !important;
}

.blog-swiper .swiper-slide img {
	width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
	border-radius: 6px;
}
.blog-swiper .swiper-blog-title {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}
.blog-swiper .swiper-button-next,
.blog-swiper .swiper-button-prev {
	background: #ffffff;
	box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.1);
}

/* HELPERS */
.footer-contact .link {
	color: #ffffff;
}
.text-blue {
	color: #06387D !important;
}
.text-white {
	color: #ffffff !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.mb-0 {
	margin-bottom: 0;
}

/* EVENTS */
.tribe-events .tribe-events-c-subscribe-dropdown__container {
	display: none;
}
.tribe-events .tribe-events-l-container {
	padding-top: 50px !important;	
}

.overflow-auto {
	overflow: auto;
}
.custom-table thead tr th {
	background: #caf0f8;
}


.work-play-ql {
	padding: 15px;
	border-radius: 10px;
	height: 100%;
	
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.work-play-ql:hover {
	background: #ffffff;
}
.work-play-ql .et_pb_main_blurb_image {
	margin-bottom: 10px;
}
.work-play-ql .et_pb_module_header {
	padding-bottom: 0;
}

/* POPUP */
#et-boc .area-outer-wrap .da-close {
	font-size: 36px;
	line-height: 1em;
	height: auto;
	color: #aaaaaa !important;
	background: transparent !important;
	box-shadow: none !important;
	opacity: 1;
	top: 10px;
	right: 10px;
}
#et-boc .area-outer-wrap .da-close:hover,
#et-boc .area-outer-wrap .da-close:focus,
#et-boc .area-outer-wrap .da-close:active {
	box-shadow: none !important;
	transform: unset;
	background: transparent;
}
.da-overlay-visible .da-overlay {
    backdrop-filter: saturate(180%) blur(0px);
    -webkit-backdrop-filter: saturate(180%) blur(0px);
}

#volunteer-articles article {
	background: #f1f1f1;
	border: 0;
    border-radius: 8px;
}
#volunteer-articles article .et_pb_image_container {
	margin-bottom: 10px;
}
#volunteer-articles article .et_pb_image_container .entry-featured-image-url {
	margin-bottom: 0;
}
#volunteer-articles article .et_pb_image_container img {
	width: 100px;
	height: 80px;
    object-fit: contain;
    min-width: unset;
    background: #f1f1f1;
    padding: 5px;
    border-radius: 5px;
}



/* POPUP */
.pum-open #page-container {
	padding-right: 0;
}
.pum .pum-container {
	max-width: 1200px;
    right: 0;
    left: 0;
    margin: auto;
}
#popmake-3660 {
	max-width: 800px;
}
.pum-content p {
	margin-bottom: 15px;
}
.pum-content ul {
	list-style: disc;
    list-style-position: outside;
    padding-left: 30px;
}
.pum-content ul li {
	margin-bottom: 5px;
}


/*****************************************************/
/*** MEMBERS PAGE ***/
/*****************************************************/
.member-dialog-header {
	background: #06387D;
	padding: 50px;
	min-height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.member-dialog-header h1 {
	font-size: 38px;
	line-height: 46px;
	color: #ffffff;
	text-align: center;
	padding-bottom: 0;
}
.wpmem_msg {
	width: 90%;
    max-width: 600px;
    margin: 50px auto;
}
#wpmem_restricted_msg {
	max-width: 1200px;
    margin: auto;
    padding: 50px;
}
#wpmem_login {
	background: #ffffff;
	font-family: 'Inter',Helvetica,Arial,Lucida,sans-serif;
	width: 90%;
	max-width: 600px;
    padding: 50px;
    margin: 0 auto 100px;
    border: 1px solid #cccccc;
    border-radius: 20px;
}
#wpmem_login fieldset {
	margin: 0;
}
#wpmem_login .link-text-register {
	display: none;
}
#wpmem_login_form legend {
	display: none;
}
#wpmem_login_form label,
#wpmem_login label {
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	color: #5b5b5b;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#wpmem_login_form .div_text input,
#wpmem_login .div_text input {
	font-size: 16px;
	line-height: 24px;
	height: 45px;
	border-radius: 4px;
}

.button_div .buttons {
	font-size: 14px !important;
	font-weight: 600;
	line-height: 22px;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: #06387d;
	color: #ffffff;
	padding: 10px 20px;
	border-radius: 6px;
	border: 1px solid #06387d;
	box-shadow: none;
	cursor: pointer;
	
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.button_div .buttons:hover {
	background: #F39D38;
	border: 1px solid #F39D38;
}

.member-form-title {
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	padding-bottom: 30px;
}

.logged-in #top-menu li.logout-menu {
	display: inline-block;
}
#top-menu li.logout-menu {
	display: none;
}
.um-form .um-field-label {
	margin-bottom: 0;
}
.um-form .um-field-label label {
	font-size: 12px !important;
    line-height: 20px !important;
}
.um-form .um-button {
	font-weight: 600 !important;
}
.um-form #um-submit-btn {
	background: #06387D !important;
}
.um-form #um-submit-btn:hover {
	background: #f39d38 !important;
}

.custom-um-profile .um-profile {
	max-width: 100% !important;
}
.um-member-directory-search-row {
	justify-content: flex-start !important;
}
.um-member-directory-search-line .um-do-search {
	background: #f39d38;
    padding: 13px 20px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px;
    box-shadow: none;
	cursor: pointer;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.um-member-directory-search-line .um-do-search:hover {
	background: #06387d;
}

.um-profile .um-header .um-profile-edit .um-dropdown {
	left: auto !important;
    right: 0 !important;
}
.um-profile .um-header .um-profile-edit .um-dropdown .um-dropdown-b .um-dropdown-arr {
	left: auto !important;
    right: 0 !important;	
}
.um-profile-body {
	max-width: 100% !important;
	padding-top: 0 !important;
}
.um-profile-meta .um-name {
	padding-bottom: 0 !important;
}
.um-profile-meta .um-name a {
	font-size: 30px;
	line-height: 36px;
}
.um-profile-body .form-title {
	font-size: 20px;
	line-height: 26px;
	padding-top: 20px;
	padding-bottom: 0;
	color: #06387d;
}

.um-profile-body .um-field {
	padding-top: 0;
	padding-bottom: 15px;
}
.um-profile-body .um-field.um-field-block {
	padding-bottom: 0;
}


.btn-inline .et_pb_button_module_wrapper {
	display: inline-block;
	padding-right: 10px;
	margin-bottom: 10px;
}

#member-menu {
    background: #f1f1f1;
    padding: 25px;
    border-radius: 10px;	
}
#member-menu .et_pb_menu_inner_container,
#member-menu .et_pb_menu__wrap,
#member-menu .et_pb_menu__menu,
#member-menu .et-menu-nav {
	display: block;
}
#menu-member {
	display: block;
}
#menu-member li.menu-item-has-children {
	display: block;
}
#menu-member li.menu-item-has-children a:after {
	display: none;
}
#menu-member .sub-menu {
	position: relative;
	opacity: 1;
	background: transparent !important;
	box-shadow: none;
	width: 100%;
	visibility: visible;
	border-top: 0;
    padding: 0;
}
#menu-member .sub-menu li {
	padding: 0;
}
#menu-member .sub-menu li a:hover {
	background: transparent !important;
	opacity: 1;
}
#menu-member .menu-item.current-menu-item ul.sub-menu .menu-item > a {
	color: #000000 !important;
}
#menu-member .menu-item.current-menu-item ul.sub-menu .menu-item > a:hover {
	color: #FE3A33 !important;
}

/* #post-1543 {
	background: #f1f1f1;
}
#post-1543 .entry-content {
	padding: 200px 30px;
    max-width: 800px;
    margin: auto;
} */

.um-register {
	max-width: 800px !important;
}
.um-register .um-row {
	margin-bottom: 0 !important;
}
.um-register .um-row .um-col-121 {
	width: 50% !important;
}
.um-register .um-row .um-col-131,
.um-register .um-row .um-col-132,
.um-register .um-row .um-col-133 {
	width: 32% !important;
}
.um-register .um-row .um-col-132 {
	margin: 0 2% !important;
}
.um-login {
	max-width: 450px;
}
.um-login .um-col-alt .um-right.um-half {
	display: none;
}
.um-login .um-col-alt .um-left.um-half {
	width: 100%;
}
.category-canada .et_pb_section.page-header {
	background-image: url(/wp-content/uploads/2023/10/AFE-Dancing-Queens.jpg) !important;
}
.category-canada .page-header .post-header-title {
	max-width: 350px;
}
.category-washington .et_pb_section.page-header {
	background-image: url(/wp-content/uploads/2023/10/washington-dc-page-header.jpg) !important;
	background-position: top center;
}
.category-washington .page-header .post-header-title {
	max-width: 450px;
}
.category-europe .et_pb_section.page-header {
	background-image: url(/wp-content/uploads/2023/10/europe-page-header-2.jpg) !important;
}
.category-europe .page-header .post-header-title {
	max-width: 350px;
}
.category-india .et_pb_section.page-header {
	background-image: url(/wp-content/uploads/2023/10/india-page-header.jpg) !important;
}
.category-india .page-header .post-header-title {
	max-width: 300px;
}
.category-philippines .et_pb_section.page-header {
	background-image: url(/wp-content/uploads/2023/10/philippines-page-header.jpg) !important;
}
.category-philippines .page-header .post-header-title {
	max-width: 450px;
}
.category-thailand .et_pb_section.page-header {
	background-image: url(/wp-content/uploads/2023/10/thailand-page-header-2.jpg) !important;
}
.category-thailand .page-header .post-header-title {
	max-width: 350px;
}

.access-denied-message {
	padding: 200px 50px;
    max-width: 850px;
	margin: auto;
}



.arm_form.arm_form_102 .arm_login_links_wrapper {
	display: none;
}


.uwp_page .card-body .card-title {
	font-weight: 700;
    color: #111;
}
.uwp-login-class .uwp-footer-links .uwp-footer-link:first-child,
.uwp-forgot-form .uwp-footer-links .uwp-footer-link:last-child,
.uwp-reset-class .uwp-footer-links .uwp-footer-link:last-child {
	display: none !important;
}
.uwp_form .form-control {
	height: 45px;
	border-radius: 4px;
}
.uwp_form .input-group-text {
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.uwp_form .btn-primary {
	font-weight: 600;
	background: #06387d;
    letter-spacing: 2px;
    border-radius: 6px;
    border-color: #06387d;
}

/* ACCOUNT PAGE */
.um-account .um-account-main #um_account_submit_general {
	display: none;
}
.um-account .um-account-main #um_account_submit_password {
	font-size: 14px;
    line-height: 20px !important;
    background: #06387D !important;
    padding: 10px 20px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px;
}
.um-account .um-account-main #um_account_submit_password:hover,
.um-account .um-account-main #um_account_submit_password:focus,
.um-account .um-account-main #um_account_submit_password:active {
	background: #f39d38 !important;
}
.um a.um-link,
.um-account-side li a.current span.um-account-icon {
	color: #06387d !important;
}


/* DATATABLES */
#members-table_processing {
	padding: 50px;
	background-color: rgba(0,0,0,0.5);
	top: 0;
}


/* BLOG SIDEBAR MENU */
.custom-sidemenu ul {
	list-style: none;
    padding: 25px;
    background: #f1f1f1;
    border-radius: 8px;
}
.custom-sidemenu ul li {
	margin-bottom: 10px;
}
.custom-sidemenu ul li:last-child {
	margin-bottom: 0;
}

.um-directory .um-members-list .um-member {
	border-radius: 5px;
}
.um-directory .um-members-list .um-member-card-container {
	margin-bottom: 0 !important;
}
.um-directory .um-members-list .um-member-card-container .um-member-card-content {
	display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
}
.um-directory .um-members-list .um-member-card-content {
	margin-right: 0 !important;
}
.um-directory .um-members-list .um-member-card-content .um-member-card-header {
	width: 40% !important;
}
.um-directory .um-members-list .um-member-card-content .um-member-name {
	margin-bottom: 0 !important;
}
.um-directory .um-members-list .um-member-card-content .um-member-name a {
	color: #06387d !important;
}
.um-directory .um-members-list .um-member-card-content .um-member-name a:hover {
	color: #FE3A33 !important;
}
.um-directory .um-members-list .um-member-meta-main {
	display: block !important;
}
.um-directory .um-members-list .um-member-meta {
	display: block !important;
	margin-top: 0 !important;
}
.um-directory .um-members-list .um-member-meta .um-member-metaline {
	align-items: flex-start !important;
	padding-top: 0 !important;
}
.um-directory .um-members-list .um-member-meta .um-member-metaline strong {
	display: block;
}
.um-directory .um-members-list .um-member-card-footer {
	display: none !important;
}

.um-page-password-reset .um-password.um-um_password_id {
	max-width: 520px;
}

.member-profile-wrapper .um-profile {
	background: #f4f4f4;
	border-radius: 10px;
    max-width: 700px !important;
    padding: 30px !important;
	margin-bottom: 0 !important;
}
.um-profile .um-header {
	border-bottom: 0;
	padding-bottom: 0 !important;
}
.um-profile .um-header .um-profile-photo {
	display: none;
}
.um-profile-meta .um-main-meta .um-name {
	padding-bottom: 20px;
}
.um-profile-meta .um-main-meta .um-name a {
	color: #111111;
}
.um-profile .um-header .um-profile-edit {
	margin: 0;
    top: -15px;
    right: -15px;
}
.um-profile .um-header .um-profile-edit i {
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.um-profile .um-header .um-profile-edit i:hover {
	color: #FE3A33;
}
.um-profile .um-header .um-profile-edit .um-dropdown ul {
	text-align: left;
}
.um-profile .um-header .um-profile-edit .um-dropdown ul li a {
	color: #777777;
	-webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.um-profile .um-header .um-profile-edit .um-dropdown ul li a:hover {
	color: #FE3A33;
}
.profile-field {
	display: flex;
	gap: 5px;
	text-align: left;
	max-width: 600px;
    margin: auto;
	padding-bottom: 10px;
}
.profile-field label {
	width: 40%;
	font-size: 14px;
    line-height: 20px;
	text-transform: uppercase;
    letter-spacing: 1px;
    
}
.profile-field span {
	width: 60%;
	color: #111111;
}
.um-profile-meta .um-meta {
	display: none !important;
}



/**********************************************************/
/* RESPONSIVE */
/**********************************************************/
@media(max-width: 1200px) {
	/**********************************************************/
	/* CONTAINER */
	.et_pb_row {
		width: 100% !important;
		padding-left: 50px !important;
		padding-right: 50px !important;
	}
	
	
	/**********************************************************/
	/***** MAIN NAVIGATION *****/
	#main-header .container {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}	
	#top-menu .btn-nav a {
    	font-size: 12px;
	    padding: 8px 15px !important;
	}
	#top-menu li {
		padding-right: 15px;
	}
	#top-menu li a {
		letter-spacing: 0.5px;
	}
	#logo {
		max-width: 120px;
	}
	
	/**********************************************************/
	/***** BLOG *****/
	#row-article .et_pb_blog_grid .column article {
		width: 33.33%;
	}
	
	
}
@media(max-width: 1080px) {
	#page-container {
    	padding-top: 75px !important;
	}
	#top-menu-nav {
		display: none;
	}
	#et_mobile_nav_menu {
		display: block;
	}
	.mobile_menu_bar {
		padding-top: 10px;
		padding-bottom: 10px !important;	
	}
	.mobile_menu_bar:before {
		color: #000000;
	}
	#main-header.et-fixed-header .mobile_menu_bar:before {
		color: #1b1b1b;
	}
	#mobile_menu {
		background: #ffffff !important;
		border-top: 3px solid #f39d38;
		padding: 20px 25px 35px;
		top: 60px;
		overflow-y: scroll;
        height: 100vh;
	}
	#mobile_menu .menu-item a {
		color: #1b1b1b;
		padding: 15px 10px;
	}
	#mobile_menu .btn-nav {
		display: inline-block;
		vertical-align: middle;
		padding: 0 6px;
		margin-top: 30px;
	}
	#mobile_menu .btn-nav a {
		border: 0;
		max-width: 150px;
	}
	#mobile_menu .btn-nav.btn-primary a {
		background: #f39d38;
		color: #ffffff;
		border: 2px solid #f39d38;
		max-width: 300px;
	}
	#mobile_menu .btn-nav.btn-secondary a {
		background: #ffffff;
		color: #06387D;
		border: 2px solid #06387D;
	}
	#mobile_menu .btn-nav.btn-primary a,
	#mobile_menu .btn-nav.btn-secondary a {
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 1px;
		padding: 8px 10px;
		border-radius: 6px;
	}
	
	#mobile_menu li.btn-logout {
		display: none;
	}
}
@media(max-width: 1024px) {
	#top-menu .btn-nav {
		display: none;
	}
}
@media(max-width: 980px) {
	#page-container {
		padding-top: 0 !important;
	}
	
	/**********************************************************/
	/* CONTAINER */
	.et_pb_row {
		width: 100% !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	
	#et-boc #main-header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#main-header {
		position: sticky !important;
		background: #ffffff !important;
	}
	#main-header.et-fixed-header {
		background: #ffffff;
	}
	#main-header .container {
		width: 100%;
	}
	#main-header .logo_container {
		width: auto;
	}
	#logo {
		max-width: 85px !important;
		max-height: 100%;
	}
	
	
	#hero-slider .et_pb_fullwidth_image {
	    max-width: 85px !important;
		top: 15px;
		left: 15px;
	}
	
	.custom-row {
		width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}
	
	/* LANDING */
	#landing-text {
		top: 80px;
	}
	
	#home-post-carousel {
		margin-top: 250px !important;
	}
	
	.access-denied-message {
		padding: 80px 50px;
	}
	
	/**********************************************************/
	/***** BLOG *****/
	#row-article .et_pb_blog_grid .column {
    	width: 100%;
	}
	
	.single-post .et_pb_post .entry-title {
		font-size: 34px;
		line-height: 42px !important;
	}
	
	/**********************************************************/
	/***** ABOUT *****/
	.team-officer .et_pb_team_member_image {
		text-align: center;
	}
	.excom-row .et_pb_column {
		width: 33.33% !important;
		padding: 20px;
	}
	
	.post-type-archive-tribe_events .page-title {
		font-size: 40px;
        line-height: 48px;
        letter-spacing: 2px;
	}
	
	/**********************************************************/
	/***** POPUP *****/
	.pum-theme-3649 .pum-container {
		padding: 30px;
	}
}
@media(max-width: 768px) {
	.custom-row {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	#landing-text {
    	top: 50px;
	}
	#home-post-carousel {
		margin-top: 250px !important;
	}
	/**********************************************************/
	/***** BLOG *****/
	#row-article .et_pb_blog_grid .column article {
		width: 50%;
	}
	
	/**********************************************************/
	/***** CHAPTERS *****/
	.blurb-chapter {
		width: 33.33%;
	}
	
	
	.um-register .um-row .um-col-121,
	.um-register .um-row .um-col-122 {
		width: 100% !important;
	}
	.um-register .um-row .um-col-131,
	.um-register .um-row .um-col-132,
	.um-register .um-row .um-col-133 {
		width: 100% !important;
	}
	.um-register .um-row .um-col-132 {
		margin: 0 !important;
	}
	
	
}
@media(max-width: 767px) {
	/**********************************************************/
	/***** ABOUT *****/
	.excom-row .et_pb_column {
		width: 50% !important;
		padding: 0 !important;
	}
	.excom-row .et_pb_column .team-officer {
		padding: 10px;
	}
	#vision-and-objectives .et_pb_blurb {
		width: 100%;
		padding: 30px 20px;
	}
	
	/**********************************************************/
	/***** AFE NEWS *****/
	#row-article.row-publications .et_pb_blog_grid .column article {
    	width: 33.33%;
	}
	
	.post-type-archive-tribe_events .page-title {
		font-size: 36px;
        line-height: 44px;
        letter-spacing: 1px;
	}
}
@media(max-width: 640px) {
	.custom-blog-list .et_pb_post .entry-featured-image-url {
		width: 100%;
	}
	.custom-blog-list .et_pb_post .custom-blog-details {
		width: 100%;
		padding-left: 0;
	}
	

	
	
	/**********************************************************/
	/***** MEMBERS *****/
	#wpmem_login {
		padding: 40px 35px;
	}
	

}

@media(max-width: 579px) {
	/**********************************************************/
	/***** CHAPTERS *****/
	.blurb-chapter {
		width: 50%;
		padding: 10px 5px;
	}
	.blurb-chapter h2.et_pb_module_header {
    	font-size: 14px !important;
	    line-height: 20px !important;
	}
	
	/**********************************************************/
	/***** PROFILE *****/
	.profile-field,
	.profile-field label {
		display: block;
	}
	.profile-field label {
		width: 100%;
	}
	
	/**********************************************************/
	/***** PUBLICATIONS *****/
	.row-publications .et_pb_posts article {
    	width: calc(50% - 10px);
	}
}

@media(max-width: 479px) {
	#main-header .container {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	#mobile_menu {
		padding: 20px 15px 20px;
	}
	
	
	/**********************************************************/
	/***** HOME *****/
	#home-custom-menu .et_pb_column {
		width: 50% !important;
	}
	#home-custom-menu .blurb-ql .et_pb_module_header a,
	#home-custom-menu .blurb-ql .et_pb_module_header span {
		font-size: 16px !important;
		line-height: 24px !important;
	}
	
	
	/**********************************************************/
	/***** ABOUT *****/
	#slider_610 .owl-item .sa_hover_container {
		padding: 30px !important;
	}
	.sa_owl_theme .owl-nav .owl-prev {
    	left: -10px !important;
	}
	.sa_owl_theme .owl-nav .owl-next {
    	right: -10px !important;
	}
	
	#vision-and-objectives .et_pb_blurb {
		padding: 25px 0;
	}
	
	

	
	
	/**********************************************************/
	/***** WORK AND PLAY *****/
	.work-play-ql-wrap .et_pb_row {
		justify-content: center;
		width: 100%;
		padding-left: 25px;
		padding-right: 25px;
	}
	.work-play-ql-wrap .et_pb_column {
		width: 50% !important;
		margin-bottom: 0 !important;
	}
	.work-play-ql {
		padding: 20px 15px;
	}
	.work-play-ql .et_pb_module_header {
		font-size: 16px !important;
		line-height: 22px !important;
	}
	
	/**********************************************************/
	/***** AFE NEWS *****/
	#row-article.row-publications .et_pb_blog_grid .column article {
    	width: 50%;
	}
	
	/**********************************************************/
	/***** MEMBERS *****/
	#wpmem_login {
		padding: 35px 30px;
	}
	
	/**********************************************************/
	/***** POPUP *****/
	.pum-theme-3649 .pum-container {
		padding: 25px;
	}
}
@media(max-width: 425px) {
	.custom-row,
	.custom-post-section > .et_pb_row {
		width: 100% !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
	#mobile_menu .btn-nav {
		display: block;
		margin-top: 15px;
	}
	#mobile_menu .btn-nav a {
		max-width: 100%;
	}
	
	/**********************************************************/
	/***** BLOG *****/
	#row-article .et_pb_blog_grid .column article {
		padding: 10px;
	}
	
	#main-content .container {
		width: 100%;
		padding-left: 25px;
		padding-right: 25px;
	}
	.single-post .et_pb_post .entry-title {
    	font-size: 30px;
    	line-height: 38px;
	}
	
	.access-denied-message {
		padding: 80px 30px;
	}
	
	.row-publications .et_pb_posts .et_pb_ajax_pagination_container {
		gap: 15px;
	}
	.row-publications .et_pb_posts article {
        width: calc(50% - 8px);
    }
	.row-publications .et_pb_posts article img {
		height: 200px !important;
	}
}



