* {
    box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

.social-landing{
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
}

.intl .top-header{
	background-color: #3b5854;
}

.top-header{
	margin-bottom: 15px;
	padding: 0 15px;
	display: flex;
    flex-direction: column;
    align-items: center;
 
    /*background-image: url("/userfiles/images/landing/wfh/WFH-UPGRADE-LANDINGPAGE-banner-notext.jpg");*/
    color: white;    
    min-height: 304px;
    width: 100%;
    text-align: center;
    position: relative;
}

.top-header{
	display: flex;
	flex-direction: column;
	align-items: center;

}

.top-header img{
	width: 100%;
}

.top-header h1{
	font-size: 25px;
	font-weight: 800;
    font-family: "Archer", serif;
    margin-top: 0;
}

.top-header .text-overlay p{
	font-size: 15px;
/*	font-weight: 400;
*/	font-family: UniversLTStd-Light, Helvetica, Arial, sans-serif;
}

.top-header .text-overlay{
	position: absolute;
	top: 9%;
    left: 9%;
    transform: translate(-9%, -9%);
    padding: 15px 30px;
    text-align: center;
    opacity: 0.85;
    max-width: 330px;
}

.intro-text{
	text-align: center;
	width: 95%;
	margin-bottom: 0;
}

.intro-text h3{
	font-size: 24px;
    margin-bottom: 10px;
    font-weight: 900;
    font-family: UniversLTStd, Helvetica, Arial, sans-serif;
}

.intro-text img, .featuredImg img{
	width: 500px;
	height: auto;
	display: block;
	margin:0 auto 30px auto;
	/*position: relative;*/
}

.content .intro-content h3{
	margin-left: 10px;
}

.content .intro-content p{
	max-width: 100%;
}

/*HS LIVE */

.live-event .top-header .text-overlay{
	min-width: 97%;
}

.live-event .top-header .text-overlay h4, .live-event .top-header .text-overlay p{
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: UniversLTStd-Light, Helvetica, Arial, sans-serif;
}

.live-event .intro-text{
	align-items: center;
}
.live-event .intro-text .content-set{
	text-align:left;
}

.live-event .intro-text .content-set h3{
	font-size: 15px;
}	

.live-event .intro-text .content-set button{
	text-transform: unset;
}

.live-event .intro-text .content-set .addToCalendar{
	background-color: unset;
    color: inherit;
    border: #efefef 1px solid;
    border-radius: 5%;
    -webkit-box-shadow: 2px 5px 4px -2px #949494;
    box-shadow: 2px 5px 4px -2px #949494;
    margin-top: 0;
}
.brand{
	font-family: UniversLTStd-Light, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight:100;

}
.live{
	font-family: 'HaveHeartOne';
	font-size: 60px;

}
.edition{
	font-family: UniversLTStd-Light, Helvetica, Arial, sans-serif !important;
	text-transform: uppercase;
	font-weight:100;
	display: inline-block;
	font-size: 20px; 
	text-align: left;
}
.imgWTxt{
	display: flex;
	flex-direction: column;
	position:relative;
}

.imgWTxt h2{
	border-bottom: none;
	margin-bottom:0;
	padding-bottom: 0;
	position: absolute;
	left: 30%;
}
.imgWTxt .live{
	font-size: 40px;
    text-transform: capitalize;
    font-weight: 500;

}

@media screen and (min-width: 770px) {
/*LIVE EVENT*/
	.live-event .top-header {
	    min-height: 220px !important;
	}
	.live-event .top-header .text-overlay{
		width: 100%;
    	 height: unset; 
    	padding: 10px 0 !important;
	}
	.top-header h1{
		font-weight:unset;

	}
	.live-event .top-header h1 span{
		margin-right: 10px;
	}
	.top-header .brand{
		font-size: 38px;
		line-height: 38px;
	}
	.top-header .live{
		font-size: 90px;
		line-height: 38px;

	}
	.top-header .edition{
		font-size: 20px;
		line-height: 20px;
	}
}



@media screen and (max-width: 789px) {
	.social-landing .office-example{
		flex-direction: column;
		align-items: center;
	}
	
}

@media screen and (min-width: 1000px){
	.featuredImg img{
		padding-right: 30px;
	}
}

@media screen and (max-width: 1000px){
	.featuredImg{
		display: flex;
    	justify-content: center;
    	align-items: center;
    	width: 100%;
	}	
	
	.featuredImg img{
		width: 500px;	}
	}

/*.intro-text button{
	position: absolute;
	top: 50%;
	left: 50%;
}*/

.top-astrick{
	font-size: 18px;
}

.intl .intl-products p:first-child{
	text-align: center;
	margin-bottom: 30px;
}

.intl .intl-products .detail-description p{
	text-align: left;
	font-size: 11px;
}

.detail-description, .detail-description p, .detail-description span{
	font-size: 11px;
}

.intl .intro-text, .live-event .intro-text{
	display: flex;
	flex-direction: row;
}

.intl .retailers h3{
	font-size: larger;
	font-family: UniversLTStd-Bold, Helvetica, Arial, sans-serif;
    font-weight: bold !important;

}

.intl .retailers h4{
	font-size: medium;
	margin-bottom: 0;
	font-weight: 900;

}
.intl .retailers p{
	padding-bottom: 0;
	margin-bottom:0;
}

.intl .intro-text .content-set, .intl .live-event .content-set{
	margin:10px;
	
}

.guide img{
	width: 700px;
	height: auto;
	margin-bottom: 30px;
}

.guide p:last-child, .social-landing .astrick{
	margin-top: 30px;
	font-size: 12px;
	line-height: 13px;
}

.guide p a{
	text-decoration: underline;
}

section{
	width: 100%;
	margin-bottom: 30px;
}

section h2{
	border-bottom: 1px solid #456a63;
    padding-bottom: 5px;
    text-transform: uppercase;
    color: #456a63;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 30px;
}


.office-example img{
	width: 500px;
	height: auto;
}

.office-example p{
	margin-left: 10px;
}

.productive-hero{
	display: flex;
	flex-direction: row;	
	justify-content: center;
	align-items: center;
}

.productive-hero img{
	width: 500px;
	height: auto;
}

.productive-hero .support-imgs img{
	width: 240px;
	height: auto;
}

.productive-hero .support-imgs img:first-child{
	margin-bottom: 13px;
}

.office-options{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.office-option{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.office-option p{
	text-align: center;
	font-weight: 900;
	font-size: 18px;
	margin-top: 5px;
}

.office-options img, section img{
	width: 300px;
	height: auto;
}
.content{
	display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
    padding: 0 15px;
}

.content h3, .product-option h3{
	font-size: 20px;
    font-family: UniversLTStd, Helvetica, Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}


.support-imgs{
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	margin-left: 13px;
}

.product-options{
	display: flex;
	flex-flow: row wrap;
}

.hero p{
	text-align: center;
	margin-top:10px;
}

.product-option{
	width: 50%;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 30px;
}

.sku-toggler .product-option{
	align-items: flex-start;
}

.ergosect img, .ergosect .ergo-set p{
	width: 500px;

}

.ergosect .ergo-set p{
	min-width: 400px;
}

.ergosect .ergo-set {
	width: 500px;
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.ergo-tips{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.intl .product-option{
	margin-bottom: 30px;
}

.product-option img{
	width: 200px;
	height: auto;
}

.product-options .explore-more{
    margin-top: 30px;
    min-width: 100%;

}

.product-options .explore-more a{
    text-decoration: underline;

}

.wfh-selector{
	margin-bottom: 0;
}

.selector a{
	text-transform: uppercase;
}

.social-landing .selector .icon-next{
	display: none;
}

.product-set, .content-set{
	width:50%;
	min-height: 320px;
}

.intro-content table{
	width: 100%;
    font-size: 12px;
    margin-left: 10px;
}

.alertmsg {
    background-color: #3c544c;
    position: relative;
    left:65%;
    width: fit-content;
        width:-moz-fit-content;
    	width:-webkit-fit-content;
    	width:-ms-fit-content;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 4px 8px 1px 8px;
    color: #fff;
    font-size: 10px;
    line-height: 12px;
    font-family: Conv_UniversLTStd-BoldCn;
    letter-spacing: .5px;
    font-weight: 400;
    text-transform: uppercase;
    z-index: 1;
}

.intl .alertmsg {
	left:0;
	max-width: 50%;
	overflow-wrap: break-word;
}

.intl .retail-list{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

.intl .retailer{
	margin-right:30px;
	width: 220px;
	position: relative;
  	min-height: 270px;
}

.intl .retailer button{
  position: absolute;
  bottom: 0;
  left: 0;	
}



.intro-content .alertmsg{
	left:0;
	margin-left: 10px;
}

.ergotip{
	max-width: 250px;
}

/*PUBLIC PRICE SET*/
.content-set .wfh-price{
	font-family: UniversLTStd, Helvetica, Arial, sans-serif;
	font-weight: 900;
	font-size: 20px;
	padding-bottom: 2px;

}

.content-set .wfh-price span{
	font-family: UniversLTStd-Light, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

/*CORPORATE PRICE SET*/
/*.corporate */.content-set .wfh-price span{
	font-family: UniversLTStd, Helvetica, Arial, sans-serif;
	font-weight: 900;
	font-size: 20px;
	padding-bottom: 2px;

}

/*.corporate*/ .content-set .wfh-price{
	font-family: UniversLTStd-Light, Helvetica, Arial, sans-serif;
	font-size: 12px;
}

/*.corporate*/ .content-set .buyNow{
	/*text-decoration: line-through red;*/
	/*color: red;*/
	font-family: UniversLTStd, Helvetica, Arial, sans-serif;
	font-weight: 900;
	font-size: 20px;
	margin-left: 16px;
}

.discount-price{
	color:#3b5854;
}

.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: red;

  -webkit-transform:rotate(-20deg);
  -moz-transform:rotate(-20deg);
  -ms-transform:rotate(-20deg);
  -o-transform:rotate(-20deg);
  transform:rotate(-20deg);
}


.swatches{
	display: flex;
	flex-wrap: nowrap;
}

.swatches img{
	width:25px !important;
	height:25px !important;
	margin-right:10px;
}

.swatches .activeSwatch{
	border:2px solid #3b5854;
	border-radius: 50%;
}

.content-set .wfh-sku{
	font-family: UniversLTStd, Helvetica, Arial, sans-serif;
	font-size: 12px;
	/*padding-bottom: 0;*/
}

.intl-prods .h3{
	margin-top: 0;
}

.list-details .view-details, .list-details .minimize-details {
    color: #58595b;
    text-decoration: none;}

.list-details .triangle-right {
    display: inline-block;
    vertical-align: unset;
    margin-left: 4px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #58595b;
}

.list-details .triangle-up {
    display: inline-block;
    vertical-align: text-top;
    margin-left: 4px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #58595b;
}

/*WEBINAR*/
.contact input[type="submit"]{
	background-color: #3b5854;
	margin-top: 5px;
} 

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
   .webinar {
      width: 100%;
   }
}   


.webinar{
	display: flex;
	flex-flow: column;
	max-width: 1000px;
	margin:0 auto;
	justify-content: center;
	align-items: center;
}

.web-intro{
	  position: relative;
}

.web-intro img{
	width: 100%;
	height: auto;
}

.text-overlay{
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-190%, -10%);
  -ms-transform: translate(-190%, -10%);
  color:white;
  background-color: #3b5854;
  padding:15px;
}


.text-overlay p{
	font-family: UniversLTStd, Helvetica, Arial, sans-serif;
	font-weight: 900;
	margin-bottom: 0;
	padding-bottom: 0;

}

.text-overlay img{
	width: 175px;
}

.sku-toggler .product-options .product-option .list-details button{
	margin-bottom:5px;
}

.getinfo .description .detail-description span{
	font-size: 12px;
}

.more{
	background-color: #58595b !important;
	margin-top: 0 !important;
}

.fabric{
	font-family: UniversLTStd, Helvetica, Arial, sans-serif;
	font-weight: 900;
	font-size: 12px;
}

.fabric span{
	font-family: UniversLTStd-light, Helvetica, Arial, sans-serif;
}

.getInfo .h3{
	margin-top:5px;
}

.text-overlay button, .webinar-description button{
    text-transform: lowercase;
    border: none;
    width: fit-content; 		/*Chrome*/
    width: intrinsic;           /* Safari/WebKit uses a non-standard name */
  	width: -moz-max-content;    /* Firefox/Gecko */
  	width: -webkit-max-content; /* Chrome */
    min-width: 150px;
    padding: 12px 5px;
    line-height: 1em;
    font-weight: 700;
    margin: 15px 0 5px 0;
	transition: transform .5s ease    
}
.text-overlay button:hover, .webinar-description button:hover{
	transform: scale(1.1);
}

.text-overlay button{
	color: #3c5956;
    background-color: white;
}

.webinar-description button{
	color: white;
    background-color:#3c5956;
    text-align: center;
	display: inherit;
	margin:15px auto;
}

.webinar-description button:hover{
	color:white;
}

.webinar-description a{
	text-decoration: underline;
	font-family: UniversLTStd, Helvetica, Arial, sans-serif;
    font-weight: 800;
}

.speakers, .qa-speakers{
	margin: 10px 10px 30px 10px;
}

.webinar-description {
	margin: 20px 10px;
}

.webinar-description h1, .contest-intro h1{
	font-size: 34px;
	font-family: UniversLTStd, Helvetica, Arial, sans-serif;
    font-weight: 900;
    margin-top:5px;
}

.webinar-description span{
	margin-top: 20px;
}

.webinar hr{
	border-top: 1px solid #58595b;
	width: 95%;
	margin-bottom: 40px;
}

.webinar-description h2, .speakers h2{
	font-size: 24px;
	font-family: UniversLTStd, Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.speakers h2{
	margin-top: 0;
}

.webinar-description h2:first-of-type {
    margin-bottom: 25px;
    margin-top: 5px;
}

.webinar-description h2:last-of-type{
	margin-top: 0;
	margin-bottom: 30px;
}

.speakers{
	display: flex;
	flex-direction: column;
}

.speakers .speaker{
	display: flex;
	flex-flow: row;
	margin: 30px auto;
}

.speaker-img{
	width: 30%;
}

.speaker-txt{
	width: 70%;
	margin-left: 15px;
}

.speaker img{
	width: 250px;
}

.qa-speakers{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;	
	margin: 30px auto;
}

.qa-speakers .speaker{
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	max-width: 250px;
	text-align: center;
	margin:30px;
}

.speakers h3, .qa-speakers h3, .ergo-tips h3{
	font-size: 20px;
	font-family: UniversLTStd, Helvetica, Arial, sans-serif;
	font-weight: 900;
}

.speakers .speaker h4, .qa-speakers .speaker h4{
	font-size: 15px;
		font-family: UniversLTStd, Helvetica, Arial, sans-serif;
	font-weight: 600;
}

.contact h2{
	font-size: 24px;
}

.project-type .event-options{
	display: flex;
	flex-direction: column;
	
}
.project-type h3{
	font-size: 18px;
}
.project-type .event-options label{
	font-size: 15px;
	    display: flex;
    flex-direction: row;
    align-items: center;
}
.project-type .event-options label input{
	margin-top: 0;
}

.form-group a{
	text-decoration: underline;
}

.terms{
	font-size: 11px;
}

/*TERMS & CONDITIONS*/

.terms{
	text-align: left;
	max-width: 1000px;
    margin: 0 auto;
}

.terms h1{
	font-family: "archer-light", sans-serif;
	font-size: 2.4em;

}

.terms h2{
	font-size: 17px;
	font-weight: 900;
	text-transform: capitalize;

}

.terms a{
	text-decoration: underline;

}

/*CONTEST*/
.contest{
	margin-top: 15px;
}

.contest-intro{
	display: flex;
	flex-flow: row wrap;
}
.contest-intro img {
    width: 46%;
    height: 100%;
    margin-right: 30px;
}

.contest-intro .intro-content{
	max-width: 50%;
}

.instructions .content{
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: space-between;
}

.content .contests-instructions{
	flex-flow: row wrap;
	margin:0 10px;
}
.contests-instruction{
	margin:10px;
	text-align: center;
	width: 220px;
}
.contests-instruction img{
	max-width: 200px;
}

.contests-instruction h3{
	font-size: 18px;
}

.product-images .content a {
	width: 33%;
}

.product-images .content a img{
	width: 100%;
}

.contest-intro a{
	text-decoration: underline;
}

.instructions h2, .product-images h2{
	text-align: center;
	border-bottom: none;
	font-size: 23px;
	font-family: UniversLTStd, Helvetica, Arial, sans-serif;
	font-weight: 700;
}


/*SALESFORCE STYLES*/

.salesforce .top-header-sal{
	background-color: #545759;
	display: flex;
	flex-direction: row;
	padding: 15px 30px;
	color:white;	
}

.salesforce .top-header-sal img{
	width: 150px;
	height: 100%;
}

.salesforce .top-header-sal p{
	text-transform: uppercase;
	padding-bottom: 76px;
	font-family: UniversLTStd, Helvetica, Arial, sans-serif;

}

.salesforce .intro-text p{
	padding-bottom: 0;
}

.salesforce .top-header-sal h1 {
    font-size: 34px;
    font-weight: 400;
    font-family: "Archer", serif;
    text-align: left;
    width: 44%;
}

.salesforce .top-header-sal .split{
	width: 1px;
	height: 75px;
    margin: 0 50px;
	background-color: white;
}

.salesforce .selector{
	margin-bottom:10px;
}

.salesforce .intro-text h3{
	margin-top: 0;
}


.contact-wrapper{
	margin:15px;
}

.small-Intro{
	font-size: 10px
}



.holiday-2020 .top-header, .live-event .top-header{
	min-height: 200px;
	/*background-image: url(/userfiles/images/gift-guide/holiday-2020/hs-snow.gif);*/
	background-color: #3b5854;
}

.holiday-2020 .top-header .text-overlay, .live-event .top-header .text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px 30px;
    text-align: center;
    opacity: 1;
    max-width: 80%;
    background-color: transparent;
}

.holiday-2020 .top-header .text-overlay p{
	/*font-family: "Archer", serif;*/
}

.holiday-2020 .top-header h1{
	font-size: 40px;
	font-family: UniversLTStd-Light, Helvetica, Arial, sans-serif;
	font-weight: 100;

}

.holiday-2020 .top-header p{
	font-size:20px;
}

.holiday-2020 .intro-text{
	margin: 35px auto !important;
}

.holiday-2020 .top-header .text-overlay{
    width: 90% !important;
    min-width: 90% !important;
    max-width: 90% !important;
    margin: 0;
    padding: 0;
}

.holiday-2020 .gallery h3{
	text-align: center;
	font-size: 15px;
}

.light-green{
	color: #abbd95;
	font-family: "Archer Thin";}

.social-contest	.astrick{
	margin-top: 0;
	margin-bottom:10px !important;
	padding-bottom: 0 !important;
}

@media screen and (max-width: 650px){
	.holiday-2020 .top-header .text-overlay h1 {
	    font-size: 40px;
	}

	.holiday-2020 .product-options p {
		width:95% !important;
	}
}	


@media screen and (max-width: 400px){
	.holiday-2020 .top-header .text-overlay h1 {
	    font-size: 33px;
	}
}


@media screen and (max-width: 770px) {
	.holiday-2020 .top-header {
    min-height: 250px;
    margin-top: 15px;
	}	

	.list-set h3{
		margin-top: 0;
	}
	
}

@media screen and (min-width: 650px) {
	.holiday-2020 .selector{
		display: flex;
		justify-content: space-around;
	}

	.holiday-2020 .selector a:hover{
		text-decoration: underline;
	}

	
}

@media screen and (max-width: 490px) {
	.live-event .top-header{
		height: 260px;
	}

	.live-event .top-header h4{
		margin-bottom: 10px !important;
	}


	.intro-text .imgWTxt h2{
		margin-top: 0;
		width:100%;
		left:unset;
	}

	.intro-text .imgWTxt img{
		margin-top: 30px;
	}

	.live-event .top-header .text-overlay{
		max-width: 100%;
		padding: 15px 15px;
	}
	
}

@media screen and (max-width: 321px) {
	.live-event .top-header .text-overlay{
		padding: 15px 5px;
	}
	.brand{
		font-size: 20px;
	}
	.edition{
		font-size: 15px;
	}
}



/*WFH GALLERY*/
.wfh .gal-container, .wfh-gallery-page .gal-container{
  position: relative;
  width: 100%;
  margin: 15px auto;
}
.wfh-gallery-page .gal-container img{
	width: 100%;
}

.wfh .gallery-text{
	position: absolute;
	top: 80%;
    left: 10%;
	transform: translate(10%, 80%);
	-ms-transform: translate(10%, 80%);
    min-width: 200px;
    font-size: 20px;
    font-family: UniversLTStd, Helvetica, Arial, sans-serif;
    font-weight: 900;
    color:white;    
}
.wfh-gallery-page .web-intro{
	margin-bottom: 30px;
}

.wfh .gallery-text h5{
	margin-bottom: 0px;
	padding-bottom: 5px;
	text-align: left;
	width: 100%;
	text-transform: uppercase;
	font-size: 18px;
	font-family: UniversLTStd, Helvetica, Arial, sans-serif;
	font-weight: 600;	

}

.wfh .gallery-text p{
	margin-bottom: 0px;
	padding-bottom: 5px;
	text-align: left;
	width: 100%;
	font-size: 15px;
	font-family: UniversLTStd-light, Helvetica, Arial, sans-serif;
	font-weight: 100;
}


.wfh-gallery-page .gallery-heading{
	display: flex;
	color:#3b5854;
	align-items: center;
    margin: 15px 0;
}

.wfh-gallery-page .gallery-heading hr{
	border-top: 1px solid #3b5854;
    width:-webkit-fill-available;
}


.wfh-gallery-page .gallery-heading h2{
    padding-bottom: 0;
    margin:0;
    width:45%;
    text-align: left;
}

.wfh-gallery-page section h3{
	text-transform:uppercase;
	font-family: UniversLTStd, Helvetica, Arial, sans-serif;
    font-weight: 900;
    font-size: 20px;
}

.wfh-gallery-page .gal-container .dot .cta{
	display: none;
}

.wfh .gal-container img{
	width: 100%;
	text-align: center;
}

.wfh-gallery-page .gal1-free{
	top:35%;
	left:30%;
}
.wfh-gallery-page .gal1-laptop{
	top:9%;
	left:31%;
}
.wfh-gallery-page .gal1-nova{
	top:9%;
	left:48%;
}

.wfh-gallery-page .gal2-lib{
	top:56%;
	left:52%;
}
.wfh-gallery-page .gal2-laptop{
	top:9%;
	left:21%;;
}
.wfh-gallery-page .gal2-nova{
	top:9%;
	left:45%;
}
.wfh-gallery-page .gal2-mouse{
	top:33%;
	left:49%;
}
.wfh-gallery-page .gal3-world{
	top:45%;
	left:23%;
}
.wfh-gallery-page .gal3-foot{
	top:75%;
	left:46%;
}
.wfh-gallery-page .gal3-horizon{
	top:10%;
	left:21%;
}
.wfh-gallery-page .gal3-mcon{
	top:27%;
	left:41%;
}
.wfh-gallery-page .gal3-hook{
	top:9%;
	left:51%;
}
.wfh-gallery-page .gal3-float{
	top:33%;
	left:58%;
}
.wfh-gallery-page .gal3-key{
	top:44%;
	left:51%;
}
.wfh-gallery-page .gal3-cinto{
	top:28%;
	left:68%;
}
.wfh-gallery-page .gal4-mcon{
	top:90%;
	left:45%;
}

.wfh-gallery-page .gal4-hook{
	top:12%;
	left:52%;
}

.wfh-gallery-page .gal1-libUK{
	top:53%;
	left:55%;
}

.wfh-gallery-page .gal1-laptopUK{
	top:25%;
	left:33%;
}

.wfh-gallery-page .gal1-novaUK{
	top:12%;
	left:52%;
}

.wfh-gallery-page .gal1-mouseUK{
	top:27%;
	left:52%;
}


.wfh-gallery-page .gal2-worldUK{
	top:44%;
	left:30%;
}

.wfh-gallery-page .gal2-laptopUK{
	top:36%;
	left:52%;
}

.wfh-gallery-page .gal2-novaUK{
	top:12%;
	left:72%;
}

.wfh-gallery-page .gal3-mouseUK {
	top:88%;
	left:52%;
}

.wfh-gallery-page .gal3-laptopUK{
	top:52%;
	left:62%;
}

.wfh-gallery-page .gal3-worldUK{
	top:72%;
	left:11%;
}



.wfh-gallery-page .dot {
    position: absolute;
    background-color: white;
    border: 7px solid #3b5854;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

.wfh-gallery-page .dot .cta:before {
    position: absolute;
    content: '';
    top: -16px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 16px solid #161616;
}

.wfh-gallery-page .dot .cta {
    position: absolute;
    z-index: 1;
    background-color: #161616;
    padding: 12px;
    left: -20px;
    top: calc(100% + 20px);
    opacity: 0.9;
    -webkit-transition: opacity 300ms ease-out;
    transition: opacity 300ms ease-out;
    color: white;
    font-family: UniversLTStd, Helvetica, Arial, sans-serif;
    font-weight: 900;
    width: 350px;
    height: 250px;
    border-radius: 3px;
}

.extra-image{
	display:flex;
	width:100%;
	justify-content: center;
}

.side-image{
	width:50%;
}

.side-image img{
	width:100%;
}

@media screen and (max-width: 770px){
	.wfh-gallery-page .dot .cta{
	    width: 250px;
	}
	.side-image{
		width:100%;
	}
}

@media screen and (max-width: 550px){
	.wfh-gallery-page .dot .cta{	    
		width: 225px;
	}

}

@media screen and (max-width: 430px){
	.wfh-gallery-page .dot .cta{	    
		width: 220px;
	}
}

.dot{
    position: absolute;
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    cursor: pointer;
}

.wfh-gallery-page .cta .cta-content{
	overflow: auto;
	height: 230px;
	text-align: left;
}

.wfh-gallery-page .dot .cta h4{
	margin-bottom: 5px;
	font-size: 15px;
	font-family: UniversLTStd, Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}

.wfh-gallery-page .dot .cta a{
	text-decoration: underline;
	margin-bottom: 10px;
	color: white;
}

.wfh-gallery-page .dot .cta a:hover{
	color: white;
	margin-bottom: 15px;
}
.wfh-gallery-page .dot .cta a i{
	font-family: fontawesome !important;
}
.wfh-gallery-page .dot .cta p{
    text-align: left;    
    margin: 15px 0 15px 0;
    padding-bottom: 0;
    width: 100%;
}

.wfh-gallery-page .gallery h4{
	margin:0 0 5px 0;
}

/*.wfh-gallery-page .gallery p{
	margin-bottom: 30px;
}*/


@media screen and (max-width: 630px){
	/*SALESFORCE STYLES*/

	.salesforce .top-header-sal{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.salesforce .top-header-sal p{
		padding:30px 0;
	}

	.salesforce .top-header-sal h1 {
	    text-align: center;
	    width: 100%;
	}


	.salesforce .top-header-sal .split{
		display: none;
	}
	.product-images .content img{
	width: 100%;
	}
}

@media screen and (min-width: 650px){
	.content {
	    flex-direction: row;
	    justify-content: space-around;
	}
	.reverse {
	    flex-direction: row-reverse;
	}
}

@media screen and (max-width: 650px){
	.social-landing .selector .icon-next{
		display: inline;
	}

	.social-landing .selector a{
		margin-bottom: 7px;
		width: 42%;
		
	}
}

@media screen and (max-width: 1000px){
	section{
		padding:0 10px;
	}
}

@media screen and (max-width: 940px){
	.text-overlay{
	  transform: translate(-149%, -31%);
	  -ms-transform: translate(149%, -31%);
	}

	.text-overlay h1{
		font-size: 30px;	
	}
}

@media screen and (max-width: 880px){
	.sku-toggler .product-option {
	    align-items: center;
	}

	.product-option{
		width: 100%;
		display: flex;
		flex-flow: column;
		justify-content: center;
		margin-bottom: 15px;
	}
	.content-set{
		display: flex;
    	flex-direction: column;
    	align-items: center;
	}

	.product-set{
		text-align: center;
	}

	.office-options {
		justify-content: center;
	}

	.office-options img:first-child{
		margin-right: 10px;
	}

	.ergosect .ergo-set p{
	min-width: 260px;
	}

}


@media screen and (max-width: 770px){
	

	.top-header h1{
		font-size: 25px;
	}

	.top-header img{
		width: 100%;
	}

	.product-options{
		justify-content: center;
	}

	.product-option{
		width: 100%;
		display: flex;
		flex-flow: column;
		justify-content: center;
		margin-bottom: 15px;
	}

	.product-option img{
		max-width: 500px;
		height: auto;
	}
	.productive-hero{
		flex-direction: column;	
	}

	.support-imgs{
		flex-direction: row;
		justify-content: space-between;
		margin-left:0;
		margin-top: 10px;
	}

	.productive-hero .support-imgs img:first-child {
    	margin-bottom: 0;
    	margin-right: 10px;
	}
	.productive-hero .support-imgs img{
		display: block;
		width: 245px;
		height: auto;
	}

	.product-set, .content-set {
		text-align:center;
    	width: 100%;
	}


	.intl .intro-text, .live-event .intro-text{
	flex-direction: column;
	}

	.ergosect img{
		width: 450px;

	}
	
	.ergosect .ergo-set p{
		min-width: 325px;
	}

	.intl .retail-list{
		justify-content: center;
	}

	.intl .retailer{
		margin-right: 0;
	}

.top-header .text-overlay {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0,0);
    -ms-transform: translate(0, 0);
    width: 100%;
	opacity: 1;
	max-width: 100%;
}

	/*WEBINAR*/
	.text-overlay{
position: relative;
  top: 0;
  left: 0;
  transform: translate(0,0);
  -ms-transform: translate(0, 0);
  width: 100%;
}

	.webinar-description h1, .contest-intro h1{
		font-size: 30px;
	}

	.speakers .speaker{
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}

	.speaker-img{
		width: 100%;
		display: flex;
		align-items: center;		
	}

	.speaker-img img{
		margin:0 auto;
	}

	.speaker-txt{
		width: 100%;
		margin-left: 0;
		text-align: center;
	}

	/*CONTEST*/
	.contest-intro img{
		width: 100%;
	}

	.contest-intro .intro-content{
		max-width: 100%;
	}
	.contest-intro .intro-content{
		margin-top: 15px;
	}

	.instructions .content{
	flex-flow: column;
	align-items: center;
	justify-content: center;
}		

}

@media screen and (max-width: 525px){
	.support-imgs{
		flex-direction: column;
	}

	.productive-hero .support-imgs img:first-child {
    	margin-right: 0;
    	margin-bottom: 10px;
	}
	.productive-hero .support-imgs img{
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}

	.webinar-description h1, .contest-intro h1{
		font-size: 28px;
	}	

}

@media screen and (max-width: 480px){
	.product-options{
		flex-direction: column;
	}

	.webinar-description h1, .contest-intro h1{
		font-size: 24px;
	}

}