/* PRODUCTS  ****************************************************************/

.products-box {
	background: #eee;
	background-size: cover;
	padding: 0 0.2em;
}

.product-logo, .product-strap {
	padding-left: 2em;
}


.product-logo img {
	width: 80%;
}

.product-tabs-mobile .product-tab {
	position: relative;
}

.product-tabs-mobile i {
	position: relative;
	top: 0em;
	left: 0.5em;
}

.product-tab {
	cursor: pointer;
}

.product-tabs-mobile .product-tab {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.product-tab-content {
	background: rgba(0,0,0,0.8);
	color: #fff;
	font-size: 1em;
	text-align: center;
	/*font-weight: bold;*/
	/*border-radius: 4px 4px 0 0;*/
}

.product-tab-list {
	position: absolute;
	list-style: none;
	top: 3em;
	left: 1em;
	padding: 0;
	background: rgba(0,0,0,0.8);
	z-index: 999999;
	color: #fff;
	text-transform: uppercase;
	display: none;
	/*font-weight: bold;*/
	font-size: 1.2em;
}

.product-tab-list.active {
	display: block;
}

.product-tab-list li {
	padding: 0.5em 2em;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}

.product-tab-list li.secondary {
	background: rgba(238, 17, 68, 0.8);
}

.product-tab-secondary {
	background: rgba(238, 17, 68, 0.8);
	color: #fff
}


.product-tab.active .product-tab-content {
	background: #fff;
	color: #333;
}

.product-tab-pane {
	padding: 1em !important;
	font-size: 1.2em;
	background: #fff;
}

.product-tab-pane h1 {
	font-size: 1.4rem;
	color: #777;
	font-weight: normal;
}

.analytics-dashboard-btn.btn-light {
	color: #474747;
    /*background-color: #fff;*/
    border-color: #eee;
    font-weight: bold;
}




.product-title {
	font-size: 2em;
	font-weight: normal;
	padding-top: 0.2em;
}

.product-description {
	font-size: 1.6em;
}

.product-cost {
	display: inline-block;
	font-size: 1.4em;
}

.why-buy-features {
	text-align: center;
}

.why-buy-features p {
	font-size: 0.8em;
	margin: 1em 0;
}

.why-buy-features i, .why-buy-ms i {
	font-size: 2em;
	text-align: center;
	border: 2px solid #5A5959;
	color: #5A5959;
	border-radius: 50%;
	width: 2em;
	height: 2em;
	padding-top: 0.5em;
}

.product-downloads {
	

}

.product-downloads-ctas {
	background-image: url('../img/tablet.png');
	background-size: cover;
	padding: 2em 0;
	height: 100%;
}

.product-cta-box {
	border-radius: 5px;
	background: #fff;
	padding: 0.5em;
	margin: 0.5em 0;
	/*border: 2px solid #255680;*/
}

.product-cta-box-alt {
	background: #255680;
	color: #fff;
	border-radius: 5px;
	padding: 0.5em;
	margin: 0.5em 0;
}


.product-cta-box-alt a {
	color: #fff;
}

.product-cta-box-alt a:hover {
	color: #fff;
}


.product-cta-box a {
	color: #255680;
}

.product-cta-box i, .product-cta-box-alt i {
	font-size: 2em;
	margin-top: 0.25em;
	color: #255680;
}

.product-cta-box-alt i {
	color: #fff;
}

.swing-trader-box {
	border: 2px solid #ed1941;
	padding: 2em;
	background: #f6f6f6;
}



.swing-trader-box h2 {
	font-size: 1.2em;
	color: #5A5959;
}

.analytics-videos h3 {
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: #5A5959;
}

.analytics-sign-up-option {
	border: 2px solid  #255680;
	margin-bottom: 1em;
	border-radius: 3px;
}

.analytics-sign-up-option a {
	display: block;
	height: 100%;
	padding: 1em;
	text-align: center;
	color: #255680;
	background: #f8f8f8;
	transition: background .2s, color .2s;
}

.analytics-sign-up-option a:hover {
	background: #255680;
	color: #fff;
}

.analytics-sign-up-option a:hover span {
	color: #fff;
}

.analytics-sign-up-option a span {
	font-weight: bold;
	color: #5A5959;
	text-transform: uppercase;
	display: block;
	transition: color .2s;
}

.analytics-sign-up-option .box-header {
	background: #255680;
	text-align: center;
	color: #fff;
}

.analytics-testimonials {
	background-image: url('img/tablet.png');
	background-size: cover;
	background-position: 50% 50%;
}

.analytics-testimonials .slide {
	color: #fff;
	text-align: center;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: relative;
}

.analytics-testimonials .slide div {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding: 2.5em 3em 1em;
}

.analytics-testimonials .slide p {
	font-size: 1.3em;
	font-style: italic;
}

/*.fast-facts {
	background: #f7f7f7;
}
*/
.superscan, .fast-facts {
	/*background-image: url('../img/tablet.png');*/
	/*background-size: cover;*/
	background: #666;
	padding: 1em;
}

.superscan .content, .fast-facts .content {
	padding: 1em;
	/*background: rgba(255,255,255,0.9);*/
	color: #fff;
}

.product-name {
	font-size: 2.5em;
}

.intro-text {
	font-size: 1.1em;
}

.product-description.text-normal {
	font-weight: normal !important;
}

.tab-pane img {
	border: 1px solid #ccc;
}

.rta-features {
	text-align: center;
	background-image: url('/securities/img/Securities_Home_BGimage.jpg');
	background-size: cover;
	padding: 1em;
}

.rta-features div[class*="col"] {
	background: rgba(0,0,0,0.9);
	color: #fff;
	padding: 2em;
	font-size: 1em;
}

.rta-features div[class*="col"]:nth-child(even) {
	background: rgba(255,255,255,0.9);
	color: #333;
}

.rta-description {
	background: #333;
}




/* SM ***/
@media screen and (min-width: 576px) {

	.products-box {
		padding: 0.5em;
	}

	.workshop-ad img {
		max-width: 100% !important;
	}

	.product-tab-content {
		font-size: 0.8em;
	}
}

@media screen and (min-width: 768px) {
	.product-tab-content {
		font-size: 0.9em;
	}

	.product-tab-pane h1 {
		font-size: 2rem;
		color: #777;
		font-weight: normal;
	}

	.intro-text {
		font-size: 1.2em;
	}

	iframe#analytics-intro-video {
		height: 600px;
	}
	
}

@media screen and (min-width: 992px) {
	
	

	.product-description {
		font-size: 1.7em;
		margin-top: 0.2em;
	}

	.product-tab-pane {
		padding: 2em !important;
	}

	.product-tab-pane h1 {
		font-size: 2.3rem;
	}

	.product-cost {
		padding-right: 1em;
	}

	
	.two-up {
		column-count: 2;
		column-gap: 30px;
		column-fill: balance;
	}

	.break-before {
		break-before: column;
	}

	.box-angled {
		width: 100%;
		height: 100%;
		background-size: cover;
	}

	.box-angled-top-left {
		-webkit-clip-path: polygon(23% 0, 100% 0, 100% 100%, 0% 100%);
		clip-path: polygon(23% 0, 100% 0, 100% 100%, 0% 100%);
	}

	.box-angled-top-right {
		-webkit-clip-path: polygon(0 0, 69% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 69% 0, 100% 100%, 0% 100%);
	}

	.box-angled-bottom-right {
		-webkit-clip-path: polygon(0 0, 100% 0, 69% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0, 69% 100%, 0% 100%);
	}

	.box-angled-bottom-left {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 29% 100%);
		clip-path: polygon(0 0, 100% 0, 100% 100%, 29% 100%);
	}

	.swing-trader-box {
		height: 100%;
	}	
}

@media screen and (min-width: 1200px) {

	.product-description {
		font-size: 1.5em;
		margin-top: 0.4em;
	}
}

