@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "Corridor Web";
    src: url("../fonts/Corridor-Regular-Web.woff2") format("woff2"),
        url("../fonts/Corridor-Regular-Web.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Calibre';
    src: url(../fonts/CalibreWeb-Regular.eot);
    src: url(../fonts/CalibreWeb-Regular.eot?#iefix) format("embedded-opentype"), url(../fonts/CalibreWeb-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Calibre';
    src: url(../fonts/CalibreWeb-Medium.eot);
    src: url(../fonts/CalibreWeb-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/CalibreWeb-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Calibre';
    src: url(../fonts/CalibreWeb-Semibold.eot);
    src: url(../fonts/CalibreWeb-Semibold.eot?#iefix) format("embedded-opentype"), url(../fonts/CalibreWeb-Semibold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Calibre';
    src: url(../fonts/CalibreWeb-RegularItalic.eot);
    src: url(../fonts/CalibreWeb-RegularItalic.eot?#iefix) format("embedded-opentype"), url(../fonts/CalibreWeb-RegularItalic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
}

body {
    width: 100%;
    height: 100%;
    font-family: "neue-haas-grotesk-text", sans-serif;
    margin: 0px;
    max-width: none;
}

h1 {
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: bold;
    font-size: 2em;
    padding-bottom: 20px;
    padding-top: 20px;
}

@media (max-width: 767px) {
    h1 {
        font-size: 1.7em;
    }
}

h2 {
    font-weight: bold;
    font-size: 1.7em;
}

h2.calendar {
    color: #6a1d20;
}

h2.calendar a {
    color: #6a1d20;
}

h2.calendar a:hover {
    text-decoration: none;
}

p {
    font-size: 1.3em;
}

hr {
    border: none;
    background-color: #6a1d20;
    height: 15px !important;
    opacity: inherit;

}

.logo-top {
	padding-bottom: 25px;
	width: 150px;
}

@media (max-width:768px) {
    .logo-top {
        max-width: 100px;
    }
}

.Corridor-Regular-Web {
    font-family: "Corridor Web";
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
}

.hero {
    /*padding-top: 87px;
	padding-bottom: 72px;
	background-color: #6a1d20;*/
    border-top-width: medium;
    border-bottom: 17px solid #750014;
    margin-bottom: 25px;
}

.logo-header {
    background-image: url("../images/MIT_red_box.png");
    background-position: top 10px left 30px;
}


/*Top Section*/
.top-section {
    /*background-color: #ce1126;*/
    width: 100%;

}

.bg-image-full {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

@media (min-width:50px) and (max-width:575.98px) {
    .bg-image-full {
        background-position: 10% center;
    }
}

.bg-keeper {
    height: 10rem;
}

@media (min-width: 2560px) {}

@media (min-width: 1920px) {
    .bg-keeper {
        height: 17rem;
    }
}

@media (min-width: 1680px) {
    .bg-keeper {
        height: 14rem;
    }
}

@media (min-width: 1440px) {
    .bg-keeper {
        height: 10rem;
    }
}

@media (min-width: 1024px) {
    .bg-keeper {
        height: 10rem;
    }
}


@media (max-width: 767px) {
    .bg-keeper {
        height: 7rem;
    }
}

@media (max-width: 575.98px) {}



.top-logo {
    text-align: center;
    vertical-align: bottom;
}

.top-logo>img {
    vertical-align: bottom
}

/*end Top Section*/




.intro-section {
    padding-top: 10px;
}

.top-border {
    width: 100%;
    height: 13px;
    background-image: url(../images/22-yellow-white-border.png);
    background-repeat: repeat-x;
}

.intro-text {
    padding-top: 72px;
    padding-bottom: 62px;
    font-size: 26px;
    line-height: 40px;
    padding-left: 5%;
    padding-right: 5%;

}

/*Program Section*/

.program-square-bg {
    padding-top: 54px;
    padding-bottom: 64px;
    background-image: repeating-linear-gradient(to bottom, transparent, transparent 13px, #d6e4f4 13px, #d6e4f4 32px),
        repeating-linear-gradient(to right, #c3dff3, #c3dff3 13px, #d6e4f4 13px, #d6e4f4 32px);

}

.program-options-text {
    color: #005abb;
    font-weight: bold;
    font-size: 22px;
}

.program-buttons {
    padding-top: 40px;
    padding-bottom: 40px;
}

.program-btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.program-btn a {
    color: #fff;
    background-color: #ce1126;
    border-color: #ce1126;
}

.program-btn a:hover,
.program-btn a:active,
.program-btn a:focus {
    color: #fff;
    background-color: #005abb;
    border-color: #005abb;
}

.program-link {
    display: inline-block;
    padding: 0.5rem 1rem;
    color: #0d6efd;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.link-action {
    font-family: "Corridor Web", serif;
    font-weight: 400;
    font-size: 36px;
}

.link-subtext {
    font-family: "neue-haas-grotesk-text", sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
}

.modal-header {
    background-image: repeating-linear-gradient(to bottom, transparent, transparent 13px, #d6e4f4 13px, #d6e4f4 32px),
        repeating-linear-gradient(to right, #c3dff3, #c3dff3 13px, #d6e4f4 13px, #d6e4f4 32px);
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #898989;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
    font-size: 20px;
    color: #898989;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e");
    background-color: transparent;
    border: 0;
    border-radius: 0.25rem;
    opacity: 1;
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 1;
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1;
}

.modal-body {
    padding-top: 25px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
}

.causes-header {
    padding-bottom: 25px;
    color: #0047bb;
    font-family: "Corridor Web", serif;
    font-size: 45px;
}

.causes-intro {
    color: #000000;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
}

.causes-listing {
    padding-top: 50px;
}

.cause-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
}

.cause-thumb {
    padding-top: 10px;
    padding-bottom: 50px;
    text-align: center;

}

.cause-thumb>img {
    max-width: 175px;
}

.cause-text {
    font-size: 20px;
    line-height: 27px;
    padding-left: 50px;
    display: block;
}

@media (max-width: 991.98px) {
    .cause-text {
        padding-left: 25px;
    }

}

.cause-text a {
    color: #ce1126;
}

.cause-text a:hover,
.cause-text a:focus {
    color: #AF0515;
}

.more-causes {
    padding-top: 25px;
}

.participate-link {
    display: block;
}

.participate-link a {
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 8px;
    color: #ffffff;
    text-decoration: none;
    background-color: #ce1126;
    display: inline-block;
}

.participate-link a:hover,
.participate-link a:focus {
    color: #ffffff;
    text-decoration: underline;
    background-color: #AF0515;
}

/*Volunteer Section*/

.volunteer-section {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 30px;
    margin-bottom: 50px;
    background-color: #737378;
}

.quote-wrapper {
    padding-left: 40px;
    padding-left: 0px;
}

@media (max-width: 767px) {
    .quote-wrapper {
        /*padding-left: 15px;
    padding-right: 15px;*/
    }
}


.quote-text {    
    color: white;
    font-weight: 700;
    font-size: 21px;
    padding-left: 25px;
    margin-top: 20px;
}

@media (min-width: 1198px) {
    .quote-text {
        padding-left: 0px; 
        padding-right: 80px;   
        margin-left: -50px;
    }
}

@media (max-width: 1400px) {
    .quote-text {
        margin-top: 0px;  
        margin-left: 0px;        
    }
}


@media (max-width: 1400px) {
    .sally {
    	text-align: center;           
    }
}

.quote-name {
    color: #000000;
    font-weight: 400;
    font-size: 20px;
    line-height: 25px;

}

@media (max-width: 767px) {
    .quote-text {
        padding-top: 20px;
        /*padding-left: 30px;
    padding-right: 30px;*/
        text-align: center;
    }
}

.quote-name {
    text-align: center;
}


.accordion-wrapper {
    padding-top: 70px;
    padding-bottom: 55px;
}

.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-item {
    background-color: #fff;
    border: 0px none #000000;
}

.accordion-button {
    padding-top: 15px;
    padding-bottom: 15px;
    border: 2px solid #d6e4f4;
    color: #000000;
    font-size: 20px;
    background: #d6e4f4;
}

.accordion-button:focus,
.accordion-button:hover {
    z-index: 3;
    color: #000000;
    border-color: #d6e4f4;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/dash.svg);
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

.committee-names {
    color: #000000;
    font-size: 20px;
}

.contact-text {
    color: #000000;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px;
}

.contact-text a {
    font-weight: 400;
    text-decoration: underline;
    color: #000000;
}

.contact-text a:focus,
.contact-text a:hover {
    text-decoration: none;
}

/*Footer*/

#footer {
    background-color: #f3f3f3;
    padding-bottom: 20px;
    padding-top: 30px;
    font-family: "Calibre", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

.brand {
    color: #3d3f44;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 100px;
}

@media (max-width: 991.98px) {
    .brand {
        padding-left: 0px;
    }
}

.brand a:hover,
.brand a:focus {
    color: #000000;
}

.nav-link {
    display: block;
    padding-top: 0.5rem;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0.5rem;
    color: #3d3f44;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
    font-size: 18px;
    font-weight: 500;
}

@media screen and (max-width:767px) {
    .nav li {
        width: 100%;
    }

    .nav li a {
        text-align: center;
    }
}

.slash:after {
    content: "/";
    padding-left: 20px;
    padding-right: 20px;
}


@media (min-width: 992px) and (max-width: 1199px) {
    .slash:after {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width:767px) {
    .slash:after {
        content: "";
        padding-left: 0px;
        padding-right: 0px;
    }
}

.nav-link:hover,
.nav-link:focus {
    color: #000000;
}

@media (max-width: 991.98px) {
    .search-form {
        width: 50%;
        margin-top: 25px;
    }
}


@media (max-width: 767.98px) {
    .search-form {
        width: 75%;
        margin-top: 25px;
    }
}


.form-control {
    display: inline-block;
    width: 100%;
    padding-top: 0.375rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    padding-bottom: 0.375rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3d3f44;
    background-color: #fff;
    background-clip: padding-box;
    border-left: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-right: 0px none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    color: #3d3f44;
    background-color: #fff;
    border-color: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #3d3f44;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);

}


.btn-search {
    color: #3d3f44;
    background-color: #ffffff;
    border-right: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-left: 0px none;
}

.btn-search:hover {
    color: #3d3f44;
    background-color: #ffffff;
    border-right: 1px solid #ced4da;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-left: 0px none;
}

.footer-logo {
    text-align: right;
}

@media (max-width: 767px) {
    .footer-logo {
        width: 100%;
        padding-top: 50px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
    }

}

.additional-links {
    margin-top: 30px;
    font-size: 15px;
    text-align: center;
    color: #666666;
    padding-right: 5px;
    line-height: 20px;
    padding-left: 5px;
    padding-bottom: 10px;
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
}

.pipe:after {
    content: "|";
    padding-left: 20px;
    padding-right: 20px;
}

@media screen and (max-width:767px) {
    .pipe:after {
        content: "";
        padding-left: 0px;
        padding-right: 0px;
    }
}

.additional-links a {
    color: #007BFF;
    font-size: 16px;
    text-decoration: none;
}

@media (max-width: 767.98px) {
    .additional-links>li {
        padding-top: 0.5rem;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0.5rem;
    }
}


.additional-links a:hover,
.additional-links a:focus {
    color: #0056b3;
    text-decoration: underline;
}