 * {
	 margin:0;
	 padding:0;
	 box-sizing:border-box;
}
 *:focus {
	 outline:2px solid #c1c1c1;
}
 *:hover:focus {
	 outline:none;
}
 .ios #banner, .ios section, .ios #footer {
	 background-attachment: scroll !important;
}
 html, body {
	 height:100%;
}
 body {
	 width:100%;
	 background:#fff;
	 font-family:Roboto;
	 font-size:14px;
	 overflow-x:hidden;
}
 img {
	 display:inline-block;
	 position:relative;
	 color:#000000;
	 max-width: 100%;
	 width:auto;
	 height: auto;
}
 video {
	 width:100%;
}
 .video-wrap {
	 position: relative;
	 padding-bottom: 56.25%;
	 height: 0;
	 overflow: hidden;
	 margin-bottom:15px;
}
 .video-wrap iframe {
	 position: absolute;
	 top:0;
	 left: 0;
	 width:100%;
	 height:100%;
}
 .skip{
	 display:block;
	 z-index:999999;
	 position:absolute;
	 top:76px;
	 left:-100%;
}
 .skip:focus {
	 left:0;
}
 .hidden {
	 position:absolute;
	 clip: rect(1px 1px 1px 1px);
	/* for Internet Explorer */
	 clip: rect(1px, 1px, 1px, 1px);
	 padding:0;
	 border:0;
	 width:1px;
	 height:1px;
	 overflow:hidden;
}
 .section, #footer {
	 margin-top:15px;
}
 .section:after, .profile:after, .widget:after, .section-content.has-twitter:after, .actionlinks:after, .socialmedia:after, .captioned-image-wrap:after, .inside #pagecontent:after, #breadcrumbs:after {
	 content: "";
	 display:table;
	 clear:both;
}
 .landing .section-content, .home .section-content {
	 width:86%;
	 margin:0 auto;
	 position:relative;
	 max-width:1020px;
}
 .downarrow {
	 position:absolute;
	 bottom: 0;
	 left:50%;
	 -webkit-transform:translateX(-50%);
	 -ms-transform:translateX(-50%);
	 transform:translateX(-50%);
}
 .downarrow img {
	 width:55px;
	 height:55px;
}
 #topbar {
	 width:100%;
	 height:76px;
	 background:#003478;
	 border-bottom:1px solid #003478;
	 z-index:9999;
	 position:absolute;
	 top:0;
	 left:0;
}
 .home #topbar {
	 background: transparent;
	 border:none;
}
 .sb-search {
	 position: absolute;
	 top:15px;
	 margin-right:47px;
}
 .sb-search, a.nav-expander {
	 right:0;
}
 .sb-search-input {
	 margin-right:47px;
	 position: absolute;
	 top: 0;
	 right: 0;
	 outline: none;
	 width:100%;
	 height: 47px;
	 padding: 8px 8px 8px 20px;
	 font-size: 14px;
	 color: #494949;
	 border:1px solid #c1c1c1;
}
 .sb-search-input, .sb-search-label {
	 display:none;
}
 input[type="search"].sb-search-input {
	 -webkit-appearance: none;
}
 .sb-search-input::-webkit-input-placeholder {
	 color:#494949;
}
 .sb-search-input:-ms-input-placeholder {
	 color:#494949;
}
 .sb-search-input::-ms-input-placeholder {
	 color:#494949;
}
 .sb-search-input::-moz-placeholder {
	 color:#494949;
}
 .sb-search-input::placeholder {
	 color:#494949;
}
 .sb-search-submit {
	 position:absolute;
	 top:0;
	 right:0;
	 text-decoration:none;
	 height:47px;
	 width:47px;
	 color: #fff;
	 background:transparent;
	 line-height: 1;
	 -webkit-font-smoothing: antialiased;
	 border:none;
	 text-align:right;
	 cursor:pointer;
}
 .sb-search .fa-search {
	 font-size:26px;
	 padding:9px 0;
}
 .sb-search-open .sb-search, .no-js .sb-search {
	 width:calc(93% - 92px);
}
 .sb-search-open .sb-search-input, .no-js .sb-search-input, .sb-search-open .sb-search-label {
	 display:block;
}
/* end search */
 .button {
	 text-decoration:none;
	 color:#fff;
	 background: #003478;
	 border:1px solid #003478;
	 font-size:13px;
	 display:inline-block;
	 padding: 5px 16px;
}
 .button:hover, .button:focus {
	 color:#fff;
	 background: #003478;
}
 #navigation {
	 display:none;
}
 .banner-wrap {
	 position:relative;
}
 .banner-wrap .socialmedia-wrap, .banner-wrap .motto {
	 display:none;
}
 #banner {
	 position:relative;
	 background: #ffffff no-repeat scroll 50% 0;
	 background-size: cover;
	 overflow:visible;
	 padding-top: 1px;
	/*to prevent margin collapse */
}
 .movie-wrap {
	 display:none;
}
 .banner-mask {
	 position:absolute;
	 top:0;
	 left:0;
	 width:100%;
	 height:100%;
	 background: rgba(0,0,0,.5);
}
 .home .banner-mask {
	 background:rgba(0,52,120,.5);
}
 .banner-wrap.short #banner {
	 height:150px;
}
 .banner-wrap.long #banner {
	 height:auto;
}
 body:not(.home) .banner-wrap.long #banner {
	 min-height:calc(100vh - 76px);
}
 .home .banner-wrap.long #banner {
	 min-height:100vh;
}
 .banner-content-area{
	 position:relative;
}
 .banner-wrap.short .banner-content-area {
	 height:100%;
	 overflow:hidden;
}
 .home .banner-content-area {
	 margin-top:76px;
}
 #usnews {
	 display:none;
}
 .overlay {
	 color:#fff;
	 margin-left:7%;
	 margin-right:7%;
}
 body:not(.home) .overlay {
	 text-shadow: .1rem .1rem .1rem #000;
}
 .banner-wrap.short .overlay {
	 position:absolute;
	 left:0;
	 top:50%;
	 -webkit-transform:translateY(-50%);
	 -ms-transform:translateY(-50%);
	 transform:translateY(-50%);
}
 .banner-wrap.long .overlay {
	 padding-top:30px;
}
 #banner h1 {
	 font-size:calc(28px + (68 - 28) * ( (100vw - 320px) / ( 1400 - 320) ));
	 font-weight:700;
}
 .banner-wrap.long #banner h1 {
	 margin-bottom:.1em;
}
 .banner-wrap.long .overlay p {
	 font-size:16px;
}
 #twittercolumn {
	 position:relative;
	 background:transparent;
	 border:7px solid #ededed !important;
	 overflow-y:scroll;
	 -webkit-overflow-scrolling: touch;
}
 .twitter-timeline {
	 display:block !important;
}
 .section {
	 position:relative;
	 color:#494949;
	 line-height:1.6;
	 width:100%;
	 background:#fff;
}
 .separator-image-section {
	 background: #ffffff no-repeat scroll 50% 0;
	 background-size: cover;
	 height:225px;
}
 .spotlights-section {
	 text-align:center;
}
 .spotlights-section .section-content {
	 padding-bottom:2%;
}
 .spotlights-section h2, .spotlights-section .spotlights {
	 text-align:left;
}
 .spotlight {
	 position:relative;
	 width:100%;
}
 .spotlight > a {
	 display:block;
	 position:relative;
}
 .spotlight > a:focus {
	 outline-offset: 1px;
}
 .spotlight img {
	 display:block;
	 width:100%;
	 border:0;
}
 .spotlight h3 a {
	 color:#494949;
	 text-decoration:none;
	 display:inline-block;
}
 .spotlight .play-button {
	 position: absolute;
	 left: 1rem;
	 bottom: 1rem;
	 background: rgba(0,52,120, .7);
	 border-radius:50%;
	 z-index: 9999;
	 text-align:center;
	 width:3rem;
	 height:3rem;
}
 .spotlight .play-button::before {
	 content:"\f04b";
	 color:#fff;
	 font-family: fontAwesome;
	 font-size: 1.5rem;
	 line-height:3rem;
}
 #topbar {
	 padding:10px;
}
 #topbar .logos {
	 width: 75%;
	 padding:10px 0 20px;
}
 .brandeislink, .hellerlink {
	 display:inline-block;
	 max-width:49%;
}
 .brandeislink a, .hellerlink a {
	 border:0 !important;
}
 .brandeislink img, .hellerlink img {
	 max-height:35px;
}
 .hero-image-section img {
	 display:block;
	 width:100%;
}
 .teaser-section {
	 color:#fff;
}
 .teaser-section img {
	 display:block;
	 width:100%;
	 margin:0;
}
 .teaser-content {
	 text-align:center;
	 position:absolute;
	 left:0;
	 bottom:0;
	 margin-bottom:4.5%;
	 width:100%;
}
 .teaser-section p {
	 text-align:left;
	 color:#fff;
	 font-size:calc(13px + (31 - 13) * ( (100vw - 320px) / ( 1400 - 320) ));
	 text-shadow: .1rem .1rem .1rem #000;
	 line-height:130%;
	 margin-bottom:5px;
}
.teaser-content .section-content > .button, .teaser-content .section-content > .button:hover {
    color: #003478;
    background: #fff;
}
 .news-section .circle-content p {
	 font-size:calc(14px + (24 - 14) * ( (100vw - 320px) / ( 1400 - 320) ));
}
 .actionlinks ul {
	 list-style:none;
}
 .actionlinks ul li {
	 width:40%;
	 text-align:center;
	 margin-top:10px;
	 float:left;
	 margin-left:6%;
}
 .actionlinks ul li a {
	 display:block;
	 padding:5px 0;
	 text-transform:uppercase;
}
/* FOOTER */
 #footer {
	 position:relative;
	 height:100vh;
	 width:100%;
	 background-size:100% auto;
	 background-repeat: no-repeat;
	 background-position: center center;
	 background-size: cover;
	 background-attachment:scroll;
	 overflow:hidden;
	 padding: 5px 0;
}
 .footer-content {
	 position:absolute;
	 left:0;
	 bottom:0;
	 width:100%;
	 background:rgba(0,52,120, .7);
	 border-top:1px solid #5c5c5c;
	 color:#fff;
	 padding: 3% 5%;
}
 .footer-content a {
	 color:#ffffff;
	 text-decoration:none;
}
 .footer-content a:hover {
	 color:#ffffff;
	 border-bottom:1px solid #ffffff;
}
 .footer-content .logos {
	 width:75%;
}
 .footer-content .site-heading {
	 margin-top:15px;
}
 .footer-content .sitename {
	 display:inline-block;
	 font-size:16px;
	 line-height:1.75;
}
 .footer-content .site-links {
	 list-style:none;
	 margin-top:10px;
}
 .footer-content .site-links li {
	 display:inline-block;
	 vertical-align:middle;
}
 .footer-content .site-links li + li {
	 margin-left:20px;
}
 .footer-content .site-links li.text {
	 line-height:50px;
}
 .footer-content .site-links li.logo a {
	 border:none;
}
 .footer-content .site-links li.logo img {
	 height:50px;
}
 .footer-content .tagline {
	 margin-bottom:1px;
}
 .footer-content .tagline p {
	 margin:0;
}
 .socialmedia-wrap {
	 text-align:center;
}
 .footer-content address {
	 font-size:13px;
	 line-height:1.6;
	 font-style:normal;
	 padding-top:5px;
	 padding-bottom:24px;
	 clear:left;
	 margin:0;
}
 .footer-content address span + span::before {
	 content: "\00A0\00A0\2022\00A0\00A0";
}
 .footer-content address span.phone {
	 display:inline-block;
}
 .footer-content address span + span.phone:before {
	 content:none;
}
 #copyright {
	 letter-spacing:1px;
	 font-size:9px;
	 text-transform:uppercase;
	 font-weight:bold;
	 letter-spacing:.5px;
}
 .socialmedia {
	 list-style:none;
	 display:inline-block;
}
 .socialmedia li {
	 float:left;
	 margin-left:1px;
}
 .socialmedia li:first-child {
	 margin-left:0;
}
 .socialmedia li a {
	 display:block;
	 padding:2px 12px;
	 color:#ffffff;
	 text-decoration:none;
	 border:0;
	 font-size:25px;
	 border:1px solid transparent;
}
 .socialmedia li a:hover {
	 border:1px solid #c1c1c1;
}
 .feature-section {
	 min-height:100vh;
	 background: #ffffff no-repeat scroll 50% 0;
	 background-size: cover;
	 padding:0;
	 overflow-y:hidden;
	 text-align:center;
	 padding-top:6%;
	 padding-bottom:6%;
	 display:flex;
}
 .feature-content {
	 background:rgba(255,255,255,0.95);
	 align-self:flex-end;
	 width:100%;
}
 .feature-section .section-content {
	 padding-top: 2%;
	 padding-bottom:2%;
}
 .feature-content h2 {
	 text-align:left;
}
 .feature-content .wysiwyg {
	 text-align:left;
}
 .feature-content a {
	 margin:1.5% auto;
}
 .feature-row {
	 text-align:left;
}
 .news-section {
	 background: #003478 no-repeat scroll 50% 0;
	 background-size: cover;
	 padding-bottom:4vh;
}
 .blend-supported .news-section {
	 background-blend-mode:multiply;
}
 .news-mask {
	 position:absolute;
	 left:0;
	 right:0;
	 top:0;
	 bottom:0;
	 background-color: rgba(0,52,120, .7);
}
 .blend-supported .news-mask {
	 display:none;
}
 .contentbox {
	 display:flex;
	 flex-wrap:wrap;
	 padding-top:4vh;
	 align-items:center;
	 min-height:32vh;
}
 .contentbox:nth-child(even) {
	 flex-direction:row-reverse;
}
 .circle-wrap {
	 max-width:50%;
	 width:28vh;
}
 .circle-content {
	 width:calc(100% - 28vh);
	 flex-grow:1;
	 color:#fff;
	 line-height:150%;
	 padding-left:3%;
	 padding-right:0;
}
 .contentbox:nth-child(even) .circle-content {
	 padding-left:0;
	 padding-right:3%;
}
 .circleblank {
	 width:100%;
	 border-radius: 50%;
	 border:1px solid #c1c1c1;
	 color:#ffffff;
}
 .news-content p a {
	 text-decoration:none;
	 color:#fff;
	 border-bottom:1px solid transparent;
}
 .news-content p a:hover {
	 color:#fff;
	 border-bottom:1px solid #fff;
}
 p, .wysiwyg-text-section, .wysiwyg {
	 font-size:14px;
	 margin-bottom:1em;
	 line-height:160%;
}
 .inside h1, .section h1, .section h2, .section h3, .section h4, .widget h2, .widget h3, .widget h4 {
	 font-family: Roboto;
	 line-height:1.3;
}
 .inside h1, .section h1 {
	 font-size:26px;
	 margin-bottom:15px;
	 font-weight:300;
	 line-height:110%;
}
 .section h2 {
	 font-size: 20px;
	 font-weight: 300;
	 margin-top:.83em;
	 margin-bottom:.83em;
}
 .section h3, .section h4, .widget h2, .widget h3, .widget h4 {
	 font-size: 18px;
	 font-weight: 300;
}
 .section h3, .widget h2 {
	 margin-bottom:1em;
	 margin-top:1em;
}
 .section h4, .widget h3, .widget h4 {
	 margin-bottom: 1.33em;
	 margin-top:1.33em;
}
 a {
	 text-decoration: none;
	 color: #003478;
}
 a:hover {
	 color:#003478;
}
 .wysiwyg-text-section a, .wysiwyg a {
	/*border-bottom: 1px dotted #0063a9;
	 */
	 font-weight: bold;
}
.wysiwyg-text-section h2 a, .wysiwyg-text-section h3 a, .wysiwyg-text-section h4 a, wysiwyg-text-section h5 a, wysiwyg-text-section h6 a {
    font-weight: normal;
}
 .wysiwyg-text-section a:hover, .wysiwyg a:hover {
	 border-bottom: 1px solid #003478;
}
 .wysiwyg-text-section ul, .wysiwyg-text-section ol, .wysiwyg ul, .wysiwyg ol {
	 padding:0 20px 0 35px;
	 width:auto;
	 overflow:hidden;
	 margin-bottom:1em;
}
 .wysiwyg-text-section ul li, .wysiwyg-text-section ol li, .wysiwyg ul li, .wysiwyg ol li {
	 margin-bottom: 12px;
}
 .wysiwyg-text-section img, .wysiwyg img {
	 margin-bottom:15px;
}
 .wysiwyg-text-section table, .wysiwyg table {
	 margin-bottom:36px;
	 border-collapse:collapse;
}
 .wysiwyg-text-section table.full-width {
	 width:100%;
}
 .wysiwyg-text-section table td, .wysiwyg table td {
	 padding:5px 10px;
	 line-height:120%;
	 vertical-align:middle;
	 border:1px solid #c1c1c1;
}
 .wysiwyg-text-section table td p, .wysiwyg table td p {
	 padding:0;
}
 table.stacktable.large-only {
	 display:none;
}
 table.stacktable.small-only {
	 display:table;
}
 .left, .right, .fullwidth {
	 width:100%;
	 float:none;
	 margin: 0 0 15px 0;
}
 .wysiwyg-text-section .captioned-image img {
	 width: 100%;
	 margin-bottom: 6px;
}
 .captioned-image .caption {
	 font-size: 12px;
	 font-weight: 400;
	 margin:1px 1% 0 1%;
	 letter-spacing:1px;
	 line-height:130%;
	 text-transform:uppercase;
}
 #breadcrumbs {
	 margin:0 7% 15px 7%;
	 margin-bottom:15px;
}
 #breadcrumbs ol {
	 list-style:none;
}
 #breadcrumbs li {
	 float:left;
}
 #breadcrumbs .separator:before {
	 content:"\00A0\00A0\2022\00A0\00A0";
}
 #breadcrumbs li a {
	 color:#494949;
	 text-decoration:none;
	 font-weight:300;
	 text-transform:none;
	 display:inline-block;
}
 #pagecontent {
	 overflow:auto;
	 margin-top:76px;
}
 .home #pagecontent {
	 margin-top:0;
}
 .inside #pagecontent {
	 padding-top:30px;
	 max-width:1460px;
	 margin-left:auto;
	 margin-right:auto;
}
 #pagetext {
	 padding-left:7%;
	 padding-right:7%;
	 width:100%;
}
 #leftcolumn {
	 margin-bottom:25px;
	 width:100%;
}
 .facguide-member #leftcolumn {
}
 #section-nav {
	 display:none;
}
 #leftcolumn > div {
	 margin-top:20px;
}
 .widget {
	 width:86%;
	 margin:0 auto;
}
 .quote-section {
	 position:relative;
	 color: #848c94;
	 font-family: 'PT Serif';
	 font-style: italic;
	 font-size: 27px;
	 font-weight: 300;
	 padding-top:150px;
}
 .styled-open-quotemark::before {
	 position:absolute;
	 top:0;
	 left:0;
	 content: "\201C";
	 font-family: Georgia;
	 font-size: 300px;
	 line-height: 1;
}
 .quote-section p {
	 letter-spacing: -.50px;
	 font-family: 'PT Serif';
	 font-style: italic;
	 font-size: 27px;
	 font-weight: 300;
	 letter-spacing: -.50px;
}
 .profile {
	 border-bottom:2px dotted #c1c1c1;
	 padding-bottom:10px;
	 margin-bottom:20px;
}
 .profile .name {
	 font-size:16px;
	 font-weight:400;
	 margin:0 0 10px 0;
}
 .profile .contact {
	 margin-top:20px;
}
 .profile .contact .email {
	 display:block;
}
 .profile .phone + .office::before {
	 content: "\00A0\00A0\2022\00A0\00A0";
}
 .profile .image-wrap img {
	 width:100%;
}
 #results table {
	 font-family: Roboto;
	 font-size:14px;
	 margin-bottom: 0;
	 table-layout: auto;
	 border-spacing:10px;
	 border-collapse: separate;
}
 #results table td {
	 border:none;
	 vertical-align:top;
	 padding:0;
}
 #results a:hover {
	 color: #05234f;
}
 #results .gs-title {
	 height:auto;
	 margin-bottom:.3em;
}
 #results .gs-title, #results .gs-title * {
	 text-decoration:none;
	 color: #003478;
	 font-family: inherit;
	 font-size:inherit;
}
 #results .gs-title a {
	 border:none;
}
 #results .gsc-thumbnail {
	 display:none;
}
 .facguide-listing .accordion-body ul {
	 column-count:5;
	 column-width:200px;
}
 .facguide-listing .accordion-body li {
	 -webkit-column-break-inside: avoid;
	 page-break-inside: avoid;
	 break-inside: avoid;
}
 .facguide-member .mainpic {
	 max-width:75%;
}
 .facguide-member #leftcolumn .nameblock {
	 display:block;
}
 .facguide-member #pagetext .nameblock {
	 display:none;
}
 .facguide-member #leftcolumn .actionlinks {
	 display:none;
}
 .facguide-search h2 a {
	 border:none;
}
 .facguide-search .text b {
	 background-color: #e4edf3;
	 padding:1px;
}
 .news-landing .news-feature {
	 background-color:#e4edf3;
	 padding: 20px;
}
 .news-landing .news-feature::after {
	 content:"";
	 display:table;
	 clear:both;
}
 .news-landing .news-article .category-date {
	 margin-top:28px;
}
 .translation-section ul {
	 list-style:none;
	 float:right;
}
 .translation-section ul li {
	 float:left;
	 margin-bottom:10px;
	 margin-left:15px;
}
 .translation-section .button {
	 background-color: #e4edf3;
	 color:black;
}
 .wysiwyg-text-section .slider {
	 padding-bottom:21px;
}
 .wysiwyg-text-section .flickity-page-dots {
	 bottom:8px;
	 padding: 0;
	 margin:0;
}
 .events {
	 list-style:none !important;
	 padding:0 !important;
}
 .event h3 {
	 font-size:16px;
	 margin-bottom:0;
}
 .lity {
	 z-index:10000;
}
 .lity-inline .lity-wrap {
	 overflow-y: auto;
}
 .lity-close:focus {
	 outline:1px solid white;
}
 div[id^=event] {
	 padding: 4rem 2rem;
	 max-width:600px;
	 max-height:none !important;
	 color: #494949;
	 line-height: 1.6;
	 margin-top:40px;
}
 div[id^=event] .title {
	 font-weight:bold;
}
 div[id^=event] .heading, div[id^=event] .description {
	 margin-bottom: 1rem;
}
/* flyout section */
/* MENU ICON */
 a.nav-expander {
	 font-family: 'Arial';
	 color: #fff;
	 display: block;
	 font-size: 19px;
	 letter-spacing: 1px;
	 font-weight: 400;
	 position: absolute;
	 top: 15px;
	 text-decoration: none;
	 text-transform: uppercase;
	 transition: right 0.6s ease-in-out 0s;
	 overflow:hidden;
	 z-index:9999;
}
 .nav-expander {
	 width:47px;
	 height:47px;
}
 a.nav-expander .fa {
	 color:#ffffff;
	 font-size:26px;
	 padding:13px 0;
	 background: transparent;
}
 a.nav-expander:hover {
	 cursor: pointer;
	 border: 0;
}
 body.nav-expanded {
	 margin-left: 0em;
	 transition: right 0.3s ease-in-out 0s;
}
 #navigation-main {
	 display:none;
	 position: absolute;
	 z-index: 9999;
	 width: 100%;
	 overflow: auto;
	 top: 76px;
	 right:0;
	 transition: right 0.3s ease-in-out 0s;
	 background: #003478;
	 border:1px solid #6d6d6d;
	 padding-bottom: 1.25%;
}
 .nav-expanded #navigation-main {
	 display:block;
}
 .desktop-menu-header, .desktop-menu {
	 display:none;
}
 #navigation-main:after {
	 content: "";
	 display: table;
	 clear: both;
	 z-index: 9999;
}
 #navigation-main ul {
	 list-style: none;
	 text-align:left;
}
 #navigation-main > ul > li {
	 border-bottom: 1px solid #6d6d6d;
}
 #navigation-main ul li {
	 font-family: 'Arial';
	 padding: 10px 12px;
	 color: #ffffff;
}
 #navigation-main ul li.accordion {
	 padding-right:0;
}
 #navigation-main ul li a {
	 display:inline-block;
	 color: #ffffff;
	 text-decoration: none;
	 font-size: 14px;
	 border:none;
}
 #navigation-main ul li a.accordion-heading {
	 display:block;
}
 #navigation-main ul li a:hover {
	 color: #fff;
	 text-decoration: none;
}
 #navigation-main ul li.on a {
	 border: 1px solid #ffffff;
	 padding:2px;
	 pointer-events:none;
}
/* ----------------- MEDIA QUERIES --------------------- */
 @media all and (min-width: 768px) {
	 .home .nav-expander {
		 background: rgba(0,52,120, .7);
	}
	 .home #navigation-main {
		 top: 0;
	}
}
 @media all and (min-width:1020px) {
	 a.nav-expander {
		 position: fixed;
		 z-index: 9999;
	}
	 #navigation-main {
		 position:fixed;
		 width: 65%;
		 overflow-y:scroll;
	}
	 a.nav-expander {
		 position:fixed;
		 background: rgba(0,52,120, 0.7);
	}
	 a.nav-expander .fa {
		 padding: 13px;
	}
	 .desktop-menu-header, .desktop-menu {
		 display:block;
	}
	 .mobile-menu-header, .mobile-menu {
		 display:none;
	}
	 #mobile-menu {
		 overflow:hidden;
	}
	 #menu1 {
		 width: 34%;
	}
	 #menu2 {
		 width: 43%;
	}
	 #menu3 {
		 width: 23%;
	}
	 #navigation-main ul {
		 float: left;
	}
	 #navigation-main ul li {
		 margin-left: 20px;
	}
	 #navigation-main ul li.on a {
		 border:0;
		 padding:0;
		 pointer-events:auto;
	}
}
/* accordion section */
/* CSS3 Animation example */
 .accordion {
	 padding: 0 !important;
}
 .accordion-heading {
	 position:relative;
	 cursor:pointer;
	 padding:0 !important;
}
 .accordion-heading.open + .accordion-body {
	 display:block;
}
 .accordion-trigger {
	 display:block !important;
	 width:100%;
	 text-align:left;
}
 .accordion-icon::before {
	 font-family: 'FontAwesome';
	 content: "\f196";
	 position:absolute;
	 top:50%;
	 -webkit-transform:translateY(-50%);
	 -ms-transform:translateY(-50%);
	 transform:translateY(-50%);
	 right:0px;
}
 .accordion-heading.open .accordion-icon::before {
	 content: "\f147";
}
 .accordion-body {
	 overflow: hidden;
	 -webkit-transform: translateZ(0);
	 transition: all 0.3s ease;
	 display:none;
}
 #navigation-main .accordion-trigger {
	 padding:10px 32px 10px 12px;
}
 #navigation-main .accordion-icon::before {
	 right:7px;
}
 #navigation-main .accordion-body {
	 padding-left:12px;
}
 #navigation-main .accordion-body li {
	 padding-right:32px;
}
 .section .accordion {
	 margin: 15px 0;
}
 .section .accordion-heading {
	 margin:0;
}
 .section .accordion-trigger {
	 color:#494949;
	 border:none;
	 padding:15px 35px 15px 15px;
	 background-color: #e4edf3;
}
 .section .accordion-trigger:hover {
	 border:none;
}
 .section .accordion-icon::before {
	 margin-right:20px;
}
 .section .accordion-body {
	 padding:0 20px;
}
 .section .accordion-body + .accordion-heading {
	 margin-top:2px;
}
 .section .accordion-heading.open + .accordion-body {
	 padding:20px;
}
 .section .accordion-heading p {
	 margin-bottom:0;
}
/* responsive */
 @media all and (min-width:480px) {
	 .teaser-section p {
		 line-height:160%;
		 margin-bottom:1em;
	}
	 .left {
		 float: left;
		 width: 40%;
		 margin: 0 2% 10px 0;
		 clear:left;
	}
	 .right {
		 float: right;
		 width: 40%;
		 margin: 0 0 10px 2%;
		 clear:right;
	}
	 .spotlights {
		 display:flex;
		 flex-wrap:wrap;
		 width:105%;
		 margin-left:-2.5%;
		 margin-right:-2.5%;
	}
	 .spotlight {
		 position:relative;
		 width:50%;
		 float:left;
		 padding-left:2.5%;
		 padding-right:2.5%;
		 margin-bottom:15px;
	}
}
 @media all and (min-width:768px) {
	 body {
		 font-size:16px;
	}
	 p, .wysiwyg-text-section, .sb-search-input, .wysiwyg {
		 font-size:16px;
	}
	 .inside h1, .section h1 {
		 font-size:31px;
	}
	 .section h2 {
		 font-size: 25px;
	}
	 .section h3, .widget h2 {
		 font-size: 22px;
	}
	 .section h4, .widget h3, .widget h4 {
		 font-size: 21px;
	}
	 .sb-search-open .sb-search {
		 width: calc(62% - 92px);
	}
	 .home.sb-search-open .sb-search {
		 width: calc(59% - 92px);
	}
	 .home .sb-search-submit {
		 background: rgba(0,52,120, .7);
	}
	 #topbar .logos {
		 padding:0;
	}
	 .brandeislink img, .hellerlink img {
		 max-height:55px;
	}
	 .home .brandeislink img, .home .hellerlink img {
		 max-height:none;
	}
	 .home #topbar {
		 height:auto;
	}
	 .home #topbar .brandeislink {
		 padding-left: calc(7% - 10px);
	}
	 .home #topbar .hellerlink {
		 padding-right:7%;
	}
	 .banner-wrap.short #banner {
		 height:300px;
	}
	 .banner-wrap .movie-wrap {
		 display:block;
		 position:absolute;
		 top:0;
		 left:0;
		 height:100%;
		 width:calc(100% * (9/5));
		 overflow:hidden;
	}
	 .banner-wrap.short.has-usnews #banner {
		 padding-bottom:52px;
		 margin-bottom: 67px;
	}
	 .banner-wrap.long #banner {
		 overflow:hidden;
	}
	 .landing .banner-wrap.long.has-usnews #banner {
		 padding-bottom:105px;
	}
	 .home #banner {
		 padding-bottom: 150px;
	}
	 .landing .banner-wrap.long .overlay {
		 padding-top:100px;
	}
	 .banner-wrap.long .overlay p {
		 font-size:18px;
	}
	 .banner-wrap .banner-mask {
		 background:linear-gradient(to left, transparent, rgba(0,0,0,.5));
	}
	 .home .banner-wrap .banner-mask {
		 background: rgba(0,52,120, .7);
	}
	 .home .banner-wrap .overlay, .home .banner-wrap .banner-mask, .home .banner-wrap .socialmedia-wrap, .home #topbar .logos {
		 width:40%;
	}
	 .home .banner-content-area, .home #navigation-main, .home .actionlinks {
		 margin-top:calc(5.5% + 20px);
	}
	 .home .banner-wrap .overlay {
		 margin-left:0;
		 margin-right:0;
	}
	 .home .banner-wrap .overlay p {
		 margin-left:7%;
		 margin-right:7%;
	}
	 .home .banner-wrap.long .overlay p.motto {
		 display:block;
		 padding-top:60px;
		 font-size:22px;
		 font-weight:300;
		 line-height:1.3;
	}
	 .home .banner-wrap .socialmedia-wrap {
		 display:block;
		 position:absolute;
		 left:0;
		 bottom:50px;
		 text-align:center;
	}
	 .home .banner-wrap .socialmedia-wrap li {
		 margin:0;
		 max-width:20%;
	}
	 .banner-wrap.long .movie {
		 position:absolute;
		 top:50%;
		 left:50%;
		 width:auto;
		 height:auto;
		 min-width:100%;
		 min-height:100%;
		 -webbkit-transform:translate(-50%, -50%);
		 -ms-transform:translate(-50%, -50%);
		 transform:translate(-50%, -50%);
	}
	 #usnews {
		 display:block;
		 position:absolute;
		 bottom:0;
		 width:230px;
		 left:7%;
		 z-index:2;
	}
	 .banner-wrap.short #usnews {
		 -webkit-transform:translateY(50%);
		 -ms-transform:translateY(50%);
		 transform:translateY(50%);
	}
	 .home .banner-wrap #usnews {
		 left:auto;
		 right:0;
		 text-align:right;
		 bottom:50px;
		 -webkit-transform:translateY(25%);
		 -ms-transform:translateY(25%);
		 transform:translateY(25%);
	}
	 #shield1, #shield2 {
		 width:40%;
		 margin-right:12px;
	}
	 .banner-wrap .actionlinks {
		 width:17%;
		 position:absolute;
		 right:0;
	}
	 .banner-wrap.short .actionlinks {
		 top:50%;
		 -webkit-transform:translateY(-50%);
		 -ms-transform:translateY(-50%);
		 transform:translateY(-50%);
	}
	 .landing .banner-wrap.long .actionlinks {
		 top:112px;
	}
	 .home .banner-wrap.long .actionlinks {
		 top:0;
		 padding-top:30px;
	}
	 .banner-wrap .overlay {
		 width:40%;
	}
	 .actionlinks ul li {
		 width:100%;
		 text-align:left;
		 margin-top:10px;
		 float:none;
		 margin-left:0;
	}
	 .actionlinks ul li:first-child {
		 margin-top:0;
	}
	 .actionlinks ul li a {
		 padding-left:16px;
		 padding-right:16px;
	}
	 .home .actionlinks ul li a, .landing .actionlinks ul li a {
		 background: #fff;
		 color: #003478;
	}
	 .home .actionlinks ul li a:hover, .landing .actionlinks ul li a:hover {
		 background: #fff;
		 color: #003478;
	}
	 #breadcrumbs {
		 margin-left:2%;
	}
	 #twittercolumn {
		 display:block;
		 float:right;
		 width:250px;
	}
	 .wysiwyg-text-section .section-content.has-twitter .textcolumn {
		 float:left;
		 width:calc(100% - 290px);
	}
	 .spotlight {
		 width:33.3333%;
	}
	 .button {
		 font-size:15px;
	}
	 .footer-content.site-footer .sitename {
		 font-size:26px;
	}
	 .footer-content .logos {
		 width:50%;
	}
	 .footer-content .tagline {
		 font-size:18px;
		 margin-bottom:5px;
	}
	 .footer-content .site-links.side {
		 display:inline-block;
		 vertical-align:middle;
		 margin-left: 20px;
		 margin-top:0;
	}
	 .footer-content address {
		 font-size:21px;
		 padding-top:5px;
		 padding-bottom:18px;
	}
	 .footer-content address span + span.phone:before {
		 content:"\00A0\00A0\2022\00A0\00A0";
	}
	 #copyright {
		 font-size:11px;
	}
	 .socialmedia li a {
		 font-size:33px;
	}
	 #leftcolumn {
		 width: 30%;
		 float: left;
		 padding: 7px 2% 0 2%;
	}
	 #section-nav {
		 display:block;
		 margin-left:7%;
	}
	 #section-nav ul {
		 font-family: Roboto;
		 list-style: none;
		 font-size: 14px;
	}
	 #section-nav ul li {
		 color: #6c6c6c;
		 padding:0 20px 9px 0;
		 text-transform: uppercase;
	}
	 #section-nav ul li a, #section-nav ul li span {
		 display: block;
		 text-decoration: none;
		 color: #6c6c6c;
		 padding: 2px 0;
		 border: 1px solid transparent;
	}
	 #section-nav ul li a:hover {
		 color: #000;
		 background:#e4edf3;
		 border: 1px solid #c1c1c1;
	}
	 #section-nav ul li.on span {
		 color: #003478;
		 letter-spacing: -.5px;
		 border: 1px solid #c1c1c1;
		 cursor: default;
	}
	 #pagetext {
		 float: right;
		 width: 69%;
		 position: relative;
		 margin-bottom:125px;
	}
	 .profile {
		 display:flex;
		 flex-wrap:wrap;
		 font-size:14px;
	}
	 .profile .image-wrap {
		 width:20%;
	}
	 .profile-info {
		 width:80%;
	}
	 .profile .image-wrap + .profile-info {
		 padding-left:25px;
	}
	 .profile .name {
		 font-size:16px;
	}
	 .profile .contact {
		 width:100%;
	}
	 .profile .contact .email {
		 display:inline-block;
	}
	 .profile .contact span + span:before {
		 content: "\00A0\00A0\2022\00A0\00A0";
	}
	 #results table {
		 font-size:16px;
	}
	 .feature-row {
		 margin-left:-20px;
		 margin-right:-20px;
	}
	 .feature-row::after {
		 content: "";
		 display:table;
		 clear:both;
	}
	 .feature-column {
		 float:left;
		 padding-left:20px;
		 padding-right:20px;
	}
	 .feature-column ul, .feature-column ol {
		 margin-left:0;
		 margin-right:0;
	}
	 .feature-row.columns-1 .feature-column {
		 width:100%;
	}
	 .feature-row.columns-2 .feature-column {
		 width:50%;
	}
	 .feature-row.columns-3 .feature-column {
		 width:33.3333% 
	}
	 .facguide-member #pagetext .nameblock {
		 display:block;
	}
	 .facguide-member #leftcolumn .nameblock {
		 display:none;
	}
	 .facguide-member .profileblock .mainpic {
		 float:left;
		 width:20%;
		 margin: 0 2% 10px 0;
	}
	 .facguide-member .profileblock::after {
		 content:"";
		 display:table;
		 clear:both;
	}
	 table.stack-mobile.large-only {
		 display:table;
	}
	 table.stack-mobile.small-only {
		 display:none;
	}
	 .classes-list th span::before {
		 content: "\f0d8";
		 font-family:FontAwesome;
		 margin-left:5px;
	}
	 .classes-list th a.sorted span::before {
		 content: "\f0d7";
	}
	 .event h3 {
		 font-size:18px;
	}
}
 @media all and (min-width:1020px) {
	 .inside h1, .section h1 {
		 font-size:46px;
	}
	 .section h2 {
		 font-size: 34px;
		 line-height:130%;
	}
	 .section h3, .widget h2 {
		 font-size: 28px;
	}
	 .section h4, .widget h3, .wdiget h4 {
		 font-size: 24px;
		 font-weight: 300;
	}
	 .sb-search, a.nav-expander {
		 right:1%;
	}
	 .sb-search .fa {
		 padding: 9px;
	}
	 .sb-search-open .sb-search {
		 width: calc(61% - 92px);
	}
	 .home.sb-search-open .sb-search {
		 width: calc(68% - 92px);
	}
	 .sb-search-submit {
		 background: rgba(0,52,120, .7);
	}
	 body:not(.home) .skip {
		 top:115px;
	}
	 body:not(.home) #topbar {
		 height:115px;
	}
	 body:not(.home) .banner-wrap.long #banner {
		 min-height:calc(100vh - 115px);
	}
	 body:not(.home) #pagecontent {
		 margin-top:115px;
	}
	 body:not(.home) #navigation-main {
		 top:115px;
	}
	 #navigation {
		 display:block;
	}
	 #navigation ul {
		 list-style:none;
		 display:inline-block;
		 padding-top:10px;
	}
	 #navigation ul li {
		 float:left;
		 font-weight:bold;
		 letter-spacing:.4px;
		 text-transform:uppercase;
		 padding-top:0;
		 list-style:none;
		/*padding-left:1.33em;
		*/
		 padding-left:1.8em;
		/*font-size:14px;
		*/
		 font-size: calc(81.25% + 3 * (100vw - 1020px) / 380);
	}
	 #navigation ul li:first-child {
		 padding-left:0;
	}
	 #navigation ul li a, #navigation ul li span {
		 display:block;
		 color:#ffffff;
		 text-decoration:none;
		 border:1px solid transparent;
		 padding: 3px 4px 2px 4px;
	}
	 #navigation ul li a:hover, #navigation ul li a:focus, #navigation ul li.active span, #navigation ul li.active a {
		 border:1px solid #c1c1c1;
		 background:rgba(255, 255, 255, 0.3);
	}
	 #navigation ul li.active span {
		 cursor:default;
	}
	 .banner-wrap.short #banner {
		 height:350px;
	}
	 .banner-wrap.short.has-usnews #banner {
		 padding-bottom:63px;
		 margin-bottom: 78px;
	}
	 .landing .banner-wrap.long.has-usnews #banner {
		 padding-bottom:126px;
	}
	 #usnews {
		 width: 280px;
	}
	 .actionlinks ul li {
		 margin-top: 17px;
	}
	 .actionlinks ul li a {
		 font-size:16px;
	}
	 .separator-image-section, .news-section, .banner-wrap.long #banner, #footer {
		 background-attachment: fixed;
	}
	 .separator-image-section {
		 height:300px;
	}
	/* FOOTER */
	 .footer-content.site-footer .sitename {
		 font-size:28px;
	}
	 .footer-content .tagline {
		 font-size:18px;
	}
	 .footer-content address {
		 font-size:23px;
		 padding-bottom:30px;
	}
	 #copyright {
		 font-size:13px;
	}
	 #sectionheading {
		 width: 90%;
		 padding-top: 40px;
	}
	 #sectionheading p a {
		 font-size: 26px;
		 padding: 0;
		 margin: 0;
	}
	 #section-nav ul {
		 font-size: 15px;
	}
	 .inside .wysiwyg-text-section img.fullwidth {
		 width:105%;
		 margin-left:-5%;
		 max-width:none;
	}
	 .widget {
		 width:100%;
	}
	 .profile {
		 font-size:16px;
	}
	 .profile .name {
		 font-size:18px;
	}
	 table.stack-tablet.large-only {
		 display:table;
	}
	 table.stack-tablet.small-only {
		 display:none;
	}
}
 @media all and (min-width:1400px) {
	 .banner-wrap #banner h1 {
		 font-size:68px;
	}
	 .home .banner-wrap .overlay, .home .banner-wrap .banner-mask, .home .banner-wrap .socialmedia-wrap, .home #topbar .logos {
		 width:30%;
	}
	 .home .banner-content-area, .home #navigation-main, .home .actionlinks {
		 margin-top:calc(4.2% + 20px);
	}
	 #navigation ul li {
		 font-size:16px;
	}
}
 