/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Main menu 
.btn-contact, .btn-contact a:link {
    padding: 5px 10px 5px 10px !important;
    background-color: #328ff8 !important;
    color: #ffffff;
    border-radius: 30px !important;
}
*/
.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
    cursor: default;
}
/* Buttons */
[type=button], [type=submit], button {
	border: none;
}
button.frm_button_submit.frm_final_submit {
    padding: 15px 65px;
}

/* Leadership Page */
.leader-tabs .elementor-tab-title.elementor-tab-desktop-title {
    padding: 20px 60px 20px 20px;
	margin-bottom: 20px;
}

.leader-tabs .elementor-tabs-wrapper {
	background: #4d4d4d;
	/*background: linear-gradient(180deg, rgba(140,140,140,1) 0%, rgba(54,54,54,1) 80%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);*/
}
.leader-tabs .elementor-tabs-content-wrapper {
	background-color: #ffffff;
}
.leader-tabs .elementor-tab-desktop-title.elementor-active {
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    border-bottom-style: none;
    color: #b3b3b3;
    text-align: center;
	font-weight: 300;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title:hover {
	color: #ffffff;
}
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
	position: relative;
	color: #ffffff;
}
.leader-tabs i {
    font-size: 30px;
	padding-bottom: 10px;
}
.leader-tabs .arrow-down {
    width: 0;
    height: 0;
    margin-top: -10px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #4d4d4d;
}
.elementor-tabs .elementor-tab-content {
   padding: 10px 20px 40px 20px !important;
	}
.elementor-tab-content ul {
	list-style: none;
}
.elementor-tab-content ul li::before {
	font-family: "Font Awesome 6 Pro";
	font-size: 14px;
	content: "\e122";
	color: #2879cc;
	font-weight: bold;
	display: inline-block; 
	width: 1.1em;
	margin-left: -1em;
}

@media screen and (min-width: 767px) {
	.leader-tabs .elementor-tab-title {
    background: #4D4D4C;
	color: #FFFFFF;
	text-align: center;
	}
}
@media screen and (max-width: 910px) {
	.arrow-down {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.elementor-tabs .elementor-tab-content {
		padding: 20px 20px 30px 20px !important;
	}
}
.elementor-widget-tabs .elementor-tab-mobile-title {
	color: #fff !important;
    padding: 20px;
    cursor: pointer;
    text-align: center !important;
    background-color: #4d4d4d !important;
}
.green-dash-center:after {
    display: block;
    background-color: #3fb1b9;
    content: "";
    height: 4px;
    width: 80px;
    position: relative;
    margin: 25px auto 0;
}
