.comm-about {
	background-color: #fff;
	font-family: 'Open Sans';
	font-size: 15px;
	font-weight: lighter;
	color: #444;
	height: 100%;
    width: 100%;
}
.comm-about .headings{
    font-family: Open Sans;
    font-size: 25px;
    letter-spacing: 0.1em;
    color: #000;
}
.comm-about .headings b{
    font-weight: 600;
}
.comm-about .subheads{
    width: 75%;
    margin: auto;
    font-family: Times;
    font-style: italic;
    letter-spacing: 0.4em;
    line-height: 1.3em;
    font-size: 1.03em;
    color: #444;
}
.comm-about .subheads.full{
    width:100%;
}
.comm-about hr {
    width: 77%;
    border: 0;
    border-bottom: 1px dotted #ccc;
}
.comm-about .heading-what {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.comm-about .threes{
    margin-left: 4%;
}
.cside, .cmid {
    display: inline;
    float: left;
    line-height: 1.3em;
}
.cside{
        width: 24%;
}
.ctext{
    line-height: 1.3em;
}

.discover-heading {
    margin-top: -150px;
    z-index: 99;
    position: relative;
    clear: both;
}

.discover-heading .title{font-size: 22px;}

@media only screen and (min-width: 960px) {
    .comm-about { width: 100%; }

    .discover-what{
        letter-spacing: 0.13em;
    }

    .chalf {
        width: 450px;
        display: inline;
        float: left;
        margin: 0 15px 0 15px;
    }
}
@media only screen and (min-width: 640px) and (max-width: 960px), (max-device-width: 960px) {
}
@media only screen and (min-width: 480px) and (max-width: 639px), (max-device-width: 639px) {
}
@media only screen and (min-width: 320px) and (max-width: 479px), (max-device-width: 479px) {
    .discover-heading {
        margin-top: -50px;
    }
}

.comm-about img {
	max-width: 100%;
}

.comm-about a, .comm-about a:hover {
	text-decoration: none;
	color: #fff;
        font-size: 25px;
        font-weight: 800;
        padding: 25px 40px;
}

.comm-about img {
	border: 0;
    width: 100%;
}

.about-btn {
        padding: 10px 40px;
	background: rgb(245, 0, 79);
	border-radius: 50px;
	clear: both;
	display: inline-block;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	transition-property: transform;
	transition-duration: 0.3s;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}

.about-btn:hover {
	background: rgb(255, 0, 103);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.chalf img {
	max-width: 100%;
	height: auto;
}

.text.color.pink {
	color: #ff004f;
	font-weight: bold;
}

.logo {
	margin-right: auto;
	margin-left: auto;
}

.logo.bzr > img, 
.logo.shp > img {
	max-width: 100%;
	height: auto;
}
#sds-share, #sds-shoppe{
    margin-top:-50px;
}

.f-0 { font-size: 0; }
.lh-0 { line-height: 0; }
.lh-1 { line-height: 1; }
.lh-1-2 { line-height: 1.2; }
.lh-1-5 { line-height: 1.5; }
.lh-1-7-5 { line-height: 1.75; }
.lh-2 { line-height: 2; }
.color-red { color: #DF1A55; }
.bg-red { background: #DF1A55; }

.comm-masthead {
    position: relative;
    text-align: center;
}
.comm-masthead-text {
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    color: #000;
}
.comm-masthead-title {
    font-family: didot;
    font-size: 50px;
    font-weight: 900;
}
.comm-masthead-caption {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 900;
    padding: 15px 0;
}
.comm-masthead .comm-about-flex {
    position: relative;
}
.comm-masthead .comm-about-flex-item {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
}
.masthead-text-divider {
    position: relative;
    margin: 0 10px;
    font-size: 50px;
    line-height: 0;
    top: -17.5px;
}
.comm-masthead-button-list {
    position: relative;
    margin-top: 25px;
}
.comm-masthead-button {
    cursor: pointer;
}

.comm-about-section {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    color: #000;
    width: 940px;
    margin: auto;
    padding: 40px 0;
}
.comm-about-section .centered {
    text-align: center;
}
.comm-about-title-section {
    border-top: 1px solid #E8E7E7;
    border-bottom: 1px solid #E8E7E7;
}
.comm-about-title {
    font-size: 40px;
    font-family: didot;
    font-weight: 900;
}
.comm-about-caption {

}
.comm-about-sub-title {
    font-weight: 900;
    margin: 30px 0;
}
.comm-about-flex {
    display: flex;
    align-items: top;
    justify-content: center;
    flex-wrap: wrap;
}
.comm-about-flex-item {
    text-align: center;
}
.comm-about-channel-list {
    margin-bottom: 30px;
}
.comm-about-channel {
    height: 111px;
    width: 111px;
    border: none;
    background: #DF1A55;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    cursor: pointer;
}
.comm-about-channel:hover {
    background: #000;
}
.comm-about a, .comm-about a:hover {
    font-size: 14px;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: unset;
}
#stories-section .comm-about-flex {
    align-items: unset;
    justify-content: unset;
}
#stories-section img {
    width: auto;
    -webkit-transform: translate3d(0,0,0) scale(1);	
    -webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
    transition: opacity 0.35s, transform 0.5s;
    opacity:1; 
}
.comm-about-featured-list {
    margin: 30px auto;
}
.comm-about-featured {
    width: 200px;
    height: 200px;
    background: transparent;
    border: none;
    margin: 0 10px;
}
.comm-about-signup {
    padding: 60px 0;
}
.comm-about-signup .comm-about-flex-item {
    padding: 0 30px;
}
.comm-about-signup-caption {
    font-family: didot;
    font-weight: 900;
    font-size: 45px;
    color: #000;
    border-right: 1px solid #E8E7E7;
}
.comm-about-signup-border {
    border-right: 1px solid #E8E7E7;
}
#comm-about-signup-btn {
    background: #000;
    color: #fff;
    font-size: 12px;
    font-family: 'Nunito Sans', sans-serif;
    height: 40px;
    width: 200px;
    border: none;
    cursor: pointer;
}

#stories-section .comm-about-flex-item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.comm-about-stories-title {
    color: #fff;
    background: #DF1A55;
    border: none;
    height: auto;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    position: absolute;
    padding: 20px 10px;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    width: fit-content;
    cursor: pointer;
}
#left-item, #right-top-left-item, #right-bottom-left-item {
    margin-right: 20px;
}

#left-item {
    
}
#right-top-item {
    margin-bottom: 20px;
}
#right-top-left-item {
    
}
#right-top-right-item .comm-about-stories-title, 
#right-bottom-left-item .comm-about-stories-title {
    transform: unset;
    left: 20px;
}
#right-bottom-left-item .comm-about-stories-title {
    width: calc(193px - 20px);
}
#right-bottom-right-item {

}

#right-top-left-item:hover img,
#right-top-right-item:hover img,
#right-bottom-left-item:hover img,
#right-bottom-right-item:hover img,
#left-item:hover img {
    -webkit-transform: translate3d(0,0,0) scale(1.08);
	transform: translate3d(0,0,0) scale(1.08);
    opacity:0.5;
}

.insider-container .comm-about-section {
    padding-top: 0;
    padding-bottom: 30px;
}
.insider-container .comm-about-title-section {
    border-top: none;
}
.insider-container .comm-about-title {
    font-size: 40px;
    font-weight: normal;
}
.insider-container .comm-about-flex {
    justify-content: start;
    column-gap: 10px;
}
.insider-container .comm-about-featured {
    margin: 0;
    margin-bottom: 30px;
    width: 227.5px;
    height: auto;
    cursor: pointer;
}
.insider-container .comm-about-featured:hover .featured-title {
    color: #e57a88;
}
.insider-container .featured-image-container {
    width: 227.5px;
    height: 227.5px;
    overflow: hidden;
    position: relative;
}
.insider-container .featured-image-container .featured-badge {
    position: absolute;
    width: 46px;
    height: 46px;
    left: 12px;
    top: 12px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    font-family: 'Nunito Sans', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    background-color: #cb214f;
    border-radius: 100%;
}
.insider-container .comm-about-featured:hover img {
    -webkit-transform: translate3d(0,0,0) scale(1.08);
	transform: translate3d(0,0,0) scale(1.08);
    opacity: 0.5;
}
.insider-container .comm-about-featured img {
    margin: 0;
    width: 227.5px;
    height: 227.5px;
    -webkit-transform: translate3d(0,0,0) scale(1);	
    -webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
    transition: opacity 0.35s, transform 0.5s;
    opacity: 1; 
    width: 100%;
}
.insider-container .comm-about-button {
    text-align: center;
    margin-top: 30px;
}
.insider-container .comm-about-button a {
    background-color: #000;
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-family: 'AvenirNext-Bold', sans-serif;
    text-transform: uppercase;
    padding: 12px 30px;
    text-decoration: none;
    border: none;
}
.insider-container .comm-about-button a:hover {
    background-color: #e57a88;
    opacity: 0.8;
}
.insider-container .comm-about-featured p {
    text-align: left;
}
.insider-container .comm-about-featured .featured-title {
    font-size: 18px;
    font-family: 'didot-regular';
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 1.5;
}
.insider-container .comm-about-featured .featured-desc {
    font-size: 13px;
    font-family: 'Nunito Sans', sans-serif;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}