/* Minification failed. Returning unminified contents.
(1581,37): run-time error CSS1062: Expected semicolon or closing curly-brace, found '	'
(4390,17): run-time error CSS1031: Expected selector, found '{'
(4463,25): run-time error CSS1030: Expected identifier, found ''.button''
(4463,34): run-time error CSS1031: Expected selector, found ')'
(4463,34): run-time error CSS1025: Expected comma or open brace, found ')'
(4465,27): run-time error CSS1030: Expected identifier, found ''.button''
(4465,36): run-time error CSS1031: Expected selector, found ')'
(4465,36): run-time error CSS1025: Expected comma or open brace, found ')'
(4467,27): run-time error CSS1030: Expected identifier, found ''.button''
(4467,36): run-time error CSS1031: Expected selector, found ')'
(4467,36): run-time error CSS1025: Expected comma or open brace, found ')'
(7516,9): run-time error CSS1036: Expected expression, found ';'
(7519,12): run-time error CSS1036: Expected expression, found ';'
(7520,9): run-time error CSS1036: Expected expression, found ';'
(7523,12): run-time error CSS1036: Expected expression, found ';'
(7524,9): run-time error CSS1036: Expected expression, found ';'
(7527,12): run-time error CSS1036: Expected expression, found ';'
(7528,9): run-time error CSS1036: Expected expression, found ';'
(8053,20): run-time error CSS1031: Expected selector, found '{'
(8167,9): run-time error CSS1038: Expected hex color, found '#black'
 */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: yellow;
  color: black; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*
  Base Typography Mixins
  These mixins are called into the default settings in the base.scss but can also be imported at class or module level and applied to other elements.
*/
html {
  overflow-x: hidden; }

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background: #002051;
  overflow-x: hidden; }

.body {
  background: #dddddd; }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

img {
  max-width: 100% !important;
  height: auto;
  display: block; }

.container {
  width: 1100px;
  max-width: 100%;
  min-width: 768px;
  margin: 0 auto;
  *zoom: 1;
  min-width: 0px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media screen and (max-width: 767px) {
    .container {
      min-width: 0px;
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .container {
      min-width: 0px;
      width: 100%; } }

h1 {
  font-size: 1.8em;
  font-weight: 400;
  margin: 10px 0 20px 0; }

h2 {
  font-size: 1.4em;
  font-weight: 700;
  margin: 10px 0 10px 0; }
  h2.h2toh1 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 10px 0 20px 0;
    margin-bottom: 15px; }

h3 {
  font-size: 1.3em;
  font-weight: 700;
  margin: 10px 0 10px 0; }

h4 {
  font-size: 1.1em;
  font-weight: 700;
  margin: 10px 0 10px 0; }

h5 {
  font-size: 1em;
  font-weight: 700;
  margin: 10px 0 10px 0; }

p {
  font-size: 1em;
  line-height: 1.4em; }

a {
  color: #313538;
  /*color: #0046B6;*/
  text-decoration: none;
}
  a:hover {
    /*color: #002051; */
    color: #135FAD;
  }

.preventscroll {
  overflow: hidden;
  height: 100%;
  width: 100%; }

.removetrans, .removetrans * {
  -webkit-transition: none, !important;
  -webkit-transition-delay: 0s;
  -moz-transition: none, !important;
  -o-transition: none, !important;
  transition: none !important;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none; }

code {
  border: 1px solid #dddddd;
  padding: 0 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #313538;
  background: #f7f7f7; }

pre code {
  display: block;
  padding: 10px; }

blockquote {
  border-left: 3px solid #dddddd;
  background: #f7f7f7;
  padding: 1px 1px 1px 20px;
  color: #313538;
  font-style: italic; }
.twocol {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0 0; }
  .twocol .col {
    display: table-cell;
    width: 50%;
    vertical-align: top;
    padding: 0 3%; }



/* Post-BGT*/

.border-right {
    border-right: 1px solid #ddd;
    margin: 0 0 10px 10px; 
}

.floatleft-clearleft {
    float: left;
    clear: left;
}
.centerstyle {
    display: block; 
    margin-right: auto; 
    margin-left: auto;
}

.centertext {
  text-align:center;
}

.sub-formula {
  font-size:10px
}

.sup-formula {
  font-size:10px
}

.text-image-wrap-right {
  float:right; 
  padding: 0 0 10px 10px;
}

.text-image-wrap-left {
  float:left; 
  padding:0 10px 10px 0 ;
}

/* padding */
.padl25 {
  padding-left: 25px;
}
.padr25 {
  padding-right: 25px;
}

/* Product Page - mini vid player and small ticker styling - johnstod */
.micro-vidleft {
  float:left;
  padding:0 10px 20px 0;
}
.micro-chartright  {
  float:left;
  padding: 0 0 0 0;
}
  
.micro-smallticker {
  padding: 0px 10px 10px 0;
  float: left;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
   
.clearfix { 
  display: inline-block; 
}

* html .clearfix { 
  height: 1%; 
}

.clearfix { 
  display: block; 
}

.new-green { 
  color: #090 !important; 
  font-weight:bold;
  text-transform:uppercase;
}

.micro-snapshot {
  float:left; 
  padding-top:20px;
  }
.prices-three-vix  {
  float:right; 
  clear: both;
  vertical-align: middle; 
  text-align:right;
  } 
.primary-main, #primary-main {
  padding: 10px;
  background-color: white; }

#primary .content {
  float: none;
  width: 590px;
  margin: 0 auto;
  padding: 0;
  background-color: white; }

.fixed #content {
  padding-top: 10px;
  padding-right: 318px;
  padding-left: 125px;
  background: white 100% 0; }

.fluid #content {
  padding-top: 10px;
  padding-right: 328px;
  padding-left: 125px;
  background: white 100% 0; }

.fixed #primary .content, .fluid #primary .content {
  width: auto; }

.fixed #content .column, .fluid #content .column {
  position: relative;
  float: left; }

.fixed #main {
  width: 100%; }

.fluid #main {
  width: 100%; }

a.arrow-up:hover, a.arrow-up:active, a.arrow-down:hover, a.arrow-down:active {
  color: #14aeee;
  text-decoration: none; }


/* calendar styles
------------------------------------------------------------- */
div.module-calendar {
  position: relative;
  margin: 0 0 1em 0;
  border: 0px solid #666;
  }

table.calendar {
  margin: 0px 0 0px 0px;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  }

table.calendar thead th {
  color: #000;
  font-weight: bold;
  text-align: center;
  padding: 0;
  line-height: 1;
  }
table.calendar thead th abbr[title] {
       border-bottom: none; }
  
  table.calendar thead tr.days th {
    font-size: 10px;
    padding: 6px 0 5px 0;
    }

table.calendar td.day,
table.calendar td.null,
table.calendar td.null-first,
table.calendar td.null-last {
  width: 24px;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  border-bottom: 2px solid #fff;
  }
  
  table.calendar tbody td.last {width: 25px;}

table.calendar td.day {
  background-color: #9e9e9e;
  color: #fff;
  font-weight: bold;
  text-align: right;
  }
  
table.calendar td.null,
table.calendar td.null-first,
table.calendar td.null-last {
  background-color: #e6e6e6;
  }
  
table.calendar tbody td.day.first {background: #9e9e9e;}
table.calendar tbody td.day.last {background: #9e9e9e;}

table.calendar tbody td.null-first {background: #e6e6e6;}
table.calendar tbody td.null-last {background: #e6e6e6;}

table.calendar span.null,
table.calendar a:link,
table.calendar a:visited,
table.calendar a:hover,
table.calendar a:active {
  display: block;
  width: 20px;
  padding: 3px 4px 3px 0;
  background-color: #9e9e9e;
  color: #fff;
  text-decoration: none;
  }
  
  table.calendar tbody td.first a,
  table.calendar tbody td.first span.null {background: none !important;}
  table.calendar tbody td.last a,
  table.calendar tbody td.last span.null {background: none !important; width: 18px !important; padding-right: 6px !important;}

table.calendar a.active,
table.calendar a:hover {
  background: #5fa4ee !important;
  }
  
  table.calendar td.first a.active,
  table.calendar td.first a:hover {background: #5fa4ee url(/images/cal/cap_active_left_8x16.png) no-repeat 0 0 !important;}
  table.calendar td.last a.active,
  table.calendar td.last a:hover {background: #5fa4ee url(/images/cal/cap_active_right_8x16.png) no-repeat 100% 0 !important;}

table.mini-cal {
  margin: 8px 0 8px 2px;
  font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  }

table.mini-cal thead th {
  color: #000;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding: 0;
  line-height: 1;
  }
  
  table.mini-cal thead tr.days th {
    font-size: 9px;
    padding: 6px 0 5px 0;
    }

table.mini-cal td.day,
table.mini-cal td.null,
table.mini-cal td.null-first,
table.mini-cal td.null-last {
  width: 18px;
  padding: 0;
  font-size: 9px;
  line-height: 1;
  border-bottom: 2px solid #fff;
  }
  
  table.mini-cal tbody td.first {width: 21px;}
  table.mini-cal tbody td.last {width: 21px;}

table.mini-cal td.day {
  background-color: #9e9e9e;
  color: #fff;
  font-weight: bold;
  text-align: right;
  }
  
table.mini-cal td.null,
table.mini-cal td.null-first,
table.mini-cal td.null-last {
  background-color: #e6e6e6;
  }
  
table.mini-cal tbody td.day.first {background: #9e9e9e url(/images/cal/cap_day_left_8x16.png) no-repeat 0 0;}
table.mini-cal tbody td.day.last {background: #9e9e9e url(/images/cal/cap_day_right_8x16.png) no-repeat 100% 0;}

table.mini-cal tbody td.null-first {background: #e6e6e6 url(/images/cal/cap_null_left_8x16.png) no-repeat 0 0;}
table.mini-cal tbody td.null-last {background: #e6e6e6 url(/images/cal/cap_null_right_8x16.png) no-repeat 100% 0;}

table.mini-cal span.null,
table.mini-cal a:link,
table.mini-cal a:visited,
table.mini-cal a:hover,
table.mini-cal a:active {
  display: block;
  width: 16px;
  padding: 3px 2px 4px 0;
  background-color: #9e9e9e;
  color: #fff;
  text-decoration: none;
  }
  
  table.mini-cal tbody td.first a,
  table.mini-cal tbody td.first span.null {background: none !important; width: 18px !important; padding-right: 3px !important;}
  table.mini-cal tbody td.last a,
  table.mini-cal tbody td.last span.null {background: none !important; width: 16px !important; padding-right: 5px !important;}

table.mini-cal a.active,
table.mini-cal a:hover {
  background: #5fa4ee !important;
  }
  
  table.mini-cal td.first a.active,
  table.mini-cal td.first a:hover {background: #5fa4ee url(/images/cal/cap_active_left_8x16.png) no-repeat 0 0 !important;}
  table.mini-cal td.last a.active,
  table.mini-cal td.last a:hover {background: #5fa4ee url(/images/cal/cap_active_right_8x16.png) no-repeat 100% 0 !important;}

/* -------------------------------------------------------------
                                          end calendar styles */

  /* calendar navigation */
  div.module-calendar div.nav {
    width: 100%;
    height: 20px !important;
    text-align: center;
    overflow: hidden;
    }
  
  div.nav a:link,
  div.nav a:visited,
  div.nav a:hover,
  div.nav a:active {
    float: left;
    display: block;
    position: relative;
    height: 0;
    padding-top: 20px;
    overflow: hidden;
    background-image: url(/images/cal/nav_173x20.png);
    background-repeat: no-repeat;
    z-index: 1000;
    }
    
    div.centercal div.nav a:link,
    div.centercal div.nav a:visited,
    div.centercal div.nav a:hover,
    div.centercal div.nav a:active,
    div.leftcal div.nav a:link,
    div.leftcal div.nav a:visited,
    div.leftcal div.nav a:hover,
    div.leftcal div.nav a:active {
      width: 68px !important;
      padding-top: 14px !important;
      background-image: url(/images/cal/nav_136x14.png);
      }
  
  div.nav a.prev {width: 58px;}
  div.nav a.today {width: 56px; background-position: -58px 0;}
  div.nav a.next {width: 59px; background-position: -114px 0;}
  
  div.nav a.prev:hover {background-position: 0 -20px;}
  div.nav a.today:hover {background-position: -58px -20px;}
  div.nav a.next:hover {background-position: -114px -20px;}
    
    div.centercal div.nav a.prev,
    div.leftcal div.nav a.prev {background-position: 0 0;}
    div.centercal div.nav a.next,
    div.leftcal div.nav a.next {background-position: -68px 0;}

    div.centercal div.nav a.prev:hover,
    div.leftcal div.nav a.prev:hover {background-position: 0 -14px;}
    div.centercal div.nav a.next:hover,
    div.leftcal div.nav a.next:hover {background-position: -68px -14px;}

    table.calendar thead tr.days th {
    font-size: 10px;
    padding: 6px 0 5px 0;
    }

    abbr[title] {
    border-bottom: none; }

    .floatright {
    float: right;
}

/* Contact CBOE Styles */
.question
{
  padding: 0 0 0 14px;
  font-weight: bold;
  cursor: hand;
  cursor: pointer;
  background: url('/images/new/icons/arrow_blue_right.png') 0 .30em no-repeat;
}
.response
{
  display: none;
  visibility: hidden;
  font-style: normal;
  padding-left:20px;
}
.orange
{
  color: #F60;
  text-align: right;
  background-color: #FFF;
}
/* end Contact CBOE Styles */

.entry {
margin: 0;
padding: 10px 0 5px 0;
border-top: 1px dotted #969696;
}

.entry a {
     color: #002051;
}

a.pdf {
  background: url('/images/icons/ico-pdf.png') 0 .30em no-repeat;
}
a.pdf,
a.pdf:link,
a.pdf:visited {
  padding: 0 0 0 14px;
  margin: 0 0 0 0;
  color: #0066cc; /*#053071;*/
  line-height: 14px;
  font-size: 12px;
  text-decoration: none;
  }

@media print {
  .container {
    width: 700px; } }

/*
  View: default
  Description: Styling for default view.
*/
.view-default .row {
  *zoom: 1;
  margin: 20px 0;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .view-default .row:before, .view-default .row:after {
    content: " ";
    display: table; }
  .view-default .row:after {
    clear: both; }
  .view-default .row .row {
    /* Class is for ie8 targetting */ }
    .view-default .row .row:first-child {
      margin-top: 0; }
    .view-default .row .row.last-child {
      margin-bottom: 0; }
    .view-default .row .row:last-child {
      margin-bottom: 0; }
  .view-default .row .column1, .view-default .row .column, .view-default .row .column2, .view-default .row .column50 {
    display: table-cell;
    vertical-align: top;
    border-left: 10px solid #dddddd;
    border-right: 0px solid #dddddd; }
  .view-default .row .column {
    width: 100%; }
  .view-default .row .column1 {
    width: 66.666%; }
  .view-default .row .column2 {
    width: 33.333%; }
  .view-default .row .column50 {
    width: 50%; }
    .view-default .row .column50:first-child {
      border-left: none; }
      .view-default .row .column50:first-child + .column50 {
        border-right: none; }
@media screen and (max-width: 900px) {
  .view-default .row .column1 .row {
    margin: 0; }
    .view-default .row .column1 .row .column50, .view-default .row .column1 .row .col {
      display: block;
      width: 100%;
      border: none;
      margin: 10px 0; }
      .view-default .row .column1 .row .column50:first-child, .view-default .row .column1 .row .col:first-child {
        margin-top: 0; } }
@media screen and (max-width: 767px) {
  .view-default .row {
    display: block;
    padding: 0 10px;
    margin: 0; }
    .view-default .row .row {
      padding: 0; }
    .view-default .row .column1, .view-default .row .column1, .view-default .row .column2, .view-default .row .column3, .view-default .row .column50 {
      display: block;
      width: 100%;
      border: none; }
    .view-default .row.secondRow {
      display: table; }
      .view-default .row.secondRow .column1 {
        display: table-footer-group; } }
@media print {
  .view-default .row .column1 .row {
    margin: 0;
    display: block; }
    .view-default .row .column1 .row .column50, .view-default .row .column1 .row .col {
      display: block;
      width: 100%;
      border: none;
      margin: 10px 0; }
      .view-default .row .column1 .row .column50:first-child, .view-default .row .column1 .row .col:first-child {
        margin-top: 0; } }

/*
  View: onecol
  Description: Styling for twocol view.
*/
.view-onecol {
  padding: 0 7px; }
  .view-onecol .topspan {
    width: 1100px;
    max-width: 100%;
    min-width: 768px;
    margin: 0 auto;
    *zoom: 1; }
    .view-onecol .topspan:before, .view-onecol .topspan:after {
      content: " ";
      display: table; }
    .view-onecol .topspan:after {
      clear: both; }
    @media screen and (max-width: 767px) {
      .view-onecol .topspan {
        min-width: 0px;
        width: 100%; } }
  .view-onecol .bottomspan {
    width: 1100px;
    max-width: 100%;
    min-width: 768px;
    margin: 0 auto;
    *zoom: 1;
    min-width: 0;
    margin: 35px 0; }
    .view-onecol .bottomspan:before, .view-onecol .bottomspan:after {
      content: " ";
      display: table; }
    .view-onecol .bottomspan:after {
      clear: both; }
    @media screen and (max-width: 767px) {
      .view-onecol .bottomspan {
        min-width: 0px;
        width: 100%; } }
  .view-onecol .main {
    width: 100%;
    background: white;
    border: 1px solid #d0d0d0;
    clear: both;
    padding: 20px 15px;
    *zoom: 1;
    margin-bottom: 20px; }
    .view-onecol .main:before, .view-onecol .main:after {
      content: " ";
      display: table; }
    .view-onecol .main:after {
      clear: both; }
  @media screen and (max-width: 950px) { }
  @media screen and (max-width: 767px) { }

/*
  View: threecol
  Description: Styling for threecol view.
*/
.view-threecol {
  padding: 0 7px; }
  .view-threecol .topspan {
    width: 1100px;
    max-width: 100%;
    min-width: 768px;
    margin: 0 auto;
    *zoom: 1; }
    .view-threecol .topspan:before, .view-threecol .topspan:after {
      content: " ";
      display: table; }
    .view-threecol .topspan:after {
      clear: both; }
    @media screen and (max-width: 767px) {
      .view-threecol .topspan {
        min-width: 0px;
        width: 100%; } }
  .view-threecol .bottomspan {
    width: 1100px;
    max-width: 100%;
    min-width: 768px;
    margin: 0 auto;
    *zoom: 1;
    min-width: 0;
    margin-top: 35px; }
    .view-threecol .bottomspan:before, .view-threecol .bottomspan:after {
      content: " ";
      display: table; }
    .view-threecol .bottomspan:after {
      clear: both; }
    @media screen and (max-width: 767px) {
      .view-threecol .bottomspan {
        min-width: 0px;
        width: 100%; } }
  .view-threecol .main {
    display: table;
    table-layout: fixed;
    width: 100%;
    background: white;
    border: 1px solid #d0d0d0;
    clear: both;
    padding: 20px 0;
    *zoom: 1;
    margin-bottom: 20px; }
    .view-threecol .main:before, .view-threecol .main:after {
      content: " ";
      display: table; }
    .view-threecol .main:after {
      clear: both; }
    .view-threecol .main .col1, .view-threecol .main .col2, .view-threecol .main .col3 {
      display: table-cell;
      vertical-align: top;
      padding: 0 15px; }
    .view-threecol .main .col1, .view-threecol .main .col3 {
      width: 200px; }
    .view-threecol .main .col2 {
      width: 100%; }
      .view-threecol .main .col2 .twocolrow-2, .view-threecol .main .col2 .twocolrow-1 {
        display: table;
        width: 100%;
        table-layout: fixed; }
        .view-threecol .main .col2 .twocolrow-2 .column, .view-threecol .main .col2 .twocolrow-1 .column,
        .view-threecol .main .col2 .twocolrow-1 .column30, .view-threecol .main .col2 .twocolrow-2 .column30, 
        .view-threecol .main .col2 .twocolrow-1 .column40, .view-threecol .main .col2 .twocolrow-2 .column40, 
        .view-threecol .main .col2 .twocolrow-1 .column60, .view-threecol .main .col2 .twocolrow-2 .column60, 
        .view-threecol .main .col2 .twocolrow-1 .column70, .view-threecol .main .col2 .twocolrow-2 .column70 {
          display: table-cell;
          vertical-align: top;
          padding: 15px; }
        .view-threecol .main .col2 .twocolrow-1 { width: 50%; }
        .view-threecol .main .col2 .twocolrow-2 .column { width: 50%; }
        .view-threecol .main .col2 .twocolrow-2 .column30 { width: 30%; }
        .view-threecol .main .col2 .twocolrow-2 .column40 { width: 40%; }
        .view-threecol .main .col2 .twocolrow-2 .column60 { width: 60%; }
        .view-threecol .main .col2 .twocolrow-2 .column70 { width: 70%; }
        .view-threecol .main .col2 .onecolrow-2, .view-threecol .main .col2 .onecolrow-1 { margin: 25px 0; }
  @media screen and (max-width: 950px) {
    .view-threecol .main .col2 .twocolrow-1, .view-threecol .main .col2 .twocolrow-2 {
      display: block;
      width: 100%; }
      .view-threecol .main .col2 .twocolrow-1 .column, .view-threecol .main .col2 .twocolrow-2 .column, 
      .view-threecol .main .col2 .twocolrow-1 .column30, .view-threecol .main .col2 .twocolrow-2 .column30, 
      .view-threecol .main .col2 .twocolrow-1 .column40, .view-threecol .main .col2 .twocolrow-2 .column40, 
      .view-threecol .main .col2 .twocolrow-1 .column60, .view-threecol .main .col2 .twocolrow-2 .column60, 
      .view-threecol .main .col2 .twocolrow-1 .column70, .view-threecol .main .col2 .twocolrow-2 .column70 {
        display: block;
        width: 100%; } }
  @media screen and (max-width: 850px) {
    .view-threecol .main .col1, .view-threecol .main .col3 {
      width: 170px; } }
  @media screen and (max-width: 767px) {
    .view-threecol .main {
      display: block; }
      .view-threecol .main .col1, .view-threecol .main .col2, .view-threecol .main .col3 {
        display: block;
        padding: 0 15px;
        width: 100%; }
      .view-threecol .main .col2 .twocolrow-1 .column, .view-threecol .main .col2 .twocolrow-2 .column,
      .view-threecol .main .col2 .twocolrow-1 .column30, .view-threecol .main .col2 .twocolrow-2 .column30, 
      .view-threecol .main .col2 .twocolrow-1 .column40, .view-threecol .main .col2 .twocolrow-2 .column40, 
      .view-threecol .main .col2 .twocolrow-1 .column60, .view-threecol .main .col2 .twocolrow-2 .column60, 
      .view-threecol .main .col2 .twocolrow-1 .column70, .view-threecol .main .col2 .twocolrow-2 .column70 {
        padding: 0; } }
  @media print {
    .view-threecol .main .col1, .view-threecol .main .col2, .view-threecol .main .col3 {
      display: block;
      width: 100%; } 
    .view-threecol .bottomspan, .view-threecol .main .col3 { display:none;}
  }
 /*start custom styles for blogs rotator */
  .firstRow
  {
	  border-bottom:none !important;
	  margin-bottom:0px !important;
  }
  .firstRow .col2  { }
  .firstRow .leftFp
  {
    display: table-cell;
    vertical-align: top;	  
  }
  .firstRow .rightAd
  {
	display: table-cell;
    vertical-align: top;	  
    padding-left: 15px !important;
  }
  /*end custom styles for blogs rotator */  
/*
  View: twocolB
  Description: Styling for twocol view.
*/
.view-twocolB {
  padding: 0 7px; }
  .view-twocolB .topspan {
    width: 1100px;
    max-width: 100%;
    min-width: 768px;
    margin: 0 auto;
    *zoom: 1; }
    .view-twocolB .topspan:before, .view-twocolB .topspan:after {
      content: " ";
      display: table; }
    .view-twocolB .topspan:after {
      clear: both; }
    @media screen and (max-width: 767px) {
      .view-twocolB .topspan {
        min-width: 0px;
        width: 100%; } }
  .view-twocolB .bottomspan {
    width: 1100px;
    max-width: 100%;
    min-width: 768px;
    margin: 0 auto;
    *zoom: 1;
    min-width: 0;
    margin: 35px 0; }
    .view-twocolB .bottomspan:before, .view-twocolB .bottomspan:after {
      content: " ";
      display: table; }
    .view-twocolB .bottomspan:after {
      clear: both; }
    @media screen and (max-width: 767px) {
      .view-twocolB .bottomspan {
        min-width: 0px;
        width: 100%; } }
  .view-twocolB .beforeRow, .view-twocolB .afterRow {
    padding: 0 15px; }
  .view-twocolB .main {
    background: white;
    border: 1px solid #d0d0d0;
    *zoom: 1;
    padding: 20px 0;
    clear: both; }
    .view-twocolB .main:before, .view-twocolB .main:after {
      content: " ";
      display: table; }
    .view-twocolB .main:after {
      clear: both; }
    .view-twocolB .main .two-col-body {
      display: table;
      table-layout: fixed;
      width: 100%;
      clear: both;
      *zoom: 1;
      margin: 5px 0; }
      .view-twocolB .main .two-col-body:before, .view-twocolB .main .two-col-body:after {
        content: " ";
        display: table; }
      .view-twocolB .main .two-col-body:after {
        clear: both; }
      .view-twocolB .main .two-col-body .col1, .view-twocolB .main .two-col-body .col2, .view-twocolB .main .two-col-body .col3 {
        display: table-cell;
        vertical-align: top;
        padding: 0 15px;
        width: 100%; }
      .view-twocolB .main .two-col-body .col1, .view-twocolB .main .two-col-body .col3 {
        width: 200px; }
  .view-twocolB.col1-300 .main .two-col-body .col1, .view-twocolB.col3-300 .main .two-col-body .col3 {
    width: 300px; }
  @media screen and (max-width: 950px) {
    .view-twocolB .main .two-col-body .col1, .view-twocolB .main .two-col-body .col3 {
      width: 200px; } }
  @media screen and (max-width: 767px) {
    .view-twocolB .main > div:first-child {
      margin-top: 0; }
    .view-twocolB .main .two-col-body {
      display: block;
      margin-bottom: 0; }
      .view-twocolB .main .two-col-body .col1, .view-twocolB .main .two-col-body .col2, .view-twocolB .main .two-col-body .col3 {
        display: block;
        width: 100%; }
        .view-twocolB .main .two-col-body .col1 > div:last-child, .view-twocolB .main .two-col-body .col2 > div:last-child, .view-twocolB .main .two-col-body .col3 > div:last-child {
          margin-bottom: 0; }
      .view-twocolB .main .two-col-body .col1, .view-twocolB .main .two-col-body .col3 {
        margin-bottom: 30px; } }

.mgn-offset { margin-top:-20px; }
.view-twocolB .main .two-col-body .col2 .arrow-up:before {
  display: inline-block;
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #002051;
  vertical-align: middle;
  margin: -3px 3px 0 0px;
}
.view-twocolB .main .two-col-body .col2 .arrow-up {
  margin-right:10px;
}
/*
  View: twocol
  Description: Styling for twocol view.
*/
.view-twocol {
  padding: 0 7px; }
  .view-twocol .topspan {
    width: 1100px;
    max-width: 100%;
    min-width: 768px;
    margin: 0 auto;
    *zoom: 1; }
    .view-twocol .topspan:before, .view-twocol .topspan:after {
      content: " ";
      display: table; }
    .view-twocol .topspan:after {
      clear: both; }
    @media screen and (max-width: 767px) {
      .view-twocol .topspan {
        min-width: 0px;
        width: 100%; } }
  .view-twocol .bottomspan {
    width: 1100px;
    max-width: 100%;
    min-width: 768px;
    margin: 0 auto;
    *zoom: 1;
    min-width: 0;
    margin: 35px 0; }
    .view-twocol .bottomspan:before, .view-twocol .bottomspan:after {
      content: " ";
      display: table; }
    .view-twocol .bottomspan:after {
      clear: both; }
    @media screen and (max-width: 767px) {
      .view-twocol .bottomspan {
        min-width: 0px;
        width: 100%; } }
  .view-twocol .main {
    display: table;
    table-layout: fixed;
    width: 100%;
    background: white;
    border: 1px solid #d0d0d0;
    clear: both;
    padding: 20px 0;
    *zoom: 1;
    margin-bottom: 20px; }
    .view-twocol .main:before, .view-twocol .main:after {
      content: " ";
      display: table; }
    .view-twocol .main:after {
      clear: both; }
    .view-twocol .main .col1, .view-twocol .main .col2 {
      display: table-cell;
      vertical-align: top;
      padding: 0 15px;
      width: 50%; }
  @media screen and (max-width: 950px) { }
  @media screen and (max-width: 767px) {
    .view-twocol .main {
      display: block; }
      .view-twocol .main .col1, .view-twocol .main .col2 {
        display: block;
        width: 100%; }
      .view-twocol .main .col2 {
        margin-top: 50px; } }

/*
	Class: Buttons
	Description: Buttons class to be used globally and extended from.
*/
button, a.button, .button {
  background: #00A82C;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 20px;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  color: white;
  border: none;
  margin-bottom: 2px;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
  button:hover, a.button:hover, .button:hover {
    color: white; }
  button a, a.button a, .button a {
    color: white !important;
    font-weight: 700;
    display: inline-block;
    margin: -5px -20px;
    padding: 5px 20px; }
  button:hover, a.button:hover, .button:hover {
    background: #00B614;
    text-decoration: none;
  }
  button.blue, a.button.blue, .button.blue {
    color: white; }
    button.blue:hover, a.button.blue:hover, .button.blue:hover {
      color: white; }
  button.green, a.button.green, .button.green {
    background: #00AF2C;
    color: white;
  }
    button.green:hover, a.button.green:hover, .button.green:hover {
      color: white;
      background: #00B614;
    }
  button.darkGrey, a.button.darkGrey, .button.darkGrey {
    background: #363a3d;
    color: white; }
    button.darkGrey:hover, a.button.darkGrey:hover, .button.darkGrey:hover {
      color: white;
      background: #494f53; }
  button.white, a.button.white, .button.white {
    background: white;
    color: #002051; }
    button.white:hover, a.button.white:hover, .button.white:hover {
      background: #e6e6e6; }
  button.grey, a.button.grey, .button.grey {
    background: #798289;
    color: white; }
    button.grey:hover, a.button.grey:hover, .button.grey:hover {
      background: #313538;
      color: white; }
  button.red, a.button.red, .button.red {
    background: #b7120b;
    color: white; }
    button.red:hover, a.button.red:hover, .button.red:hover {
      color: white;
      background: #e7150e; }
  button.grey-grad, a.button.grey-grad, .button.grey-grad {
    border: #dddddd;
    background: #efefef;
    /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efefef));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #efefef 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #efefef 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #efefef 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #efefef 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
    /* IE6-8 */
    color: #313538;
    border: 1px solid #dddddd; }
    button.grey-grad:hover, a.button.grey-grad:hover, .button.grey-grad:hover {
      background: #dbdbdb;
      /* Old browsers */
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkYmRiZGIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, #ffffff 0%, #dbdbdb 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dbdbdb));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #ffffff 0%, #dbdbdb 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #ffffff 0%, #dbdbdb 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #ffffff 0%, #dbdbdb 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #ffffff 0%, #dbdbdb 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dbdbdb',GradientType=0 );
      /* IE6-8 */ }
    button.grey-grad:active, a.button.grey-grad:active, .button.grey-grad:active {
      background: white;
      /* Old browsers */
      /* IE9 SVG, needs conditional override of 'filter' to 'none' */
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top, #dbdbdb 0%, #ffffff 100%);
      /* FF3.6+ */
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(100%, #ffffff));
      /* Chrome,Safari4+ */
      background: -webkit-linear-gradient(top, #dbdbdb 0%, #ffffff 100%);
      /* Chrome10+,Safari5.1+ */
      background: -o-linear-gradient(top, #dbdbdb 0%, #ffffff 100%);
      /* Opera 11.10+ */
      background: -ms-linear-gradient(top, #dbdbdb 0%, #ffffff 100%);
      /* IE10+ */
      background: linear-gradient(to bottom, #dbdbdb 0%, #ffffff 100%);
      /* W3C */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdbdb', endColorstr='#ffffff',GradientType=0 );
      /* IE6-8 */ }
  button.large, a.button.large, .button.large {
    font-size: 1.2em;
    padding: 10px 30px; }
  button.notbold, a.button.notbold, .button.notbold {
    font-weight: 400; }
  @media all and (max-width: 900px) {
    button.large, a.button.large, .button.large {
      padding: 10px 10px; } }

/*
  Class: collapse
  Description:
    This class will collapse the widget only showing the first
    title. This title will be bound to click/touch event to expand.
*/
.collapse {
  position: relative; }
  .collapse .expander {
    display: none; }
  @media screen and (max-width: 767px) {
    .collapse * {
      display: none; }
    .collapse .widget-title:first-child, .collapse .widget-title:first-child * {
      display: block; }
    .collapse .expander {
      *zoom: 1;
      clear: both;
      display: block;
      background: #002051;
      left: 0;
      bottom: -12px;
      width: 100%;
      margin-top: 10px;
      color: white;
      font-weight: 700;
      font-size: 0.9em;
      text-align: center;
      cursor: pointer;
      text-transform: uppercase;
      padding: 5px 0; }
      .collapse .expander:before, .collapse .expander:after {
        content: " ";
        display: table; }
      .collapse .expander:after {
        clear: both; } }
  .collapse.open, .collapse.open * {
    display: block; }

/*
  Class: Forms
  Description: Generic styles and classes related forms.
*/
form fieldset, .form fieldset {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1), 0 -1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1), 0 -1px 0 rgba(255, 255, 255, 0.1);
  -ms-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1), 0 -1px 0 rgba(255, 255, 255, 0.1);
  -o-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1), 0 -1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.1), 0 -1px 0 rgba(255, 255, 255, 0.1);
  padding: 20px 0; }
  form fieldset input, form fieldset select, .form fieldset input, .form fieldset select {
    width: 100%; }
form label, .form label {
  display: block;
  font-weight: 700;
  font-size: 0.9em;
  margin: 5px 0; }
  form label.inline-block, .form label.inline-block {
    display: inline-block;
    margin-right: 10px; }
  form label.small, .form label.small {
    font-weight: 400;
    font-size: 0.9em; }
  form label.notbold, .form label.notbold {
    font-weight: 400; }
form input, form select, .form input, .form select {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  border: 1px solid #c4c4c4;
  padding: 5px\9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  form input[type="checkbox"], form select[type="checkbox"], .form input[type="checkbox"], .form select[type="checkbox"] {
    display: inline-block;
    width: auto;
    vertical-align: middle;
    border: 1px solid #61696e;
    background: white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
  form input[type="radio"], form input[type="checkbox"], form select[type="radio"], form select[type="checkbox"], .form input[type="radio"], .form input[type="checkbox"], .form select[type="radio"], .form select[type="checkbox"] {
    border: none\9 !important;
    background: none\9;
    padding: 0\9; }
  form input[type="text"], form input[type="email"], form input[type="password"], form input[type="number"], form select[type="text"], form select[type="email"], form select[type="password"], form select[type="number"], .form input[type="text"], .form input[type="email"], .form input[type="password"], .form input[type="number"], .form select[type="text"], .form select[type="email"], .form select[type="password"], .form select[type="number"] {
    padding: 5px; }
form .buttons, .form .buttons {
  margin: 10px 0; }
  form .buttons.margin-20, .form .buttons.margin-20 {
    margin: 20px 0; }
form input.error, form label.error > input, .form input.error, .form label.error > input {
  border-color: #b7120b; }
form label.error, .form label.error {
  color: #b7120b; }
form select.error, form label.error > select, .form select.error, .form label.error > select {
  background-color: #b7120b; }

select, form select {
  cursor: pointer;
  background-image: url(/assets/ui/classes/forms/assets/dropdown-arrow-down-blue.png);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 97% center;
  /*border-right: 10px solid transparent;*/
  color: gray;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  /*border: none;*/
  padding: 5px 25px 5px 9px;
  border-color: #cecece;
  -webkit-appearance: none;
  /*-moz-appearance: none;*/
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  background-image: none !important \9;
  padding-right: 5px\9;
  background-image: none\9;
}
  select:focus, form select:focus {
    outline: none;
    border: 1px solid #808080;
  }
  select::-ms-expand, form select::-ms-expand {
    display: none; }
  html[data-useragent*='MSIE 10.0'] select, html[data-useragent*='MSIE 10.0'] form select {
    padding-right: 25px; }

/*
  Class: Hideon
  Description: Used to remove certain elements between mobile/desktop views.
*/
@media all and (max-width: 767px) {
  .hideonmobile {
    position: fixed !important;
    top: 2000% !important;
    right: -2000% !important;
    display: none !important; } }

.hideondesktop {
  display: none\9 !important; }
  @media all and (min-width: 767px) {
    .hideondesktop {
      position: fixed !important;
      top: 2000% !important;
      right: -2000% !important;
      display: none !important; } }

/*
  Target viewport Less-Than N
*/
@media all and (max-width: 900px) {
  .hideatLT900 {
    position: fixed !important;
    top: 2000% !important;
    right: -2000% !important;
    display: none !important; } }

@media all and (max-width: 800px) {
  .hideatLT800 {
    position: fixed !important;
    top: 2000% !important;
    right: -2000% !important;
    display: none !important; } }

@media all and (max-width: 700px) {
  .hideatLT700 {
    position: fixed !important;
    top: 2000% !important;
    right: -2000% !important;
    display: none !important; } }

@media all and (max-width: 600px) {
  .hideatLT600 {
    position: fixed !important;
    top: 2000% !important;
    right: -2000% !important;
    display: none !important; } }

@media all and (max-width: 500px) {
  .hideatLT500 {
    position: fixed !important;
    top: 2000% !important;
    right: -2000% !important;
    display: none !important; } }

/*
  Target viewport Greater-Than N
*/
@media all and (min-width: 900px) {
  .hideatGT900 {
    position: fixed !important;
    top: 2000% !important;
    right: -2000% !important;
    display: none !important; } }

@media all and (min-width: 800px) {
  .hideatGT800 {
    position: fixed !important;
    top: 2000% !important;
    right: -2000% !important;
    display: none !important; } }

@media all and (min-width: 700px) {
  .hideatGT700 {
    position: fixed !important;
    top: 2000% !important;
    right: -2000% !important;
    display: none !important; } }

@media all and (min-width: 600px) {
  .hideatGT600 {
    position: fixed !important;
    top: 2000% !important;
    right: -2000% !important;
    display: none !important; } }

@media all and (min-width: 500px) {
  .hideatGT500 {
    position: fixed !important;
    top: 2000% !important;
    right: -2000% !important;
    display: none !important; } }
@media only screen and (max-width : 1200px) {
    .addthis-smartlayers {
        position: fixed !important;
        top: 2000% !important;
        right: -2000% !important;
        display: none !important;
    }
}

/*
  Class: Highlight
  Description: Word or phrase highlighting.
*/
.highlight-word {
  background: #fff863;
  padding: 0 2px; }

/*
  Class: Icons
  Description: Contains generic items that can be used in various areas across the site.
*/
.icon-social-container {
  display: inline-block;
  float: right;
  list-style: none;
  margin: 0 auto;
  margin-top: -18px;
  padding: 0;
  padding-left: 15px;
  /*padding-right:15px;*/
}

.icon-social {
  background: url(/assets/ui/classes/icons/assets/socialF.png) no-repeat top left;
  text-indent: -5000em;
  text-indent: -5000em;
  color: rgba(19, 95, 173, 0) !important;
  width: 20px;
  height: 20px;
  text-align: left;
  display: inline-block;}
  .icon-social:hover {}
  .icon-social.twitter {    background-position: -3px 0; }
  .icon-social.youtube {    background-position: -29px 0; }
  .icon-social.facebook {    background-position: -55px 0; }
  .icon-social.linkedin {    background-position: -80px 0; }
  .icon-social.ios {    background-position: -105px 0; }
  .icon-social.google {    background-position: -133px 0; }
  .icon-social.rss {    background-position: -158px 0; }

.icon-logo, .icon-logo-footer {
  text-indent: -5000em;
  color: rgba(19, 95, 173, 0) !important;
  text-align: left;
  display: inline-block; }
  .icon-logo.tradestation {
    background: url(/assets/ui/classes/icons/assets/canvas.png) no-repeat center center;
    background-position: 0 -180px;
    width: 83px;
    height: 16px; }
  .icon-logo.optionshub {
    background: url(/assets/ui/classes/icons/assets/canvas.png) no-repeat center center;
    background-position: 0 -128px;
    width: 98px;
    height: 27px; }
  .icon-logo.cboe {
    background: url(/assets/ui/classes/icons/assets/logo1.png) no-repeat center center;
    width: 108px;
    height: 36px; }
  .icon-logo-footer.cboe {
    background: url(/assets/ui/classes/icons/assets/logo-footer.png) no-repeat center center;
    width: 78px;
    height: 26px;
  }
    .icon-logo.cfe {
    background: url(/assets/ui/classes/icons/assets/canvas_cfe2.png) no-repeat center center;
    background-position: 0 -78px;
    width: 98px;
    height: 26px; }

  .icon-logo.c2 {
    background: url(/assets/ui/classes/icons/assets/canvas_c2.png) no-repeat center center;
    background-position: 0 -77px;
    width: 98px;
    height: 26px; }

  .icon-logo.tph {
    background: url(/assets/ui/classes/icons/assets/canvas_tph.png) no-repeat center center;
    background-position: 0 -78px;
    width: 98px;
    height: 26px; }

    .icon-logo.mdx {
	background: url('/images/new/marketdata_logo.png') no-repeat center center;
	width: 98px;
	height: 36px;}
	.icon-logo.ftr {
	margin-left:-5px;}
	.logo-a {
	padding:7px !important;}
	.logo-h2 {
	margin-top:7px;
	padding-left:0px !important;}
	.logo-h3 {
	margin-top:-10px;
	padding-top:10px;}

.icon-arrows {
  background: url(/assets/ui/classes/icons/assets/canvas.png) no-repeat center center;
  text-indent: -5000em;
  color: rgba(19, 95, 173, 0) !important;
  text-align: left;
  display: inline-block;
  width: 23px;
  height: 44px; }
  .icon-arrows.right {
    background-position: 0 0; }
  .icon-arrows.left {
    background-position: -23px 0; }

.icon-smallarrows {
  background: url(/assets/ui/classes/icons/assets/canvas.png) no-repeat center center;
  text-indent: -5000em;
  color: rgba(19, 95, 173, 0) !important;
  text-align: left;
  display: inline-block;
  width: 13px;
  height: 9px; }
  .icon-smallarrows.up {
    background-position: -17px -51px; }
  .icon-smallarrows.down {
    background-position: -1px -51px; }
  .icon-smallarrows.right {
    background-position: -86px -50px;
    width: 9px;
    height: 13px; }
  .icon-smallarrows.left {
    background-position: -67px -50px;
    width: 9px;
    height: 13px; }

.icon-css-arrows > li > a, .icon-css-arrows > a {
  position: relative;
  padding-left: 15px; }
  .icon-css-arrows > li > a:before, .icon-css-arrows > a:before {
    display: inline-block;
    content: '' !important;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent black;
    margin: 0 5px -2px 0;
    position: absolute;
    left: 2px !important;
    top: 2px; }
.icon-css-arrows > li > a {
  display: block; }
.icon-css-arrows > li:before {
  content: "" !important; }
.icon-css-arrows.left {
  position: relative; }
  .icon-css-arrows.left:before {
    display: inline-block;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 8px 4px 0;
    border-color: transparent #002051 transparent transparent;
    margin: -1px 3px 0 0; }
.icon-css-arrows.right {
  position: relative; }
  .icon-css-arrows.right:after {
    display: inline-block;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #002051;
    margin: -1px 0 0 3px; }

.icon-before {
  position: relative;
  padding-left: 30px !important; }
  .icon-before:before {
    background: url(/assets/ui/classes/icons/assets/canvas.png) no-repeat center center;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px; }
  .icon-before.chart:before {
    background-position: -1px -208px;
    width: 20px;
    height: 20px; }
  .icon-before.calendar:before {
    background-position: -28px -206px;
    width: 20px;
    height: 20px; }
  .icon-before.institute:before {
    background-position: -53px -206px;
    width: 20px;
    height: 20px; }
  .icon-before.book:before {
    background-position: -1px -230px;
    width: 22px;
    height: 20px; }
  .icon-before.transcript:before {
    background-position: -27px -228px;
    width: 22px;
    height: 20px; }
  .icon-before.register:before {
    background-position: -45px -366px;
    width: 22px;
    height: 20px; }
  .icon-before.assessment:before {
    background-position: -73px -366px;
    width: 22px;
    height: 20px; }
  .icon-before.lock {
    padding-left: 18px !important; }
    .icon-before.lock:before {
      background-position: -85px 0;
      width: 11px;
      height: 14px; }
    .icon-before.lock.black:before {
      background-position: -61px 0; }
  .icon-before.unlock {
    padding-left: 18px !important; }
    .icon-before.unlock:before {
      background-position: -78px -207px;
      width: 11px;
      height: 16px; }
    .icon-before.unlock.black:before {
      background-position: -61px 0; }
  .icon-before.status-tick {
    color: #21a825;
    padding-left: 18px !important;
    display: inline-block; }
    .icon-before.status-tick:before {
      background-position: -60px -22px;
      width: 14px;
      height: 14px; }
  .icon-before.gear {
    padding-left: 25px !important;
    display: inline-block; }
    .icon-before.gear:before {
      background-position: -74px -300px;
      width: 19px;
      height: 19px;
      margin-top: -8px; }

.icon-meta {
  position: relative;
  color: #aaaaaa; }
  .icon-meta:before {
    background: url(/assets/ui/classes/icons/assets/canvas.png) no-repeat center center;
    content: "";
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 50%;
    margin-top: -5px; }
  .icon-meta.views {
    padding-left: 18px !important; }
    .icon-meta.views:before {
      background-position: -3px -254px;
      width: 15px;
      height: 10px;
      margin-top: -5px; }
  .icon-meta.likes {
    padding-left: 17px !important; }
    .icon-meta.likes:before {
      background-position: -29px -254px;
      width: 12px;
      height: 10px;
      margin-top: -5px; }

.icon-sharing {
  text-indent: -5000em;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  background: url(/assets/ui/classes/icons/assets/canvas.png) no-repeat center center; }
  .icon-sharing.facebook {
    background-position: -3px -271px;
    width: 10px;
    height: 20px; }
  .icon-sharing.twitter {
    background-position: -25px -271px;
    width: 24px;
    height: 20px; }
  .icon-sharing.mail {
    background-position: -59px -271px;
    width: 22px;
    height: 20px; }
  .icon-sharing.share {
    background-position: -2px -298px;
    width: 27px;
    height: 20px; }

.icon-search-only {
  position: relative;
  text-indent: -5000em; }
  .icon-search-only:before {
    background: url(/assets/ui/classes/icons/assets/canvas.png) no-repeat;
    background-position: -40px -300px;
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -8.5px;
    margin-left: -9px;
    width: 17px;
    height: 18px;
    margin-top: -15px\8; }

.icon-quote {
  position: relative;
  text-indent: -5000em;
  background: url(/assets/ui/classes/icons/assets/canvas.png) no-repeat;
  background-position: 50px -324px;
  display: inline-block;
  width: 31px;
  height: 29px;
  vertical-align: bottom; }
  .icon-quote.start {
    background-position: -40px -324px;
    margin-right: 5px; }
  .icon-quote.end {
    background-position: -3px -324px;
    margin-left: 5px; }

.icon-social-signin {
  position: relative; }
  .icon-social-signin:before {
    display: inline-block;
    content: '';
    vertical-align: middle;
    background: url(/assets/ui/classes/icons/assets/canvas.png) no-repeat;
    background-position: 0 -426px;
    width: 30px;
    height: 30px;
    margin-right: 15px; }
  .icon-social-signin.facebook {
    color: #3a5b9a !important; }
    .icon-social-signin.facebook:before {
      background-position: 0 -459px; }
  .icon-social-signin.google {
    color: #0067b8 !important; }
    .icon-social-signin.google:before {
      background-position: -34px -426px; }
  .icon-social-signin.twitter {
    color: #5ea9dd !important; }
    .icon-social-signin.twitter:before {
      background-position: -68px -459px; }
  .icon-social-signin.linkedin {
    color: #017bb7 !important; }
    .icon-social-signin.linkedin:before {
      background-position: -68px -426px; }
  .icon-social-signin.live, .icon-social-signin.microsoft {
    color: #ff4325 !important; }
    .icon-social-signin.live:before, .icon-social-signin.microsoft:before {
      background-position: -34px -459px; }
  .icon-social-signin.yahoo {
    color: #640f6c !important; }
    .icon-social-signin.yahoo:before {
      background-position: 0 -426px; }
.icon-css-down-arrows > a
{
  position: relative;
  padding-left: 15px;
}
.icon-css-down-arrows > a:before
{
    display: inline-block;
    content: '' !important;
    margin: 0 5px -2px 0;
    position: absolute;
    left: -2px !important;
    top: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #000 transparent transparent transparent;
}
/*
  Class: List
  Description: Some classes that can be added to list elements to customize them.
*/
.list.bluelinks a {
  color: #002051; }
  .list.bluelinks a:hover, .list.bluelinks a:active {
    color: #313538; }
.list.twocol {
  padding: 0;
  font-size: 0; }
  .list.twocol li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    margin: 5px 0; }
  @media screen and (max-width: 900px) {
    .list.twocol li {
      width: 100%; } }

 /* Post-BGT */
 ul.listsquare li{
    margin: 10px 0;
    list-style-type: square;
    list-style-position: outside;
}
ul.listunderline {
    list-style: none;
    margin: 10px 0; 
    padding: 0 5px; 
}
ul.listunderline li {
    margin: 10px 0 0 0;
    border-bottom: 1px solid #ddd; 
    padding: 0 0 10px 0;   
}
ul.listunderline li a {
    font-weight:bold;
    color:#002051;
}
.footeradliststyle, .headerlistadstyle, .smalladliststyle {
    margin: 0;
    list-style: none;
    padding: 0 0 20px 10px;
    *zoom: 1;
    display: table;
    width: 85%;
}
.footeradliststyle:before, .headerlistadstyle:before, .smalladliststyle:before, .footeradliststyle:after, .headerlistadstyle:after, .smalladliststyle:after {
    content: " ";
    display: table; 
}
.footeradliststyle:after, .headerlistadstyle:after, .smalladliststyle:after {
    clear: both;
}
.footeradliststyle li, .headerlistadstyle li, .smalladliststyle li {
    display: table-cell;
    width: auto;
}
.smalladliststyle li {
    float:left;
    padding-left:10px;
}
.footeradliststyle span, .headerlistadstyle span, .smalladliststyle span {
    font-size:.8em;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { 
    .footeradliststyle li:last-child, .headerlistadstyle li:last-child {
        display:none;
    }
    .footeradliststyle, .headerlistadstyle  {
        margin: 0;
        list-style: none;
        padding: 0;
        width: 100%;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .footeradliststyle li:last-child, .headerlistadstyle li:last-child {
        padding-left: 20px;
    }
}

.inline-list {
    padding: 0;
    overflow: hidden;
}
.inline-list li {
    float: left;
    margin-left: 20px;
    padding-bottom:5px;
    display: block;
    vertical-align: bottom;
}
   
/*
  Class: Numeric Color
  Description: Will add a base color for positive and negative numbers
*/
.numeric-positive {
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
  color: #21a825; }

.numeric-negative {
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
  color: #b7120b; }

@media print {
  /*
   * Don't show links for images, or javascript/internal links
   */
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; 
    word-wrap: break-word;
  }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } 

#QuoteData table a[href]:after {
    content: none !important;}

}



/*
	Class: ScrollOverflow
	Description: Allows for internal elements to be absolute and not extend past height of parent element.
*/
.scrolloverflow {
  position: relative;
  overflow: hidden; }
  .scrolloverflow .tse-scrollable {
    position: absolute !important;
    left: -5000em !important; }
    .scrolloverflow .tse-scrollable.shown {
      position: relative !important;
      left: 0 !important; }
  @media screen and (max-width: 767px) {
    .scrolloverflow .scrolloverflow-inside {
      position: relative;
      height: auto !important; } }
  @media print {
    .scrolloverflow .tse-scrollable {
      width: auto !important;
      height: auto !important; }
      .scrolloverflow .tse-scrollable .tse-scroll-content {
        width: auto !important;
        height: auto !important; } }

/*
  Class:
  Description:
*/
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.tabs-bar {
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #002051; }
  .tabs-bar .tab {
    display: table-cell;
    vertical-align: top;
    color: white;
    padding: 5px;
    cursor: pointer; }
    .tabs-bar .tab:hover, .tabs-bar .tab:active {
      background: #166dc4; }
    .tabs-bar .tab.active {
      background: white;
      color: #313538;
      border-top: 1px solid #dddddd;
      border-bottom: 1px solid #dddddd;
      cursor: default; }

.tabs-content .tab {
  display: none; }
  .tabs-content .tab.active {
    -moz-animation: fadeIn 0.6s;
    -webkit-animation: fadeIn 0.6s;
    -o-animation: fadeIn 0.6s;
    -ms-animation: fadeIn 0.6s;
    animation: fadeIn 0.6s;
    display: block; }
    @media print {
      .tabs-content .tab.active {
        -moz-animation: none;
        -webkit-animation: none;
        -o-animation: none;
        -ms-animation: none;
        animation: none; } }
@media print {
  .tabs-content .tab {
    display: block; } }

/*
  Class: text
  Description: These classes are related to text styling and can be applied where
  and as needed.
*/
.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-green {
  color: #21a825; }

.text-grey {
  color: #313538; }

.text-red {
  color: #b7120b; }

.text-bold-link {
  color: #00A82C;
  font-weight: bold; }

.text-larger-12 {
  font-size: 1.2em; }

.text-larger-13 {
  font-size: 1.2em; }

/* Post-BGT */
.text-extralarge {
  font-size: 2.5em; 
}
.text-extralarge-6em {
  font-size: 6em; 
}
.text-ltgrey {
    color:slategray;
}
.text-uppercase {
    text-transform:uppercase;
}
.text-small-disclaimer {
    font-size: .8em;
}
.text-blue {
    color: #002051;
}
/*
  Class: Tooltip Class
  Description: Tooltips can be applied against any component with simple data attributes.
*/
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.qtip-content a {
  color: #002051; }
  .qtip-content a:hover, .qtip-content a:active {
    color: #313538; }

@media print {
  .qtip {
    display: none !important; } }

/*
  Module: Columns
  Description: Simple wrapper element that can break modules into columns
*/
.wrap-columns-outer {
  margin: 0 -15px; }
  .wrap-columns-outer .wrap-meta {
    table-layout: fixed;
    display: table;
    margin-bottom: 16px;
    width: 100%; }
    .wrap-columns-outer .wrap-meta .wrap-meta-item {
      display: table-cell;
      text-align: center; }
      .wrap-columns-outer .wrap-meta .wrap-meta-item:first-child {
        text-align: left; }
      .wrap-columns-outer .wrap-meta .wrap-meta-item.large-center {
        width: 44%; }
      .wrap-columns-outer .wrap-meta .wrap-meta-item.align-right {
        text-align: right; }
      .wrap-columns-outer .wrap-meta .wrap-meta-item .item {
        margin-right: 12px; }
      .wrap-columns-outer .wrap-meta .wrap-meta-item.spaced-item .item {
        margin: 0 0 0 40px; }
  @media all and (max-width: 1024px) {
	  .wrap-columns-outer .wrap-meta .wrap-meta-item.large-center {
        width: 30%; }
	  .wrap-columns-outer .wrap-meta .wrap-meta-item.spaced-item .item {
        margin: 0 0 0 20px; }
  }
  @media all and (max-width: 767px) {
    .wrap-columns-outer {
      margin: 0; }
      .wrap-columns-outer .wrap-meta {
        margin: 0; }
        .wrap-columns-outer .wrap-meta .wrap-meta-item {
          display: block;
          width: 100%;
          text-align: center;
          margin: 5px 0; }
          .wrap-columns-outer .wrap-meta .wrap-meta-item:first-child {
            text-align: center; }
          .wrap-columns-outer .wrap-meta .wrap-meta-item.large-center {
            width: 100%; }
          .wrap-columns-outer .wrap-meta .wrap-meta-item .item {
            margin: 0;
            display: inline-block; }
            .wrap-columns-outer .wrap-meta .wrap-meta-item .item:first-child {
              margin-left: 0; }
            .wrap-columns-outer .wrap-meta .wrap-meta-item .item:last-child {
              margin-right: 0; }
            .wrap-columns-outer .wrap-meta .wrap-meta-item .item .key, .wrap-columns-outer .wrap-meta .wrap-meta-item .item .value {
              display: block; } }

.wrap-columns-inner {
  margin: 0 0 20px;
  table-layout: fixed;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 15px 0; }
  .wrap-columns-inner.hidedesktop {
    left: -9999px;
    display: none; }
  .wrap-columns-inner * {
    border-collapse: initial;
    border-spacing: 0; }
  .wrap-columns-inner.margin-ten {
    margin-bottom: 10px; }
  .wrap-columns-inner.margin-none {
    margin-bottom: 0; }
  .wrap-columns-inner .column {
    display: table-cell;
    vertical-align: top; }
  .wrap-columns-inner.two .column {
    width: 50%; }
    .wrap-columns-inner.two .column:first-child {
      padding-right: 10px; }
    .wrap-columns-inner.two .column:last-child {
      padding-left: 10px; }
  .wrap-columns-inner.two.slimright .column:first-child {
    width: 66.66666%;
    width: 67.6% \9; }
  .wrap-columns-inner.two.slimright .column:last-child {
    width: 32.6%; }
  .wrap-columns-inner.two.slimright.ad .column:last-child {
    width: 310px; }
  .wrap-columns-inner.two.slimleft .column:first-child {
    width: 32.6%;
    width: 33.6% \9; }
  .wrap-columns-inner.two.slimleft .column:last-child {
    width: 66.66666%; }
  .wrap-columns-inner.two.slimleft.ad .column:first-child {
    width: 310px; }
  .wrap-columns-inner.three .column {
    width: 33.3333%; }
  .wrap-columns-inner .component {
    margin-bottom: 30px;
    position: relative; }
    .wrap-columns-inner .component:after {
      display: block;
      content: " ";
      width: 0;
      overflow: hidden;
      border-bottom: 1px solid #dddddd;
      width: 100%;
      position: absolute;
      bottom: -15px;
      left: 0; }
    .wrap-columns-inner .component.last-child {
      border-bottom: none;
      padding: 0;
      margin-bottom: 0; }
      .wrap-columns-inner .component.last-child:after {
        position: relative;
        left: -9999px;
        content: '   a  '; }
    .wrap-columns-inner .component:last-child {
      border-bottom: none;
      padding: 0;
      margin-bottom: 0; }
      .wrap-columns-inner .component:last-child:after {
        position: relative;
        left: -9999px;
        content: '   a  '; }
    .wrap-columns-inner .component:first-child {
      border-bottom: none;
      padding: 0; }
      .wrap-columns-inner .component:first-child > .widget-title {
        margin-bottom: -15px; }
      .wrap-columns-inner .component:first-child:after {
        display: none; }
    .wrap-columns-inner .component > div, .wrap-columns-inner .component > section, .wrap-columns-inner .component > article {
      margin: 0; }
  @media all and (max-width: 767px) {
    .wrap-columns-inner {
      display: block; }
      .wrap-columns-inner.hidedesktop {
        display: block; }
      .wrap-columns-inner .column {
        margin: 20px 0;
        width: 100% !important;
        display: block; }
        .wrap-columns-inner .column:first-child {
          margin-top: 0; }
        .wrap-columns-inner .column:last-child {
          margin-bottom: 0; }
      .wrap-columns-inner.two .column:first-child, .wrap-columns-inner.two .column:last-child {
        padding-left: 0;
        padding-right: 0; }
      .wrap-columns-inner.two .widget.column:first-child, .wrap-columns-inner.two .widget.column:last-child {
        padding-left: 10px;
        padding-right: 10px; }
      .wrap-columns-inner.margin-none .column {
        margin: 0; } }
  @media print {
    .wrap-columns-inner.two.slimright .column {
      display: block;
      width: 100% !important; } }

/*
  Module: Accordion
  Description: Generic accordion module allowing space for other components to be placed in the body placeholder.
*/
.accordion dt {
  background: #002051;
  padding: 10px 40px 10px 15px;
  color: white;
  font-weight: 700;
  font-size: 1.1em;
  border-top: 1px solid white;
  position: relative;
  cursor: pointer;
}
  .accordion dt:first-child {
    border-top: none; }
  .accordion dt:after {
    display: block;
    position: absolute;
    margin-top: -10px;
    content: '+';
    top: 50%;
    height: 20px;
    right: 5px;
    width: 20px;
    border: none;
    background: white;
    color: #002051;
    text-align: center;
    line-height: 20px;
  }
  .accordion dt:hover, .accordion dt:active {
    background: #2ac1ef;
    color: white; }
  .accordion dt.expanded {
    background: #798289;
    color: white; }
    .accordion dt.expanded:hover {
      background: #868f95; }
    .accordion dt.expanded:after {
      content: '-'; }
.accordion dd {
  padding: 15px;
  margin: 0;
  display: none; }
.accordion dt a
{
	color:#fff;
}
@media print {
  .accordion dt:after {
    display: none; }
  .accordion dd {
    display: block; } }

/*
  Module: Advert
  Description: Styling for all advert formats
*/
.advert.slim {
  text-align: center;
  margin: 20px auto; }
  .advert.slim img {
    display: inline-block;
    border: 4px solid white; }
.advert.tall {
  margin: 15px 0; }
.advert.full-width {
  text-align: center;
  margin: 0 auto;
  padding: 35px 0 25px;
  border-top: 5px solid black;
  background-color: #313538; }
  .advert.full-width img {
    display: inline-block; }
.advert .container-ad {
  position: relative;
  display: inline-block; }
.advert .close-ad {
  font: 10px Arial, Helvetica, sans-serif;
  color: white;
  position: absolute;
  top: -15px;
  right: 0;
  cursor: pointer; }
  .advert .close-ad:hover {
    text-decoration: underline; }
.advert.dark {
  background: #313538;
  padding: 1px 0; }

@media print {
  .advert {
    display: none; } }

/*
  Module: Sponsered Results
  Description: Styling for search sponsered results
*/
.sponsered {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .sponsered .block {
    background: #efefef;
    padding: 10px; }
  .sponsered .results, .sponsered .ad {
    display: table-cell;
    vertical-align: top; }
  .sponsered .results {
    width: 100%; }
    .sponsered .results a {
      display: block;
      margin-top: 30px; }
      .sponsered .results a:first-child {
        margin-top: 0; }
  .sponsered .ad {
    padding-left: 15px;
    width: 300px; }
  @media all and (max-width: 767px) {
    .sponsered .results, .sponsered .ad {
      display: block;
      width: 100%; } }
  @media print {
    .sponsered .ad {
      display: none; } }

/*boxslide
--------------------------------------------- */
#boxslide {
  padding: 20px 7px 5px 7px;
  background-color: #fff;
  border-top: 3px solid #002051;
  position: fixed;
  bottom: 0;
  right: -430px;
  -moz-box-shadow: -2px 0 5px #aaa;
  -webkit-box-shadow: -2px 0 5px #aaa;
  box-shadow: -2px 0 5px #aaa;
  z-index: 1;
}

a.close {
    background: transparent url(/assets/modules/boxslide/close.gif) no-repeat top left;
    width: 13px;
    height: 13px;
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 10px;
}

a.close:hover {
    background-position: 0 -13px;
}

@media only screen and (max-device-width: 480px) {
    #boxslide {
       width: 100%;
    }
}


/*
  Module: Breadcrumb
  Description: Listed breadcrumb navigation with flyout on hover. Removed on mobile
*/
.breadcrumbs {
  margin: 20px 0;
  list-style: none;
  padding: 0 15px;
  width: 100%; }
  .breadcrumbs > li {
    display: inline-block;
    padding: 0 10px;
    position: relative; }
    .breadcrumbs > li:first-child {
      padding-left: 0; }
    .breadcrumbs > li > a {
      display: inline-block;
      position: relative;
      color: #002051;
      text-decoration: underline;
      font-weight: 700; }
      .breadcrumbs > li > a:after {
        display: block;
        position: absolute;
        content: '';
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 3px 0 3px 5px;
        border-color: transparent transparent transparent #949ca1;
        right: -15px;
        top: 50%;
        margin-top: -3px; }
    .breadcrumbs > li.active > a, .breadcrumbs > li:last-child > a {
      color: #313538 !important;
      text-decoration: none; }
      .breadcrumbs > li.active > a:after, .breadcrumbs > li:last-child > a:after {
        display: none; }
    .breadcrumbs > li.last-child > a {
      color: #313538 !important;
      text-decoration: none; }
      .breadcrumbs > li.last-child > a:after {
        display: none; }
    .breadcrumbs > li ul {
      position: absolute;
      z-index: 50;
      left: -5000px;
      background: #002051;
      width: 150px;
      padding: 0;
      border-top: 4px solid #00A82C;
      display: none; }
      .breadcrumbs > li ul li {
        display: block;
        padding: 0; }
        .breadcrumbs > li ul li a {
          display: block;
          width: 100%;
          padding: 6px 10px;
          color: white; }
          .breadcrumbs > li ul li a:hover, .breadcrumbs > li ul li a:active {
            background: #1879db; }
    .breadcrumbs > li.show ul, .breadcrumbs > li:hover ul {
      left: 10px;
      display: block; }
  .breadcrumbs.fixed {
    position: fixed;
    padding: 15px;
    top: 0;
    background: #dddddd;
    z-index: 100;
    margin: 0; }
    .breadcrumbs.fixed:before {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      background: #dddddd;
      height: 100%;
      width: 20px; }
    .breadcrumbs.fixed:before {
      left: -20px; }
  @media screen and (max-width: 767px) {
    .breadcrumbs {
      display: none; } }

/*
  Module: Footer
  Description: Global footer module.
*/
.footer {
  background: #fff;
  padding: 20px 0;
  color: #313538;
}
  .footer .menu-1, .footer .menu-2 {
    float: left;
    position: relative;
    min-height: 1px;
    padding: 0 15px;
    width: 25%; }
    @media only screen and (max-width: 767px) {
      .footer .menu-1, .footer .menu-2, .footer .menu-3 {
        float: none;
        width: auto; } }
    .footer .menu-1 ul, .footer .menu-2 ul, .footer .menu-3 ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .footer .menu-1 ul li, .footer .menu-2 ul li, .footer .menu-3 ul li {
        margin: 0; }
      .footer .menu-1 ul a, .footer .menu-2 ul a, .footer .menu-3 ul a {
        color: #313538;
        display: block;
        margin: 10px 0;
        text-decoration: none;
      }
        .footer .menu-1 ul a:active, .footer .menu-1 ul a:hover, .footer .menu-2 ul a:active, .footer .menu-2 ul a:hover, .footer .menu-3 ul a:active, .footer .menu-3 ul a:hover {
          text-decoration: underline; }
  .footer .disclaimer {
    float: left;
    position: relative;
    min-height: 1px;
    padding: 0 15px;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .footer .disclaimer {
        float: none;
        width: auto; } }
.footer .disclaimer .icon-logo {
  margin-top: -10px;
  background-size: 80px 27px;
  width: 80px;
  height: 26px;
}
    .footer .disclaimer p {
      font-size: 0.8em;
      line-height: 1.3em; }
.footer .disclaimer a {
  color: #3c93ea;
  text-decoration: none;
}
  .footer h3 {
    font-weight: 400;
    font-size: 1.4em;
    border-bottom: 1px solid #3c93ea;
    /*padding-bottom: 10px;*/
    min-height: 37px; }
  .footer .execute {
  color: #313538;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: bottom;
  font-weight: 700;
  font-size: 0.7em;
  line-height: 0.9em;
}
  @media screen and (max-width: 767px) {
    .footer .menu-1, .footer .menu-2, .footer .menu-3, .footer .disclaimer {
      margin: 30px 0; }
      .footer .menu-1:first-child, .footer .menu-2:first-child, .footer .disclaimer:first-child, .footer .menu-3:first-child, .footer .disclaimer:first-child {
        margin-top: 0; }
    .footer h3 {
      margin: 10px 0; } }


  /* Post BGT */
  .footer .menu-3 {
    position: relative;
    min-height: 1px;
    padding: 0 15px; 
  }

  @media all and (min-width: 767px) {
    .footer .menu-3 {
      position: fixed !important;
      top: 2000% !important;
      right: -2000% !important;
      display: none !important; } }


  @media print {
     .footer {
        display: none;
    }
}

/*
  Module: Header
  Description: The header module contains the site logo and quick search feature.
*/
/*
  Placeholder mixin
  Used in input elements for placeholder text styles

  example:
  @include placeholder {
    color: white;
  }
*/
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-ms-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.header {
  /*border-top: 8px solid #fff;*/
  background: #fff;
  height: 100%; }
  .header .logo {
    float: left;
    position: relative;
    min-height: 1px;
    /*padding: 0 15px;*/
    width: 20%; }
    @media only screen and (max-width: 767px) {
      .header .logo {
        float: none;
        width: auto; } }
    .header .logo a {
      background: #fff;
      display: inline-block;
      padding: 14px 10px 10px;
      margin-top: -2px;
      /*border-top: 8px solid #fff;*/
      position: relative;
      -webkit-transition: background-color, 0.3s;
      -webkit-transition-delay: ease-out;
      -moz-transition: background-color, 0.3s, ease-out;
      -o-transition: background-color, 0.3s, ease-out;
      transition: background-color 0.3s ease-out; }
      .header .logo a:hover {
        background: #ffffff; }
      .header .logo.cfe a:hover, 
      .header .logo.c2 a:hover,
      .header .logo.tph a:hover,
       .header .logo.logo-h2 a:hover{
        background: #ffffff; }
      .header .logo a:before, 
      .header .logo a:after {
        display: block;
        content: '';
        position: absolute;
        /*border-style: solid;
        border-width: 8px 8px 0 0;*/
        top: -8px; }
      .header .logo a:before {
        border-color: #fff transparent transparent transparent;
        left: 0; }
      .header .logo a:after {
        border-color: #fff transparent transparent transparent;
        right: -8px; }
      .header .logo a .line {
        position: absolute;
        left: 106px;
        top: 61%;
        margin-top: -3px;
        color: #002051;
		font-family:'UniversLTStd-Light', Helvetica, sans-serif;
        font-size: 0.7em;
        /*text-transform: uppercase;*/
        width: 183px; }
      .header .logo a .line.cfe {
		margin-top:-27px ;margin-left:-27px; }
	  .header .logo a .line.c2 {
		margin-top:-21px ;margin-left:-27px; }
      .header .logo a .line.cfe, 
      .header .logo a .line.c2,
       .header .logo a .line.tph  {
        left: 125px; }
  .header .right {
    float: right;
    position: relative;
    min-height: 1px;
    padding: 0 15px;
    /*width: 58.33333%;*/
    padding-top: 15px; }
    @media only screen and (max-width: 767px) {
      .header .right {
        float: none;
        width: auto; } }
  @media all and (max-width: 767px) {
    .header {
      height: auto;
      border-top: none;
      padding-top: 45px;
      padding-bottom: 30px; }
      .header .container {
        display: table;
        width: 100%; }
      .header .logo, .header .right {
        width: 100%;
        margin: 0; }
      .header .logo {
        border-top: 8px solid #fff;
        margin-top: 10px;
      }
        .header .logo a {
          margin-top: -8px; }
      .header .right {
        display: table-header-group;
        padding: 0;
        margin: 0;
        overflow: hidden; }
        .header .right .quicksearch {
          margin-top: -2px;
          background: #002051;
          padding: 0 15px;
          overflow: hidden;
          max-height: 0;
          position: fixed;
          top: 45px;
          left: 0;
          width: 100%;
          z-index: 9000;
          -webkit-transition: all, 0.5s;
          -webkit-transition-delay: cubic-bezier(0, 1, 0.5, 1);
          -moz-transition: all, 0.5s, cubic-bezier(0, 1, 0.5, 1);
          -o-transition: all, 0.5s, cubic-bezier(0, 1, 0.5, 1);
          transition: all 0.5s cubic-bezier(0, 1, 0.5, 1); }
          .header .right .quicksearch button {
            display: none; }
          .header .right .quicksearch input[type="text"] {
            background: #efefef;
            height: 0;
            width: 100%;
            -moz-animation: fadeOut 0.5s;
            -webkit-animation: fadeOut 0.5s;
            -o-animation: fadeOut 0.5s;
            -ms-animation: fadeOut 0.5s;
            animation: fadeOut 0.5s;
            position: absolute;
            left: -5000em; }
            .header .right .quicksearch input[type="text"] ::-webkit-input-placeholder {
              color: #6d767c; }
            .header .right .quicksearch input[type="text"] :-moz-placeholder {
              color: #6d767c; }
            .header .right .quicksearch input[type="text"] ::-moz-placeholder {
              color: #6d767c; }
            .header .right .quicksearch input[type="text"] :-ms-input-placeholder {
              color: #6d767c; }
          .header .right .quicksearch button, .header .right .quicksearch input[type="text"] {
            padding: 5px 10px; }
          .header .right .quicksearch.open {
            max-height: 120px; }
            .header .right .quicksearch.open .field, .header .right .quicksearch.open .submit {
              padding: 10px 0; }
            .header .right .quicksearch.open input[type="text"] {
              height: auto;
              display: block;
              -moz-animation: fadeIn 0.5s;
              -webkit-animation: fadeIn 0.5s;
              -o-animation: fadeIn 0.5s;
              -ms-animation: fadeIn 0.5s;
              animation: fadeIn 0.5s;
              padding: 5px 10px;
              position: relative;
              left: 0; }
              @media print {
                .header .right .quicksearch.open input[type="text"] {
                  -moz-animation: none;
                  -webkit-animation: none;
                  -o-animation: none;
                  -ms-animation: none;
                  animation: none; } }
            .header .right .quicksearch.open button {
              display: block; } }




  /*  POST BGT */

.header .logo a .line sup {
    font-size: 85%; 
    top: -0.3em;
}

/* rebranding cboe-pop popup*/
/* The Modal (background) */
.cboe-pop {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10001; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.cboe-pop-content {
  background-color: #fefefe;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/assets/modules/header/assets/CBOEPopup.png);
  padding: 20px;
  /*border: 1px solid #888;*/
  width: 700px; /* Could be more or less, depending on screen size */
  height: 500px;
  /*-webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(0, 0, 0, 0.5);*/
  border: none;
  /*cursor: pointer*/
}

/* The Close Button */
.close {
  color: #fff;
  margin-top: -14px;
  font-size: 38px;
  font-weight: bold;
  margin-right: -10px;
}

  .close:hover,
  .close:focus {
    color: #002051;
    text-decoration: none;
    cursor: pointer;
  }

.popup-content {
  margin: 328px 0 0 32px;
  color: #002051;
  font-family: sans-serif;
  font-size: 24px;
}
.p-c1 {
  margin-top: 18px;
}
.p-c:hover, .p-c1:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}



/*
  Module: Navigation
  Description: Global navigation module called into the header.
*/
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.navigation {
  background: #002051;
  position: relative;
  z-index: 10;
  overflow: hidden;
  /*
    Mobile abstracted.
    See `navigation_mobile.scss` for mobile styles
    */ }
  .navigation .desktopExpander {
    height: 0;
    background: white;
    width: 100%;
    overflow: hidden;
    border-bottom: 4px solid #cccccc;
    /*&:after {
      display: block; content: '';
      position: absolute;
      bottom: 0; left: 0;
      width: 100%;
      height: $3dsize;
      background: #ccc;
    }*/ }
    .navigation .desktopExpander .controls {
      position: relative;
      width: 1100px;
      max-width: 100%;
      min-width: 768px;
      margin: 0 auto;
      *zoom: 1;
      height: 100%;
      background: none !important;
      pointer-events: none; }
      .navigation .desktopExpander .controls:before, .navigation .desktopExpander .controls:after {
        content: " ";
        display: table; }
      .navigation .desktopExpander .controls:after {
        clear: both; }
      @media screen and (max-width: 767px) {
        .navigation .desktopExpander .controls {
          min-width: 0px;
          width: 100%; } }
      .navigation .desktopExpander .controls div {
        position: absolute;
        display: block;
        z-index: 1000;
        pointer-events: auto;
        cursor: pointer; }
        .navigation .desktopExpander .controls div.left {
          left: 0;
          top: 50%;
          margin-top: -22px; }
        .navigation .desktopExpander .controls div.right {
          right: 0;
          top: 50%;
          margin-top: -22px; }
        .navigation .desktopExpander .controls div.close {
          bottom: -4px;
          left: 50%;
          background: #002051;
          border-bottom: 4px solid #002051;
          padding: 3px 10px; }
          .navigation .desktopExpander .controls div.close:hover {
            background: #b7120b;
            border-bottom: 4px solid #f4534d; }
            .navigation .desktopExpander .controls div.close:hover:before {
              border-color: transparent transparent #f4534d transparent; }
          .navigation .desktopExpander .controls div.close span {
            vertical-align: middle;
            margin-top: -2px; }
          .navigation .desktopExpander .controls div.close:before {
            display: block;
            content: "";
            position: absolute;
            bottom: -4px;
            left: -4px;
            height: 0;
            width: 0;
            border-style: solid;
            border-width: 0 0 4px 4px;
            border-color: transparent transparent #00A82C transparent; }
          .navigation .desktopExpander .controls div.close:after {
            display: block;
            content: "";
            position: absolute;
            bottom: -4px;
            right: 0;
            height: 0;
            width: 0;
            border-style: solid;
            border-width: 0 0 4px 4px;
            border-color: transparent transparent #cccccc transparent; }
    @media screen and (max-width: 767px) {
      .navigation .desktopExpander {
        display: none; } }
  .navigation .menu {
    padding: 0;
    position: relative; }
    .navigation .menu > li {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline; }
      .navigation .menu > li > a {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        zoom: 1;
        *display: inline;
        position: relative;
        color: white;
        padding: 10px 15px;
        padding: 10px 10px \9;
        text-decoration: none;
        font-weight: 700; }
        .navigation .menu > li > a:hover, .navigation .menu > li > a:active {
          background-color: #156abf; }
      .navigation .menu > li.shown > a {
        background: white;
        color: #313538; }
        .navigation .menu > li.shown > a:before {
          display: block;
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          border-style: solid;
          border-width: 4px 4px 0 0;
          border-color: #002051 transparent transparent transparent; }
        .navigation .menu > li.shown > a:after {
          display: block;
          content: '';
          position: absolute;
          top: 0;
          right: -4px;
          border-style: solid;
          border-width: 4px 4px 0 0;
          border-color: white transparent transparent transparent; }
      .navigation .menu > li.shown > ul {
        left: 0;
        -moz-animation: fadeIn 0.3s;
        -webkit-animation: fadeIn 0.3s;
        -o-animation: fadeIn 0.3s;
        -ms-animation: fadeIn 0.3s;
        animation: fadeIn 0.3s; }
      .navigation .menu > li ul, .navigation .menu > li li {
        list-style: none;
        margin: 0;
        padding: 0; }
      .navigation .menu > li > ul {
        position: absolute;
        background: none;
        padding: 15px 80px 5px;
        width: 100%;
        left: -5000em; }
        .navigation .menu > li > ul.hasthird > li {
          float: left;
          position: relative;
          min-height: 1px;
          padding: 0 15px;
          width: 33.33333%; }
          @media only screen and (max-width: 767px) {
            .navigation .menu > li > ul.hasthird > li {
              float: none;
              width: auto; } }
        .navigation .menu > li > ul > li {
          float: left;
          position: relative;
          min-height: 1px;
          padding: 0 15px;
          width: 50%; }
          @media only screen and (max-width: 767px) {
            .navigation .menu > li > ul > li {
              float: none;
              width: auto; } }
          .navigation .menu > li > ul > li.menu li {
            border-bottom: 1px solid #d8dbdd;
            font-size: 0.95em;
            display: block; }
            .navigation .menu > li > ul > li.menu li a {
              font-weight: 400;
              color: #313538;
              text-decoration: none;
              display: block;
              padding: 5px 0; }
              .navigation .menu > li > ul > li.menu li a:hover, .navigation .menu > li > ul > li.menu li a:active {
                color: #002051; }
            .navigation .menu > li > ul > li.menu li > ul {
              margin-left: 15px; }
              .navigation .menu > li > ul > li.menu li > ul > li {
                border-bottom: none; }
          .navigation .menu > li > ul > li.feed .title {
            color: #002051;
            font-weight: 600;
            margin: 0; }
          .navigation .menu > li > ul > li.feed ul li {
            border-top: 1px solid #dddddd; }
            .navigation .menu > li > ul > li.feed ul li:first-child {
              border-top: none; }
          .navigation .menu > li > ul > li.feed a {
            color: #313538;
            text-decoration: none;
            display: block;
            padding: 20px 0;
            border-bottom: 1px solid #d8dbdd;
            font-weight: 600; }
            .navigation .menu > li > ul > li.feed a .date {
              display: block;
              font-size: 0.9em;
              font-weight: 400;
              color: #61696e; }
            .navigation .menu > li > ul > li.feed a:last-child {
              border-bottom: none;
              padding-bottom: 10px; }
            .navigation .menu > li > ul > li.feed a:hover, .navigation .menu > li > ul > li.feed a:active {
              color: #002051; }
      .navigation .menu > li.social {
        display: inline-block;
        position: absolute;
        right: 5px;
        top: 0; }
        .navigation .menu > li.social a {
          padding: 7px 3px; }
        .navigation .menu > li.social:hover > a {
          background: none; }
          .navigation .menu > li.social:hover > a:before {
            display: none; }
          .navigation .menu > li.social:hover > a:after {
            display: none; }
  @media screen and (max-width: 1100px) and (min-width: 767px) {
    .navigation .menu > li.social {
      display: none; } }
  @media screen and (max-width: 950px) and (min-width: 767px) {
    .navigation .menu > li > a {
      padding: 10px; } }
  @media screen and (max-width: 850px) and (min-width: 767px) {
    .navigation .menu > li > a {
      padding: 10px 4px; } }
  @media print {
    .navigation {
      display: none; } }

/* Start - Custom styles for cboe rebranding which supports search and login in the nav bar */
    .navigation .menu > li .search {
        float: right;
    }
	.top-nav-bckgrd{
		background-color:#002051;	
	}
	.quicksearch-icon-glass {
		background: url(/assets/modules/header/topbar/assets/icon_magnify_glass.png);
		height: 21px;
		display: inline-block;
		margin: 0 auto;
		margin-left: 5px;
		margin-right: 10px;
		vertical-align: middle;
		width: 21px;				
	}
	.quicksearch-icon {
		background: url(/assets/modules/header/topbar/assets/icon_signin.png);
		height: 24px;
		display: inline-block;
		margin: 0 auto;
		margin-left: 5px;
		margin-right: 5px;
		vertical-align: middle;
		width: 24px;				
	}
	.quicksearch-icon:hover, .quicksearch-icon-glass:hover {
		cursor:pointer;
	}
	.quicksearch-container{
		display: none;		
		margin: 0 auto;		
		margin-top: 10px !important;
		margin-bottom: 10px !important;		
		text-align: right;
		width: 100%;
	}	
	.quicksearch-container .field{
		display: inline-block;
		width: 75%;		
	}
	.quicksearch-container .submit{
		display: inline-block;
		width: 20%;		
	}	
	.quicksearch-container input[type="text"]	
	{
		margin: 0;
		box-sizing: border-box;
		width: 100%;
		padding: 7px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(0, 0, 0, 0.5);
		-ms-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(0, 0, 0, 0.5);
		-o-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(0, 0, 0, 0.5);
		box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(0, 0, 0, 0.5);
		border: none;
		background: white;	
	}
	.search-login{
		display: none;
		padding-top: 3px;
		padding-bottom: 3px;	
		position: absolute;
		vertical-align: middle;
		zoom: 1;
		z-index: 10000;
	}
	.search-login section {
		display:inline-block;
	}
	.sign-in-btn-container{
		display: inline-block;
		height: 24px;
		width:24px;
		vertical-align:middle;	
	}
	.sign-in-button{
		border:1px solid;
		background-color:#002051;
		margin-bottom:0px;		
	}
	.sign-in-button:hover, .top-hdr-search:hover {	
		background-color:#1879db;	
	}
	.top-login-search{
		float:right;
		margin:5px;
		margin-top:13px;	
	}
	.top-login-account{
		display: inline-block;
		float: right;
	    margin-top: 11px;
	    margin-bottom: 10px;
	    margin-left: 5px;
	    margin-right: 5px;
	}
	.top-login-img{
		background-position:top right !important;
		float:right;	
	}
	.top-already-logggedin{
		background-position:top right !important;
		float:right;
		margin:5px;
		margin-top:0px;	
	}
	.account-list{
		border-radius: 0 0 3px 3px;	
		display: none;
		padding: 0;
		list-style: none;		
		margin: 0;
		margin-top: 30px;		
		background: white;
		border: 1px solid #cccccc;
		z-index: 500;
		-webkit-border-radius: 0 0 3px 3px;
		-moz-border-radius: 0 0 3px 3px;
		-ms-border-radius: 0 0 3px 3px;
		-o-border-radius: 0 0 3px 3px;
		right: 2%;
		text-align: left;
		position: absolute;
		width: 110px;		
	}
	.account-list li a{
		border-bottom: 1px solid #bbbbbb;
		color: #002051;
		display: block;
		font-weight: 700;			
		padding: 5px 3px;
	}
	.hdr-sitelinks-font{
		font-size: 1em; 
		font-weight: 700;
    margin-right: 5px;
	}
	.pad0-lr {padding-left:0px !important;padding-right:0px !important;}	
	.mgn0-r {margin-right:0px;}
	@media screen and (max-width: 768px)  {
     section .account {
            background: url(/assets/modules/header/topbar/assets/icon_signin.png) no-repeat top left;
            width: 24px;
            height: 24px; 
	 }	
	 .header .logo {
	    width:20% !important;
	 }
	}
@media only screen and (max-width: 1030px) {
  .navigation .menu > li > a {
    padding-left: 2px !important;
    padding-right: 2px !important;
    font-size: 0.85em;
  }
}
 .topInt {
  float: right;
  margin-right: 45px;
  margin-top: 6px;
}
.topIntA {
  border-radius: 3px;
  border: 1px solid #fff;
  margin: -2px 1px -2px 1px;
  padding: 5px !important;
} 
@media only screen and (max-width: 768px) {
  .topInt {
    float: none;
    margin-right: 0px;
    margin-top: 6px;
  }
.topIntA {
  border-radius: 0px;
  border: none;
  margin: 0px;
  padding: 0px;
}
}

  /* End - Custom styles for cboe rebranding which supports search and login in the nav bar */	
/*
  Module: Navigation
  Description: Global navigation module called into the header.
*/
@media screen and (max-width: 767px) {
  .navigation {
    position: fixed;
    overflow-y: auto;
    top: 0;
    padding-top: 45px;
    width: 80%;
    height: 100%;
    background: white;
    z-index: 9001;
    left: -80%;
    margin-top: 0;
    border: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: margin-left, 0.5s;
    -webkit-transition-delay: ease-in-out;
    -moz-transition: margin-left, 0.5s, ease-in-out;
    -o-transition: margin-left, 0.5s, ease-in-out;
    transition: margin-left 0.5s ease-in-out; }
    .showMobileMenu .navigation {
      margin-left: 80%; }
    .navigation > .menu {
      overflow-y: auto;
      height: 100%; }
    .navigation .menu {
      padding: 0;
      position: initial; }
      .navigation .menu .mobileCategory {
        color: white;
        background: #002051;
        text-transform: uppercase;
        line-height: 45px;
        font-size: 1.2em;
        font-weight: 700;
        padding: 0 0 0 10%;
        border-bottom: 1px solid white;
      }
        .navigation .menu .mobileCategory a {
          font-size: 1em;
          padding: 0;
          border-bottom: none;
          color: white; }
        .navigation .menu .mobileCategory:after {
          display: none; }
      .navigation .menu li.hasSubMenu > a, .navigation .menu .mobileclose, .navigation .menu .mobileback {
        position: relative; }
        .navigation .menu li.hasSubMenu > a:after, .navigation .menu .mobileclose:after, .navigation .menu .mobileback:after {
          content: '';
          display: block;
          position: absolute;
          right: 5%;
          top: 50%;
          margin-top: -5px;
          width: 0px;
          height: 0px;
          border-style: solid;
          border-width: 5px 0 5px 5px;
          border-color: transparent transparent transparent #002051; }
      .navigation .menu .mobileclose:after, .navigation .menu .mobileback:after {
        border-width: 5px 5px 5px 0;
        border-color: transparent white transparent transparent;
        left: 5%; }
      .navigation .menu li {
        display: block;
        width: 100%;
        border-bottom: none !important; }
        .navigation .menu li a {
          color: #002051 !important;
          font-size: 1.2em;
          font-weight: 700 !important;
          display: block !important;
          border-bottom: 1px solid #719fce;
          padding: 15px 20px 15px 30px !important; }
          .navigation .menu li a:hover {
            background: none; }
        .navigation .menu li .landing a {
          color: #21a825;
          padding-left: 20px; }
        .navigation .menu li ul {
          padding: 0; }
      .navigation .menu > li:hover > ul {
        left: 0; }
      .navigation .menu > li > a:hover:before {
        display: none; }
      .navigation .menu > li > ul, .navigation .menu > li > ul.hasthird {
        position: absolute;
        overflow-y: auto;
        top: 0;
        width: 100%;
        height: 100%;
        background: white;
        z-index: 9001;
        left: 0;
        margin-top: 0;
        border: none;
        -webkit-transition: -webkit-transform, 0.5s;
        -webkit-transition-delay: ease-in-out;
        -moz-transition: -moz-transform, 0.5s, ease-in-out;
        -o-transition: -o-transform, 0.5s, ease-in-out;
        transition: transform 0.5s ease-in-out;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-backface-visibility: hidden;
        padding-top: 45px; }
        .navigation .menu > li > ul > li, .navigation .menu > li > ul.hasthird > li {
          display: none; }
          .navigation .menu > li > ul > li.menu, .navigation .menu > li > ul.hasthird > li.menu {
            display: block;
            padding: 0; }
        .navigation .menu > li > ul.mobileShow, .navigation .menu > li > ul.hasthird.mobileShow {
          -webkit-transform: translateX(0);
          -moz-transform: translateX(0);
          -ms-transform: translateX(0);
          -o-transform: translateX(0);
          transform: translateX(0); }
      .navigation .menu > li.social {
        float: none;
        margin: 0;
        display: table;
        background: #002051;
        position: relative;
        right: 0; }
        .navigation .menu > li.social > a {
          display: table-cell !important;
          padding: 10px 0 !important;
          text-align: center; }
  body {
    left: 0;
    -webkit-backface-visibility: hidden; }
  html {
    position: relative; }
  html.showMobileMenu, html.showMobileMenu body {
    max-width: 100%;
    overflow: hidden;
    position: relative; }
  .mobileNavOverlay {
    position: absolute;
    top: 0;
    left: -200%;
    height: 100%;
    width: 100%;
    background: none;
    text-indent: -5000em;
    z-index: 9000;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    background: #333333;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    .showMobileMenu .mobileNavOverlay {
      left: 0; } }

@media screen and (min-width: 768px) {
  .mobileback, .mobileCategory, .mobileclose, .mobileNavOverlay {
    display: none; } }

@media print {
  .right {
    display: none; }
  .icon-logo.cboe {
    color: black !important;
    text-indent: 0;
    font-size: 1.7em; }
  .header {
    height: 53px; } }

/*
  Module: Account
  Description: My Account drop down menu in topbar
*/
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-ms-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.account-dropdown {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative; }
  .account-dropdown > li {
    margin: 0;
    padding: 0; }
    .account-dropdown > li > ul {
      padding: 0;
      margin: 0;
      display: none;
      text-align: left;
      position: absolute;
      top: 100%;
      width: 100%;
      background: white;
      border: 1px solid #cccccc;
      z-index: 500;
      list-style: none;
      -webkit-border-radius: 0 0 3px 3px;
      -moz-border-radius: 0 0 3px 3px;
      -ms-border-radius: 0 0 3px 3px;
      -o-border-radius: 0 0 3px 3px;
      border-radius: 0 0 3px 3px; }
      .account-dropdown > li > ul > li > a {
        display: block;
        color: #002051;
        padding: 5px 3px;
        border-bottom: 1px solid #bbbbbb;
        font-weight: 700; }
        .account-dropdown > li > ul > li > a:hover, .account-dropdown > li > ul > li > a:active {
          color: #313538; }
    .account-dropdown > li.open > ul {
      display: block; }
    .account-dropdown > li.open .button {
      -webkit-border-radius: 3px 3px 0 0;
      -moz-border-radius: 3px 3px 0 0;
      -ms-border-radius: 3px 3px 0 0;
      -o-border-radius: 3px 3px 0 0;
      border-radius: 3px 3px 0 0; }
  @media all and (max-width: 767px) {
    .account-dropdown > li {
      padding: 0 !important; }
      .account-dropdown > li > a:before {
        display: none !important; }
      .account-dropdown > li ul {
        display: block;
        background: #002051;
        padding: 0 15px;
        overflow: hidden;
        max-height: 0;
        position: fixed;
        top: 45px;
        left: 0;
        width: 100%;
        z-index: 9000;
        border: none;
        -webkit-transition: all, 0.5s;
        -webkit-transition-delay: cubic-bezier(0, 1, 0.5, 1);
        -moz-transition: all, 0.5s, cubic-bezier(0, 1, 0.5, 1);
        -o-transition: all, 0.5s, cubic-bezier(0, 1, 0.5, 1);
        transition: all 0.5s cubic-bezier(0, 1, 0.5, 1); }
        .account-dropdown > li ul li {
          height: 0;
          width: 100%;
          -moz-animation: fadeOut 0.5s;
          -webkit-animation: fadeOut 0.5s;
          -o-animation: fadeOut 0.5s;
          -ms-animation: fadeOut 0.5s;
          animation: fadeOut 0.5s;
          position: absolute;
          left: -5000em;
          padding: 0; }
          .account-dropdown > li ul li a {
            color: white;
            border: none; }
            .account-dropdown > li ul li a:active, .account-dropdown > li ul li a:hover {
              color: white; }
        .account-dropdown > li ul button {
          display: none; }
      .account-dropdown > li.open ul {
        max-height: 150px;
        padding: 0 15px 10px; }
        .account-dropdown > li.open ul li {
          height: auto;
          display: block;
          -moz-animation: fadeIn 0.5s;
          -webkit-animation: fadeIn 0.5s;
          -o-animation: fadeIn 0.5s;
          -ms-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
          padding: 5px 10px;
          position: relative;
          left: 0; }
          @media print {
            .account-dropdown > li.open ul li {
              -moz-animation: none;
              -webkit-animation: none;
              -o-animation: none;
              -ms-animation: none;
              animation: none; } } }

/*
  Module: TopBar
  Description: The topbar module spans the width of the page. It contains a links to various CBOE subsites and registration/login.
*/
.topbar {
  background: #002051;
}
  .topbar .menu {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    position: relative;
    min-height: 1px;
    padding: 0 15px;
    width: 100%;
    text-align: right; }
    @media only screen and (max-width: 767px) {
      .topbar .menu {
        float: none;
        width: auto; } }
    .topbar .menu > li {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      padding: 10px 0;
      margin-left: 25px; }
      .topbar .menu > li.hidedesktop {
        display: none; }
      .topbar .menu > li.hidemobile {
        display: inline-block; }
      .topbar .menu > li a {
        display: block; }
        .topbar .menu > li a.sprite {
          background: url(/assets/modules/header/topbar/assets/CBOE-sprite.jpg) no-repeat top center;
          text-indent: -5000em;
          color: rgba(19, 95, 173, 0) !important;
          text-align: left;
          height: 20px; }
          .topbar .menu > li a.sprite.c2 {
            width: 57px;
            background-position: center 3px; }
          .topbar .menu > li a.sprite.futures {
            width: 71px;
            background-position: center -28px; }
          .topbar .menu > li a.sprite.stock {
            width: 71px;
            background-position: center -59px; }
          .topbar .menu > li a.sprite.permit {
            width: 67px;
            background-position: center -90px; }
          .topbar .menu > li a.sprite.cboe {
            width: 40px;
            background-position: center -122px; }
		  .topbar .menu > li a.sprite.livevol {
            width: 55px;
            background-position: center -152px; }
  @media screen and (max-width: 767px) {
    .topbar {
      background: #002051;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 80000;
      height: 45px;
    }
      .topbar .menu {
        padding: 0 10px;
        width: 100%; }
        .topbar .menu > li {
          margin-left: 10px;
          padding: 8px 0; }
          .topbar .menu > li.hidedesktop {
            display: inline-block; }
          .topbar .menu > li.hidemobile {
            display: none; }
          .topbar .menu > li .button {
            padding: 0;
            text-align: left;
            background: none;
            text-indent: -5000em;
            color: rgba(19, 95, 173, 0) !important;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            -ms-border-radius: 0;
            -o-border-radius: 0;
            border-radius: 0;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -ms-box-shadow: none;
            -o-box-shadow: none;
            box-shadow: none; }
          .topbar .menu > li .account, .topbar .menu > li .search {
            background: url(/assets/modules/header/topbar/assets/mobile-icons.png) no-repeat top left;
            width: 27px;
            height: 27px; }
          .topbar .menu > li .account {
            background-position: top right; }
      .topbar .navicon {
        position: absolute;
        left: 10px;
        top: 10px;
        height: 40px;
        width: 30px; }
        .topbar .navicon:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0.25em;
          width: 30px;
          height: 4px;
          background: white;
          box-shadow: 0 8px 0 0 white, 0 16px 0 0 white; } }
  @media screen and (orientation: landscape) {
    .topbar {
      width: 100.1%; }
      .topbar .menu {
        width: 100.1%; } }
  @media screen and (orientation: portrait) {
    .topbar {
      width: 100%; }
      .topbar .menu {
        width: 100%; } }
  @media print {
    .topbar {
      display: none; } }

/*
  Module: MicroSite Products
  Description: MicroSite Products.
*/

 /* Start custom styles */
.bodyColumn img
{
  display:inline-block;
}
.bodyColumn h6
{
  padding:0px;
  margin:0px;
}
.div-container {
  position: relative;
  /*padding-bottom: 90%;*/
  height: auto;
  overflow: hidden;
}
.div-container table{
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.div-video-container {
  position: relative;
  overflow: hidden;
}
.div-video-container object{
  /*position: absolute;*/
  top: 0;
  left: 0;
}
#qtData img{border:1px solid #cecece;}
.d{color:#FF0000 !important;}
.u{color:#008000 !important;}
.brdr{}
.brdr tr td{border:1px solid #cecece;}
.vix-video{margin-top: 25px; margin-bottom: 25px; height: 90px; border-bottom: 1px solid #cecece;}
.vix-video-left{float:left;width:20%;}
.vix-video-right{float:left;width:80%;margin-top: -20px;}
.vix-ftr-link {color:#aaa;margin:0px;width:150px;margin-top:-40px;}
.pad-b0{padding-bottom:0px !important;}
@media only screen and (max-width: 950px) {
  .div-video-container object{
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 350px) {
  #qtData img{
    min-width:194px; min-height:81px;position:absolute;
    }
  #qtTable
  {
    padding-top:95%;
  }
  #bwx-table
  {
    padding-bottom:30%;
  }
  .bodyColumn table tbody
  {
    float:left;
  }
  .div-video-container
  {
	width:270px;
  }
  .div-video-container object {
	float:left;
    top: 0;
    left: 20;
	margin:0px;
	padding:0px;
    width: 220px;
    height: 186px;
  }
}
@media only screen and (max-width: 280px) {
  .div-container table td {
    border-right: none;
  }

}
@media only screen and (max-width: 1050px) {
  .vix-link{
	float:right;
	margin-top:0px !important;
  }
}
@media only screen and (max-width: 1050px) {
  .vix-ftr-link{
	margin-top:-20px;
  }
}
@media only screen and (max-width: 965px) {
  .vix-ftr-link{
	margin-top:0px;
	margin-right:157px;
  }
}
@media only screen and (max-width: 950px) {
  .vix-link{
	float:left;
	margin-top:0px !important;
  }
}
@media all and (max-width: 965px) {
  .hideatLT965 {
    position: fixed !important;
    top: 2000% !important;
    right: -2000% !important;
    display: none !important; } }
 /* End Custom Styles */
 /* Custom class to remove white space issues */
  p:empty {display: none;}  
  .nobottom-space { margin-bottom:-25px;}
  .pad0-top {padding-top:0px !important;}  
  /* End */
/*
  Module: QuickSearch
  Description: Quick search module. Layer of abstraction will allow us to in theory drop this module in many places. Primary location designed for is in the header module.
*/
.quicksearch {
  display: table;
  width: 100%;
  text-align: right; }
  .quicksearch> {
    font-size: 0; }
  .quicksearch .field, .quicksearch .submit {
    display: table-cell;
    vertical-align: top; }
  .quicksearch .field {
    width: 100%; }
  .quicksearch input[type="text"] {
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 7px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(0, 0, 0, 0.5);
    border: none;
    background: white; }
  .quicksearch button[type="submit"] {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-left: 10px; }
  .quicksearch form.gsc-search-box {
    padding: 0 !important;
    margin: 0 !important; }
  .quicksearch .gsc-control-cse, .quicksearch .gsc-control-cse-en {
    padding: 0;
    background: none;
    border: none; }
    .quicksearch .gsc-control-cse input.gsc-search-button, .quicksearch .gsc-control-cse-en input.gsc-search-button {
      background-color: #002051 !important;
      padding: 9px 15px !important;
      height: auto !important;
      border-color: #002051 !important; }
      .quicksearch .gsc-control-cse input.gsc-search-button:hover, .quicksearch .gsc-control-cse-en input.gsc-search-button:hover {
        background-color: #1879db !important; }
    .quicksearch .gsc-control-cse td.gsc-input, .quicksearch .gsc-control-cse-en td.gsc-input {
      padding-right: 7px !important; }
    .quicksearch .gsc-control-cse .gsc-clear-button, .quicksearch .gsc-control-cse-en .gsc-clear-button {
      display: none; }
    .quicksearch .gsc-control-cse .gsc-results-wrapper-overlay, .quicksearch .gsc-control-cse-en .gsc-results-wrapper-overlay {
      text-align: left; }
  @media screen and (max-width: 900px) { }

/*
  Module: Twitter
  Description: Twitter module that can be called as a widget or standalone
*/
.twitter .api .tweet {
  display: table; }
  .twitter .api .tweet .avatar, .twitter .api .tweet .message {
    display: table-cell;
    vertical-align: top; }
  .twitter .api .tweet .avatar {
    width: 50px; }
  .twitter .api .tweet .message {
    padding-left: 10px; }

/*
  Module: Content Block
  Description: A content block holder using an article node.
*/
article.content {
  word-wrap: break-word;
  /*
    Overwrites for default restable styles
  */ }
  article.content a:not('.button') {
    color: #002051; }
    article.content a:not('.button'):hover, article.content a:not('.button'):active {
      color: #313538; }
    article.content a:not('.button') img {
      padding-bottom: 1px;
      border-bottom: 4px solid #002051;
    }
  article.content .float-right {
    float: right;
    margin: 0 0 10px 10px; }
  article.content .float-left {
    float: left;
    margin: 0 10px 10px 0; }
  article.content hr {
    clear: both; }
  article.content a {
    /*color: #002051; */
    color: #0046B6 !important;
  }
    article.content a:hover, article.content a:active {
      /*color: #313538 !important;*/
      color: #135FAD !important;
    }
  article.content table {
    width: 100%;
    margin: 25px 0;
    font-weight: 700; }
    article.content table thead {
      background: #002051;
      color: white; }
      article.content table thead tr th {
        padding: 8px 0;
        text-transform: uppercase; }
        article.content table thead tr th:first-child {
          border-right: 1px solid white; }
    article.content table tbody tr {
      border-top: 1px solid white; }
      article.content table tbody tr td {
        padding: 8px 2px;
        text-align: center;
        border-left: 1px solid white; }
        article.content table tbody tr td:first-child {
          background: #21a825;
          color: white;
          text-transform: uppercase;
          border-left: none; }
      article.content table tbody tr:nth-child(even) {
        background: #efefef; }
        article.content table tbody tr:nth-child(even) td:first-child {
          background: #3dd93f; }
      article.content table tbody tr:nth-child(odd) {
        background: #e0e0e0; }
  article.content .tabletolist li:before {
    display: none; }
  article.content .tabletolist > li {
    margin: 0; }
  article.content .tabletolist > li .titles {
    background-color: #002051; }
  article.content .tabletolist > li ul > li {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0;
    margin: 0; }
    article.content .tabletolist > li ul > li .row_headers, article.content .tabletolist > li ul > li .row_data {
      display: table-cell;
      width: 50%;
      float: none;
      padding: 10px; }
    article.content .tabletolist > li ul > li .row_headers {
      background-color: #21a825;
      color: white;
      font-weight: 700;
      text-transform: uppercase; }
article.content ul {
    list-style: none; 
}
article.content ul li {
    margin: 5px 0;
    position: relative;
}
article.content ul li:before {
    content: '\2022';
    color: #21a825;
    position: absolute;
    left: -15px;
    top: 0;
    font-size: 2em;
    line-height: 15px;
}     
article.content h1 a, article.content h2 a, article.content h3 a, article.content h4 a {
    display: block;
}
article.content h1 a:after, article.content h2 a:after, article.content h3 a:after, article.content h4 a:after {
    display: inline-block;
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #313538;
    vertical-align: middle;
    margin: -3px 0 0 7px; 
}
@media screen and (max-width: 950px) {
    article.content .float-right.advert {
    width: 50%; }
    article.content .button {
    display: block;
    width: 100%;
    text-align: center;
    margin: 10px 0; }
    article.content .button a {
    display: block; } 
}

/* Added post PWC - by johnstod */

.chartborder {
	border: solid 1px #dedede;	
}
/*
  Module: Course Status
  Description: Displays a course title and current status information
*/
.course-status .summary {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c4c4c4; }
  .course-status .summary h3, .course-status .summary .status {
    display: table-cell;
    width: 50%;
    vertical-align: top; }
  .course-status .summary h3 {
    font-size: 1.2em;
    text-transform: none; }
  .course-status .summary .status {
    text-align: right; }

/*
  Module: Education Snapshot Wrap
  Description: Wrapper component to the education snapshot module.
*/
.progress-summary h3 {
  padding-right: 45px; }
  .progress-summary h3 .percent {
    position: absolute;
    right: 0;
    top: 0;
    color: #21a825; }
.progress-summary .bar-wrap {
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, from(#c6c6c6), to(#dadada));
  background: -moz-linear-gradient(top, #c6c6c6, #dadada);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6c6c6', endColorstr='#dadada');
  border: 1px solid #c6c6c6;
  padding: 7px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  filter: none\9; }
  .progress-summary .bar-wrap .bar {
    background: #313538;
    height: 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    overflow: hidden; }
    .progress-summary .bar-wrap .bar .prog {
      background: #29d32c;
      height: 15px; }
@media print {
  .progress-summary .bar-wrap .bar .prog {
    background: #dddddd !important; } }

/*
  Module: Education Snapshot Wrap
  Description: Wrapper component to the education snapshot module.
*/
.education-snapshot {
  background: #dddddd;
  padding: 20px 15px;
  border-left: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  margin-top: 20px; }
  .education-snapshot h3 {
    text-transform: uppercase;
    position: relative;
    font-size: 1.4em;
    letter-spacing: 0.03em;
    margin: 0 0 15px; }
  .education-snapshot .inRow {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-bottom: 1px solid #b7b7b7; }
    .education-snapshot .inRow .mainCol, .education-snapshot .inRow .sideCol {
      display: table-cell; }
    .education-snapshot .inRow .sideCol {
      width: 250px;
      padding-left: 50px; }
  .education-snapshot ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0; }
    .education-snapshot ul li {
      border-top: 1px solid #b7b7b7;
      padding: 10px; }
      .education-snapshot ul li a {
        display: block;
        color: #002051;
        font-weight: 700;
        font-size: 1.1em;
        padding: 10px;
        margin: -10px; }
        .education-snapshot ul li a:hover, .education-snapshot ul li a:active {
          color: #313538; }
  .education-snapshot .next {
    margin-top: 17px; }
    .education-snapshot .next ul {
      display: table;
      table-layout: fixed;
      width: 100%; }
      .education-snapshot .next ul li {
        display: table-cell;
        width: 50%; }
  .education-snapshot .title-bar {
    background: #002051;
    margin: 0 -16px 20px;
    color: white;
    position: relative;
    padding: 8px 15px; }
    .education-snapshot .title-bar h2 {
      margin: 0;
      font-weight: 400; }
    .education-snapshot .title-bar .account a {
      position: absolute;
      right: 10px;
      top: 10px;
      color: white; }
  .education-snapshot .extended {
    margin-top: 25px; }
  .education-snapshot .accordion {
    margin: 0 -16px; }
  @media screen and (max-width: 1000px) {
    .education-snapshot .inRow {
      display: table;
      table-layout: fixed;
      width: 100%;
      border-bottom: 1px solid #b7b7b7; }
      .education-snapshot .inRow .mainCol, .education-snapshot .inRow .sideCol {
        display: block;
        width: 100%;
        padding-left: 0; }
      .education-snapshot .inRow .sideCol {
        margin-top: 15px; } }
  @media screen and (max-width: 767px) {
    .education-snapshot .next ul {
      display: block; }
      .education-snapshot .next ul li {
        display: block;
        width: 100%; } }
  @media all and (max-width: 350px) {
    .education-snapshot .title-bar h2 {
      font-size: 1em; } }


 /* Start custom styles */
 .education-snapshot .next ul li:before, .education-snapshot .sideCol ul li:before {content:""; color:transparent;}
 .education-snapshot .title-bar .login {position: absolute;right: 10px;top: 10px;color: white; }
 .cur{cursor:pointer;}
 .disp {display: inline-block !important;}
 #dvlogin, #dvafterlogin {margin-top:20px !important;}
 .divIframe
 {
	border: 1px solid #999999;
	padding-right: 5px;
 }
 /* End Custom Styles */
/*
  Module: Error
  Description: Generic error message display.
*/
section.error {
  text-align: center;
  margin: 15px 0 !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #c4c4c4; }
  section.error .primary, section.error .secondary {
    margin: 0; }
  section.error .primary {
    font-size: 2em;
    font-weight: 400;
    color: #b7120b; }
  section.error .secondary {
    margin-top: 5px; }

/*
  Module: Event summary
  Description: Will print out a summary of the event with meta data array being fed in.
*/
.event h2 {
  color: #002051;
  margin-bottom: 5px; }
.event ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 15px 0; }
  .event ul li, .event ul strong, .event ul span {
    display: inline-block;
    vertical-align: top; }
  .event ul li {
    margin: 5px 0;
    display: block; }
.event dl {
  margin: 20px 0; }
  .event dl dt {
    font-weight: 700;
    margin: 0 0 5px 0; }
  .event dl dd {
    margin: 0; }
    .event dl dd p:first-child {
      margin-top: 0; }
    .event dl dd p:last-child {
      margin-bottom: 0; }
@media all and (max-width: 850px) {
  .event ul {
    margin: 10px 0; }
    .event ul li strong, .event ul li span {
      display: block;
      width: 100%; } }

/*
  Module: Form body
  Description: This component simply wraps messaging and styling around sub components.
*/
.form-body .before h2 {
  font-size: 1.8em;
  font-weight: 400; }
.form-body.min-height-120 .before {
  min-height: 120px; }
.form-body.max-width-400 {
  max-width: 400px;
  margin-left: auto !important;
  margin-right: auto !important; }
.form-body.max-width-500 {
  max-width: 500px;
  margin-left: auto !important;
  margin-right: auto !important; }
.form-body.max-width-600 {
  max-width: 600px;
  margin-left: auto !important;
  margin-right: auto !important; }

/*
  Module: Search Generic
  Description: Generic customizable search form with a single field.
*/
.search-generic input[type="text"] {
  width: 40%;
  margin: 0 10px; }
.search-generic.focus input[type="text"], .search-generic.focus label {
  font-size: 1.1em; }
.search-generic.focus button, .search-generic.focus input[type="text"] {
  min-height: 30px;
  vertical-align: middle;
  min-height: auto\9; }
@media all and (max-width: 600px) {
  .search-generic input[type="text"], .search-generic button {
    display: block;
    width: 100%;
    margin: 5px 0; } }

/*
  Module: Weeklys Form
  Description:
*/
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.forms.weeklys {
  background: #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  margin: 10px 0 20px; }
  .forms.weeklys h3 {
    margin-top: 0;
    margin-bottom: 10px; }
  .forms.weeklys div {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .forms.weeklys div .col {
      display: table-cell;
      width: 80px;
      padding: 0 10px; }
      .forms.weeklys div .col:first-child {
        width: auto;
        padding: 0 0; }
      .forms.weeklys div .col input {
        width: 100%; }
  @media screen and (max-width: 950px) {
    .forms.weeklys div {
      display: block; }
      .forms.weeklys div .col {
        display: inline-block;
        width: 49%;
        padding: 0; }
        .forms.weeklys div .col:first-child {
          width: 100%;
          margin-bottom: 5px; }
        .forms.weeklys div .col button {
          width: 100%; } }

/*
  Module: Wrapped form
  Description: This component simply wraps messaging and styling around the form element.
*/
.form-wrapped {
  background: #dddddd;
  padding: 20px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .form-wrapped .buttons {
    margin-top: 20px;
    text-align: center; }
    .form-wrapped .buttons .button {
      margin: 0 10px; }
  .form-wrapped label.checkbox {
    padding: 0 0 0 22px;
    margin: 10px 0;
    font-weight: 400;
    cursor: pointer; }
    .form-wrapped label.checkbox input[type="checkbox"] {
      float: left;
      margin: 2px 0 0 -16px; }
  .form-wrapped img {
    margin: 20px 0; }
  .form-wrapped h4, .form-wrapped h5 {
    margin: 0; }
  .form-wrapped h1 {
    color: #002051;
    font-size: 2em;
    margin: 0; }
  .form-wrapped h3 {
    margin-top: 0;
    color: #002051;
    font-size: 1.6em;
    font-weight: 400; }
  .form-wrapped .columns {
    padding: 0 10%;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 15px 0; }
    .form-wrapped .columns.nopadding {
      padding: 0; }
    .form-wrapped .columns.half-width {
      width: 50%; }
    .form-wrapped .columns.fourth-width {
      width: 25%; }
    .form-wrapped .columns.threefourth-width {
      width: 75%; }
    .form-wrapped .columns .column {
      display: table-cell;
      vertical-align: top;
      padding: 0 10px; }
    .form-wrapped .columns .col {
      display: inline-block;
      width: 49%;
      vertical-align: top; }
  .form-wrapped.blue {
    background: #002051;
    color: white; }
    .form-wrapped.blue h3 {
      color: white; }
  .form-wrapped.noradius {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
  @media all and (max-width: 767px) {
    .form-wrapped .columns {
      display: block;
      width: 100%; }
      .form-wrapped .columns.half-width {
        width: 100%; }
      .form-wrapped .columns.fourth-width {
        width: 100%; }
      .form-wrapped .columns.threefourth-width {
        width: 100%; }
      .form-wrapped .columns .column {
        display: block; }
    .form-wrapped .buttons {
      margin-top: 20px;
      text-align: center; }
      .form-wrapped .buttons .button {
        display: block;
        width: 100%;
        margin: 10px 0; } }
  @media all and (max-width: 500px) {
    .form-wrapped .columns .col {
      width: 100%; } }

/*
  Module: Hero
  Description: Hero module renders a single background image and has
  functionality to allow for multiple overlay slides.
*/
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.widget-hero {
  overflow: hidden;
  position: relative; }
  .widget-hero .slides .slide {
    left: -5000em;
    position: absolute;
    cursor: pointer; }
    .widget-hero .slides .slide h5 {
      margin-bottom: 10px; }
    .widget-hero .slides .slide.active {
      position: relative;
      left: 0;
      -moz-animation: fadeIn 1s;
      -webkit-animation: fadeIn 1s;
      -o-animation: fadeIn 1s;
      -ms-animation: fadeIn 1s;
      animation: fadeIn 1s; }
    .widget-hero .slides .slide .link {
      position: absolute;
      right: 15px;
      bottom: 15px;
      background: #00A82C;
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      zoom: 1;
      *display: inline;
      color: white;
      padding: 3px 10px;
      text-decoration: none;
      /*text-transform: uppercase;*/
      font-weight: 400;
      font-size: 0.9em;
    }
      .widget-hero .slides .slide .link:hover, .widget-hero .slides .slide .link:active {
        background: #00B614;
      }
		

		.widget-hero .slides .slide .link-blue {
		  position: absolute;
		  right: 15px;
		  bottom: 15px;
		  background: #0d4178;
		  display: -moz-inline-stack;
		  display: inline-block;
		  vertical-align: middle;
		  *vertical-align: auto;
		  zoom: 1;
		  *display: inline;
		  color: white;
		  padding: 3px 10px;
		  text-decoration: none;
		  /*text-transform: uppercase;*/
		  font-weight: 400;
		  font-size: 0.9em; }
      .widget-hero .slides .slide .link-blue:hover, .widget-hero .slides .slide .link-blue:active {
        background: #14aeee; }

					
		
  .widget-hero .slides .controls {
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 17px;
    left: 11px; 
	z-index:1;}
    .widget-hero .slides .controls li {
      cursor: pointer;
      display: block;
      float: left;
      background: white;
      height: 10px;
      width: 10px;
      margin: 0 5px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px; }
      .widget-hero .slides .controls li.active {
        background: #14aeee; }
		
  .widget-hero.hero {
    min-height: 305px; }
    .widget-hero.hero .background {
      position: absolute;
      top: 0;
      left: 0px;
      z-index: 0;
       max-width: 800px !important;
       width: 100% !important; 	  
	  }
    .widget-hero.hero .slides .slide {
      width: 100%;
      height: 100%; }
      .widget-hero.hero .slides .slide.active {
        position: absolute; }
      /*.widget-hero.hero .slides .slide .content {
        background: #135eac;
        width: 65%;
        color: white;
        padding: 15px;
        border-top: 6px solid #1771cf;
        border-right: 6px solid #0e437b;
        position: absolute;
        bottom: 0;
        left: 0; }*/
      .widget-hero.hero .slides .slide .content {		
		/*background: #135eac;*/
		width: 100%;
		color: white;
		padding: 15px;
		position: absolute;
		/*opacity:0.8;*/
		bottom: 0;
		left: 0px; 
		z-index:1;}

      .widget-hero.hero .slides .slide .content-transparent {
        background: #001F51;
        bottom: 0;
        height: 135px;
        left: 0px;
        position: absolute;
        width: 100%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        opacity: 0.5;
      }
		
        /*.widget-hero.hero .slides .slide .content:before {
          display: block;
          content: "";
          position: absolute;
          top: -6px;
          left: 0;
          border-style: solid;
          border-width: 6px 6px 0 0;
          border-color: #dddddd transparent transparent transparent; }*/
        .widget-hero.hero .slides .slide .content h5 {
          color: #fff;
          font-size: 1em;
          font-weight: 600;
          /*text-transform: uppercase;*/
          margin: 0; }
        .widget-hero.hero .slides .slide .content h2 {
          font-size: 1.6em;
          font-weight: 400;
          padding-right: 20px;
          margin: 10px 0 35px; }
		 
		 
		  
		.widget-hero.hero .slides .slide .content-blue {
        background: #135eac;
        width: 65%;
        color: white;
        padding: 15px;
        border-top: 6px solid #1771cf;
        border-right: 6px solid #0e437b;
        position: absolute;
        bottom: 0;
        left: 0; }
		.widget-hero.hero .slides .slide .content-blue:before {
          display: block;
          content: "";
          position: absolute;
          top: -6px;
          left: 0;
          border-style: solid;
          border-width: 6px 6px 0 0;
          border-color: #dddddd transparent transparent transparent; }
        .widget-hero.hero .slides .slide .content-blue h5 {
          color: #14aeee;
          font-size: 1em;
          font-weight: 600;
          /*text-transform: uppercase;*/
          margin: 0; }
        .widget-hero.hero .slides .slide .content-blue h2 {
          font-size: 1.6em;
          font-weight: 400;
          padding-right: 20px;
          margin: 10px 0 35px; }
		  
		  
		  
  .widget-hero.copybased .slides .slide {
    padding-bottom: 30px; 
    cursor: default;
  }
    .widget-hero.copybased .slides .slide h2 {
      margin-top: 0;
      margin-bottom: 10px; }
    .widget-hero.copybased .slides .slide h5 {
      margin-bottom: 0;
      color: #aaaaaa; }
  .widget-hero.copybased .controls li {
    background: #caced1; }
    .widget-hero.copybased .controls li.active {
      background: #313538; }
  .widget-hero.copybased.slim .slides .slide {
    padding-bottom: 25px; }
    .widget-hero.copybased.slim .slides .slide .link {
      left: 0;
      right: auto;
      position: relative;
      margin-top: 15px; }
  .widget-hero.copybased.slim .controls {
    left: 0; }
  .widget-hero.side-image {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .widget-hero.side-image .copy, .widget-hero.side-image .image {
      display: table-cell;
      vertical-align: top;
      width: 50%;
      position: relative; }
    .widget-hero.side-image .copy {
      padding-left: 10px; }
    .widget-hero.side-image .image {
      padding-right: 10px; }
    .widget-hero.side-image .slides .slide {
      padding-bottom: 25px; }
      .widget-hero.side-image .slides .slide .link {
        left: 0;
        right: auto;
        position: relative;
        margin-top: 15px; }
    .widget-hero.side-image .controls {
      right: 15px;
      left: auto; }
  @media screen and (max-width: 767px) {
    .widget-hero.hero {
      min-height: 0; }
      .widget-hero.hero .background {
        position: fixed;
        top: 200%; }
      .widget-hero.hero .slides {
        position: relative; }
        .widget-hero.hero .slides .slide {
          width: 100%; }
          .widget-hero.hero .slides .slide.active {
            position: relative; }
          .widget-hero.hero .slides .slide .content {
			background:#135eac;  
			opacity:1.0;  
            width: 100%;
            position: relative; }
          .widget-hero.hero .slides .slide .content-transparent {			
			opacity:1.0;
			display:none;
		  }
			
    .widget-hero.copybased {
      border-top: 1px solid #dddddd;
      border-bottom: 1px solid #dddddd;
      padding: 0 15px;
      margin: 10px -15px; }
      .widget-hero.copybased.slim .controls {
        left: 11px; }
      .widget-hero.copybased.mobile-no-border-top {
        border-top: none; }
      .widget-hero.copybased.mobile-no-border-bottom {
        border-bottom: none; }
    .widget-hero.side-image {
      margin-left: 0; }
      .widget-hero.side-image .image {
        display: none; }
      .widget-hero.side-image .copy {
        padding: 0; } }
  @media print {
    .widget-hero.hero .slides .slide {
      background: #21a825 !important; }
    .widget-hero.copybased.slim .slides .slide {
      position: relative;
      left: 0; } }

/*
  Module: HeroAd
  Description: A simple wrapper component around hero banners allowing for ad placemants.
*/
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.hero-ad.adright {
  display: table !important;
  table-layout: fixed;
  width: 100%; }
  .hero-ad.adright .h-placement, .hero-ad.adright .a-placement {
    display: table-cell;
    vertical-align: top; }
  .hero-ad.adright .a-placement {
    width: 315px;
    padding-left: 15px; }
@media screen and (max-width: 900px) {
  .hero-ad.adright .a-placement {
    display: none; } }
@media print {
  .hero-ad.adright .a-placement {
    display: none; } }

/*
  Module: List Widgets
  Description: Used for several styling and format of list based widgets.
*/
.widget-list {
  *zoom: 1; }
  .widget-list:before, .widget-list:after {
    content: " ";
    display: table; }
  .widget-list:after {
    clear: both; }
  .widget-list ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .widget-list ul li {
      border-top: 1px solid #dddddd;
      padding: 10px 0;
      *zoom: 1; }
      .widget-list ul li:before, .widget-list ul li:after {
        content: " ";
        display: table; }
      .widget-list ul li:after {
        clear: both; }
      .widget-list ul li:first-child {
        border-top: none;
        padding-top: 0; }
      .widget-list ul li .thumbnail {
        float: left;
        margin: 0 15px 10px 0; }
        .widget-list ul li .thumbnail.nofloat {
          float: none; }
      .widget-list ul li h2, .widget-list ul li p {
        margin: 3px 0; }
      .widget-list ul li h2 {
        font-size: 1.2em; }
      .widget-list ul li a {
        display: block;
        *zoom: 1; }
        .widget-list ul li a:before, .widget-list ul li a:after {
          content: " ";
          display: table; }
        .widget-list ul li a:after {
          clear: both; }
        .widget-list ul li a:hover, .widget-list ul li a:active {
          color: #135FAD;
        }
      .widget-list ul li.focus h2 {
        font-size: 1.4em; }
  .widget-list.noborder li {
    border-top: none; }
  .widget-list.smaller li {
    padding: 7px 0; }
  .widget-list.smaller h2 {
    font-size: 1em; }
  .widget-list.links ul li {
    border-top: none;
    padding: 5px 0; }
    .widget-list.links ul li a {
      color: #002051; }
      .widget-list.links ul li a:hover, .widget-list.links ul li a:active {
        color: #313538; }
    .widget-list.links ul li:first-child {
      padding-top: 0; }
  .widget-list.list-columns li {
    display: inline-block;
    vertical-align: top;
    padding-top: 0;
    padding-right: 10px; }
  .widget-list.list-columns.two li {
    width: 49%; }
  .widget-list.list-columns.three li {
    width: 32%; }
  .widget-list.list-columns.four li {
    width: 24%; }
  @media screen and (max-width: 767px) {
    .widget-list.list-columns {
      margin: 0;
      padding: 0; }
      .widget-list.list-columns li, .widget-list.list-columns.two li, .widget-list.list-columns.three li, .widget-list.list-columns.four li {
        display: block;
        float: none;
        width: 100%;
        padding: 0;
        margin: 10px 0; } }
  .widget-list.showad ul {
    float: left;
    position: relative;
    min-height: 1px;
    padding: 0 15px;
    width: 66.66667%; }
    @media only screen and (max-width: 767px) {
      .widget-list.showad ul {
        float: none;
        width: auto; } }
  .widget-list.showad .ad {
    float: left;
    position: relative;
    min-height: 1px;
    padding: 0 15px;
    width: 33.33333%; }
    @media only screen and (max-width: 767px) {
      .widget-list.showad .ad {
        float: none;
        width: auto; } }
  @media print {
    .widget-list.showad ul {
      width: 100%; } }




    /*post BGT */
.widget-list ul li p a {
    display: inline-block;
    padding-top:5px;
    color: #002051; 
}

.widget-list ul li p a:hover, .widget-list ul li p a:active {
    color: #313538;
}

.widget-list.nopadding li {
    padding: 0px; }
/*
  Module: Login Social
  Description: Social login component
*/
.login-social.buttons a {
  display: inline-block;
  width: 49%;
  margin: 10px 0; }
@media all and (max-width: 767px) {
  .login-social.buttons a {
    display: block;
    width: 100%; } }

/*
  Module: Login Span
  Description: This small module spans horizontally to call out for register/login to a user.
*/
.login-span {
  width: 100%;
  display: block;
  text-align: center;
  padding: 10px;
  background: #d0d0d0;
  font-weight: 700;
  font-size: 1.3em; }
  .login-span a {
    color: #002051;
    text-decoration: underline; }
    .login-span a:hover, .login-span a:active {
      color: #313538;
      text-decoration: none; }

/*
  Module: Optionable Title
  Description: A widget title component which allows for dropdown options.
*/
.optionable-title {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
  *zoom: 1;
  margin-bottom: 20px !important; }
  .optionable-title:before, .optionable-title:after {
    content: " ";
    display: table; }
  .optionable-title:after {
    clear: both; }
  .optionable-title .left {
    float: left;
    padding-left: 0; }
    .optionable-title .left > .title {
      margin: 0;
      display: inline-block;
      vertical-align: middle; }
  .optionable-title .form-component {
    float: right;
    padding-right: 0;
    text-align: right; }
    .optionable-title .form-component label {
      display: inline-block;
      margin: 6px 4px; }
      .optionable-title .form-component label:last-child {
        margin: 0; }
  .optionable-title .quote-summary {
    float: right;
    width: auto;
    padding-right: 0;
    margin-bottom: 0; }
    .optionable-title .quote-summary .col {
      padding: 0 0 0 50px; }
      .optionable-title .quote-summary .col .key, .optionable-title .quote-summary .col .value {
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap; }
      .optionable-title .quote-summary .col .key {
        margin-right: 10px; }
  @media all and (max-width: 767px) {
    .optionable-title .left, .optionable-title .form-component {
      padding: 0;
      float: none; }
    .optionable-title .form-component {
      text-align: left; }
      .optionable-title .form-component select {
        display: block;
        width: 100%;
        margin: 10px 0; }
      .optionable-title .form-component label {
        width: 100%;
        display: block;
        margin: 5px 0; }
        .optionable-title .form-component label select {
          margin: 0; }
      .optionable-title .form-component button {
        width: 100%;
        text-align: center;
        margin: 5px 0; }
      .optionable-title .form-component > *:last-child {
        margin-bottom: 0; }
    .optionable-title .quote-summary {
      float: none;
      width: 100%; }
      .optionable-title .quote-summary .col {
        padding: 0; } }

/*
  Module: Pagination
  Description: Pagination
*/
.pagination {
  text-align: center;
  margin: 20px 0 0; }
  .pagination ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .pagination ul li {
      display: inline-block;
      margin: 2px 0; }
      .pagination ul li a {
        display: block;
        background: #002051;
        color: white;
        font-size: 0.9em;
        font-weight: 700;
        padding: 3px 8px;
        margin: 0 3px; }
        .pagination ul li a:hover, .pagination ul li a:active {
          background: #166dc4; }
        .pagination ul li a.active {
          background: #21a825; }
      .pagination ul li.next, .pagination ul li.prev {
        vertical-align: top; }
        .pagination ul li.next a, .pagination ul li.prev a {
          background: none;
          color: #313538;
          padding: 3px 20px; }
      .pagination ul li.pages {
        max-width: 57%;
        overflow-x: auto;
        padding-bottom: 10px; }
        .pagination ul li.pages ul {
          display: table;
          width: 100%; }
          .pagination ul li.pages ul li {
            display: table-cell; }
  .pagination .total {
    display: block;
    margin: 10px 0 0 0;
    color: #9d9d9d; }
  @media all and (max-width: 900px) {
    .pagination > ul li.next a, .pagination > ul li.prev a {
      background: none;
      color: #313538;
      padding: 3px 0; } }
  @media all and (max-width: 767px) {
    .pagination > ul {
      position: relative;
      padding-top: 30px; }
      .pagination > ul li.next, .pagination > ul li.prev {
        position: absolute;
        top: 0;
        width: 50%; }
      .pagination > ul li.next {
        right: 0; }
      .pagination > ul li.prev {
        left: 0; }
      .pagination > ul li.pages {
        display: block;
        max-width: 100%;
        overflow-x: scroll;
        padding-bottom: 10px; }
        .pagination > ul li.pages ul {
          display: table;
          width: 100%; }
          .pagination > ul li.pages ul li {
            display: table-cell; } }

/*
  Module: Q&D Title
  Description: Quotes and Data custom widget title element.
*/
.qnd-title {
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
  *zoom: 1; }
  .qnd-title:before, .qnd-title:after {
    content: " ";
    display: table; }
  .qnd-title:after {
    clear: both; }
  .qnd-title .left {
    float: left;
    position: relative;
    min-height: 1px;
    padding: 0 15px;
    width: 58.33333%;
    padding-left: 0; }
    @media only screen and (max-width: 767px) {
      .qnd-title .left {
        float: none;
        width: auto; } }
    .qnd-title .left > h1, .qnd-title .left > select {
      margin: 0;
      display: inline-block;
      vertical-align: middle; }
    .qnd-title .left > select {
      margin-right: 10px; }
  .qnd-title .search-component {
    float: left;
    position: relative;
    min-height: 1px;
    padding: 0 15px;
    width: 41.66667%;
    padding-right: 0;
    margin-top: -10px; }
    @media only screen and (max-width: 767px) {
      .qnd-title .search-component {
        float: none;
        width: auto; } }
  @media all and (max-width: 767px) {
    .qnd-title {
      display: table;
      width: 100%; }
      .qnd-title .left, .qnd-title .search-component {
        padding: 0; }
      .qnd-title .left {
        padding-top: 10px;
        display: table-footer-group; }
      .qnd-title .search-component {
        display: table-header-group; } }
  @media print {
    .qnd-title .search-component {
      display: none; }
    .qnd-title .left {
      width: 100%; } }


/*
  Module: Index Overview
  Description: Creates a list of overview items
*/
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.quote-overview .data .set {
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid #dddddd; }
  .quote-overview .data .set .key, .quote-overview .data .set .value {
    display: table-cell; }
  .quote-overview .data .set .value {
    text-align: right; }

/*
  Module: Index Overview Summary
  Description: Simply shows highlights items from summary object.
*/
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.quote-summary {
  display: table;
  width: 100%;
  margin-bottom: 20px; }
  .quote-summary .col {
    display: table-cell;
    vertical-align: top;
    text-align: center; }
    .quote-summary .col .key, .quote-summary .col .value {
      display: block; }
    .quote-summary .col .key {
      text-transform: uppercase;
      font-size: 0.8em;
      font-weight: 700; }
    .quote-summary .col .value {
      font-size: 1.5em; }
      .quote-summary .col .value .prefix, .quote-summary .col .value .postfix {
        font-size: 0.6em;
        top: -0.5em;
        margin: 0 -0.4em 0 -0.3em; }

/*
  Module: Quote
  Description: Quote component, supports a single quote at this time.
*/
.quote .quoted {
  margin: 10px 0;
  font-size: 1.6em;
  font-style: italic;
  font-weight: 300;
  color: #afb5b9;
  line-height: 1.5em; }
.quote .author {
  text-align: right; }
  .quote .author .title {
    margin-left: -3px; }
  .quote .author .organisation {
    display: block; }

/*
  Module: Search results
  Description: Search results component styling
*/
.results {
  margin: 20px 0; }
  .results > .title {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px;
    position: relative; }
    .results > .title h2 {
      margin: 0; }
    .results > .title select {
      position: absolute;
      right: 0;
      top: 0; }
  .results .result {
    display: block;
    margin: 30px 0; }
    .results .result h2 {
      font-size: 1.1em;
      margin: 5px 0; }
      .results .result h2 a {
        display: block; }
    .results .result p {
      margin: 5px 0; }
    .results .result .url {
      color: #002051; }
      .results .result .url:hover, .results .result .url:active {
        color: #313538; }
  .results.twocols .cols {
    margin: 20px 0;
    display: table;
    table-layout: fixed;
    width: 100%; }
    .results.twocols .cols .col1, .results.twocols .cols .col2 {
      width: 50%;
      display: table-cell;
      vertical-align: top;
      padding: 0;
      border-bottom: 1px solid #cccccc; }
      .results.twocols .cols .col1 .component, .results.twocols .cols .col2 .component {
        border-top: 1px solid #cccccc;
        padding-top: 20px;
        margin-bottom: 20px; }
        .results.twocols .cols .col1 .component:first-child, .results.twocols .cols .col2 .component:first-child {
          padding-top: 0;
          border-top: none; }
    .results.twocols .cols .col1 {
      padding-right: 10px; }
    .results.twocols .cols .col2 {
      padding-left: 10px; }
  @media all and (max-width: 900px) {
    .results.twocols .cols {
      display: block; }
      .results.twocols .cols .col1, .results.twocols .cols .col2 {
        display: block;
        width: 100%; }
      .results.twocols .cols .col2 {
        padding-left: 0; } }
  @media all and (max-width: 767px) {
    .results > .title select {
      position: relative;
      display: block;
      width: 100%;
      margin-top: 5px; } }

/*
  Module: TV Widget .player
  Description: Large player for single video with detaileed title and description.
*/
.sharing .split {
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: 20px;
  background: #dddddd;
  margin: 0 5px; }

/*
  Module: Sidebar Navigation
  Description: Listed navigation element designed to be contained in a sidebar or similar.
*/
.side-navigation {
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  background: white;
  margin-left: -15px; }
  .side-navigation ul, .side-navigation li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block; }
	/*Post PWC - Added nav-ad class for left nav advertisement - Johnstod */
  .side-navigation .nav-ad ul, .side-navigation .nav-ad li {
    padding: 10px 18% 0px 18%; }
	.side-navigation .nav-ad ul, .side-navigation .nav-ad li:nth-child(2) {
    padding: 0px 18% 10px 18%;
	white-space: nowrap;
	overflow: hidden;
	}
  .side-navigation > ul li a {
    display: block;
    font-size: 1.25em;
    font-weight: 700;
    padding: 10px; }
  .side-navigation > ul li ul li {
    border-bottom: 1px solid #dddddd; }
    .side-navigation > ul li ul li a {
      color: #313538; }
      .side-navigation > ul li ul li a:hover, .side-navigation > ul li ul li a.active, .side-navigation > ul li ul li a .active > ul li ul li a:active {
        background: #EEEEEE; }
  .side-navigation > ul > li > a {
    position: relative;
    background-color: #61696e;
    color: white;
    margin-left: -6px; }
    .side-navigation > ul > li > a:before {
      content: '';
      display: block;
      position: absolute;
      bottom: -6px;
      left: 0;
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 0 6px 6px 0;
      border-color: transparent #313538 transparent transparent; }
    .side-navigation > ul > li > a:after {
      content: '';
      display: block;
      position: absolute;
      box-sizing: border-box;
      top: 0;
      left: 100%;
      width: 0;
      border-style: solid;
      border-width: 19px 0 19px 9px;
      border-color: transparent transparent transparent #61696e; }
  @media screen and (max-width: 767px) {
    .side-navigation {
      margin-bottom: 20px;
      margin-left: 0; }
      .side-navigation > ul {
        background: #f2f2f2; }
        .side-navigation > ul > li > a {
          background: #002051;
          padding-right: 40px;
          margin-left: 0;
        }
          .side-navigation > ul > li > a:after, .side-navigation > ul > li > a:before {
            display: none; }
          .side-navigation > ul > li > a:after {
            display: block;
            position: absolute;
            margin-left: -30px;
            margin-top: -10px;
            content: '+';
            top: 50%;
            height: 20px;
            width: 20px;
            border: none;
            background: white;
            color: #002051;
            text-align: center;
            line-height: 20px;
          }		  	
        .side-navigation > ul > li.expanded > a:after {
          content: '-'; }
        .side-navigation > ul > li.expanded ul {
          max-height: none; }
        .side-navigation > ul > li ul {
          max-height: 0;
          overflow: hidden; } }
  @media print {
    .side-navigation {
      display: none; } }
/*
  Module: Sidebar - Filter component
  Description: Filter sub component of sidebar component.
*/
.filter > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #c6c6c6;
  background: white; }
  .filter > ul > li > a, .filter > ul > li > .filter, .filter > ul > li.parent {
    position: relative;
    display: block;
    padding: 8px 10px 8px 8px;
    background: #dddddd;
    border-bottom: 1px solid #c6c6c6;
    font-weight: 700;
    font-size: 0.9em;
    cursor: pointer;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    -o-user-select: none;
    user-select: none; }
    .filter > ul > li > a .total, .filter > ul > li > a:before, .filter > ul > li > .filter .total, .filter > ul > li > .filter:before, .filter > ul > li.parent .total, .filter > ul > li.parent:before {
      position: absolute;
      top: 50%;
      line-height: 14px;
      margin-top: -7px; }
    .filter > ul > li > a .total, .filter > ul > li > .filter .total, .filter > ul > li.parent .total {
      right: 10px; }
    .filter > ul > li > a.shown, .filter > ul > li > .filter.shown, .filter > ul > li.parent.shown {
      background: #313538;
      color: white; }
      .filter > ul > li > a.shown:before, .filter > ul > li > .filter.shown:before, .filter > ul > li.parent.shown:before {
        content: "-"; }
  .filter > ul > li > a, .filter > ul > li.parent {
    color: black; }
    .filter > ul > li > a:before, .filter > ul > li.parent:before {
      display: block;
      content: "+";
      right: 10px;
      font-size: 1.4em;
      font-weight: normal; }
  .filter > ul > li.parent, .filter > ul > li.expanded > a {
    background: #002051;
    color: white; }
  .filter > ul > li.parent {
    padding-left: 8px;
    cursor: default;
    border-bottom: none;
    background: #313538; }
    .filter > ul > li.parent:before {
      display: none; }
  .filter > ul > li ul {
    list-style: none;
    margin: 5px 0;
    padding: 0;
    display: none; }
    .filter > ul > li ul li {
      font-size: 0.9em; }
      .filter > ul > li ul li a, .filter > ul > li ul li label {
        display: block;
        padding: 6px 10px 6px 20px;
        position: relative;
        cursor: pointer; }
        .filter > ul > li ul li a:hover, .filter > ul > li ul li a:active, .filter > ul > li ul li a.shown, .filter > ul > li ul li label:hover, .filter > ul > li ul li label:active, .filter > ul > li ul li label.shown {
          color: #002051; }
        .filter > ul > li ul li a .total, .filter > ul > li ul li a input, .filter > ul > li ul li label .total, .filter > ul > li ul li label input {
          display: block;
          position: absolute;
          margin-right: 10px;
          right: 0;
          top: 50%;
          line-height: 16px; }
        .filter > ul > li ul li a input, .filter > ul > li ul li label input {
          margin-top: -7px; }
          .filter > ul > li ul li a input + span, .filter > ul > li ul li label input + span {
            color: #949ca1;
            margin-right: 10px; }
          .filter > ul > li ul li a input:checked + span, .filter > ul > li ul li label input:checked + span {
            color: #313538; }
        .filter > ul > li ul li a .total, .filter > ul > li ul li label .total {
          margin-top: -8px; }
  .filter > ul > li.expanded > a:before {
    content: "-"; }
  .filter > ul > li.expanded ul {
    display: block; }



/*  Post BGT   */

.sidebar-widget .filter .parent button {
    padding: 3px 5px;
    margin: 0 0 0 10px;
}
/*
  Module: Sidebar Snapshot component
  Description: Contains a search component filter and a drop point for a sub module.
*/
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.sidebar-widget {
  background: #c6c6c6;
  padding: 15px;
  position: relative;
  /*
  Module: Sidebar Snapshot Search subcomponent
  Description: Imported into the higher level component (sidebar)
*/ }
  .sidebar-widget:after {
    display: block;
    content: "";
    position: absolute;
    bottom: -5px;
    width: 0px;
    height: 0px;
    border-style: solid; }
  .sidebar-widget.left {
    margin-left: -20px; }
    .sidebar-widget.left:after {
      left: 0;
      border-width: 0 5px 5px 0;
      border-color: transparent #313538 transparent transparent; }
  .sidebar-widget.right {
    margin-right: -20px; }
    .sidebar-widget.right:after {
      right: 0;
      border-width: 5px 5px 0 0;
      border-color: #313538 transparent transparent transparent; }
  .sidebar-widget .search {
    margin: -15px -15px 15px -15px;
    padding: 15px;
    background: #7a7a7a;
    color: white; }
    .sidebar-widget .search .input {
      position: relative;
      line-height: 0; }
      .sidebar-widget .search .input input {
        width: 100%;
        padding-right: 30px; }
      .sidebar-widget .search .input button {
        position: absolute;
        right: -1px;
        top: 0;
        height: 100%;
        width: 30px;
        background: #002051;
        border: none;
        margin: 0;
        padding: 0;
        -webkit-border-radius: 0 5px 5px 0;
        -moz-border-radius: 0 5px 5px 0;
        -ms-border-radius: 0 5px 5px 0;
        -o-border-radius: 0 5px 5px 0;
        border-radius: 0 5px 5px 0; }
        .sidebar-widget .search .input button:hover {
          background: #166dc4; }

/*
  Module: Snapshot Widget
  Description: Market snapshot widget designed to be connected with Market API.
*/
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.snapshot .graph {
  position: relative;
  padding: 0 1px 1px 1px;
  border: 1px solid #dddddd;
  /* settings while loading */
  position: absolute;
  left: -5000em;
  width: 200px; }
  .snapshot .graph .images, .snapshot .graph .image {
    overflow: hidden; }
    .snapshot .graph .images.crop img, .snapshot .graph .image.crop img {
      width: auto;
      float: right; }
    .snapshot .graph .images img, .snapshot .graph .image img {
      width: 100%;
      max-width: none !important; }
  .snapshot .graph .button {
    position: absolute;
    top: -46px;
    right: 0; }
    @media screen and (max-width: 950px) {
      .snapshot .graph .button {
        display: block;
        position: relative;
        text-align: center;
        margin: -10px 0 10px 0;
        top: 0; } }
  .snapshot .graph .siderail {
    display: table;
    table-layout: fixed;
    width: 100%;
    background: #002051;
    list-style: none;
    margin: 0;
    padding: 0; }
    .snapshot .graph .siderail li {
      display: table-cell;
      position: relative;
      width: 20%;
      color: #798289;
      font-weight: 700; }
      .snapshot .graph .siderail li a {
        display: block;
        height: 100%;
        color: white;
        padding: 0 5px;
        vertical-align: middle;
        position: relative;
        line-height: 25px; }
        .snapshot .graph .siderail li a:hover {
          background: #166dc4; }
        .snapshot .graph .siderail li a.active {
          background: white;
          color: #313538; }
  .snapshot .graph .images {
    text-align: right;
    line-height: 0;
    overflow: hidden;
    position: relative; }
    .snapshot .graph .images .image {
      position: absolute;
      left: -5000em; }
      .snapshot .graph .images .image img {
        display: inline-block; }
        .snapshot .graph .images .image img.tablet, .snapshot .graph .images .image img.mobile {
          display: none; }
      .snapshot .graph .images .image.active {
        position: relative;
        left: 0;
        -moz-animation: fadeIn 1s;
        -webkit-animation: fadeIn 1s;
        -o-animation: fadeIn 1s;
        -ms-animation: fadeIn 1s;
        animation: fadeIn 1s; }
        @media print {
          .snapshot .graph .images .image.active {
            -moz-animation: none;
            -webkit-animation: none;
            -o-animation: none;
            -ms-animation: none;
            animation: none; } }
.snapshot .loading {
  width: 100%;
  vertical-align: middle;
  height: 180px;
  text-align: center;
  line-height: 170px;
  font-weight: 700;
  color: #798289; }
.snapshot.loaded .graph {
  left: 0;
  position: relative;
  -moz-animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
  animation: fadeIn 1s;
  width: auto; }
  @media print {
    .snapshot.loaded .graph {
      -moz-animation: none;
      -webkit-animation: none;
      -o-animation: none;
      -ms-animation: none;
      animation: none; } }
.snapshot.loaded .loading {
  display: none; }
.snapshot h3 {
  margin: 4px 0 1px;
  font-size: 1em !important; }
.snapshot .volume {
  margin: 0;
  list-style: none;
  padding: 0;
  *zoom: 1;
  display: table;
  width: 100%; }
  .snapshot .volume:before, .snapshot .volume:after {
    content: " ";
    display: table; }
  .snapshot .volume:after {
    clear: both; }
  .snapshot .volume li {
    display: table-cell;
    text-align: center;
    width: 20%;
    border-left: 1px solid #dddddd;
    vertical-align: bottom;
    line-height: 1em; }
    .snapshot .volume li:first-child {
      border-left: none; }
    .snapshot .volume li .before {
      font-weight: 700;
      font-size: 0.75em; }
    .snapshot .volume li h5 {
      font-size: 1.1em;
      font-weight: 400;
      font-family: "Arial Black", Gadget, sans-serif;
      margin: 0; }
    .snapshot .volume li .negative, .snapshot .volume li .positive {
      font-size: 0.9em;
      font-weight: 700; }
    .snapshot .volume li .negative {
      color: #b7120b; }
    .snapshot .volume li .positive {
      color: #21a825; }
.snapshot .title h2, .snapshot .title a {
  display: inline-block;
  margin: 0; }
.snapshot .title a {
  color: #002051;
  margin-left: 10px; }
  .snapshot .title a:hover, .snapshot .title a:active {
    color: #313538; }
.snapshot .title .meta {
  float: right; }
  .snapshot .title .meta > span {
    font-size: 1.4em;
    font-weight: 700; }
  .snapshot .title .meta .data {
    display: inline-block;
    vertical-align: top;
    font-size: 0.8em;
    line-height: 1em; }
    .snapshot .title .meta .data span {
      display: block; }
@media all and (max-width: 767px) {
  .snapshot .title .meta {
    float: none;
    display: block;
    text-align: right;
    margin-top: 5px; }
  .snapshot .graph .images .image img {
    float: none; }
    .snapshot .graph .images .image img.desktop {
      display: none; }
    .snapshot .graph .images .image img.tablet {
      display: block; } }
@media all and (max-width: 500px) {
  .snapshot .graph .images .image img.desktop, .snapshot .graph .images .image img.tablet {
    display: none; }
  .snapshot .graph .images .image img.mobile {
    display: block; } }
.snapshot.wide .graph .image .smaller {
  display: none; }
@media all and (max-width: 950px) {
  .snapshot.wide .graph .image .smaller {
    display: block; }
  .snapshot.wide .graph .image .larger {
    display: none; } }
@media all and (max-width: 767px) {
  .snapshot.wide .graph .image .smaller {
    display: none; }
  .snapshot.wide .graph .image .larger {
    display: block; } }
@media all and (max-width: 500px) {
  .snapshot.wide .graph .image .smaller {
    display: block; }
  .snapshot.wide .graph .image .larger {
    display: none; } }
@media print {
  .snapshot .graph .button {
    display: none; } }



/* post BGT */

.snapshot .volume li.width25 {
    width:25%;
} 
.snapshot .volume li h4 {
    font-size: 0.9em;
    margin: 3px 0 0;
}
.snapshot h3.smaller {
    margin: 3px 0 -0.9em 0px;
    font-size: .90em !important; 
}
.snapshot .volume li span.before  {
    font-size:80% !important;
}
.snapshot .volume li .negative.smaller, .snapshot .volume li .positive.smaller {
    font-size:90% !important;
}
@media all and (max-width: 667px) {
    .snapshot .volume li h4 {
        padding-left:2px;
        padding-right:2px;
    }
    .snapshot .volume li span.before {
        font-size:90% !important;
    }
    .snapshot .volume li .negative.smaller, .snapshot .volume li .positive.smaller {
        font-size:1em !important;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .snapshot .volume li h4 {
        font-size: 0.8em !important;
        padding-left:1px;
        padding-right:1px;
    }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) { 
    .snapshot .volume li h4 {
        font-size: 0.8em !important;
        padding-left:1px;
        padding-right:1px;
    }
}

.snapshot .graph .smaller.button {
    top:-27px;
}
.snapshot .graph a.smaller.button {
    padding:4px 20px !important;
    font-size:10px;
}
@media screen and (max-width: 950px) {
    .snapshot .graph .smaller.button {
    display: block;
    position: relative;
    text-align: center;
    margin: -10px 0 10px 0;
    top: 0; } }
    @media screen and (max-width: 667px) {
        .snapshot .graph a.smaller.button
        {padding:5px 20px; font-size:12px;
    } }
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .snapshot .graph .smaller.button {
    top:-46px;
}
}


/*
  Module: Table
  Description: Controlled table component allowing for hide functionality on mobile.
*/
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

.table-title {
  *zoom: 1; }
  .table-title:before, .table-title:after {
    content: " ";
    display: table; }
  .table-title:after {
    clear: both; }
  .table-title .title {
    float: left;
    font-weight: 400;
    font-size: 1.8em;
    margin: 0; }
  .table-title .right {
    float: right;
    margin-top: 7px;
    text-transform: uppercase;
    font-weight: 700; }
  @media all and (max-width: 767px) {
    .table-title .title, .table-title .right {
      display: block;
      float: none;
      margin: 0; }
    .table-title .right {
      margin-bottom: 10px; } }

.table-wrapper {
  overflow-x: auto; }

.table {
  width: 100%;
  border-collapse: collapse; }
  .table a {
    color: #002051; }
    .table a:hover, .table a:active {
      color: #313538; }
  .table thead {
    font-size: 0.9em;
    text-align: left; }
  .table tbody tr {
    border-bottom: 1px solid #dddddd; }
    .table tbody tr.higlighted {
      background-color: #91e988 !important; }
    .table tbody tr td {
      padding: 1px 2px; }
      .table tbody tr td.bold {
        font-weight: bold; }
    .table tbody tr:last-child {
      border-bottom: none; }
  .table td, .table th {
    text-align: left; }
  .table .onlymobile {
    display: none; }
  .table.last-right td:last-child, .table.last-right th:last-child {
    text-align: right; }
  .table.width90 {
    margin: 0 0 0 5%;
    width: 90%; }
  .table.larger {
    font-size: 1.25em;
    font-weight: 700; }
    .table.larger td {
      padding: 10px 2px; }
  .table.padvertical tbody tr td, .table.padvertical tbody tr th, .table.padvertical thead tr td, .table.padvertical thead tr th, .table.padvertical tfoot tr td, .table.padvertical tfoot tr th {
    padding-top: 5px;
    padding-bottom: 5px; }
  .table.padhorizontal tbody tr td, .table.padhorizontal tbody tr th, .table.padhorizontal thead tr td, .table.padhorizontal thead tr th, .table.padhorizontal tfoot tr td, .table.padhorizontal tfoot tr th {
    padding-left: 10px;
    padding-right: 10px; }
  .table.center th, .table.center td {
    text-align: center; }
  .table.oddeven > thead > tr {
    background: #dddddd; }
  .table.oddeven tr:nth-child(even) {
    background: #eaeaea; }
  .table.oddeven tr:nth-child(odd) {
    background: white; }
  .table.cellborders tr {
    border-bottom: 1px solid #cecece; }
    .table.cellborders tr:first-child {
      border-top: 1px solid #cecece; }
    .table.cellborders tr:last-child {
      border-bottom: 1px solid #cecece; }
  .table.cellborders td, .table.cellborders th {
    border-right: 1px solid #cecece; }
    .table.cellborders td:first-child, .table.cellborders th:first-child {
      border-left: 1px solid #cecece; }
  .table.inner-cellborders tr {
    border-bottom: 1px solid #cecece; }
    .table.inner-cellborders tr:last-child {
      border-bottom: 1px solid #cecece; }
  .table.inner-cellborders td, .table.inner-cellborders th {
    border-left: 1px solid #cecece; }
    .table.inner-cellborders td:first-child, .table.inner-cellborders th:first-child {
      border-left: none; }
  .table.light-header > thead > tr:nth-child(even), .table.light-header > thead > tr:nth-child(odd) {
    background: white; }
  .table.data-table {
    margin-bottom: 30px;
    border-width: 1px 0;
    border-style: solid none;
    border-color: #dddddd; }
    .table.data-table tr td {
      width: 25%; }
    .table.data-table tr td:nth-child(4n-2) {
      text-align: right;
      padding-right: 50px; }
    .table.data-table.nomarbottom {
      margin-bottom: 0px; }
  .table.symbol-list th:first-child + th, .table.symbol-list td:first-child + td {
    border-left: none; }
  @media all and (max-width: 767px) {
    .table {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
      .table.mobile-load {
        -moz-animation: fadeIn 0.6s;
        -webkit-animation: fadeIn 0.6s;
        -o-animation: fadeIn 0.6s;
        -ms-animation: fadeIn 0.6s;
        animation: fadeIn 0.6s;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1; }
        @media print {
          .table.mobile-load {
            -moz-animation: none;
            -webkit-animation: none;
            -o-animation: none;
            -ms-animation: none;
            animation: none; } }
      .table.padhorizontal tbody tr td, .table.padhorizontal tbody tr th, .table.padhorizontal thead tr td, .table.padhorizontal thead tr th, .table.padhorizontal tfoot tr td, .table.padhorizontal tfoot tr th {
        padding-left: 5px;
        padding-right: 5px; }
      .table.data-table {
        border-bottom: none; }
        .table.data-table tr {
          width: 100%;
          border-bottom: 0; }
          .table.data-table tr td {
            width: 49.5%;
            display: inline-block;
            border-bottom: 1px solid #dddddd;
            float: left; }
            .table.data-table tr td.nomobile {
              display: none; }
          .table.data-table tr td:nth-child(2n) {
            text-align: right;
            padding-right: 0px; }
        .table.data-table.oddeven tr:nth-child(even) {
          background: white; }
        .table.data-table.oddeven tr td:nth-child(2n) {
          border-bottom: 1px solid #dddddd; }
        .table.data-table.oddeven tr td:nth-child(3n), .table.data-table.oddeven tr td:nth-child(4n) {
          background: #eaeaea; }
      .table .nomobile {
        display: none; }
      .table .onlymobile {
        display: table-cell; }
      .table th, .table td {
        padding: inherit 4px; } }
  @media print {
    .table .nomobile {
      display: table-cell; }
    .table .onlymobile {
      display: none; } }



/*   Post BGT   */

#AllContent_ContentRight_CboeSearchSimplecontrolHeader1_lblHeader {
    font-size: 1.2em;
    font-weight: 700;
    margin: 10px 0 10px 0;
}
#AllContent_ContentRight_CboeSearchSimplecontrol1_dgSimple table {
    width: 100%   
}
#AllContent_ContentRight_CboeSearchSimplecontrol1_dgSimple a {
    color: #002051; 
}
#AllContent_ContentRight_CboeSearchSimplecontrol1_dgSimple a:hover, a:active {
      color: #313538; 
}
#AllContent_ContentRight_CboeSearchSimplecontrol1_dgSimple tr {
   border-bottom: 1px solid #cecece; 
}
#AllContent_ContentRight_CboeSearchSimplecontrol1_dgSimple td {
      padding: 5px 2px; 
      border-right: 1px solid #cecece;
}
#AllContent_ContentRight_CboeSearchSimplecontrol1_dgSimple tr:last-child {
      border-bottom: none; 
}
#AllContent_ContentRight_CboeSearchSimplecontrol1_dgSimple tr:nth-child(even) {
    background: #eaeaea; 
}
#AllContent_ContentRight_CboeSearchSimplecontrol1_dgSimple tr:nth-child(odd) {
    background: white; 
}
#AllContent_ContentRight_CboeSearchSimplecontrol1_dgSimple tr:first-child {
      border-top: 1px solid #cecece; 
}
#AllContent_ContentRight_CboeSearchSimplecontrol1_dgSimple tr:last-child {
      border-bottom: 1px solid #cecece; 
}
#AllContent_ContentRight_CboeSearchSimplecontrol1_dgSimple td:first-child {
      border-left: 1px solid #cecece;
}

#AllContent_ContentRight_CboeSearchSimplecontrol3_dgSimple table {
    width: 100%   
}
#AllContent_ContentRight_CboeSearchSimplecontrol3_dgSimple a {
    color: #002051; 
}
#AllContent_ContentRight_CboeSearchSimplecontrol3_dgSimple a:hover, a:active {
      color: #313538; 
}
#AllContent_ContentRight_CboeSearchSimplecontrol3_dgSimple tr {
   border-bottom: 1px solid #cecece;
}
#AllContent_ContentRight_CboeSearchSimplecontrol3_dgSimple td {
      padding: 5px 2px; 
      border-right: 1px solid #cecece;
}
#AllContent_ContentRight_CboeSearchSimplecontrol3_dgSimple tr:last-child {
      border-bottom: none; 
}
#AllContent_ContentRight_CboeSearchSimplecontrol3_dgSimple tr:nth-child(even) {
    background: #eaeaea; 
}
#AllContent_ContentRight_CboeSearchSimplecontrol3_dgSimple tr:first-child {
      border-top: 1px solid #cecece; 
}
#AllContent_ContentRight_CboeSearchSimplecontrol3_dgSimple tr:last-child {
      border-bottom: 1px solid #cecece; 
} 
#AllContent_ContentRight_CboeSearchSimplecontrol3_dgSimple td:first-child {
      border-left: 1px solid #cecece;
}


/*   Basic table using divs   */
.basic-table {
	display: table;
	width: 90%; } 
.basic-table-row {
	display: table-row;} 
.basic-table-heading {
	display: table-header-group; } 
.basic-table-body {
	display: table-row-group; } 
.basic-table-foot {
	display: table-footer-group; } 
.basic-table-head {
	display: table-cell;
	background: #999;
	padding: 5px;
	color: #FFF;
	text-transform:uppercase; font-weight:700;
	border-right: #fff solid 2px;}
.basic-table-cell {
	display: table-cell;
	background:#fff;
	padding: 5px;
	border-bottom: #dedede solid 1px;
	border-right: #fff solid 2px; }
	@media all and (max-width: 767px) {}

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/*
  Module: Ticker
  Description: Ticker items and wrapper (bar) component styling
*/
.ticker-bar {
  position: relative;
  padding: 0 10px; }
  .ticker-bar.loaded .control {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1; }
  .ticker-bar .control {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    position: absolute;
    background: #002051;
    cursor: pointer;
    -webkit-transition-property: opacity background;
    -moz-transition-property: opacity background;
    -o-transition-property: opacity background;
    transition-property: opacity, background;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    text-align: center;
    padding: 6px 4px;
    top: 50%;
    margin-top: -13px; }
    .ticker-bar .control.left {
      left: -20px; }
    .ticker-bar .control.right {
      right: -20px; }
    .ticker-bar .control.disabled {
      background: #313538;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
      opacity: 0.2;
      cursor: default; }
  .ticker-bar.simple .bar {
    overflow: hidden; }
  .ticker-bar .bar {
    overflow: hidden;
    white-space: nowrap; }
    .ticker-bar .bar .inner {
      float: left; }
    .ticker-bar .bar .ticker-item {
      border-right: 1px solid #dddddd; }
      .ticker-bar .bar .ticker-item.no-border {
        border: none; }
      .ticker-bar .bar .ticker-item:last-child {
        border-right: none; }
    @media all and (max-width: 767px) { }
  @media print {
    .ticker-bar .bar {
      overflow: auto;
      white-space: normal; } }

.ticker-item {
  display: inline-block;
  padding: 0 15px; }
  .ticker-item:first-child {
    padding-left: 0; }
  .ticker-item:last-child {
    padding-right: 0; }
  .ticker-item span {
    display: block; }
  .ticker-item .symbol {
    font-size: 0.8em; }
  .ticker-item .volume {
    font-size: 0.8em; }
  .ticker-item .price {
    font-size: 1.2em;
    font-weight: 700; }
  .ticker-item .change {
    font-size: 0.9em;
    font-weight: 700;
    text-align: right; }
  @media print {
    .ticker-item {
      padding: 0 15px; }
      .ticker-item:first-child, .ticker-item:last-child {
        padding: 0 15px; } }

/*
  Module: TV Widget .player
  Description: Large player for single video with detaileed title and description.
*/
.widget-tv.player .title {
  border-bottom: 3px solid #002051;
  padding-bottom: 10px;
  margin: 0 0 20px;
  position: relative;
}
  .widget-tv.player .title h2 {
    font-size: 1.8em;
    margin: 0; }
    .widget-tv.player .title h2 .disclaimer {
      display: inline-block;
      width: 250px;
      font-size: 0.4em;
      color: #002051; }
      .widget-tv.player .title h2 .disclaimer:hover, .widget-tv.player .title h2 .disclaimer:active {
        color: #313538; }
  .widget-tv.player .title .right {
    float: right; }
    .widget-tv.player .title .right .icons {
      display: inline-block;
      margin-right: 10px;
      position: relative;
      top: -4px; }
.widget-tv.player .prow {
  display: table;
  table-layout: fixed;
  width: 100%; }
  .widget-tv.player .prow .player, .widget-tv.player .prow .meta {
    display: table-cell;
    vertical-align: top; }
  .widget-tv.player .prow .player {
    width: 70%; }
  .widget-tv.player .prow .meta {
    width: 30%;
    padding-left: 20px; }
    .widget-tv.player .prow .meta .nowplaying, .widget-tv.player .prow .meta .next {
      color: #002051;
      text-transform: uppercase;
      font-size: 1em;
      padding-bottom: 5px; }
    .widget-tv.player .prow .meta .nowplaying {
      border-bottom: 1px solid #dddddd; }
    .widget-tv.player .prow .meta .next {
      float: right;
      z-index: 1;
      position: relative; }
      .widget-tv.player .prow .meta .next a {
        color: #002051; }
        .widget-tv.player .prow .meta .next a:hover, .widget-tv.player .prow .meta .next a:active {
          color: #313538; }
    .widget-tv.player .prow .meta h2 {
      font-size: 1.6em;
      margin: 0; }
    .widget-tv.player .prow .meta h3 {
      margin-top: 0; }
    .widget-tv.player .prow .meta .category {
      color: #002051;
      margin: 0 0 5px;
      font-size: 1.2em; }
    .widget-tv.player .prow .meta p {
      margin: 0; }
@media all and (max-width: 1100px) {
  .widget-tv.player .prow .meta h2 {
    font-size: 1.2em; }
  .widget-tv.player .prow .meta .category {
    font-size: 1em; } }
@media all and (max-width: 767px) {
  .widget-tv.player .prow {
    display: block; }
    .widget-tv.player .prow .meta, .widget-tv.player .prow .player {
      display: block;
      width: 100%; }
    .widget-tv.player .prow .meta {
      padding-left: 0;
      margin-top: 50px; }
  .widget-tv.player .title h2 .disclaimer {
    display: block;
    width: 100%;
    padding-top: 3px; }
  .widget-tv.player .title .right .icons {
    float: left;
    top: 0; }
  .widget-tv.player .title .right .subscribe {
    float: right; } }
@media all and (max-width: 400px) {
  .widget-tv.player .title .right {
    margin-bottom: 5px;
    text-align: right; }
    .widget-tv.player .title .right .subscribe {
      display: block;
      width: 100%;
      float: none;
      clear: both;
      margin-top: 5px; }
    .widget-tv.player .title .right .icons {
      float: none;
      margin: 0; } }

/*
  Module: TV Widget .row
  Description: This allows for multiple rows of video thumbnails.
*/
.widget-tv.row {
  margin: 20px 0; }
  .widget-tv.row .title {
    display: table;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 10px; }
    .widget-tv.row .title h2, .widget-tv.row .title .viewall {
      display: table-cell;
      vertical-align: top; }
    .widget-tv.row .title h2 .total {
      color: #002051; }
      .widget-tv.row .title h2 .total:hover, .widget-tv.row .title h2 .total:active {
        color: #313538; }
    .widget-tv.row .title .viewall {
      text-align: center;
      width: 80px;
      padding: 4px 0;
      vertical-align: middle; }
      .widget-tv.row .title .viewall.shown:before {
        content: "\00D7";
        display: inline; }
  .widget-tv.row .items {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -15px;
    *zoom: 1;
    width: 100%;
    margin: 20px 0; }
    .widget-tv.row .items:before, .widget-tv.row .items:after {
      content: " ";
      display: table; }
    .widget-tv.row .items:after {
      clear: both; }
    .widget-tv.row .items .item {
      display: inline-block;
      /*width: 24.2%;*/
      width: 19.2%;
      vertical-align: top;
      padding: 10px; }
      @media only screen and (max-width: 767px) {
        .widget-tv.row .items .item {
          float: left;
          width: 50%;
          padding: 0 15px; } }
      .widget-tv.row .items .item .image {
        position: relative;
        z-index: 1; }
        .widget-tv.row .items .item .image img {
          position: relative;
          z-index: -1; }
        .widget-tv.row .items .item .image:before {
          background: #313538;
          content: '';
          display: none;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
          opacity: 0.9; }
        .widget-tv.row .items .item .image:after {
          display: none;
          position: absolute;
          margin: 0 auto;
          top: 50%;
          left: 50%;
          content: ''; }
        .widget-tv.row .items .item .image:hover:before {
          display: block;
          content: '  '; }
        .widget-tv.row .items .item .image:hover:after {
          display: block;
          content: '';
          background: #00A82C url(/assets/ui/classes/icons/assets/canvas.png) no-repeat 15px -360px;
          height: 60px;
          width: 60px;
          margin-top: -30px;
          margin-left: -30px;
          border-radius: 30px;
          -webkit-border-radius: 30px;
          -moz-border-radius: 30px;
          -ms-border-radius: 30px;
          -o-border-radius: 30px;
          border-radius: 30px;
          text-indent: -5000em; }
      .widget-tv.row .items .item.active .image:before {
        display: block;
        content: '   '; }
      .widget-tv.row .items .item.active .image:after {
        display: block;
        content: 'Now Playing';
        margin-top: -11px;
        width: 90%;
        margin-left: -45%;
        height: auto;
        text-indent: 0;
        text-align: center;
        background: #b7120b;
        padding: 5px 0;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
        color: white;
        font-weight: 700; }
      .widget-tv.row .items .item + .item + .item + .item + .item + .item {
        display: none; }
      .widget-tv.row .items .item img {
        max-height: 220px;
        background: #f7f7f7; }
    .widget-tv.row .items.expanded .item + .item + .item + .item + .item + .item {
      display: inline-block !important; }
  .widget-tv.row.stack .items .item {
    display: block;
    width: 100%;
    padding: 0; }
  .widget-tv.row .showWithAll {
    display: none;
    clear: both; }
  .widget-tv.row .meta {
    margin: 10px 0; }
    .widget-tv.row .meta span {
      display: inline-block; }
  /*.widget-tv.row.five .items .item {
    display: inline-block !important;
    width: 19.2%;
    vertical-align: top;
    padding: 10px; }*/
    /*@media only screen and (max-width: 767px) {
      .widget-tv.row.five .items .item {
        float: left;
        width: 50%;
        padding: 0 15px; } }
    .widget-tv.row.five .items .item + .item + .item + .item + .item + .item {
      display: none !important; }*/
  @media screen and (max-width: 767px) {
    .widget-tv.row .items .item:nth-child(2n+1) {
      clear: both; } }
  @media screen and (max-width: 900px) {
    .widget-tv.row .items .item {
      padding: 5px; }
      .widget-tv.row .items .item h3 {
        font-size: 1.1em; } }
  @media all and (max-width: 767px) {
    .widget-tv.row .title .viewall.expand {
      display: none; }
    .widget-tv.row .items.mobileExpandable .item {
      display: inline-block !important; } }
  @media screen and (max-width: 500px) {
    .widget-tv.row .items.mobileExpandable .item h3 {
      font-size: 1.1em; }
    .widget-tv.row .items.mobileExpandable .item p {
      display: none; }
    .widget-tv.row .title {
      position: relative;
      padding-right: 87px; }
      .widget-tv.row .title .expand, .widget-tv.row .title .viewall {
        display: inline-block;
        position: absolute;
        right: 0; } }

/*
  Module: TV Widget .single
  Description: Singlular version of CBOE video.
*/
.widget-tv.single {
  display: table;
  width: 100%;
  table-layout: fixed; }
  .widget-tv.single .tab > div {
    vertical-align: top;
    display: table-cell; }
    .widget-tv.single .tab > div.video {
      width: 60%; }
      .widget-tv.single .tab > div.video .wrapper {
        border: 15px solid #eaeaea; }
        .widget-tv.single .tab > div.video .wrapper img {
          width: 100%; }
    .widget-tv.single .tab > div.copy {
      padding-left: 20px;
      width: 40%; }
      .widget-tv.single .tab > div.copy h1, .widget-tv.single .tab > div.copy h2, .widget-tv.single .tab > div.copy h3, .widget-tv.single .tab > div.copy h4, .widget-tv.single .tab > div.copy h5 {
        color: #002051;
        margin: 0 0 10px; }
  @media screen and (max-width: 900px) {
    .widget-tv.single .tab {
      display: block; }
      .widget-tv.single .tab > div {
        display: block; }
        .widget-tv.single .tab > div.video, .widget-tv.single .tab > div.copy {
          width: 100%; }
        .widget-tv.single .tab > div.copy {
          margin: 15px 0 0;
          padding: 0; } }

/*
  Module: TV Widget
  Description: Designed to hold multiple videos which can be toggled by user click/touch.
*/
.widget-tv .prime {
  margin: 10px 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .widget-tv .prime iframe, .widget-tv .prime object, .widget-tv .prime embed, .widget-tv .prime video, .widget-tv .prime img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100%; }
.widget-tv .options {
  padding: 0;
  margin: 0;
  list-style: none;
  width: auto;
  max-width: none;
  min-width: 0;
  margin: 0 -15px;
  *zoom: 1;
  margin: 0 -4px; }
  .widget-tv .options:before, .widget-tv .options:after {
    content: " ";
    display: table; }
  .widget-tv .options:after {
    clear: both; }
  .widget-tv .options li {
    float: left;
    position: relative;
    min-height: 1px;
    padding: 0 15px;
    width: 33.33333%;
    text-align: center;
    padding: 0 4px; }
    @media only screen and (max-width: 767px) {
      .widget-tv .options li {
        float: none;
        width: auto; } }
@media screen and (max-width: 767px) {
  .widget-tv .options li {
    float: left;
    width: 33.33333%; } }

/*
  Module: Widgets
  Description: Base style wrapper for widget elements
*/
@-moz-document url-prefix() {
  .widget {
    -webkit-box-shadow: inset 0 4px 0 #002051, inset 0 0 0 1px #c4c4c4 !important;
    -moz-box-shadow: inset 0 4px 0 #002051, inset 0 0 0 1px #c4c4c4 !important;
    -ms-box-shadow: inset 0 4px 0 #002051, inset 0 0 0 1px #c4c4c4 !important;
    -o-box-shadow: inset 0 4px 0 #002051, inset 0 0 0 1px #c4c4c4 !important;
    box-shadow: inset 0 4px 0 #002051, inset 0 0 0 1px #c4c4c4 !important;
  }

    .widget:before {
      display: none !important;
    }

    .widget.noborders {
      -webkit-box-shadow: inset 0 4px 0 #002051 !important;
      -moz-box-shadow: inset 0 4px 0 #002051 !important;
      -ms-box-shadow: inset 0 4px 0 #002051 !important;
      -o-box-shadow: inset 0 4px 0 #002051 !important;
      box-shadow: inset 0 4px 0 #002051 !important;
    }
}

.widget {
  background: white;
  padding: 14px 10px 10px;
  position: relative;
  -webkit-box-shadow: inset 0 0 0 1px #c4c4c4;
  -moz-box-shadow: inset 0 0 0 1px #c4c4c4;
  -ms-box-shadow: inset 0 0 0 1px #c4c4c4;
  -o-box-shadow: inset 0 0 0 1px #c4c4c4;
  box-shadow: inset 0 0 0 1px #c4c4c4;
  border: 1px solid #dddddd \9; }
  .widget.noborders {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: none\9; }
  .widget:before {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    background: #002051;
    width: 100%;
    height: 4px;
  }
   .widget.nobackground {box-shadow:unset !important;}    
   .widget.nobackground:before { background:none; height: 0px;}
   
   
  .widget h3 {
    font-size: 1.3em; }
  .widget.nostyle {
    background: none;
    border: none;
    padding: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important; }
    .widget.nostyle:before {
      display: none; }
  @media screen and (max-width: 767px) {
    .widget {
      margin: 10px 0; } }

.widget-title {
  border-bottom: 1px solid #dddddd;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  position: relative;
  *zoom: 1; }
  .widget-title:before, .widget-title:after {
    content: " ";
    display: table; }
  .widget-title:after {
    clear: both; }
  .widget-title.blueborder {
    border-bottom: 3px solid #002051;
  }
  .widget-title.subwidget {
    border-bottom: 0;
    font-size: 0.9em;
    /*text-transform: uppercase;*/
    color: #002051;
    margin: 0 0 3px;
    padding: 0 0 5px; }
    .widget-title.subwidget ~ .subwidget {
      border-top: 1px solid #dddddd;
      padding-top: 20px;
      margin-top: 10px; }
  .widget-title .promo {
    float: right; }
    .widget-title .promo a {
      color: #002051;
      /*text-transform: uppercase;*/
      font-size: 10px; }
      .widget-title .promo a:hover, .widget-title .promo a:active {
        color: #313538; }
      .widget-title .promo a.button {
        color: white;
        text-transform: none; }
    .widget-title .promo .optionshub {
      margin-top: -4px; }
  @media all and (max-width: 767px) {
    .widget-title {
      *zoom: 1; }
      .widget-title:before, .widget-title:after {
        content: " ";
        display: table; }
      .widget-title:after {
        clear: both; } }


.widget-title.nomargins {
    margin: 0;
    border-bottom: none;
    padding: 0 0 5px 0; 
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .widget-title.nomargins {
    padding: 0 0 10px 0; 
}
}

@media all and (max-width: 667px) {
    .widget-title.nomargins {
    padding: 0 0 10px 0;
}
}
@media all and (max-width: 1024px) {
    .widget-title.nomargins {
    border-bottom: 1px solid #dddddd;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
}
}

/*
  Module: mktstat Block
  Description: A mktstat block holder using an article node.
*/
 article.mktstat {
  word-wrap: break-word;
  /*
    Overwrites for default restable styles
  */ }
  
 article.mktstat a {
    color: #002051; }
    article.mktstat a:hover, article.mktstat a:active {
      color: #313538; }
  article.mktstat a img {
    padding-bottom: 1px;
    border-bottom: 4px solid #002051;
  }
  article.mktstat .float-left {
    float: left;
    margin: 0 0 0px 10px; }
  article.mktstat .float-right {
    float: right;
    margin: 0 10px 0px 0px; }
  article.mktstat .ratios {
    float: left;
	color: ;
    margin: 10px; }
  article.mktstat .overview {
    float: ;
	color: ;
    margin: 10px 0; }
	article.mktstat .dark-row {
    float: ;
	color: ;
    margin: 10px 0; }
	article.mktstat .dark-row2 {
    float: ;
	color: ;
    margin: 10px 0; }
  article.mktstat table {
    width: 100%;
    margin: 25px 0;
    font-weight: 700; }
    article.mktstat table thead {
      background: #002051;
      color: white; }
      article.mktstat table thead tr th {
        padding: 8px 0;
        text-transform: uppercase; }
        article.mktstat table thead tr th:first-child {
          border-right: 1px solid white; }
    article.mktstat table tbody tr {
      border-top: 1px solid white; }
      article.mktstat table tbody tr td {
        padding: 8px 2px;
        text-align: center;
        border-left: 1px solid white; }
		
		article.mktstat table tr td.titleleft {
		  background:#333;
		  color: #fff;
      padding: 8px 10px;
      text-align: left;
      border-left: 1px solid white; 
		}
    article.mktstat table tr td.mktAd,
    article.mktstat table tbody tr:nth-child(even) td.mktAd:first-child, 
    article.mktstat table tbody tr td.mktAd:first-child {
      background: #fff;
      color: #666;
    }
		/*article.mktstat table tbody tr td.titleleft:first-child,  article.mktstat table tr td.titleleft {
background:#686868;
color: #fff;
padding: 8px 10px;
text-align: left;
border-left: 1px solid white; }

article.mktstat table tbody tr td.titleleft2:first-child,  article.mktstat table tr td.titleleft2 {
background:#868686;
color: #fff;
padding: 8px 10px;
text-align: left;
border-left: 1px solid white; }*/
		
        article.mktstat table tbody tr td:first-child {
          background: #e0e0e0;
          color: #000;
          text-transform: uppercase;
          border-left: none; }
      article.mktstat table tbody tr:nth-child(even) {
        background: #efefef; }
        article.mktstat table tbody tr:nth-child(even) td:first-child {
          background: #efefef; }
      article.mktstat table tbody tr:nth-child(odd) {
        background: #e0e0e0; }
		
article.mktstat table tbody tr:nth-child(even) td.titleleft:first-child, 
article.mktstat table tbody tr td.titleleft:first-child	{
		background:#686868;
		color: #fff;
}
  article.mktstat .tabletolist > li .titles {
    background-color: #002051; }
  article.mktstat .tabletolist > li ul > li {
    display: table;
    width: 100%;
    table-layout: fixed;
    padding: 0; }
    article.mktstat .tabletolist > li ul > li .row_headers, article.mktstat .tabletolist > li ul > li .row_data {
      display: table-cell;
      width: 50%;
      float: none;
      padding: 10px; }
    article.mktstat .tabletolist > li ul > li .row_headers {
      background-color: #21a825;
      color: white;
      font-weight: 700;
      text-transform: uppercase; }		
  article.mktstat h1 a, article.mktstat h2 a, article.mktstat h3 a, article.mktstat h4 a {
    display: block; }
    article.mktstat h1 a:after, article.mktstat h2 a:after, article.mktstat h3 a:after, article.mktstat h4 a:after {
      display: inline-block;
      mktstat: '';
      width: 0px;
      height: 0px;
      border-style: solid;
      border-width: 4px 0 4px 8px;
      border-color: transparent transparent transparent #313538;
      vertical-align: middle;
      margin: -3px 0 0 7px; }
  @media screen and (max-width: 950px) {
    article.mktstat .float-right.advert {
      width: 50%; }
    article.mktstat .button {
      display: block;
      width: 100%;
      text-align: center;
      margin: 10px 0; }
      article.mktstat .button a {
        display: block; } } 

/*
  Module: Blogs  
  Description: CBOE Options Hub
*/

/* Start custom styles */
.rgts2
{
	width:67% !important;
}
.rgts3
{
	width:33% !important;
}
 @media screen and (max-width: 767px) {
	.rgts2
	{
		width:100% !important;
	}
	.rgts3
	{
		width:100% !important;
	}	 
 }
.list-unstyled {
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.green-bullets {
  list-style: none;
}
.green-bullets li {
  position: relative;
  line-height:1.4em;
}
.green-bullets li:before {content:'\2022 ';color:#21a825;position:absolute;left:-15px;top:0;font-size:2em;line-height:20px}
.blog-header {
  border-bottom: 1px solid #ccc;
}
.blog-header .title {
  margin: 10px 0;
}
.blog-list {
}
.blog-list .item-list {
}
.green-bullets li a, .post-content a, .connect_content a
{
	color:#135fad;
}
.green-bullets li a:hover, .post-content a:hover, .connect_content a:hover
{
	color:#313538;
}
.blog-list .item-list .item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 28px;
  padding-bottom: 28px;
}
.blog-list .item-list .item:first-child {
  margin-top: 28px;
}
.blog-list .item-list .item .title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  margin: 10px 0;
}

.blog-list .author {
  display: table;
  width: 100%;
}
.blog-list .author .aside,
.blog-list .author .content {
  display: table-cell;
  vertical-align: top;
}
.blog-list .author .aside {
  padding-right: 20px;
  width: 96px;
}
.blog-list .author .aside .avatar {
  width: 96px;
}
.blog-list .author .author-name {
  font-size: 18px;
  font-weight: normal;
  margin-top: 0;
}
.blog-list .author .author-bio {
  margin-bottom: 10px;
}
.blog-list .author .author-bio .label {
  color: #8e8984;
  font-size: 11px;
  text-transform: uppercase;
}

.blog-post-detail {

}
.blog-post-detail .title {
  margin: 10px 0;
}

.blog-author-detail {

}
.author-follow a {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  position: relative;
  height: 20px;
  padding: 1px 8px 1px 6px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
  background-color: #1b95e0;
  border-radius: 3px;
  box-sizing: border-box;
}
.author-follow a .label {
  display: inline-block;
  line-height: 20px;
  margin-left: 3px;
  vertical-align: top;
  white-space: nowrap;
  zoom: 1;
}
.author-follow a i {
position: relative;
    top: 2px;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: transparent 0 0 no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E");
}
.author .author-description h1{
  font-size:30px;
  line-height:1.2;
  margin-bottom: 0;
}
.author-overview h2{font-size:14px;line-height:1.2857142857143}
.author-overview p,
.author-description p,
.archive .entry-summary p{color:#363636;font-size:12px;line-height:1.5}
.author-overview .twitter,.author-overview .company{display:block}
.author-info{ 
overflow:hidden; 
padding-top:14px;
margin-bottom:28px;
padding-bottom:14px;
border-bottom:1px solid #ccc}
.author-info .author-avatar{margin:0;float:left;width:11.674347158218%}
.author-info .author-overview{float:left;width:30%;padding:0 0 0 2%}
.author-info .author-description{float:right;width:55.299539170507%}
.author-info .author-avatar{float:left;width:17.972350230415%}
.author-info .author-description{float:right;width:78%}
.author-follow{clear:both;padding-top:14px}
.meta {
  font-size: 11px;
  text-transform: uppercase;
}
.meta > .row {
  color: #8e8984;
}
.meta .byline {
  margin-bottom: 10px;
}
.meta .taxon {
  margin-bottom: 10px;
}
.meta .byline a {
	color:#135fad;
}
.meta .byline a:hover
{
	color:#313538;
}
.meta a, .meta .taxon a {
	color:#135fad;
}
.meta a:hover,.meta .taxon a:hover, .meta .taxon a:focus {
	color:#313538;
}
.blog-widget {
  margin-bottom: 14px;
}
.widget_cboe-connect-widget .connect_social {border-bottom:1px solid #ccc}
.widget_cboe-connect-widget .connect_mobile {border-bottom:1px solid #ccc;padding:0 0 10px}
.widget_cboe-connect-widget .connect_mobile,
.widget_cboe-connect-widget .connect_newsletter {padding-top:10px}
.widget_cboe-connect-widget .connect_section {overflow: hidden;}
.widget_cboe-connect-widget .connect_section:last-child {border:none}
.widget_cboe-connect-widget .connect_social img {float:left;display:block;padding:0 10px 10px 0}
.widget_cboe-connect-widget .connect_content h4 {margin-bottom:4px}
.widget_cboe-connect-widget .connect_content p {font-size:12px;line-height:16px;margin-bottom:1em}
.connect_image {float:left;width:25%}
.widget_cboe-connect-widget .connect_newsletter .connect_image img {padding:2px 0 0 3px}
.connect_content {float:right;width:75%}
.widget_cboe-connect-widget input {width:60%}
.widget_cboe-connect-widget input.required {color:#333;padding:6px}
#mc-embedded-subscribe-form label.error {float:left;display:block;background:#a00;color:#fff;font-size:12px;line-height:normal;margin:4px 0 0;padding:4px 10px}
.full-width #mc-embedded-subscribe-form label.error {float:none;display:inline}
.ie7 .widget_cboe-connect-widget input {width:90px;width:45%}
.widget_cboe-connect-widget input.submit {width:auto!important}

.sf-icon-blogger {
  background-image: url(/ResourcePackages/Bootstrap/assets/dist/images/sprite.png);
  background-position: 0px -36px;
  width: 16px;
  height: 16px; }

.sf-icon-comment {
  background-image: url(/ResourcePackages/Bootstrap/assets/dist/images/sprite.png);
  background-position: -32px -52px;
  width: 17px;
  height: 15px; }

.sf-icon-delicious {
  background-image: url(/ResourcePackages/Bootstrap/assets/dist/images/sprite.png);
  background-position: 0px -20px;
  width: 16px;
  height: 16px; }

.sf-icon-digg {
  background-image: url(/ResourcePackages/Bootstrap/assets/dist/images/sprite.png);
  background-position: -16px -20px;
  width: 16px;
  height: 16px; }

.sf-icon-email {
  background-image: url(/ResourcePackages/Bootstrap/assets/dist/images/sprite.png);
  background-position: -49px -52px;
  width: 19px;
  height: 13px; }

.sf-icon-facebook {
  background-image: url(/ResourcePackages/Bootstrap/assets/dist/images/sprite.png);
  background-position: -36px -16px;
  width: 16px;
  height: 16px; }

.sf-icon-feed {
  background-image: url(/ResourcePackages/Bootstrap/assets/dist/images/sprite.png);
  background-position: 0px 0px;
  width: 20px;
  height: 20px; }

.sf-icon-google {
  background-image: url(/ResourcePackages/Bootstrap/assets/dist/images/sprite.png);
  background-position: -16px -36px;
  width: 16px;
  height: 16px; }

.sf-icon-linkedin {
  background-image: url(/ResourcePackages/Bootstrap/assets/dist/images/sprite.png);
  background-position: -20px 0px;
  width: 16px;
  height: 16px; }

.sf-icon-mailto {
  background-image: url(/ResourcePackages/Bootstrap/assets/dist/images/sprite.png);
  background-position: -52px 0px;
  width: 16px;
  height: 16px; }

.sf-icon-myspace {
  background-image: url(/ResourcePackages/Bootstrap/assets/dist/images/sprite.png);
  background-position: -52px -16px;
  width: 16px;
  height: 16px; }

.sf-icon-reddit {
  background-image: url(/ResourcePackages/Bootstrap/assets/dist/images/sprite.png);
  background-position: -52px -32px;
  width: 16px;
  height: 16px; }

.sf-icon-remove {
  background-image: url(/ResourcePackages/Bootstrap/assets/dist/images/sprite.png);
  background-position: 0px -52px;
  width: 16px;
  height: 16px; }

.sf-icon-stumble-upon {
  background-image: url(/ResourcePackages/Bootstrap/assets/dist/images/sprite.png);
  background-position: -32px -36px;
  width: 16px;
  height: 16px; }

.sf-icon-tumblr {
  background-image: url(/ResourcePackages/Bootstrap/assets/dist/images/sprite.png);
  background-position: -36px 0px;
  width: 16px;
  height: 16px; }

.sf-icon-twitter {
  background-image: url(/ResourcePackages/Bootstrap/assets/dist/images/sprite.png);
  background-position: -16px -52px;
  width: 16px;
  height: 16px; }

.sf-social-share li {
  display: inline-block;
  vertical-align: top; }

.sf-social-share span {
  display: inline-block; }

.sf-share-button {
  padding-left: 2px;
  display: inline-block;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  vertical-align: top;
  font-size: 12px;
  color: #000;
  line-height: 1;
  transition: background 0.2s ease; }
  .sf-share-button:hover, .sf-share-button:focus {
    text-decoration: none;
    background: #efefef;
    color: #000; }
  .sf-share-button > span {
    margin-top: -3px; }
  .sf-share-button > strong {
    vertical-align: top;
    font-weight: 400; }

/*
  Module: Pagination
  Description: Pagination
*/
.pagination {
  text-align: center;
  margin: 20px 0 0; }
  .pagination  {
    list-style: none;
    margin: 0;
    padding: 0; }
    .pagination li {
      display: inline-block;
      margin: 2px 0; }
      .pagination li a {
        display: block;
        background: #135fad;
        color: white;
        font-size: 0.9em;
        font-weight: 700;
        padding: 3px 8px;
        margin: 0 3px; }
        .pagination li a:hover, .pagination li:active a {
          background: #166dc4; }
        .pagination li.active a {
          background: #21a825; }
      .pagination li.next, .pagination li.prev {
        vertical-align: top; }
        .pagination li.next a, .pagination li.prev a {
          background: none;
          color: #313538;
          padding: 3px 20px; }
      .pagination li.pages {
        max-width: 57%;
        overflow-x: auto;
        padding-bottom: 10px; }
        .pagination li.pages ul {
          display: table;
          width: 100%; }
          .pagination li.pages ul li {
            display: table-cell; }
  .pagination .total {
    display: block;
    margin: 10px 0 0 0;
    color: #9d9d9d; }
  @media all and (max-width: 900px) {
    .pagination > li.next a, .pagination > li.prev a {
      background: none;
      color: #313538;
      padding: 3px 0; } }
  @media all and (max-width: 767px) {
    .pagination >  {
      position: relative;
      padding-top: 30px; }
      .pagination > li.next, .pagination > li.prev {
        position: absolute;
        top: 0;
        width: 50%; }
      .pagination > li.next {
        right: 0; }
      .pagination > li.prev {
        left: 0; }
      .pagination > li.pages {
        display: block;
        max-width: 100%;
        overflow-x: scroll;
        padding-bottom: 10px; }
        .pagination > li.pages ul {
          display: table;
          width: 100%; }
          .pagination > li.pages ul li {
            display: table-cell; } 
  }
@media (max-width: 280px) {
}
@media (max-width: 350px) {
}
@media (max-width: 950px) {
}
@media (max-width: 965px) {
}
@media (max-width: 1050px) {
}
.blog-item-container{
	width:100%;
	display:inline-block;
	margin-top:10px;
	margin-bottom:10px;	
}
.blogpost-title{
	font-size: 1.8em;
    font-weight: 400;
    margin-bottom: 20px;	
}
.blog-image-container{
	float:left;	
	width:20%;	
}
.blog-image{
	height:110px;	
	width:170px; 
}
.blog-item-override{
	margin-bottom:15px !important;
}
.blog-content-container{
	float:right;		
	width:78%;
}
.blog-summary{
	margin-bottom:0px !important;	
	margin-top:0px !important;
}
/* End Custom Styles */
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
  .ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	padding: 3px 1em 3px .4em;
	cursor: pointer;
	min-height: 0; /* support: IE7 */
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}
.ui-widget-content {
	border: 1px solid #aaaaaa;
    background-color:white; 	
	color: #black;
	z-index:10000;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #aaaaaa;
	color: #222222;
}
.ui-widget-header a {
	color: #222222;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #d3d3d3;
	font-weight: normal;
	color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #555555;
	text-decoration: none;
}
  .ui-state-hover,
  .ui-widget-content .ui-state-hover,
  .ui-widget-header .ui-state-hover,
  .ui-state-focus,
  .ui-widget-content .ui-state-focus,
  .ui-widget-header .ui-state-focus {
    border: 1px solid #999999;
    background-color: #002051;
    font-weight: normal;
    color: #fff;
  }
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #212121;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #aaaaaa;
	font-weight: normal;
	color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #212121;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fcefa1;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}
/*
  Module: MicroSite Products
  Description: MicroSite Products.
*/

 /* Start custom styles */
 .microsite-onecol {
	padding:0px !important;
 }
 .microsite-container{
	width:100% !important;
 }
 .microsite-onecol .page-view {
	background:#2D2D2D !important;   /*#E1E3E2 !important;*/
	border:none !important;
	color:#fff;
	font-family:'OpenSans-Regular';
	padding: 0px 0px !important;
	margin-bottom: 0px !important;  /*3px !important;*/
 }
 .microsite-onecol .page-view a{ 
	color:#fff;
	cursor:pointer;
 }
 /* template level */
 .template-product-nav, .template-product-banner, .template-product-banner-fivix, .template-product-chart, .template-product-chart-irvix, .template-product-intro, .template-product-future, .template-product-strategy, .template-product-content, .template-product-research, .template-product-blog {
	width:100%;
 }
/*.template-product-chart div:nth-of-type(1), .template-product-intro div:nth-of-type(1), .template-product-future div:nth-of-type(1), .template-product-strategy div:nth-of-type(1) {*/
.template-product-chart > div, .template-product-chart-irvix > div, .template-product-interest-rate-intro > div, .template-product-interest-rate-chart > div, .template-product-intro > div, .template-product-future > div, .template-product-strategy > div, .template-product-content > div, .template-product-research > div {
	width: 1100px;
    max-width: 100%;
    min-width: 768px;
    margin: 0 auto;
    min-width: 0px;
	padding:0px;
	padding-left:15px;
 }
 .template-product-nav {
	background:#002051;
 }
 .template-product-banner{
    /*display: inline-block; */
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    background: url('/assets/modules/microsite/images/banner/Background_VIX_Cropped.png');
    /* background-repeat: no-repeat; */
    background-position: left top;
    background-size: 100% 100%;
 }
 .template-product-banner-fivix {
    border-bottom: 5px solid #fff;
    background: url('/assets/modules/microsite/images/banner/VolatilityIndexRate-3000x319px.png');
    background-position: left top;
    background-size: 100% 100%;
}
 @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.template-product-banner{
		margin-bottom: 0px;
	 }
 }
 .template-product-blog {
	 background-color:#ffffff;
     display: inline-block;	 
 }
 .template-product-chart {
	background:#2D2D2D;
	color:#E1E3E2;
	padding:10px;
    padding-top: 45px;
    padding-bottom: 45px;	
 }
 .template-product-intro{
	background:#3D3D3D;
	color:#E1E3E2;
	/*padding:10px;*/
 }

 .template-product-intro-irvix{
	background:#2D2D2D;
	color:#E1E3E2;
	/*padding:10px;*/
 }
 
 .template-product-chart-irvix {
    background: #323232 !important;
    color: #E1E3E2;
    padding: 10px;
    /*padding-top: 45px;*/
    padding-bottom: 45px;
    background: url(/assets/modules/microsite/images/Pattern_Cubes_Edge_right.png);
    background-position: right top;
    background-repeat: no-repeat;
}

.template-product-interest-rate-intro {
    background: #2A3841;
    color: #E1E3E2;
    padding: 10px;
}

.template-product-interest-rate-chart {
    background: #30414B !important;
    background: url(/assets/modules/microsite/images/Pattern_Cubes_Edge_Left.png) !important;
    background-position: left top;
    background-repeat: no-repeat !important;    
    background-color: #2f404a;
    color: #E1E3E2;
    padding: 10px;
    padding-bottom: 45px;
    padding-top: 40px;
}
 .template-product-future{
	background-color:#3D3D3D !important;
	background:url('/assets/modules/microsite/images/Pattern_Cubes_Edge_right.png');
	background-position:right top;
	background-repeat:no-repeat;
	color:#E1E3E2;
	padding:10px;
    padding-top: 45px;
    padding-bottom: 45px;	
 } 
 .template-product-strategy, .template-product-content {
	background: #fff;
    color: #424242;
    display: inline-block;
    padding: 10px;
    padding-top: 25px;
    padding-bottom: 45px;	
 }
 .template-product-strategy {
	 padding-top:45px;
	 padding-bottom:0px
 }
 .template-product-content {
	padding:10px;
    padding-top: 0px;
    padding-bottom: 45px;	
 }
 .template-product-research {
	background-color: #7D969D !important;
	background:url('/assets/modules/microsite/images/Pattern_Cubes_Edge_Left.png');
	background-position: left top;
    background-repeat: no-repeat;	
    color: #E2E7E9;
    display: inline-block;
    padding: 10px;
    padding-top: 45px;
    padding-bottom: 45px;	
 }
 .template-product-content h2 {
	font-size:30px;
 }
 .template-product-research h2 {
	color: #ffffff;
    font-family: 'OpenSans-Regular';
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    display: inline-block;
	margin:0 auto;
 }
 .template-product-research .content p, .product-download-p, .product-research-content {
	color: #ffffff;
    font-family: 'SansPro-Light';
    font-size: 14px;
    font-weight: normal;

 }
 .template-product-content .column, .template-product-research .column{
	display:inline-block;
	margin-top: 5px;
    margin-bottom: 5px;
	margin-left:0px;
	vertical-align:top;
	width:49%;
 }
 .template-product-content .column:nth-child(even), .template-product-research .column:nth-child(even){border-top:1px solid #E7E7E7;padding-left:50px;}
 .template-product-content .column:nth-child(odd), .template-product-research .column:nth-child(odd){border-top:1px solid #E7E7E7;padding-right:50px;}
 .template-product-content div:nth-of-type(1),  .template-product-content div:nth-of-type(2), .template-product-research div:nth-of-type(2),  .template-product-research div:nth-of-type(3) {
	border-top:none !important;
 }
 /* end template level */

@media all and (max-width: 767px) {

.template-product-chart > div, .template-product-intro > div, .template-product-future > div, .template-product-strategy > div, .template-product-content > div, .template-product-research > div{
	padding-left:0px;
}

 .template-product-banner{
    background:url('/assets/modules/microsite/images/banner-bcgrd.jpg');   /*#2D2D2D;*/
	background-repeat:no-repeat;
	background-position:left top,right bottom;
	background-size:100% 100%;
    display: inline-block;
	margin-bottom: 3px;
    margin-top: 3px;
	/*height:319px;*/
 }
.template-product-banner-fivix {
    background: url('/assets/modules/microsite/images/banner-bcgrd.jpg'); /*#2D2D2D;*/
    background-repeat: no-repeat;
    background-position: left top,right bottom;
    background-size: 100% 100%;
    display: inline-block;
    margin-bottom: 7px;
    /*height:319px;*/
}
.template-product-content, .template-product-research{
	padding-left:5px;
	padding-right:5px;
}
 .template-product-content .column, .template-product-research .column{
	display:inline-block;
	float:left;
	padding-left:5px;
	padding-right:5px;
	width:100%;
 }
 .template-product-research {
	padding-bottom:10px;
 }
 .template-product-content .column:nth-child(even), .template-product-research .column:nth-child(even){border-top:none;padding-left:0px;float:left;}
 .template-product-content .column:nth-child(odd), .template-product-research .column:nth-child(odd){border-top:none;padding-right:0px;}
 
}

@media print 
{
 .template-product-content, .template-product-research {
	padding-left:5px;
	padding-right:5px;
 }
 .template-product-content .column, .template-product-research .column{
	display:inline-block;
	float:left;
	padding-left:5px;
	padding-right:5px;
	width:100%;
 }
 .template-product-nav, .banner-left {display:none !important;width:0px !important;}
 .template-product-content .column:nth-child(even), .template-product-research .column:nth-child(even){border-top:1px solid #E7E7E7;padding-left:0px;float:left;}
 .template-product-content .column:nth-child(odd), .template-product-research .column:nth-child(odd){border-top:1px solid #E7E7E7;padding-right:0px;}
 .product-answer{width:40%;padding-left:0px;} 
 .product-download-p {padding-left:5px; margin-top:0px; top:-90px }
}

 /* End */
/*
  Module: MicroSite Products
  Description: MicroSite Products.
*/

@font-face {
  font-family: 'OpenSans-Regular';
  src: url('/assets/ui/assets/fonts/OpenSansRegular/OpenSans-Regular.eot');
  src: url('/assets/ui/assets/fonts/OpenSansRegular/OpenSans-Regular.woff2') format('woff2'),
	   url('/assets/ui/assets/fonts/OpenSansRegular/OpenSans-Regular.woff') format('woff'),
       url('/assets/ui/assets/fonts/OpenSansRegular/OpenSans-Regular.ttf') format('truetype'),
	   url('/assets/ui/assets/fonts/OpenSansRegular/OpenSans-Regular.svg#OpenSans-Regular') format('svg'),
       url('/assets/ui/assets/fonts/OpenSansRegular/OpenSans-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Light';
  src: url('/assets/ui/assets/fonts/OpenSansLight/OpenSans-Light.eot');
  src: url('/assets/ui/assets/fonts/OpenSansLight/OpenSans-Light.woff2') format('woff2'),
       url('/assets/ui/assets/fonts/OpenSansLight/OpenSans-Light.woff') format('woff'),
       url('/assets/ui/assets/fonts/OpenSansLight/OpenSans-Light.ttf') format('truetype'),
       url('/assets/ui/assets/fonts/OpenSansLight/OpenSans-Light.svg#OpenSans-Light') format('svg'),
       url('/assets/ui/assets/fonts/OpenSansLight/OpenSans-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('/assets/ui/assets/fonts/OpenSansSemiBold/OpenSans-Semibold.eot');
  src: url('/assets/ui/assets/fonts/OpenSansSemiBold/OpenSans-Semibold.woff2') format('woff2'),
       url('/assets/ui/assets/fonts/OpenSansSemiBold/OpenSans-Semibold.woff') format('woff'),
       url('/assets/ui/assets/fonts/OpenSansSemiBold/OpenSans-Semibold.ttf') format('truetype'),
       url('/assets/ui/assets/fonts/OpenSansSemiBold/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg'),
       url('/assets/ui/assets/fonts/OpenSansSemiBold/OpenSans-Semibold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'SansPro-Regular';
  src: url('/assets/ui/assets/fonts/SansProRegular/SourceSansPro-Regular.eot');
  src: url('/assets/ui/assets/fonts/SansProRegular/SourceSansPro-Regular.woff2') format('woff2'),
       url('/assets/ui/assets/fonts/SansProRegular/SourceSansPro-Regular.woff') format('woff'),
       url('/assets/ui/assets/fonts/SansProRegular/SourceSansPro-Regular.ttf') format('truetype'),
       url('/assets/ui/assets/fonts/SansProRegular/SourceSansPro-Regular.svg#SansPro-Regular') format('svg'),
       url('/assets/ui/assets/fonts/SansProRegular/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SansPro-Light';
  src: url('/assets/ui/assets/fonts/SansProLight/SourceSansPro-Light.eot');
  src: url('/assets/ui/assets/fonts/SansProLight/SourceSansPro-Light.woff2') format('woff2'),
       url('/assets/ui/assets/fonts/SansProLight/SourceSansPro-Light.woff') format('woff'),
       url('/assets/ui/assets/fonts/SansProLight/SourceSansPro-Light.ttf') format('truetype'),
       url('/assets/ui/assets/fonts/SansProLight/SourceSansPro-Light.svg#SansPro-Light') format('svg'),
       url('/assets/ui/assets/fonts/SansProLight/SourceSansPro-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url('/assets/ui/assets/fonts/OpenSansBold/OpenSans-Bold.eot');
  src: url('/assets/ui/assets/fonts/OpenSansBold/OpenSans-Bold.woff2') format('woff2'),
       url('/assets/ui/assets/fonts/OpenSansBold/OpenSans-Bold.woff') format('woff'),
       url('/assets/ui/assets/fonts/OpenSansBold/OpenSans-Bold.ttf') format('truetype'),
       url('/assets/ui/assets/fonts/OpenSansBold/OpenSans-Bold.svg#OpenSans-Light') format('svg'),
       url('/assets/ui/assets/fonts/OpenSansBold/OpenSans-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-ExtraBold';
  src: url('/assets/ui/assets/fonts/OpenSansExtraBold/OpenSans-ExtraBold.eot');
  src: url('/assets/ui/assets/fonts/OpenSansExtraBold/OpenSans-ExtraBold.woff2') format('woff2'),
       url('/assets/ui/assets/fonts/OpenSansExtraBold/OpenSans-ExtraBold.woff') format('woff'),
       url('/assets/ui/assets/fonts/OpenSansExtraBold/OpenSans-ExtraBold.ttf') format('truetype'),
       url('/assets/ui/assets/fonts/OpenSansExtraBold/OpenSans-ExtraBold.svg#OpenSans-Light') format('svg'),
       url('/assets/ui/assets/fonts/OpenSansExtraBold/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
 /* End */
/*
  Class: Numeric Color
  Description: Will add a base color for positive and negative numbers
*/

.numeric-positive-index {
    background: #D0E4CD;
    border-radius: 5px;
    color: #004E00;
    display: inline-block;
    /*font-size: 18px;
    font-weight: lighter;*/
    padding: 5px;
    text-align: center;
	min-width:110px;
	/*width:155px;*/
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;	
}
.numeric-negative-index {
    background: #E4CDCD;
    border-radius: 5px;
    color: #970000;
    display: inline-block;
    /*font-size: 18px;
    font-weight: lighter;*/
    padding: 5px;
    text-align: center;
	min-width:110px;	
	/*width:155px;	*/
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;	
}

.numeric-negative-index-uk {
   background-color: #ff4c4c; /*#f75757;*/
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;	
}

.numeric-positive-index-uk {
   background-color: #00ff00;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;	
}
.scroll-pane
{
	
}
.jspContainer
{
	border:none !important;
	overflow: hidden;
	position: relative;
}
.jspPane
{
	position: absolute;
}
.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 8px;
	height: 100%;
}
.jspCap
{
	display: none;
}
.jspTrack
{
	background: #E9E9E9;
	border-radius:10px;
	float:right;
	position: relative;
	width:8px;
}
.jspDrag
{
	background: #9E9E9E;
	border-radius:10px;	
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspArrow
{
	/*background: #50506d;*/
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.jspArrow.jspDisabled
{
	cursor: default;
	/*background: #80808d;*/
}
.jspVerticalBar .jspArrow
{
	height: 16px;
}
.jspVerticalBar .jspArrow:focus
{
	outline: none;
}
.jspCorner
{
	/*background: #eeeef4;*/
	float: left;
	height: 100%;
}

/* custom */
.jspPane > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  /*border: 1px solid #c6c6c6;
  background: white;*/ }
  .jspPane > ul > li > a, .jspPane > ul > li > .jspPane, .jspPane > ul > li.parent {
    position: relative;
    display: block;
    padding: 8px 10px 8px 8px;
    background: #dddddd;
    border-bottom: 1px solid #c6c6c6;
    font-weight: 700;
    font-size: 0.9em;
    cursor: pointer;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
    -o-user-select: none;
    user-select: none; }
    .jspPane > ul > li > a .total, .jspPane > ul > li > a:before, .jspPane > ul > li > .jspPane .total, .jspPane > ul > li > .jspPane:before, .jspPane > ul > li.parent .total, .jspPane > ul > li.parent:before {
      position: absolute;
      top: 50%;
      line-height: 14px;
      margin-top: -7px; }
    .jspPane > ul > li > a .total, .jspPane > ul > li > .jspPane .total, .jspPane > ul > li.parent .total {
      right: 10px; }
    .jspPane > ul > li > a.shown, .jspPane > ul > li > .jspPane.shown, .jspPane > ul > li.parent.shown {
      background: #313538;
      color: white; }
      .jspPane > ul > li > a.shown:before, .jspPane > ul > li > .jspPane.shown:before, .jspPane > ul > li.parent.shown:before {
        content: "-"; }
  .jspPane > ul > li > a, .jspPane > ul > li.parent {
    color: black; }
    .jspPane > ul > li > a:before, .jspPane > ul > li.parent:before {
      display: block;
      content: "+";
      right: 10px;
      font-size: 1.4em;
      font-weight: normal; }
  .jspPane > ul > li.parent, .jspPane > ul > li.expanded > a {
    background: #135fad;
    color: white; }
  .jspPane > ul > li.parent {
    padding-left: 8px;
    cursor: default;
    border-bottom: none;
    background: #313538; }
    .jspPane > ul > li.parent:before {
      display: none; }
  .jspPane > ul > li ul {
    list-style: none;
    margin: 5px 0;
    padding: 0;
    display: none; }
    .jspPane > ul > li ul li {
      font-size: 0.9em; }
      .jspPane > ul > li ul li a, .jspPane > ul > li ul li label {
        display: block;
        padding: 6px 10px 6px 20px;
        position: relative;
        cursor: pointer; }
        .jspPane > ul > li ul li a:hover, .jspPane > ul > li ul li a:active, .jspPane > ul > li ul li a.shown, .jspPane > ul > li ul li label:hover, .jspPane > ul > li ul li label:active, .jspPane > ul > li ul li label.shown {
          color: #135fad; }
        .jspPane > ul > li ul li a .total, .jspPane > ul > li ul li a input, .jspPane > ul > li ul li label .total, .jspPane > ul > li ul li label input {
          display: block;
          position: absolute;
          margin-right: 10px;
          right: 0;
          top: 50%;
          line-height: 16px; }
        .jspPane > ul > li ul li a input, .jspPane > ul > li ul li label input {
          margin-top: -7px; }
          .jspPane > ul > li ul li a input + span, .jspPane > ul > li ul li label input + span {
            color: #949ca1;
            margin-right: 10px; }
          .jspPane > ul > li ul li a input:checked + span, .jspPane > ul > li ul li label input:checked + span {
            color: #313538; }
        .jspPane > ul > li ul li a .total, .jspPane > ul > li ul li label .total {
          margin-top: -8px; }
  .jspPane > ul > li.expanded > a:before {
    content: "-"; }
  .jspPane > ul > li.expanded ul {
    display: block; }

@media all and (max-width: 1025px) {
	
}	
/* custom */	
