/* Styles for the Wolfram Summer Research Program

   requires:  /common/framework/css/framework.en.css
========================================================================== */
body {
    color: #707070;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.6;
}
q::before, q::after {
    content: '"';
}
.wrap,
.inner {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 1rem;
    position: relative;
    width: 1200px;
}
iframe {
    display: block;
    margin: 0 auto;
}
p.large {
    font-size: 1.313rem;
}
.camp .activities-logo {
    display: inline-block;
    float: left;
    height: 51px;
    width: 49px;
    padding-right: 0.625rem;
    margin-top: 1.6rem;
}
.camp .activities {
    display: inline-block;
    max-width: 100%;
}
.camp .col.right .activities {
    max-width: 100%;
}
/* ==========================================================================
   Shared - Added by EstevaoT
   ========================================================================== */
.testimonials {
    display: grid;
    grid-template-columns: 68px 1fr;
    gap: 2rem;
    margin: 50px auto;
    padding: 20px;
    background: #e2eef5;
}
.home .testimonials {}
.testimonials::before {
    content: '';
    width: 68px;
    height: 56px;
    background: url(../assets/quote.png) no-repeat;
}
.testimonials .cycle-slideshow {
    grid-row: 1;
    grid-column: 2;
    z-index: 1;
}
.testimonials .cycle-pager-wrapper {
    margin: 0;
}
.testimonials .cycle-pager-wrapper {
    position: relative;
    justify-self: flex-end;
    align-self: flex-end;
    grid-column: 2;
    grid-row: 1;
    z-index: 2;
}
.testimonials .cycle-slide>blockquote {
    font-size: 1.125rem;
    line-height: 1.4;
    font-style: italic;
    color: #707070;
    text-align: left;
    grid-column: 1 / -1;
    margin-bottom: 1rem;
}
.testimonials .cycle-slide>blockquote+div {
    display: flex;
    gap: 1rem;
    align-items: center;
    grid-column: 1;
}
.testimonials .cycle-slide>blockquote+div>img {
    width: 71px;
    height: 71px;
}
.testimonials .cycle-slide>blockquote+div>h4 {
    font-size: 1rem;
    font-weight: 400;
    color: #404040;
    margin: 0;
}
/* ==========================================================================
   Home - Added by EstevaoT
   ========================================================================== */
h2 {
    color: #05879e;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 50px;
}
h3 {
    font-size: 1.25rem;
    font-weight: 400;
    color: #ea6100;
}
/* overview */
.home #overview p:last-of-type {
    margin-bottom: 0;
}
/* featured alumni */
.home #featured-alumni {
    padding: 0 1.875rem;
    background: #fff;
}
.home #featured-alumni .wrap {
    padding: 50px 0;
    border-top: 1px solid #ccc;
}
.home #featured-alumni h2 {
    margin-top: 0;
    margin-bottom: 40px;
    background: #fff;
}
.featured-alumni-slideshow {
    padding-bottom: 40px;
}
.featured-alumni-slideshow .slide-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
}
.featured-alumni-slideshow .slide-content>img {
    width: 100%;
    object-fit: cover;
}
.featured-alumni-slideshow .slide-content>div {
    display: flex;
    gap: 1rem;
    flex-direction: column;
    text-align: left;
}
.featured-alumni-slideshow .slide-content>div a h3 {
    color: #ea6100;
    margin: 0;
}
.featured-alumni-slideshow .slide-content>div a:hover h3,
.featured-alumni-slideshow .slide-content>div a h3:hover {
    color: #e03400;
}
.featured-alumni-slideshow .slide-content>div blockquote {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    color: #404040;
}
.featured-alumni-slideshow .featured-alumni-profile {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    justify-content: flex-start;
    align-items: center;
}
.featured-alumni-slideshow .featured-alumni-profile {
    color: #404040;
}
.featured-alumni-slideshow .featured-alumni-profile>img {
    width: 75px;
    border-radius: 100%;
}
.featured-alumni-slideshow .featured-alumni-profile h4 {
    font-size: 1.125rem;
    font-weight: 400;
    margin: 0;
}
.featured-alumni-slideshow .featured-alumni-profile p {
    font-size: 1rem;
    font-weight: 300;
    font-style: italic;
}
.featured-alumni-slideshow+.cycle-pager-wrapper {
    margin: 0;
    padding-top: 40px;
}
/* Save the Date
----------------------------------*/
.inner {
    width: 70rem;
    max-width: 100%;
    padding: 3.75rem 0.9375rem;
    margin: 0 auto;
}
#save-the-date {
    width: 68.75rem;
    z-index: 101;
    height: 0;
}
.save-the-date {
    background: #ee3032;
    width: 9.375rem;
    top: 0;
    right: 0;
    float: right;
    position: relative;
    z-index: 10;
    padding-bottom: 1.25rem;
}
.save-the-date:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 80px solid #ee3032;
    border-right: 70px solid #ee3032;
    border-bottom: 18px solid transparent;
    -moz-transform: scale(.99999);
    -webkit-transform: scale(.99999);
    -o-transform: scale(.99999);
    -ms-transform: scale(.99999);
    position: absolute;
    bottom: -18px;
}
.header .inner .save-the-date p {
    font-size: 0.875rem;
    color: #fff;
    line-height: 1.8;
    margin: 0;
}
.header .inner .save-the-date a {
    color: #fff;
    text-align: center;
    display: block;
}
.header .inner .save-the-date a.apply-button:hover {
    background-color: #ff8100;
    text-decoration: none;
}
.save-the-date-heading {
    padding: 1.5625rem 0rem 0.625rem 0.9375rem;
    margin: 0;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    font-weight: 400 !important;
}
.save-the-date-setting {
    padding: 1.5625rem 0 1.25rem 0.625rem;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0;
}
.save-the-date-setting.school {
    padding: 1.5625rem 0 0.625rem 0.625rem;
}
.header .inner .save-the-date p.save-the-date-button {
    text-align: center;
    margin: 0;
}
.save-the-date-button a {
    border: 1px solid #972015;
    background: #b30f00;
    padding: 0.5rem 0.625rem;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
}
.save-the-date-button a:hover {
    background: #972018;
    color: #fff;
}
.sticky, .sticky-date {
    position: fixed;
    top: 0;
}
main h2.faux-h1 {
    border: none;
    padding: 0;
}
main h3 {
    font-weight: 400;
    font-size: 1.125rem;
    margin-top: 1.8rem;
    margin-bottom: 0.6rem;
}
.camp h3 {
    color: #000;
    font-size: 1.25rem;
}
main h4 {
    margin: 1rem 0 -1rem;
}
body.home p.copyright, body.home p.copyright a, .camp.programs p.copyright, .camp.programs p.copyright a, body.faculty p.copyright, body.faculty p.copyright a, body.alumni p.copyright, body.alumni p.copyright a, body.gallery p.copyright, body.gallery p.copyright a, body.resources p.copyright, body.resources p.copyright a, body.faq p.copyright, body.faq p.copyright a, body.mailing-list p.copyright, body.mailing-list p.copyright a {
    color: #ffce41;
}
a:hover {
    color: #e03400;
}
body p.copyright {
    text-align: left;
    margin: -1.375rem 0 0.1875rem;
    font-size: 0.75rem;
}
body p.copyright a {
    color: #404040;
}
body p.copyright a:hover {
    color: #ffce41;
}
body p.copyright a:hover, body.camp.home p.copyright a:hover, .camp.programs p.copyright a:hover, body.gallery.camp p.copyright a:hover, body.resources.camp p.copyright a:hover, body.faculty.camp p.copyright a:hover, body.alumni.landing.camp p.copyright a:hover, body.faq.camp p.copyright a:hover {
    color: #ff8100;
}
.camp main .alumni-picture {
    background: #fff;
    color: #05879e;
    border-top: 1px solid #ddd;
}
body.camp p.copyright, body.camp.home p.copyright {
    color: #aaaaaa;
}
.camp .cycle-pager-wrapper span {
    border-color: #404040;
}
.camp .cycle-pager-wrapper span.cycle-pager-active, .camp .cycle-pager-wrapper span:hover {
    background: #404040;
}
.camp main h1, .camp main .faux-h1, .camp.programs main h2 {
    color: #05879e;
    text-align: center;
    font-weight: 700;
}
main h1, main .faux-h1 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 2.125rem;
    letter-spacing: 0.044118rem;
    line-height: 1.1;
    margin: 1.058824em 0 0.823529em;
}
main .col.side nav {
    border-left: 0.214286rem solid #ff8100;
    font-size: 0.875rem;
    line-height: 1;
    margin: 2.857143rem 0;
}
.camp main .col.side nav {
    border-left: 0.214286rem solid #05879e;
}
main .col.side nav h2, main .col.side nav ul {
    border: none;
    padding: 0;
    list-style: none;
    text-transform: none;
    margin: 0.428571rem 0;
}
main .col.side nav h2 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
main .col.side nav h2, main .col.side nav a {
    display: inline-block;
    padding: 0.214286rem 0.428571rem;
    margin: 0.14285714rem;
}
main .col.side nav a::after {
    content: " »"
}
main .col.side nav h2 {
    margin-top: 0.571429rem;
    margin-bottom: 0.64285714rem;
    width: 112px;
}
.camp main .col.side nav h2 {
    color: #05879e;
}
/* Tabs ========================*/
main nav.tabs {
    background: #ebebeb;
    border-bottom: 1px solid #c2c2c2;
    text-transform: uppercase;
}
main nav.tabs ul.wrap {
    padding-bottom: 0;
    padding-top: 1.875em;
}
main nav.tabs a:hover {
    color: #ff8100;
    text-decoration: none;
}
main nav.tabs li, main nav.tabs a {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
main nav.tabs a {
    border: 1px solid #ebebeb;
    border-bottom-color: #c2c2c2;
    color: #707070;
    position: relative;
    top: 1px;
    font-size: 1.125rem;
    padding: 0.277778em 0.916667em;
}
main nav.tabs a.active {
    background-color: #fff;
    border-color: #c2c2c2;
    border-bottom-color: #fff;
}
main nav.tabs a.current {
    background-color: #fff;
    border-color: #c2c2c2;
    border-bottom-color: #fff;
}
/* Faculty ========================*/

.faculty main h2 {
    text-transform: uppercase;
    border-top: 1px solid #c2c2c2;
    font-weight: 400;
    font-size: 1.25em;
    padding-top: 2.5rem;
    margin-top: 2.9375rem;
    margin-bottom: 0;
}
.faculty main h2#top {
    border-top: none;
    padding: 0;
    margin: 0;
}
.faculty.camp p.large {
    font-weight: 300;
    line-height: 1.5;
    padding-right: 0;
    margin-bottom: 0;
}
.person .copy>p {
    margin: 0.9375rem 0;
}
.article_columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

article.person {
    flex: 0 1 48%; 
    margin: 2rem 1%; 
    box-sizing: border-box;
}
article.guest {
    padding-top: 0.625rem;
}
article.person img {
    float: left;
    border: 1px solid #c2c2c2;
    width: 6.125rem;
    height: auto;
}
article.person img.no-border {
    border-width: 0;
    width: 6.25rem;
}
article.person .copy {
    font-size: 0.9375rem;
    line-height: 1.46666667rem;
    margin-left: 8.333333rem;
    margin-right: 2.25rem;
}
article.person .nameplate {
    margin: 0 0 -0.4rem;
}
.twenty-twenty article.person .nameplate p:last-of-type {
    margin-top: 0.9375rem;
}
article.person h3 {
    margin: 0;
    font-size: 1.25rem;
    color: #05879e;
    font-weight: 400;
}
article.guest h3 {
    margin: 0;
    font-size: 1.3125rem;
    line-height: 1.6;
}
article.person p.title {
    margin: 0.266667rem 0 -0.933333rem;
    font-style: italic;
}
article.person p.pronouns {
    margin: 0.266667rem 0 -0.533333rem;
    font-style: italic;
}
article.person .years {
    margin: -0.8rem 0 0;
    max-width: 34rem;
}
article.person .years h4, article.person .years p {
    display: inline;
}
article.person .presentations+ul+.years {
    margin-top: 2rem;
}
article.person .presentations {
    cursor: pointer;
}
article.person .presentations svg.icon {
    vertical-align: -0.142857rem;
}
article.person .presentations .arrow {
    display: inline-block;
}
article.person .presentations.show .arrow {
    transform: rotate(90deg);
}

.cycle-slide {
    margin-bottom: 2rem;
}
.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-wrapper {
    text-align: center;
    margin: 3.3125rem 0 1.3125rem;
}
.cycle-pager-wrapper span {
    display: inline-block;
    color: rgba(0, 0, 0, 0);
    margin: 0 0.375rem;
    width: 0.75rem;
    height: 0.75rem;
    border: .125rem solid #fff;
    border-radius: 50%;
    cursor: pointer;
}
.cycle-pager-wrapper span.cycle-pager-active, .cycle-pager-wrapper span:hover {
    background: #fff;
}
audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}
.alumni.landing .cycle-slide ._col img {
    width: 100%;
}
.alumni.landing .cycle-slide {
    max-width: 61rem;
    display: flex !important;
}
.alumni.landing .cycle-slide .person {
    display: inline-block;
    /*    display: table;*/
    /*    display: flex;*/
    /*    width: 100%;*/
}
.alumni.landing .cycle-slide .person ._col:first-child {
    padding-right: 2%;
    width: 5.5rem;
}
.alumni.landing .cycle-slide .person a {
    color: inherit;
}
.alumni.landing .cycle-slide h2.name {
    text-transform: none;
    border: 0;
    padding: 0;
    margin: 0;
    line-height: 1;
}
.alumni.landing .cycle-slide p.class {
    margin: 0;
    font-weight: 300;
    font-style: italic;
    font-size: 0.875rem;
    line-height: 1.42857143rem;
}
.alumni.landing .cycle-slide p.project {
    font-weight: 300;
    font-size: 1.1875rem;
    line-height: 1.10526316rem;
    margin: 0.52631579rem 0 0;
}
.alumni.landing .cycle-slide .description {
    font-weight: 300;
    line-height: 1.1875rem;
}
.alumni.landing .cycle-slide .description p {
    margin: 0.625rem 0;
}
.alumni.landing main ._col.main h2 {
    font-weight: 600;
    letter-spacing: 0.05625rem;
    line-height: 1;
    margin: 0.9rem 0 2.25rem;
    padding-top: 3.65rem;
}
.alumni.landing main ._col.main h2:first-child {
    border: none;
    margin-top: .5rem;
}
.alumni.landing .wrap ._col.main {
    padding-right: 0;
}
.alumni.landing main ._col.main .person {
    width: 40%;
    display: inline-block;
    margin-bottom: 2.8125rem;
    vertical-align: top;
}
.alumni.landing main ._col.main .person:nth-of-type(2n) {
    margin-left: 10%;
}
.alumni.landing main ._col.main .person img {
    width: 4.0625rem;
    height: auto;
    float: left;
    border: 1px solid #dbdbdb;
}
.alumni.landing main ._col.main .person .copy {
    margin-left: 4.9375rem;
}
.alumni.landing main ._col.main .person h3 {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1;
}
.alumni.landing main ._col.main .person p,
.alumni.landing main ._col.main .person q {
    display: block;
    font-size: 0.875rem;
    line-height: 1.35714286rem;
    margin: 0.71428571rem 0;
}
/*    Class Archives =====================*/

.alumni .a_tabs {
    height: 30px;
    border: 1px solid #707070;
    display: inline-flex;
    margin-bottom: 2rem;
    justify-content: flex-start;
    align-items: flex-start;
}
.alumni .a_tabs>div {
    display: inline-block;
    height: 100%;
}
.alumni .block_label {
    background: #05879e;
    color: #fff;
    padding: 0.3rem 0.8rem;
}
.alumni select#block_years {
    width: 65px;
    height: 100%;
    padding-left: 0.5rem;
    font-size: 1.1rem !important;
    border: none;
}
/* Programs page =========================*/
.col-frame {
    display: table;
    width: 100%;
}
.alumni .col-frame {
    width: 69.375rem;
    max-width: 100%;
    display: flex;
}
.col-frame .col {
    display: table-cell;
    vertical-align: top;
}
.camp .col-frame .col {}
.camp .col-frame .col.right {
    padding-left: 1.875rem;
}
.camp .col-frame .col p {
    max-width: 90%;
}
.camp .col-frame .col.right p {
    max-width: 100%;
}
.col-frame .col.main {
    padding-right: 7%;
}
.col-frame .col.side {
    width: 26%
}
.camp.programs .col-frame {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
}
.camp.programs img.main {
    width: 100%;
    height: auto;
    display: block;
    margin: 0.5rem 0;
}
.camp.programs p.main {
    font-weight: 300;
    font-size: 1.3125rem;
    line-height: 1.47619048rem;
    margin: 0;
    padding-right: 0;
    max-width: 82.136%;
}
.camp.programs .col p.main {
    max-width: 89.136%;
}
.camp.programs p.large, .admission.camp p.large, .workshop.camp p.large {
    font-weight: 300;
    line-height: 1.5;
    padding-right: 0;
    margin-bottom: 0;
    margin-top: 1.313rem;
}
.camp.programs .lists {
    font-size: 0.9375rem;
}
.camp.programs ol.schedule {
    display: table;
    padding: 0;
    margin-bottom: 3.333333rem;
}
.camp.programs ol.schedule {
    margin: 2rem auto 0 auto;
}
.camp.programs .time {
    padding-left: 1rem !important;
}
.camp.programs ol.schedule li {
    display: table-row;
}
.camp.programs ol.schedule li.blue {
    background: #e7f3f5;
    color: #707070 !important;
}
.camp.programs ol.schedule li span {
    display: table-cell;
    border: 0.066667rem none;
    border-style: none none solid;
    padding: 0.333333rem 5.6rem 0.333333rem 0;
}
.camp.programs ol.schedule li:first-child span {
    border-top-style: solid;
}
.camp.programs ol.schedule li span.activity {
    padding-right: 2.866667rem;
}
.camp.programs main h2 {
    text-transform: none;
    font-size: 1.2rem;
    line-height: 1.16666667rem;
    margin: 1.777778rem 0 0.388889rem;
    padding-top: 0;
    border-top-style: none;
}
.camp.programs main h2.rule {
    border-top-style: solid;
    padding-top: 2.5rem;
    margin-top: 2.5rem;
}
.camp.programs main h1.rule {
    border-top: 1px solid #c2c2c2;
    padding-top: 2.9883rem;
    margin-bottom: 1.6406rem;
    margin-top: 4.9805rem;
}
.camp.programs .lists ul {
    margin: 0;
    padding-left: 1.25rem;
}
.camp.programs .footnote {
    margin: 0.307692rem 0;
    font-size: 0.866667rem;
    line-height: 1.38461538rem;
    max-width: 24.153846rem;
}
.camp.programs .footnote small {
    font-style: italic;
    font-weight: 300;
    font-size: 1rem;
}
.camp.programs .date {
    color: #707070;
    font-weight: 300;
    font-size: 1rem;
}
.camp.programs .physics-project {
    background-image: url("/summer/assets/programs/banner-background.png");
    color: #fff;
    text-align: center;
    width: 775px;
    height: 50px;
    margin: 40px 0;
}
.camp.programs .physics-project a {
    color: #fff;
    display: block;
    padding-top: 0.8125rem;
}
.programs .physics-project a:hover {
    color: #41ece7;
}
.camp.programs .physics-project a span {
    text-transform: uppercase;
}
.camp .col-frame .col>div {
    display: grid;
    grid-template-columns: 70px 1fr;
}
/* lecture-notes =====================*/
table.lecture-notes {
    font-size: 0.875rem;
    line-height: 1.35714286rem;
}
table.lecture-notes tbody tr {
    border-top: 1px solid #c2c2c2;
}
table.lecture-notes td, table.lecture-notes th {
    vertical-align: top;
    text-align: left;
    padding: 1rem 0;
}
table.lecture-notes tbody th {
    padding-right: 8rem;
}
table.lecture-notes ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
table.lecture-notes a.name {
    font-weight: 600;
    font-style: italic;
}
/* Faq page =================*/
.faq h3 {
    text-transform: uppercase;
}
/* Admission page =================*/
.admission.camp main,
.faq.camp main {
    padding-bottom: 2.125rem;
}
.admission.camp p, .faq.camp p {
    margin: unset;
}
.admission.camp main p, .faq.camp  main p {
    margin: 1rem 0;
}
.admission.camp main h2 {
    color: #05879e;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.25rem;
    margin: 1.6rem 0 -0.8rem 0;
}

.faq.camp main h3 {
    color: #05879e;
    font-size: 1.25rem;
    margin: 1.6rem 0 -0.8rem 0;
}
#programs .overview h3 {
    color: #05879e;
    font-size: 1.25rem;
    color: #ea6100;
}
.faq-section {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
    max-width: 50rem;
    margin-bottom: 3rem;
}
.faq-section h3, .faq-section span.bold {
    font-size: 1rem;
    font-weight: 600;
    margin: 2rem 0 -1rem;
    color: #404040;
}
.faq-section h3:first-of-type {
    margin-top: 0;
}
.resources #tiles {
    margin: 2.75rem 0;
    padding: 0;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.resources #tiles li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    max-width: 15.6043rem;
    /*    padding: 0 2.557%;*/
    padding-bottom: 1.3125rem;
    min-height: 9.9375rem;
}
.resources #tiles img {
    border: 1px solid #e1e1e1;
    width: 100%;
    height: auto;
}
.resources #tiles div {
    color: #404040;
    font-size: 1.125rem;
    padding: 0.388889rem 0;
    line-height: 1.11111111rem;
}
.camp .resources #tiles div {
    font-size: 1rem;
}
.resources #tiles a:hover div {
    color: #ff8100;
}
.gallery main h2 {
    font-size: 1.125rem;
}
.gallery main h2.photos {
    border: none;
    margin: 0;
    padding: 1.388889rem 0 0 0;
}
.gallery main h2.social {
    display: none;
}
.gallery .col-frame .col.main {
    padding-right: 3%;
}
.gallery .col-frame .col.side {
    width: 31.4%;
}
.gallery .cycle-slideshow.year, .gallery .cycle-slideshow.year .cycle-arrow, .gallery .socialbox h3 {
    background: #404040;
    color: #fff;
}
.gallery .socialbox {
    margin-bottom: 2.6875rem;
}
.gallery .socialbox h3 {
    margin: 0;
    font-size: 1.0625em;
    line-height: 1.23529412rem;
}
.gallery .socialbox h3 a {
    color: inherit;
}
.gallery .socialbox h3 a:hover {
    color: #fff;
}
.gallery .socialbox.twitter h3 a:hover {
    color: #ffce41;
}
.gallery .socialbox.twitter h3 a:hover svg path {
    fill: #ffce41;
    color: #ffce41;
}
.gallery .socialbox h3, .gallery .socialbox .item {
    padding: 0.617647rem 1.823529rem;
}
.gallery .socialbox .item p {
    margin: 0;
}
.gallery .cycle-slideshow.year, .gallery .cycle-slideshow.year .cycle-arrow {
    height: 380px;
}
.gallery .cycle-slideshow.year>img {
    max-height: 380px;
}
.gallery .cycle-slideshow.year {
    text-align: center;
    padding-bottom: 5.0625rem;
    overflow: hidden;
    position: relative;
    pointer-events: none;
    display: none;
}
.gallery .cycle-slide-active .cycle-slideshow.year {
    pointer-events: all;
}
.gallery .cycle-slideshow.year>img {
    max-width: 100%;
    margin: 0;
    cursor: zoom-in;
}
.gallery .cycle-frame {
    width: 100%;
}
.gallery .cycle-slideshow.year .cycle-arrow {
    width: 5%;
    z-index: 200;
    position: absolute;
    top: 0;
    opacity: .5;
    cursor: pointer;
}
.gallery .cycle-slideshow.year .cycle-next {
    right: 0;
}
.gallery .cycle-slideshow.year .cycle-arrow svg {
    position: absolute;
    left: 25%;
    width: 50%;
    height: 100%;
    fill: #fff;
    transition: fill 150ms;
}
.gallery .cycle-slideshow.year .cycle-arrow:hover svg {
    fill: #ff8100;
}
.gallery .cycle-slideshow.year .cycle-pager, .gallery .socialbox, .gallery .socialbox .item, .gallery #videos .video-img img {
    border: 1px solid #c2c2c2;
}
.gallery .socialbox .item {
    border-bottom: none;
    border-left: none;
    border-right: none;
}
.gallery .socialbox .item:first-of-type {
    border: none;
}
.gallery .socialbox .item.readmore, .gallery .socialbox .item.readmore a span {
    color: #404040;
}
.gallery .socialbox .item.readmore {
    background: #ffce41;
    border: none;
}
.gallery .socialbox .item.readmore p {
    font-weight: 400;
    font-size: 0.9375rem;
}
.gallery .cycle-slideshow.year .cycle-pager {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 200;
    padding: 0.75rem 0 1rem;
    border-top: none;
    box-sizing: border-box;
}
.gallery .cycle-slideshow.year .cycle-pager img {
    margin: 0.15625rem;
    border: 0.0625rem solid #404040;
    outline: 0.0625rem solid #fff;
    transition: border-color 150ms, outline-color 150ms;
    cursor: pointer;
    width: 2.8125rem;
    height: 2.8125rem;
    background: #c2c2c2;
}
.gallery .cycle-slideshow.year .cycle-pager img:hover {
    border-color: #ff8100;
}
.gallery .cycle-slideshow.year .cycle-pager img.cycle-pager-active {
    border-color: #ffce41;
    outline-color: #ffce41;
}
.gallery .cycle-slideshow.master {
    padding-bottom: 2.25rem;
    height: 28.8125rem;
    margin-bottom: 2.8125rem;
    display: none;
}
.gallery .cycle-slideshow.master>.cycle-pager {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
}
.gallery .cycle-slideshow.master>.cycle-pager a::after {
    content: "\2002|";
}
.gallery .cycle-slideshow.master>.cycle-pager a::before, .gallery .cycle-slideshow.master>.cycle-pager a:last-child::after {
    content: "\2002";
}
.gallery .cycle-slideshow.master>.cycle-pager a::after, .gallery .cycle-slideshow.master>.cycle-pager a.cycle-pager-active {
    color: #707070;
}
.gallery .mfp-title {
    font-size: 12px;
    color: #ccc;
}
.gallery .socialbox.blog .item {
    padding-top: 0.8125rem;
    padding-bottom: 0.6875rem;
}
.gallery .socialbox .item.readmore {
    padding-top: 0.4375rem;
    padding-bottom: 0.5625rem;
}
.gallery .socialbox.blog .item p {
    font-weight: 300;
    font-size: 1.0625rem;
    line-height: 1.29411765rem;
}
.gallery .socialbox .item.readmore p {
    font-weight: 400;
    font-size: 0.9375rem;
}
.gallery .socialbox.blog .item p strong {
    font-weight: 400;
}
.gallery .socialbox.blog .item p small {
    font-style: italic;
}
.gallery #videos {
    margin: 0 -2.894%;
    padding: 0;
}
.gallery #videos li {
    display: inline-block;
    width: 19.528%;
    vertical-align: top;
    margin: 0 2.736% 2.5625rem;
}
.gallery #videos p {
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.11764706rem;
}
.gallery #videos .video-img {
    margin-bottom: 0.411765rem;
    position: relative;
}
.gallery #videos .video-img img {
    width: 100%;
    padding: 0.25rem;
    box-sizing: border-box;
}
.gallery #videos a .video-img .play-button {
    background: url(gallery/button-video.png);
    width: 36px;
    height: 27px;
    position: absolute;
    top: 47px;
    left: 85px;
    top: calc(50% - 13.5px);
    left: calc(50% - 18px);
}
.gallery #videos a:hover .video-img .play-button {
    background: url(gallery/button-video-over.png);
}
.gallery #twitter-widget-0 {
    width: 100% !important;
    padding-left: 0.25rem !important;
    box-sizing: border-box;
}
#overview {
    padding-top: 50px;
    padding-bottom: 50px;
}
#overview p {
    text-align: left;
    font-size: 1.313rem;
    line-height: 1.5;
    font-weight: 300;
    width: 100%;
    margin: 1.4125rem auto;
}
.camp.home h2 {
    display: block;
    margin-block-start: 0.83rem;
    margin-block-end: 0.83rem;
    margin-inline-start: 0px;
    margin-inline-end: 0rem;
    font-weight: bold;
}
h2.project {
    color: #05879e;
    text-align: center;
    font-weight: 700;
    padding: 2rem;
}
#class-archives-topbar a {
    display: none;
}
#gl-noscript {
    background: #fff6aa;
    border-bottom: solid 1px #eeca48;
    color: #000;
    padding: .5rem;
    text-align: center;
    font-size: 0.8125rem;
}
#gl-noscript p {
    margin: 0;
}
#gl-noscript img {
    vertical-align: -4px;
    margin-right: 5px;
}
.hidden {
    display: none !important;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */
/* styles for medium screens (1200px)
   ========================================================================== */
@media all and (max-width: 1200px) {
    .camp.programs iframe {
        width: 100%;
    }
}
/* styles for medium screens (900px)
   ========================================================================== */
@media all and (max-width: 900px) {
    .camp .wrap {
        padding: 1rem 1.875rem;
    }
    .camp .page-size {
        max-width: 100%;
    }
    /*==========================  faculty page */
    article.person .copy {
        margin-left: 7.3rem;
        margin-right: 1.25rem;
    }
    /*==========================  tabs */
    .faculty.camp nav.tabs .wrap {
        padding: 1.875rem 1.875rem 0 3.3rem;
    }
    /*==========================   alumni */
    .alumni .col-frame .col.side {
        width: 100%;
    }
    .alumni .col-frame {
        flex-direction: column-reverse;
    }
    .camp .col.side nav ul {
        display: flex;
        margin-bottom: 2rem;
    }
    .camp main .col.side nav {
        border-left: none;
    }
    .col.side #class-archives li {
        border-bottom: 0.214286rem solid #05879e;
    }
    main .col.side nav h2 {
        padding: 0.214286rem 0.428571rem 0.214286rem 0;
        margin: 0.14285714rem 0 0.14rem -0.9rem
    }
    .alumni-picture img.main {
        margin-bottom: 0rem;
    }
    .alumni:not(.landing) .col-frame {
        margin-top: 0rem;
    }
}
/* styles for medium screens (600px)
   ========================================================================== */
@media all and (max-width: 600px) {
    /*=====================    home page */
    .home #featured-alumni {
        padding: 0 1rem;
    }
    .featured-alumni-slideshow .slide-content {
        grid-template-columns: 1fr;
    }
    /*=====================    programs page */
    .camp.programs .col-frame,
    .col-frame {
        grid-template-columns: 1fr;
    }
    .camp .col-frame .col p {
        max-width: 100%;
    }
    .camp .col-frame .col>div {
        justify-content: flex-start;
    }
    .camp .col-frame .col, .camp .col.right .activities, .camp .activities {
        width: 100%;
    }
    .camp .col-frame .col.right {
        padding-left: 0rem;
    }
    .resources #tiles li {
        width: 48%;
        min-height: 8.9375rem;
        max-width: 18.6043rem;
    }
    /*==========================    faculty*/
    article.person {
        flex: 1 100%;
    }
    article.person .copy {
        max-width: 100%;
    }
    /*==========================    Tabs*/
    .faculty.camp nav.tabs .wrap {
        padding: 1.875rem 1.875rem 0 1.9rem;
    }
    /*==========================    Alumni*/
    .alumni.landing main ._col.main .person {
        width: 100%;
        display: block;
    }
    .alumni.landing main ._col.main .person:nth-of-type(2n) {
        margin-left: 0%;
    }
    .alumni.landing main ._col.main .person p {
        max-width: 100%;
    }
    .alumni-picture img.featured-img {
        margin-bottom: 1rem;
    }
    .alumni.landing .cycle-slide {
        flex-direction: column;
    }
    .alumni .cycle-slide ._col.half {
        width: 100%;
    }
    .alumni .cycle-slide ._col.half {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        /* Optional, adjust as needed */
    }
    .alumni .cycle-slide ._col {
        padding-right: 0%;
    }
    .alumni .cycle-pager-wrapper {
        margin: 1.3125rem 0 1.3125rem;
    }
    .alumni-picture .nameplate h1.name {
        text-align: left;
    }
}

/* styles for medium screens (320px)
   ========================================================================== */
@media all and (max-width: 320px) {}

/*@media only screen and (min-width: 35em) {*/
@media print {
    *, *:before, *:after, *:first-letter, *:first-line {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a, a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " ("attr(href) ")";
    }
    abbr[title]:after {
        content: " ("attr(title) ")";
    }
    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: "";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}