.overview-page {
    padding: 30px;
    text-align: left;
}

.overview-page .card {
    background-color: #f8c72e;
    display: block;
    color: #4754a4;
    min-height: 410px;
    margin-bottom: 30px;
    border-radius: 0;
}

.overview-page .card .card-body h5 {
    font-size: 16px;
    text-transform: uppercase;
    color: #4754a4;
}

.overview-page .card .card-body p {
    color: #4754a4;
    font-size: 14px;
}

.overview-page .card .card-body a {
    color: #4754a4;
    font-size: 14px;
    font-weight: bold;
}

.overview-page .card img {
    padding: 15px;
}

.overview-page .card .card-body ul {
    margin: 0;
    padding-left: 15px;
    font-family: 'HelveticaLTStdLight';
}

.overview-page .card .card-body .card-text {
    margin-top: 10px;
}

.overview-page .card .card-body .bigtxt {
    font-size: 55px;
}

.overview-page .scroll-content {
    height: 200px;
    overflow: auto;
}

.bg-white {
    background: #ffffff;
}

.overview-container {
    position: relative;
    text-align: right;
}

.overview-container h3 {
    color: #deae15;
    position: relative;
    top: 0px;
    font-weight: bold;
    font-size: 2.0rem;
    text-transform: uppercase;
}

.overview-container h3 small {
    font-size: 12px;
    color: #000;
    width: 100%;
    float: left;
}

.overview-container p {
    color: #000000;
    font-weight: 400;
}

ul.tabs1 {
	border: 0px solid #c9c9c9 !important;}

ul.tabs {
	margin: 0;
	list-style: none;
	height: 45px;
	border: 1px solid #c9c9c9;
	border-bottom: 0px solid #c9c9c9;
	width: 100%;
    margin-top: 15px;
    padding-top: 20px;
    padding-left: 29px;
}

ul.tabs li {
	float: left;
	margin: 0;
	cursor: pointer;
	padding: 0px 0px;
	height: 45px;
	line-height: 45px;
	color: #4754a2;
	overflow: hidden;
	position: relative;
	margin-right: 45px;
    font-size: 15px;
    font-weight: 700;
}

.tab_last {
	margin-right: 0px;}

ul.tabs li:hover {
	border-bottom: 4px solid #f8c72d;
	color: #4754a2;
	transition-duration: 0.3s;}

ul.tabs li.active {
	color: #4754a2;
	border-bottom: 4px solid #f8c72d;
	display: block;}

ul.tabs li:last-child {
	margin-right: 0px;}

.tab_container1 {
	border: 0px solid #c9c9c9 !important;
	background: #ebebeb;}

.tab_container {
	border: 1px solid #c9c9c9;
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	overflow: auto;
	margin-bottom: 30px;
	height: 400px;}
.tab_drawer_heading {display: none;}
.tab_content {
	padding: 25px 10px;
	display: none;
}
.tab_content .container {width: 100%!important}    
    @media screen and (max-width: 480px) {
        .tabs {
            display: none;
        }
        .tab_drawer_heading {
            background-color: #f8c72d;
            color: #fff;
            border-top: 1px solid #333;
            margin: 0;
            padding: 5px 20px;
            display: block;
            cursor: pointer;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }
    
    .d_active {
        background-color: #666;
        color: #fff;
            }
        }
.style-founder{
    background: #4754a3;
    height: 8rem;
    min-height: 8rem;
    max-height: 8rem;
}
.style-founder h3{
    color: #fff;
    padding: 20px;
    text-transform: none;
    line-height: 1.2;
    font-size: 1.75rem;
    font-weight: 500;
}
.tab_container2{background:none;border: 0px solid #c9c9c9 !important;}