.twocol-intro {
	margin-bottom: 15px;
	padding-bottom: 15px;
	/* border-bottom: solid 1px #CCC; */
}
.twocol-intro .twocol-banner {
    margin-bottom: 50px;
}
.twocol-intro p, .design-style-description p, .twocol-intro > ul li,.twocol-intro > ol li {
	line-height: 1.4;
    font-weight: 500;
    color: #000;
    font-family:"Nexa W01 Light";
}
.twocol-intro h1, .get-started-detail h2 {
    font-family:"Nexa W01 Bold";
    margin-bottom: 20px;
    color: #000;
}
.twocol-intro h1{
    font-family:"Birch W03 Regular1180575";
    font-size:50px;
}
.twocol-intro p {
    margin-bottom: 15px;
}
.twocol-intro a {
    color: #b4254a;
    text-decoration: none;
}
.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 {
    order: 2;
}
.design-style-description .learn-more {
    display: inline-block;
    margin-top: 10px;
}
.design-style-image {
    /* order: 1; */
	display: block;
	margin: 0 auto 15px;
}
.design-style-description h3 {
    margin: 0 0 18px;
    font-size: 1.063em;
    color: #000;
    font-family:"Nexa W01 Bold";
}
.design-style-description p {
	margin-bottom: 15px;
}
.design-style-description ul, .twocol-intro > ul,.twocol-intro > ol {
    padding: 0;
    margin: 0 0 0 15px;
    line-height: 1.45;
}
.twocol-intro > ul,.twocol-intro > ol {
    margin-bottom:15px;
}
.design-style-description ul li, .design-style-description ol li {
    font-weight: 500;
    color: #000;
    font-family:"Nexa W01 Light";
    line-height: 1.45;
}
.design-style-description p:last-of-type {
    margin-bottom: 0;
}
.design-style-description a  {
	color: #b4254a;
	text-decoration: none;
}
.design-style-description a.pinkAnchor {
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
    font-family: 'Nexa w01 Bold';
    font-size: 1.03em;
}
.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;
}
.design-style-description ol li ul {
	margin: 10px 0 0 18px;
	padding: 0;
}
.swatches table {
    width: 100%;
    margin-bottom: 32px;
}
.swatches {
    font-family:'Nexa w01 Bold';
}
.swatches td {
    width: 25%;
    vertical-align: top;
}
.swatches td span {
    color: #000;
    font-weight: 600;
    font-size: 0.8em !important;
}
.swatches td a {
    display: inline-block;
}
.swatches td a img {
    width: 40px;
    height: 40px;
}
.get-started-detail h3
    {
    	font-family: "Nexa W01 Bold";
    	color:#121212;
    	font-size: 1.3em;
    }
.pink-background {
    display: block;
    margin-bottom: 15px;
    background: url(../png/series-text-bg.png) no-repeat;
    padding: 25px 20px;
    margin-top: 20px;
}
.pink-background > img {
    display: none;
}
/*.pink-background img{
    height:auto;
}*/
.pink-background h3, .pink-background a {
    color: #000;
}
.pink-background h3 {
    margin: 0 0 15px;
    padding: 0;
    font: 1.25em "Nexa W01 Light";
}
.pink-background a {
    bottom: 15%;
    font: 1.5em "Nexa W01 Bold";
    border-bottom: 8px solid #a70b32;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
}
.shareIconContent{
    position: absolute;
    bottom: 15px;
    left: 20px;
    width: 50px;
    display: none;
}
.pagetools-section ul li.share{
    position: relative;
}
@media (max-width: 767px) {
	.twocol-banner {
		display: none;
	}
    .twocol-sidebar {
        margin-top: -50px;
    }
     .gs-head {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .swatches td a img {
        width: auto;
        height: auto;
    }
}
@media (max-width: 991px) {
    .gs-head {
        background: url(../jpg/home-top-nav-bg.jpg) no-repeat;
        color: #FFF;
        text-align: left;
        font-family:"Nexa W01 Bold";
        margin: 0 -15px 20px;
        padding: 0 15px 55px;
    }
}
@media (min-width: 992px) {
	.gs-detail {
        -ms-flex-wrap: wrap;
		flex-wrap: nowrap;
    }
    .twocol-content {
        /* margin: 0 0 30px 30px; */
    }
	.design-style-image {
		order: 2;
		min-width: 200px;
        margin-left: 15px;
        float: right;
	}
	.design-style-description {
		order: 1;
        width:100%;
	}
    .twocol-intro p, .design-style-description p, .twocol-intro > ul li,.twocol-intro > ol li {
        font-size: 1.063em;
    }
    
    .design-style-description h3 {
        font-size: 1.25em;
    }
    .twocol-intro img.img-responsive {
        width:100%;
    }
}