@charset "utf-8";

/* 6/5/17 removed any font-size specifications */
/* 5/5/17 updated toclinks to be scrollable, for FAs with very long TOCs*/
/* 4/21/17 updated with Sherman font, new color scheme, window resizing without js */
/* 11/11/11 updated with styles for elastic lists MRC */
/* CSS Document */


/**
 * Sherman Sans Serif Book
 */

@font-face{
  font-family:"ShermanSans";
  src: url('https://assets.syracuse.edu/fonts/shermansans-book.eot');
  src: url('https://assets.syracuse.edu/fonts/shermansans-book.eot?#iefix') format('embedded-opentype'),
       url('https://assets.syracuse.edu/fonts/shermansans-book.woff2') format('woff2'),
       url('https://assets.syracuse.edu/fonts/shermansans-book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+0020-00BF;
}
@font-face{
  font-family:"ShermanSans";
  src: url('https://assets.syracuse.edu/fonts/shermansans-book-intl.eot');
  src: url('https://assets.syracuse.edu/fonts/shermansans-book-intl.eot?#iefix') format('embedded-opentype'),
       url('https://assets.syracuse.edu/fonts/shermansans-book-intl.woff2') format('woff2'),
       url('https://assets.syracuse.edu/fonts/shermansans-book-intl.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  unicode-range: U+00C0-024F;
}

/* new */
.page {
	margin: 20px 0
	}

/* new */
.wrapper {
	max-width: 1160px;
	margin: 0 auto;
	position: relative;
	padding: 0 20px;
	/*min-height: 600px;*/
	height: calc(100vh - 150px);
	}
 
/* DR CSS body-header */ 
.hdrimg {
	text-align: left;
	margin-left: -12px;
	margin-bottom: 12px;
	border-bottom-style: solid;
	border-bottom-color: #E8E5D6;
	border-bottom-width: 2px;
	}

/* new */
.header-mobile {
	display: none;
	text-align: left;
	}

/* DR content-wrapper */
.fa_wrapper {
    float: left;
    width: 100%;
	margin-bottom: 20px;
	height: calc(100vh - 150px);
	}

.fa_section {
	border-bottom-style: solid;
	border-bottom-color: #E8E5D6;
	border-bottom-width: 2px;
	}
	
/* DR CSS content */
.fa_contents {
	margin-left: 320px;
	padding: 0px 10px;
	clear: both;
	overflow: auto;
	color: 0;
	background: #fff;
	/*min-height: 600px;*/
	height: calc(100vh - 150px);
}  

/* DR CSS sidebar */
.toclinks {
	position: relative;
	width: 320px;
	margin-right: -320px;
	float: left;
	overflow: auto;
	/*background: #2c3e50;
	background: rgba(44,62,80, 0.4);
	color: #eee; */
	/*min-height: 600px;*/
	height: 100%;
}

/* new */
.scrollable {
	overflow-y: auto;
	}

/* TOC links appearance */
.toclink {
	margin-top:5pt;
	margin-bottom:5pt;
	font-family: ShermanSans;
	font-weight: bold;
}

.tocinvlink {
	margin-top:5pt;
	margin-bottom:5pt;
	margin-left:15pt;
    font-family: ShermanSans;
    font-weight: bold;
}


