
body.hd.ribbonFullwidth.bcc-homepage #whitebox,
body.hd.ribbonFullwidth.s-full-width-page #whitebox {
    margin: 0em auto !important;
}

body.hd.ribbonFullwidth.s-full-width-page #maincolumn-wide {
    padding-top: 0;
}

body.hd.template-02.bcc-homepage #content,
body.hd.template-02.s-full-width-page #content {
    margin: 0 auto 0em !important;
}

body.hd.linear.template-02 #wrapper a.btn--green-outline {
    border: 1px solid #1e6b52 !important;
    width: 80%;
    margin: 0 auto;
}

body.hd.linear.template-02 #wrapper a.btn--green-outline:hover {
    box-shadow: 0 10px 0 -6px #1e6b52;
}

body.hd.ribbonFullwidth #epilogue {
    max-width: 100%;
    padding: 0;
}

.c-news-feed-01__figure {
    border-bottom: 3px solid #1e6b52;
}

.bcc-wrapper {
    max-width: 80em;
    margin: 0 auto;
    padding: 0 10%;
}

hr {
    border-top-color: #ddd;
}


/**************Home Intro***************************************/

.twoCol-flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 1em 0;
}

.leftCol-item,
.rightCol-item {
    width: 50%;
    box-sizing: border-box;
    transition: all 2s;
}

.leftCol-item {
    padding-right: 20px;
}

.rightCol-item {
    padding-left: 20px;
}

.home-intro {
    padding: 1em 0 2em 0;
}

.home-heading,
.bcc-subpage-heading {
    margin: 1.5em 0 .5em 0;
}

.home-heading {
    font-size: 2.5em;
}

@media only screen and (max-width:768px) {
    .twoCol-flex-container {
        flex-direction: column;
    }
    .leftCol-item,
    .rightCol-item {
        width: 100%;
        padding: 0;
    }
    .leftCol-item {
        padding-bottom: 1em;
    }
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-top: 0;
    }
    .home-heading {
        margin: 0em 0 .5em 0;
    }
}


/**************Connections, not just courses******************/

.dark-green-bg {
    background: #1e6b52;
    padding: 2em 0;
}

.dark-green-bg h2,
.dark-green-bg h1,
.dark-green-bg p,
.dark-green-bg ul,
ol {
    color: #fff;
}

.dark-green-bg a {
    color: #fff !important;
}

.dark-green-bg a:hover {
    background: transparent !important;
}

.gray-fullwidth-bg {
    background: #F4F5F5;
    padding: 2em 0;
}

.white-fullwidth-bg {
    background: #fff;
    padding: 2em 0;
}


/*******Quotes Section********************/

.quotes {
    border-left: 3px solid #1e6b52;
    color: #1a1a1a;
    font-style: italic;
    line-height: 1.8em;
    padding: 0.1em 2em;
    position: relative;
    transition: 0.2s border ease-in-out;
    min-height: 250px;
}

.quotes:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -4px;
    height: 3em;
    background-color: #fff;
    width: 5px;
    margin-top: -1em;
    box-sizing: border-box;
}

.quotes:after {
    content: "“";
    position: absolute;
    top: 50%;
    left: -0.5em;
    color: #AA9767;
    font-size: 6em;
    font-style: normal;
    line-height: 2em;
    text-align: center;
    text-indent: -2px;
    width: 1em;
    margin-top: -0.657em;
    transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;
}

.quotes p {
    color: #666;
}

.quotes img {
    border-radius: 50%;
    float: right;
    margin-left: 2em;
    margin-bottom: 1em;
    border: 1px solid #1e6b52;
    padding: 5px;
}

@media only screen and (max-width:1024px) {
    .quotes img {
        float: none;
        margin: 1em auto;
        display: block;
    }
    .quotes {
        text-align: center;
    }
}


/***************Homepage - News, Events and Social section***************/

.full-width-gray-section {
    background: #ececec;
}

.full-width-green-section {
    background: #1e6b52;
}

.bcc-news-grid {
    /*--auto-grid-min-size: 32rem;*/
    --auto-grid-min-size: 40rem;
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    box-sizing: border-box;
}

.bcc-news-grid>div {
    box-sizing: border-box;
    text-align: center;
    padding: 20px;
}

.bcc-news-grid>div h2 {
    margin: 0.5em 0 0.5em;
    text-align: center;
 
}


.social-box {
    background: #F4F5F5;
}

.events-box {
    position: relative;
}

@media screen and (min-width: 1984px) {
    .bcc-news-grid {
        --auto-grid-min-size: 54rem;
    }
}

@media screen and (min-width: 1279px) {
    .events-box::after {
        border-left: 2px solid #1e6b52;
        position: absolute;
        content: '';
        height: 80%;
        left: 0;
        top: 0;
        margin: 4em 0;
    }
}

@media screen and (max-width: 970px) {
    .bcc-news-grid {
        --auto-grid-min-size: 40rem;
    }
}

@media screen and (max-width: 675px) {
    .bcc-news-grid {
        --auto-grid-min-size: 30rem;
    }
}

@media screen and (max-width: 420px) {
    .bcc-news-grid {
        --auto-grid-min-size: 24rem;
    }
}


/*******Curriculum page*******************/

.bcc-subpage-intro {
    max-width: 900px;
    margin: 0.5em auto;
    text-align: center;
}

.bcc-subpage-heading-center {
    text-align: center;
    margin-top: 0.3em;
}

.bcc-grid-green-bg .wk-card {
    background: #f4f8ee;
}

.bcc-accordion a.wk-accordion-title {
    border-bottom: 1px solid rgba(30, 107, 82, .5) !important;
}


/*********Timeline******************************/

.timeline-container {
    margin: 2em 0;
}

.timeline-grid-wrapper {
    --auto-grid-min-size: 32rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    padding: 0;
    box-sizing: border-box;
}

.timeline-grid-wrapper div {
    text-align: left;
    box-sizing: border-box;
    border-right: 2px solid #6b9d8d;
    padding: 1em 2em;
    border-bottom: 2px solid #6b9d8d;
}

.timeline-grid-wrapper div:nth-child(even) {
    border-right: none;
}

.timeline-grid-wrapper div:nth-child(3),
.timeline-grid-wrapper div:nth-child(4) {
    border-bottom: none;
}

.timeline-cycle-heading {
    font-size: 0.9em;
    color: #1e6b52;
}

.timeline-grid-wrapper div ul {
    padding-top: 15px;
}

@media only screen and (max-width:1279px) {
    .timeline-grid-wrapper {
        --auto-grid-min-size: 21rem;
    }
}

@media only screen and (max-width:768px) {
    .timeline-grid-wrapper div,
    .timeline-grid-wrapper div:nth-child(3),
    .timeline-grid-wrapper div:nth-child(4),
    .timeline-grid-wrapper div:nth-child(even) {
        border: 2px solid #6b9d8d;
    }
    .timeline-grid-wrapper {
        grid-gap: 1em;
    }
}


/*****************Faculty & Departments***********************/

.bcc-committee-principles-box {
    border: 2px solid #80bc00;
    padding: 1em 3em;
    margin: 2em 2em 0 2em;
}

.left-content-order {
    order: 0;
}

.right-content-order {
    order: 1
}

@media (max-width: 768px) {
    .left-content-order {
        order: 1;
    }
    .right-content-order {
        order: 0
    }
}


/*******Contact Us**************************/

.bcc-contact-page li.newsflash-shock__item {
    flex-basis: 24.3%;
}

@media (max-width: 700px) {
    .image--mobile-full-width {
        width: 100% !important;
        float: none !important;
        margin: .5em 0 !important;
    }
}

@media (max-width: 768px) {
    .image--noshow {
        display: none !important;
    }
}


/***********************Newsletters********************/

.article-info dd {
    color: #666;
}

.bcc-newsletters .pull-left {
    width: 250px;
    margin-right: 2em;
}

.bcc-newsletters .pull-right {
    margin: 0 0 1em 2em;
}

.bcc-newsletters .readmore {
    text-align: left;
}

.bcc-newsletters .readmore .btn {
    border: 1px solid rgba(30, 107, 82, .5);
    font-weight: 500 !important;
    display: inline-block;
    border-radius: 2px;
    text-decoration: none;
    text-shadow: none;
    background-image: none;
    background-color: #1e6b52 !important;
    color: #fff !important;
}

.bcc-newsletters .readmore .btn:hover {
    color: #1e6b52 !important;
    border: 1px solid rgba(30, 107, 82, .5) !important;
    background-color: #fff !important;
}

.bcc-social {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    flex-wrap: wrap;
}

.bcc-social .fab {
    font-size: 2.3em;
    color: #1e6b52;
}

.bcc-social .fab:hover {
    transform: translateY(-4px);
    transition-duration: 0.4s;
}

@media (max-width: 700px) {
    .bcc-newsletters .pull-right,
    .bcc-newsletters .pull-left {
        width: 100% !important;
        float: none;
        margin: 0 0 1em 0em;
        padding: 0 1em;
        box-sizing: border-box;
    }
}


/***Follow Newsletter & Social*****/

.wFormContainer .wForm .wFormTitle {
    padding: 0;
    margin: 0;
}

.wFormContainer .wForm form {
    padding: 0;
}

.newsletter-social-container {
    display: flex;
    gap: 2em;
    flex-direction: column;
}

.newsletters {
    flex-basis: 90%;
    background: #F4F5F5;
    display: flex;
    flex-direction: column;
}

.socials {
    background: #F4F5F5;
    padding: 2em 3em;
    display: flex;
    align-items: center;
    flex-flow: column wrap;
    justify-content: center;
}

.social-icons .fab {
    font-size: 3.3em;
    color: #1e6b52;
}

.social-icons .fab:hover {
    transform: translateY(-4px);
    transition-duration: 0.4s;
}

@media only screen and (min-width:1024px) {
    .newsletters,
    .newsletter-social-container {
        flex-direction: row;
    }
}


/*BEGIN Core Curriculum */

	.core-area-container {
		display: grid;


		margin-top: 20px;

	}

	@media all and (min-width:1080px) {
		.core-area-container {
			grid-template-columns: 2fr 3fr;
			gap: 20px;
		}
	}

	.core-area-container__heading {
		padding: 20px 20px 0;

	}

	.core-area-container__courses {
		padding: 20px;
	}

	@media all and (min-width:1080px) {
		.core-area-container__courses {
			padding: 0 20px 0 0;
		}
	}

	.core-area-container__heading h3 {
		margin: 0;
		text-transform: uppercase;
		margin-bottom: 10px;
		color: #1e6b52;
	}

	.core-area-container__heading p,
	.core-area-container__heading ul {
		color: #000;
	}

	.core-area-container__heading ul {
		margin-left: 30px;
	}

	.core-area-container__heading p {
		font-weight: 600;
		font-size: 18px;
	}

	.core-area-container {
		border: 1px solid #1e6b52;
	}

	.bcc-accordion .wk-accordion-title {
		padding: 10px !important;
	}

	.bcc-accordion>li {
		margin: 0 !important;
	}

	.bcc-accordion .wk-accordion-content {
		padding: 20px;
		margin: 0;
		background-color: #eee;

	}

	.bcc-accordion .wk-accordion-content h3,
	.bcc-accordion .wk-accordion-content h4,
	.bcc-accordion .wk-accordion-content h5 {
		font-size: 20px;
	}


/*END Core Curriculum */