html {
	font-size: 62.5%;
}
.slideoutopen {
	overflow: hidden;
}

body {
	color: #222222;
	font-family: "Nunito Sans", Helvetica, Calibri, Arial, sans-serif;
	font-size: 100%;
	font-weight: 400;
	line-height: 1;
	background-color: #6A5638;
}

/*Accessibility*/
.accessible {
	padding: 10px;
	position: absolute;
	left: -9999em;
	background: #fff;
}
.accessible ul {
	text-align: right;
}
.accessible ul li {
	margin: 0 0 0 .5em;
	display: inline;
}
.accessible.noscript {
	position: absolute;
	z-index: -1;
	left: 0;
}
.accessible.shown {
	position: relative;
	z-index: 1;
	left: 0;
}

/*Core Layout*/
#page-wrap {
	transition: transform 250ms;
	background: #fff;
	position: relative;
	z-index: 1;
}
body.fixednav #page-wrap {
	padding-top: 34px;
}
.slideoutopen #page-wrap {
	transform: translateX(-300px);
	overflow: hidden;
}
.wrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
}
#left-col {
	width: 75%;
	float: left;
	padding: 0 2rem;
	box-sizing: border-box;
}
#right-col {
	width: 25%;
	float: right;
	padding: 0 2rem;
	box-sizing: border-box;
}

/*Header*/
#hdr-top {
	background: #6A5638;
}
#hdr-top .top-menu {
	width: 50%;
	float: left;
}
#hdr-top .top-menu.right {
	text-align: right;
}
#hdr-top .top-menu li {
	display: inline-block;
	position: relative;
}
#hdr-top .top-menu.left > li:first-child {
	margin-left: -1.25rem;
}
#hdr-top .top-menu.right > li:last-child {
	margin-right: -1.25rem;
}
#hdr-top .top-menu li a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 1px;
	padding: 1.5rem 1.25rem;
}
#hdr-top .top-menu li a i {
	font-size: 1.5rem;
	margin-left: 0.6rem;
	vertical-align: middle;
	line-height: 0;
	display: inline-block;
}
#hdr-top .top-menu li a:hover,
#hdr-top .top-menu li:hover > a,
#hdr-top .top-menu li a:focus {
	background: #79674c;
	outline: none;
}
#hdr-top .top-menu ul.top-sub {
	display: none;
	position: absolute;
	z-index: 99;
	top: 100%;
	left: 0;
	width: 100%;
	background: #6A5638;
	text-align: left;
	font-weight: normal;
}
#hdr-top .top-menu > li:hover ul.top-sub {
	display: block;
}
#hdr-top .top-menu ul.top-sub li {
	display: block;
}
#hdr-top .top-menu ul.top-sub li a {
	font-weight: normal;
	text-transform: none;
	padding: 0.8rem 1.4rem;
}
#hdr-top .top-menu ul.top-sub li a:hover,
#hdr-top .top-menu ul.top-sub li a:focus {
	background: none;
	text-decoration: underline;
	outline: none;
}
#hdr-top .top-menu ul.top-sub li:first-child > a {
	padding-top: 1.4rem;
}
#hdr-top .top-menu ul.top-sub li:last-child > a {
	padding-bottom: 1.4rem;
}

#hdr-main {
	background: #D1C7B7;
    background-image: -webkit-linear-gradint(top, #D1C7B7 0%, #BBAB92 100%);
    background-image: -o-linear-gradient(top, #D1C7B7 0%, #BBAB92 100%);
    background-image: linear-gradient(to bottom, #D1C7B7 0%, #BBAB92 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFD1C7B7', endColorstr='#FFBBAB92', GradientType=0);
    border-bottom: 2px solid #6A5638;
    padding: 0 2rem;
    height: 68px;
}

#logo {
	float:left;
	width: 225px;
	padding-top: 15px;
}
#logo img {
	display: block;
}

/*Main Nav*/
body.fixednav #navigation {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #E8E3DB;
    background-image: -webkit-linear-gradint(top, #E8E3DB 0%, #D1C7B7 100%);
    background-image: -o-linear-gradient(top, #E8E3DB 0%, #D1C7B7 100%);
    background-image: linear-gradient(to bottom, #E8E3DB 0%, #D1C7B7 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8E3DB', endColorstr='#FFD1C7B7', GradientType=0);
    border-bottom: 2px solid #6A5638;
    z-index: 2999;
}
#navigation .wrap {
	background: #E8E3DB;
    background-image: -webkit-linear-gradint(top, #E8E3DB 0%, #D1C7B7 100%);
    background-image: -o-linear-gradient(top, #E8E3DB 0%, #D1C7B7 100%);
    background-image: linear-gradient(to bottom, #E8E3DB 0%, #D1C7B7 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8E3DB', endColorstr='#FFD1C7B7', GradientType=0);
    border-bottom: 1px solid #BBAB92;
    box-shadow: 1px 0px #BBAB92 inset,-1px 0px #BBAB92 inset;
}
body.fixednav #navigation .wrap {
	border-bottom: none;
	box-shadow: none;
}
#navigation > .wrap > ul > li {
	float:left;
	position: relative;
}
#navigation > .wrap > ul > li > a {
	text-decoration: none;
	display: block;
	color: #222;
	font-size: 1.3rem;
	font-weight: 500;
	padding: 0.8rem 1rem;
	line-height: 1.8rem;
	border-left: 1px solid #bbab92;
}
body.fixednav #navigation > .wrap > ul > li:first-child > a {
	border-left: none;
}
#navigation > .wrap > ul > li > a:hover,
#navigation > .wrap > ul > li > a:focus,
#navigation > .wrap > ul > li:hover > a {
	background: #6A5638;
    color: #fff;
    outline: none;
}
#navigation > .wrap > ul > li:hover ul.sub {
	display: block;
}
#navigation ul.sub {
	display: none;
	position: absolute;
	left: 0px;
    top: 100%;
    border-left: 1px solid #BBAB92;
    border-right: 1px solid #BBAB92;
    border-bottom: 1px solid #BBAB92;
    background-color: #E8E3DB;
}
#navigation ul.sub li {
	border-bottom: 1px solid #DDD5C9;
}
#navigation ul.sub li + li {
	border-top: 1px solid #F4F1ED;
}
#navigation ul.sub li a {
	color: #222;
	font-size: 1.3rem;
	text-decoration: none;
	display: block;
	padding: 0.7rem 0.8rem;
	width: 20rem;
	font-weight: 500;
}
#navigation ul.sub li a:hover,
#navigation ul.sub li a:focus {
	background-color: #D1C7B7;
    color: #222;
    text-decoration: underline;
    outline: none;
}


#hamburger {
	display: none;
	float: right;
}
#hamburger a {
	cursor: pointer;
	display: block;
	top: 13px;
	right: 0;
	position: relative;
	color: #222;
	font-size: 13px;
	font-weight: 500;
	padding: 8px 10px;
	text-transform: uppercase;
	border: 1px solid #887860;
	border-radius: 4px;
	background-color: #ddd5c9;
	box-shadow: 0 2px 1px -2px #6a5638;
	text-decoration: none;
	z-index: 999;
}

/*Search*/
#search {
	float: right;
	margin-top: 18px;
	position: relative;
	width: 250px;
	border-bottom: 2px solid #6A5638;
}
#search form {
	position: relative;
}
#search label {
	display: none;
}
#search input[type=text] {
	font-family: "Nunito Sans",Helvetica,Calibri,Arial,sans-serif;
	font-weight: 500;
	width: 90%;
	line-height: 1.15;
	background: transparent;
	font-size: 1.45rem;
	color: #363534;
	height: 32px;
}
#search button {
	background: none;
	cursor: pointer;
	height: 32px;
	width: 38px;
	font-size: 1.8rem;
	position: absolute;
	right: -10px;
	color: #6a5638;
}

#search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #6A5638;
    opacity: 1;
    font-weight: normal;
}
#search ::-moz-placeholder { /* Firefox 19+ */
	color: #6A5638;
    opacity: 1;
    font-weight: normal;
}
#search :-ms-input-placeholder { /* IE 10+ */
	color: #6A5638;
    opacity: 1;
    font-weight: normal;
}
#search :-moz-placeholder { /* Firefox 18- */
	color: #6A5638;
    opacity: 1;
    font-weight: normal;
}


/* Banner Image Area */
#banner {
	height: 120px;
	background-color: #501214;
	background-size: cover;
	background-position: center center;
	position: relative;
}
#banner .wrap {
	position: relative;
	height: 120px;
}
#edition {
    background: #501214;
	background: rgba(80,18,20,0.98);
    color: #fff;
    padding: 2rem 2rem 1.5rem 2rem;
    font-family: "EB Garamond", Garamond, "Times New Roman", serif;
    font-size: 4rem;
    line-height: 4rem;
    font-weight: normal;
    letter-spacing: 1px;
    position: absolute;
    left: 0; right: 0; bottom: 0;
}
#edition a {
	color: inherit;
	text-decoration: none;
}

#banner.heroimage {
	overflow: hidden;
	height: 220px;
}
#banner.heroimage .wrap {
	height: 220px;
}
.bg_container {
	background: #501214;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    width: 100%;
    height: 100%;
}
#banner.heroimage .background {
	background: #501214;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
#banner.heroimage #headerimage {
	position: absolute;
	top: -25%;
	top: -65px;
	left: 0;
	height: 150%;
	height: calc(100% + 130px);
	width: 100%;
	overflow: hidden;
	opacity: 0;
}
#banner.heroimage #headerimage img {
	top: 0;
	left: 0;
	display: block;
	position: absolute;
}

/*Sidebar*/
#cl-menu {
	background-color: #F4F1ED;
	padding: 2rem 0;
}
#cl-menu > ul.nav > li > a {
	font-weight: 700;
}
#cl-menu ul.nav li a {
	display: block;
	padding: 12px 1.8rem;
	font-size: 15px;
	color: #444;
	text-decoration: none;
}
#cl-menu ul.nav li a:hover,
#cl-menu ul.nav li a:focus {
	background: #E8E3DB;
	outline: none;
}
#cl-menu > ul.nav > li.self > a,
#cl-menu > ul.nav > li.active > a {
	color:#501214;
}

/* Second Level */
#cl-menu > ul.nav ul.nav {
	padding:0 0 0 18px;
}
#cl-menu > ul.nav ul.nav li a {
	padding:6px 8px;
	font-size: 14px;
	line-height: 1.4;
}
#cl-menu ul.nav ul.nav li.active > a,
#cl-menu ul.nav ul.nav li.self > a {
	font-weight: bold;
}
#cl-menu ul.nav ul.nav li.self > a {
	color:#501214;
}

#sidebar-nav-mobile {
	display: none;
	background: #6a5638;
	color:#fff;
	padding:10px;
	cursor: pointer;
	font-size:1.5rem;
}
#sidebar-nav-mobile:before {
	content:"\f0c9";
	font-family:FontAwesome;
	margin-right:10px;
}


/*Breadcrumb*/
#breadcrumb,
#breadcrumb-mob {
	padding: 1.8rem 2rem 0 0;
}
#breadcrumb .wrap {
	overflow: hidden;
}
#breadcrumb ul,
#breadcrumb-mob ul {
	float: right;
	overflow: hidden;
}
#breadcrumb ul li,
#breadcrumb-mob ul li {
	padding: 0;
	font-size: 1.2rem;
	float:left;
	font-weight: 500;
}
#breadcrumb ul li a,
#breadcrumb-mob ul li a {
	text-decoration: none;
    color: #005481;
}
#breadcrumb ul li a:hover,
#breadcrumb-mob ul li a:hover {
	text-decoration: underline;
	outline: none;
}
#breadcrumb .crumbsep,
#breadcrumb-mob .crumbsep {
	padding: 0 0.5rem 0 0.7rem;
}
.crumbsep:before {
	content:'\f105';
	font-family: FontAwesome;
}

/*Footer*/
#footer {
	margin-top: 50px;
	padding: 5.0rem 0 6.0rem 0;
	letter-spacing: 1px;
    background: #6A5638;
    position: relative;
    color: #fff;
    font-size: 1.3rem;
    line-height: 2.2rem;
}
.foot-col {
	width: 33.333333%;
	float: left;
    padding: 0 2rem;
    box-sizing: border-box;
}
#footer h3 {
	font-size: 2.4rem;
	margin: 0.5rem 0 2.5rem 0;
	font-weight: normal;
	line-height: normal;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover,
#footer a:focus {
	background: #501214;
	outline: none;
}
ul.foot_linkage {
	text-align: right;
	margin: 0 0 3.2rem 0;
	line-height: 3.2rem;
}
ul.foot_linkage li a {
	padding: 5px;
	margin: -5px;
}

.hp-u-social {
	margin-top: 1rem;
	display: block;
}
.hp-u-social a {
    border-radius: 0.5rem;
    font-size: 2.4rem;
    margin: -2px -6px;
    padding: 2px 6px;
    margin-right: 0.8rem;
}
.hp-u-social a:first-child {
	margin-left: 2px;
}

.txst_logo {
    max-width: 280px;
    margin: 7rem auto;
}

#footer h3 a:hover,
#footer a.image_link:hover {
    background: transparent;
    opacity: 1;
    outline: none;
}

a.apply_now {
	padding: 1.5rem 6rem !important;
	float: right;
	font-size: 1.5rem;
	display: block;
	text-align: center;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 3px;
	transition: all 0.2s ease-in-out;
    border: 3px solid #887860;
}

/*Content*/
#content-wrapper {
	padding: 3.2rem 0 0 0;
}
#content {
	line-height: 1.5;
	font-size: 1.8rem;
}
#content a {
	color: #005481;
    text-decoration: underline;
}
#content a:hover,
#content a:focus {
	background: #E8E3DB;
	outline: none;
}

#content h2 a,
#content h3 a,
#content h4 a,
#content h5 a,
#content h6 a {
	color: #6A5638;
}
#content h2 a:hover,
#content h2 a:focus,
#content h3 a:hover,
#content h3 a:focus,
#content h4 a:hover,
#content h4 a:focus,
#content h5 a:hover,
#content h5 a:focus,
#content h6 a:hover,
#content h6 a:focus {
	text-decoration: none;
	background: none;
	outline: none;
}

#content h1,
#content h2 {
	font-family: "EB Garamond",Garamond,"Goudy Old Style","Times New Roman",serif;
}
#content h3,
#content h4,
#content h5,
#content h6 {
	font-family: "Halis GR",Helvetica,Calibri,Arial,sans-serif;
}

#content h1 {
	font-size: 3.6rem;
	line-height: 4.8rem;
	color: #501214;
	word-wrap: break-word;
	padding: 0 0 4rem 0;
}
#content h2 {
	font-size: 2.7rem;
	color: #222;
	padding: 6.1rem 0 3.6rem;
	line-height: 3.5rem;
	font-weight: 600;
	margin-top: -4.5rem;
}

body.homepage #content h2,
#content h3 {
	font-size: 2.1rem;
	color: #6a5638;
	line-height: 3.6rem;
	font-weight: bold;
	margin: -1.5em 0 .4em;
	padding: 4.5rem 0 0 0;
}
#content h4,
#content h5,
#content h6 {
	font-size: 1.8rem;
	color: #363534;
	margin: 1em 0;
	font-weight: bold;
}
#content h5 {
	text-transform: uppercase;
	font-size: 1.5rem;
	margin: 0.5em 0;
}
#content h6 {
	text-transform: uppercase;
	font-size: 1.3rem;
	margin: 0.5em 0;
}


#content p {
	line-height: 3rem;
	word-wrap: break-word;
	margin: 0 0 15px 0;
}
#content dl {
	margin: 0 0 1em 0;
}
#content p.introtext {
	font-size:1.2em;
	line-height: 3rem;
}
#content ul {list-style: disc; margin: 0 0 .5em 40px;}
#content ol {margin: 0 0 .5em 45px;}
#content ol li, #content ul li {margin: 0 0 .5em 0;}
#content li br {margin: 0 0 .5em 0;}
#content ul li ul, #content ol li ol {font-size: 1em;}
#content ol li ul, #content ul li ol {font-size: 1em;}
#content li p, #content ul table, #content ol table {font-size: 1em;}
#content sup {font-size: .8em; vertical-align: super; line-height: 1;}
#content sub {font-size: .8em; vertical-align: sub; line-height: 1;}
#content hr {display: block; height: 1px; border: 0; border-top: 1px solid #d1c7b7; margin: 1em 0; padding: 0;}

/*Nested Ordered Lists*/
#content ol:not([type]) {list-style: decimal;}
#content ol ol:not([type]) {list-style: lower-alpha;}
#content ol ol ol:not([type]) {list-style: lower-roman;}
#content ol ol li:first-child, #content ol ol ol li:first-child {margin-top: .5em;}

/*Nested Unordered Lists*/
#content ul ul li:first-child, #content ul ul ul li:first-child {margin-top: .5em;}

/*Tightlist*/
#content ul.tightlist {list-style: none; margin: 0 0 .5em 0;}
#content ul.tightlist ul {list-style: none; margin: 0 0 0 25px;}
#content ul.tightlist li {margin: 0;}
#content ul.tightlist ul li:first-child, #content ul.tightlist ul ul li:first-child {margin-top: 0;}

/*Blockquotes*/
#content blockquote {margin: 0 0 .25em 0; border-left: 5px solid #bbab92; padding: 0 0 0 1em; font-style: italic;}
#content blockquote p {line-height: 1.5;}
#content blockquote cite {display: block; font-size: .75em;}
#content blockquote cite:before {content: "\2014 \0020";}
#content blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {color: #ccc;}

/*Tables*/
#content table {font-size: .9em; margin: 0 0 1em 0; width: 100%; }
#content th {padding: 8px 16px; vertical-align: top; font-weight: bold; text-align: left; background: #6a5638; color: #fff; }
#content td { padding: 8px 16px; vertical-align: top;}
#content td img {vertical-align: top;}
#content td p, #content td li {margin: 0; font-size: 1em;}

#content table a {
	color: #501214;
}
#content table a:hover {
	background: none;
	text-decoration: none;
}

/*Two Columns*/
#content .cola {
	width: 48%;
	float: left;
}
#content .colb {
	width: 48%;
	float: right;
}

/*Structured Content*/
#content tr.areaheader td,
#content td.areaheader,
#content tr.areasubheader td,
#content td.areasubheader,
#content tr.listsum td,
#content tr.plangridtotal td,
#content tr.plangridsum td {
	font-weight: bold;
}
#content tr.areasubheader td,
#content td.areasubheader {
	font-style: italic;
	color: #484848;
}
#content tr.odd {
	background: #f4f1ed;
}
#content tr.orclass td {
	padding-top: 0;
	border-top: none;
}
#content tr.orclass td.codecol {
	padding-left: 2em;
}
#content td.hourscol,
#content th.hourscol {
	text-align: right;
}
#content .hiddencourselist {
	display: none;
}

/* fix incorrect browser width determiniation with colspan */
#content td[colspan="2"] + td.hourscol {
	width: 3%;
}


/*Plan Grid*/
#content table.sc_plangrid .plangridterm th {
	background: #d1c7b7;
	color: #333;
}
#content table.sc_plangrid .plangridterm {
	text-transform: uppercase;
	font-size: 0.8em;
}

/*Footnotes*/
#content .sc_footnotes {
	border: 0;
}
#content .sc_footnotes td {
	padding: 0 0 .75em 0;
	border: 0;
}
#content .sc_footnotes td.symcol {
	width: 15px;
	font-size: .8em;
}

/*Course Blocks*/
#content .courseblock + .courseblock {
	margin-top: 40px;
}
#content p.courseblocktitle {
	margin: 0;
	font-weight: bold;
}

#content table .plangridtotal {
	background: #ebebeb;
}

/*Tabs*/
#content #tabs {
	margin: 0 0 15px 0;
}
#content #tabs ul {
	margin: 0;
}
#content #tabs ul li {
	float: left;
	list-style-type: none;
	margin-right:5px;
}
#content #tabs ul li a {
	font-size: 0.7em;
	color:#fff;
	padding: 10px 20px;
	background: #6a5638;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	border: 2px solid #6a5638;
	border-radius: 2px;
}
#content #tabs ul li.active a {
	color:#6a5638;
	background: #fff;
}
#content #tabs ul li:not(.active) a:hover,
#content #tabs ul li:not(.active) a:focus {
	opacity: 0.9;
}

/*A-Z Index*/
#content ul.letternav {
	margin: 0 0 1em 0;
	list-style: none;
}
#content ul.letternav li {
	font-weight: bold;
	float: left;
	margin: 0 1px 1px 0;
	font-size: 0.9em;
}

#content ul.letternav li a,
#content ul.letternav li.inactive {
	padding: 0.25em 0.4em;
	background-color: #e8e3db;
	text-decoration: none;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 1em;
}
#content ul.letternav li a {
	color: #501214;
}
#content ul.letternav li.inactive {
    background: #fff;
    color: #595959;
}
#content ul.letternav li.inactive a {
	padding: 0;
	background: none;
	color: #595959;
}
#content ul.letternav li a:hover,
#content ul.letternav li a:active,
#content ul.letternav li a:focus {
    opacity: 0.8;
}

/*Image Floats*/
#content img.imgleft {
	padding: 0 10px 10px 0;
	float: left;
}
#content img.imgright {
	padding: 0 0 10px 10px;
	float: right;
}

/*Archive Message*/
#content .archive-message p {
	padding: .5em;
	border: 1px solid #d1c7b7;
}

/*Shared Message*/
#content .shared-message p {
	padding: .5em;
	border: 1px solid #d1c7b7;
}

/*Google Search Results*/
#content .gcs-pagination {
	text-align: left;
}
#content .gcs-pagination a,
#content .gcs-pagination .current {
	padding: 5px 12px;
	font-size: 0.75em;
	color: #333;
	text-decoration: none;
	background-color: #f5f5f5;
	background-image: none;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	border: 1px solid #bbbbbb;
	display: inline-block;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#content .gcs-pagination .current {
	color: #fff;
	background-color: #6A5638;
	background-image: none;
}

/*Google Search Results*/
#content .gcs-url {
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	width: 100%;
}
#content .gcs-total  {
	margin: 0 0 1em 0;
	font-style: italic;
}
#content .gcs-result h3 {
	margin: 0;
}

/*To Top*/
a.btt {
    display: block;
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -2.5rem;
    padding: 0px;
    width: 5rem;
    text-align: center;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-size: 1.3rem;
}
a.btt i {
    display: block;
    font-size: 1.8rem;
    padding-bottom: 0.4rem;
}
a.btt:hover {
    color: #fff !important;
    background: transparent !important;
}

/*Print Popup*/
a#print-btn {
	display: block;
	background:#7B272D;
	color:#fff;
	padding:10px;
	text-decoration: none;
	font-size:.9em;
	margin-top:15px;
}
a#print-btn:before {
	margin-right: 10px;
	content: "\f02f";
	font-family: FontAwesome;
	display: inline-block;

}
#print-dialog {
	padding: 0;
	width: 350px;
	text-align: left;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height: 1.5;
	font-size: 1.5em;
}
#print-dialog.screen {
}
#print-dialog .print-header {
	padding: 10px;
	font-size: 1.5em;
	border-bottom: 1px solid #ccc;
}
#print-dialog .print-body {
	padding: 20px 10px;
}
#print-dialog .print-option {
	padding: 0 0 10px 0;
}
#print-dialog .print-option a {
	font-weight: 600;
	color:#7B272D;
}
#print-dialog .print-option p {
	margin: 0;
}
#print-dialog .buttons {
	padding: 10px;
	background:#501214;
}
#print-dialog .cancel a {
	padding: 5px 12px;
	display: inline-block;
	font-size: 16px;
	line-height: normal;
	color: #333;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	float: right;
	border: 1px solid #ebebeb;
	background-color: #e6e6e6;
	background-image: -moz-linear-gradient(white, #e6e6e6);
	background-image: -o-linear-gradient(white, #e6e6e6);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #e6e6e6));
	background-image: -webkit-linear-gradient(white, #e6e6e6);
	background-image: -ms-linear-gradient(white, #e6e6e6);
	background-image: linear-gradient(white, #e6e6e6);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#print-dialog.noscript {
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	#print-dialog {
		width: 90%;
	}
}


/* Panel */
nav#menu {
	background: #363534;
    font-size: 1.8rem;
    position: fixed;
    left: auto;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 300px;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
}
nav#menu a {
	outline: none !important;
}
.slideoutopen nav#menu {
	display: block;
	visibility: visible;
	opacity: 1;
}
nav#menu.navopen {
	z-index: 2;
}

#search-mobile label {
	display: none;
}
#search-mobile input[type=text] {
	width: 82%;
	border: 10px solid #262524;
	border-right: 0;
	background: #ebebeb;
	height: 60px;
	font-size: 14px;
	box-sizing: border-box;
	vertical-align: middle;
	padding-left: 8px;
	float: left;
	outline: none;
	font-family: inherit;
}
#search-mobile button {
	float: left;
	width: 18%;
	background: #262524;
	color: #d7d7d7;
	height: 60px;
	font-size: 2rem;
	vertical-align: middle;
	text-align: center;
}

.mobile-nav-container {
	padding: 1.8rem;
	letter-spacing: 1px;
	color: #D7D7D7;
}
.mobile-nav-container h3 {
	font-family: "EB Garamond",Garamond,"Goudy Old Style","Times New Roman",serif;
    font-weight: normal;
    font-size: 2.8rem;
    line-height: 3.2rem;
    margin: 0 0 3rem;
}
.mobile-nav-container h3 a {
	color: #D7D7D7;
	text-decoration: none;
}
.mobile-nav-container > ul {
	margin: 0 -1.8rem;
}
.mobile-nav-container > ul > li {
	padding-bottom: 2.8rem;
}
.mobile-nav-container ul li a {
	display: block;
	color: #d7d7d7;
	text-decoration: none;
	padding: 0.9rem 1.8rem;
	font-size: 1.6rem;
}
.mobile-nav-container ul li a:hover,
.mobile-nav-container ul li a:focus {
	color: #fff;
    background: #262524;
}
.mobile-nav-container ul li:first-child a {
	border-top: none;
}
.mobile-nav-container > ul > li > a {
	text-transform: uppercase;
	font-weight: 500;
	line-height: 2rem;
}

.mobile-super-list.upper {
    background-color: #262524;
}
.mobile-super-list.lower {
    background: #111;
}
.mobile-super-list {
    letter-spacing: 1px;
    padding: 1rem 0;
    line-height: 2.4rem;
}
.mobile-super-list a {
    display: block;
    font-size: 1.5rem;
    font-weight: 500;
    color: #D7D7D7;
    padding: 0.9rem 1.8rem;
    text-transform: uppercase;
    text-decoration: none;
}
.mobile-super-list a:hover,
.mobile-super-list a:focus {
    color: #fff;
    background: #363534;
}
.mobile-super-list .gato-accordion-content a {
    padding: 0.7rem 3rem;
    font-size: 1.4rem;
}


/* Home Page */
body.homepage  #content h2:first-of-type {
	width: 63%;
}
#catalog-buttons {
	margin: 10px -2rem;
}
#content .hp-btn {
	width: 33.333333%;
	float: left;
	padding: 2rem;
	box-sizing: border-box;
	display: block;
	text-align: center;
	cursor: pointer;
}
#content .hp-btn a:hover {
	background: none;
}
#content .hp-btn .texticon {
	color: #501214;
	font-size: 7.2rem;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	backface-visibility: hidden;
	line-height: normal;
	position: relative;
}
.texticon a {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
}
#content .hp-btn h3 {
	margin: .8em 0 0;
	line-height: 3.6rem;
	padding: 0;
	font-size: 1.7rem;
	font-weight: 400;
	display: inline-block;
	border-bottom: 2px solid #e8e3db;
}
#content .hp-btn h3 a {
	text-transform: uppercase;
	text-decoration: none;
	color: #6a5638;
}
#content .hp-btn h3 a:after {
	content: '';
	display: block;
	margin: auto;
	height: 2px;
	width: 0;
	background: transparent;
	-webkit-transition: width 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-moz-transition: width 0.2s ease-in-out, background-color 0.2s ease-in-out;
	-o-transition: width 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: width 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
#content .hp-btn:hover h3 a:after {
	width: 100%;
    background: #D1C7B7;
}
#content .hp-btn:hover .texticon {
	-webkit-transform: perspective(1px) scale(1.1);
	-moz-transform: perspective(1px) scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: perspective(1px) scale(1.1);
	color: #622a2c;
}

#content .hp-btn .texticon:after {
	content: '';
	font-family: FontAwesome;
	color: #501214;
	line-height: normal;
}
#content .hp-btn#undergrad .texticon:after {
	content: '\f0c3';
}
#content .hp-btn#grad .texticon:after {
	content: '\f19d';
}
#content .hp-btn#majors .texticon:after {
	content: '\f022';
}

::selection {
	background: #d0dfd9;
}

body.slideoutopen a.closenav {
	position: absolute;
	z-index: 1;
	background: transparent;
	top: 0; right: 0; bottom: 0; left: 0;
}

/*Clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
.widthfix {box-sizing: border-box; -moz-box-sizing: border-box;}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    color: #fff !important;
}

img.alignright {
	float: right;
	display: block;
	width: 33.333333%;
	margin: 5rem 0 1.5rem 3rem;
	max-width: 400px;
}
@media(max-width: 400px) {
	body.homepage img.alignright {
		float: none;
		width: 100%;
		margin: 0 0 1.5rem 0;
		max-width: none;
	}
	body.homepage  #content h2:first-of-type {
		width: 100%;
	}
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

dl.sc_footnotes {
	display: grid;
	grid-template-columns: 20px auto;
}

dl.sc_footnotes dt, dl.sc_footnotes dd {
	width: 100%;
}

dl.sc_footnotes dd {
	padding-bottom: .75em;
}