/* 

    Theme Name: Summer School
    Theme URI: http://summerschool.wolfram.com/ 
    Description: Summer School Theme

    developer:   Estevao T
    requires:    /common/framework/css/framework.en.css

*/
/* ==========================================================================
   Theme
   ========================================================================== */
/* Shared 
   ========================================================================== */

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    color: #707070;
}

.inner, 
.container {
    max-width: 1140px;
    margin: 0 auto;
}

#pages .container {
    padding:1rem 2rem 2rem 2rem;
}

.audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

code {
    font-family: monospace, monospace;
    line-height: .875rem;
    font-size: 0.75rem;
    margin: -.5rem 0 .5rem 0;
}

/* fonts */

h2 {
    font-weight: 700;
}

a, #ssHeader p.back a:hover, #ssHeader h1 a:hover, main nav.tabs a:hover, #ssHeader .when-where a:hover,
main h1, main .faux-h1, main h3, #alumni .alumni-archive h2, #alumni .alumni-archive a:hover, 
#alumni .alumni-archive a.active, .alumni-list a:hover, .alumni-picture h1.name, .alumni-list .faculty-link a, 
main .alumni-copy h2, .presentations:hover .arrow, .presentations.show .arrow, 
#alumni .cycle-slide h3.name, #alumni .cycle-slide p.project .arrow,
#programs h2, table.lecture-notes thead, table.lecture-notes a:hover,
#alumni .alumni-info .alumni-list h3, #alumni .alumni-info .alumni-list a:hover, 
#alumni .alumni-info .alumni-back a:hover, #alumni .featured-alumni .person-info p a,
#alumni .alumni-list .faculty-link a, #alumni .alumni-back a:hover, a.c-gray-70:hover {
    color: #ff8100;
    text-decoration: none;
}

#alumni .alumni-picture a:hover,    
#alumni .alumni.landing .cycle-slide .person a:hover h2.name,
#alumni .featured-alumni .person-info a:hover,
#alumni .alumni-info a:hover {
    color: #bb4908;
}

#ssHeader p.back, 
#ssHeader h1 {
    margin: 0;
    font-weight: 400;
}

#ssHeader h1 {
    font-size: 3rem;
    overflow: visible;
    padding: 0.1rem;
}

#ssHeader h1 a {
    display: inline-block;
}

#ssHeader .founded-year {
    font-size: 14px;
    line-height: 14px;
    width: 60px;
    display: inline-block;
    text-transform: uppercase;
    padding-left: 10px;
    color: #ff8100;
}

/* misc */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.bottom-0 {
    bottom: 0;
}

.close-btn {
    background: url(img/close-icon.png) top;
    height:13px; 
    width:13px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background-size:13px;
}

.close-btn:hover {
    background-position: 0 13px;
}

/* Header
   ================================== */
#ssHeader .inner .wrap {
    padding: 2.3125rem 0;
    margin: 0 auto;
    max-width: 800px;
}

#ssHeader .menu-docked {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 42px;
}

#ssHeader nav .menu-item,
#ssHeader #menu-open,
#ssSubmenu ul .page_item a {
    color: #fff;
    display: block;
    padding: 0.2rem 1rem 0.472rem 1rem;
    font-weight: 600;
    font-size: 1.125rem;
    cursor: pointer;
}

#ssSubmenu ul .page_item a

#ssHeader .banner span {
    padding: 0 20px 0 8px;
}

#ssHeader #menu-header {
    padding-top: 0.472rem;
}

#ssHeader nav .menu-item a {
    color: #fff;
}

#ssHeader nav .menu-item:hover,
#ssHeader nav .menu-item:hover a,
#ssHeader nav .current-menu-item,
#ssHeader nav .current-page-ancestor,
#ssHeader nav .current-page-ancestor a,
#ssHeader nav .current-menu-item a,
#ssSubmenu ul .current_page_item a,
#ssSubmenu ul .page_item:hover a {
    color: #707070;
    background: white;
}

#ssSubmenu ul {
    background: #db6600;
}

#ssSubmenu ul .page_item a {
    padding-top:0.472rem;
    font-weight: 400;
}

/* Colors 
   ================================== */
.c-gray-70 { color: #707070; }
.emperor-gray-bg {background: #505050 !important; }
.blue-chill-bg { background: #07879e !important; }

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn-red {
    background: #dd1100;
    color: white;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1rem;
    padding: 0.4rem .625rem;
    border-radius: 3px;
    transition: background 0.2s, border-color 0.2s;
    font-weight: 600;
}

.btn-red:hover {
    background: #fe0000;
    color: white;
}

.list-button {
    font-weight: 700;
    display: block;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.1rem;
    color: white;
    line-height: 11px;
    white-space: nowrap;
    padding: 12px 14px 12px 14px;
    margin: 1rem 0;
    background-color: #e82d1d;
    border: 0;
    border-radius: 4px;
    cursor: pointer;  
}

.list-button::before {
    content: '';
    background: url('https://content.wolfram.com/uploads/sites/34/2020/08/hamburger.svg') no-repeat;
    width: 21.4px;
    height: 12.38px;
    position: relative;
    display: inline-block;
    padding: 0;
    margin-right: .25rem;
}

.list-button:hover {
    background:#c42c1f;
}

/* Stripe */
.stripe {
    z-index: 999;
    overflow: visible;
    background: #07879e;
    text-align: center; 
    padding: 1rem;
}
.stripe:hover {
    background: #07a0bc;
}
.stripe p,
.stripe a {
    color: #fff; 
    margin: 0;
}

.stripe a:hover {
    color: #fff9a0;
}

/* ==========================================================================
   Icons
   ========================================================================== */
.icon-chevron::before {
    border-style: solid;
    border-width: 0.30rem 0.30rem 0 0;
    content: '';
    display: inline-block;
    height: 0.75rem;
    left: 0.45rem;
    position: relative;
    top: 0.15rem;
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 0.75rem;
    align-self: baseline;;
}

.icon-chevron-r:before {
    left: 0;
    transform: rotate(45deg);
}

.icon-chevron-b:before {
    top: -0.26rem;
    transform: rotate(135deg);
}

.icon-chevron-l:before {
    left: 0.25em;
    transform: rotate(-135deg);
}

/* ==========================================================================
   Pages
   ========================================================================== */
#pages {

}

#pages .wrap {
    margin: 0 auto;
    max-width: 1140px;
}

#pages h1 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2.125rem;
    letter-spacing: 0.044118rem;
    line-height: 2.31rem;
    padding: 2.25rem 0 1.75rem;
    max-width: 600px;
}

#pages .faux-h1 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2.125rem;
    letter-spacing: 0.09rem;
    line-height: 2.31rem;
    margin: 2.25rem 0 1.75rem;
}

#pages nav.tabs {
    background: #ebebeb;
    border-bottom: 1px solid #c2c2c2;
    text-transform: uppercase;
}

#pages nav.tabs ul.wrap {
    padding: 1.875rem 3.3125rem 0.3rem 3.3125rem;
    margin: 0 auto;
}

#pages nav.tabs a.current {
    background-color: #fff;
    border-color: #c2c2c2;
    border-bottom-color: rgb(194, 194, 194);
    border-bottom-color: #fff;
}

#pages nav.tabs li {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

#pages nav.tabs a {
    border: 1px solid #ebebeb;
    border-bottom-color: #c2c2c2;
    color: #707070;
    position: relative;
    top: 1px;
    font-size: 1.125rem;
    padding: 0.31rem 1rem;
}

/* MISC */

#ssHeader .chevron-left {
    font-size: 1.8rem;
    top: 3px;
    position: relative;
    font-weight: 600;
    line-height: 0;
}

/* Slideshow */ 
#cycle-frame img {
    max-width: 100%;
}

#cycle-frame .wrap {
    max-width: 51.93rem;
    padding: 2rem 1.5rem;
}

.cycle-slide {
    margin-bottom: 2em;
}

.cycle-slide .col {
    display: table-cell;
    vertical-align: top;
    padding-right: 4%;
}

.cycle-slide .col.half {
    width: 54%;
}

.cycle-slide .col + .col {
    padding-right: 0;
}

#cycle-pager {
    text-align: center;
    padding: 1.5rem 0;
}

#cycle-pager span {
    display: inline-block;
    color: rgba(0, 0, 0, 0);
    margin: 0 .35rem;
    width: 0.8rem;
    height: 0.8rem;
    border: .15rem solid #fff;
    border-radius: 50%;
    cursor: pointer;
}

#cycle-pager span.cycle-pager-active, #cycle-pager span:hover {
    background: #fff;
}

/* ==========================================================================
   Tumblr
   ========================================================================== */

.tumblr_wrapper {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}    

.tumblr_wrapper .tumblr_post {
    flex-basis: 16%;
    margin-bottom: 0.4rem;
    background: #fff;
    border-radius: 8px;
    padding: 0.5rem .5rem 1rem .5rem;
}

.tumblr_wrapper>div>hr {
    border-top: 5px solid #ff8f2d;
    left: 0;
    position: absolute;
    right: 0;
    top: 136px;
    width: 100%;
}

.tumblr_wrapper .tumblr_post:hover {
    box-shadow: 0 2px 13px #9e0b00;
}

.tumblr_wrapper .tumblr_post .tumblr_photo_post {
    border: 1px solid #fff;
}
.tumblr_wrapper .tumblr_post .tumblr_photo_post:hover {
    border: 1px solid #BB4908;
}
.tumblr_wrapper .tumblr_post img.tumblr_photo {
    width: 100%;
    object-fit:cover;
}

/* text inside tumblr blocks */
.tumblr_wrapper hr {
    border-top: 1px solid #ccc;
    margin: .5px 0 0.625rem;
}

.tumblr_wrapper p.student {
    color: #ff8100;
    text-decoration: none;
    bottom: 3.75rem;
    display: block;
    white-space: pre-wrap;
    border-top: 1px solid #ccc;
    font-size: .81rem;
    padding: .5rem 0 0 0;
}

.tumblr_wrapper h4 {
    color: #767676;
    font-size: 0.937rem;
    font-weight: 300;
    margin: 6px auto 0px auto;
    text-align: center;
    line-height: 1.25rem;
    font-family: 'Source Sans Pro', Arial, sans-serif;
}

.tumblr_wrapper span {
    font-size: .625rem;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    margin-top:0.3rem;
    color: #767676;
    line-height: 0.5;
    vertical-align: text-top;
    display: block;
}

.tumblr_wrapper p.project  {
    color: #767676;
    font-size: .9375rem;
    font-weight: 400;
    display: block;
    padding: .625rem 0 .625rem;
    line-height: 1.25rem;
}

.tumblr_wrapper p.student {
    display: block;
    white-space: pre-wrap;
    max-width: 180px;
    border-top: 1px solid #ccc;
    font-size: 13px;
    padding: 6px 0 0 0;
}

 /*tumblr blocks*/  
.tumblr_wrapper .tumblr_post:nth-child(-n+4) {
    flex-basis: 24.5%; /* 4 blocks */
}

.tumblr_wrapper .tumblr_post:nth-child(n+5) {
    flex-basis: 19.5%; /* 4 blocks */
}

.tumblr_wrapper .tumblr_post:nth-child(n+10) {
    flex-basis: 12%; /* 6 blocks */
}

.tumblr_wrapper .tumblr_post:nth-child(n+18) {
    flex-basis: 9.5%; /* 10 blocks */
}

.tumblr_wrapper .tumblr_post:nth-last-child(-n+3),
.tumblr_wrapper .tumblr_post:nth-child(n+10) p,
.tumblr_wrapper .tumblr_post:nth-child(n+10) span,
.tumblr_wrapper .tumblr_post:nth-child(n+10) h4 {
    display: none;
}

/* image inside tumblr block */
.tumblr_wrapper .tumblr_post:nth-child(-n+4) img.tumblr_photo {
    height: 250px;
} 

.tumblr_wrapper .tumblr_post:nth-child(n+5) img.tumblr_photo {
    height: 200px; /* 4 blocks */
}

.tumblr_wrapper .tumblr_post:nth-child(n+10) img.tumblr_photo {
    height: 120px; /* 6 blocks */
}

.tumblr_wrapper .tumblr_post:nth-child(n+18) img.tumblr_photo {
    height: 90px; /* 10 blocks */
}


/* ==========================================================================
   Programs 
   ========================================================================== */
/* Shared */
#programs p.main {
    font-weight: 300;
    font-size: 1.3125rem;
    line-height: 1.937rem;
    margin: 0;
    padding-right: 0;
}

#programs .lists {
    font-size: 0.9375rem;
}

#programs h2 {
    text-transform: none;
    font-size: 1.125rem;
    line-height: 1.312rem;
    margin: 2rem 0 0.437rem;
    padding-top: 0;
    font-weight: 400;
    border-top-style: none;
}

#programs h2.rule {
    padding-top: 2.81rem;
    margin-top: 2.81rem;
    border-top:1px solid #c2c2c2;
}

#programs .lists ul {
    margin: 0;
    padding-left: 1.17rem;
}

#programs .lists ul li {
    display: list-item;
    list-style-type: disc;
}

/* ==========================================================================
   RESOURCES
   ========================================================================== */

#resources .tiles li {
    flex-basis: 33%;
    padding: 1.31rem 1.68rem;
}

#resources .tiles div {
    color: #404040;
    font-size: 1.125rem;
    padding-top: 0.6rem;
    line-height: 1.25rem;
}

#resources .tiles a:hover div {
    color: #ff8100;
}

/* ==========================================================================
   FAQ
   ========================================================================== */

#faq .faq-section {
    font-size: 0.9375rem;
    line-height: 1.375rem;
    max-width: 50rem;
    margin-bottom: 2.81rem;
}

#faq .faq-section h3, 
#faq .faq-section span.bold {
    font-size: .9375rem;
    font-weight: 600;
    margin-top: 2rem;
    color: #404040;
}

#faq .faq-section p {
    margin: .3rem auto;
}


/* ==========================================================================
   Faculty
   ========================================================================== */
#faculty {
    scroll-snap-margin-top: 100px;
    scroll-margin-top:100px;
}

#faculty h2 {
    text-transform: uppercase;
    border-top: 1px solid #c2c2c2;
    font-weight: 400;
    font-size: 1.25rem;
    padding-top: 2rem;
}

#faculty h3 {
    margin: 0;
    font-size: 1.4rem;
    font-weight: 400;
}

#faculty h4 {
    margin: .25rem 0;
    font-weight: bold;
    font-style: italic;
}

#faculty .faculty-description p {
    margin-top: .3rem;
}

.years-list li:not(:last-child)::after {
    content: "|";
    font-weight: bold;
    margin-left: 0.5rem;
    line-height: 22px;
}

.years-list li {
    padding-right: .5rem;
}

/* ==========================================================================
   Alumni
   ========================================================================== */

#alumni .alumni-picture {
    background: #404040;
}

#alumni .wrap {
    max-width: 1140px;
    padding: 1rem 2rem 2rem 2rem; 
}

#alumni .alumni-picture h2, 
#alumni .alumni-picture h3,
#alumni .alumni-picture .faux-h2 {
    font-size: 1.25rem;
    color: inherit;
    font-weight: bold;
    margin: 0.875rem 0 2rem;
    letter-spacing: 0.07rem;
}

#alumni .alumni-picture img {
    border: 1px solid #c2c2c2;
}

#alumni .cycle-slide {
    display: flex !important;
}

#alumni .cycle-slide > div {
    flex-basis: 50%;
}
#alumni .cycle-slide > div:first-child {
    padding-right:1rem;
}

#alumni .cycle-slide h3 {
    text-transform: none;
    border: 0;
    padding: 0;
    margin: 0;
    line-height: 1;
}

#alumni .cycle-slide .cycle-slide-cover img {
    width: 100%;
}

#alumni .cycle-slide .person {
    display: flex;
    width: 100%;

}
#alumni .cycle-slide .person a,
#alumni .alumni-picture {
    color: white;
}

#alumni .cycle-slide .person img {
    margin-right: .5rem;
}

#alumni .cycle-slide p.project {
    font-weight: 300;
    font-size: 1.1875rem;
    line-height: 1.3125rem;
    margin: 0.625rem 0 0;
}

#alumni .cycle-slide .description {
    font-weight: 300;
    line-height: 1.1875rem;
}

#alumni .cycle-slide .description p {
    margin: 0.625rem 0;
}

/* alumni class archive sidebar */
#alumni .alumni-archive {
    border-left: 0.1875rem solid #ff8100;
    font-size: 0.875rem;
    line-height: 1;
    margin: 2.5rem 0;
    color: #ff8100;
    padding-left: .5rem;
}

#alumni .alumni-archive h2 {
    font-size: .875rem;
    font-weight: 600;
    margin-bottom: 1rem;
    margin: 0.5rem 0;
}
 
#alumni .alumni-archive a {
    display: inline-block;
    margin: .3215rem 0;
    color: rgb(112, 112, 112);
}

#alumni .alumni-archive a::after {
    content: " »";
}

/* alumni single-alumni page */
#alumni .alumni-picture .alumni-img, 
#alumni .alumni-picture .nameplate {
    margin: 0;
    vertical-align: middle;
    padding: 0.25rem 0;
    padding-right: 1.125rem;
}

#alumni .alumni-picture .nameplate {
    font-size: 0.875rem;
    line-height: 1.125rem;
}

#alumni .alumni-picture .nameplate p {
    margin: 0;
    font-weight: 300;
}

#alumni .alumni-picture .nameplate {
    font-size: 0.875rem;
    line-height: 1.125rem;
}

#alumni .alumni-picture .nameplate h1.name {
    text-transform: none;
    font-weight: 400;
    letter-spacing: normal;
    margin: 0;
    color: inherit;
    font-size: 1.375rem;
    line-height: 1.5rem;
    padding: 0;
}

#alumni .alumni-info {
    max-width: 850px;
    flex-basis: 90%;
}

#alumni .alumni-info h2 {
    text-transform: none;
    border: none;
    padding: 0;
    font-weight: 400;
    font-size: 1.125rem;
    margin: 1.875rem 0 0;
    color: #ff8100;
    line-height: 1.375rem;
}

#alumni .alumni-info h3, 
#alumni .alumni-info h4 {
    color: #404040;
    font-size: 1rem;
    margin: 1rem 0 0;
    font-weight: 600;
}

#alumni .alumni-info img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 1px solid #c2c2c2;
    padding: .5rem;
    margin: .66rem 0;
}

#alumni .alumni-info p {
    margin:.625rem 0;
    font-size: .9375rem;
}

#alumni .alumni-info .gallery-link a.text-link {
    margin-right: 1.75rem;
}

#alumni .alumni-info .gallery-link img {
    border:none;
}

#alumni .alumni-info .alumni-list h3 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.125rem;
    margin: 1.6em 0 0 0;
}

#alumni .alumni-list ul {
    margin: 2rem 0;
    padding: 0 1rem 0 0;
    list-style: none;
    line-height: 1;
    font-size: 0.875rem;
    vertical-align: top;
}

#alumni .alumni-list li {
    display: flex;
    flex-basis: 33%;
}

#alumni .alumni-list a {
    color: inherit;
    margin:0 0 0.25rem -0.43em;
    padding:.5rem; 
}

#alumni .alumni-list .faculty-link a {
    font-weight: 600;
    font-size: 1.1875rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: .59375rem;
    margin: -.59375rem;
}


/* featured / advice alumni */
#alumni .featured-alumni .person {
    flex-basis: 40%;
    margin-bottom: 2.81rem;
}

#alumni .featured-alumni .person:nth-of-type(2n) {
    margin-left: 10%;
}   

#alumni .featured-alumni .person img {
    border: 0;
    height: 83px;
    margin: 0 1rem 0 0;
    padding: 0;
}

#alumni .alumni-list h2 {
    font-weight: 600;
    letter-spacing: 0.07031rem;
    line-height: 1;
    margin: 0.625rem 0 2.81rem;    
    padding-top: 4.56rem;
    text-transform: uppercase;
    border-top: 1px solid #c2c2c2;
    font-size: 1.25rem;
    color: inherit;
}

#alumni .alumni-list h2:first-child {
    border: none;
    margin-top: .5rem;
}

#alumni .featured-alumni .person-info h3 {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1;
    text-transform: none;
}

#alumni .featured-alumni .person-info p {
    font-size: 0.875rem;
    line-height: 1.35rem;
    margin: 0.714rem 0;
}


#alumni .featured-alumni .person-info p a {
    margin: 0;
    padding: 0;
}


#alumni nav.alumni-back {
    margin: 6.1875rem 0 0;
}

#alumni .alumni-back a {
    color: inherit;
}

#ssHeader p.back a svg.arrow, 
#alumni .alumni-back a svg.arrow {
    fill: #707070;
    vertical-align: baseline;
}

#ssHeader p.back a:hover svg.arrow, 
#alumni .alumni-back a:hover svg.arrow {
    fill:#ff8100;
}


/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */

/* styles for large screens (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {

}

/* styles for medium screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {

    .display-f__900 {
        display: flex !important;
    }

    .inner {
        padding: 2rem;
    }

    #ssHeader .inner .wrap {
        padding: 0;
    }

    #ssHeader #menu-header {
        box-shadow:0 20px 23px 2px #202020;
    }   

    /*tumblr*/ 
    .tumblr_wrapper .tumblr_post img.tumblr_photo {
        height: calc(100vw*.14);
    } 
    
    .tumblr_wrapper .tumblr_post:nth-child(-n+3) {
        flex-basis: 33%; /* 3 blocks */
        white-space: pre-wrap;
    }

    .tumblr_wrapper .tumblr_post:nth-child(n+4) {
        flex-basis: 24.5%; /* 4 blocks */
    }

    .tumblr_wrapper .tumblr_post:nth-child(n+8) {
        flex-basis: 16.2%; /* 6 blocks */
    }

    .tumblr_wrapper .tumblr_post:nth-child(n+14) {
        flex-basis: 12%; /* 8 blocks */
    }

    .tumblr_wrapper .tumblr_post:nth-child(n+22) {
        flex-basis: 10.6%; /* 10 blocks */
        display: flex;
    }

    .tumblr_wrapper .tumblr_post:nth-child(n+8) p,
    .tumblr_wrapper .tumblr_post:nth-child(n+8) span,
    .tumblr_wrapper .tumblr_post:nth-child(n+8) h4 {
        display: none;
    }   

    /* image inside tumblr block */
    .tumblr_wrapper .tumblr_post:nth-child(-n+3) img.tumblr_photo {
        height: 200px;
    } 

    .tumblr_wrapper .tumblr_post:nth-child(n+4) img.tumblr_photo {
        height: 160px; /* 4 blocks */
    }

    .tumblr_wrapper .tumblr_post:nth-child(n+8) img.tumblr_photo {
        height: 120px; /* 6 blocks */
    }

    .tumblr_wrapper .tumblr_post:nth-child(n+14) img.tumblr_photo {
        height: 90px; /* 10 blocks */
    }

    .tumblr_wrapper .tumblr_post:nth-child(n+22) img.tumblr_photo {
        height: 70px; /* 10 blocks */
    }

    /* Resources */

    #resources .tiles li {
        padding: 1.31rem .5rem;
    }

    /* Stripe */
    .stripe * {
        font-size: .92rem;
    }

}

/* styles for small screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {

    #ssHeader .chevron-left {
        font-size: 1.8rem;
        top: 2px;
    }

    /* tumblr */ 
    .tumblr_wrapper .tumblr_post p,
    .tumblr_wrapper .tumblr_post span {
        display: none;
    }
    
    .tumblr_wrapper .tumblr_post:nth-child(n) {
        flex-basis: 16%; /* 6 blocks */
    }
    .tumblr_wrapper .tumblr_post:nth-child(n) img.tumblr_photo {
        height: 10vw; /* 10 blocks */
    }

    /* alumni */
    #alumni .cycle-slide > div {
        flex-basis: 100%;
    }
    #alumni .cycle-slide > div:first-child {
        padding-right:0;
    }

    #alumni .alumni-info {
        flex-basis: 100%;
        order: 2;
    }

    #alumni .alumni-list ul,
    #alumni .alumni-archive {
        font-size: 1rem;
    }

    #alumni .featured-alumni .person {
        flex-basis: 90%;
    }

    #alumni .featured-alumni .person:nth-of-type(2n) {
        margin-left: 0;
    }

    .categories-list-wrapper {
        position: relative;
    }

    .categories-list-menu {
        background: #fcfcfc;
        border: 1px solid #dedede;
        font-family: 'Source Sans Pro';
        padding: 1rem .5rem 1rem 0;
        position: absolute;
        top: 4.5rem;
        z-index: 10;
        font-weight: 400;
        width: 250px;        
    }

    .categories-list-menu:before, 
    .categories-list-menu:after {
        content: '';
        border-width: 10px;
        border-style: solid;
        display: block;
        left: 1rem;
        position: absolute;
        top: -20px;
    }

    .categories-list-menu:before {
        border-color: transparent transparent #fcfcfc transparent;
        content: '';
        top: -19px;
        z-index: 1;
    }

    .categories-list-menu:after {
        border-color: transparent transparent #dedede transparent;
        content: '';
        z-index: 0;
    }

    .categories-list {
        margin: 0 0 0 30px;
        padding: 0;
        list-style: none;
        display: inline-block;
        vertical-align: top;
    }

    .categories-list li {
        padding: 0 0 0 3px;
        position: relative;
        margin: 0.4rem 0;
    }

    .categories-list li:before {
        content: '';
        width: 4px;
        height: 4px;
        top: 10px;
        left: -8px;
        position: absolute;
        display: inline-block;
        background: #ee5050;
    }

    .categories-list a {
        color: #535353;
        line-height: 1.5;
        text-transform: none;
    }

    .categories-list a:hover {
        color: #c42c1f;
    }

    .categories-list-menu .categories-list-scroll {
        max-height: 400px;
        overflow-y: scroll;
        column-count: 1;
    }

    #alumni .list-button { 
        font-size: 1.27rem;
        width: 165px; 
    }

    /* Resources */

    #resources .tiles li {
        flex-basis: 100%;
    }

}

/* styles for minimum supported screen width (320px)
   ========================================================================== */

@media all and (max-width: 320px) {

    .flex-wrap-w__320 { flex-wrap: wrap;  }
    .flex-direction-c__320 { flex-direction: column;  }
    .margin-t-1__320 { margin-top:1rem; }
    
    .display-n__320 { display: none !important;   }
    .display-ib__320 { display: inline-block !important;   }
    

    .tumblr_wrapper .tumblr_post {
        padding: 0.5rem;
    }

    .tumblr_wrapper .tumblr_post:nth-child(n) { 
        flex-basis: 24%;  /* 4 blocks */
    }

    .tumblr_wrapper .tumblr_post:nth-child(n+25) {
        display: none;
    } 

    .tumblr_wrapper .tumblr_post:nth-child(n) img.tumblr_photo { 
        height:55px;
    }

}