.topcontent {
    margin: 0 -15px;
    padding: 0 15px 20px;
}
.topcontent h1 {
    padding: 0;
    margin: 0;
    text-align: center;
    font-weight: 700;
}
.twocol-intro {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #CCC;
}
.twocol-intro .twocol-banner {
    margin-bottom: 20px;
    width: 1090px;
}
.twocol-intro p, .design-style-description p, .twocol-intro > ul li {
	line-height: 1.4;
    font-weight: 500;
    font-size: 0.875em;
    color: #000;
}
.twocol-intro p {
    margin-bottom: 15px;
}
.twocol-intro a {
    color: var(--primary-color);
    text-decoration: none;
}
.pagetools-section .share{
    position:relative;
}
.gs-detail {
    display: -webkit-box;
    display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: solid 1px #CCC;
}
.gs-detail:last-child {
	border-bottom: none;
}
.design-style-description {
	
	width: 100%;
}
.design-style-image {
	
display: block;
	
margin: 15px auto 15px;
}
.design-style-description h3 ,.get-started-detail h3{
	margin: 0 0 15px;
    font-size: 1.063em;
    font-weight: 700;
    color: #000;
}
.design-style-description p {
	margin-bottom: 15px;
}
.design-style-description ul, .twocol-intro > ul {
    padding: 0;
    margin: 0 0 0 15px;
}
.twocol-intro > ul {
    margin-bottom:15px;
}
.design-style-description ul li {
    list-style-type: disc;
    margin-bottom: 5px;
    line-height: 1.4;
    font-weight: 500;
    color: #000;
}
.design-style-description p:last-of-type {
    margin-bottom: 0;
}
.design-style-description a  {
	color: var(--primary-color);
	text-decoration: none;
}
.design-style-description a.pinkAnchor {
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
}
.design-style-description ol {
	padding: 0;
	margin: 0 0 0 17px;
}
.design-style-description ol li {
	/* list-style-type: disc; */
	margin-bottom: 10px;
	line-height: 1.4;
	font-size: 1em;
	color: #000;
	font-weight: 500;
}
.design-style-description ol li ul {
	margin: 10px 0 0 18px;
	padding: 0;
}
.swatches table {
    width: 100%;
    margin-bottom: 32px;
}
.swatches td {
    width: 25%;
    vertical-align: top;
}
.swatches td span {
    color: #000;
    font-weight: 600;
    font-size: 0.688em;
}
.swatches td a {
    display: inline-block;
}
.swatches td a img {
    width: 40px;
    height: 40px;
}
.get-started-detail ol {
    padding: 0;
    margin: 0 0 0 15px;
}
.get-started-detail ol li{
    margin-bottom: 10px;
    padding: 0 0 0 8px;
    font-weight: 500;
    color: #000;
    font-size:1em;
    line-height: 1.4;
}
.twocol-block .get-started-detail h2{
    font-weight: 400;
    color: #757779;
}
.foot-note {
    font-size: 12px;
    margin-top: 10px;
}
.shareIconContent{
    width:50px;
    position: absolute;
    bottom: 15px;
    right: 22px;
    display:none;
}
.design-style-image[visible=False] {
    height: 0px;
}
@media (max-width: 767px) {
	.twocol-banner {
		display: none;
	}
    .pink-background{
		display:none;
	}    
}
@media (min-width: 768px) {
    .swatches td a img {
        width: auto;
        height: auto;
    }
    .pink-background {
        background: url(/file/media/diamond/common/banner_pink-bg.png) no-repeat 100% 100%;
        padding: 20px;
        box-sizing: border-box;
        margin-top: 20px;
        color: #FFF;
    }
    .pink-background h3 {
        margin: 0 0 20px;
        font-size: 1.2em;
        font-weight: normal;
        font-style: normal;
    }
    .pink-background > img {
        display: none;
    }
    .pink-background a {
        font-weight: 600;
        color: #fff;
        font-size: 0.8em;
        border-bottom: 5px solid;
        text-decoration: none;
        padding-bottom: 5px;
        margin-bottom: 10px;
        display: inline-block;
    }
}
@media (min-width: 992px) {
	.gs-detail {
        -ms-flex-wrap: wrap;
		flex-wrap: nowrap;
	}
	.design-style-image {
		order: 2;
		min-width: 200px;
		margin-left: 35px;
		float:right;
	}
	.design-style-description {
		order: 1;
	}
    .twocol-intro p, .design-style-description p, .twocol-intro > ul li {
        font-size: 1.063em;
    }
    .design-style-description h3,.get-started-detail h3 {
        font-size: 1.25em;
    }
}