/*PRESS KIT - PHOTOS TO THE LEFT, BIOS TO THE RIGHT*/
#author_photos_container, #author_bios_container {
/*    border: 1px solid black;*/
}


@media (min-width: 800px){
	#author_photos_container {
		border-right: 1px solid black;
		display: flex;
		align-items: center;
		flex-direction: column;
		padding-bottom: 40px;
	}
}

#author_photos_container .flex-col-8 {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}

#author_bios_container {
    flex-basis: 130%;
}

#author_bios_container .flex-col-10 {
    margin: auto;
}

.bio-options	{
	font-style: italic;
	padding-bottom: 50px;
}
	
h3.bio_title	{
	font-weight: normal;
	color: var(--color-pageTitle);
	font-size: 1.2em;
	margin-top: 20px;
}

.authorphoto	{
	margin-top: 40px;
}

.authorphoto:nthchild (1)	{
	margin-top: 10px;
}

/*MOBILE STYLING - TOGGLE TABS*/

.toggle-menu {
    list-style-type: none;
    justify-content: center;
    display:flex;
    width: 100% !important;
    padding-left: 0px !important;
    max-width: none !important;
}

/*
.toggle-item:first-child {
    border-right: 1px solid black;
}
*/

.toggle-item {
    width: 30%;
    font-size: 1.2em;
    padding: 5px 8px;
    text-align: center;
}

h3.desktopOnly {
	text-align: left;
	max-width: 52rem;
}

button.downloadButton,
button.copyText	{
	margin-bottom: 20px;
}

.active a:hover {
    color: var(--color-a);
}

.hidden {
    display: none;
}

button.downloadButton,
button.copyText	{
	font-size: .8em;
	text-transform: none;
	padding: 4px 6px;
	margin: 10px 0 6px;
}

button.copyText	{
	margin-bottom: 50px;
}

span.underline	{
	padding-bottom: 1px;border-bottom: 1px solid black
}

