header { margin: 0!important; }

a:hover {cursor: pointer;opacity: .9;}

button:hover {cursor: pointer; opacity: .9;}

.margin-b {margin: 0 0 2% 0; }

.content-shop .journal-widget {display: none!important;}

/*.shop {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	max-width: 100%;
}
.shop a:hover {opacity: .9;}*/

.main-product-img {
	-webkit-flex: 1 1 100%;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	max-width: 100%;
	display: flex;
}
.product-block-container {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-flow: column wrap;
    justify-content: space-evenly;
    margin: 1rem auto;
    width: 100%;
    padding: 0 1rem
}
.product-cat-container {
	-webkit-flex: 1 2 100%;
	-ms-flex: 1 2 100%;
	flex: 1 2 100%;
}
.product-block {
	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    /*padding: 2rem;*/
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
    max-width: 100%;
    min-height: 20.5vw;
    /*min-height: 215px;*/
}
.product-block:hover {
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}
.product-block figure {
    margin: 1rem auto 1.5rem auto;
}
.product-block figure img{
	width: 100%;
	display: block;
}
.block-1 {background: #a7e0ea;}
.block-2 {background: #d3f0f4; margin-top: 1rem;}

.shop-product-cta {
	color: #3c1561;
	font-weight: 600;
	font-size: 1.6em;
	letter-spacing: 2px;
}
.shop-product-cta:hover {cursor: pointer;}


/*Section #2*/
.promo-banner {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
}

.promo-banner {text-align: center;}

.promo-banner h1 {
	font-size: 3em;
	padding-top: 45px;
	padding-bottom: 55px;
}

.promo-banner--mobile {display: none;}

/*Section #3*/
.shop-by-character {
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.shop-by-character h2 {
	color: #3c1561;
	font-size: 2.6em !important;
	margin-bottom: 4%;
}
.shop-by-character a {
	color: #3c1561;
}
.shop-by-character .textblock_text {
    margin-top: 3%;
}
.browse-row {
	margin-bottom: 75px;
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95%;
}

.shop-by-character
.browse-row
button {
	font-size: 1.2em;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: solid 2px inherit;
    background: #ec3b94;
	color: #fff;
	border: 5px solid #ec3b94;
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
	margin: auto 10px;
    padding: 15px 55px;
}
.shop-by-character
.browse-row
button:hover {
	box-shadow:0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.shop-by-character .browse-row button.btn--outline {
    background: transparent;
    color: #3c1561;
    border: solid 5px #3c1561;
    box-shadow: none;
}
.shop-by-character .browse-row button.btn--outline:hover{
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.browse-all {
	font-size: 1.4em;
    font-weight: 600;
    letter-spacing: 2px;
}
.sbc-carousel {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: justify;
	-webkit-align-content: space-between;
	align-content: space-between;
}
.sbc-carousel > div {
	margin: auto;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.sbc-carousel .hero-item > figure{
	margin: auto;
}
.sbc-carousel > div {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.goh-banner {
    margin-left: 1.5%;
    margin-right: 1.5%;
   -webkit-flex-direction: row;
   -ms-flex-direction: row;
       flex-direction: row;
   -webkit-align-items: flex-start;
   -ms-flex-align: start;
       align-items: flex-start;
   -webkit-justify-content: flex-start;
   -ms-flex-pack: start;
       justify-content: flex-start;
       margin-bottom: 30px;
       margin-top: 1.1%;
}
.goh-item {  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
	-webkit-box-flex: 1;   /* OLD - iOS 6-, Safari 3.1-6 */
	width: 20%;            /* For old syntax, otherwise collapses. */
	-webkit-flex: 1;       /* Safari 6.1+. iOS 7.1+, BB10 */
	-ms-flex: 1;           /* IE 10 */
	flex: 1;
	margin: auto;
	position: relative;
}
.goh-item--mobile a {
	display: none;
}
.goh-item a {
	background: #3c1561;
	color: #fff;
	font-size: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    margin: auto 6%;
    padding: 20px 30px;
    text-align: center;
    height: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.goh-item a:hover {
	box-shadow:0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
	cursor: pointer;
}
.goh-item > figure {
    text-align: center;
    margin: auto;
}

.goh-item.first img {width: 90%;}

.goh-item.second img{width: 90%;}

.sbc-carousel {color: #3c1561;}

/*  REMOVE justify-content: space-evenly; and ADD justify-content: CENTER AFTER ROW BREAKS  */
.sbc-carousel div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	width: auto;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.sbc-carousel a {
	font-size: 1.2rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    margin: auto;
    display: inline-block;
}
.sbc-carousel p {margin-bottom: 55px;}
.sbc-carousel img {margin-bottom: 18px;}
.sbc-carousel img:hover {
    box-shadow:0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
    border-radius: 99.9%;
    cursor: pointer;
}

.sbc-eg {display: none;}

/* GLOBALS */
.img-fluid {max-width: 100%;height: auto;}
.lt-text,
span.lt-text {
	font-weight: 100!important;
}
.bg-purple {
	background: #3c1561;
	width: 100%;
}
.bg-teal {background: #24b2ca;}

.content-shop
.hero-carousel > div {  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;
}
.tablet {display: none;}
.browse-all-cta {
	margin-right: -23%;
    text-align: left;
    width: 322px;
    padding-left: 2.5rem;
}
.textblock_text a {
    font-weight: 600;
    letter-spacing: 1px;
}
.liner {
	text-align: center;
	padding: 1rem 0;
}

@media (max-width: 1500px){
	.product-block figure{
		/*width: 90%;*/
		margin: .5rem auto 1.5rem auto;
	}
	.block-2 {
		margin-top: .8rem;
	}
}

@media (max-width: 1367px){
	.product-block figure{
		/*width: 65%;*/
		/*margin-bottom: 1.5rem;*/
	}
}

/* YELLOW */
@media (max-width: 1281px) {
	/*body{
		background: yellow;
	}*/
	/* Section #1 */
	.shop-product-cta{
		/*font-size: 1rem;*/
		font-size: 90%;
	}
	.shop-eg {
	    margin-top: 15px;
	}
	.product-block {
	   padding: .8rem;
	}
	.product-block figure {
		margin-bottom: 1rem auto;
	}
	.product-block figure img{
		width: 70%;
		display: block;
		margin: auto;
	}
	.browse-row {
		display: block;
	}
	.browse-all {
		display: none;
	}
	.textblock_text > p {
	    display: none;
	}
}

/* ORANGE -  Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
	/*body{
		background: orange;
	}*/
	.product-block figure img{
		width: 70%;
	}
	/*Section #2*/
	.promo-banner h1 {
	    font-size: 1.9em;
		padding-bottom: 25px;
		padding-top: 25px;
	}

	.sbc-carousel div {
	    margin: auto;
	}
	.shop-by-character {
		padding-bottom: 0;
	}
	.sbc-carousel > div {
	    -webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	    justify-content: space-between;
	}
	.sbc-carousel div {
	    margin: auto 15%;
	}
/*	.shop h1, h1 {
	    margin-bottom: 1.5em;
	}*/
	.browse-all {
		display: none;
	}
	.sbc-carousel a{
		margin: 1%;
	}
}

/* GREY */
@media (max-width: 991px) {
	/*body{
		background: #cdcdcd;
	}*/
	/*.main-product-img {
		margin-top: 1rem;
	}*/
	.product-block {
		padding: 1rem 0 0;
	}
	.product-block a figure {
	    /*margin: auto auto 1rem;*/
	    margin: auto auto 0;
    	width: 55%;
	}
	.product-block a figure img {
	    margin: auto;
	    width: 100%;
	}

	/*Section #2*/
	.promo-banner h1{
		font-size: 2em;
		padding-bottom: 35px;
	    padding-top: 35px;
	}

	/*Section #3*/
	.browse-row {
		width: 100%;
	}
	.sbc-carousel div {
	    -webkit-align-items: baseline;
	        -ms-flex-align: baseline;
	            align-items: baseline;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-direction: row;
	        -ms-flex-direction: row;
	            flex-direction: row;
	    width: auto;
	    margin: auto 12%;
	}
	.sbc-carousel > div {
		-webkit-justify-content: space-around;
		    -ms-flex-pack: distribute;
		        justify-content: space-around;
		margin: 0 13%;
	}

	/*Section #4*/
	.goh-banner {
	    padding-bottom: 0;
	    padding-top: 4%;
	    margin-left: 0;
	    margin-right: 0;
	}
	.goh-item a {
		padding: 10px 30px;
		margin-right: 1.5rem;
		margin-top: 2rem;
	}
	.goh-item.third {
		display: none;
	}
}

/* TAN */
@media (max-width: 801px) {
	/* Section #1 */
	/*body{
		background: tan;
	}*/
	.product-block-container {
	    margin: 0 auto;
	}
	.product-block {
		padding: .5rem 0 0;
		margin-top: .8rem;
	}
	.product-block a figure {
	    /*margin: auto auto 1rem;*/
	    width: 45%;
	}
	.liner {
		padding-bottom: .5rem;
	}
	.block-2 {
	    margin-top: .7rem;
	}
	.shop-product-cta {
	    font-size: 79%;
	}

	/* Section #3 */
	.sbc-carousel > div {
	    margin: auto 5%;
	}
	.sbc-carousel img {
		padding: 0;
    	width: auto;
	}
	.sbc-carousel a {
		padding: 0;
	}
	.shop-by-character {
		padding: 0;
	}
	.shop-by-character .browse-row button{
		padding: 15px 55px;
		width: 45%;
	}
	.browse-row {
		margin-bottom: 75px;
	}

	.margin-b {
    	margin: 15px 0;
	}
	.textblock_text {
	    display: none;
	}
	.goh-item a {
		display: none;
	}
	.goh-item--mobile {
	    margin-top: 2rem;
	}

	.goh-item--mobile a {
		background: #3c1561;
		color: #fff;
		font-size: 1rem;
	    letter-spacing: 2px;
	    text-transform: uppercase;
	    border: none;
	    margin: auto 6%;
	    padding: 1rem 4rem;
	    text-align: center;
	    height: 60%;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	            align-items: center;
	            justify-content: center;
	}
	.goh-item.second img {
		width: 80%;
	}
}

/* TABLET -  BLUE */
@media (max-width: 767px){
	/*body{
		background: blue;
	}*/
/*	.shop h1, h1 {
	    margin-bottom: 0.6em;
	}
	.shop{
		display: -ms-flexbox;  
		display: -webkit-inline-flex; 
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-line-pack: start;
		        -webkit-align-content: flex-start;
		        align-content: flex-start;
		-webkit-align-items: start;
		-ms-flex-align: start;
		align-items: start;
	}*/
	.main-product-img {
    	-webkit-flex-grow: 1;
    	    -ms-flex-positive: 1;
    	        flex-grow: 1;
	}
	.product-cat-container {
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex: unset;
	        -ms-flex: unset;
	            flex: unset;
	    -webkit-flex-direction: column;
	        -ms-flex-direction: column;
	            flex-direction: column;
		 /*padding-top: 10px;*/
	    -ms-flex-negative:0;
	            -webkit-flex-shrink:0;
	            flex-shrink:0;
	            margin: 0;
	}
	.product-block-container {
		padding: 0 .5rem;
	}
	.product-block a figure img {
		width: 50%;
	}
	.liner {
	    /*padding: 3%;*/
	    padding: 0 0 1rem 0;
	}
	.product-block {
		font-size: 1rem;
		padding-top: 0;
		width: 100%;  /* Cmtd out for safari bug */
	}
	.product-block a figure img {
	    margin: auto;
	    /*width: auto;*/
	}
	.product-block:hover {
		box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
		cursor: pointer;
	}
	.product-block img {
		width: 59%;
	    padding-top: 9px;
	    text-align: center;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    flex-direction: row;
	    margin: 0 auto;
	}
	.product-block a figure {
		/*width: 42%;*/
		width: 90%;
		margin: 0 auto;
	}
	.product-block > figure {
	    padding-top: 1%;
	}
	.product-block > figure img {
	    width: 42%;
	}
	.promo-banner h1 {
	    font-size: 1.8em;
	}
	.block-2 {
		margin-top: .8rem;
	}
	.hero-carousel > figure {
	    margin: 0 3%;
	}
	.shop-product-cta {
	    font-size: .9rem;
	}


	/* Section #2 */
	.promo-banner h1 {
	    font-size: 1.8em;
	    padding-bottom: 25px;
	    padding-top: 20px;
	}

	/* Section #3 */
	.shop-by-character h2 {
		font-size: 1.8em!important;
	}
	.shop-mlp.pb-40 {
	    padding-bottom: 0;
	}
	.sbc-carousel div {
	    -ms-flex-line-pack: center;
        -webkit-align-content: center;
        align-content: center;
	}
	.shop-product-cta {
		font-size: 55%;
	}
	.shop-product-cta:hover {
		text-shadow: none;
	    cursor: pointer;
	}
	.shop-by-character
	.browse-row button {
		margin-left: 1.5%;
		font-size: .8rem;
	}
	.shop-by-character
	.browse-row button:nth-child(1){
		margin-bottom: 0;
	}
	.browse-all {
		display: none;
	}
	.browse-row {
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 40px;
	}

	/* Section #4 */
	.goh-banner {
	    margin: 1rem 0;
	    max-width: 100%;
	    padding-bottom: 0;
	    padding-top: 4%;
	}
	.goh-item > figure{
		margin: unset;
	}
	.goh-item.first img {
	    width: 100%;
	}
	.goh-item.second {
    	-webkit-flex: 0.5 1 0;
    	    -ms-flex: 0.5 1 0px;
    	        flex: 0.5 1 0;
    	margin: unset;
	}
	.goh-item.second img{
		position: relative;
		bottom: -16px;
		top: 0;
	}
	.goh-item.third {
    	font-size: .8em;
	}

	.goh-item a {
		padding: 10px 30px;
	}
	.tablet {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		place-content: end center;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 5px;
	}
	.tablet > img {
	    width: 30%;
	}
	.margin-b {
	    margin: 20px 0 15px;
	}
}

/* MOBILE LANDSCAPE -  GREEN */
@media (max-width: 641px){
	/*body {
		background: green;
	}*/
	.product-block-container {
		margin: 0 auto;
		padding: 0 1rem;
	}
	.product-block {
	    width: auto;
	    font-size: 1em;
		padding-bottom: 0;
    	padding-top: 0;
	}
	.product-block a figure img {
		width: 40%;
	}
	.product-block > figure {
	    padding-top: 0;
	}
	.product-block img {
	    width: 40%;
	}
	.block-2 {
		margin-top: .5rem;
	}
	.shop-product-cta {
	    font-size: 60%;
	    width: 100%;
	}
	.liner {
	    padding-top: 0;
	    padding-bottom: 10px;
	    margin: 0;
	}
	.browse-row {
		margin-bottom: 35px;
	}
	.tablet > img {
	    width: 40%;
	}
	.shop-by-character
	.browse-row button {
		font-size: .7rem;
	}
	.sbc-carousel {
	    margin: 0 4%;
	}

}

/* MOBILE PORTRAIT - TEAL */
@media (max-width: 481px){
	/*body {
		background: teal;
	}*/
	.product-block-container{
		padding: 0 1rem;
	}
	.margin-b {
	    padding: .1rem 0 1rem 0;
	}
	.promo-banner--mobile h1 {
			padding-bottom: 3%;
		    padding-top: 20%;
		    width: 100%;
	}
	/*.shop {
	    display: block;
	}*/
	.product-block a figure img {
		width: 90%;

	}
	.content-shop .hero-carousel > div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
	}
	.main-product-img {
	    width: 100%;
	}

	.browse-row {
	   display: block;
	   margin-bottom: 10%;
	}
	.promo-banner {
	    display: none;
	}
	.promo-banner--mobile {  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
		display: -ms-flexbox;  /* TWEENER - IE 10 */
		display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
		display: flex;
	}
	.promo-banner--mobile h1 {
	    font-size: 2.2rem;
	    text-align: center;
	    font-size: 2.2rem;
	}
	.product-cat-container {
	    width: auto;
	    margin-top: 5px;
	}

	.product-block {
	    padding-top: 25px;
	    width: 100%; /* Added for Safari */
	}
	.product-block a figure {
		width: 100%;
	}

	.product-block img {
		/*width: 45%;*/
		width: 100%;
	}
	.shop-product-cta {
		font-size: 112%;
	}
	.shop-by-character h2 {
	    color: #3c1561;
	    font-size: 1.7em !important;
	    margin: 1.2em;
	}

	.shop-by-character
	.browse-row button {
		padding: 4%;
		font-size: 1.3rem;
    	font-weight: 500;
		margin-left: 0;
	    width: 90%;
	    margin-right: 0;
	}

	.shop-by-character .browse-row button.btn--outline,
	.shop-by-character .browse-row button.btn--outline-mlp {
		margin-right: 0;
	}

	.shop-by-character .browse-row button:nth-child(2){
		margin-top: 3%;
	}
	.content-shop .hero-carousel > div {
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-flex-direction: column-reverse;
	        -ms-flex-direction: column-reverse;
	            flex-direction: column-reverse;
	    -webkit-justify-content: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	}
	.sbc-carousel {
	    margin: 0 4%;
	}
	.sbc-carousel div {
		width: auto;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 2rem;
	}
	.sbc-carousel p {
		margin-bottom: 45px;
	}
	.margin-b {
	    margin: 0 0 2%;
	}
	.liner {
		/*padding-bottom: 6%;
		padding-top: 8%;*/
		margin-bottom: 1rem;
	    padding-bottom: 0.5rem;
	    padding-top: 1rem;
	}
	.product-block:nth-child(2) {
	    margin-top: 20px;
	}

	.goh-banner {
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin-left: 0;
		margin-right: 0;
		padding-top: 2%;
	}

	.goh-item {
	    -moz-box-flex: 1;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	    margin: auto;
	    text-align: center;
	    width: 100%;
	}

	.goh-item a {
	    margin-left: 10%;
	    font-size: 1.4em;
	    padding: 1.5rem 1rem;
	    margin-top: 25%;
	}

	.goh-item > figure {
	    margin: auto;
	    text-align: center;
	    width: 80%;
	}

	.goh-item.first img {
	  width: 100%;
	}

	.goh-item.second {
	    -webkit-order: 2;
	        -ms-flex-order: 2;
	            order: 2;
	            margin: 20px auto;
	}
	.goh-item.second img {
	    width: 70%;
	}
	.goh-item.third {
	    margin: 0 auto 20px;
	}
	.goh-item a {
		display: none;
	}

	.goh-item--mobile a {
		background: #3c1561;
		color: #fff;
		font-size: 1rem;
	    letter-spacing: 2px;
	    text-transform: uppercase;
	    border: none;
	    margin: 2.5rem 6% 1rem 6%;
	    padding: 20px 15px;
	    text-align: center;
	    height: 60%;
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -webkit-box-align: center;
	    -ms-flex-align: center;
	            align-items: center;
	            justify-content: center;
	}
}
