 /*BODY*/
.body	{
	margin: 0;
	padding: 10px;
	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:	1000px;
	margin:	0 auto;
	}
/*USF HEADER*/
.usf-header {
	display: flex;
	justify-content: space-between;
	text-align: right;
	font-size: .9em;
	padding: 5px 0;
	margin: 0 0 30px 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: 2px;
display: inline-block;
background-color: #000;
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 {
margin: 30px 0;
}

/*MAIN*/
/*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;
}

#left 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;
}
#left 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;
}
#upcoming 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;
}
#upcoming a:hover {
	color: inherit;
	background: #b4e7f8;
	transition: background .2s;
}

#space {
	height: 550px;
	width: 700px;
}

#content h2 {
	margin: 0 0 15px 0;
}
#left h3 {
	margin:	0 0 5px 0;
	padding:	6px 0;
	font-family: 'Roboto';
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	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.05em;
	font-style: normal;
}
#left h5, #content h5 {
	font-size: 1em;
}
#left	{
	float:	left;
	width:	700px;
	margin: 0;
	padding: 0 45px 0 0;
	}
#right	{
	float:	right;
	width:	240px;
	padding-bottom:	50px;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	}
#right h2	{
	margin:	0 0 15px 0;
	padding:	6px 0;
	font-family: 'Roboto';
	font-size: 1em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-style: normal;
	border-bottom: 1px solid #777777;
	background: #fff;
	}

#right strong {
	font-size: .9em;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	
}
#right p {
	margin-bottom: 8px;
}
#right img {
	padding-right: 10px;
}
#right i {
	margin: 0 10px 0 0;
}
#right h3 {
	font-size: 1.1em;
	letter-spacing: .03em;
}
#upcoming {
	width:	230px;
	padding-bottom:	50px;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	text-align: left;
}
#upcoming h2	{
	margin:	0 0 15px 0;
	padding:	6px 0;
	font-family: 'Roboto';
	font-size: 01em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-style: normal;
	border-bottom: 1px solid #777777;
	background: #fff;
	}

#upcoming strong {
	font-size: .9em;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	
}
#upcoming p {
	margin-bottom: 8px;
}
#upcoming img {
	padding-right: 10px;
}
#upcoming i {
	margin: 0 10px 0 0;
}
#upcoming h3 {
	font-size: 1em;
	letter-spacing: .03em;
	line-height: 1em;
	padding: 4px 0 4px 0;
}
/*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;
	margin: 0;
}
.carousel-caption-sm {
	width: 600px;
	padding: 0;
	margin: 0;
}
.carousel-caption h3, .carousel-caption p {
	text-align: right;
	color: #fff;
	background-color: transparent;
	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;
}
.carousel-caption p {
	font-size: .85em;
}
#features {
	padding: 0;
	margin: 5px 0 50px 0 ;
}
/*sm carousel*/
#CAMcarousel-sm {
	width: 650px;
	margin: 40px 0 6px 0;
}
#carousel-inner-sm {
	width: 650px;
	height: 440px;
	padding: 0;
	position: relative;
}
#carousel-item-sm {
	height: 440px;
	padding: 0;
	margin: 0;
}
#carousel-item-sm img {
	width: 100%;
	min-height: 440px;
	margin: 0;
	padding: 0;

}


/*other content*/
#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.05em;
	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;
}
#events i {
	margin: 0 10px 0 0;
}
#events	{
	float:	left;
	width:	300px;
	padding-bottom:	50px;
	
	}
#events strong {
	font-size: .9em;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	
}

.text-img {
	width: auto;
	float: left;
	padding: 0 25px 15px 0
}
.staff p {
	margin: 15px 0;
}
.staff {
	float:	left;
	width:	700px;
	margin: 0;
}
.staff strong {
	text-transform: uppercase;
	letter-spacing: .03em;
}
#mailing-list form {
	font-family: 'Roboto', sans-serif;
	padding: 0;
}
#mailing-list form h6 {
	text-transform: uppercase;
	line-height: 1.25em;
	letter-spacing: .03em;
}
#mailing-list button {
	background-color: #d2d2d2;font-family: 'Roboto', sans-serif;
	font-size: 1.2em;
}#mailing-list button:hover {
	background-color: #777777;
}
#mailing-list .form-control {
	font-family: 'Roboto', sans-serif;
}
.social i {
	font-size: 2.3em;
	margin: 0 5px 0 0;
}
.contact {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.contact h4 {
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-size: 1em;
}
.contact-box {
	width: 450px;
	
}
.social i {
	font-size: 2.3em;
	margin-right: 10px;
}

.cam-expo h5 {
	line-height: 1.2em;
}
.cam-expo #expo-title  {
	font-size: 1.3em;
	margin: 0 0 5px 0;
	padding: 0;
}
.expo {
	display: flex;
	justify-content: space-between
}
.expo-info {
	width: 550px;
}
.expo img {
	margin: 5px 20px 0 0;
	
}
.past-expos {
	padding: 0 ;
}
.past-expos ul {
	list-style: none;
	text-align: left;
	padding: 0;
}
.past-expos ul {
	flex-flow: row wrap;
	justify-content: space-between;
}
.past-expos li {
	display: inline;
	font-weight: 400;
	font-size: 1.1em;
	padding-right: 10px;
	line-height: 1.5em;
}
#past-expo-date a { 
	font-weight: 800;
	float: right;
	font-size: .9em;
	margin: 0;
	padding: 0;
}
#past-expo-date  {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: .03em;
	padding: 0;
}


.header  {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 1em;
	letter-spacing: .05em;
	margin: 0;
}

.sub-header {
	font-family: 'Roboto', sans-serif;
}

.caption {
	margin: 0 0 35px 0;
	padding: 0;
	color: #676767;
	font-size: .85em;
	display: flex;
	flex-direction: column;
}
.caption img {
	height: 100% !important;
	width: 100%;
	display: inline;
}
.caption p {
	margin: 3px 0 0 0;
}
.expo-caption {
	margin: 0 0 35px 0;
	color: #676767;
	font-size: .85em;
	width: auto;
}

.expo-caption img {
	max-height: 650px;
	max-width: 650px;
	padding: 0;
}
.expo-caption p {
	margin: 0 0 3px 0;
}
.expo-caption h5 {
	color: #474747;
	font-size: 4.5em;
	width: auto;
	margin: 0 0 3px 0;
}
#expo-series .caption img {
	margin: 0 0 5px 0;
}
#expo-series {
	width: 650px;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
#expo-series img {
	width: inherit;
	height: inherit;
	max-width: 270px;
	padding: 0;
	margin: 0 0 30px 0;
}
.body-caption {
	margin: 0 0 35px 0;
	color: #676767;
	font-size: .85em;
	display: flex;
	flex-direction: column;
}
.body-caption img {
	padding-right: 45px;
	margin: 0 0 3px 0;
}
.group-imgs {
	display: flex;
	flex-flow: row wrap;
}
.group-img {
	width: auto;
	text-align: center;
}
.group-img img {
	width: auto;
	height: 175px;
	margin: 0 20px 15px 0;
}
.publication {
	display: flex;
	border-bottom: 1px solid #d2d2d2;
	padding: 0 0 30px 0;
}
.publication p {
	text-align: left;
}
.pub-info {
	margin: 0 0 0 30px;
	height: auto;
	padding: 0;
}
.pub-img {
	float: left;
	width: 200px;
}
.pub-img img {
	max-width: 200px;
	margin: 0 0 30px 0;
}
.pub-details {
	padding-left: 10px;
}   
.pub-details li {
	list-style: none;
}
.pub-list {
	padding: 20px 0 0 0;
}
.pub-list ul {
	margin: 25px 0 0 0;
}
.pub-list li p {
	font-family: 'Roboto', sans-serif;
	font-size: .95em;
	text-align: center;
}
.pub-list li {
	list-style: none;
	display: inline-flex;
	flex-flow: column;
	justify-content: center;
	margin: 0 30px 40px 0;
	width: 90px;
}
.pub-list img {
	width: 80px;
	margin: 0 0 10px 0;
}
.sponsors {
	display: flex;
	justify-content: space-between;
	padding: 20px 0 0 0;
	margin: 20px 0;
}
.sponsor {
	padding: 0 ;
	width: 45%;
}
.cam-nav {
	display: flex;
	justify-content: space-between;
	width: 650px;
	margin: 0 0 30px 0;
}
.cam-nav i {
	font-size: 1.8em;
	width: 30px;
	text-align: right;
}


/*FOOTER*/
#footer	{
	padding:	30px 20px;
	clear:	left;
	font-family: 'Roboto', sans-serif;
	text-align: center;
	border-top: 1px solid #D2D2D2;
	margin: 80px 0 0 0;
	
	}
#footer h3	{
	font-size: 1em;
	text-transform: uppercase;
	font-style: normal;
	font-weight: 600;
	letter-spacing: .05em;
	margin: 0;
	}
#footer p {
	margin: 10px 0;
}
#footer .footer-sub a {
	 margin: 0 5px;
}
#footer ul {
	display: flex;
	justify-content: center;
	margin: 15px 0;
}
#footer ul, #footer li	{
	padding:	0;
	list-style:	none;
	text-transform: uppercase;
	font-size: .9em;
	letter-spacing: .05em;
	}
#footer li a	{
	text-decoration:	none;
	font-weight: 400;
	padding: 5px 10px;
	margin: 0;
	}
#footer li a:hover	{
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
	}
#footer i {
	margin: 0 10px 0 0;
}

/*lightbox*/
/* Unopened lightbox */
.lightbox {
  display: none;	
}
.lightbox iframe {
	background-color: #fff;
	border-radius: .5em;
	z-index: 3;
}

/* Opened lightbox */
.lightbox:target {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
	background-color: rgba(0, 0, 0, .3);
}

/* Close button */
.lightbox .lightbox-close {
  position: relative;
  display: block;
}

.lightbox .lightbox-close::after {
  right: -1rem;
  top: -1rem;
  width: 2rem;
  height: 2rem;
  position: absolute;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  background-color: #777;
  border-radius: 50%;
  color: white;
  content: "X";
  cursor: pointer;
}




br.clr	{
	clear:	left;
	}

