/* Reset */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
tt,
var,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

a:link,
a:visited {
	text-decoration: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}


/* End Reset */

html,
body {
	width: 100%;
	height: 100%;
}


/* HAMBURGER STYLES */

.hamburger {
	position: relative;
	left: 0px;
	float: left;
	overflow: hidden;
	width: 25px;
	height: 50px;
	padding-left: 15px;
	font-size: 0;
	text-indent: -9999px;
	cursor: pointer;
	-webkit-transition: background .5s;
	transition: background .5s;
	-webkit-box-sizing: content-box!important;
	box-sizing: content-box!important;
    
}

.hamburger:focus {
	outline: 0;
}

.hamburger span {
	display: block;
	position: absolute;
	top: 29px;
	left: 15px;
	right: 0px;
	height: 2px;
	cursor: pointer;
	-webkit-transition: background 0s;
	transition: background 0s;
}

.hamburger span::after,
.hamburger span::before {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	content: " ";
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

.hamburger span::before {
	top: -8px;
	-webkit-transition-property: top, -webkit-transform;
	transition-property: top, -webkit-transform;
	transition-property: top, transform;
	transition-property: top, transform, -webkit-transform;
}

.hamburger span::after {
	bottom: -8px;
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, -webkit-transform;
	transition-property: bottom, transform;
	transition-property: bottom, transform, -webkit-transform;
}

.menu-view .hamburger span {
	background-color: transparent !important;
}

.menu-view .hamburger span::before {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.menu-view .hamburger span::after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}


/* END HAMBURGER STYLES */

#global-header {
	width: 100%;
	height: 60px;
	position:absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	z-index: 500;
     -webkit-transition: all 150ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 150ms cubic-bezier(0.250, 0.250, 0.750, 0.750);

}

#desktop-wrapper > div {
	display: inline-block;
	float: left;
	height: 100%;
}

#lockup {
	line-height: 60px;
}

#global-header h2 {
	float: left;
	height: 100%;
	line-height: 60px !important;
	margin: 0 0 0 15px;
}

#global-header #desktop-wrapper {
	float: right;
	height: 60px;
}

#desktop-wrapper > div img {
	height: 100%;
	width: auto;
	margin-top: 0;
	vertical-align: middle;
}

#desktop-wrapper #lockup img {
	height: 50%;
	margin-right: 8px;
}

#wsjcs-logo {
	padding-left: 10px;
	margin-left: 2px;
	width: 110px;
}

#paid-disclaimer {
	display: inline-block;
	height: 100%;
}

#paid-disclaimer span {
	font: 10.5px Arial, sans-serif;
	display: inline-block;
	line-height: 60px;
	text-transform: uppercase;
}

#paid-disclaimer .whats-this {
	position: relative;
	margin-left: 5px;
	text-decoration: underline;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.whats-this-tooltip {
	position: absolute;
	top: 62px;
	left: 0px;
	width: 240px;
	padding: 35px 15px 15px;
	text-align: left;
	background-color: #fff;
	line-height: 150%;
	color: #000;
	text-transform: none;
	border: solid 2px #000;
	z-index: 3000;
}

.whats-this-tooltip::after,
.whats-this-tooltip::before {
	bottom: 100%;
	left: 37px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.whats-this-tooltip::after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
}

.whats-this-tooltip::before {
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: #000000;
	border-width: 18px;
	margin-left: -18px;
}

.whats-this-close {
	position: absolute;
	top: 8px;
	right: 7px;
	font-size: 24px;
	cursor: pointer;
}


#social-toggle {
	width: 60px;
	position: relative;
	cursor: pointer;
	margin-left: 10px;
}

#desktop-wrapper #social-toggle img {
	cursor: pointer;
	height: 25px;
	margin-top: 16%;
}

#social-toggle .share-text {
	position: absolute;
	left: 0;
	top: 40px;
	width: 60px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8px;
	text-transform: uppercase;
	color: white;
}

#main-share {
	position: absolute;
	top: 60px;
	left: 0px;
	z-index: 3000;
	display: none;
	cursor: pointer;
}

#social-toggle.share-open #main-share {
	display: block;
}

#main-share .at-icon-wrapper,
#main-share .at-icon-wrapper svg {
	width: 60px !important;
	height: 60px !important;
	display: block !important;
}

#main-share .at-share-btn {
	display: block !important;
	max-width: none !important;
	max-height: none !important;
	margin: 0px !important;
}

#main-share .at-share-btn:hover {
	-webkit-transform: none !important;
	transform: none !important;
}





/* DARK THEME */

@media screen and (max-width: 768px) {
	#global-header.dark {
		background-color: #060b13!important;
	}
}



#global-header.dark h2,
#global-header.dark #social-toggle .share-text {
	color: #fff;
}

#global-header.dark #social-toggle.share-open {
	background-color: #272727;
}

#global-header.dark #paid-disclaimer span {
	color: #eee;
}

#global-header.dark #wsjcs-logo {
	border-left: solid 1px #fff;
}

#global-header.dark .hamburger span::after,
#global-header.dark .hamburger span::before,
#global-header.dark .hamburger span {
	background-color: #fff;
}


/* LIGHT THEME */

#global-header.light {
	background-color: #fff;
}

#global-header.light h2,
#global-header.light #social-toggle .share-text,
#global-header.light #paid-disclaimer span {
	color: #000;
}

#global-header.light #social-toggle.share-open {
	background-color: #ddd;
}

#global-header.light #wsjcs-logo {
	border-left: solid 1px #000;
}

#global-header.light .hamburger span::after,
#global-header.light .hamburger span::before,
#global-header.light .hamburger span {
	background-color: #000;
}

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

	#global-header {
		height: 80px;
		text-align: left;
	}
	#global-header.dark{
		background-color:#E01537!important;
	}
	#global-header #mobile-wrapper {
		background-color: #606265;
		background-color: #313541;
		background-color: #323338;
		background-color:  #48494E;
	}
	.hamburger {
		height: 50%;
		padding-left: 10px;
		width: 32px;
	}
	.hamburger span {
		top: 19px;
		left: 10px;
	}
	#wsjcs-menu-wrapper {
		top: 40px;
	}
	#global-header h2 {
        
		float: none;
		display: inline;
		height: 50%;
		line-height: 40px !important;
        margin-left:-35px;
	}
	#global-header #paid-disclaimer {
		height: 100%;
	}
	#lockup {
		line-height: 40px;
	}
	#mobile-wrapper {
		width: 100%;
		height: 50%;
		position: relative;
		text-align: left;
	}
	#paid-disclaimer {
		margin-left: 10px;
	}
	#paid-disclaimer span {
		line-height: 40px;
	}
	#global-header #desktop-wrapper {
		height: 100%;
		position: relative;
	}
	#desktop-wrapper > div {
		float: right;
		height: 100%;
	}
	#social-toggle {
		width: 40px;
		position: absolute;
		right: 0;
		top: -100%;
		text-align: center;
	}
	#desktop-wrapper #social-toggle img {
		height: 18px;
	}
	#social-toggle .share-text {
		font-size: 7px;
		left: 0;
		top: 29px;
		display: block;
		width: 100%;
	}
	#main-share {
		top: 40px;
	}
	#main-share .at-icon-wrapper,
	#main-share .at-icon-wrapper svg {
		width: 40px !important;
		height: 40px !important;
	}
	#site-footer {
		font-size: 14px;
	}
}

@media screen and (max-width: 640px) {
	#paid-disclaimer {
		max-width: 95px;
		line-height: 120%;
		padding-top: 5px;
	}
	#paid-disclaimer span {
		line-height: 140%;
		display: block;
	}
	#paid-disclaimer .whats-this {
		margin: 0;
	}
	.whats-this-tooltip {
		top: 40px;
	}
}

@media screen and (max-width: 560px) {
	#site-footer {
		height: auto;
		font-size: 3.25vw;
		padding: 30px 35px;
		line-height: 140%;
	}
}

@media screen and (max-width: 380px) {
	#desktop-wrapper #lockup img {
		height: 40%;
	}
}
