/*
  Module: MicroSite Products
  Description: MicroSite Products.
*/

 /* Start custom styles */
 /*page level */
.product-nav {
  background: #002051;  /*#08205C;*/
  position: relative;
  text-align: right;
  z-index: 1001;
  opacity:0.9;
  width:100%;
}
.product-nav .menu {
    /*background:url('/assets/modules/microsite/vix/images/vix-menu-logo.jpg');*/
    background:url('/assets/modules/microsite/vix/images/logo_vix.png');   /*#2D2D2D;*/	
	background-repeat:no-repeat;
	/*background-position:left 6px center;*/
	background-position:left 13px center;	
    /*background-position-y:center;*/
	width: 1100px;
    max-width: 100%;
    min-width: 768px;
    margin: 0 auto;
    min-width: 0px;
	padding:0px;
}

.product-nav .menu > li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    zoom: 1;
}
.product-nav .menu > li > a {
	font-family: 'SansPro-Regular';    /*'OpenSans-Regular';*/
    font-size: 10pt;
	color:#ffffff;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    position: relative;
    padding: 11px 13px;
    padding: 11px 13px \9;
	opacity:1 !important;
    text-decoration: none;
    outline: 0;
}
.product-nav .menu > li:last-child a:last-child {
	padding-right:10px !important;
}
/*.product-nav .menu > li > a:hover, .product-nav .menu > li > a:active, .product-nav-menu-selected {*/
.product-nav-menu-selected {
  background-color: #156abf; 
    outline: 0;
}
.product-nav .menu .img-search,  .product-nav .menu .img-login {
	background-repeat:no-repeat;
}
.product-top-banner{
	
    /* background: #2D2D2D; */
    color: #E1E3E2;
    display: block;
    margin: 0 auto;
    height: 318px;
    /* background: url(/assets/modules/microsite/banner-bcgrd.jpg); */
    /* background-repeat: no-repeat; */
    width: 100%;	
	
 }
 .banner-left{
    margin-left: -43%;
    width: 43%;
    background: url(/assets/modules/microsite/images/banner/Element_Triangle_Slice.png);
    display: inline-block;
    height: 100%;
    float: left;
    background-color:#808080;
 }
 .banner-tip{
    width: 299px;
    display: inline-block;
    background: url(/assets/modules/microsite/images/banner/Element_Triangle_Tip.png);
    background-repeat: no-repeat;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0px;
    background-position: left top;
    position: relative;
    float: left;	 
 }
 .banner-vix-logo{
	display: block;
    width: 183px;
    height: 100%;
    background: url(/assets/modules/microsite/images/banner/logo_cboe_vix.png);
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 0;
    background-position: 25% 42.5%;
    margin-left: 20px;	 
 }
 .banner-div-separator{
	width: 7%;
    display: inline-block;
    height: 318px;
    float: left;	 
 }
 .product-banner-title {
	display: inline-block;
    font-size: 50px;
    vertical-align: top;
    text-align: right;
 }
 .product-answer{
    background: url('/assets/modules/microsite/images/banner/Gradient_Colorize_Slice.png');  /*linear-gradient(to bottom, #042838 0%, #052357 90%);*/
    background-repeat: no-repeat;
    background-position: right top;	
	/*border-right:1px solid #5F7197;*/
	display:inline-block;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;		
    padding-right:2.5%;
	width: 35%;
	height: 85%;	
 }
 .product-answer .first{
    font-family:'SansPro-Light' !important;
	font-size: 40pt !important;
 }
 .product-answer .ans-title{
    color:#fff;
	font-family: 'SansPro-Regular';
    font-size: 30px;
    padding: 0px;
    margin: 0px;
    line-height: 1em !important;
 }
 .product-answer h2 {
	display: inline-block;
    font-size: 3.1em;
 }
 .product-answer p {
    color:#fff;
	font-family: 'SansPro-Light';
    font-size: 17px;
	line-height:1.3em !important;
	margin-top: 5px;
    margin-bottom: 10px;
	position: relative;
    top: 5%;
    width: 100%;
	word-wrap:break-word;
 }
 .product-answer a{
	 outline:0;
 }
 .product-more-link-qtn {
    font-family: 'OpenSans-Regular';
    font-size: 15pt;
    display: none;
    margin-top: 10px;
	outline:0;
    text-align: right;
	width:100%;
    color: #39B145 !important;
    word-break: break-word;
}
.product-answer .qtn { 
	font-size: 12pt !important;
    margin-top: 20px !important;
}
 .product-question{
    /*background:linear-gradient(to bottom, #042838 0%, #052357 90%);*/
	color:#fff;
	display: inline-block;
    height: 100%;	
    float: left;
	font-size:15px;
    text-align: left;
	padding-left:2.5%;
	padding-top: 35px;
    padding-bottom: 20px;	
	width: 28%;
 }
 .product-question a{ 
    color:#fff;
	font-family: 'SansPro-Light';
	font-size:15pt;
	padding:5px;
    cursor:pointer;
	display: inline-block;
	margin-bottom:10px;
	word-wrap:break-word;
 }
 /*.product-question a:hover, .product-question a:active, .product-question-highlight { */
 .product-question-highlight { 
	background:#698287;
	border-radius:4px;
	color:#fff !important;
	opacity:0.4%;
	outline:0 !important;
 }
 .product-question a:last-child {
 }
 .product-more-link {
	color:#39B145 !important;
	display:inline-block !important;
	font-family: 'OpenSans-Regular' !important;
    font-weight: normal;
	margin-top:15% !important;
	margin-bottom:0px !important;
	outline:0 !important;
 }
 /*.product-more-link:hover, .product-more-link:active{
	color:#fff;
 }*/
 .product-right-arrow, .product-right-arrow-white, .product-right-arrow-black {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border: 1px solid #0DB14B;   /*#0CB149;*/
    border-width: 0 3px 3px 0;
    display: inline-block;
	margin-left:7px;
    padding: 4px;
}
.product-right-arrow-white {
    border-color: #ffffff;
}
.product-right-arrow-black {
    border-color: #000;
}
.div-balance{
	clear:both;
	display:inline-block;
}
.product-blog{
	cursor:pointer;
    display: block;
    margin: 0 auto;
	height: 207px;
    width: 100%;	
 }
.product-blog-left{
    background: url(/assets/modules/microsite/vix/images/Background_VIX25YRS_Left.jpg);
    background-position: left top;
    background-repeat: no-repeat;	
	background-size:100%;	
    display: inline-block;
    height: 100%;
    float: left;
	margin-left: -36.3%;
    width: 36.5%;
}
.product-blog-middle{
    display: inline-block;
    height: 100%;
    width: 99.5%;
    padding-top: 2.5%;
    padding-bottom: 3%;	
}
/*.logo-vix-25{
    display: block;
    height: 100%;
    background: url(/assets/modules/microsite/vix/images/Logo_CboeVIX_25years.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    position: relative;
    width: 525px;	
}*/
.product-blog-link {
    color: #39B145 !important;
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    font-weight: normal;
    display: inline-block !important;
    right: 0%;
    bottom: 10% !important;
    outline: 0 !important;
    position: absolute;
	text-align:right;	
}
/*.product-blog-link25 {
    color: #39B145 !important;
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    font-weight: normal;
    display: inline-block !important;
    right: -14%;
    bottom: 25% !important;
    outline: 0 !important;
    position: absolute;
}*/
.div-rows-container {
    display: block;
    text-align: center;
    width: 100%;
    text-align: center;
    /*background-image: url('/assets/modules/microsite/vix/images/cboe_rmc.png');
    background-position: center center;
    background-repeat: no-repeat;*/
    /*background-size: contain;*/
    /*height: 150px;*/
    margin: 0 auto;
}
.div-rows-container span:first-child{
font-family: 'OpenSans-Regular';
    font-size: 18pt;
    font-weight: normal;
    display: inline-block !important;
    color: #243E65;
    line-height: 1.5em;
    text-align: left;
    vertical-align: middle;
    padding: 20px;
}

.div-1st-row {
    color: #243E65;
    font-family: 'SansPro-Light';
    font-size: 37pt;
    text-align: center;
}

.div-2nd-row {
    color: #243E65;
    font-family: 'SansPro-Light';
    font-size: 27pt;
    text-align: center;
}

.div-last-row {
    display: inline-block;
    width: 55%;
    padding-top: 2%;
    padding-bottom: 2%;
    text-align: right;
    vertical-align: middle;
    position: relative;
}
.product-blog-right{
    background: url(/assets/modules/microsite/vix/images/Background_VIX25YRS_right.jpg);
    background-position: right top;
    background-repeat: no-repeat;
	background-size:100%;	
    display: inline-block;
    height: 100%;
    float:right;
	margin-right:-38.5%;	
    width: 38.5%;	
}
.product-intro {
	padding-left:15px;
}
.product-intro, .product-intro p {
    color:#ABABAB; 
	font-family: 'SansPro-Light';
    font-size: 15px !important;
}
.product-ctnr .product-future-more {
	color: #39B145 !important;
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    font-weight: normal;
    float: right;
    margin-top: 15px;
    margin-bottom: 15px;
}
.product-strategy-content{
	margin: 0 auto;
    padding: 0;
    width: 75%;
}
.product-strategy-content p {
    color:#424242; 
	font-family: 'SansPro-Regular';
    font-size: 13px;
}
.product-strategy-title, .product-research-title{
	display: inherit;
    color:#424242; 
	font-family: 'SansPro-Light';
    font-size: 30pt;
    font-weight: normal;
    text-align: center;
}
.product-strategy-more, .product-research-more{
	display: inherit;
    color:#39B145 !important; 
	font-family: 'OpenSans-Regular';  /*'OpenSans-Semibold';*/
    font-size: 15pt;
	outline:0 !important;
    text-align: center;
}
.product-research-more{
    font-weight: normal !important;
}
.product-content {min-height:190px;padding-top: 10px;padding-bottom: 10px;}
.template-product-content .column .brdr-btm {border-bottom:1px solid #E7E7E7;}

.product-content h2 {
    color:#424242 !important; 
	font-family: 'SansPro-Regular';
    font-size: 36px;
	font-weight:normal;
}
.product-content p {
    color:#424242 !important; 
	font-family: 'SansPro-Regular';
    font-size: 13px;
	font-weight:normal;
}
.product-content ul {
    list-style: none;
    margin: 0 auto;
    padding: 0px;
	margin-top: 10px;
    margin-bottom: 10px;	
}
.product-content ul li{
	margin-left:30px;
}
.product-content-more {
    color:#39B145 !important; 
	font-family: 'OpenSans-Regular';
    font-size: 14pt;
	font-weight:normal;
	float:right;
	display:none !important;
}
.product-research-container {
	width: 100%;
    margin: 0 auto;
    display: inline-block;
    padding: 0px;
    /*text-align: center;*/
	padding-left: 3%;
    padding-right: 3%;
	min-height:180px;	
}
.product-research-title, .product-research-subtitle {
	color:#ffffff !important;
}
.product-research-subtitle {
	display: inherit;
    font-size: 19px;
    margin: 15px;
    text-align: center;
}
.product-research-more{
    color: #ffffff !important;  /*#E2E7E9 !important;*/
	font-size:15px;
	float:right;
	margin-top:50px;
    /*margin-bottom: 10px;
    margin-top: 55px;*/
}
.product-download, .product-research-content {
	display:inline-block;
	width: 100%;
    margin: 0 auto;
    padding: 0px;
	margin-top:15px;
	margin-bottom:15px;
}
.product-download {
	pointer-events:none;
    margin-top: 15px;
    margin-bottom: 15px;	
 }
.product-download h2 {
	height:auto !important;
	margin-top:-10px;
	text-align:left;
	width:80% !important;
}
.product-download-p {
	margin: 0 auto;
    padding: 0px;
    /*padding-left: 20px;*/
    margin-top: -9.5%;
    padding-bottom: 15px;
    position: relative;
	text-align:left;
	width:72.5%;
}
.product-download:before{
	content: url('/assets/modules/microsite/images/download-big.jpg');
	cursor:pointer;
	background-repeat: no-repeat;
	height: 145px;
	width: 113px;
	margin-right: 25px;
	display: inline-block;
	position:relative;
	z-index:1000;
	vertical-align: top;
}
.product-download:hover:before{
	cursor:pointer;
}
.product-download a, .product-download:before{
	pointer-events:auto;
}
.product-content-disclaimer{
	
}
.product-content-disclaimer p{
	font-family:'SansPro-Light';
	font-size:12px;
	color:#000;
	text-align:center;
}
.product-research-disclaimer{
	
}
.product-research-disclaimer p{
    font-family: 'SansPro-Light' !important;
    font-size: 12px !important;
    color: #CFD3D4 !important;
	text-align:center;	
}
.numeric-positive {
	color:#41C071;
}
.numeric-negative {
	color:#E15F5D;
}
@media all and (max-width: 1070px) {
	.banner-div-separator{
		display:none;
	}
}
@media all and (max-width: 950px) {
   /*.product-more-link{
	margin-top:10% !important;
   }*/
   .product-answer p {
	font-size:16px;
   }
}
@media all and (max-width: 925px) and (min-width: 860px)  {
	.product-answer .first{
		font-size:35pt !important;
	}
}
@media all and (max-width: 860px) {
	 .product-answer {
		 background:none;
		 display:block;	
		 margin-left:5%;		 
		 width:50%;
	 }
	 .product-question {
		display:block;
		height:auto;		
		width:100%;
	}
}
@media all and (max-width: 1024px) and (min-width: 769px)  {
	.product-download-p {
		padding-left: 22px;
		margin-top: -11%;
	}
	.product-download, .product-research-content{
		width:100%;
	}
	.product-more-link {
		margin-top:10% !important;
	}
	/*.product-blog-link	{
		right:10% !important;
	}*/
}
@media all and (max-width: 768px) {
.banner-tip {
	display:none;
}
.product-answer {
    background: url('/assets/modules/microsite/images/banner/Gradient_Colorize_Slice.png'); 	
    background-repeat: no-repeat;
    background-position: right top;		
	display: inline-block;
	width: 50%;
	margin-left: 0px;
	margin-left: 10px;		
}
.product-question {
	display: inline-block;
	width: 48%;		
	
}
.product-answer .first {
	font-size:30pt !important;
}	
.product-download:before{
	display: none;
 }
 .product-download-p {
   padding-left:5px;
   margin-top:0px;
   width:80%;
 }
 .product-download, .product-research-content {
	width:100%;
 }
 .product-blog-link	{
	right:0% !important;
	bottom:0% !important;
 }
 .div-last-row {
	 display:block;
	 width:60%;
     padding-top: 3%;
     padding-bottom: 3%;	 
 }
}
@media all and (max-width: 767px) {
 .banner-left{
	display:none !important;
 }
 .product-question, .product-answer{
	display:block;
	width:100%;
 }
 .product-top-banner{
	 display:inline-block !important;
 }
 .product-answer {
    display:block;
	float:none;
	height:auto !important;
	margin-bottom:15px;
	padding-left:4% !important;
	width:100%;
 }
 .product-question {
    display:block;
	float:none;
	width:100%;
 }
 .product-answer p {
    position:relative;
	padding-bottom:20px;
	top:20%;
	text-align:left;
	width:100%;
 }
 .product-intro {
	 padding-left:5px;
 }
 .product-more-link {
	margin-top:10px !important;
 }
 .product-more-link-qtn {
	margin-top:10px !important;
 }
.product-download:before{
	display: none;
 }
 .product-download-p {
   padding-left:5px;
   margin-top:0px;
   width:100%;
 }
 .product-download, .product-research-content {
	width:100%;
 }
 .product-nav .menu .img-search, .product-nav .menu .img-login, .micro-login {
	display:none !important;
 }
 
.product-research-container {
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0px;
} 
.product-download h2 {
	width:100% !important;
}
.product-content {min-height:auto;padding-top: 10px;padding-bottom: 10px;} 
}

@media all and (max-width: 650px) {
	.product-nav .menu {
		background:#002051;
	}
	.product-nav .menu > li {
		display: block;
		vertical-align: middle;
		outline: 0;
		width: 100%;
		text-align: center;
		border-top: 1px solid #fff;
	}
	.product-nav .menu > li > a {
		display:block;
	}
	.product-nav .menu > li:last-child a:last-child {
		padding-right:28px !important;
	}
}
@media all and (max-width: 550px) {
	/*.logo-vix-25{
		background-size: 100%;
		background-position: left 30%;		
		width: 100%;
	}*/
	.product-blog{
		height:100%;
	}	
	.product-blog-link{
		bottom:1% !important;
	}	
    .product-blog-link25{
        right:0% !important;
		bottom:12% !important;
	}
	.div-rows-container {
		/*background-size:contain;*/
	}
}
 /* End */

 