@charset "UTF-8";
/* CSS Document */
html {
    font-size: 100.01%;
    overflow-y: scroll;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
	padding-right: 0;
	padding-left: 0;
}
.navbar-wrapper .navbar {
	padding-right: 15px;
	padding-left: 15px;
}
.navbar-wrapper .navbar .container {
	width: auto;
}
.navbar-inverse, .navbar-inverse .navbar-toggle {
	background-color: #222;
	border-color: #080808;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	border-color: #270303;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	color: #fff;
 	background-color: #080808;
}
.log-in form {
	padding:0 6px
}
.log-in h3, .log-in label {
	color: rgb(100, 100, 100)
}
.navbar-brand {
	padding: 6px 15px;
	line-height:45px;
}
.navbar-toggle {
	margin-top: 25px;
}
.navbar-header {
	text-align:center;
}
 img.logo {
	width: 180px;
}
.banner, .banner-m, .banner-m1 {
	display:none;
}
.square1-m, .square2-m, .square3-m {
	margin-bottom: 20px;
}
.square3-m {
	margin-top:30px;
}
.square1-m>iframe {
	height: 610px;
}
.square2-m>iframe {
	height: 260px;
}
.square3-m>iframe {
	height: 95px;
}


/*XXXXXXXXXXXXXXXXXXXXXXXXXXX RCA XXXXXXXXXXXXXXXXXXXXXXXXXX*/
.square4-m>iframe {
	/*min-height: 660px;*/ /*height without RCA ad*/
	min-height: 1000px; /*height with RCA ad*/
}
/*XXXXXXXXXXXXXXXXXXXXXXXXXXX RCA XXXXXXXXXXXXXXXXXXXXXXXXXX*/


/*ARTICLE DISPLAY STYLES*/
#articleList, #RCAarticleList {
	font: .85em Verdana,Arial,Helvetica,sans-serif;
}
#articleList, .DMR {
overflow: visible;
position: relative;
}
.scrollv1 {
	-webkit-overflow-scrolling: touch;
    height: 340px;
    overflow-x: hidden;
    overflow-y: auto;
}
h5 {
	font: .85em Verdana,Arial,Helvetica,sans-serif;
	font-weight:normal;
	color: #666;
	margin-top:0.5em;
	margin-bottom:0;
	padding-bottom:0;
}
h3.articleTitle {cursor:pointer; }
h3.articleTitle, h3.articleTitle a, .title {
    font: 700 1.25em 'Lucida Sans',Arial,'Gill Sans',sans-serif;
    color: #600;
    margin: 1px 0 0;
    padding: 1px 0 0;
    line-height: 1.25em;
    text-align: left;
}
.articleTitle span {margin-left:-4px; padding-left:0;}
#articleList ul, #RCAarticleList ul {
	padding-left: 0;
	margin-bottom:0;
}
li.more {
	list-style:none;
}
.title {
	font-size: 1.1em;
}
.article {
	margin: 1px;
	padding: 1px;
	padding-bottom: .4em;
	border-bottom: 1px dotted #666;
}
.byline {
	color:#666;
	margin:.25em 0;
}
.byline span {
	font-weight: 700;
}
@-moz-document url-prefix() { /*Only targets Firefox*/
    } /*Seems to work not sure why*/
	.monthText {
        padding:0 0px 0 0;
    }
	.yearText {
		margin-left: 4px;
		}
} /*Seems to work not sure why*/
.monthText {
    text-transform: lowercase;
    display: inline-block;
    margin: 0;
    padding:0 4px 0 0;
}

.monthText:first-letter {
    text-transform: uppercase;
}
.attribute {
	color:#000;
	font-weight:600;
	font-size:.9em;
}
.caption {
	text-align:left;
	color:#333;
	font:1.1em Arial, Helvetica, sans-serif;
	z-index:1000;
	display:none;
	margin-top:.5em;
	margin-bottom:.5em;
}
.captHead {
	color: #000;
	font-size:1em;
	font-style:italic;
	margin-right:5px;
	margin-bottom:4px;
	font-weight:600;
}
.visible {
	display:block;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.up>.caret {
		border-bottom: 4px solid;
		border-top: 0;
}	
.link a {
	font-weight: 600;
	color:#0D65AE;
	text-decoration: none;
	text-transform: capitalize;
}
.link a:hover, .link a:focus {
	text-decoration: underline;
	color: #0C538E;
}
/* MAIN */
#welcome {
	display:none;
	padding-top:8px;
	padding-bottom:8px;
	text-align:center;
}
h1.home {
	font-size: 1.5em;
	margin-top:0;
	color:#777;
}
h1.home span {
	font-size: 1.1em;
}
h2.tag {
	font-size:1.2em;
	margin-top:0;
	margin-bottom:4px;
}
.month {display:none;}
.selected {display: block;}
.month, .links {
	margin-left: 0;
	margin-right:0;
}	
.coverImage {
	margin-bottom: 10px;
	text-align:center;
}
.coverImage img {
	width:100%;
	max-width:200px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #666;
	-moz-box-shadow: 0 2px 3px #888;
	-webkit-box-shadow: 0 2px 3px #888;
	box-shadow: 0 2px 3px #888;
}
.contentsWrap {
	height: 357px;
}
.monthContents {
	background-color:rgba(255,255,255,0.9);
	padding-right:0;
	z-index: 0;
}
#RCAArticles {
	margin-right: 15px;
    margin-top: .5em;
	margin-bottom:1em;
    z-index: 0;
}
.listFrame {
	height:332px;
	width:100%;
}
.scroll {
	width: 97%;
	text-align: center;
	margin:0 auto;
}
ul.scroll {
	-webkit-padding-start: 0;
	padding-left: 0;
	list-style: none;
	margin-top:.5em;
	width:1150px;
}
.scroll li {
	float: left;
	height: 145px;
	width: 85px;
	text-align:center;
}
.scroll h5 img {
	opacity: .5;
	border: 1px solid #cfcfcf;
	margin-bottom:1em;
}
.scroll h5.selected a {
	font-weight:700;
}
.scroll h5.selected img {
	opacity: 1;
	box-shadow: 0 2px 3px #333;
}
.issueMonths {
	height: 170px;
	overflow-y: hidden;
	overflow-x: scroll;
	background-color: rgba(255,255,255,0.9);
	margin-top: 2em;
}
#Searchbody > div:first-of-type {margin-top:.5em; margin-bottom:.5em;}
#Searchbody input[type=button], #Searchbody input[type=submit] {margin-top:.5em;}
/*ARCHIVE YEARS*/
.archive {
	margin-bottom: 0;
	padding: 1rem !important;
}
.archive label {
	font-weight: normal;
	padding-right: 1rem;
}
/*RESEARCH*/
.DMR {
	 -webkit-box-shadow: 0px 2px 3px rgba(25, 25, 25, 0.75);
	 -moz-box-shadow: 0px 2px 3px rgba(25, 25, 25, 0.75);
	box-shadow: 0px 2px 3px rgba(25, 25, 25, 0.75);
	padding-bottom:0;
}
.DMR>table {
	text-align: center;
	max-width:355px;
	line-height:1.25em;
}
.DMR table tr:nth-child(2) td {
	padding: 2px 0;
	font-weight:600;
}
#Research .col-sm-6 {
	border: 1px solid #eee;
	padding: 0 4px;
	margin:2em auto;
	border-bottom:1px solid #CCC;
}
#Research .col-sm-6:nth-child(4) {
	border-bottom: none;
}	
#ResearchArea {
	padding:5px;
}
#ResearchArea .tab-content {
	margin-top: .5em;
	overflow-x: hidden;
	overflow-y: auto;
}
#Research table {
	margin-bottom:.2em;
	font-size:.85em;
}
#Research table th {
	text-align:center;
	background-color:#e4e4e4;
}
#Research table tr:nth-child(odd) {
	background-color:#eee;
}
.BUY {
	color:#0C0;
}
.SELL, .Bear {
	color:#F00;
}
.Bull {
	color:#0c0;
}
#OptTrad table {
	width: 100%;
	font-size:1em;
}
#symbolSearch {
	margin:2em auto;
}
#SymSearch {
	margin-bottom: 1em;
}
#Research .link {
    float: right;
    margin: 2px;
    padding: 2px 0;
    text-align: center;
    overflow: hidden;
    zoom: 1;
}
#Research .link a {
	font-size: .9em;
	text-decoration: none;
	display: block;
	padding: 2px;
	color: #000;
	border: 1px solid #edeeec;
	zoom: 1;
	background: linear-gradient(top,#efefef 0,#ddd 100%);
	background: -o-linear-gradient(top,#efefef 0,#ddd 100%);
	background: -moz-linear-gradient(top,#efefef 0,#ddd 100%);
	background: -webkit-linear-gradient(top,#efefef 0,#ddd 100%);
	background: -ms-linear-gradient(top,#efefef 0,#ddd 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#efefef),color-stop(1,#ddd));
}
#Research .articleMR a {
    font: 700 10px Verdana,Arial,Helvetica,sans-serif;
    text-decoration: none;
    display: block;
    padding: 2px;
    color: #fff;
    border: 1px solid #edeeec;
    zoom: 1;
    background: #0a0;
}
/*RCA HISTORICAL WINNERS*/
#RCApanel > .panel-body {padding-top:0;}
#RCApanel img {margin-right: 1em;}
/*CURRENT ARTICLES*/
a.currentArticleHead {
	padding: 5px 2px !important;
}
#CurrentArticles .tab-content {
	margin-top: 1em;
	border-top: 1px solid rgb(222, 218, 218);
	padding-top: 1em;
}
#CurrentArticlesList .tab-pane td {padding-right: 3px;}
.tab-pane ul {
	list-style: none;
	padding-left:10px;
}
#feed a {font-weight: 700;}
h3 a:focus, h3 a:hover {text-decoration:none;}
.panel-heading a { cursor:pointer; }
.panel-heading a.in .caret, .navbar-inverse .navbar-nav > .active > a .caret, .navbar-inverse .navbar-nav > .open > a .caret {border-bottom: 4px solid; border-top:0;} 
.hide {display:none;}
/* MORE LINKS */
.paddingLess {
	padding-left:10px;
	padding-right:10px;
}
.largeLink {
	text-align: center;
	font-size: .9em;
	height: 360px;
	border: 1px solid #666;
	background-color: #fff;
	margin-bottom:1em;
	padding:5px;
}
.largeLink h4 {font-size: 1.15em;}
.largeLink p {
	text-align:left;
	padding-left:.2em;
	padding-right:.2em;
}
.largeLink a {
	position: absolute;
	bottom: 2em;
	left:15%;
	width: 70%;
}
.largeLink img {
	width: 70%;
	max-width: 145px;
}
/* SIDEBAR */
.sideBar {
	margin-left:15px;
	margin-right:15px;
	display: none;
}
/* FOOTER */
 .footer {
	background-color: #363636;
	width:100%;
	min-height:150px;
	margin-top:10px;
	padding:2.25em;
	border-radius: 4px;
}
.footer p {
	text-align:center;
	color:#cecece;
	font-size:1em;
}
.footer a:hover {
	color: #fff;
}
#contact a:nth-of-type(4) img { /*Traders.com Logo Link*/
}
#footerEmail {
	display:block;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	white-space: normal;
	color:#fff;
}
#email {
	margin-bottom:1em;
}
.social {
	margin-top: .75em;
}
#stocktwits-follow-button img {
	padding-bottom: .25em;
}
/*E-MAIL POP-UP
---------------------------------------------------*/
.drk, .overlay {
	background-color: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
	border: none;
	margin: 0;
	padding: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index:1000;
}
.overlay {
	background-color: #900;
	opacity: 1;
	filter: alpha(opacity=100);
}
.show, .inner {
	position: fixed;
	margin-left: -150px;/*half of width - to center element*/
	margin-right: auto;
	margin-top:-100px;/*half of height - to center element*/
	top: 50%;
	left: 50%;
	z-index: 2000;
}
.show {
	margin-top:-175px;/*half of height - to center element*/
	overflow-x: hidden !important;
	overflow-y: hidden !important;
	padding-right: 25px;
	padding-top: 25px;
}
.show h3 {color:rgb(0, 51, 153);}
.email-close {
	position: absolute;
	right: 4px;
	cursor: pointer;
	z-index: 999;
}
#email-signup, .innerBox {
	background-color:#fff;
	border-radius:4px;
	clear:left;
	width:300px;
	margin: auto;
	position: relative;
}
.innerBox {
	height:200px;
	text-align:center;
}
.innerBox h3 { color:rgb(2, 42, 121);}
.innerBox img { 
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding-top:2em;
	padding-bottom:0;
	margin-bottom:0;
}
#email-signup form {padding:6px;}

.up {
	position: relative !important;
}
#emailImg {display: none; float:left;}
#signUp {width:100%;}
#signUp .btn {margin-bottom:0.75em;}
img.img-circle {max-height:140px; max-width:140px;}

 /* RESPONSIVE CSS
-------------------------------------------------- */
@media only screen and (max-width: 350px) {
.col-xs-6 {
	width:100%;
	}
#short {
		width:auto;
	}
}
@media only screen and (min-width: 500px) {
	.navbar-brand {
		line-height:25px;
	}
	.log-in input[type="text"] {
	 	width: 70%;
	}
}
@media only screen and (min-width: 600px) {
	.navbar-brand {
		line-height:20px;
	}
	.monthInfo {
		position: absolute;
		top: 400px;
	}
	ul.col-sm-3 {width:25%;}
	.monthContents {width: 66%}
	.coverImage {width: 33%}
	#welcome {
		display:block;
	}
@media only screen and (min-width: 768px) {
	.log-in {
		width: 260px;
	}
	.log-in input[type="text"] {
		width: 100%;
	}
	.dropdown-menu {/*Make Dropdown fade in*/
		display: block;
		overflow: hidden;
		max-height: 0;
		opacity: 0;
		transition: max-height 0.5s, opacity 0.3s;
		-webkit-transition: max-height 500ms, opacity 300ms;
	}
	.open>.dropdown-menu {/*Make Dropdown fade in*/
		max-height: 500px;
		opacity: 1;
		transition: max-height 0, opacity 300ms;
		-webkit-transition: max-height 0, opacity 300ms;
	}
	.show {
		margin-left: -250px;/*half of width - to center element*/
	}
	.scrollv {
	-webkit-overflow-scrolling: touch;
    height: 380px;
    overflow-x: hidden;
    overflow-y: auto;
	}
	.monthContents {
	height:357px;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	z-index: 0;
	}
	#Research .col-sm-6 {
	max-width: 350px;
	margin-right:auto;
	}
	#ResearchArea {
		float:none;
		display: flex;
    	justify-content: center;
    	flex-wrap: wrap;
	}
	#RCAArticles {
    height: 390px;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
	}
	#CurrentArticles .tab-content {
	height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
	zoom: 1;
	}
	#email-signup {
		width: 500px;
	}
	#emailImg {
		width:50%;
		margin-right: 2%;
		margin-left:2%;
		display: inline-block;
		background:url(//traders.com/img/TTNL-s.png) no-repeat 40% 20px;
		height:350px;
	}
	#signUp {
		width:45%;
		display: inline-block;
	}	
	.monthInfo {
		top: 520px;
	}
	.banner-m, .banner-m1 {
		display:block;
		height: 100px;
		margin: 0 auto 20px auto;
	}
	.banner-m>iframe, .banner-m1>iframe {
		width:728px;
		height:100px;
	}
}
@media only screen and (min-width: 980px) {
    /* Navbar positioning foo */
	img.logo {
		width: 180px;
	}
	#contact {
		margin-top: 2em;
	}
}
 @media only screen and (min-width: 1000px) {
    /* Navbar positioning foo */
	
	.navbar>.container-fluid {/*Centers navbar elements on wide screens*/
		float:none;
		display: flex;
    	justify-content: center;
    	flex-wrap: wrap;
	}
	img.logo {
		margin-top:15px;
	}
	.square1-m, .square2-m, .square3-m, .square4-m {
		display: none;
	}
	.sideBar {
		margin-left:0;
		margin-right:0px;
		width:340px;
		display:block;
		height: auto;
	}
	.sideBar>iframe {
		height:2900px;
		overflow:hidden;
	}
	.navbar-nav {
		position:relative;
	}
	.navbar-nav>li>a {
        padding: 10px;
    }
	.shift-left {
		left: -180px;
	}
	.monthInfo {
		top: 400px;
	}
	.banner-m {
		display: none;
	}
	.banner {
		display: inline-block;
		width:728px;
		height:90px;
		margin: 10px 5px 0 15px;
		float:right; /*fixes Safari bug*/
	}
}
@media only screen and (max-width: 1000px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
   .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-collapse.collapse.in{
        display:block !important;
    }
	.navbar-collapse.collapse {
        display: none!important;
    }
}
@media (min-width: 1200px) {
	.show { margin-left: -400px;/*half of width - to center element*/ 	}
	#email-signup {width:800px; margin-left:auto; margin-right:auto;}
	#emailImg {margin-right:auto; margin-left:auto;
	background: url(//traders.com/img/TTNL-m.png) no-repeat 40% 20px;}
}
 @media only screen and (min-width: 1310px) {
	.col-lg-3 {
	width: 33.33%;
	}
	.paddingLess {
	padding-left:10px;
	padding-right:10px;
	}
.largeLink {
	font-size: 1em;
	height: 340px;
	}
.largeLink p {
	text-align:left;
	padding-left:.25em;
	padding-right:.25em;
	}
	.container {
    width: 1310px;
   }
}
