/* Career Level Keynote Shortcode Styles */
.keynote-row {
	display: none;
}
.keynote-row-first {
	display: block;
}
.keynote-col {
	padding: 1rem;
}
@media (min-width:768px) {
    .keynote-row {
        display: none;
        grid-auto-rows: 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .keynote-row-first {
    	display: grid;
    }
}
.keynote-headshot {
	max-width: 80px;
	border-radius: 100%;
}
.keynote-show-button {
	margin: 0 auto;
    max-width: 300px;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    border: 4px solid #82bc41;
    padding: 8px;
    text-align: center;
    margin-bottom: 30px;
}
.keynote-show-button:hover {
	background: #82bc41;
}

.tracks-list h3 a {
	background: #82bc41;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 8px;
	text-transform: uppercase;
	text-align: center;
}
.track-row {
	display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px dotted #82bc41;
}
.track-row:hover {
	background: #efefef;
}
.track-row:after {
	content: "";
    display: table;
    clear: both;
}
.track-row-left {
	float: left;
	max-width: 200px;
	margin: 0 1.1em .4em 0;
}
.track-icon-container {
	width: 100px;
	height: 100px;
	display: inline-block;
}
.track-icon {
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
	
}
.track-icon .tf_fa {
	color: #82bc41;
	font-size: 2em;
	color: #82bc41;
	/*float: left;
	max-width: 200px;*/
}
.track-row-right {
	text-align: left;
    overflow: hidden;
    min-width: 160px;
}
.track-name {
	font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    margin: .5em 0 .2em;
    padding: 0;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #000;
}
.view-all-tracks {
    padding: .625em 1.25em;
    border: solid 1px rgba(0, 0, 0, .05);
    line-height: 130%;
    background: #f7f7f7;
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    text-align: center;
    color: #000;
}
.view-all-tracks:hover {
	background: #ddd;
}
