/* ========================================== BASIC PAGE ================================== ========================================== */
/* ---- hide these ---- */
 #top-nav, #super-nav, h1#major-title .extraneous, #breadcrumb_info, #mobile-nav, #left-col, .slider:not(.single-image), #back-to-top, .back_to_top, #anchor_header, #anchor_toc, #related_info, #breadcrumb_info, #more-in-section, #footer-links, #footer-icons, #footer-logo, #footer-copyright a, #faculty-controls, #newsarticle_content_rightside, #nav-search, .hover-container form, input, iframe, .fluid-width-video-wrapper, nav, .main-nav, #main-mobile-nav, .hide-mobile, .mobile-bar, #modal, #animation_container, #home-slides {
	 display: none;
}
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */

@font-face {
    font-family: "Akkurat Pro Regular";
    src: url("https://common.northwestern.edu/v8/css/fonts/AkkuratProRegular.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: "Akkurat Pro Bold";
    font-display: block;
    src: url("https://common.northwestern.edu/v8/css/fonts/AkkuratProBold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins Light";
	font-display: block;
    src: url("https://common.northwestern.edu/v8/css/fonts/Poppins-Light.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Poppins Bold";
	font-display: block;
    src: url("https://common.northwestern.edu/v8/css/fonts/Poppins-Bold.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Poppins Extra Bold";
	font-display: block;
    src: url("https://common.northwestern.edu/v8/css/fonts/Poppins-ExtraBold.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Poppins Extra Light";
	font-display: block;
    src: url("https://common.northwestern.edu/v8/css/fonts/Poppins-ExtraLight.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "PFDinStencil-Light";
    font-display: block;
    src: url("fonts/pfdinstencil-light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

/* --------------------------------------------------------- */
/* --------------------------------------------------------- */

h3 {
    color: #4e2a84;
    font-family: "Poppins Bold","Arial Black",sans-serif;
    font-size: 2rem;
    margin: 0;
    padding: 0;
}


h3.alternate, h3.alternate a {
    font-family: "Poppins Bold","Arial Black", sans-serif;
    font-size: 1.625rem;
    color: #4e2a84;
    font-weight:normal;
}

.full-width {
    margin-right:70px;
    margin-left:70px;
}

/*content*/
.content .emphasized-text {
    font-size: 1.125rem;
    font-family: "Akkurat Pro Bold","Arial Black",sans-serif;
}

.content li {
    padding: 0 0 .75em 1.5em;
    list-style: none;
    line-height: 1.5;
    margin-bottom: 0;
}

.content ul li {
    background: url(https://common.northwestern.edu/v8/css/images/icons/bullet.png) 0 .5em no-repeat;
}

.content section p.bttn-group {
    margin-top: 50px;
    text-align: center;
}

.content a {
    font-family: "Akkurat Pro Bold","Arial Black",sans-serif;
}

a.link-arrow:after, .read-more:after {
    content: ">";
    display: inline;
    margin-left: 0.45rem;
    position: absolute;
}

.link-bttn {
    border-bottom: dotted 0.5px #4e2a84;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'Akkurat Pro Regular',Arial,sans-serif;
}

.feature-cols-image-wrapper .fact span {
    font: 105px "PFDinStencil-Light", Arial, sans-serif;
    line-height: 1;
    color: #4e2a84;
}

/*CTA*/
.cta {
    text-align:center;
}

.cta.photo {
    background-image:none !important;
}

.cta.photo p.cta-photo-headline {
    font-size: 2.875rem;
    line-height: 1;
    font-family: "Poppins Bold","Arial Black",sans-serif;
    letter-spacing: 1.2;
    color: #4e2a84;
}

.content .cta.photo .feature-copy {
    padding-top:0;
    padding-bottom:0;
}

p.cta-headline {
    line-height: 1.2;
    font-family: "Poppins Extra Light","Arial",sans-serif;
    font-size: 2rem;
    color: #4e2a84;
}

/*header / nav*/

.header {
    text-align:center;
}

#mid-header {
    margin-left: 20px;
}

.top-links {
    display:none;
}
 .mccormick-header-logo {
	 /*background-image: url("../images/structure/engineering-logo.svg");*/
	background-position: left center;
	 background-repeat: no-repeat;
	 background-size: contain;
	 display: block;
	 height: 65px;
	 width: 410px;
}
 .mccormick-header-logo img {
	 display: block;
}
 .mccormick-header-logo .mobile{
	 display: none !important;
}
 .header-container {
	 padding-bottom: 10px;
}
/* ---- main content styles ---- */
 #main-content-wrap {
	 min-height: initial !important;
}
 #main-content, #main-content p, #main-content ul {
	 font-size: 13px;
	 line-height: 18px;
}

 p, #main-content li {
     font-family: 'Akkurat Pro Regular',Arial,sans-serif;
    font-size: 1rem;
    color: #342f2e;
    margin-bottom: 20px;
    line-height:1.7;
}

/* Show URLs after link phrase in main content area */
 #main-content a:link:after {
	 content: " (" attr(href) ") ";
	 font-size: 90%;
	 color: #333;
	background: none;
	width: 100%;
	height: initial;
	margin-left: 0;
}

#main-content a[href$=".pdf"],
#main-content a[href$=".doc"],
#main-content a[href$=".docx"],
#main-content a[href$=".ppt"],
#main-content a[href$=".pptx"],
#main-content a[href$=".xls"],
#main-content a[href$=".xlsx"]{
	margin-right: 0;
}

#main-content a[href$=".pdf"]:after,
#main-content a[href$=".doc"]:after,
#main-content a[href$=".docx"]:after,
#main-content a[href$=".ppt"]:after,
#main-content a[href$=".pptx"]:after,
#main-content a[href$=".xls"]:after,
#main-content a[href$=".xlsx"]:after {
	display:none;
}

#main-content ul li {
	 padding-bottom: 15px;
}

h1#major-title, h1#major-title a {
	 font-size: 13px;
	 text-transform: uppercase;
	 color: #666;
	 text-decoration:none;
	 font-family: 'Poppins Light',Arial,sans-serif;
	 font-weight: 300;
	 display: none;
}

#page-title {
	 font-family: 'Poppins Light',Arial,sans-serif;
	 font-size: 24px;
	 font-weight: bold;
	 color: #4E2A84;
	 padding-bottom: 0 !important;
}

h1#page-title div {
	 font-size: 14px;
	 font-weight: 300;
	 margin-bottom:.5rem;
	 margin-top: 2rem;
}

#main-content h2 {
	 font-size: 19px;
	 margin-top: 10px;
}

.content a, a {
	border-bottom:none;
	font-weight: normal;
}

h2 {
	font-weight:normal;
}

#main-content h3, h3, .content h3 a {
	 font-size:18px;
	 font-family: "Poppins Bold","Arial Black",sans-serif;
	 color: #4e2a84;
}

.section-top {
    font-family: "Poppins Extra Bold","Arial Black",sans-serif;
    font-size: 1.75rem;
    display: block;
}
p.section-top-headline {
    font-family: "Poppins Extra Light","Arial",sans-serif;
    font-size: 2rem;
    color: #4e2a84;
    line-height:1;
}

/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* ---- sidebar content styles ---- */
#contact_info.right-col-outer-content {
	 border-top:3px solid;
}
 .right-col-inner-content {
	 font-size: 12px;
}
 .right-col-outer-content h5 {
	 text-transform: uppercase;
}
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* ---- footer styles ---- */
 #footer-copyright {
	 font-size: 12px;
	 font-family: 'Poppins Light',Arial,sans-serif;
	 display: none;
}
/* --------------------------------------------------------- */
/* --------------------------------------------------------- */
/* ========================================== PROGRAM LISTING TABLES ====================== ========================================== */
 #program-controls-handle {
	 display: none;
}
 table#program_listing_legend {
	 border: none;
	 margin-bottom: 20px;
}
 table#program_listing_legend small {
	 display: block;
}
 table#program_listing_legend th,td {
	 background-color: #FFFFFF;
	 text-align:left;
}
 table#program_listing_legend th {
	 background-color: #FFFFFF;
	 color: #4E2A84;
	 font-family: 'Poppins Light',Arial,sans-serif;
	 font-weight: 300;
}
 table#program_listing thead {
	 display: none;
}
 #program_listing td {
	 font-size: 13px;
	 border: 1px solid #efe8ef;
	 vertical-align: middle;
	 width: 60px;
}

/* Hide URLs after link phrase in Program Listing Tables */
 table#program_listing a:link:after {
	display:none;
}
 .program-tables table a {
	 display: block;
}
/* ========================================== FACULTY DIRECTORY =========================== ========================================== */
 #faculty-profile-left h2, #faculty-profile-right h2:first-child {
	 margin-top: 40px;
	 margin-bottom:1rem;
}
 .faculty-info h3 {
	 margin-top: 0;
}
 .featured-research h3 {
	font-size:21px !important;
	 margin-top: 40px;
}
 .faculty {
	 margin-top: 2rem;
	 border-top:1px solid #EEE;
	 padding-top: 2rem;
}
 .faculty-photo img {
	 border-radius: 5px;
	 float: left;
	 margin-right: 20px;
	 margin-bottom: 20px;
}
 .faculty-photo a:link:after {
	 display:none;
}
 #faculty-profile-left img {
	 width: 15%;
	 margin-bottom:1rem;
	 border-radius:6px 
}
/* ========================================== NEWS ARTICLES =============================== ========================================== */
 article div#page-title {
	 display: none;
}
 article #main-content {
	 padding: 0 !important;
	 border-right: 0 !important;
	 border-left: 0 !important;
}
 .single-image .caption {
	 display:block;
	 height: 65px;
	 font-size: 0.95rem;
	 line-height: 1.2rem;
	 font-size: 0.9rem;
}
 .news-main:after {
	 border:0 !important;
}
 .categories {
	 display: none;
}
 .categories a {
	 color: #4E2A84;
	 text-decoration: none;
}
 .categories a:link:after {
	 display: none;
}
 #news_story {
	 padding-left: 0 !important;
	 margin-top: 0 !important;
}
 #news_story p {
	 font-family: 'Akkurat Pro Regular',Arial,sans-serif;
	 line-height: 20px;
}
 .addthis_floating_style.addthis_32x32_style {
	 width: 0;
	 display: none;
}

#newsletter-bttn {
	display:none;
}

 #news-article-content h1, h2, a {
	 color: #4E2A84 !important;
}
 #news-article-content h1, a {
	 font-weight: bold;
	 text-decoration: none;
}
 #news-article-content h1 {
	 font-size: 24px !important;
	 line-height: 28px;
}

 .image_floatRight {
	 float: right;
	 margin-left: 20px;
	 margin-bottom: 20px;
}
 .rspnsv-wrap > img {
	 padding-bottom: 10px;
	 width: 70%;
	 height: 70%;
	 margin-right:0;
	 float: right;
}
 .image_floatRight .caption {
	 display: block;
	 margin-left: 30%;
}

.news.alternate.unit-2 .feature-box {
    border-right: none;
    padding-right: 0px;
}

/*Home Page*/
.slick-slide {
	display:none;
}

.slick-active {
	display:inline-block;
	width:90%;
}

#home-slides .slick-slide:not(.slick-center) img {
    opacity:1;
}
.unit-1 .feature-box {
    justify-self: flex-start;
    align-self:flex-start;
}
.departments {
    padding-bottom: 0;
}

.departments .link-bttn {
    margin: 30px auto;
}
.feature-four-col {
    grid-template-columns: 1fr 1fr;
}

/*About Page*/

#page.whole-brain-engineering.page {
   padding: 0;
}
.tabbed-content *[role="tabpanel"] .header .content, .tabbed-content *[role="tabpanel"] .header .content .title {
    text-shadow:none;
}

.whole-brain-engineering .background .addImg{
     display:none;
}

.brain-halves-panel-container {
    display:flex;
    flex-direction: row;
}

.whole-brain-engineering .header p {
    color: #342f2e;
}

.whole-brain-engineering .tabbed-content *[role="tabpanel"] .header .content {
    position: relative;
}

.tabbed-content *[role="tabpanel"] .header .background-image video {
    display:none;
}
.tabbed-content *[role="tabpanel"] .header .content .title {
    font-size:40px !important;
}

.brain-halves-panel.right-brain-panel, .brain-halves-panel.left-brain-panel {
    background-image: none !important;
}

.brain-halves-panel .title {
    font-size: 29px !important;
}
.whole-brain-network-container {
    padding-top:0;
}
.whole-brain-container, .brain-halves-panel-container {
    border-bottom: none;
}

.brain-halves-panel-container {
 max-width: 835px;
 margin: 0 auto;
 padding: 0 0 45px 0;
}

.whole-brain-container img.addImg {
   display:none;
}

.brain-halves-panel img.addImg {
    height:415px;
}

#main-content .feature .caption {
    display:none;
}

/*department-base page*/

.dept-row a {
    font-family: "Poppins Bold", "Arial Black", sans-serif;
}

#department-home .feature-box {
    padding-top:20px;
}

#pre-footer.department-pre-footer {
    display:none;
}

#department-home .table-cols table td h3 {
    color: #4e2a84;
    margin:0;
    padding-top:0;
    font-size: 1.65rem;
}

#department-home .mid-dept h1 {
    margin: 0;
    font-family: "Poppins Bold", "Arial Black", sans-serif;
    font-size: 30px;
}

#department-home .whole-brain:before {
    display:none;
}

#department-home .whole-brain-container {
    padding-top: 0;
    padding-bottom: 0;
}

#department-home .content .testimonials-wrapper {
    display:none;
}
#department-home .table-cols table.program-facts {
    display:grid;
}

#department-home .table-cols table.program-facts .four-column {
    grid-template-columns: 1fr;
    display:grid;
}

#department-home .table-cols table td {
    vertical-align:top;
    width:100%;
    text-align:left;
}

#department-home .table-cols .feature-cols-image-wrapper {
    display:block;
    float:left;
    min-height: 0;
}

#department-home .table-cols table td {
    border-left:none;
}

/*#department-home .feature-cols-image-wrapper.icon-fact img {*/
/*    width: 40px;*/
/*    margin-right: 10px;*/
/*    float: left;*/
/*    min-height: 0;*/
/*}*/


#department-home .table-cols .icon-fact img {
    width: 40px;
    margin-right: 10px;
    float: left;
    min-height: 0;
}

#department-home .table-cols table.program-facts h3:after {
    display:none;
}

#department-home .table-cols table.program-facts .four-column td:after {
    display: block;
    width: 45%;
    border-bottom: 2px solid #f4f4f4;
    content: '';
    margin: 50px auto 0;
    position: relative;
    background: none;
}

#department-home .table-cols table .four-column td {
    width: 100%;
    position: relative;
    border-right: none;
    border-left: none;
    padding: 40px 20px 20px;
}

#department-home .whole-brain-container .feature {
    display:none;
}

#department-home .no-image-gallery .gallery-links {
    padding-left:0;
    margin-left:0;
    border-left:none;
}

#department-home .no-image-gallery .gallery-links h4, #department-home h4 {
    font-family: "Akkurat Pro Regular","Arial",sans-serif;
    font-size: 1.125rem;
    line-height: 1.2;
    color: #716c6b;
    margin:0;
}

#department-home .gallery-feature-content .sidebar ul {
    font-family: 'Akkurat Pro Regular',Arial,sans-serif;
}

.feature-cols-unit5 .feature-box {
    text-align:center;
}

.dept-cols {
    flex-direction: column;
}

.dept-program-feature-cols .dept-cols h3 {
    text-align: center;
    padding-bottom: 9px;
}

.dept-program-feature-cols .dept-program-col {
   border-right: none; 
   padding: 0; 
   width: 100%;
}

.dept-program-feature-cols li:first-of-type {
    padding-top: 0;
}

.dept-program-feature-cols .dept-program-col, .dept-program-feature-cols .dept-program-col:first-of-type, .dept-program-feature-cols .dept-program-col:last-of-type {
    padding: 35px 0;
    border-bottom: 1px solid #d8d6d6;
    margin: 0;
    text-align: left;
}

.feature-folded-corner{
   break-inside:avoid;
}

/*events*/
.events {
    text-align: center;
}

.event_wrapper {
    display: flex;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    font-size: .9rem;
    margin-bottom: 15px;
    font-family: "Poppins Extra Bold","Arial Black",sans-serif;
    line-height: 2rem;
    text-align: center;
}
.events .day {
    background: #836eaa;
    width: 2.8125rem;
}
.events .date {
    background: #4e2a84;
    width: 4.375rem;
}
.events li a {
    font-size: 0.9375rem;
    line-height: 1.5;
    font-family: "Akkurat Pro Regular","Arial",sans-serif;
}
.content .events li {
    padding: 0 1.25rem;
    background: none;
    flex: 0 1 225px;
    text-align: center;
    margin: 30px 0;
}

section.events ul {
    display: block;
    max-width: 350px;
    margin: 0 auto;
    padding-left: 0;
}

/*dept feature sidebar*/
#department-home .gallery-feature-content .feature, #department-home .gallery-feature-content .sidebar {
    width: 100%;
}

.gallery-feature-content img {
    width: 100%;
    height: auto;
}

.image-block {
    display: block;
    width: 100%;
    height: auto;
}

.news-cols .feature-box, .news-cols .sidebar {
    width: 100%;
    padding-left: 0;
}

.news-cols .sidebar li {
    padding: 0;
    background: none;
}

#department-home .whole-brain-container .sidebar {
    flex: 1;
    padding-right: 0;
}

#department-home .whole-brain-container .sidebar p {
    text-align: center;
}

.unit-1 .feature-content {
    margin-top: 35px;
}

/*whole brain footer*/
.whole-brain {
    break-inside:avoid;
}

/*announcement*/
strong {
    font-family: 'Akkurat Pro Bold', "Arial Black", sans-serif;
}