/* ==========================================================================
	#Reset
========================================================================== */
* { padding: 0; margin: 0; outline: 0;
	-webkit-box-sizing: border-box; 
	   -moz-box-sizing: border-box; 
	        box-sizing: border-box; 
}

/* ==========================================================================
	#Base
========================================================================== */
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section { display: block; }

.main {
	display: block;
	margin-top: 220px;
	padding-bottom: 40px;
}

.main img {
	max-width: 100%;
}
.home-slider {
	margin-top: 180px;
}

html,
body { height: 100%; }

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { min-width: 320px; background: #fff; font-family: 'Frutiger LT W04_55 Roman', sans-serif; font-size: 15px; line-height: 1.35; color: #414042; -webkit-font-smoothing: antialiased; }

a { color: #500000; text-decoration: none; }
a:hover { color: #500000; text-decoration: underline; }

h1 { font-size: 50px; line-height: 0.9; font-family: 'FrutigerLTW01-87ExtraBk', sans-serif; letter-spacing:-1px; }
h2 { font-size: 32px; font-weight: normal; }
h6 { sans-serif; font-size: 15px; }

img { border: 0; vertical-align: middle; }
/* strong { font-family: 'FrutigerLTW01-87ExtraBk', sans-serif; font-weight: bold; } */
small { font-size: 80%; }

ul,
ol { list-style-position: inside; }

button,
input,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -webkit-font-smoothing:antialiased; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] { cursor: pointer; -webkit-appearance: none; }

::-webkit-input-placeholder { opacity: 1; color: inherit; }
:-moz-placeholder { opacity: 1; color: inherit; }
::-moz-placeholder { opacity: 1; color: inherit; }
:-ms-input-placeholder { opacity: 1; color: inherit; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

button { overflow: visible; }
textarea { overflow: auto; resize: none; }

table { border-collapse: collapse; border-spacing: 0; }
th,
td { padding: 0; }

/* ==========================================================================
	#Icons
========================================================================== */
[class^="sprite-"] { display: inline-block; vertical-align: middle; font-size: 0; }

/* ==========================================================================
	#Helpers
========================================================================== */
.alignleft { float: left; }
.alignright { float: right; }
.hidden { display: none; visibility: hidden; }

.cols:before,
.cols:after,
.clearfix:before,
.clearfix:after { display: table; content: ' '; }
.cols:after,
.clearfix:after { clear: both; }

.tablet-show { display: none; }
.phone-only { display: none; }

/* ==========================================================================
	#Containers
========================================================================== */
.wrapper { position: relative; min-height: 100%; overflow: hidden; }
.wrapper-inner { padding-top: 184px; }
.shell { width: 1200px; margin: 0 auto; }

/* ==========================================================================
	#Buttons
========================================================================== */
.btn, input[type="button"], input[type="submit"] { font-family: "Frutiger LT W04_65 Bold", sans-serif; display: inline-block; vertical-align: middle; padding: 9px 10px 10px; border: 1px solid #fff; border-radius: 3px; background: #500000; font-size: 16px; color: #fff; text-align: center; line-height: 1.2; box-shadow: 0 3px 3px rgba(76,76,76, .15); }
.btn:hover { background: #390000; color: #fff; text-decoration: none; }

.btn-big, input[type="button"], input[type="submit"]  { min-width: 185px; padding: 16px 10px 18px; }
a.btn, .article a.btn {text-decoration: none; color: #fff;}
a.btn:visited {color: #fff;}

.btn-fourth { width: 270px; margin-right: 30px;}
.btn-fourth.last {margin-right: 0px;}

.btn-fifth { width: 220px; margin-right: 19px; padding: 16px 10px 18px}
.btn-fifth.last {margin-right: 0px;}

.btn-1 { background: #807158; }
.btn-2 { background: #6E7489;}
.btn-3 { background: #707B68; }
.btn-4 { background: #8B6B52; }

p.buttons-row { padding: 20px 0 0 0;}

/* ==========================================================================
	#General
========================================================================== */
.cols { margin: 0 -30px; }
.col { float: left; }
.col-1of3 { width: 33.33%; padding: 0 30px; }
.col-1of4 { width: 25%; padding: 0 15px; }

.link-more { position: relative; font-size: 14px; }
.link-more:before { content: ''; position: absolute; top: 3px; left: -11px; display: inline-block; vertical-align: middle; width: 0; height: 0; border-style: solid; border-width: 5px 0 5px 6px; border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; }

.fullsize-image { background-position: 50% 0%;
	-webkit-background-size: cover; 
	        background-size: cover; 
}
.fullsize-image img { display: none; }
.mobile-only { display: none; }
.medium-only { display: none; }

/* ==========================================================================
	#Header
========================================================================== */
.header { position: fixed !important; top: 0; left: 0; z-index: 100; width: 100%; height: 184px; padding-bottom: 60px; background: #414042; }
.header-body { float: right; padding-top: 14px; clear: both; }

.logo { position: absolute; z-index: 10; top: 0; left: 50%; width: 206px; height: 199px; padding-top: 69px; margin-left: -600px; background: #500000; box-shadow: 3px 3px 5px rgba(0,0,0, .35)/*, inset 0 0 76px rgba(0,0,0, .5)*/; text-align: center; }

/* nav utilities */
.nav-utilities { float: right; font-size: 12px; color: #fff; }
.nav-utilities ul { overflow: hidden; list-style: none outside none; }
.nav-utilities li { float: left; }
.nav-utilities a { display: block; padding: 10px; background: #757477; color: #fff; }
.nav-utilities a:hover { background: #5c5b5e; text-decoration: none; }

.nav-utilities-toggle { display: none; }

/* nav */
.nav { float: left; }
.nav ul { list-style: none outside none; }

.nav > ul > li { float: left; }
.nav > ul > li + li { padding-left: 24px; }
.nav > ul > li > a { display: block; height: 74px; padding: 12px 9px 0; font-family: 'FrutigerLTW01-87ExtraBk', sans-serif; line-height: 1.3; color: #aeadb0; text-transform: uppercase; }
.nav > ul > .current > a,
.nav > ul > .has-dropdown:hover > a { background: #000; color: #fff; }
.nav > ul > li:hover > a { color: #fff; text-decoration: none; }
.nav > ul > .current .nav-dropdown,
.nav > ul > li:hover .nav-dropdown { display: block; }

.link-dropdown-back { display: none; }

/* dropdown */
.nav-dropdown { display: none; position: absolute; top: 100%; left: 0; width: 100%; height: 60px; background: #000; margin-top: -60px; }
.nav-dropdown > .shell > ul { float: right; }
.nav-dropdown > .shell > ul > li { float: left; }
.nav-dropdown > .shell > ul > li + li { background: url(/assets/divider.png) 0 center no-repeat;  }
.nav-dropdown > .shell > ul > li > a {  font-family: "Frutiger LT W04_65 Bold", sans-serif; display: block; padding: 10px 25px 0; height: 60px; color: #fff; }
.current-students.nav-dropdown > .shell > ul > li > a { display: block; padding: 10px 18px 0; height: 60px; color: #fff; }
.employers.nav-dropdown > .shell > ul > li > a { display: block; padding: 10px 43px 0; height: 60px; color: #fff; }
.faculty-staff.nav-dropdown > .shell > ul > li > a { display: block; padding: 10px 17px 0px;; height: 60px; color: #fff; }
.former-students.nav-dropdown > .shell > ul > li > a { display: block; padding: 10px 22px 0; height: 60px; color: #fff; }
.media.nav-dropdown > .shell > ul { float: left;padding-left: 200px; }
.nav-dropdown-students > .shell > ul > li > a  { padding: 10px 19px 0; }
.nav-dropdown > .shell > ul > li:hover > a { background: #f0eef2; color: #500000; text-decoration: none; }
.nav-dropdown > .shell > ul > li:hover .nav-dropdown-secondary { display: block; }

/* LLM and Other Programs changes */
.nav > ul.new-nav > li > a { padding: 12px 5px 0; }
.llm-other.nav-dropdown > .shell > ul { float: left; padding-left: 200px; }


/* secondary dropdown */
.nav-dropdown-secondary { display: none; position: absolute; top: 100%; left: 0; width: 100%; padding: 43px 0 23px; background: #f0eef2; box-shadow: 0 3px 5px rgba(0,0,0, .35); }
.nav-dropdown-secondary .cols { margin: 0 -15px; }
.nav-dropdown-secondary li { padding: 13px 10px 14px; border-bottom: 1px dotted #acacac; }
.nav-dropdown-secondary li:first-child { padding-top: 13px; }
.nav-dropdown-secondary li:hover {background-color: #e2e0e4;}
.nav-dropdown-secondary a { color: #414042; text-decoration: none; }
.nav-dropdown-secondary a:hover {background-color: #e2e0e4;}
.nav-dropdown-secondary img { max-width: 100%; height: auto; margin-bottom: 7px; }
.nav-dropdown-secondary-entry { padding: 40px 15px 0; font-size: 23px; color: #500000; margin-left: -8px;}
.nav-dropdown-secondary-entry a { color: #500000; text-decoration: underline; }
.nav-dropdown-secondary-entry a:hover { text-decoration: none; }
.nav-dropdown-secondary p, .nav-dropdown-secondary h6 {line-height: 22px;}

/* search */
.search { position: relative; float: left; padding: 2px 0 0 30px; }
.search-toggle { display: block; width: 50px; height: 52px; padding-top: 12px; text-align: center; }
.search-toggle:hover,
.search.open .search-toggle { background: #f0eef2; }
.search .open { display: none; }
.search.open .open { display: inline-block; }
.search.open .closed { display: none; }

.search-body { position: absolute; top: 100%; right: 0; width: 620px; padding: 47px 45px 76px; margin-top: 1px; box-shadow: 3px 3px 5px rgba(0,0,0, .35); }
.search-body h2 { padding-bottom: 18px; letter-spacing: -1px; text-align: center; }

.search.open .search-body { display: block; background: #f0eef2; }


.form-search .form-body { position: relative; }
.search-field { width: 100%; height: 48px; padding: 0 40px 0 6px; border: 1px solid #898989; border-radius: 2px; font-size: 21px; color: #757477; box-shadow: 0 3px 3px rgba(0,0,0, .05); }

.search-btn { position: absolute; top: 8px; right: 0; height: 48px; border: 0; border-radius: 0; padding: 0 8px; background: transparent; }

.burger, .mobile-menu { display: none; }


/* ==========================================================================
	#Search
========================================================================== */
.search-body { display: none; }

/* ==========================================================================
	#Slider
========================================================================== */
.slider { position: relative; }
.slides { list-style: none outside none; }
.slide { position: absolute; left: -9999px; opacity: 0; background-color: #414042; display: none; }
.slide:first-child { position: relative; left: auto; opacity: 1; }
.bx-wrapper .slide { position: relative; left: auto; opacity: 1; }
.slide-image { height: 795px; }
.slide-content-inner { width: 615px; }
.slide-content { position: absolute; top: 0; left: 0; width: 100%; padding-top: 50px; color: #fff; }
.slide-title { padding-bottom: 7px; font-size: 95px; line-height: 0.95; text-transform: uppercase; letter-spacing:-3px; font-weight: normal; letter-spacing: -5px;}
.slide-entry { padding-bottom: 22px; font-size: 20px; line-height: 1.2; }
.slide p {font-family:'Frutiger LT W04_65 Bold', sans-serif; letter-spacing:-.5px; width: 500px;}
.slider-prev,
.slider-next { position: absolute; top: 360px; width: 84px; height: 105px; z-index: 60; padding-top: 18px; background: rgba(65,64,66, .5); text-align: center; cursor: pointer; }
.slider-prev:hover,
.slider-next:hover { background: rgba(46,45,47, .8); }
.slider-prev a,
.slider-next a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; font-size: 0; }
.slider-prev { left: 50%; margin-left: -705px; }
.slider-next { right: 50%; margin-right: -705px; }
.slider-paging { position: absolute; bottom: 210px; left: 0; z-index: 60; width: 100%; text-align: center; }
.slider-paging ul { position: relative; display: inline-block; min-width: 215px; font-size: 0; list-style: none outside none; }
.slider-paging li { display: inline-block; padding: 0 5px; vertical-align: top; }
.slider-paging a { position: relative; display: block; width: 15px; height: 15px; border: 1px solid #fff; border-radius: 50%; }
.slider-paging a:before { display: none; content: ''; position: absolute; bottom: 100%; left: 50%; width: 0; height: 0; border-style: solid; border-width: 12px 7px 0 7px; border-color: #e6e6e6 transparent transparent transparent; margin: 0 0 5px -7px; }
.slider-paging a:hover:before { display: block; }
.slider-paging a:hover + .slider-paging-image { display: block; }
.slider-paging .active { background: #500000; }
.slider-paging a:hover { background: #aeadb0; }
.slider-paging-image { display: none; position: absolute; left: 0; bottom: 100%; width: 100%; padding-bottom: 17px; text-align: center; }
.slider p {font-size: 20px;}
.slider .btn { margin-top: 25px;}


/* ==========================================================================
	#Section
========================================================================== */
.section { padding-top: 25px; padding-bottom: 47px; }
.section .section-head { padding-bottom: 24px; }
.section .section-actions { padding-top: 30px; text-align: center; }

.accordion-head { pointer-events: none; }

/* ==========================================================================
	#Updates
========================================================================== */
.updates { list-style: none outside none; }
.update { overflow: hidden; }
.update ~ .update { padding-top: 16px; }
.update-image { float: left; width: 174px; margin: 3px 22px 0 0; }
.update-image img { width: 100%; height: auto; }
.update-content { overflow: hidden; }
.update a { display: block; color: #414042; }
.update a:hover { color: #2e2d2f; }

/* ==========================================================================
	#Events
========================================================================== */
.events { list-style: none outside none; }
.event ~ .event { margin-top: 19px; }
.event a { display: table; height: 122px; width: 100%; color: #414042; box-shadow: 0 3px 3px rgba(76,76,76, .15); }
.event a:hover { color: #2e2d2f; text-decoration: none; }
.event a:hover .event-date { background: #5c5b5e; }

.event a:hover .event-content { color: #2e2d2f; text-decoration: underline; }
.event-date { display: table-cell; width: 105px; padding-top: 40px; background: #757477; font-size: 14px; color: #fff; text-align: center; height: 116px; }
.event-day { display: block; font-family: 'Frutiger LT W04_55 Roman', sans-serif; font-size: 43px; line-height: 1; font-weight: normal; }
.event-day-small { font-size: 37px; }
.event-content { display: table-cell; vertical-align: middle; padding: 0 20px; background: #f0eef2; width: 265px; }

/* ==========================================================================
	#Spotlight
========================================================================== */
.spotlight a { display: block; position: relative; height: 402px; padding: 33px 15px 20px; background: #4f0000; line-height: 1.7; color: #fff; text-align: center; box-shadow: inset 0 0 76px rgba(80,0,0, .5); }
.spotlight a:before { content: ''; position: absolute; top: 8px; right: 8px; bottom: 8px; left: 8px; z-index: 0; border: 1px solid #fff; }
.spotlight a:hover { background: #370000; text-decoration: none; }
.spotlight h1 { text-transform: uppercase; }
.spotlight img { margin-top: 22px; }

/* ==========================================================================
	#Section Infographics
========================================================================== */
.section-infographics { padding: 45px 0 40px; background: #f0eef2; }

.infographics { font-size: 0; text-align: center; }
.infographic { overflow: hidden; display: inline-block; width: 269px; border: 2px dotted #49484a; border-radius: 50%; margin: 0 75px; font-size: 15px; }
.infographic a { display: table; width: 100%; height: 265px; color: #414042; }
.infographic a:hover { text-decoration: none; }
.infographic strong { display: table-cell; height: 100%; vertical-align: middle; text-transform: uppercase; }


/* ==========================================================================
	.Main
========================================================================== */
.main {
	display: block;
	margin-top: 220px;
	padding-bottom: 40px;
	font-size: 18px;
	line-height: 28px;	
}

a.anchor {
	display:block;
	position:relative;
	top:-140px;
	visibility:hidden;
}
hr {
	border: 0;
    border-bottom: 1px dotted #ccc;
	padding-bottom: 40px;
	margin-bottom: 30px;
}
hr.wide {
	width: 1200px;
}
.main p, .article p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 30px;
}
.main h2 {
	text-transform: uppercase;
	font-family: 'FrutigerLTW01-87ExtraBk', sans-serif;
	font-size: 50px;
	padding: 10px 0 20px 0;
	line-height: 1.1em;
	letter-spacing: -0.5px;
}
.main h2 > strong {
	font-weight: normal;
}
h3, .main h3, .breadcrumb h3, .article h3, .gray h3 {
	font-size: 26px;
	letter-spacing: -1px;
	margin-bottom: .7em;
	font-weight: normal;
}
.gray h3 {
	padding-left: 7px;
}
.main ul, .article ul {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 30px;
	list-style-position: outside;
	padding-left: 20px;	
}
.main ol {

}
.main ul ~ p {
	margin-top: 30px;
}
.main ul li {
	/* margin-bottom: 30px; */
}
.main ul ul {
	margin-bottom: 0px;
	list-style-type: disc;
}
.main ol {
	list-style-position:outside;
	margin:10px 0 30px 36px;
}
.main ol ul {
	list-style-type: disc;
	margin-bottom: 0px;
}

/* ==========================================================================
	Breadcrumbs
========================================================================== */
.breadcrumb {
	margin-top: -17px;
	margin-bottom: 23px;
}
.sfBreadcrumbWrp {
	padding-bottom: -9px;
	border-bottom: 1px dotted #999;
}
.RadSiteMap ul {
	font-size: 14px !important;
	font-family: 'Frutiger LT W04_55 Roman', sans-serif;
	padding-bottom: 19px;
}
.RadSiteMap ul li a.rsmLink {
	color: #757477 !important;
	margin-bottom: -9px;
}
.RadSiteMap ul li:last-of-type > a.rsmLink{
	color: black !important;
}
.sfBreadcrumbNodeSeparator {
	color: #757477 !important;
}
.rsmLink {
	margin-bottom: -9px;
}
.sfNoBreadcrumbNavigation a {
	color: #757477 !important;
}


a.rsmLink:hover {
	text-decoration: underline;
}
.rsmOneLevel .rsmLink:hover {
	background-image: none !important;
	background-color: transparent !important; 
}
.RadSiteMap .rsmFlow {
	padding-bottom: 0px;
}

/* ==========================================================================
	.Article
========================================================================== */
.article a {
	text-decoration: underline;
	color: #4f0000;
	cursor: pointer;
}

/* ==========================================================================
	#Arrow Links
========================================================================== */
a.arrow-link {
	font-size: 14px; 
  	background: url("/assets/arrow.png") 0px 19px no-repeat;
  	padding: 15px 20px 20px 14px;
	text-decoration: none;
}


/* ==========================================================================
	#ByTheNumbers
========================================================================== */
.by-the-numbers { text-align: center; padding-bottom: 36px; padding-top: 10px;}
.by-the-numbers h3 { font-family:'FrutigerLTW01-55Roman', sans-serif; font-size: 60px; color: #500000; font-weight:normal; padding-left: 0px; margin-bottom: 4px; }
.by-the-numbers h3.headline { font-size: 32px; color: #414042; font-weight: normal; padding-top: 32px; padding-bottom: 32px;}
.by-the-numbers h4 { font-size: 18px; text-transform: uppercase; color: #500000;}
.by-the-numbers p { font-size: 18px; }
.by-the-numbers ul { list-style-type: none; list-style-position: outside;}
.by-the-numbers ul li.number {width: 400px; height:230px; border-bottom: none; float: left; margin: 0; padding:0;}
.by-the-numbers ul li.number:nth-child(3n+2) { border-left: 1px dotted #414042; border-right: 1px dotted #414042; }
.by-the-numbers ul li.number .number-content {height:230px; /* width:400px; */ position: relative;}
.by-the-numbers .arrow-holder { position: absolute; bottom: 0; text-align: center; /* width:400px;*/ width: 100%; }
.by-the-numbers .arrow-link { text-align: center;}
.number-prev,
.number-next { position: absolute; top: 1170px; width: 84px; height: 105px; z-index: 60; padding-top: 18px; background: rgba(214,212,216, .5); text-align: center; cursor: pointer; }
.number-prev:hover,
.number-next:hover { background: rgba(117,116,119 .8); }
.number-prev a,
.number-next a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; font-size: 0; }
.number-prev { left: 50%; margin-left: -705px; }
.number-next { right: 50%; margin-right: -705px; }



/* ==========================================================================
	.Forms
========================================================================== */
input, textarea {
	background: #F0EEF2;
	padding: 10px 20px 10px 20px;
	border: 0px;
	border-radius: 2px;
	font-size: 12px;
	color: #2e2d2f;
	margin: 10px 0 10px 0;
}
input[type="text"] {
	height: 40px;
}
textarea {
	width: 90%;
}
label {
	padding: 10px;
}
input[type="button"], input[type="submit"] {
	min-width: 240px;
	height: 60px;
}
.sfDropdownList {
	display: block;
}
.RadUpload .ruFileWrap {
	height: 40px;
	color: white;
}
.RadUpload_Default .ruButton {
	background-image: none;
}
.RadUpload .ruButton {
	background-color: #500000;
	font-size: 12px;
	color: white;
	padding: 2px 20px 2px 20px !important;
}



/* ==========================================================================
	.Sidebar
========================================================================== */
.sidebar {
	background-color: #F0EEF2;
	padding: 20px 20px 20px 20px;
	margin-top: 19px;
	font-size: 15px;
}
.sidebar.sidebar-white {
	background-color: white;
	padding-top: 35px;
	padding-left: 0px;
	padding-right: 0px;
}
.sidebar h3 {
	font-size: 26px;
	letter-spacing: -1px;
	font-weight: normal;
	margin-bottom: 11px;
}
.sidebar ul {
	font-size: 15px;
	padding-left: 10px;
	padding-top: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	list-style-type: none;
}
.sidebar ul li {
	border-bottom: 1px dotted #acacac;
	margin-bottom: 8px;
	margin-left: -6px;
	padding-bottom: 8px;
	padding-left: 12px;
}
.sidebar.sidebar-white ul li {
	color: #414042;
}
.sidebar ul li:last-of-type {
	/*border-bottom: none;
	padding-bottom: 0px;*/
	margin-bottom: 16px;
}
.sidebar p {
	font-size: 15px;
	line-height: 1.6em;
	margin-bottom: auto;
}

/* Tables */
.table { width: 100%; }
.table > thead > tr > th, 
.table > tbody > tr > th, 
.table > tfoot > tr > th, 
.table > thead > tr > td, 
.table > tbody > tr > td, 
.table > tfoot > tr > td { border: 0; padding: 14px 15px 14px 13px;}
.table > tbody > tr > td { font-size: 16px; line-height: 24px; border: 1px solid #757477; /* padding-left:0px; */ vertical-align: top; }
.table > tbody > tr > th { background-color: #F0EEF2; border: 1px solid #757477; font-family: 'FrutigerLTW01-87ExtraBk', sans-serif; font-weight: normal; }
.table > tbody > tr > th > strong {font-weight: normal; }
/* Collapse */
.collapse {
	background: #F0EEF2;
	margin-bottom: 40px;
}
.collapse h3 {
	margin-bottom: 0px;
	line-height: 38px;
	font-size: 26px; 
}
.collapse h3 a {
  background: url("/assets/plus.png") 98% 11px no-repeat;
  display: block;
  padding: 11px 68px 11px 20px;
  /*padding-left: 20px;*/
  margin: 0;
  color: #414042;
  text-decoration: none;
  border-top: 10px solid white;
}
.collapse h3.open a {
  background: url("/assets/minus.png") 98% 14px no-repeat;	
}
.collapse h3:first-of-type {
  border-top: 1px solid white;
}

.collapse > p, .collapse > div {
 padding: 0px 20px 25px 20px;
}
.collapse ul {
	margin-bottom: 10px;
}
.collapse p {
 /* margin-bottom: 0px;*/
}



/* Sections */

.gray {
	background-color: #F0EEF2;
	padding: 20px 0 20px 0;
	margin-bottom: 50px;
}
.gray.no-padding {
	padding-top: 10px;
	padding-bottom: 60px;
	margin-bottom: 0px;
}
.gray ul {
	list-style: none;
}
.gray h3.contact-header {
	padding-bottom: 0px;
	margin-bottom: 10px;
}
.gray p.smaller {
	font-size: 15px;
	line-height: 23px;
}
p.smaller {
	font-size: 15px;
	line-height: 23px;
}
.gray ul li  {
	border-bottom: 1px dotted #ACACAC;
	margin-bottom: 8px;
	margin-left: -6px;
	padding-bottom: 12px;
	padding-left: 12px;
}

p.photo-credit {
	font-size: 14px;
	text-align: right;
}
p.photo-credit.left {
	text-align: left;
}
.faculty-top {
	padding-top: 40px;
	margin-top: -35px;
	padding-bottom: 55px;
}
.gray.faculty-top ul li {
	border-bottom: none;
}
.collapser-container {
	text-align: right;
	font-size: 15px;
}

.formal-title {max-width: 780px;}
.get-to-know p:nth-child(odd) {
    margin-bottom: 0px;
}
.faculty-bio p:last-child {margin-bottom: 10px}

a.collapser {
	text-decoration: none;
}
.faculty-top h3 {
	font-size: 26px;
	line-height: 32px;
	letter-spacing: -1px;
	margin-bottom: .7em;
	font-weight: normal;
}
img.faculty-img {
	max-width: 100%;
}

.faculty-quote h3 {
	margin-top: 22%;
}
h3.long {
	margin-top: 8%;
}
h3.longer {
	margin-top: 0%;
}
h3.longest {
	margin-top: 0%;
	font-size: 20px;
	line-height: 28px;
}
.faculty-title h2 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.faculty-title h3 {
	margin-top: -5px;
	padding-top: 0px;
}
ul.faculty-list {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 0px;
}
ul.faculty-list li {
	font-size: 17px;
	padding-bottom: 34px;
	border-bottom: none;
}
ul.faculty-list li img {
	padding-top: 6px;
}
ul.faculty-list a {
	text-decoration: none;
}
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.9375rem;
}
ul.faculty-list.block-grid-3 {
	margin-left: -60px;
}
ul.faculty-list li.grid-item {
	width: 360px;
	display: block;
	float: left;
	margin-right: 60px;
}
li.grid-item h4 {
	font-size: 18px;
	padding-top: 14px;
}
li.grid-item p {
	color: #414042;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 0px;
}
li.grid-item ul.sfTagsList {
	font-size: 14px;
	color: #414042;
	margin-bottom: 0px;
	padding-left: 0px;
}
li.grid-item ul.sfTagsList li {
	display: inline;
	font-size: 14px;
	color: #414042;
	padding-bottom: 18px;
}
li.grid-item ul.sfTagsList li span {
	margin-right: -3px;
}
li.grid-item ul.sfTagsList li::after { 
    content: ", ";
}
li.grid-item ul.sfTagsList li:last-child::after {
	content: none;
}



ul.faculty-list li.grid-item:nth-of-type(3n + 1) {
  clear: both;
}
 ul.faculty-list li.grid-item:nth-of-type(3n) {
  margin-right: 0px;
}


/* News and Events List */
ul.sfnewsList, ul.sfeventsList {
	list-style-type: none;
	list-style-position: outside;
	padding-left: 0px;
}
ul.sfnewsList, ul.sfeventsList li {
	border-bottom: none;
}
ul.sfnewsList.thumb-summary li {
	height: 144px;
	padding-bottom: 20px;
}
ul.sfeventsList.boxed-events li {
	height: 144px;
	padding-bottom: 20px;
}
img.alignright {
    float: right;
margin: 0 0 20px 20px;
}

img.alignleft {
    float: left;
margin: 0 20px 20px 0;
}

.news-sidebar {
float: right; 
margin: 0 0 20px 20px; 
background-color: #ededed; 
border: 1px solid #dcdcdc; 
padding: 10px;	
font-size: .85em;
color: #444;
text-align:center;
}

.news-sidebar.left {
float: left;
margin: 0 20px 20px 0;	
}

.news-sidebar img {
display: block;	
margin-bottom: 10px;
}

.practice-areas a {
	font-weight: bold;
	text-decoration: none;
}
.practice-areas img {
	padding-bottom: 26px;	
}
.bottom {
	margin-bottom: 60px;
}
.bottom ul li  {
	border-bottom: 1px dotted #ACACAC;
	margin-bottom: 8px;
	margin-left: -6px;
	padding-bottom: 12px;
	padding-left: 12px;
}
.bottom ul li a {
	text-decoration: none;
}

/* ==========================================================================
	#Parallax sections
========================================================================== */
.section-divider {
  width: 100%;
  height: 475px;
  background-color: #1c1f26;
  position: relative;
  color: white;
  text-align: center;
}
.section-divider.department.alternate {
	/* margin-top: 160px;*/
	height: 200px;
}
.section-divider h2 {
	color: white;
	font-size: 95px;
	font-weight: normal;
	line-height: 0.95; text-transform: uppercase; letter-spacing:-5px;	
	padding-top: 86px;
		font-family: 'FrutigerLTW01-87ExtraBk', sans-serif;
}
.section-divider.department h2 {
	width: 575px;
	padding-top: 60px;
}

.section-divider.department h2.smaller {
	width: 700px;
	padding-top: 60px;
	font-size: 68px;
	letter-spacing: -3px;
}
.section-divider.department h2.lower {
	padding-top: 80px;
}
.section-divider.department p {
	width: 590px;
	font-family:'Frutiger LT W04_65 Bold', sans-serif; letter-spacing:-.5px;
	font-size: 20px;
}
.section-divider.first {
	margin-top: -36px;
}
.section-divider .text-container {
	height: 470px;
	width: 1200px;
	vertical-align: middle;
	position: relative;
	margin: 0 auto;
	text-align: left;
}
.text-container p.caption {
	text-align: right;
	padding-top: 442px;
	font-size: 14px;
	line-height: 24px;
}
p.caption.two-line {
	padding-top: 412px;
}
p.caption.three-line {
	padding-top: 382px;
}
p.caption-white {
	text-shadow: 2px 2px #414042;
}
.bg1, .bg2, .bg3, .bg4, .bg5 {
  background-attachment: fixed!important;
  width: 100%;
  height: 475px;
  margin: 0 auto;
  position: absolute;
  background-size: 120%;
  background-size: cover!important;
  -webkit-background-size: cover!important;
}


/* ==========================================================================
	#Calendar
========================================================================== */
.RadScheduler_Metro .rsHeader {
  border: 1px solid #500000;
  color: #fff;
  background-color: #500000;
}
.RadScheduler .rsHeader {
	z-index: 90;	
}
.RadScheduler_Metro {
  color: black;
  font: normal 12px/14px 'Frutiger LT W04_55 Roman', sans-serif;
}
.RadScheduler_Metro .rsHeader h2 {
	padding-top: 0px;
	text-transform: uppercase;
}
.sfcalendarSidebar {
	display: none;
}

/* ==========================================================================
	Mobile Section Nav
========================================================================== */
.mobile-section-nav { display: none;}



/* ==========================================================================
	Search Box
========================================================================== */

.sfsearchBox {
	border: none;
}
.sfsearchSubmit {
	height: 40px !important;
	padding-top: 10px !important;
}

.sf_pagerNumeric a {
	padding-right: 10px;
}

/* ==========================================================================
	News and Events
========================================================================== */

h3.sfnewsTitle a, p.sfnewsTitle a, p.sfeventTitle a {
	text-decoration: none;
}
h3.sfeventTitle a {
	text-decoration: none;
}
p.sfnewsTitle {
	font-size: 15px;
	line-height: 20.25px;
}
.news-image {
	float: left;
	margin-right: 20px;
}

/* ==========================================================================
	Code Maroon
========================================================================== */
.codeMaroon img {
	float: left;
	padding-right: 20px;
}
ul.codeMaroon-list {
	padding-left: 0px;
}
ul.codeMaroon-list li {
	display: none;
	list-style-type: none;
}
ul.codeMaroon-list li:first-child {
display: inline-block;
background: #5B0627 none repeat scroll 0% 0%;
padding: 20px 20px 20px 20px;
margin: 20px 0px 0px 0px;
color: #FFF;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
width: 100%;
}
ul.codeMaroon-list li.codeMaroon-items-homepage:first-child {
    margin-top: 180px;
	margin-bottom: -180px;
	padding-left: 10%;
	padding-right: 10%;
}

/* ==========================================================================
	Library 
========================================================================== */

.dates-header {
  background: #500000;
  text-align: center;
  font-weight: bold;
  color: white;
  font-size: 16px;
}
.hours-row {
  background: #F0EEF2;
  text-align: center;
  font-size: 15px;
  padding-bottom: 20px;
}
.hours-row ul {
  list-style: outside none none;
  padding: 10px 0 10px 0;
  margin-bottom: 0;
  padding-left: 0;
  display: table;

}
.hours-row ul li {
  display: block;
  float: left;
  padding-left: 90px;
  font-size: 15px;
}
ul.library-tabs {
  list-style: outside none none;
  padding: 10px 0 10px 0;
  margin-bottom: 0;
  padding-left: 0;
  display: table;
}
ul.library-tabs li {
  display: block;
  float: left;
  width: 260px;
  font-size: 15px;
  background-color: #F0EEF2;
  padding: 5px 0px 5px 10px;
	color: #414042;
	text-align: center;
}
ul.library-tabs li.active {
  background: #500000;
  color: white;

}
ul.library-tabs li > a, ul.library-tabs li > a:visited {
  text-decoration: none;
  
}
.library-search-tab {
background-color : #F0EEF2;
margin-top: -7px;
margin-bottom: 30px;
padding: 20px;
  
}
ul.library-quick-links {
	list-style: outside none none;
	display: table;
}
ul.library-quick-links li {
	display: block;
	float: left;
	padding-right: 50px;
	padding-top: 24px;
	font-size: 15px;
}
ul.library-quick-links li > a {
	text-decoration: none;
}

/* ==========================================================================
	Tabs
========================================================================== */
.tabs {
	overflow: hidden;
}
.tab {
    display: block;
    float: left;
	font-size: 15px;
}
a.tab {
	text-decoration: none;
}
.fs-tabs-tab.fs-tabs-enabled {
    box-sizing: border-box;
    border: none;
    cursor: pointer;
}
.tab, .fs-tabs-tab.fs-tabs-enabled {
    background: #F0EEF2;;
    border: 2px solid white;
    color: #3F4042;
    font-size: 16px;
    line-height: 40px;
    margin: 2px 2px 2px 0;
    padding: 0 20px;
}
.fs-tabs-tab.fs-tabs-active {
    background: #500000;
	color: white;
}
.fs-tabs-content.fs-tabs-active {
    display: block;
}
.fs-tabs-content {
    background: #F0EEF2;
    border-radius: 3px;
    padding: 5px 20px;
	font-size: 15px;
	margin-bottom: 40px;
}



/* ==========================================================================
	#Footer
========================================================================== */
.footer { padding: 43px 0 30px; background: #414042; color: #f0eef2; font-size: 14px; line-height: 2.4; margin-top: 40px;}
.footer a { color: #f0eef2; }

.footer-links { padding-bottom: 33px; }
.footer-links ul { margin: 0 -9px; list-style: none outside none; }
.footer-links ul:after { display: table; clear: both; content: ''; }
.footer-links li { float: left; width: 16.66%; padding: 0 9px; }
.footer-links a { display: block; }

.footer-cols { overflow: hidden; }
.footer-col { float: left; width: 306px; padding-right: 20px; }
.footer-col-small { width: 277px; }

.footer-nav ul { list-style: none outside none; }

.socials-label { display: block; padding-bottom: 15px; }
.socials ul { list-style: none outside none; font-size: 0; }
.socials li { display: inline-block; font-size: 15px; vertical-align: middle;}
.socials li + li { padding-left: 17px; }

.copyright { padding-top: 82px; }

@media(min-width: 1023px){
	.accordion-body { display: block !important; }

	/* header fixed */
	.header-fixed { height: 124px; padding-bottom: 64px; }
	.header-fixed .header-body { padding-top: 0; padding-right: 104px; }
	.header-fixed .search { padding-left: 0; }
	.header-fixed .logo { height: 124px; padding-top: 10px; box-shadow: none;}
	.header-fixed .nav > ul > li > a { height: 64px; }
	.header-fixed .nav > ul > li + li { padding-left: 15px; }
	.header-fixed .nav-utilities { position: absolute; top: 6px; right: 50%; z-index: 120; margin-right: -600px; width: 100px; }
	.header-fixed .nav-utilities-toggle { position: relative; display: block; padding: 7px 10px 10px; background: #757477; font-family: 'FrutigerLTW01-87ExtraBk', sans-serif; cursor: pointer; }
	.header-fixed .nav-utilities-toggle:hover { background: #5c5b5e; }
	.header-fixed .nav-utilities-toggle:before { content: ''; position: absolute; top: 14px; right: 5px; width: 0; height: 0; border-style: solid; border-width: 6px 5px 0 5px; border-color: #fff transparent transparent transparent; }
	.header-fixed .nav-utilities ul { display: none; position: absolute; top: 100%; right: 0; width: 200px; margin-top: 1px; box-shadow: 3px 3px 5px rgba(0,0,0, .35); }
	.header-fixed .nav-utilities.open ul { display: block; }
	.header-fixed .nav-utilities li { float: none; }
	.header-fixed .nav-utilities a { display: block; }

}
/* ==========================================================================
	#Media Queries
========================================================================== */
/* small desktops */
@media(max-width: 1430px){
	/* ==========================================================================
		#Slider
	========================================================================== */
	.slide-content .shell { width: 1000px; }
	.slider-prev { margin-left: -600px; }
	.slider-next { margin-right: -600px; }

	/* ==========================================================================
		#Infographics
	========================================================================== */
	.infographic { margin: 0 50px; }
	

}

@media(max-width: 1230px){
	/* ==========================================================================
		#Containers
	========================================================================== */
	.shell { width: 1000px; }
	.no-mobile { display: none; }

	.medium-only { display: block; }
	.mobile-only { display: block; }
	
	/* ==========================================================================
		#General
	========================================================================== */
	.cols { margin: 0 -10px; }
	.col { padding-left: 10px; padding-right: 10px; }

	/* ==========================================================================
		#Header
	========================================================================== */
	.logo { margin-left: -500px; }
	
	.nav > ul > li + li { padding-left: 3px; }

	.nav-dropdown > .shell > ul > li > a { padding: 10px 8px 0; }
	
	.nav > ul > li > a { padding: 12px 4px 0; }
	.current-students.nav-dropdown > .shell > ul > li > a { display: block; padding: 10px 9px 0; height: 60px; color: #fff; }
	.employers.nav-dropdown > .shell > ul > li > a { display: block; padding: 10px 21px 0; height: 60px; color: #fff; }
	.faculty-staff.nav-dropdown > .shell > ul > li > a { display: block; padding: 10px 4px 0px;; height: 60px; color: #fff; }
	.former-students.nav-dropdown > .shell > ul > li > a { display: block; padding: 10px 18px 0; height: 60px; color: #fff; }
	.media.nav-dropdown > .shell > ul { float: left;padding-left: 220px; }

	.header-fixed .nav-utilities { margin-right: -500px; }
	.header-fixed .nav > ul > li + li { padding-left: 0; }
	.header-fixed .nav > ul > li > a { padding: 12px 14px 0; }

	/* ==========================================================================
		#Slider
	========================================================================== */
	.slide-content .shell { width: 800px; }
	.slider-prev { margin-left: -500px; }
	.slider-next { margin-right: -500px; }

	/* ==========================================================================
		#Buttons
	========================================================================== */
	.btn { font-size: 14px; }

	/* ==========================================================================
		#Infographics
	========================================================================== */
	.infographic { margin: 0 20px; }

	/* ==========================================================================
		#Spotlight
	========================================================================== */
	.spotlight img { margin-top: 0; }

	/* ==========================================================================
		#Updates
	========================================================================== */
	.update ~ .update { padding-top: 21px; }
	.update-image { width: 160px; }

	/* ==========================================================================
		#Footer
	========================================================================== */
	.footer-col { width: 265px; padding-right: 10px; }
	.footer-col-small { width: 202px; }
	.socials li + li { padding-left: 10px; }
}

/* tablet */
@media(max-width: 1023px){
	/* ==========================================================================
		#Containers
	========================================================================== */
	.shell { width: 740px; }
	.container { padding-top: 20px; }
	.wrapper-inner { padding-top: 80px; }
	.main { margin-top: 60px; }
	.home-slider {margin-top: 60px;}
	.sfPublicWrapper { overflow: hidden;}
	.overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 990; background: transparent; }

	/* ==========================================================================
		#General
	========================================================================== */
	.cols { margin: 0; }
	.col-1of4,
	.col-1of3 { float: none; width: auto; }

	.tablet-show { display: block; }
	.tablet-hide { display: none; }
	
	/* ==========================================================================
		Code Maroon
	========================================================================== */
	
ul.codeMaroon-list li.codeMaroon-items-homepage:first-child {
    margin-top: 60px;
	margin-bottom: -60px;
}


.by-the-numbers h3.headline { font-size: 26px; }
/* ==========================================================================
	#ByTheNumbers
========================================================================== */
.by-the-numbers { text-align: center; padding-bottom: 36px; padding-top: 10px;}
.by-the-numbers h3 { font-family:'FrutigerLTW01-55Roman', sans-serif; font-size: 48px; color: #500000; font-weight:normal; padding-left: 0px; }
.by-the-numbers h3.headline { font-size: 26px; color: #414042; font-weight: normal; padding-top: 32px; padding-bottom: 32px;}
.by-the-numbers h4 { font-size: 16px; text-transform: uppercase; color: #500000;}
.by-the-numbers p { font-size: 16px; }
.by-the-numbers ul { list-style-type: none; list-style-position: outside;}
.by-the-numbers ul li.number {width: 400px; height:230px; border-bottom: none; float: left; margin: 0; padding:0;}
.by-the-numbers ul li.number:nth-child(3n+2) { border-left: none; border-right: none; }
.by-the-numbers ul li.number .number-content {height:230px; /* width:400px;*/ position: relative;}

	/* ==========================================================================
		#Header
	========================================================================== */
	.header { height: 60px; background: #500000; position: fixed !important;}
	.header-bar { display: none; }
	.header-body { display: none; position: absolute; top: 100%; left: 0; width: 200%; max-height: calc(100vh - 120px); padding-top: 20px; background: #414042; border-top: 1px solid #000; overflow-y: auto; box-shadow: 3px 3px 5px rgba(0,0,0, .35);
		-webkit-transition: 300ms left; 
		     -o-transition: 300ms left; 
		        transition: 300ms left; 
	}
	.nav-open { display: block; }
	
	.nav { float: none; width: 50%; }
	.nav > ul > li { float: none; border-bottom: 1px solid #000; }
	.nav > ul > li + li { padding: 0; }
	.nav > ul > li > a { position: relative; height: 47px; }
	.nav > ul > li > a br { display: none; }
	.nav > ul > .current > a,
	.nav > ul > .has-dropdown:hover > a { background: transparent; }

	.nav > ul > .has-dropdown > a:before { content: ''; position: absolute; top: 18px; right: 15px; width: 0; height: 0; border-style: solid; border-width: 6px 5px 0 5px; border-color: #fff transparent transparent transparent; }
	.nav > ul > .has-dropdown.open > a:before {
		-webkit-transform: rotate(-180deg); 
		    -ms-transform: rotate(-180deg); 
		     -o-transform: rotate(-180deg); 
		        transform: rotate(-180deg); 
	}

	.nav-dropdown { position: static; height: auto; margin-top: 0; }
	.nav-dropdown br { display: none; }
	.nav-dropdown > .shell > ul { float: none; }
	.nav-dropdown > .shell > ul > li { float: none; }
	.nav-dropdown > .shell > ul > li + li { border-top: 1px dotted #414042; background: transparent; }
	.nav-dropdown > .shell > ul > li > a { height: 40px; }
	.nav-dropdown > .shell > ul > li:hover .nav-dropdown-secondary { display: none; }
	.nav-dropdown > .shell > ul > li.open .nav-dropdown-secondary { display: block; position: absolute; left: 50%; width: 50%; top: 0; margin-top: -1px; }
	.nav-dropdown-secondary-open { left: -100%; }
	.nav-dropdown-secondary .col { padding-bottom: 20px; }

	.logo {width: 150px; height: 60px; padding-top: 10px; margin-left: -370px; box-shadow: none; }
	.logo .tablet-show { display: inline-block; }

	.burger { position: absolute; top: 17px; right: 15px; display: block; width: 50px; height: 40px; }
	.burger:before,
	.burger:after { position: absolute; left: 0; width: 100%; height: 8px; background: white; content: ''; }
	.burger:before { top: 0; box-shadow: 0 16px white; }
	.burger:after { bottom: 0; }

	.link-dropdown-back { display: block; margin-bottom: 20px;  }

	/* mobile hover states reset */
	.nav > ul > .current .nav-dropdown,
	.nav > ul > li:hover .nav-dropdown { display: none; }
	.nav > ul > .current > a,
	.nav > ul > .has-dropdown:hover > a { background: transparent; color: #aeadb0; }
		
	.search { /* float: none; */ width:220px; padding: 10px 10px 19px; margin: 0px 0px 0px -24px; background: #f0eef2; }
	.search-toggle { display: none; }
	.search-body { display: block; position: static; width: 100%; }
	.search-body h2 { color: #aeadb0; }
	
/* ==========================================================================
		mobile-menu
	========================================================================== */
	.wrapper { overflow: hidden; }
	.sfPublicWrapper { 
		/* position: relative; */
	}
 	/*.mobile-fixed { position: fixed; } */
	.mobile-section-nav { display: block; padding-top: 34px;}
	.mobile-section-nav > ul {padding-left: 0px; margin: -10px -14px;}
	.mobile-section-nav > ul.mobile-nav-list > li  { display: none; padding: 10px; font-size: 16px; list-style-type: none; }


	
	
	
	.mobile-section-nav > ul.mobile-nav-list > li > ul > li  { padding: 10px; font-size: 16px; margin: -2px -10px 0px -30px; list-style-type: none; /*border-top: 1px solid #999;*/ padding-top: 18px; }
	.mobile-section-nav > ul.mobile-nav-list > li > a { padding-bottom: 8px;}
	.mobile-section-nav > ul.mobile-nav-list > li a { color: #4D4C4E; text-decoration: none; }
	.mobile-section-nav > ul.mobile-nav-list > li.sfSel { display: block; } 
	.mobile-section-nav > ul.mobile-nav-list > li.sfSel  > ul > li > ul { display: none; }
	.mobile.section.nav ~ li.collapse { margin-bottom: 0px;}
	
	.mobile-section-nav > ul.mobile-nav-list > li.collapse > a > a {
  		background: url("/assets/burger.png") 100% -8px no-repeat;
  		display: block;
		width: 100%;
  		margin: 0;
  		color: #414042;
  		text-decoration: none;
}
	.sfPublicWrapper.menu-visible .overlay { display: block; }
/*	.mobile-menu { position: absolute; top: 0; right: -220px; width: 220px; height: 100%; padding: 5px 10px; z-index: 999; display: block; background: #474747; font-family: 'Futura Book', sans-serif; }*/
	.search-mobile { width: 160px; padding: 0; }
	.search-mobile .search-btn { display: none; }
	.search-mobile .search-field { background: #e6e4e5; border: 0; }
	
	
	.nav-mobile { font-size: 12px; }
	.nav-mobile ul { padding: 13px 0; margin: 0; list-style: none outside none; }
	.nav-mobile ul + ul { border-top: 1px dotted #959595; }
	.nav-mobile a { color: #535152; }
	.nav-mobile li { padding: 5px 10px; }

	.sidebar-close { position: absolute; top: 8px; right: 17px; width: 16px; height: 16px; }
	.sidebar-close:before,
	.sidebar-close:after { position: absolute; top: 0; width: 22px; height: 1px; background: #474747; content: '';
		
	}
	.sidebar-close:before { left: 0;
		-webkit-transform: rotate(45deg); 
		    -ms-transform: rotate(45deg); 
		     -o-transform: rotate(45deg); 
		        transform: rotate(45deg);

        -webkit-transform-origin: 0 0; 
		   -moz-transform-origin: 0 0; 
		    -ms-transform-origin: 0 0; 
		     -o-transform-origin: 0 0; 
		        transform-origin: 0 0; 
	}
	.sidebar-close:after { right: 0;
		-webkit-transform: rotate(-45deg); 
		    -ms-transform: rotate(-45deg); 
		     -o-transform: rotate(-45deg); 
		        transform: rotate(-45deg);

        -webkit-transform-origin: 100% 100%; 
		   -moz-transform-origin: 100% 100%; 
		    -ms-transform-origin: 100% 100%; 
		     -o-transform-origin: 100% 100%; 
		        transform-origin: 100% 100%; 
	}


.mobile-menu {
	display: none;
	position: fixed;
	left: 100%;
	top: 0px;
	width: 220px;
	height: 100%;
	padding: 15px 25px;
	margin: 0;

	list-style: none;
	background: #757477;
	z-index: 10; /* Make sure the z-index is lower than the #page */
}
ul.mobile-audience {
	list-style-type: none;
	background: #414042;
	padding: 0;
	margin: -24px;
}
ul.mobile-audience li {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  float: left;
  height: 70px;
  color: white;
  padding: 20px 12px;
  text-transform: uppercase;
  font-family: 'FrutigerLTW01-87ExtraBk', sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.4px;
  background-color: #414042;
  border-bottom: 1px solid #2E2D2F;
  border-right: 1px solid #2E2D2F;
}
ul.mobile-audience li.active {
	background-color: black;
}
ul.mobile-audience li > a, ul.mobile-audience li > a:visited {
	text-decoration: none;
	color: white;
}
ul.mobile-audience li.former {
	padding-top: 8px;
}
.btn.btn-mobile.half {
	width: 50%;
	float: left;
}
.mobile-links-box {
	clear:both; 
}
ul.mobile-links {
	list-style-type: none;
	color: white;	
	margin-left: -24px;
}

ul.mobile-links li {
	font-family: "Frutiger LT W04_65 Bold", sans-serif;
	min-height: 55px;
	border-bottom: 1px solid #2E2D2F;
	margin: 0px;
	padding: 20px;
	width: 220px;
}
ul.mobile-links li > a, ul.mobile-links li > a:visited {
	color: white;
	text-decoration: none;
	
}
	.sfPublicWrapper { 
		position: relative;
/*
		-webkit-transform: translateX(0); 
		    -ms-transform: translateX(0); 
		     -o-transform: translateX(0); 
		        transform: translateX(0); 
		
		-webkit-transition: 0.3s; 
		     -o-transition: 0.3s; 
		        transition: 0.3s; */
	}
	.sfPublicWrapper.menu-visible {
		overflow: visible;
		-webkit-transform: translateX(-220px); 
		    -ms-transform: translateX(-220px); 
		     -o-transform: translateX(-220px);
		        transform: translateX(-220px);
	}
.sfPublicWrapper.menu-visible * .mobile-menu {
	display: inline;
}
.sfPublicWrapper.menu-visible * .header {
	position: fixed !important;
}

.mobile-section-nav.bumped {
  margin-top: 64px;
  margin-bottom: -83px;
  padding-left: 10px;
  padding-right: 10px;
}


.mobile-box-black {
	background: black;
	color: white;
	margin-top: -30px;
	padding-bottom: 20px;
}
.mobile-box-black h2 {
font-size: 28px;
}
.mobile-box-black p {
font-size: 15px;
line-height: 22px;
}


	/* ==========================================================================
		#Slider
	========================================================================== */
	.slider-controls, .numbers-controls { display: none;}
	.slide-content .shell { width: 500px; }
	.slide-content-inner { width: auto; }
	.slider-prev { margin-left: -360px; }
	.slider-next { margin-right: -360px; }
	.slider-paging { bottom: 50px; }
	.slide-title { font-size: 48px; letter-spacing:-2px; }
	.slide-content { left:-123px; }

	/* ==========================================================================
		Section Dividers
	========================================================================== */
.bg1, .bg2, .bg3, .bg4, .bg5 {
  background-attachment: fixed !important;
  background-size: contain !important;  
}

.section-divider h2 {
	color: white;
	font-size: 48px;
	font-weight: normal;
	line-height: 0.95; text-transform: uppercase; letter-spacing:-3px;	
	padding-top: 86px;
		font-family: 'FrutigerLTW01-87ExtraBk', sans-serif;
}
.section-divider.department h2 {
	width: 320px;
	padding-top: 60px;
}
.section-divider.first {
  margin-top: 8px;
}
.text-container {
	padding-left: 10%;
}
.section-divider.department h2.smaller {
	width: 320px;
	padding-top: 60px;
	font-size: 48px;
	letter-spacing: -3px;
}
.section-divider.department h2.lower {
	padding-top: 80px;
}
.section-divider.department p {
	width: 320px;
	font-family:'Frutiger LT W04_65 Bold', sans-serif; letter-spacing:-.5px;
	font-size: 16px;



	/* ==========================================================================
		#Section
	========================================================================== */
	.section { padding: 20px 0; }
	.accordion-section { padding: 0; border: solid #414042; border-width: 1px 0;
		-webkit-transform: translate3d(0,0,0); 
		    -ms-transform: translate3d(0,0,0); 
		     -o-transform: translate3d(0,0,0); 
		        transform: translate3d(0,0,0); 
	}
	.accordion-section ~ .accordion-section { margin-top: -1px; }
	.accordion-section .section-head { padding: 20px 0; position: relative; cursor: pointer; }
	.accordion-section .section-head:before,
	.accordion-section .section-head:after { position: absolute; content: ''; background: #414042; }
	.accordion-section .section-head:before { top: 40px; right: 15px; width: 25px; height: 5px; }
	.accordion-section .section-head:after { top: 30px; right: 25px; width: 5px; height: 25px; }
	.accordion-section .section-body { padding: 0 0 20px; }
	.accordion-section.open .section-head:after { display: none; }
	.accordion-head { pointer-events: all; } 

	.accordion-body { display: none; }

	/* ==========================================================================
		#Infographics
	========================================================================== */
	.infographic { width: 232px; margin: 0 10px; }
	.infographic a { height: 230px; }

	/* ==========================================================================
		#Spotlight
	========================================================================== */
	.spotlight a { height: auto; padding-bottom: 30px; }

	/* ==========================================================================
		#Footer
	========================================================================== */
	.footer-links ul { margin: 0 -2px; }
	.footer-links li { padding: 0 2px; }
	.footer-links a { padding: 9px 3px 10px; font-size: 12px; }

	.footer-col { width: 320px; padding-bottom: 20px; }
	.footer-col:nth-child(2n+1) { clear: both; }

	.copyright { padding-top: 20px; }
}

/* mobile */
@media(max-width: 767px){
	/* ==========================================================================
		#Base
	========================================================================== */
	h2 { font-size: 24px; }
	.phone-only { display: block; }
	
	.mobile-section-nav { padding-top: 20px;}
	/* ==========================================================================
		#Containers
	========================================================================== */
	.shell { width: auto; padding: 0 15px; }
	.main { margin-top: 80px; }

	/* ==========================================================================
		#Header
	========================================================================== */
	.logo { margin-left: 16px; left: 0; }

	.nav-dropdown-secondary-entry { padding: 10px 0 0; font-size: 16px; }

	.burger { height: 20px; width: 26px; }
	.burger:before,
	.burger:after { height: 4px; }
	.burger:before { box-shadow: 0 8px white; }
	
	.search { /* margin: -8px 6px 0px -20px; padding: 6px; */ }
	.search h2 { font-size: 18px; text-align: left; }
	.search-body { padding: 0; box-shadow: none; }
	.search-field { height: 45px; font-size: 15px; }

	/* ==========================================================================
		#Buttons
	========================================================================== */
	.btn { width: 100%; }

/* ==========================================================================
		Tables
	========================================================================== */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /* border: 1px solid #dddddd; */
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /*
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  */

  /* ==========================================================================
  		Tabs
	========================================================================== */
.fs-tabs-tab_mobile.fs-tabs-mobile, .fs-tabs-tab_mobile.fs-tabs-mobile.fs-tabs-active {
    display: block;
}
.fs-tabs-tab_mobile.fs-tabs-enabled {
    width: 100%;
}


	/* ==========================================================================
		#Slider
	========================================================================== */

	.slide-image { height: 400px; }
	.fullsize-image {background-size: contain;}
	.slide-content .shell { width: auto; }
	.slide-title { font-size: 29px; letter-spacing:-2px; }
	.slide-entry { font-size: 14px; }
	.slider p {font-size: 16px;}
	.slide p {width: auto;}
	.slide .btn {background: none; display: inline-block; border: none; text-align: left; box-shadow: 0px; margin-top: 23px; padding: 0px; width:auto; min-width: 0px; font-size: 15px; }
	.slide .btn::after {content:" >";}
	.slide .btn:hover {background: none;}
	.slide-controls { display: none; }
	.slider-paging { bottom: 15px; }
	.slider-paging a:hover:before,
	.slider-paging a:hover + .slider-paging-image { display: none; }
	.slider-paging a:hover { background: #500000; }
	.slide-content-inner { width: 102%; background-color: black; margin-left: 0px; position: absolute; margin-right: -20px; top: 160px; left:120px; padding: 20px; z-index: 99999; height: 281px;}
	  

	/* ==========================================================================
		#Sections
	========================================================================== */
	.accordion-section .section-head { padding: 10px 0; }
	.accordion-section .section-head:before{ top: 25px; width: 21px; height: 3px; }
	.accordion-section .section-head:after { top: 17px; right: 24px; width: 3px; height: 20px; }

	/* ==========================================================================
		Section Divider
	========================================================================== */
	
	.bg1, .bg2, .bg3, .bg4, .bg5 {
		background-attachment: fixed!important;
		background-size: contain !important;  
		height: 320px;
	}
.section-divider {
	height: 350px;
}
.section-divider.howdy {
	height: 175px;
}
.section-divider .text-container {
	top: 120px;
}
.section-divider.department h2, .section-divider.department h2.lower {
	color: white;
	font-size: 29px;
	font-weight: normal;
	line-height: 0.95; text-transform: uppercase; letter-spacing:-2px;	
	.padding-top: 0px;
		font-family: 'FrutigerLTW01-87ExtraBk', sans-serif;
}
	
.section-divider.department h2.lower {
	padding-top: 20px;
}
.section-divider .text-container p {
	line-height: 21px;
}	
	
	
	/* ==========================================================================
		#Infographics
	========================================================================== */
	.section-infographics { padding: 20px 0; }
	.infographic { display: block; margin: 0 auto 20px; }

	/* ==========================================================================
		#Updates
	========================================================================== */
	.update-image { width: 110px; margin-right: 10px; }

	/* ==========================================================================
		#Footer
	========================================================================== */
	.footer-links li { float: none; width: auto; padding: 0 0 10px; }

	.footer-col { float: none; width: auto; }
}

