@font-face {
font-family: OswaldLight;
src: url(/includes/fonts/Oswald-Light.ttf);
}

@font-face {
font-family: OswaldRegular;
src: url(/includes/fonts/Oswald-Regular.ttf);
}


@font-face {
font-family: OswaldBold;
src: url(/includes/fonts/Oswald-Bold.ttf);
}

h1 {
	font: 45px/1.2 'OswaldBold';
	padding: 0; margin: 20px 0 20px 0;
	color: #333;
}

h2 {
	font: 42px/60px 'OswaldLight';
	padding: 20px 0px 20px 0px;
	margin: 0px;
	text-indent: 0px;
	margin-top: -20px;
}

.ideas h2:hover {
	background:url('/images/labelCopy.png') no-repeat left top;
	cursor: pointer;
}

.textH2 {
	font: 42px/60px 'OswaldLight';
	padding: 0px 0px 30px 0px;
	margin: 0px;
	text-indent: 0px;
	display: inline-block;
	color: #666666;
}

input {
    border: 1px solid #cfcfcf;
    background-color: #F1F1F1;
    padding: 4px;
    border-radius: 5px;
    margin: 3px 0 2px 2px;
}

/* Pattern Links Goodui Home */

.patterns-links {
  text-align: center;
  margin: 10px auto 30px auto;
  max-width: 800px;
  font-family: OswaldLight;
}
.patterns-links:after {
  clear: both;
  content: "";
  display: block;
}

.pattern-link:hover {
  background: #333;
  color: white;
  text-decoration: none;
}

.pattern-link {
  width: 32%;
  float: left;
  background: #fff;
  color: #FF3F00;
  padding: 15px;
  display: block !important;
  box-sizing: border-box;
  line-height: 1.5;
  border-radius: 6px;
  margin-right: 2%;
}

.pattern-link:last-child {
  margin-right: 0;
}

.pattern-link h3 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 10px;  
  font-family: OswaldBold;
  font-weight: 400;
}

.pattern-link h3 small {
  display: block;
  font-size: 18px;
  font-family: OswaldLight;
}

.pattern-link .button {
  color: white;
  padding: 15px 0;
  display: block;
  width: 100%;
  height: auto;
  font-size: 24px;
  background: #FF3F00 linear-gradient(to bottom, #ff3f00 5%, #d93600 100%) repeat scroll 0 0;
  border: 1px solid #cc3300;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 2px 1px 0 #cc3300;
  box-shadow: 1px 1px 3px 0 #888;
}
.pattern-link .button:hover {
  background: #378de5 linear-gradient(to bottom, #d93600 5%, #ff3f00 100%) repeat scroll 0 0;
  color: #fff;
}

@media (max-width:600px) {
  .pattern-link {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
    min-height: auto;
  }
  .pattern-link h3 {
  	font-size: 18px;
    margin-bottom: 0;
  }
  .pattern-link h3 small {
    display: inline-block;
    font-size: 18px;
  }
  .pattern-link .button {
  	display: none;
  }
}

#morecontainer {
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}


/* Progress Links */

.progress {
		width: 100%;
		position: fixed; 
		top: 0; 
      	left: 0;
		height: 210px;
		z-index: 1000; 
		box-shadow: 0px 0px 10px 0px #555; 
		counter-reset: progress; 
		font-family: OswaldLight; 
		color: white; 
		background: #3f3f3f none repeat scroll 0px 0px;
		overflow: hidden;
  		box-sizing: border-box;
  		padding-top: 15px;
	}
    .progress.progress-static {
		position: static !important;
      	padding-top: 60px !important;
      	padding-bottom: 50px !important;
      	height: auto !important;
      	box-shadow: none !important;
      	border-bottom: 8px solid #666666;
    }
    .progress.progress-collapsed {
		height: 65px;
    }
	.progress.progress-collapsed:hover {
      	height: 155px;
    }

.progress a {
  text-decoration: none !important;
  display: block !important;
}
.progress a:hover span {
  text-decoration: underline !important;
}

.progress h2 {
		font-size: 36px !important;
		color: #FFFFFF !important;
		clear: both !important;
		text-align: center !important;
		width: 100% !important;
		margin-bottom: 15px !important;
  		margin-top: 0 !important;
		padding: 0 !important;
  		line-height: 1 !important;
	}    

	.progress h2:hover {
		background: none !important;
    }

    .progress.progress-collapsed h2 {
		display: none !important;
    }
	.progress-content {
		width: 1024px; 
		margin: 0 auto;
	}
  
  	.progress-item {
    	width: 188px;
      	text-align: left;
		float: left;
		padding: 0 8px;
    }
	
  	.progress-item.short {
    	width: 168px;
    }	
  	.progress-item.long {
    	width: 208px;
    }		
  
  	.progress-item p {
      	color: #bbb !important;
      	line-height: 1.3 !important;
      	margin: 0 !important;
      	font-size: 16px !important;
    }
    .progress.progress-collapsed p {
		display: none !important;
    }
	.progress.progress-collapsed:hover p {
      	display: block !important;
    }
  
  	.progress-item h3 {
		border-radius: 40px 40px 40px 40px !important;
		font-size: 20px !important;
		font-weight: normal !important;
		margin-top: 0 !important;
		margin-bottom: 10px !important;
		color: #ff4000 !important; 
		background: #2f2f2f !important;		
    }
  
  	.progress-item h3:before {
      	counter-increment: progress;
  			content: counter(progress);
      	background: #FF4000;
      	font-family: OswaldBold;
      	line-height: 40px;
      	height: 40px;      
      	width: 40px;
      	display: inline-block;
      	border-radius: 40px;
      	color: white;
      	margin-right: 10px;
      	text-align: center;
		vertical-align: middle;
    }
	.progress-item.progress-item h3 span {
		vertical-align: middle !important;
	}
	
	.progress-item.progress-done h3:before {
		content: "";
		background: url("/images/progress_checked.png") #2f2f2f no-repeat center center;
	}

    .progress-item.progress-done span {
		color: #999 !important;
    }

	.price-tag {
		text-align: center;
		display: block;
		font-family: OswaldBold;
	}
    .progress.progress-collapsed .price-tag {
		display: none;
    }

	.progress.progress-collapsed:hover .price-tag {
      	display: block !important;
    }

@media (max-width:1000px) {
  .progress {
    display: none !important;
  }
}


/* Begin Typography & Colors */
body {
	margin: 0;
	padding: 0;	
	font-family: Arial, sans-serif;
	line-height: 1.8;
	margin: 0px;
	padding: 0px;
	background-color: #F6F6F6;
	background: url(../images/bg.jpg);
	font-size: 12pt;
}

a {
	color: #FF3F00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

hr {
	height: 1px;
	background-color: #DDDDDD;
	max-width: 800px; 
	width: 100%;
	border:0;
	margin-bottom: 40px;
}

.nomargin {
	margin-top: 0px;
	margin-bottom: 0px;
}


.textsmall {
	font-size: 14px;
	color: #999999;
}

.textsmall2 {
	font-size: 14px;
}

ul, ol {
	margin:0;
	text-align:left;
	display: inline-block;
}



form {
	margin: 0px;
	padding: 0px;
}




div.content {
    padding: 0 0 0 0;
    max-width: 800px;
	width: 100%;
    position: relative;
    margin-left: auto;
    text-align: left;
    display: inline-block;
}

ol.ideas {
    counter-reset: item;
    list-style-type: none;
    padding: 0;
    max-width: 800px;
	width: 100%;
	margin-left: 0;
	box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

ol.ideas > li {
	position: relative;
	margin-bottom: 80px;
}

ol.ideas > li:before { 
    content: counter(item) ""; 
    counter-increment: item;
	color: #ffffff;
	font: 700 36px/75px 'OswaldBold';
    text-align: center;
    padding: 8px 0 0 0;
    margin: 0px 0px 0px 0px;
	vertical-align: top;
	position: absolute;
	left: -120px;
	top: 0;
    width: 80px;
    height: 80px;
    display: inline-block;
    text-indent: 0px;
	background: url(../images/bullet_bg_ordered.png) no-repeat 0px 0px;
	box-sizing: border-box;
}
ol.ideas > li.read > li:before {
	background: url(../images/bullet_bg_ordered_read.png) no-repeat 0px 0px;
}

ol.ideas h2 a {
	color: #444444;
	text-decoration: none;
}


ol.numbered {
    list-style-type: none;
    padding: 10px 0 10px 30px;
    margin: 0 0 0 0;
}
ol.numbered > li {
    display: block;
    background: transparent url(../images/bullet_bg_ordered_numbered.png) no-repeat scroll 0px 0px;
    padding-bottom: 0px;
    margin: 0px 0px 0px 0px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
    font-size: 16px;
}

.numberedIdea {
	width: 26px;
	height: 26px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	display: inline-block;
	padding-right: 10px;
	vertical-align: top;
	margin: 0px;
	line-height: 28px;
}


#readStatus, .readStatus {
	display: inline-block;
	border-radius: 15px;
	background-color: #ffffff;
	padding: 0 16px 0 16px;
	color: #999999;
	font: 300 36px/70px 'OswaldLight';
}


.opening {
	padding: 60px 0 30px 0;
	max-width: 800px;
	width: 100%;
	font-size: 30px;
	text-align: left;
	margin:0 auto;
	font: 42px/70px 'OswaldLight';
	color: #666666;	
}

@media (max-width: 800px) {
	.opening + .content {
		padding-left: 20px;
		padding-right: 20px;
		box-sizing: border-box;
	}
}

.openingBig {
	font: 90px/140px 'OswaldBold';
}

.textH4 .textHighlight {
	font-size: 21px;
	line-height: 34px;
}
.textHighlight, a.textHighlight {
	background-color: #ffffff;
    border-radius: 5px;
    display: inline-block;
    margin: 0 4px;
    padding: 0 10px;
	font: 21px/34px 'OswaldLight';
}

.textHighlightDark {
	background-color: #2f2f2f;
	color: #efefef;
    border-radius: 5px;
    display: inline-block;
    margin: 10px 4px 0 4px;
    padding: 4px 14px;
}

.textHighlightDark2 {
	background-color: #0f0f0f;
	color: #BE65AC;
    border-radius: 5px;
    display: inline-block;
    margin: 0 3px;
    padding: 8px 14px;
    font: 30px 'OswaldBold';
    line-height: 30px;
    height: 30px;
}

.textHighlightDark3 {
	background-color: #0f0f0f;
	color: #BE65AC;
    border-radius: 5px;
    display: inline-block;
    margin: 0 3px;
    padding: 8px 14px;
    font: 24px 'OswaldBold';
    line-height: 24px;
    height: 24px;
}





.textGood {
	color: #FF9999;
	/*text-shadow: 0px 0px 5px #000000;*/
}

.textGoodDS {
	color: #BE65AC;
}
.DS,.FF{
	font: 60px 'OswaldRegular';
}

.textGoodFF {
	color: #000000;
}

.textGoodC {
	color: #ffffff;
}

.textGoodBP {
	color: #66A7DD;
}

.textGoodP {
	color: #00B200;
}

.textGoodE {
	color: #000000;
}

.textStrong {
	color: #444444;
	font-family: 'OswaldBold';

}
.textStrong2 {
	font-family: 'OswaldBold';
}

.textStrong3 {
	color: #BE65AC;
	font-family: 'OswaldBold';
}

.textLight {
	color: #999999;
}

.textPurp {
	color: #BE65AC;
}

.description {
	text-indent: 0px;
	display: inline-block;

}




/* Principles */

.principle {
	width: 740px;
	background-color: #FFF;
	text-align: left;
	padding: 30px 30px 50px 30px;
	margin-bottom: 50px;
}

.ptag { 
	color: #999999;
	font-size: 16px;
	font-family: Arial;
	text-transform: uppercase;
	display: block;
}

.pifthen {
	font: 42px/60px 'OswaldBold';
	padding-bottom: 10px;
}

.pif { color: #666666; }

.piftext { color: #212121; }

.pthen { color: #666666; }

.pthentext { color: #00B200; }




/* Footer */


footer { 
	width: 100%;
    background-color: #333333;
    box-shadow: 0px -5px 8px rgba(0,0,0,0.2);
    color: #ffffff;
    left: 0px;
	z-index: 3;
	position: relative;
	margin-top: 50px;
	padding: 40px 20px 80px;
	box-sizing: border-box;
	border-top: 10px solid #666;
	background: #3F3F3F;
}

	footer * {
		box-sizing: border-box;
	}

@media (max-width: 1024px) {
	
	#seewhatwetried .textH2, #seewhatwetried img {
		width: 100%;
	}
	
	.ideas img {
		width: 100%;
	}
	
}

#footerPress {
	position: fixed;
	width: 210px;
	height: 30px;
	background: url(../images/labelPress.png) no-repeat;
	bottom: 10px;
	right: 20px;
}


.scroll-to-fixed-fixed {
	/*border-top: 10px solid #FF3F00;*/
    cursor: pointer;
    background-color: #333333;
}

.sites {
	max-width: 800px;
	width: 100%;
	border-top: solid 1px #666666;
	margin-top: 50px;
	text-align: center;
	font-family: Arial;
	font-size: 13px;
	display: inline-block;
	padding-top: 20px;
}


.textGetNewsletter {
	font: 300 38px/52px 'OswaldLight';
}

.caption a {
	color: #FF3F00;
	font-weight: bold;
}
.notbold {
	font-weight: normal !important;
}

#fsumit {
	margin-bottom: 0;
}

#fpurchase {
	background:url('/images/bt_purchase_default.png') no-repeat;
	width: 604px;
    height: 86px;
    border: none;
    display: inline-block;
    margin-top: -15px;
}
#fpurchase:hover {
	background:url('/images/bt_purchase_hover.png') no-repeat;
	width: 604px;
    height: 86px;
    border: none;
    display: inline-block;
    margin-top: -15px;
}

#fpurchase2 {
	background:url('/images/bt_purchase2_default.png') no-repeat;
	width: 404px;
    height: 86px;
    border: none;
    display: inline-block;
    margin-top: -15px;
}
#fpurchase2:hover {
	background:url('/images/bt_purchase2_hover.png') no-repeat;
	width: 404px;
    height: 86px;
    border: none;
    display: inline-block;
    margin-top: -15px;
}

.label,.label2 {
	left: -120px;
	top: 92px;
	position: absolute;
}
.label2 {
	top: 116px;
}

.anchor {
	padding-top: 30px;
	border: 0;
	outline: 0;
	display: inline-block;
	padding-right: 5px;
	margin-top: 10px;
}

.anchortitle, .anchortitle span {
	color: inherit;
}
.anchortitle:hover   {
	color: #666666 !important;
	text-decoration: none;
}


.ideaimg {
	height: 329px;
}

#bt_screencast {
	background:url('/images/howtoab_screencast.png') no-repeat;
	width: 799px;
	height: 380px;
	display: inline-block;
}

#bt_screencast:hover {
	background:url('/images/howtoab_screencast_hover.png') no-repeat;
	width: 799px;
	height: 380px;
	display: inline-block;
}


#howtoabtest {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 340px;
	height: 100px;
	background:url('/images/howtoabtest.png') no-repeat;
	display: inline-block;
	text-align: center;
}


#howtoabtest a {
	vertical-align: bottom;
	display: inline-block;
	bottom: 6px;
	left: 125px;
	font-size: 28px;
	position: absolute;
}


#sb-wrapper{
	z-index: 10001 !important;
	position: fixed !important;
}

#sb-title {
	height: 0px !important;
}


.datastories {
	width: 100%;
	height: 180px;
	background-color: #be65ac;
	border-top: 10px #ffffff solid;
	border-bottom: 10px #ffffff solid;
	font: 32px/32px 'OswaldLight';
	color: #ffffff;
	padding-top: 60px;
	margin-bottom: 80px;
	text-align: center;
}
			
.datastories span,.datastories2 span {
	vertical-align: center;
	text-align: middle;
	display: inline-block;

}

.ds_secondary {
	font: 24px/30px 'OswaldLight';
	color: #ffffff;

}

.datastories2 {
	width: 100%;
	padding-top: 5px;
	font: 32px/32px 'OswaldLight';
	color: #3f3f3f;
	padding-top: 20px;
}

.dsbutton {
	background: url('/images/goodui_datastories.png') center center no-repeat;
	width: 259px;
	height: 75px;
    border: none;
    display: inline-block;
    vertical-align:middle;
}
.dsbutton:hover {
	background:url('/images/goodui_datastories_hover.png') center center no-repeat;
	width: 259px;
	height: 75px;
    border: none;
    display: inline-block;
}


.tweet {
	position: absolute;
	top: 15px;
	left:15px;
	width: 49px;
	height: 65px;
	background: url("/images/bt_tweet.png") no-repeat;
	outline: 0;
	border: 0;
	margin-left: -200px;
}

.tweet:hover {
	background: url("/images/bt_tweet_hover.png") no-repeat;
}






/* Navigation */

nav {
	line-height: 14px;
	font-size: 14px;		
	position: fixed;
	top: 0;
	left: 0;
	width: 150px;
	z-index: 2;
	text-align: left;
	overflow: hidden;
	height:100%;
	opacity: 0.3;
}

		nav:after {
			content: "";
			height: 150px;
			display: block;
		}

#nav-scroll-down {
	position: fixed;
	color: white;
	background: #bbb;
	width: 300px;			
	padding-top: 10px;	
	font-size: 25px;
	left: 0;
	z-index:3;
	display: none;
	font-weight: 700;
	text-align: center;
	height: 60px;
	bottom: 0;
}

#nav-scroll-down.tall {
	height: 190px;
}		

nav ul {
	padding: 10px 0 0 0;
	margin: 0;
	list-style: none;
	width: 500px;	
	margin-bottom: 25px;
	vertical-align: top;
	counter-reset: ideas;
}

nav:hover {
	background-color: #ffffff;
}

nav li {
	margin-bottom: 5px;
}

nav li:hover {
	font-weight: 700;
}

nav a {
	text-decoration: none !important;		
}

nav li:before {
	content: counter(ideas);
	counter-increment: ideas;
	width:30px;
	height: 23px;
	padding: 7px 0 0 5px;
	display: inline-block;
	text-align: center;
	border-radius: 15px;
	vertical-align: middle;
	color: #999;
}

body {
	padding-left: 5%;
}		
		
	





/* Datastories */
body {
	background: url('/images/bg.jpg') top center repeat, #ffffff !important;
}

.comingsoon {
	height: 290px;
	width: 290px;
	position: absolute;
	float: right;
	right: 0px;
	background: url('/images/comingsoon.png') top right no-repeat;
	z-index: 1000;
}
.comingsoon2 {
	height: 280px;
	width: 190px;
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 10001;
}

.was {
	text-decoration: line-through;
	text-shadow: none;
	color: #FFD8CA;
}

.metrics {
	display: inline-block;
	border-radius: 7px;
	background-color: #ffffff;
	text-align: center;
	vertical-align: center;
	padding: 10px 12px 10px 12px;
	margin: 3px;
	color: #BE65AD;
	border: 1px #efefef solid;
	font-size: 28px;
	font-family: "OswaldLight";
}

.commentH {
	display: inline-block;
	border-radius: 7px;
	background-color: #ffffff;
	text-align: center;
	vertical-align: center;
	padding: 1px 12px 1px 12px;
	margin: 3px;
	color: #444444;
	font-style: normal;
}

.discountHighlight {
	display: none;
	border-radius: 6px;
	background-color: #3f3f3f;
	color: #ffffff;
	padding: 0 6px 0 6px;
}



.fsubscribe, .allPastIssue, .annual {
  background-color: #ff3f00;
  background: linear-gradient(to bottom, #ff3f00 5%, #D93600 100%) repeat scroll 0 0 #79bbff !important;
  border: 1px solid#CC3300;
  border-radius: 6px;
  box-shadow: 1px 1px 3px 0 #888;
  color: #ffffff;
  cursor: pointer;
  font-weight: 700;
  padding: 8px 20px 8px 20px;
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 1px 0 #CC3300;
  font-size: 21px;
  font-family: Verdana;
  display: inline-block;
  line-height: 24px;
}
.fsubscribe:hover, .allPastIssue:hover, .annual:hover {
	background: linear-gradient(to bottom, #D93600 5%, #ff3f00 100%) repeat scroll 0 0 #378de5 !important;
}

.row {
    display: block;
    font-size: 15px;
    font-weight: 100;
    margin-left: -15px;
    margin-right: -15px;
}


.otherIssues {
	padding: 10px 10px 10px 10px;
 	text-align: center;
 	border-radius: 6px;
 	background-color: #ffffff;
 	text-shadow: 1px 1px 1px #efefef;
 	font-weight: 700;
 	font-size: 21px;
  	font-family: Verdana;
  	line-height: 23px;
  	border: 1px solid #ffffff;
}
.otherIssues a {
	color: #;
}


.textH2Bold {
	font: 42px/60px 'OswaldBold';
	padding: 0px 0px 30px 0px;
	margin: 0px;
	text-indent: 0px;
	display: inline-block;
}


.textH3 {
	font: 24px/38px 'OswaldLight';
	color: #444444;
}
.textH4 {
	font: 21px/34px 'OswaldLight';
	color: #666666;
	display: block;
}
.textH5 {
	font: 19px/34px 'OswaldLight';
	color: #666666;
	display: block;
}


.captionDS {
	border-top: 1px solid #DDDDDD !important;
	margin-top: 40px;
	padding-bottom: 20px;
	text-align: center;
}


.emphasize {
	display: inline-block;
	border-radius: 7px;
	background-color: #ffffff !important;
	padding: 0px 8px 0px 8px;
	margin: 0 4px 0 4px;
	color: #444444;
	font-weight: bold;
}

.emphasizeDS {
	display: inline-block;
	border-radius: 7px;
	background-color: #BE65AC !important;
	padding: 8px 14px 8px 14px;
	line-height: 21px;
	margin: 0 4px 0 4px;
	color: #ffffff;
	margin-left: -4px;
	margin-bottom: 15px;
}

.emphasizeEVID {
	display: inline-block;
	border-radius: 7px;
	background-color: #1f1f1f !important;
	padding: 11px 14px 11px 14px;
	line-height: 20px;
	margin: 0 3px 0 3px;
	color: #fff;
	margin-left: -4px;
	margin-bottom: 15px;
	font-family: "OswaldLight";
	font-size: 21px;
}

.EVIDpos {
	color: #6bbf23;
	font-family: "OswaldBold";
}

.EVIDneg {
	color: #ff3f00;
	font-family: "OswaldBold";
}


.emphasizeDS a {
	font-weight: bold;
	color: #ffffff;
}


/*-- Evidence --*/

.black {
	color: #444444;
}

.evidence {
	width:750px;
	background-color: #ffffff;
	border-radius: 10px;
	padding: 20px 25px;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
	border: 1px solid #DDDDDD;
	position: relative;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.evidence h2 {
	color: #777777;
	padding-bottom: 10px;

}
.evidence h2:hover {
	background: none;
}

.ev_idea {
	color: #ffffff;
	background: url("../images/bullet_bg_ordered_read.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    font: 700 36px/95px "OswaldBold";
    height: 80px;
    margin: 0;
    padding: 0 10px 0 0px;
    text-align: center;
    text-indent: 0;
    vertical-align: top;
    width: 80px;
    margin-top: -5px;
}

.e_seeall {
	font-size: 18px;
	background: #ffffff;
	line-height: 16px;
	position: absolute;
	padding: 10px 20px;
	left: 170px;
	bottom: -20px;
	border: 1px solid #DDDDDD;
	border-radius: 10px;
	display: none;
}

.effectHolder {
	width: 100px;
	height: 100px;
	right: 0px;
	display: inline-block;
	position: absolute;
	border-left: 1px solid #EEEEEE;
	padding-left: 20px;
	padding-top: 10px;
	margin-right: 20px;
	text-align: center;
	line-height: 10px;
}

.effectBig {
	font: 700 36px "OswaldBold";
}

.thanks {
	margin-top: -15px;
	margin-left: 170px;
	display: inline-block;
	display: none;
}


.e_table {
	padding: 5px;
	border-collapse: collapse;
	/*display: none;*/
	margin: 20px 0 0 0px;

}

.e_table tr:first-child {
	color: #999999;
	font-size: 16px;
}


.con {
	width: 150px;
}
.notes {
	font-size: 16px;
}

.e_table td{
	border-bottom: 1px solid #EEEEEE;
	padding-right: 35px;
}
.e_table td:last-child {
	width: 550px;
}
.e_table td:first-child {
	padding-left: 10px;
}


/* effects */
.ev_sw .effectBig {
  color: #68C100;
}
.ev_sw .ev_idea {
	background: url("../images/bullet_bg_ordered_sw.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.ev_pw .effectBig {
  color: #B3DB84;
}
.ev_pw .ev_idea {
	background: url("../images/bullet_bg_ordered_pw.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.ev_ins .effectBig {
  color: #999999;
}
.ev_ins .ev_idea {
	background: url("../images/bullet_bg_ordered_ins.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.ev_pl .effectBig {
  color: #FFBBBD;
}
.ev_pl .ev_idea {
	background: url("../images/bullet_bg_ordered_pl.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.ev_sl .effectBig {
  color: #FF1D25;
}
.ev_sl .ev_idea {
	background: url("../images/bullet_bg_ordered_sl.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}




/*-- Datastories All Issues --*/

	.buttonAll {
		font-weight: normal;
		font: 22px/28px 'OswaldLight';
		display: inline-block;

	}

	.buttonbold {
		font-weight: normal;
		font-family: 'OswaldBold';
	}


	.pastissue {
		width:260px;
		height: 560px;
		background-color: #eeeeee;
		border-radius: 10px;
		display: inline-block;
		vertical-align: top;
		margin-right: 15px;
		margin-bottom: 80px;
		border: 1px solid #DDDDDD;
		position: relative;
		float: left;
		box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
	}

	.allissuescontainer {
		width: 840px;
		margin-left: 26px;
		padding-top: 20px;
		display: inline-block;
	}

	.allissuenum {
		padding-top: 10px;
		font: 24px/22px 'OswaldLight';
		color: #888888;
		position: absolute;
		width: 60px;
		height: 60px;
		background-color: #eeeeee;
		top: -30px;
		left: 100px;
		border-radius: 30px;
	}
	.allissuenum:after {
		position: absolute;
		content: "";
		width: 62px;
		height: 62px;
		background-color: #DDDDDD;
		top: -1px;
		left: -1px;
		border-radius: 35px;
		z-index: -1;
	}
	.allissuedate {
		font-size: 11px;
	}


	.allissuetitle {
		padding: 32px 20px 0px 20px;
		line-height: 28px;
		height: 238px;
		position:relative;
	}

	.allissuetext {
		background-color: #ffffff;
		padding: 20px 20px 10px 20px;
		border-radius: 0 0 10px 10px;
		height: 190px;
		font: 16px/26px 'OswaldLight';
	}
	.allissuedesc {
		text-align:left;
		padding-bottom: 10px;
	}
	.allissuelinks {
		vertical-align: bottom;
		position: absolute;
		bottom: 15px;
		width: 220px;
	}

	.allissuethumb {
		position: absolute;
		bottom: 0px;
		left: 30px;
		height: 170px;
	}

	.allissueeffect {
		height: 40px;
		color: #ffffff;
		background-color: #BE65AD;
		vertical-align: middle;
		font: 18px/40px 'OswaldLight';
	}
	.allissuepage {
		height: 30px;
		color: #ffffff;
		background-color: #D59BC9;
		vertical-align: middle;
		font: 18px/30px 'OswaldLight';
	}
	.allissuehr {
		width: 100%;
		display: inline-block;
		padding: 0px;
		margin: 10px 0;

		border: none;
	    height: 1px;
	    /* Set the hr color */
	    color: #333; /* old IE */
	    background-color: #dfdfdf; /* Modern Browsers */
	}


	.currentAll {
		background: #eeeeee url('/images/currentAll.png') top right no-repeat;
		border: 1px solid #BE65AD;
		margin-top: -1px;
	}
	.currentAll .allissuenum:after {
		background-color: #BE65AD;
	}

	.referredIssue {
		box-shadow: 0px 0px 125px #6f6f6f;
		z-index: 1;
	}





/* FastForward */

#ff_signin {
	height: 110px;
	width: 190px;
	position: absolute;
	float: right;
	right: 0px;
	background-color: #FFFFFF;
	z-index: 1000;
	border-bottom-left-radius: 20px; 
	border-left: 4px solid #dfdfdf;
	border-bottom: 4px solid #dfdfdf;
	padding: 25px 10px 10px 10px;
}


.faccess {
	background: url('/images/bt_access_default.png') center center no-repeat;
	background: url('/images/bt_access_default.png') center center no-repeat, url('/images/glow.png') center center no-repeat;
    cursor:pointer;
    width: 890px;
    height: 104px;
    border: none;
    margin: 10px 0 0px 0;
    display: inline-block;
}
.faccess:hover {
	background:url('/images/bt_access_hover.png') center center no-repeat, url('/images/glow.png') center center no-repeat;
    cursor:pointer;
    width: 890px;
    height: 104px;
    border: none;
    margin: 10px 0 0px 0;
}




.otherprojects2 {
    color: #777777;
	font: 18px/30px 'OswaldLight';
}

.otherprojects2 a {
	font: 18px/30px 'OswaldLight';
	background-color: #ffffff;
	border-radius: 5px;
	display: inline-block;
	margin: 0 4px;
	padding: 0 10px;
}



/* Testimonials */
blockquote.testimonial {
	color: #8f8f8f !important;
	font-style: italic;
	margin: 20px;
	padding-bottom: 40px;
	line-height: 32px;
}
.bqstart {
   font-size: 400%;
   color: #3f3f3f;
   padding-right: 10px;
   margin-top: 8px;
   margin-left: -5px;
   padding-top: 0px;
   padding-bottom: 0px;
   font-family: Georgia;
   display: inline-block;
   height: 1px;
   float: left;
}
.quotename {
  color: #4f4f4f;
  font-style: normal;
  display: block;
  text-align: left;
  margin-left: 20px;
  padding-top: 10px;
}
.re {
  color: #4f4f4f;
  font-style: normal;
  font-weight: bold;
}



/* Errors  & Warnings */

.error {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 28px;
	margin-right: 100px;
	background-color: #FFFFBF;
	color: #3f3f3f;
	z-index: 1000;
	font: 24px 'OswaldLight';
	border-bottom: solid 5px #ffffff;
}

.discount {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	padding-top: 30px;
	background-color: #2f2f2f;
	color: #ffffff;
	z-index: 999;
	font: 28px 'OswaldLight';
	border-bottom: solid 5px #ffffff;
}

/********************** WELCOME MESSAGE *****************************/

html body {
  padding-left: 0 !important;
  padding-right: 0 !important;  
  padding-bottom: 0 !important;
}
#hidefooter2 {
  display: none !important;
}

body > nav {
  	visibility: hidden;
}
.welcome em {
  font-weight: 400;
  font-style: normal;
  font-family: "OswaldBold";  
  color: white;
}

body > .welcome {
  background: #333;
  color: #eee;
  padding: 120px 20px 85px; 
  position: relative;
  min-height: 800px;
  box-sizing: border-box;
  z-index: 999;
  text-align:center;
}

.welcome-heading {
	font-size: 48px;
	margin-bottom: 10px;
	padding: 0;
	line-height: 1;
	font-family: "OswaldBold";
	text-align: center;
	width: 100%;
}
.welcome-heading:hover {
	background: none !important;
  	cursor: default !important;
}

.welcome-subtitle {
  font: 32px/45px "OswaldLight";
  color: #bbbbbb;
  max-width: 850px;
  margin: 0 auto 40px auto;
}

#welcome-form {
  max-width: 600px;
  width: 100%;
  margin: 0 auto 0 auto;
}

.welcome label {
  display: block;
  text-align: left;
  margin-bottom: 4px;
  font: 22px/22px "OswaldLight"; 
  color: #bbbbbb;
}

.welcome .group-fields {
  display: block;
  max-width: 350px;
  width: 100%;
  border: 0 !important;
  margin: 0 auto 10px auto;
  position: relative;
  box-sizing: border-box;
}

.welcome .group-button {
  display: block;
  border: 0 !important;
}

#fsubmit2, #nothanks {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3f00+0,d93600+100 */
    background: #ff3f00; /* Old browsers */
    background: -moz-linear-gradient(top,  #ff3f00 0%, #d93600 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ff3f00 0%,#d93600 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ff3f00 0%,#d93600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3f00', endColorstr='#d93600',GradientType=0 ); /* IE6-9 */
    border: 1px solid #cc3300;
    border-radius: 6px;
    box-shadow: 1px 1px 4px 0 #333;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font: 22px/28px "OswaldLight";
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 1px 0 #d93600;
}

#fsubmit2:hover {
    background: #d93600; /* Old browsers */
    background: -moz-linear-gradient(top,  #d93600 0%, #ff3f00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #d93600 0%,#ff3f00 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #d93600 0%,#ff3f00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d93600', endColorstr='#ff3f00',GradientType=0 ); /* IE6-9 */  
}

#nothanks {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#999999+0,777777+100 */
    background: #999999; /* Old browsers */
    background: -moz-linear-gradient(top,  #999999 0%, #777777 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #999999 0%,#777777 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #999999 0%,#777777 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
  	border: 1px solid #777777;
  	text-shadow: 2px 1px 0 #777777;
  	margin-left: 5px;
}

#nothanks:hover {
    background: #777777; /* Old browsers */
    background: -moz-linear-gradient(top,  #777777 0%, #999999 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #777777 0%,#999999 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #777777 0%,#999999 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#999999',GradientType=0 ); /* IE6-9 */
}

.welcome [type='text'] {
	font-size: 18px;  
  	line-height: 40px;
  	height: 40px;  
  	width: 100%;
  	margin-bottom: 15px;
  	box-shadow: inset 2px 2px 3px 0 #aaa;
  	border: 0;
  	padding: 0 10px;
	box-sizing: border-box;
}

.welcome-social-proof {
    font: 18px/22px "OswaldLight";
  	color: #aaa;
  	position: absolute;
  	width: 220px;
  	top: 70px;
  	left: 50%;
  	margin-left: 285px;
  	text-align: left;
}

.welcome-disclaimer {
	font-family: "OswaldLight"; 
  	font-size: 18px;
  	color: #aaaaaa;
  	max-width: 650px;
  	margin: 0 auto 0 auto;
}
.welcome-disclaimer em {
  	font-family: "OswaldLight";
}


.cols-3-xl {
	margin-left: -60px; 
	width: 925px;
	text-align: center;
}

.cols-3-xl > div {
	display: inline-block; 
	margin: 10px auto;
}

.linkHighlight {
	display: inline-block;
	border-radius: 5px;
	background-color: #2f2f2f;
	padding: 0 10px 0 10px;
	margin: 0 4px 0 4px;
}

.topHighlight {
	display: inline-block;
	border-radius: 15px;
	background-color: #ffffff;
	padding: 0 16px 0 16px;
	color: #999999;
	font: 300 36px/70px 'OswaldLight';
}




@media (max-width: 1200px) {
	
	.cols-3-xl {
		margin-left: 0;
		width: 100%;
	}
	
	.cols-3-xl > div {
		display: block;
	}

	.ds_annualplans_img, .ds_patternsample_img, .ds_dosdonts_img, .ds_logos, .ds_introimg, .ds_certaintyscale_img {
		width: 100% !important;
		padding-left: 20px !important;		
		padding-right: 20px !important;
		box-sizing: border-box;
		margin-left: 0 !important;
	}
	
}

@media (max-width: 900px) {

	body > .ideas {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	
}







/* Media Queries */

@media (max-width: 960px) {

	.welcome > h2 {
		font-size: 50px;
		line-height: 1.4;
	}
	
	.welcome-subtitle {
		font-size: 30px;
	}
	
	.welcome-disclaimer {
		margin-top: 15px;
		font-size: 18px/1.4 "OswaldLight";
	}

	.welcome label {
		font: 26px/1.4 "OswaldLight";
		margin-bottom: 10px;
	}

	.welcome [type="text"] {
		font-size: 22px;
		height: auto;
		padding: 10px 15px;
	}
	
	.opening {
		color: #666666;
		font: 26px/1.4 "OswaldLight";
	}
	
	.openingBig {
		font: 50px/1.4 "OswaldLight";
	}
	
	.opening #readStatus {
		font: inherit;
		margin: 2px 0;
	}
	
	.opening .textHighlight, a.textHighlight {
		display: inline;
	}

}

@media (max-width: 1000px) {
     .welcome-social-proof {
        position: static;
        width: auto;
        max-width: 450px;
        margin: 0 auto;
        text-align: center;
    }
    .welcome-social-proof:before {
      content: none;
    }
  
    body > .welcome {
      height: auto !important;
    }
  
    .welcome .group-fields {
      margin: 0 auto 10px auto;	  
    }  
	
}

@media (max-width : 1400px) {
#howtoabtest {
	visibility: hidden;
}

#footerPress {
	visibility: hidden;	
}


.tweet, .tweet:hover {
	display: none;
	top: 25px;
	left: 55px;
	margin-left: 0;
	width: 35px;
	height: 35px;
	background-size: 35px 35px;
}

.datastories {
	height: auto;
	padding: 30px 0;
}

.datastories > span {
	width: 80%;
	margin: 0 auto;
}

}


@media (max-width : 1380px) {
	.comingsoon2 {
		display: none;
	}
}




@media (max-width : 1280px) {
	nav {
		display: none !important;
	}
}


@media (max-width : 1024px) {

	ol.ideas h2 {
		font: 38px/60px "OswaldLight";
		display:block;
	}

	ol.ideas h2:before {
		content: attr(id) ". ";
	}

	ol.ideas > li, ol.ideas > li.read {
		background: none;
	}

	ol.ideas > li:before {
		display: none;
	}

	[class^="label"] {
		display: none;
	}

	body {
		padding: 0 10px !important;
	}

	ol.ideas {
		padding: 0 20px;
		line-height: 1.8em;
	}
	
	ol.ideas .ideaimg {
		width: 100%;
		height: auto;
	}

	ol.ideas > li {
		padding-left: 0;
	}

	.tweet, .tweet:hover { 
		display: none; 
		position: static;
		width: 49px;
		height: 65px;
		background-size: 49px 65px;
		margin: 0 auto 20px auto;
	}

	.pastissue {
		width: 98%;
	}

	.allissuetitle {
		font-size: 1.6em;
	}
	.allissuedesc {
		font-size: 2.2em;	
		line-height: 1.4em;
	}
	.allissuelinks {
		font-size: 2.2em;
		width: 95%;
	}
	.allissuenum {
		left: 46%;
	}

	.allissuethumb {
		left: 38%;
	}

	.opening {
		width: auto;
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
	}

	ul, ol {
		margin: 0 !important;
	}

	h2:hover {
		background: none;
		cursor: default;
	}

	.emphasize {
		font-size: 1.2em;
		text-align: center;
	}

	li, .description, .content, .content > span {
		
	}

	.ideas h2 {
		text-align: center;
	}
	#howtoabtest {
		visibility: hidden;
	}

}

@media (max-width: 1024px) {
	
	.description, ol.ideas > li {
		text-indent: 0 !important;
	}

}

@media (max-width: 600px) {
	
	#fsubmit2 {
		margin-bottom: 10px;
	}
	
}

@media (max-width: 500px) {

	body > .welcome {
		padding-top: 30px;
	}
	
	.welcome > h2 {
		font-size: 44px;
	}	
	
	.welcome-subtitle {
		font: 24px/1.4 "OswaldLight";
	}
	
	.welcome label {
		font: 18px/1.4 "OswaldLight";
	}
	
	.welcome [type="text"] {
		font-size: 18px;
		padding: 5px 10px;
	}	
	
	.welcome-heading {
		margin-top:
	}

	
}























/* Nav & Footer v.2 */

	.nav-v2 {		
		text-align: center;
		width: 100%;
		box-sizing: border-box;
		font-family: OswaldLight;
		font-size: 12pt;
		line-height: 1;
		z-index: 1000 !important;		
		display : flex;
		align-items : center;
		justify-content: center;
		overflow: hidden; 
	}
	.nav-top {
		padding: 0 10px 0;
		background: white;
		border-bottom: 0;
		height: 70px;
		box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
	}

	.nav-bottom {
		margin-bottom: 10px;
	}

	.nav-bottom .nav-link {
		background: #2F2F2F;
		color: #FF3F00;
	}
	.nav-link:active {
		background: black;
	}
	
	.nav-floatable { /* JS added property; if nav can float, add space for nav BUT ...*/
		padding-top: 70px;
	}	
	.welcome-visible { /* ...BUT when welcome is visible on home, override bc nav is not at the top */
		padding-top: 0 !important;
	}
	.nav-floatable.welcome-visible .opening { /* When welcome shown, add space for nav to opening instead */
		margin-top: 70px;
	}	
	
		.nav-floatable .nav-top {
			position:fixed;
			top: -76px; /* 76px due to box shadow */
			left: 0;
			z-index: 999;
		}
		
		.nav-link, .nav-this {
			text-decoration: none !important;
			margin-right: 10px;
			color: #FF3F00;
			padding: 0 10px;
			background: #F9F9F9;
			border-radius: 5px;
			font-size: 19px; 
			line-height: 35px;
			display: inline-block;
			text-transform: uppercase;
			position: relative;
		}
		
		.nav-link.notif:after {
			content: "";
			position: absolute;
			right:-4px;
			width: 12px;
			height: 12px;
			background: white;
			border-radius: 100%;
			border: 5px solid #FF3F0D;
			box-sizing: border-box;
			top: 10px;
		}
		
		.nav-link:hover, .nav-this:hover {
			text-decoration: underline !important;
		}
		
		.nav-top .nav-this { 
			background: #444;
			color: #fff;
		}		
		
		.nav-bottom .nav-this {
			background: #fff;
			color: #333;
		}
		
		.nav-v2 a:last-child {
			margin-right: 0;
		}

		.logo {
			font-size: 22px;
			color: #888;
			font-family: OswaldBold;
			text-decoration: none;
			margin-right: 20px;
		}		
	

/*********************** FULL FOOTER ***************************/

	/************* CLOSING *****************/
	
	.closing em {
		color: white;
		font-family: "OswaldBold";
		font-style: normal;
		font-weight: 400;
	}
	body > .closing {
		background: #333 none repeat scroll 0 0;
		border-bottom: 10px solid #666;
		box-sizing: border-box;
		color: #eee;
		min-height: 800px;
		padding: 100px 20px 65px;
		position: relative;
		z-index: 999;
	}
	.closing .closing-heading {
		font-family: "OswaldBold";
		font-size: 40px;
		line-height: 1.5;
		margin-bottom: 20px;
		color: #FFFFFF;
		text-align: center;
		padding-bottom: 0;
	}
	.closing-heading:hover {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		cursor: default;
	}
	.closing-subtitle {
		color: #bbbbbb;
		font-size: 20px;
		font-family: "OswaldLight";
		line-height: 1.5;
		margin: 0 auto 40px;
		max-width: 850px;
		text-align: center;
		padding-bottom: 0;
	}
	#closing-form {
		margin: 0 auto;
		max-width: 600px;
		width: 100%;
	}
	.closing label {
		color: #bbbbbb;
		display: block;
		font-size: 20px;
		font-family: "OswaldLight";
		line-height: 1;
		margin-bottom: 4px;
		text-align: left;
	}
	.closing .group-fields {
		border: 0 none;
		box-sizing: border-box;
		display: block;
		margin: 0 auto 10px;
		max-width: 350px;
		position: relative;
		width: 100%;
		padding: 0 10px;
	}
	.closing .group-button {
		border: 0 none;
		display: block;
		text-align: center;
		padding: 0;
	}	

	
.closing [type="text"] {
    border: 0 none;
    box-shadow: 2px 2px 3px 0 #aaa inset;
    box-sizing: border-box;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    padding: 0 10px;
    width: 100%;
}
.closing-social-proof {
    color: #aaa;
    font: 18px/22px "OswaldLight";
    left: 50%;
    margin-left: 285px;
    position: absolute;
    text-align: left;
    top: 70px;
    width: 220px;
}
.closing-social-proof::before {
    background: rgba(0, 0, 0, 0) url("../images/arrow-welcome.png") repeat scroll 0 0;
    content: "";
    height: 51px;
    left: -80px;
    position: absolute;
    top: -65px;
    width: 161px;
}
.closing-disclaimer {
    color: #aaaaaa;
    font-family: "OswaldLight";
    font-size: 18px;
    margin: 10px auto 0 auto;
    max-width: 650px;
	padding-bottom: 0;
	text-align: center;
}
.closing-disclaimer em {
    font-family: "OswaldLight";
}

.textSubtitles {
	font: 300 32px/52px 'OswaldLight';
}

#bt_sketch {
	background: url('/images/bt_sketch_default.png');
	height: 46px;
	width: 214px;
}
#bt_sketch:hover {
	background: url('/images/bt_sketch_hover.png');
}

#fsubmit2 {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ff3f00 0%, #d93600 100%) repeat scroll 0 0;
    border: 1px solid #cc3300;
    border-radius: 6px;
    box-shadow: 1px 1px 4px 0 #333;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font: 22px/28px "OswaldLight";
    padding: 10px 30px;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 1px 0 #d93600;
}

.closing-hireus {
	max-width: 800px;
	margin: 0 auto;
	text-align: left;
}

	.closing-hireus .cols-2 div {
		width: 48%;
		float: left;
		background: #333;
		padding: 20px;
		border-radius: 10px;
	}
		.closing-hireus .cols-2:after {
			content: "";
			clear: both;
			display: block;
		}
		.closing-hireus .cols-2 div:first-child {
			margin-right: 2%;
		}
		.closing-hireus .cols-2 div:last-child {
			margin-left: 2%;
		}
		
		.closing-hireus h3 {
			font-size: 30px;
			color: #FFFFFF;
			font-weight: 400;
			font-family: OswaldBold;
			margin-bottom: 10px;
			margin-top: 0;
			line-height: 1.4;
		}		
		
			.closing-hireus small {
				font-size: 20px;
				display: block;
				font-weight: 400;
				font-family: OswaldLight;	
				margin-bottom: 5px;
			}	
					
		.closing-hireus p {
			font-size: 14px;
			color: #888;
			line-height: 1.6;
			font-family: Arial;
			margin: 0 0 10px 0;
			padding: 0;
		}
		
		.closing-hireus .button.selected {
			background: black;
			border-color: black;
			cursor:default;
			text-shadow: none;
			box-shadow: none;
		}		
			
			.closing-hireus .button em {		
				font-family: OswaldBold;
				font-style: normal;
			}
			
/************************************ PATTERN: BUTTON ***************************/

.button {
	font-size: 22px;
	padding: 10px 15px;
	box-shadow: none;
	width: auto;
	text-align: center;
	display: inline-block;
	margin: 0;
	font-family: OswaldRegular;
	line-height: 1;
	letter-spacing: 0;
	background: #79bbff linear-gradient(to bottom, #ff3f00 5%, #d93600 100%) repeat scroll 0 0;
	border: 1px solid #cc3300;
	border-radius: 6px;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	text-shadow: 2px 1px 0 #cc3300;
	font-size: 1.2em;
	font-size: 20px;
}

.button:hover {
	background: #378de5 linear-gradient(to bottom, #d93600 5%, #ff3f00 100%) repeat scroll 0 0;
}
	


	
	
/************************ FOOTER NAV CONTENT ****************************/

	.footer-nav-content {
		text-align: center;
		border-top: 1px solid #ddd;
		padding-top: 40px;
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
	}	
	.footer-nav-content:first-child {
		padding-top: 0;
		border: 0;
	}
	
	.footer-full .footer-nav-content, body.page-root .footer-nav-content {
		border-top: 1px solid #666;
		margin-top: 30px;
	}	
	.footer-full .closing.hidden + .footer-nav-content {
		padding-top: 0;
		border-top: 0;
		margin-top: 0;
	}
	
	footer .caption {
		border-top: 0;
		margin-top: 15px;
		padding-top: 0;
		color: #ccc;
	}		
	
	.caption {
		max-width: 800px;
		width: 100%;
		border-top: solid 1px #666666;
		margin-top: 50px;
		text-align: center;
		font-family: Arial;
		font-size: 13px;
		display: inline-block;
		margin-left: auto;
		padding-top: 20px;
		box-sizing: border-box;
	}
		
		.caption a {
			color: #ff3f00;
		}		
	
	
/********************************** NARROW VIEW *****************************/

.mobile-drawer {
	display: block;
	height: 150%;
	background: #2f2f2f;
	width: 80%;
	position: fixed;
	top: 0;
	left: -80%;
	z-index: 1999;
	font-family: OswaldLight;
	padding: 20px 20px 0 50px;
	box-sizing: border-box;
	text-align: left;
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
}

.mobile-drawer .drawer-close {
	position: absolute;
    top: 0;
    right: 0;
    font-size: 50px;
    line-height: 50px;
    width: 50px;
    height: 50px;
	cursor: pointer;
	text-decoration: none;
}

.mobile-drawer a {
	display: block;
	background: none;
	width: 100%;
	margin-bottom: 15px;
	font-size: 20px;
	box-sizing: border-box;
}

.mobile-drawer .drawer-expand {
	display: none;
}

.drawer-close {
	color: #ff3f00;
}

.drawer-expand {
	cursor: pointer;
	text-decoration: none !important;	
    fill: #ff3f00;
	height: 35px;
	display: none;
}

.drawer-expand svg {
	margin-top: 7px;
}
	
.links-blog {
	display: none;
}

@media (max-width: 1000px) {
	.closing-social-proof {
		margin: 0 auto;
		max-width: 450px;
		position: static;
		text-align: center;
		width: auto;
	}
	.closing-social-proof::before {
		display: none;
	}
}

@media (max-width: 800px) {
	
	.nav-bottom {
		height: auto !important;
	}
	
	.mobile-drawer:after {
		content: "";
		position: absolute;
		top: 25%;
		height: 100px;
		width: 4px;
		right: -4px;
		border-radius: 0 3px 3px 0;
		background: red;
		opacity: 0.4;
	}
	
	.nav-link, .nav-this {
		font-size: 14px;
		display: none;
	}
	
	.nav-link:nth-child(2), .nav-link:nth-child(3), .drawer-expand {
		display: inline-block;
	}
	
	.links-blog {
		display: block;
		padding-left: 20px;
		font-size: 16px;
	}
	
	.logo {
		margin-right: 10px;
		font-size: 18px;
	}
	
	.closing-hireus .cols-2 div {
		width: 100%;
		float: none;
		margin: 0 0 5px !important;
		border-radius: 0;
	}	

}