#alert,
#footer,
#header .subnav,
#header .menu-bar,
.filterbar,
.banner
{
    display:none !important;
}

body {
	line-height:1.4;
	font-size:17px;
}
#header .logo-bar {
	height:auto !important;
}
#header .logo {
	width:100%;
}
#header #logo {
    margin-left:0;
	padding-bottom:20px;
	height:auto !important;
	width:400px;
}

.content-main h3 {
    font-size:24px;
}

.content-main h4 {
    font-size:18px;
}

h1, h1 span {
	font-size: 40px;
	line-height: 46px;
}

h2 {
	font-size: 28px;
	line-height: 32px;
}

h3 {
	font-size: 32px;
	line-height: 38px;
}

h4 {
	font-size: 20px;
	line-height: 24px;
}

h5 {
	font-size: 18px;
	line-height: 24px;
}

h6 {
	font-size: 18px;
	line-height: 24px;
}

.accordions .accordion-wrapper .accordion .answer {
	display:block;
}
.accordions .accordion-wrapper .accordion .answer p {
	font-size:16px;
	line-height:24px;
}
.content-main figure>img {
    max-width:4.25in;
}
.research .research-container img {
	max-width:6in;
	display:block;
	margin:0 auto;
}

.team-group .team-members .team-member {
    margin-bottom: 60px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    width: calc(100% / 4 - (120px/4));
}

.team-group .fellows.team-members .team-member {
    width: calc(100% / 4 - (45px/4));
    margin-left: 0;
    margin-right: 0;
}

.video-group .videos .video {
    overflow: hidden;
    padding-bottom: 50px;
    width: calc((100% / 3) - (60px / 3));
}
section .container {
    width: 100%;
    margin: 0 auto;
}
.featured .text-col {
    width: 55%;
    padding-right: 50px;
    padding-left: 0px;
}
.featured .img-col {
    width: 45%;
    text-align: right;
    position: relative;
}
.col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

blockquote {
    page-break-inside: avoid;
}
