body 	{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: verdana, sans-serif ;
	font-size: 14px;
	font-style: normal;
	line-height: 1.5em ;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	background-color: #F1F2F2;
	text-align: left;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #000;
}

a:hover,
a:focus {
	color: #AB0500;
}

/* MAIN PAGES STYLES */

.oualerts-notify-modal-overlay	{
	display: none;
}

#container	{
	margin: 50px auto;
	max-width: 960px;
	background: #fff;
}

#header	{
	width:100%;
	height:100%;
	padding-top:6%;
	background-color:#FFFFFF;
	text-align: center;
}

#header img	{
	width:88%;
}

#menu	{
	float:left;
	width:24%;
	background: #FFF;
	text-align:left;
	padding-left:0%;
	padding-top:0%;
}

#body	{
	float:left;
	width:100%;
	height:100%;
	background-color:#FFFFFF;
	text-align:left;
	margin:0%;
	padding-left:0%;
	padding-right:0%;
	padding-top:0%;
	padding-bottom:0%;
}

#main	{
	border-top: 1px solid #7d7d7d;
}

#currentissue	{
	background-color: #dcdddf;
    border-bottom: 1px solid #7d7d7d;
    float: left;
    height: 400px;
    margin: 0 0 50px 0;
    padding: 0;
    text-align: left;
    width: 100%;
}

#currentissue div {
    margin: 35px auto;
    width: 480px;
}

#currentissue div img {
    float: left;
    margin: 0 30px 0 0;
}

#currentissue div p {
    font-size: 1.1em;
    line-height: 1.75em;
    padding: 85px 0 0;
    text-align: left;
}

#copy {
    background-color: #ffffff;
    box-sizing: border-box;
    float: left;
    height: 100%;
    margin: 0;
    padding: 50px;
    text-align: center;
    width: 100%;
}

#artistimage	{
	padding-bottom: 20px;
	margin: 0 50px;
	text-align: center;
}

#artistimage .author	{
	display: inline-block;
	vertical-align: top;
	padding: 20px 20px;
	font-weight: bold;
	font-size: .8em;
}

#artistimage .author img	{
	display: block;
	margin: 0 auto 5px auto;
}

#bi-grid	{
	padding-bottom: 20px;
	margin: 0 50px;
	text-align: center;
}

#bi-grid .bi-item	{
	display: inline-block;
	vertical-align: top;
	padding: 20px 20px;
	font-weight: bold;
	font-size: .8em;
}

#bi-grid .bi-item a	{
	text-decoration: none;
}

#bi-grid .bi-item img	{
	display: block;
	margin: 0 auto 5px auto;
	border: 1px solid #bfbfbf;
	height: 170px;
	width: auto;
}

#bi-grid .bi-item img:hover	{
	border: 1px solid #ab0500;
}

/* Text Styles */

p {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
}

h1 {
	font-family: Times New Roman, serif;
	font-size: 2.5em;
	font-style:italic;
	line-height: 130%;
	font-weight: bold ;
	font-variant:normal;
	color: #000 ;
	text-align: center;
}

h2 {
	font-family: Verdana, Geneva, sans-serif ;
	font-size: 1.3em ;
	font-style: normal;
	line-height: 130% ;
	font-weight: bold ;
	font-variant: normal;
	text-transform: uppercase;
	color: #000 ;
	text-align: center;
}

h3 {
	font-family: Verdana, Geneva, sans-serif ;
	font-size: .8em ;
	font-style: normal;
	line-height: 130% ;
	font-weight: bold ;
	font-variant: normal;
	color: #FFFFFF ;
	text-align: left;
}

.italic {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style:italic;
	line-height: 150%;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-align: center;
}

.bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: 150%;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	text-align: center;
}

.bolditalic {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-style: italic;
	line-height: 150%;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	text-align: center;
}


.footerText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	font-style: normal;
	line-height: 160%;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-align: left;
}

hr 	{
	border: 0;
	width: 65%;
	background-color: #000;
	height: 1px;
	margin: 30px auto;
}

hr.full-width 	{
	width: 100%;
	margin-top: 20px;
}

.reg {
	font-style:normal;
	color: #000;
	text-align: center;
}

.buy-now a	{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #fff;
	background-color: #8B2131;
	padding: 5px 15px 7px 15px;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px;
	text-decoration: none;
	letter-spacing: .05em;

	-o-transition: background-color .2s ease-in-out;
	-ms-transition: background-color .2s ease-in-out;
	-moz-transition: background-color .2s ease-in-out;
	-webkit-transition: background-color .2s ease-in-out;
	/* ...and now override with proper CSS property */
	transition: background-color .2s ease-in-out;
}

.buy-now a:hover,
.buy-now a:focus	{
	background-color: #731b28 ;
	color: #fff;
}

.buy-now a[target="_blank"]	{
	padding: 5px 15px 7px 15px;
	text-decoration: none;
	background-image: none;
}


/* FOOTER STYLES */

#footer
{
	clear:both;
	width:100%;
	padding-top:30px;
	padding-bottom: 30px;
	background-color:#000000;
	margin-top: 50px;
}

#footer .footerleft {
	float: left;
	margin-right: 1%;
	padding-left:15px;
	width: 22%;
}

#footer .footerright {
	float: right;
	width: 23%;
}

#footer h2,
#footer h3	{
	font-family: verdana, geneva, sans-serif;
	font-size: .9em;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;
	color: #fff;
	text-align: left;
	margin: 1.5em 0 0 0;
	text-transform: none;
}

#footer p {
	font-family: verdana, geneva, sans-serif;
	font-size: .85em;
	font-style: normal;
	line-height: 160%;
	font-weight: normal;
	font-variant: normal;
	color: #fff;
	text-align: left;
	margin: 0;
}

#footer a:link {
	text-decoration:none ;
	color:#FFF ;

	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out;
	/* ...and now override with proper CSS property */
	transition: color .2s ease-in-out;
}

#footer a:hover{
	text-decoration:none ;
	color:#9A9A9A ;
}

#footer a:visited {
	text-decoration:none;
	color:#FFF;
}

#footer a:visited:hover {
	text-decoration:none;
	color:#9A9A9A;
}

#footer .footerleft p	{
	margin: 0 0 0 10px;
}

#footer .footerleft img	{
	margin-top: 15px;
}

.footer-bottom	{
	background-color: #000;
	text-align: right;
	padding: 0 20px 10px 10px;
}

.footer-bottom p	{
	font-size: .8em;
	color: #999;
	display: inline;
}

.footer-bottom a	{
	color: #999;
	text-decoration: none;
}

/* TOP NAVIGATION ADJUSTMENTS */

.navbar-default .navbar-collapse, .navbar-default .navbar-form	{
	margin-top: 35px;
	margin-bottom: 20px;
}

.navbar-nav	{
	width: 700px;
	margin: 0 0 0 122px;
}

.navbar-nav > li > a	{
	padding: 5px 15px 5px 15px;
	letter-spacing: .025em;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover	{
	color: #fff;
	background-color: #8a2434;
	
	-o-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	/* ...and now override with proper CSS property */
	transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.navbar-nav > li > .dropdown-menu	{
	margin: 0;
	padding: 0;
	width: 200px;
}

.navbar-nav > li > .dropdown-menu a	{
	width: 250px;
	text-decoration: none;
	display: block;
	font-size: .9em;
	padding: 4px 0 4px 7px;
	background-color: #eee;
	border-bottom: 1px solid #ddd;
}

.navbar-nav > li > .dropdown-menu a:hover	{
	color: #fff !important;
	background-color: #8a2434;
	
	-o-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out;
	/* ...and now override with proper CSS property */
	transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.navbar-default .navbar-nav > li > a {
	color: #000;
	text-decoration: none;
	text-transform: uppercase
}

.caret	{
	display: none;
}


/* RESPONSIVE DESIGN STYLES */

@media 
only screen and (max-width: 640px),
(min-device-width: 640px) and (max-device-width: 767px)  {
	.navbar-default .navbar-collapse, .navbar-default .navbar-form	{
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar-nav	{
		width: 100%;
		margin: 0;
	}
	
	.navbar-collapse	{
		padding-left: 0;
	}

	.caret	{
		display: inline-block !important;'
	}
	
	.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret	{
		border-width: 0;
	}
	
	.navbar-default .navbar-toggle:focus, 
	.navbar-default .navbar-toggle:hover	{
		background-color: transparent;
	}
	
	.navbar-nav > li > .dropdown-menu a	{
		width: 100%;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, 
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover	{
		background-color: #fff;
		color: #000 !important;
	}

	.navbar-nav > li > .dropdown-menu a	{
		background-color: #fff;
		color: #000;
		display: block:
	}

	.navbar-nav > li > .dropdown-menu a:hover	{
		background-color: #d3d3d3;
		color: #000;
	}

	#footer .footerleft,
	#footer .footerright	{
		float: none;
		width: 100%;
		padding-left: 42px;
	}

	#currentissue {
	    height: auto;
	}

	#currentissue div	{
		width: 100%;
		margin: 0 auto;
		padding-bottom: 30px;
	}

	#currentissue div img {
	    float: none;
	    margin: 0 auto;
	    display: block;
	}

	#currentissue div p {
	    font-size: 1.1em;
	    line-height: 1.75em;
	    padding: 10 !important;
	    text-align: center;
	    padding: 30px 10px 0 10px;
	}

	.buy-now	{
		margin: 0 auto;
		width: 200px !important;
	}

}

@media only screen and (min-width: 768px) {
	#main-menu {
		width: 100%;
	}

	.navbar-default	{
		background-color: transparent ;
		border-color: transparent ;
	}
	
	.nav-width	{
		width: 100% ;
	}
	
}


@media only screen and (max-width: 767px) {
	#bi-nav-container	{
		position: relative;
		width: 100%;
		height: 50px;
	}
	
	#bi-navigation	{
		height: 2600px ;
		padding: 10px 0 ;
	}
	
	#bi-navigation img	{
		display: none ;
	}

	#bi-content	{
		margin: 0 ;
	}
	
	#bi-content .center	{
		padding: 10% 0 0 0 ;
	}

	#bi-content .covers,
	#bi-content .authors	{
		margin-top: 55px;
	}

	#far-nav	{
		width: 100%;
		float: none;
		/* position: none;	 */		
		box-sizing: border-box;
	}
	
	.navbar	{
		width: 100%;
		float: none;
		position: absolute ;
		top: 0;
		left: 0;
		box-sizing: border-box;
	}
	
	.navbar-default	{
		background-color: #fff;
		border-color: #e7e7e7;
	}
	
	.schedule-home	{
		display: block ;
	}
	
	.pre-nav	{
		box-sizing: border-box;
	}
	
	.pre-nav p.menu	{
		margin-top: 10px ;
	}
	
	.pre-nav p.submenu	{
		display: none;
	}
	
	.post-nav	{
		padding: 0 0 0 20px;
	}
	
		.main-content	{
		margin-left: 0;
	}
	
	.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header	{
		margin-right: 0 ;
	}
	
	.navbar-collapse	{
		padding-right: 0 ;
	}
	
	.sm-clean a span.sub-arrow	{
		margin-right: 13px;
	}
	
	.cd-top	{
		background-size: 40px 80px ;
		width: 40px ;
		height: 40px ;
		right: 0 ;
		bottom: 0;
	}

	.cd-top:hover	{
		background-position: 0 -40px ;
	}

	li.accessible-button-top	{
		margin-top: 0px ;
	}

	li.accessible-button a,
	li.hp-link a	{
		background-color: #eee ;
		color: #555555;
		background-image: none ;
		padding-left: 20px ;
	}

	li.accessible-button a:hover,
	li.accessible-button a:focus,
	li.hp-link a:hover,
	li.hp-link a:focus	{
		text-decoration: none;
		color: #555555 ;
		background-image: none ;
		padding-left: 20px ;
	}
	
	.breadcrumb,
	.divider	{
		display: none;
	}
	
	p.main img	{
		max-width: 100%;
		height: auto;
	}

	#mainBody	{
		float: none;
		width: 100% ;
		display: block;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
}

@media only screen and (max-width: 640px) {
	.caret	{
		display: inline-block;
	}
	
	#bi-nav-container	{
		position: relative;
		width: 100%;
		height: 50px;
	}
	
	#bi-navigation	{
		height: 2600px ;
		padding: 10px 0 ;
	}
	
	#bi-navigation img	{
		display: none ;
	}
	
	#bi-content	{
		margin: 0 ;
	}

	#bi-content .center	{
		padding: 10% 0 0 0 ;
	}

	#bi-content .covers	{
		width: 100%;
		float: none;
		margin-top: 55px;
	}

	#bi-content .covers h1	{
		text-align: left;
	}

	#bi-content .covers img	{
		max-width: 100%;
		margin: 0 auto;
	}

	#bi-content .authors	{
		padding-left: 0;
	}

}

/* INTERIOR PAGES */

#secondbody	{
	float: right;
	width: 65%;
	height: 100%;
	background-color: #fff;
	text-align: left;
	margin: 0;
	padding: 35px 50px 50px 0;
}

#secondbody h1	{
	font-family: verdana, geneva, sans-serif;
	font-size: 1.3em;
	line-height: 130%;
	font-weight: bold;
	color: #8a2434;
	text-align: left;
	font-style: normal;
	margin-top: 0;
}

#menu	{
	width: 25%;
	background: #fff;
	padding: 30px 0 0 80px;
	text-align: center;
	height: 500px;
}

#menu img	{
	margin: 0 0 10px 0;
	max-width: 100%;
}

.initialCap	{
    font-family: Verdana, Geneva, sans-serif;
    font-size: 3em;
    font-style: normal;
    line-height: 1em;
    font-weight: normal;
    font-variant: normal;
    text-align: left;
    float: left;
    margin: 0 3px 0 0;
    padding: 0;
}

#secondbody #artistimage	{
	width: 100%;
	height: 100%;
	background-color: #fff;
	margin: 0 0 0 -10px;
	padding: 0 0 10px 0;
}

#secondbody #artistimage .author	{
	float: left;
	text-align: center;
	margin: 0 5px 10px 10px;
	padding: 10px 0;
	font-family: verdana, geneva, sans-serif;
	font-weight: bold;
	font-size: .8em;
}

#secondbody #artistimage .author img	{
	display: block;
	margin: 0 auto 5px auto;
	width: 98px;
	height: auto;
}

.caption {
    font-family: Verdana, Geneva, sans-serif;
    font-size: .8em;
    font-style: normal;
    line-height: 130%;
    font-weight: normal;
    font-variant: normal;
    color: #000;
    text-align: left;
}

#secondbody h2	{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	line-height: 130%;
	font-weight: bold;
	font-variant: normal;	
	color: #8a2434;
	text-align: left;
	text-transform: none;
}

.tshirt	{
	max-width: 80%;
}

.ab_allcaps	{
	text-transform: uppercase;
	color: #757575;
}

/* RESPONSIVE DESIGN STYLES */

@media 
only screen and (max-width: 640px),
(min-device-width: 640px) and (max-device-width: 767px)  {

	#secondbody	{
		float: none;
		width: 100%;
		height: 100%;
		background-color: #fff;
		text-align: left;
		margin: 0;
		padding: 10px;
	}

	#menu	{
		width: 100%;
		background: #fff;
		padding: 10px;
		text-align: center;
		height: auto;
		margin-bottom: 20px;
	}

	#menu img	{
		margin: 0 0 10px 0;	
		max-width: 50%;
	}

	#secondbody #artistimage	{
		width: 100%;
		height: 100%;
		background-color: #fff;
		margin: 0;
		padding: 0;
	}

	#secondbody #artistimage .author	{
		float: none;
		text-align: center;
		margin: 0 5px 10px 0;
		padding: 20px 0 0 0;
		font-family: verdana, geneva, sans-serif;
		font-weight: bold;
		font-size: .8em;
	}

	#secondbody #artistimage .author img	{
		display: block;
		margin: 0 auto 5px auto;
		width: 98px;
		height: auto;
	}

	.tshirt	{
		max-width: 100%;
	}


}

/* COLUMNS */

.grid-container {
	display: grid;
	grid-column-gap: 25px;
	background-color: transparent;
	padding: 0;
	margin: 0 70px 1.5em 70px;
}

.grid-two-col	{
	grid-template-columns: auto auto;
}

.grid-three-col	{
	grid-template-columns: auto auto auto;
}

.grid-item {
	background-color: transparent;
	border: none;
	padding: 0;
}

.grid-item img	{
	max-width: 100%;
	height: auto;
	margin-bottom: 1em;
}

.grid-item ul,
.grid-item ol	{
	margin: 0 0 1.5em 0;
	padding: 0 0 0 18px;
}

.grid-item h2, 
.grid-item h3, 
.grid-item h4	{
	margin-top: 0;
}

@media only screen and (min-width: 320px) and (max-width: 560px) {
	.grid-two-col,
	.grid-three-col	{
		grid-template-columns: auto;
	}
}

/**
 * @file
 * Generic Block: Image list
 *
 * Styles for Generic Block: Image list object.
 */
.genimglist .section__intro {
  max-width: 580px;
}

@media (min-width: 1025px) {
  .genimglist .section__intro {
    max-width: 616px;
    margin: 0 0 40px;
  }
}

.genimglist__wrap {
  max-width: 100%;
  margin-top: 50px;
}

@media (min-width: 700px) {
  .genimglist__wrap {
    margin: 50px 50px 0 50px;
  }
}

@media (min-width: 1025px) {
  .genimglist__wrap {
    margin: 50px 70px 0 70px;
  }
}

.genimglist__item {
  margin: 0 50px 0 50px;
  padding: 0 0 24px;
}

@media (min-width: 700px) {
  .genimglist__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 26px;
    padding: 0;
    border-bottom: none;
  }
}

@media (min-width: 1025px) {
  .genimglist__item {
    margin: 0 0 44px;
  }
}

@media (min-width: 1025px) {
  .genimglist__item .sunburst-link {
    padding-right: 12px;
  }
}

@media (min-width: 1025px) {
  .genimglist__item .sunburst-link:before {
    width: 4px;
    height: 4px;
    top: 9px;
  }
}

.genimglist__item .sunburst-link:hover:before, .genimglist__item .sunburst-link:focus:before {
  -webkit-box-shadow: 0 0 0 3px #f7cf3d, 0 0 0 8px rgba(247, 207, 61, 0.356), 0 0 0 11px rgba(255, 226, 119, 0.1), 0 0 0 13px rgba(247, 207, 61, 0.2);
          box-shadow: 0 0 0 3px #f7cf3d, 0 0 0 8px rgba(247, 207, 61, 0.356), 0 0 0 11px rgba(255, 226, 119, 0.1), 0 0 0 13px rgba(247, 207, 61, 0.2);
}

.genimglist__img {
  margin: 0 0 13px;
}

.genimglist__img img {
  border: 1px solid #bfbfbf;
}

@media (min-width: 700px) {
  .genimglist__img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    max-width: 261px;
    width: 100%;
    margin: 0 23px 0 0;
  }
}

@media (min-width: 1025px) {
  .genimglist__img {
    margin: 0 39px 0 0;
  }
}

.genimglist__img img {
  max-width: 100%;
}

.genimglist__img a {
  background-image: none;
}

.genimglist__content {
  width: 100%;
}

.genimglist__content h1 {
  margin-top: 0;
}

@media (min-width: 700px) {
  .genimglist__content {
    position: relative;
    padding: 0 0 0 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1025px) {
  .genimglist__content {
    padding: 0;
	  display: table-cell;
  }
}

.genimglist__content:after {
  content: '';
  position: absolute;
  display: none;
  bottom: 10px;
  left: 0;
  width: 100%;
}

@media (min-width: 700px) {
  .genimglist__content:after {
    display: block;
  }
}

/* COPIED FROM MAIN SMC STYLES */

.pdflink img,
.wordlink img,
.excellink img,
.pplink img	{
	float: left;
	margin: 3px 5px 0 0;
}

[gen-block-2-sum-text=''],
[gen-block-2-b1-subtitle=''],
[gen-block-2-b2-subtitle=''],
[gen-block-3-sum-text=''],
[gen-block-3-b1-subtitle=''],
[gen-block-3-b2-subtitle=''],
[gen-block-3-b3-subtitle=''],
[gb2-title='']	{ display: none; }

a[target="_blank"] {
	position: relative;
	background-image: url('/_resources/assets/icons/ou/new-window-2.png');
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 23px;
	background-size: 23px 16px;
}

img.picture-right	{
	float: right;
	margin: 0 0 2rem 2rem;
}

img.picture-left	{
	float: left;
	margin: 0 2rem 2rem 0;
}

.navbar a[target="_blank"]:hover	{
	background-image: url('/_resources/assets/icons/ou/new-window-2-rev.png');
}

#footer a[target="_blank"]	{
	background-image: none;
	padding-right: 0;
}

/************* CLEAR FIX *************/

.cf {
	overflow: auto;
}

.cf::after {
	content: "";
	clear: both;
	display: table;
}