@charset "UTF-8";
/* CSS Document */

.cc-main-container {
    --brand-primary: #414141;
    --brand-secondary: #8f9194;
    --brand-underline: var(--brand-primary);
}


.cc-content-wrap, .cc-content-wrap2 {
    width: 100%;
    max-width: 1250px !important;
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto !important;
}

.mx-width-1250 {
	max-width: 1250px !important;
}


.cc-employee-card {
    border-right: 1px solid var(--brand-secondary);
}


.cc-main-container h2 {
    font-weight: bold !important;
}

.cc-main-container h1 {
    font-size: 40px !important;
	letter-spacing: 8px !important;
}

ul#tabs {
    list-style-type: none;
    padding: 0;
	text-align: center;
	padding-bottom: 20px !important;
}


ul#tabs li {
    display: inline-block;
    background-color: transparent;
    border: solid 2px black;
    font-weight: bold;
    border-radius: 100px;
    color: #000000;
    cursor: pointer;
    margin-bottom: 4px;
    /* padding: 10px 20px; */
	min-width: 69px;
	line-height: 35px;
	font-size: 16px !important;
}


ul#tabs li:hover {
    background-color: grey;
}


ul#tabs li.active {
    background-color: #000000;
    color: #ffffff;
}


ul#tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


#content-tab div {
    display: none;
}


#content-tab div.active {
    display: block;
}


#content-tab > div {
    text-align: center;
    width: 85%;
    margin: 0 auto;
    /* padding: 15px 10px;*/
    color: #fff;
}


@media only screen and (max-width: 800px) {

    .cc-employee-card {
        border-right: 0px !important;
    }

    .cc-main-container h1 {
        font-size: 30px !important;
    }


    #content-tab > div {
        text-align: center;
        width: 100%;
        margin: 0 auto;
        /* padding: 15px 10px; */
        color: #fff;
    }
	
	ul#tabs {
		padding-bottom: 0px !important;
	}
	
	.cc-content-wrap, .cc-content-wrap2 {
		padding: 0px 4% !important;
	}
	
	.w3-button {
		font-size: 12px !important;
	}
}