 /*BODY*/
.body	{
	margin: 0;
	background-color: #FFF;
	font-family:	'Roboto', sans-serif;
	}

.body ul	{
	margin:	0;
	}
.body p, li	{
	font-family: 'Roboto', sans-serif;
	font-size: .9em;
	margin-top:	0;
	}
.body a	{
	font-family: 'Roboto', sans-serif;
	color: #000;
	text-decoration: none;
	}
.body a:visited	{
	color:	#000;
	}
.body a:link	{
	color:	#000;
	text-decoration: none;
	}
.body a:hover	{
	color:	#777777;
	text-decoration: none;
	}
.body img	{
	border:	none;
	}

#wrapper	{
	width:	1020px;
	margin:	0 auto;
	padding-right: 10px;
    padding-left:  10px;
	}

#wrapper-header	{
	width:	1000px;
	margin:	0 auto;
	padding-right: 10px;
    padding-left:  10px;
	}

#wrapper-footer	{
	width:	1000px;
	margin:	0 auto;
	padding-right: 10px;
    padding-left:  10px;
	}

/*USF HEADER*/
.usf-header {
	display: flex;
	justify-content: space-between;
	text-align: right;
	font-size: 1em;
    letter-spacing: .02em;
	padding: 13px 0;
	margin: 0 0 0 0;
	line-height: normal;
}
.usf-header p {
	margin-bottom: 5px;
}

/*MENU*/
.top-nav {
display: flex;
justify-content: space-between;
font-family: 'Roboto', sans-serif;
letter-spacing: .03em;
width: 1000px;
height: 100px;

}
.nav-left  {
text-align: right;
align-self: center;
padding: 15px 0 0 0;
}
.nav-line {
width: 1px;
display: inline-block;
background-color: #d2d2d2;
height: auto;
}
#nav-left-top { 
font-size: 1.25em;
letter-spacing: .07em;
}
#nav-left-bottom {
font-family: serif;
letter-spacing: 0.02em;
font-size: 1.85em;
}
.nav-right {
width: 60%;
font-size: .9em;
letter-spacing: .03em;
align-self: center;
}
.menu {
text-transform: uppercase;
height: auto;
margin: 0 0 0 0;
}
.submenu {
height: auto;
margin:  15px 0 20px 0;
}
.menu ul {
display: flex;
flex-flow: row nowrap;
justify-content: space-between;
list-style: none;
border-bottom: 1px solid #d2d2d2;
margin: 0;
padding: 10px 0 0 0;
}
.submenu ul {
flex-flow: row nowrap;
justify-content: flex-start;
list-style: none;
padding: 0 ;
margin: 0;
}
.menu li, .submenu li  {
display: inline;
margin: 0;
}
.menu li {
padding: 10px;
}
.submenu li {
padding: 10px 8px;
}
.menu li a  {
height: auto;
text-decoration: none;
margin: 0;
}
.submenu li a {
height: auto;
text-decoration: none;
margin: 0;
}
.menu  .selected {
border-top: 1px solid #d2d2d2;
border-left: 1px solid #d2d2d2;
border-right: 1px solid #d2d2d2;
font-weight: 700;
}
.submenu .selected  {
font-weight: 700;
}
#content {
	width: 100%;
	height: auto;
}


/*carousel*/
.carousel-control-next {
	background: -webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.25))
}
.carousel-control-prev {
	background: -webkit-linear-gradient(left,rgba(0,0,0,.25),rgba(0,0,0,0))
}
.carousel-inner {
	width: 1000px;
	height: 550px;
	padding: 0;
	position: relative;
}
.carousel-item {
	height: 550px;
	padding: 0;
	margin: 0;

}
.carousel-item img {
	width: 100%;
	min-height: 550px;
	margin: 0;
	padding: 0;

}
.carousel-caption {
	width: 800px;
	padding: 0;
}
.carousel-caption h3, .carousel-caption p {
	text-align: right;
	color: #fff;
	padding: 0;
	margin: 0;
	font-weight: 400;
	text-shadow: 1px 1px 10px #000000;
}
.carousel-caption h3 {
	font-size: 1.25em;
	text-transform: uppercase;
	letter-spacing: .07em;
	background-color: transparent;

}
.carousel-caption p {
	font-size: .85em;
}
#features {
	padding: 0;
	margin: 30px 0 50px 0 ;
}

/*MAIN DIVS*/

blockquote {
    margin: 0;
}

blockquote p {
    padding-left: 50px;
}

#content p a {
	border-bottom: 1px solid #b4e7f8;
	box-shadow: inset 0 -6px 0 #b4e7f8;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
	padding: 2px 0 2px 0;
}
#content p a:hover {
	color: inherit;
	background: #b4e7f8;
	transition: background .2s;
}
#right p a {
	border-bottom: 1px solid #b4e7f8;
	box-shadow: inset 0 -6px 0 #b4e7f8;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
	padding: 2px 0 2px 0;
}
#right p a:hover {
	color: inherit;
	background: #b4e7f8;
	transition: background .2s;
}
#content {
margin: 30px 0 0 0;
}
#space {
height: 550px;
}
#left {
float:  left;
width:  700px;
margin: 0;
padding: 0 0 50px 0;
}
#left p {
padding: 0 80px 0 0;
}
#content h2 {
margin: 0 0 15px 0;
}

#left h2 {
	margin:	0 0 15px 0;
	padding:	10px 0;
	font-family: 'Roboto';
	font-size: 1.4em;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-style: normal;
}
#left h3 {
	margin:	0 0 10px 0;
	padding:	8px 0;
	font-family: 'Roboto';
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-style: normal;
}
#left h4 {
	margin:	0 0 5px 0;
	padding:	6px 0;
	font-family: 'Roboto';
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-style: normal;
}

#right {
float:  right;
width:  300px;
padding-bottom:
50px;
margin: 0;
font-family: 'Roboto', sans-serif;
}
#right h2	{
	margin:	0 0 15px 0;
	padding:	0 0 6px 0;
	font-family: 'Roboto';
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-style: normal;
	border-bottom: 1px solid #777777;
	}
#right h3	{
	margin:	0 0 15px 0;
	padding:	0 0 6px 0;
	font-family: 'Roboto';
	font-size: 1.1em;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-style: normal;
	border-bottom: 1px solid #777777;
	}
#right h4	{
	margin:	0 0 15px 0;
	padding:	0 0 6px 0;
	font-family: 'Roboto';
	font-size: 1.em;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-style: normal;
	border-bottom: 1px solid #777777;
	}
#right strong {
font-size: .9em;
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
}
#right p {
margin-bottom: 8px;
}
#right img {
margin: 0 0 15px 0;
display: block;
}
#right i {
margin: 0 10px 0 0;
}
#topics p a {
	border-bottom: 1px solid #b4e7f8;
	box-shadow: inset 0 -6px 0 #b4e7f8;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
	padding: 2px 0 2px 0;
}
#topics p a:hover {
	color: inherit;
	background: #b4e7f8;
	transition: background .2s;
}


#topics h2 {
	margin:	0 0 15px 0;
	padding:	6px 0;
	font-family: 'Roboto';
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-style: normal;
}
#topics h3 {
	margin:	0 0 15px 0;
	padding:	6px 0;
	font-family: 'Roboto';
	font-size: 1.2em;
	text-transform: none;
	letter-spacing: 0.03em;
	font-style: normal;
	line-height: 1.3;
}

#topics h3 a {
	border-bottom: 1px solid #b4e7f8;
	box-shadow: inset 0 -6px 0 #b4e7f8;
    overflow-wrap: break-word;
    word-break: break-word;
    word-wrap: break-word;
	padding: 2px 0 2px 0;
}
#topics h3 a:hover {
	color: inherit;
	background: #b4e7f8;
	transition: background .2s;
}





.topic-info a:hover {
	padding: 2px 2px 2px 0;
	color: inherit;
	background: #b4e7f8;
	transition: background .2s;
}
.text-page {
float: left;
display: flex;
flex-flow: column wrap;
height: 1000px;
width: 650px;
}
.text-page-box {
width: 320px;
}
.top {
text-align: center;
padding: 0;
}
.top h4 {
font-size: 1.2em;
}
.key {
text-align: left; 
width: 650px;
margin: 0 auto;
}

.main h4 {
font-size: 1.2em;
}
.header {
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
font-size: 1em;
letter-spacing: .03em;
margin: 0;
}
.sub-header {
font-family: 'Roboto', sans-serif;
color: #6d6d6d;
text-transform: uppercase;
}
.caption {
margin: 0 0 35px 0;
padding: 0;
color: #676767;
font-size: .85em;
display: flex;
flex-direction: column;
}
.caption img {
height: auto !important;
width: 100%;
display: inline;
}
.caption p {
margin: 0 0 3px 0 ;
}
.caption-sm {
color: #676767;
font-size: .9em;
display: flex;
flex-direction: column;
margin: 0 0 35px 0;
}
.caption-series {
width: 600px;
display: flex;
flex-flow: row wrap;
justify-content: space-between
}
.caption-series p {
width: 200px;
margin: 0 0 3px 0 ;

}
.caption-series img {
max-height: 350px;
}
.text-img {
display: inline;
float: left;
padding: 0 25px 15px 0;
}
#topics	{
	float:	left;
	width:	700px;
	padding: 0;
	}

#topics li {
	list-style: none;
	margin-bottom: 20px;
	
}
#topics h2 {
	margin:	0 0 15px 0;
	padding:	6px 0;
	font-family: 'Roboto';
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	font-style: normal;
}


.topic img {
	padding:	3px;
	border:	1px solid #e5e5e5;
	width: 165px;
	height: 100% !important;
	margin: 0 0 10px 0;
}
.topic-img {
	width: 165px;
}
.topic-img img {
	width: 165px;
	height: auto !important;
	
}
.topic-info {
	width: 450px;
}

.topic {
	margin:	0 0 30px 0;
	display: flex;
	flex-flow: row nowrap;
	padding: 0 50px 0 0;
	justify-content: space-between;
	}

.topic-info h3 {
	text-transform: uppercase;
	font-size: 1.3em;
}
.topic-info h4, h5 {
	text-align: left;
	text-transform: none;
	letter-spacing: 0;
	font-size: 1.3em;
}

/*PA PAGES*/
#pa-nav-menu {
	font-family: 'Roboto', sans-serif;
	font-size: .9em;
	padding: 2px 0 2px 15px;
}
.pa-nav {
	display: flex;
	justify-content: space-between;
	width: 600px;
	margin: 0 0 30px 0;
}
.pa-nav i {
	font-size: 1.8em;
	width: 30px;
	text-align: right;
}
#pub-art {
	width: 800px;
	margin: 0 auto;
}
#pub-art ul {
	height: 700px;
	width: 400px;
	-webkit-columns: 1;
	columns: 1;
  	-moz-columns: 1;
	padding: 0;
}
.pa-project img {
	width: inherit;
	height: inherit;
	max-width: 600px;
	max-height: 600px;
	margin: 0 0 5px 0 ;
}
.pa-project  {
	width: 700px;
	padding: 0 0 40px 0;
} 
#pa-artist {
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}


.social i {
	font-size: 2.5em;
	margin: 0 10px 0 0;
}

/*PA PROJECT LIST*/

.pub-art-list {
	position: relative;
	width: 100%;
	margin: 0; 
	padding: 0;
}
.pub-art-list-img {
	display: flex;
	flex-flow: column;
	align-content: flex-start;
	justify-content: space-around;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 400px;
	height: 400px;
	padding: 0 auto;
	opacity: 0;	
	visibility: hidden;
	 -webkit-transition: opacity 400ms, visibility 400ms;
	-moz-transition: opacity 400ms, visibility 400ms;
	-o-transition: opacity 400ms, visibility 400ms;
  transition: opacity 400ms, visibility 400ms;

}
.pub-art-list-img img {
	height: auto !important;
	max-height: 380px;
	width: auto !important;
	max-width: 380px;
	align-self: center;
}
.pub-art-list a:hover ~ .pub-art-list-img {
	visibility: visible;
	opacity: 1;
} 
.pub-art-list ul { 
	float: right;
	height: auto; 
	width: 550px;
	-webkit-columns: 3;
  	-moz-columns: 3;
	columns: 3;
	padding: 0;
	margin: 50px 0 150px 0;
}
.pub-art-list li {
	list-style: none;
	padding: 8px 0 0 0;
	font-size: .85em;
	text-align: left;
	height: auto;
}

