#post .body {
    background-color: ghostwhite;
}

#post .graphic_section {
    width: 65%;
    float: left;
}

#post .post-title {
    color: white;
    text-align: center;
    background-image:url(../img/orange-floral_sm.jpg);
    font-size: 1.6rem;
    font-weight: 300;
    margin: 0rem;
    padding: .375rem;
}

#post .post-body .container-fluid {
    padding: 0px -12px;
}

/* new section to set aspect ratio of carousel */
#post div.stretchy-wrapper {
	width: 100%;
	padding-bottom: calc(56.25% + 23px); /* 16:9 */
	position: relative;
}

#post div.stretchy-wrapper > div {
	position: absolute;
	top: 0; 
    bottom: 0; 
    left: 0; 
    right: 0;
    /*background-color: blue;*/
}

#post .post {
    padding: 0rem;
    background-color: rgb(250, 245, 236);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
}

#sponsors .post {
    background-color: rgb(250, 245, 236);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 100%;
}

#post .image_wrapper {
    height: 100%;
    width: 100%;
    padding: .5rem;
}

#post .image_item {
    height: auto;
    max-height: 75vh;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media only screen and (max-width: 600px) {
    #post .image_item {
        max-width: 100%;
    }
    #post .graphic_section {
        width: 100%;
    }
}

#post .post-byline_block {
    margin: 0rem;
}

#post .post-byline {
    margin: 0rem 0rem .5rem 0rem;
}

#post .socials {
    padding-right: 1rem;
    float: right;
}

#post .post-text {
    padding: 1rem;
}

#post .post-content {
    font-size: 1rem;
    line-height: 1.25rem;
    color: black;
    text-align: justify;
}

#post .swiper {
    float:left;
    padding: 5px 5px 10px 5px;
    background-color: rgb(250, 245, 236);
}

#post .swiper-slide {
    padding-bottom: 18px;
}

#post .swiper-pagination {
    bottom: -2px !important;
    color:black;
} 


#post div.swiper-button-prev,
#post div.swiper-button-next {
    color: #F4632D;
}

/* target the active bullet */
#post span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color:#F4632D;
    opacity: 1;
    height: 1.2rem;
    width: 1.2rem;
}
  
/* target all bullets */
#post span.swiper-pagination-bullet {
    background-color: white;
    opacity: 1;
    height: 1.2rem;
    width: 1.2rem;
}

#post .dr_shad {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#post .swiper-container .swiper-zoom-container>img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
}

#post .html, .body {
    position: relative;
    height: 100%;
}

#post .body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}
 
#post .swiper {
    width: 100%;
    height: 100%;
}

#post .swiper-slide {
    overflow: hidden;
}
