  /*Events Posts*/


.accordion1 dl:after,
.accordion-list:after {
    display: block;
    height: 1em;
    width: 100%;
    background-color: #FFF;
    color: #3f230d !important;
}

dd {
    display: block !important;
    width: 100% !important;
    color: #3f230d !important;
}

.accordion1 dd,
.accordion__panel {
    background-color: #FFF;
    font-size: 1em;
    line-height: 1.5em;
    color: #3f230d !important;
}

.accordion1 dd.is-expanded {
    border-color: #d7d7d7;
    border-style: solid;
    border-width: 0px 3px 3px 3px;
    margin-bottom: 10px !important;
    margin-top: -5px;
    color: #3f230d !important;
}

dl dd {
    margin-bottom: 0 !important;
    color: #3f230d !important;
}

.accordionItem .rxbodyfield {
    padding: 13px;
}

.accordion1 {
    position: relative;
    background-color: #fff;
    color: #3f230d !important;
}

.accordion1 dt a:visited,
.accordion1 dt a:active {
    color: #3f230d !important;
}

.accordionTitle,
.accordion__Heading {
    background-color: #f7cb22;
    border: 3px solid #f7cb22;
    text-align: left;
    font-weight: 700;
    padding: 15px;
    display: block;
    text-decoration: none;
    color: #3f230d !important;
    font-style: normal !important;
    text-transform: uppercase !important;
    font-family: 'Roboto', sans-serif !important;
    -webkit-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
    margin-bottom: 5px;
}

.accordionTitle:before,
.accordion__Heading:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0dd";
    font-size: 24px;
    /*font-size: 1.5em !important;*/
    color: #3f230d !important;
    font-style: normal !important;
    line-height: 17px;
    float: right;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

dl dt {
    margin-bottom: 0 !important;
}

.accordionTitle:hover,
.accordion__Heading:hover {
    background-color: #FFF;
    color: #3f230d !important;
    border: 3px solid #d7d7d7;
    padding: 15px !important;
    text-decoration: none !important;
    margin-bottom: 5px;
}

.accordionTitle:not(.is-expanded):hover {
    margin-bottom: 5px;
}

.accordionTitleActive,
.accordionTitle.is-expanded {
    background-color: #FFF;
    border: 3px solid #d7d7d7;
    color: #3f230d !important;
}

.accordionTitleActive:before,
.accordionTitle.is-expanded:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    line-height: 35px;
    color: #3f230d !important;
}

.accordionItem {
    height: auto;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    transition: max-height 1s;
    color: #3f230d !important;
}

@media screen and (min-width: 48em) {
    .accordionItem {
        -webkit-transition: max-height 0.5s;
        transition: max-height 0.5s;
    }
}

.accordionItem.is-collapsed {
    max-height: 0;
}

.no-js .accordionItem.is-collapsed {
    max-height: auto;
}

.animateIn {
    -webkit-animation: accordionIn 0.65s normal ease-in-out both 1;
    animation: accordionIn 0.65s normal ease-in-out both 1;
}

.animateOut {
    -webkit-animation: accordionOut 0.75s alternate ease-in-out both 1;
    animation: accordionOut 0.75s alternate ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes accordionIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes accordionOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
    }
}

@keyframes accordionOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0.9) rotateX(-60deg);
        transform: scale(0.9) rotateX(-60deg);
    }
}

.action-button-wrapper .button {
    background-color: #e66625 !important;
    margin: 3px !important;
    padding: 18px 40px !important;
    font-weight: bold !important;
    font-family: "Roboto", sans-serif !important;
}

.action-button-wrapper .button:hover {
    text-decoration: underline;
    background-color: #bd4900 !important;
}

/* ------------------ Photo Slider ------------------ */

.flex-caption {
    padding: 20px !important;
    border: none !important;
    background-color: #ececec !important;
    font-style: italic !important;
    border-top: 3px solid #e66625 !important;
    margin-bottom: 0px !important;
}

.perc-blog-post .flex-caption p,
.flex-caption p {
    margin: 0 !important;
    font-size: .9rem !important;
}

#slider .flex-direction-nav a {
    text-shadow: none !important;
    transition: none !important;
    opacity: 1 !important;
    top: 40% !important;
    background-color: #e66625 !important;
    width: 35px !important;
    height: 60px !important;
}

@media screen and (max-width: 660px) {
    #slider .flex-direction-nav a {
        top: 30% !important;
    }
}

#slider .flex-direction-nav a::before {
    text-shadow: none !important;
    color: #ffffff !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 40px !important;
}

#slider .flex-direction-nav .flex-prev {
    left: 0 !important;
}

#slider .flex-direction-nav .flex-next {
    right: 0 !important;
}

#carousel .flex-direction-nav a {
    text-shadow: none !important;
    transition: none !important;
    opacity: 1 !important;
    top: 50% !important;
    width: 45px !important;
    height: 45px !important;
}

#carousel .flex-direction-nav a::before {
    text-shadow: none !important;
    font-size: 30px !important;
}

#carousel .flex-direction-nav .flex-prev {
    left: 0 !important;
}

#carousel .flex-direction-nav .flex-next {
    right: 0 !important;
}

#carousel {
    margin-top: 5px !important;
    margin-bottom: 35px !important;
}

#carousel .flex-active-slide {
    background-color: #e66625 !important;
}

#carousel .flex-active-slide img {
    opacity: .2 !important;
}

#carousel .flex-viewport {
    width: 640px !important;
}

@media screen and (max-width: 775px) {
    #carousel {
        display: none !important;
    }
}

@media screen and (max-width: 775px) {
    .flex-caption {
        margin-bottom: 30px !important;
    }
}

@media screen and (min-width: 900px) and (max-width: 1040px) {
    #carousel {
        display: none !important;
    }
}

@media screen and (min-width: 900px) and (max-width: 1040px) {
    .flex-caption {
        margin-bottom: 30px !important;
    }
}

#slider {
    padding-top: 15px !important;
}

/* ------------------ Story Layout - Photo Slider Adjust ------------------ */

#carousel .flex-viewport {
    left: 27px !important;
}

@media screen and (min-width: 775px) and (max-width: 900px) {
    #carousel .flex-viewport {
        left: 35px !important;
    }
}

/* ------------------ Photos ------------------ */

/*.marginLeft,*/
/*.marginRight {*/
/*    float: none !important;*/
/*    margin-left: 0 !important;*/
/*    margin-right: 0 !important;*/
/*}*/

.img-caption {
    padding: 20px !important;
    border: none !important;
    background-color: #ececec !important;
    font-style: italic !important;
    font-size: .9rem !important;
    margin-bottom: 30px !important;
    display: table-caption;
    caption-side: bottom;
}

.marginLeft img,
.marginRight img {
    border-bottom: 3px solid #e66625 !important;
    margin-bottom: 0 !important;
}

.photo-with-caption {
    display: table;
}

.photo-with-caption img {
    border-bottom: 3px solid #e66625 !important;
}

/*img.marginLeft,*/
/*img.marginRight {*/
/*    margin-right: 35% !important;*/
/*}*/

.multiple-headshots-display {
    list-style-type: none !important;
    display: flex !important;
}

@media screen and (max-width: 775px) {
    .multiple-headshots-display {
        display: inherit !important;
    }
}

.photo-text-wrap {
    float: right !important;
    margin-left: 30px !important;
    padding-left: 30px !important;
    border-left: 2px solid #d7d7d7 !important;
    border-bottom: 2px solid #d7d7d7 !important;
    margin-bottom: 47px !important;
    padding-bottom: 30px !important;
}

.perc-box-1 img {
    border: 2px solid #d7d7d7 !important;
    margin-bottom: 10px !important;
}

.perc-box-1 {
    border: none !important;
}

.photo-text-wrap .img-caption {
    margin-bottom: 0px !important;
}

@media screen and (max-width: 670px) {
    .photo-text-wrap .img-caption {
        margin-bottom: 30px !important;
    }
}

@media screen and (max-width: 670px) {
    .photo-text-wrap {
        float: none !important;
        margin: 0 !important;
        border: none !important;
        padding: 0 !important;
    }
}

@media screen and (max-width: 670px) {
    .photo-text-wrap img {
        margin-bottom: 30px !important;
        border: 2px solid #d7d7d7 !important;
    }
}

.photo-text-wrap+p {
    margin-top: -4px !important;
}

@media screen and (max-width: 670px) {

    .photo-with-caption img {
        border-bottom: 3px solid #e66625 !important;
        border-left: none !important;
        border-top: none !important;
        border-right: none !important;
        margin-bottom: 0 !important;
    }
}

.multiple-headshots-display .img-caption {
    margin-bottom: 10px !important;
}

@media screen and (max-width: 775px) {
    .multiple-headshots-display .img-caption {
        margin-bottom: 30px !important;
    }
}

@media screen and (min-width: 670px) {
    .photo-text-wrap>img {
        margin-bottom: 10px !important;
    }
}

/* ------------------ Section Dividers ------------------ */

.perc-blog-wrapper {
    padding-bottom: 30px !important;
    padding-top: 40px !important;
    border-top: 2px solid #d7d7d7 !important;
    margin-top: 40px !important;
    margin-bottom: 0 !important;
    clear: both !important;
}

/* ------------------ Section Slider ------------------ */
@media screen and (max-width: 900px) {
    #fullWidthArea1 h2 {
        padding: 0px 20px 0px 20px !important;
    }
}

#fullWidthArea1, #con-majors-text {
    max-width: 1024px; margin: 0 auto;
}

@media screen and (max-width: 900px) {
    #con-majors-text:not(#leftsidebarBottom), #fullWidthArea1 h2{
        padding: 0px 20px 0px 20px !important;
    }
}

#middle .rxbodyfield a {
    color: #e66625;
    /*font-weight:500;*/
}



/* ------------------ custom bw kara ------------------ */


.conservatory-purple-background {
  background-color: #A20045;
}

/* Alumni Success */
.alumni-success .toggle-content {
	display: none;
}
.alumni-success .toggle-link {
	font-weight: bold;
}
.alumni-success .success-header {
	 background-color: #f7cb22;
	 padding: 10px 0px 10px 0px;
	 text-align:center;
}
.alumni-success .success-header h2 {
	color: #3f230d !important;
}
.alumni-success .success-header p:last-of-type {
	margin-bottom: .2rem;
}
.quote-question {
	margin-top: 20px;
	margin-bottom: 20px;
}
.quote-wrapper {
  font-size: 16px;
  font-weight: 300;
	border-top: 2px solid #dedede;
  border-bottom: 2px solid #dedede;
	margin-top: 20px;
	margin-bottom: 20px;
}
.quote-wrapper p {
	padding: 20px 10px 20px 10px;
	font-size: 18px;
	font-weight: 300;
}
.quote-wrapper p:last-of-type {
	margin-bottom: 0;
}

.page-lead {
    font-size: 22px;
    line-height: 1.6;
    color: #e66625!important;
    font-weight: 300;
}

.banner-image-desktop {
    display: inline-block !important;
}
.banner-image-mobile {
    display: none !important;
}
@media screen and (max-width:1023px) {
.banner-image-desktop {
       display: none !important;
    }
.banner-image-mobile {
         display: inline-block !important;
    }
}