﻿@charset "UTF-8";
/* PCW - MIXINS SCSS */
/* ================================================================================ */
/* MIXINS */
/* ================================================================================ */
/* ================================================================================ */
/* BOOTSTRAP GRID SYSTEM */
/* ================================================================================ */
/* PCW - VARIABLES SCSS */
/* ================================================================================ */
/* COLORS */
/* ================================================================================ */
/* ================================================================================ */
/* SCAFFOLDING */
/* ================================================================================ */
/* ================================================================================ */
/* GRID (FROM BOOTSTRAP) */
/* ================================================================================ */
icheckbox_square
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight:bold;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

ol {
    padding-left:15px;
}

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* PCW - TYPE SCSS */
/* ================================================================================ */
/* FONT KITS */
/* ================================================================================ */
@font-face {
  font-family: 'Roboto';
  src: url("/fonts/Roboto-Black-webfont.eot");
  src: url("/fonts/Roboto-Black-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Black-webfont.woff") format("woff"), url("/fonts/Roboto-Black-webfont.ttf") format("truetype"), url("/fonts/Roboto-Black-webfont.svg#robotoblack") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("/fonts/Roboto-Bold-webfont.eot");
  src: url("/fonts/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Bold-webfont.woff") format("woff"), url("/fonts/Roboto-Bold-webfont.ttf") format("truetype"), url("/fonts/Roboto-Bold-webfont.svg#robotobold") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("/fonts/Roboto-BoldItalic-webfont.eot");
  src: url("/fonts/Roboto-BoldItalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-BoldItalic-webfont.woff") format("woff"), url("/fonts/Roboto-BoldItalic-webfont.ttf") format("truetype"), url("/fonts/Roboto-BoldItalic-webfont.svg#robotobold") format("svg");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("/fonts/Roboto-Italic-webfont.eot");
  src: url("/fonts/Roboto-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Italic-webfont.woff") format("woff"), url("/fonts/Roboto-Italic-webfont.ttf") format("truetype"), url("/fonts/Roboto-Italic-webfont.svg#robotoitalic") format("svg");
  font-weight: 400;
  font-style: italic; }
@font-face {
  font-family: 'Roboto';
  src: url("/fonts/Roboto-Regular-webfont.eot");
  src: url("/fonts/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Regular-webfont.woff") format("woff"), url("/fonts/Roboto-Regular-webfont.ttf") format("truetype"), url("/fonts/Roboto-Regular-webfont.svg#robotoregular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("/fonts/Roboto-Light-webfont.eot");
  src: url("/fonts/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-Light-webfont.woff") format("woff"), url("/fonts/Roboto-Light-webfont.ttf") format("truetype"), url("/fonts/Roboto-Light-webfont.svg#robotolight") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("/fonts/Roboto-LightItalic-webfont.eot");
  src: url("/fonts/Roboto-LightItalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/Roboto-LightItalic-webfont.woff") format("woff"), url("/fonts/Roboto-LightItalic-webfont.ttf") format("truetype"), url("/fonts/Roboto-LightItalic-webfont.svg#robotolight") format("svg");
  font-weight: 300;
  font-style: italic; }
/* ================================================================================ */
/* CHARACTER STYLES */
/* ================================================================================ */
form {
    overflow-x: hidden;
}
body {
  font-size: 16px;
  font-family: 'Roboto', Helvetica, sans-serif;
  line-height: 1.428571429;
  -webkit-font-smoothing: antialiased;
  color: #333; }

input, textarea, button {
  font-family: 'Roboto';
  -webkit-font-smoothing: antialiased; }

.body-lrg {
  font-size: 1.250em;
  font-weight: 300; }

.body-sma {
  font-size: 0.875em; }

.tiny-gray {
  color: #999;
  font-size: .750em;
  font-weight: 900; }

.h1, .h2, .h3, .bot-heading, .h4, .h5 {
  font-weight: 900;
  display: block;
  clear: both;
  line-height: 1.1em; }

.h1 {
  font-size: 4.000em; }

.h2 {
  font-size: 3.000em; }

.h3, .bot-heading {
  font-size: 2.250em; }

.h4 {
  font-size: 1.500em; }

.h5 {
  font-size: 1.125em; }

@media (max-width: 500px) {
  .h1 {
    font-size: 2.2em; }

  .h2 {
    font-size: 2em; }

  .h3, .bot-heading {
    font-size: 1.75em; } }
.bot-heading {
  font-size: 2em; }

.title-20 {
  font-size: 1.250em;
  font-weight: 900;
  line-height: 1.2em;
  display: block;
  clear: both; }

div.toc-tools.InteractiveCharts {
    display:none;
}
.centerizer.InteractiveCharts {
    max-width: 100%;
    margin: 0px;
    padding: 0px;
}
div.col-sm-8.col-sm-offset-1.push-down-40.InteractiveCharts {
    width: 100%;
    margin-left: 0%;
}

.section-title {
  display: block;
  clear: both;
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.313em;
  font-weight: 900; }

/* PCW - BOOTSTRAP GRID SCSS */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 481px) {
    .container {
      width: 750px; } }
  @media (min-width: 769px) {
    .container {
      width: 970px; } }
  @media (min-width: 980px) {
    .container {
      width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: 0%; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: 0%; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 481px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }

  .col-sm-1 {
    width: 8.3333333333%; }

  .col-sm-2 {
    width: 16.6666666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.3333333333%; }

  .col-sm-5 {
    width: 41.6666666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.3333333333%; }

  .col-sm-8 {
    width: 66.6666666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.3333333333%; }

  .col-sm-11 {
    width: 91.6666666667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: 0%; }

  .col-sm-pull-1 {
    right: 8.3333333333%; }

  .col-sm-pull-2 {
    right: 16.6666666667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.3333333333%; }

  .col-sm-pull-5 {
    right: 41.6666666667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.3333333333%; }

  .col-sm-pull-8 {
    right: 66.6666666667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.3333333333%; }

  .col-sm-pull-11 {
    right: 91.6666666667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: 0%; }

  .col-sm-push-1 {
    left: 8.3333333333%; }

  .col-sm-push-2 {
    left: 16.6666666667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.3333333333%; }

  .col-sm-push-5 {
    left: 41.6666666667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.3333333333%; }

  .col-sm-push-8 {
    left: 66.6666666667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.3333333333%; }

  .col-sm-push-11 {
    left: 91.6666666667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 769px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }

  .col-md-1 {
    width: 8.3333333333%; }

  .col-md-2 {
    width: 16.6666666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.3333333333%; }

  .col-md-5 {
    width: 41.6666666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.3333333333%; }

  .col-md-8 {
    width: 66.6666666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.3333333333%; }

  .col-md-11 {
    width: 91.6666666667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: 0%; }

  .col-md-pull-1 {
    right: 8.3333333333%; }

  .col-md-pull-2 {
    right: 16.6666666667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.3333333333%; }

  .col-md-pull-5 {
    right: 41.6666666667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.3333333333%; }

  .col-md-pull-8 {
    right: 66.6666666667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.3333333333%; }

  .col-md-pull-11 {
    right: 91.6666666667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: 0%; }

  .col-md-push-1 {
    left: 8.3333333333%; }

  .col-md-push-2 {
    left: 16.6666666667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.3333333333%; }

  .col-md-push-5 {
    left: 41.6666666667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.3333333333%; }

  .col-md-push-8 {
    left: 66.6666666667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.3333333333%; }

  .col-md-push-11 {
    left: 91.6666666667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.3333333333%; }

  .col-md-offset-2 {
    margin-left: 16.6666666667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.3333333333%; }

  .col-md-offset-5 {
    margin-left: 41.6666666667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.3333333333%; }

  .col-md-offset-8 {
    margin-left: 66.6666666667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.3333333333%; }

  .col-md-offset-11 {
    margin-left: 91.6666666667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 980px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }

  .col-lg-1 {
    width: 8.3333333333%; }

  .col-lg-2 {
    width: 16.6666666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.3333333333%; }

  .col-lg-5 {
    width: 41.6666666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.3333333333%; }

  .col-lg-8 {
    width: 66.6666666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.3333333333%; }

  .col-lg-11 {
    width: 91.6666666667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: 0%; }

  .col-lg-pull-1 {
    right: 8.3333333333%; }

  .col-lg-pull-2 {
    right: 16.6666666667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.3333333333%; }

  .col-lg-pull-5 {
    right: 41.6666666667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.3333333333%; }

  .col-lg-pull-8 {
    right: 66.6666666667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.3333333333%; }

  .col-lg-pull-11 {
    right: 91.6666666667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: 0%; }

  .col-lg-push-1 {
    left: 8.3333333333%; }

  .col-lg-push-2 {
    left: 16.6666666667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.3333333333%; }

  .col-lg-push-5 {
    left: 41.6666666667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.3333333333%; }

  .col-lg-push-8 {
    left: 66.6666666667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.3333333333%; }

  .col-lg-push-11 {
    left: 91.6666666667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
/* PCW - MAIN SCSS */
/* ================================================================================ */
/* COLORS */
/* ================================================================================ */
.red, .red a {
  color: #f46958; }

.skyblue, .skyblue a {
  color: #64d0f3; }

.light-grey, .light-grey a {
  color: #cacaca; }

.drak-grey, .dark-grey a {
  color: #333333; }

.aqua, .aqua a {
  color: #0ca8c2; }

.yellow, .yellow a {
  color: #e7dd39; }

.green, .green a {
  color: #92c54f; }

.white, .white a {
  color: #ffffff; }

.black, .black a {
  color: #333333; }

.darkblue, .darkblue a {
  color: #243b47; }

.grey, .grey a {
  color: #999999; }

/* ================================================================================ */
/* BACKGROUND COLORS */
/* ================================================================================ */
/** Add this to the style-block divs to change bg and invert text to white **/
.bg-darkblue {
  background: #243b47;
  color: #fff; }

.bg-aqua {
  background: #0ca8c2;
  color: #fff; }

.bg-red {
  background: #f46958;
  color: #fff; }

.bg-white {
  background: #fff; }

.bg-gray {
  background: #e9e9e9; }

/* ================================================================================ */
/* GLOBAL STYLES */
/* ================================================================================ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

::-moz-selection {
  background: #eee;
  color: #000;
  text-shadow: none; }

::selection {
  background: #eee;
  color: #000;
  text-shadow: none; }

a {
  cursor: pointer;
  text-decoration: none;
  color:#0CA8C2;}

a:hover {
  text-decoration: underline; }

a:active, a:focus {
  outline: 0; }

textarea {
  resize: none; }

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none; }

::-webkit-input-placeholder {
  color: #666666; }

input:-moz-placeholder {
  color: #666666; }

input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea, .datepicker {
  -webkit-appearance: none;
  border-radius: 0;
  background: #fff;
  border: 1px solid #cecece;
  line-height: 35px;
  height: 35px;
  font-size: 1em;
  font-family: 'Roboto';
  position: relative; }

button, input[type="submit"] {
  -webkit-appearance: none; }

html.touch input[type="text"]:focus, html.touch input[type="password"]:focus, html.touch input[type="email"]:focus, html.touch select:focus {
  font-size: 16px; }

img {
  max-width: 100%;
  vertical-align: middle; }

.action-wrap {
  display: block;
  clear: both; }

.two-col-list {
  display: block;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  column-count: 2;
  column-gap: 10px; }
  .two-col-list a {
    display: block;
    clear: both; }

.more-link {
  font-weight: 900;
  color: #0ca8c2; }

.fluid-width-video-wrapper {
  display: block;
  clear: both;
  margin-bottom: 1em; }

/* ================================================================================ */
/* BUTTONS */
/* ================================================================================ */
.btn-action-lrg, .btn-action-md, .btn-action-sm {
  background: #ddd;
  display: inline-block;
  clear: both;
  color: #fff !important;
  font-family: 'Roboto';
  border: 0;
  cursor: pointer;
  font-size: 1.5em;
  font-weight: 900;
  text-align: center;
  line-height: 75px;
  padding: 0 40px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px; }
  .btn-action-lrg:hover, .btn-action-md:hover, .btn-action-sm:hover {
    text-decoration: none;
    background: #ccc; }

.btn-action-md {
  line-height: 60px;
  font-size: 1.250em; }

.btn-action-sm {
  line-height: 45px;
  font-size: 1.125em;
  padding: 0 20px; }

.btn-action-lrg, .btn-action-md, .btn-action-sm {
  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out; }

.btn-action-lrg.red, .red.btn-action-md, .red.btn-action-sm {
  background: #f46958; }
  .btn-action-lrg.red:hover, .red.btn-action-md:hover, .red.btn-action-sm:hover {
    background: #eb8579; }

.btn-action-lrg.skyblue, .skyblue.btn-action-md, .skyblue.btn-action-sm {
  background: #64d0f3; }
  .btn-action-lrg.skyblue:hover, .skyblue.btn-action-md:hover, .skyblue.btn-action-sm:hover {
    background: #8dd8f1; }

.btn-action-lrg.aqua, .aqua.btn-action-md, .aqua.btn-action-sm {
  background: #0ca8c2; }
  .btn-action-lrg.aqua:hover, .aqua.btn-action-md:hover, .aqua.btn-action-sm:hover {
    background: #2cc0d9; }

.btn-action-lrg.yellow, .yellow.btn-action-md, .yellow.btn-action-sm {
  background: #e7dd39; }

.btn-action-lrg.green, .green.btn-action-md, .green.btn-action-sm {
  background: #92c54f; }
  .btn-action-lrg.green:hover, .green.btn-action-md:hover, .green.btn-action-sm:hover {
    background: #acdc7b; }

.btn-action-lrg.darkblue, .darkblue.btn-action-md, .darkblue.btn-action-sm {
  background: #243b47; }
  .btn-action-lrg.darkblue:hover, .darkblue.btn-action-md:hover, .darkblue.btn-action-sm:hover {
    background: #304f61; }

.btn-action-lrg.skyblue, .skyblue.btn-action-md, .skyblue.btn-action-sm {
  background: #64d0f3; }
  .btn-action-lrg.skyblue:hover, .skyblue.btn-action-md:hover, .skyblue.btn-action-sm:hover {
    background: #8dd8f1; }

.btn-download {
  background: #92c54f;
  color: #fff !important;
  padding: 3px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px; }
  .btn-download:hover {
    text-decoration: none;
    background: #acdc7b; }

/* ================================================================================ */
/* HTML / BODY / SECTIONS */
/* ================================================================================ */
body {
  -webkit-text-size-adjust: none; }

body.modal-open {
  overflow: hidden !important; }

/* ================================================================================ */
/* HEADER */
/* ================================================================================ */
.sm-display {
  display: none !important; }

header {
  display: block;
  clear: both;
  margin-bottom: 0px;
  background: #243b47;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 65px;
  z-index: 1000; }
  header .logo {
    float: left;
    width: 180px;
    margin: 12px 0 0 18px; }
    header .logo a {
      background: url(/i/sprite_ui.png) no-repeat;
      display: block;
      text-indent: -9999em;
      width: 185px;
      height: 40px;
      background-position: 0 0; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        header .logo a {
          background-image: url(/i/sprite_ui_2x.png) !important;
          -webkit-background-size: 800px 800px;
          background-size: 800px 800px; } }
  header nav {
    float: left;
    width: 50%;
    margin-left: 3%; }
    header nav a.top-level {
      -webkit-transition: background 300ms ease-in-out;
      -moz-transition: background 300ms ease-in-out;
      -o-transition: background 300ms ease-in-out;
      transition: background 300ms ease-in-out; }
    header nav li:hover a.top-level {
      background: #0ca8c2; }

header .drop-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 65px;
  z-index: -9999;
  right: 0;
  width: 240px;
  padding: 15px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  background: #243b47; }
  header .drop-menu a {
    display: block;
    clear: both;
    margin-bottom: 0px;
    color: #fff;
    padding: 8px 0;
    position: relative; }
    header .drop-menu a:hover {
      text-decoration: underline; }
  header .drop-menu .menu-icon {
    position: absolute;
    right: 0px;
    top: 0px;
    background: url(/i/sprite_ui.png) no-repeat;
    display: block;
    text-indent: -9999em; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      header .drop-menu .menu-icon {
        background-image: url(/i/sprite_ui_2x.png) !important;
        -webkit-background-size: 800px 800px;
        background-size: 800px 800px; } }
  header .drop-menu .icon-dashboard {
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    background-position: -84px -47px; }
  header .drop-menu .icon-account {
    width: 18px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    background-position: -57px -47px; }
  header .drop-menu .icon-email {
    width: 28px;
    height: 20px;
    top: 50%;
    margin-top: -9px;
    background-position: -111px -47px; }
  header .drop-menu .icon-call {
    width: 21px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    background-position: -145px -47px; }
  header .drop-menu .icon-chat {
    width: 24px;
    height: 20px;
    top: 50%;
    margin-top: -9px;
    background-position: -172px -47px; }

header nav ul {
  list-style-type: none;
  width: 100%;
  display: block;
  max-width: 650px; }
header nav li {
  float: left;
  width: 16%;
  position: relative; }
header nav a.top-level {
  line-height: 65px;
  display: block;
  color: #fff;
  font-weight: 700;
  text-align: center; }
header nav li:hover a.top-level {
  text-decoration: none;
  background: #0ca8c2; }
header nav li.contact-top:hover .contact-menu {
  visibility: visible;
  opacity: 1;
  z-index: 10; }
header nav > ul > li:hover .drop-menu {
  visibility: visible;
  opacity: 1;
  z-index: 10; }

.gap {
  display: block;
  height: 65px; }

.hdr-search, .hdr-cart {
  float: right;
  border-left: 1px solid #888;
  height: 65px;
  width: 65px;
  position: relative; }

.hdr-search #open-search {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out; }
  .hdr-search #open-search:hover {
    background: #0ca8c2; }
  .hdr-search #open-search:focus {
    outline: none;
    border: none; }
  .hdr-search #open-search .glass {
    position: absolute;
    width: 20px;
    height: 21px;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
    background: url(/i/sprite_ui.png) no-repeat;
    display: block;
    text-indent: -9999em;
    background-position: 0 -46px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .hdr-search #open-search .glass {
        background-image: url(/i/sprite_ui_2x.png) !important;
        -webkit-background-size: 800px 800px;
        background-size: 800px 800px; } }
.hdr-search .site-search {
  position: absolute;
  top: 65px;
  right: 0;
  width: 300px;
  background: #243b47;
  padding: 12px;
  display: none; }
  .hdr-search .site-search input {
    height: 40px;
    line-height: 40px;
    float: left;
    border: 0;
    font-size: .875em;
    font-weight: 700;
    font-family: 'Roboto';
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px; }
  .hdr-search .site-search input[type="text"] {
    width: 66%;
    padding: 0 2%;
    margin-right: 4%; }
  .hdr-search .site-search input[type="submit"] {
    width: 30%;
    background: #0ca8c2;
    color: #fff;
    cursor: pointer; }
    .hdr-search .site-search input[type="submit"]:hover {
      background: #2cc0d9; }
.hdr-search .site-search.open {
  display: block; }

.hdr-cart .cart-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out; }
  .hdr-cart .cart-link:focus {
    outline: none;
    border: none; }
  .hdr-cart .cart-link:hover {
    background: #0ca8c2; }
.hdr-cart .cart-icon {
  position: absolute;
  width: 25px;
  height: 21px;
  left: 50%;
  top: 50%;
  margin-left: -13px;
  margin-top: -10px;
  background: url(/i/sprite_ui.png) no-repeat;
  display: block;
  text-indent: -9999em;
  background-position: -24px -46px;
  text-indent: 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .hdr-cart .cart-icon {
      background-image: url(/i/sprite_ui_2x.png) !important;
      -webkit-background-size: 800px 800px;
      background-size: 800px 800px; } }
.hdr-cart .cart-badge {
  position: absolute;
  background: #f46958;
  color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -khtml-border-radius: 2px;
  font-size: .750em;
  display: block;
  padding: 0px 5px;
  z-index: 2;
  font-weight: 700;
  top: -10px;
  right: -10px; }

.hdr-portal {
  float: right;
  border-left: 1px solid #888;
  height: 65px;
  position: relative;
  font-weight: 700;
  -webkit-transition: background 300ms ease-in-out;
  -moz-transition: background 300ms ease-in-out;
  -o-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out; }
  .hdr-portal i {
    font-style: normal; }
  .hdr-portal:hover {
    background: #0ca8c2; }
  .hdr-portal a:hover {
    text-decoration: none; }
  .hdr-portal .prompt {
    line-height: 65px;
    display: block;
    text-align: center;
    color: #fff;
    padding: 0 35px 0 20px;
    position: relative;
    font-size: .875em; }
  .hdr-portal .prompt a {color:#fff;}
  .hdr-portal .arrow {
    background: url(/i/sprite_ui.png) no-repeat;
    display: block;
    text-indent: -9999em;
    width: 10px;
    height: 5px;
    background-position: 0 -75px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -2px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .hdr-portal .arrow {
        background-image: url(/i/sprite_ui_2x.png) !important;
        -webkit-background-size: 800px 800px;
        background-size: 800px 800px; } }
  .hdr-portal.logged-out {
    position: relative;
    min-width: 200px; }
    .hdr-portal.logged-out:hover {
      background: none; }
  .hdr-portal .trigger-login {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    right: 15px;
    height: 45px;
    line-height: 45px; }
  .hdr-portal .register-link {
    color: #0ca8c2;
    line-height: 65px;
    display: block;
    text-align: right;
    padding-right: 125px; }
    .hdr-portal .register-link:hover {
      text-decoration: underline; }

header .portal-menu {
  width: 200px; }

.hdr-portal:hover .portal-menu {
  visibility: visible;
  opacity: 1;
  z-index: 2; }

.back-to-top {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 45px;
  height: 45px;
  background: rgba(100, 208, 243, 0.75);
  z-index: 100;
  cursor: pointer; }
  .back-to-top:after {
    content: '';
    background: url(/i/sprite_ui.png) no-repeat;
    display: block;
    text-indent: -9999em;
    position: absolute;
    background-position: -164px -121px;
    width: 16px;
    height: 8px;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -8px;
    z-index: 3; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .back-to-top:after {
        background-image: url(/i/sprite_ui_2x.png) !important;
        -webkit-background-size: 800px 800px;
        background-size: 800px 800px; } }

/* ================================================================================ */
/* EURO BLOCK */
/* ================================================================================ */
.bg-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top; }

.fade-1, .fade-2 {
  opacity: 0; }

@-webkit-keyframes FADEIN {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes FADEIN {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes FADEIN {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes FADEIN {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.pcw-euro-block {
  display: block;
  padding: 2em 0;
  height: 800px;
  position: relative;
  overflow: hidden; }
  .pcw-euro-block .eu-logo-link {
    max-width: 320px;
    width: 100%;
    display: inline-block;
    margin-bottom: 1.1em; }
    .pcw-euro-block .eu-logo-link img {
      display: block;
      width: 100%;
      height: auto; }
  .pcw-euro-block .euro-bubble {
    display: block;
    position: absolute;
    width: 400px;
    bottom: 10%;
    right: 15%; }
    @media (max-width: 1200px) {
      .pcw-euro-block .euro-bubble {
        right: 10%; } }
    @media (max-width: 990px) {
      .pcw-euro-block .euro-bubble {
        right: 8%;
        width: 350px; } }
    @media (max-width: 768px) {
      .pcw-euro-block .euro-bubble {
        right: 6%;
        bottom: 5%;
        width: 300px; } }
    @media (max-width: 600px) {
      .pcw-euro-block .euro-bubble {
        right: 3%;
        bottom: 3%;
        width: 220px; } }
    @media (max-width: 480px) {
      .pcw-euro-block .euro-bubble {
        display: none; } }
  .pcw-euro-block .lead-text {
    display: block;
    clear: both;
    color: #019cdf;
    font-size: 4em;
    font-family: 'Roboto';
    font-weight: 900;
    line-height: 1em;
    margin-bottom: .25em; }
  .pcw-euro-block .sub-text {
    display: block;
    clear: both;
    color: #fff;
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 2em; }
  .pcw-euro-block .orange-more {
    display: inline-block;
    clear: both;
    color: #ffaf22;
    font-weight: 900;
    font-size: 2.2em; }
  @media only screen and (max-width: 979px) {
    .pcw-euro-block {
      height: 600px; } }
  @media only screen and (max-width: 768px) {
    .pcw-euro-block {
      height: 500px; }
      .pcw-euro-block .lead-text {
        font-size: 3em; } }
  @media only screen and (max-width: 480px) {
    .pcw-euro-block {
      height: 350px; }
      .pcw-euro-block .lead-text {
        font-size: 2.5em; } }

.pcw-euro-block.active .fade-1 {
  -webkit-animation: FADEIN 2s .2s 1 forwards;
  /* Safari 4+ */
  -moz-animation: FADEIN 2s .2s 1 forwards;
  /* Fx 5+ */
  -o-animation: FADEIN 2s .2s 1 forwards;
  /* Opera 12+ */
  animation: FADEIN 2s .2s 1 forwards;
  /* IE 10+, Fx 29+ */ }
.pcw-euro-block.active .fade-2 {
  -webkit-animation: FADEIN 2s 1s 1 forwards;
  /* Safari 4+ */
  -moz-animation: FADEIN 2s 1s 1 forwards;
  /* Fx 5+ */
  -o-animation: FADEIN 2s 1s 1 forwards;
  /* Opera 12+ */
  animation: FADEIN 2s 1s 1 forwards;
  /* IE 10+, Fx 29+ */ }


.layered-vignette {
  display: block;
  clear: both;
  position: relative; }
  .layered-vignette .layer {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center center !important; }
  .layered-vignette .layer-1, .layered-vignette .layer-2, .layered-vignette .layer-3 {
    opacity: 0; }
  .layered-vignette .layer-0 {
    z-index: 1; }
  .layered-vignette .layer-1 {
    z-index: 2; }
  .layered-vignette .layer-2 {
    z-index: 3; }
  .layered-vignette .layer-3 {
    z-index: 4; }
  .layered-vignette .full-size-link {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100; }
  .layered-vignette .small-layers {
    display: none; }
    .layered-vignette .small-layers .layer img {
      display: block;
      width: 100%;
      height: auto; }
    .layered-vignette .small-layers .layer.base {
      position: relative;
      width: auto;
      height: auto; }
  @media only screen and (max-width: 3000px) {
    .layered-vignette {
      height: 1200px; } }
  @media only screen and (max-width: 1900px) {
    .layered-vignette {
      height: 1000px; } }
  @media only screen and (max-width: 1600px) {
    .layered-vignette {
      height: 800px; } }
  @media only screen and (max-width: 1200px) {
    .layered-vignette {
      height: 600px; } }
  @media only screen and (max-width: 979px) {
    .layered-vignette {
      height: 600px; } }
  @media only screen and (max-width: 768px) {
    .layered-vignette {
      height: 550px; } }
  @media only screen and (max-width: 600px) {
    .layered-vignette {
      height: auto; }
      .layered-vignette .large-layers {
        display: none; }
      .layered-vignette .small-layers {
        display: block; } }

.layered-vignette.active .layer-1 {
  -webkit-animation: FADEIN 2s .1s 1 forwards;
  /* Safari 4+ */
  -moz-animation: FADEIN 2s .1s 1 forwards;
  /* Fx 5+ */
  -o-animation: FADEIN 2s .1s 1 forwards;
  /* Opera 12+ */
  animation: FADEIN 2s .1s 1 forwards;
  /* IE 10+, Fx 29+ */ }
.layered-vignette.active .layer-2 {
  -webkit-animation: FADEIN 2s 1s 1 forwards;
  /* Safari 4+ */
  -moz-animation: FADEIN 2s 1s 1 forwards;
  /* Fx 5+ */
  -o-animation: FADEIN 2s 1s 1 forwards;
  /* Opera 12+ */
  animation: FADEIN 2s 1s 1 forwards;
  /* IE 10+, Fx 29+ */ }
.layered-vignette.active .layer-3 {
  -webkit-animation: FADEIN 2s 1.5s 1 forwards;
  /* Safari 4+ */
  -moz-animation: FADEIN 2s 1.5s 1 forwards;
  /* Fx 5+ */
  -o-animation: FADEIN 2s 1.5s 1 forwards;
  /* Opera 12+ */
  animation: FADEIN 2s 1.5s 1 forwards;
  /* IE 10+, Fx 29+ */ }



/* ================================================================================ */
/* HOME */
/* ================================================================================ */
.style-block {
  display: block;
  clear: both;
  position: relative;
  overflow: hidden;
  padding: 60px 0; }
  .style-block .h2 {
    padding-bottom: 20px; }
  .style-block .h4 {
    padding-bottom: 20px; }
  .style-block p.body-lrg {
    line-height: 1.8em; }
  .style-block p {
    line-height: 1.8em;
    /*margin-bottom: 20px; */
	margin-bottom: 8px;
	}
  .style-block .line {
    height: 1px;
    display: block;
    clear: both;
    background: #ccc;
    margin: 40px 0; }

.bucket {
  margin-bottom: 2.5em; }
  .bucket:before, .bucket:after {
    content: " ";
    display: table; }
  .bucket:after {
    clear: both; }
  .bucket .h5 {
    padding-bottom: 8px; }
  .bucket .thumb {
    display: block;
	 margin-bottom: 12px; }
    .bucket .thumb img {
      width: 100%;
      height: auto;
      display: block; }
  .bucket .title {
    font-size: 1.250em;
    display: block;
    clear: both;
    margin-bottom: 12px;
    font-weight: 700; }
  .bucket p {
    line-height: 1.5em;
    font-weight: 300; }
  .bucket p:last-child {
    margin-bottom: 0; }
  .bucket a {
    color: #0ca8c2;
    font-weight: 900; }
  .bucket .h4 {
    padding-bottom: 0; }
  .bucket .cat {
    display: block; }
    .bucket .cat a {
      color: #333333; }
  .bucket .btn-download {
    float: left;
    clear: left; }

.analysts .bucket {
  text-align: center; }
  .analysts .bucket .h4 {
    padding-bottom: 5px; }

.padded-center {
  display: block;
  width: 85%;
  margin: 0 auto; }

.btn-action-lrg.col-md-4, .col-md-4.btn-action-md, .col-md-4.btn-action-sm {
  margin: 0 auto;
  float: none; }

.jumbotron {
  background: #0ca8c2 !important;
  position: relative;
  overflow: hidden; }
  .jumbotron .jumbo-wrap {
    max-width: 880px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 70px;
    color: #fff;
    position: relative;
    z-index: 100; }
  .jumbotron .h1 {
    display: block;
    clear: both;
    margin-bottom: 30px; }
  .jumbotron p {
    line-height: 1.5em;
    font-size: 1.313em; }
  .jumbotron .brand {
    display: block;
    clear: both;
    width: 260px;
    margin: 0 auto;
    margin-bottom: 30px; }

.jumbotron.home {
  height: 635px; }

.jumbotron.inner {
  height: 450px; }
  .jumbotron.inner .jumbo-wrap {
    padding-top: 100px; }
  .jumbotron.inner .brand {
    display: none; }
  .jumbotron.inner .h4 {
    display: block;
    margin-bottom: 12px; }

#parallax {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%; }
  #parallax .cloud-1 {
    position: absolute;
    z-index: 3; }
  #parallax .cloud-2 {
    position: absolute;
    z-index: 3; }
  #parallax .cloud-3 {
    position: absolute;
    z-index: 3; }
  #parallax .sun {
    position: absolute;
    z-index: 2; }
  #parallax .plane {
    position: absolute;
    z-index: 2; }

.jumbotron.home #parallax {
  height: 635px; }
  .jumbotron.home #parallax .cloud-1 {
    max-width: 400px;
    left: 50%;
    margin-left: 60px;
    bottom: -10%; }
  .jumbotron.home #parallax .cloud-2 {
    left: 50%;
    margin-left: -680px;
    max-width: 200px;
    top: 40%; }
  .jumbotron.home #parallax .cloud-3 {
    right: 50%;
    margin-right: -550px;
    max-width: 180px;
    top: 12%; }
  .jumbotron.home #parallax .sun {
    max-width: 300px;
    left: 50%;
    margin-left: -150px;
    bottom: -100px; }
  .jumbotron.home #parallax .plane {
    max-width: 300px;
    left: 50%;
    margin-left: -500px;
    bottom: 0px; }

.jumbotron.inner #parallax {
  height: 450px; }
  .jumbotron.inner #parallax .cloud-1 {
    max-width: 400px;
    left: 50%;
    margin-left: 60px;
    bottom: -100px; }
  .jumbotron.inner #parallax .cloud-2 {
    left: 50%;
    margin-left: -640px;
    max-width: 200px;
    top: 20%; }
  .jumbotron.inner #parallax .cloud-3 {
    right: 50%;
    margin-right: -550px;
    max-width: 180px;
    top: 3%; }
  .jumbotron.inner #parallax .sun {
    max-width: 300px;
    left: 50%;
    margin-left: -150px;
    bottom: -100px; }
  .jumbotron.inner #parallax .plane {
    max-width: 300px;
    left: 50%;
    margin-left: -500px;
    bottom: 0px; }

.press-mentions {
  list-style-type: none;
  display: block;
  text-align: center; }
  .press-mentions li {
    width: 33%;
    display: inline-block;
    margin-bottom: 2em; }
    @media (max-width: 600px) {
      .press-mentions li {
        width: 50%; } }
    @media (max-width: 480px) {
      .press-mentions li {
        width: auto;
        display: block;
        clear: both; } }

/* ================================================================================ */
/* INNER (GLOBAL) */
/* ================================================================================ */
.gray-term-search {
  background: #eeeeee;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  display: block;
  clear: both;
  float: none !important;
  margin: 0 auto;
  height: 50px;
  margin-bottom: 10px; }
  .gray-term-search fieldset {
    position: relative; }
  .gray-term-search input[type="text"] {
    border: none;
    background: none;
    float: left;
    width: 94%;
    height: 50px;
    line-height: 50px;
    font-size: 1.250em;
    color: #999;
    font-weight: 300; }
    .gray-term-search input[type="text"]:focus {
      outline: none;
      border: none; }
  .gray-term-search input[type="submit"] {
    position: absolute;
    background: url(/i/sprite_ui.png) no-repeat;
    display: block;
    text-indent: -9999em;
    width: 20px;
    height: 22px;
    background-position: -87px -121px;
    right: 0px;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
    border: 0; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .gray-term-search input[type="submit"] {
        background-image: url(/i/sprite_ui_2x.png) !important;
        -webkit-background-size: 800px 800px;
        background-size: 800px 800px; } }
    .gray-term-search input[type="submit"]:focus {
      outline: none;
      border: none; }

aside .gray-term-search input[type="text"] {
  font-size: 1em;
  padding: 0 5%; }
aside .gray-term-search input[type="submit"] {
  right: 12px; }

.sq-icon {
  display: block;
  position: relative;
  background: #999;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  width: 65px;
  height: 65px;
  margin: 0 auto;
  margin-bottom: 10px; }
  .sq-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: url(/i/sprite_ui.png) no-repeat;
    display: block;
    text-indent: -9999em; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .sq-icon:after {
        background-image: url(/i/sprite_ui_2x.png) !important;
        -webkit-background-size: 800px 800px;
        background-size: 800px 800px; } }

.icon-grid {
  display: block;
  clear: both; }
  .icon-grid ul {
    list-style-type: none; }
  .icon-grid li {
    display: inline-block;
    text-align: center;
    height: 170px;
    vertical-align: top;
    width: 24%; }
  .icon-grid .label {
    display: block;
    text-align: center;
    font-weight: 900;
    font-size: 1.250em;
    padding: 0 10px; }
  .icon-grid .sq-icon {
    margin: 0 auto;
    margin-bottom: 10px; }

.sq-icon-1 {
  background: #fda53c; }
  .sq-icon-1:after {
    width: 32px;
    height: 26px;
    margin-left: -16px;
    margin-top: -14px;
    background-position: 0 -335px; }

.sq-icon-2 {
  background: #f8533f; }
  .sq-icon-2:after {
    width: 23px;
    height: 36px;
    margin-left: -12px;
    margin-top: -19px;
    background-position: -39px -335px; }

.sq-icon-3 {
  background: #243b47; }
  .sq-icon-3:after {
    width: 23px;
    height: 34px;
    margin-left: -11px;
    margin-top: -17px;
    background-position: -68px -335px; }

.sq-icon-4 {
  background: #64d0f3; }
  .sq-icon-4:after {
    width: 43px;
    height: 35px;
    margin-left: -21px;
    margin-top: -17px;
    background-position: -100px -335px; }

.sq-icon-5 {
  background: #0ca8c2; }
  .sq-icon-5:after {
    width: 27px;
    height: 29px;
    margin-left: -13px;
    margin-top: -14px;
    background-position: -150px -335px; }

.sq-icon-6 {
  background: #80be50; }
  .sq-icon-6:after {
    width: 19px;
    height: 34px;
    margin-left: -10px;
    margin-top: -17px;
    background-position: -185px -335px; }

.sq-icon-7 {
  background: #fdc53e; }
  .sq-icon-7:after {
    width: 33px;
    height: 33px;
    margin-left: -17px;
    margin-top: -17px;
    background-position: -212px -335px; }

.sq-icon-8 {
  background: #aeb0b0; }
  .sq-icon-8:after {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-top: -15px;
    background-position: -250px -335px; }

.thumb-stack {
  padding: 0 15px;
  display: block;
  clear: both;
  margin-bottom: 0px; }
  .thumb-stack .thumb {
    float: left;
    width: 10%; }
    .thumb-stack .thumb img {
      display: block;
      width: 100%;
      height: auto; }

.quote {
  position: relative; }
  .quote .thumb {
    float: left;
    width: 12%; }
    .quote .thumb img {
      display: block;
      width: 100%;
      height: auto; }
  .quote blockquote {
    margin-left: 3%;
    float: left;
    width: 70%; }
    .quote blockquote p {
      font-size: 1.250em;
      font-weight: 900;
      line-height: 1.4em; }
    .quote blockquote cite {
      display: block;
      font-style: normal;
      font-weight: 900;
      font-size: 1.125em;
      color: #243b47; }
    .quote blockquote .job-title {
      display: block;
      clear: both;
      color: #243b47; }
  .quote .bubble {
    content: '';
    position: absolute;
    width: 300px;
    height: 212px;
    right: -150px;
    top: -10px;
    background: url(/i/sprite_ui.png) no-repeat;
    display: block;
    text-indent: -9999em;
    background-position: -500px 0; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .quote .bubble {
        background-image: url(/i/sprite_ui_2x.png) !important;
        -webkit-background-size: 800px 800px;
        background-size: 800px 800px; } }

.two-rails {
  padding-top: 3em; }
  @media (max-width: 500px) {
    .two-rails {
      padding-top: 2em; } }

.divider {
  height: 1px;
  clear: both;
  display: block;
  margin: 40px 0;
  background: #999; }

.mission .mission-copy {
  width: 85%; }
.mission .row:last-child {
  margin-bottom: 0; }

.infographic {
  display: block; }
  .infographic img {
    display: block;
    width: 100%;
    height: auto; }

.style-block .row.lead-copy {
  margin-bottom: 10px; }

.breadcrumb {
  padding: 12px 0;
  background: #0ca8c2; }
  .breadcrumb span, .breadcrumb a, .breadcrumb i {
    color: #fff;
    font-weight: 900;
    font-size: .875em; }
  .breadcrumb i {
    font-style: normal;
    padding: 0 3px; }

.share-bar {
  display: block;
  clear: both; }
  .share-bar .label {
    display: block;
    color: #999999;
    font-weight: 900;
    font-size: 0.813em;
    margin-bottom: 5px; }
  .share-bar .shares {
    display: block;
    clear: both; }
  .share-bar .share-btn {
    position: relative;
    width: 37px;
    height: 36px;
    background: url(/i/sprite_ui.png) no-repeat;
    display: block;
    text-indent: -9999em; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .share-bar .share-btn {
        background-image: url(/i/sprite_ui_2x.png) !important;
        -webkit-background-size: 800px 800px;
        background-size: 800px 800px; } }
  .share-bar .share-btn.fb {
    background-position: 0 -151px; }
  .share-bar .share-btn.lin {
    background-position: -39px -151px; }
  .share-bar .share-btn.twtr {
    background-position: -78px -151px; }
  .share-bar .share-btn.gplus {
    background-position: -117px -151px; }
  .share-bar .share-btn.email {
    background-position: -156px -151px; }

.share-bar.horizontal {
  margin-bottom: 2em; }
  .share-bar.horizontal .share-btn {
    float: left;
    margin-left: 5px; }
    .share-bar.horizontal .share-btn:first-child {
      margin-left: 0; }

/* ================================================================================ */
/* RESEARCH */
/* ================================================================================ */
.research-head .h4 {
  padding-bottom: 16px; }
.research-head h1 {
  line-height: 1.1em;
  padding-bottom: 20px; }
.research-head .published {
  display: block;
  /*clear: both;
  margin-bottom: 20px;*/
  color: #999;
  font-size: .875em;
  font-weight: 900; }
.research-head .authors, .page-head .authors{font-size: .875em; font-weight:900;}
.research-head .col-sm-7, .page-head .col-sm-7 {padding-left:0; padding-right:0;}

.author {
  display: block;
  clear: both;
  margin-bottom: 2em;
  display: table;
  width: 100%; }
  .author .thumb {
    display: table-cell;
    width: 65px; }
    .author .thumb a {
      display: block;
      width: 65px; }
  .author .text-wrap {
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle; }
  .author .name{
    color: #0ca8c2;
    font-size: 1.500em;
    font-weight: 900;
    display: block;
    clear: both;
    line-height: 1em; }
  .author p {
    font-weight: 300; }

.purchase {
  display: block;
  clear: both;
  margin:15px 0;  
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px 0; }
  .purchase .pull-left {
    width: 68%; }
  .purchase .price {
    font-size: 1.2em;
    font-weight: 900; }
  .purchase .small-print {
    color: #999;
    font-size: 12px;/*.875em;*/ }
  .purchase .rates {
    font-size: .875em; }
  .purchase .buy-now {
    width: 25%;
    max-width: 160px;
    clear: none !important;
    padding: 0 !important;
    display: block !important;
    line-height: 50px;
    font-size: 1.25em;
    float: right; }
  @media (max-width: 500px) {
    .purchase .buy-now, .purchase .pull-left {
      clear: both !important;
      float: none !important;
      display: block;
      width: auto; }
    .purchase .pull-left {
      margin-bottom: 1em; }
    .purchase .buy-now {
      max-width: none; }
    .purchase strong {
      clear: both;
      display: block; } }
@media screen and (min-width:500px) and (max-width: 1024px) {
    .purchase .pull-left{ clear:both; width:100%; max-width:none; margin-bottom: 1em;}
    .purchase .buy-now, .purchase .btn-action-lrg {clear:both; width:100% !important; max-width:none; line-height:}
}

@media screen and (min-width:481px) and (max-width:600px){
    .research-head .col-sm-7 {width:100% !important;}
    .research-head .col-sm-4 {width:100% !important;}
}

.nav-tabs {
  list-style-type: none;
  display: block;
  clear: both;
  margin-bottom: 25px; }
  .nav-tabs li {
    float: left;
    text-align: center;
    margin-right: 5px; }
    .nav-tabs li a {
      font-size: 1.125em;
      font-weight: 900;
      display: block;
      background: #eee;
      padding: 15px 25px;
      -webkit-border-radius: 3px 3px 0 0;
      border-radius: 3px 3px 0 0;
      border-top: 1px solid #eee;
      border-left: 1px solid #eee;
      border-right: 1px solid #eee; }
      .nav-tabs li a:hover {
        text-decoration: none;
        background: #e7e7e7; }
      @media (max-width: 500px) {
        .nav-tabs li a {
          padding: 10px 15px;
          font-size: 1em; } }
      @media (max-width: 320px) {
        .nav-tabs li a {
          padding: 8px 12px;
          font-size: .875em; } }
  .nav-tabs li.active a {
    background: none;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc; }

.tab-content {
  display: block;
  clear: both; }

.research-detail .tab-pane {
  font-weight: 300;
  font-size: 1.0em;  
  line-height: 1.6em;
  margin-bottom: 20px; }

.research-detail .tab-pane p {margin-bottom: 20px; }
.research-detail .tab-pane ul,.research-detail .tab-pane ol {margin-left:25px;margin-bottom: 20px; }

.research-detail .tab-pane ul li,.research-detail .tab-pane ol li {margin-bottom: 15px;}
 .research-detail .tab-pane p:last-child {margin-bottom: 0; }

.img-wrap {
  display: block;
  margin-top: 5px; }
  .img-wrap.align-right {
    float: right;    
    margin-bottom: 1em;
    margin-left: 20px; }
  .img-wrap.align-left {
    float: left;
    margin-bottom: 1em;
    margin-right: 20px; }
  @media (max-width: 500px) {
    .img-wrap {
      margin: 0 auto;
      display: block;
      clear: both; }
      .img-wrap.align-right {
        margin-left: 0;
        float: none; }
      .img-wrap.align-left {
        margin-right: 0;
        float: none; } }
  .img-wrap.width-50 {
    width: 50%; }
  .img-wrap.width-33 {
    width: 33.33%; }
    @media (max-width: 350px) {
      .img-wrap.width-33 {
        width: 50%; } }
  .img-wrap.width-100 {
    display: block;
    clear: both; }
  @media (max-width: 600px) {
    .img-wrap.align-right, .img-wrap.align-left {
      float: none;
      display: block;
      clear: both;
      margin: 0;
      margin-bottom: 1em; }
    .img-wrap.width-50, .img-wrap.width-33 {
      width: auto; } }

.related {
  margin-bottom: 30px; 
  margin-left:9px;
  margin-right:9px;
  }
  .related h2 {
    padding-bottom: 25px; }
  .related .title-20 {
	 padding-bottom: 8px;
	}
  .related .date {
    color: #666;
    font-weight: 900;
    display: block;
    clear: both;
    margin-bottom: 15px; }
  .related .related-next {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: url(/i/sprite_ui.png) no-repeat;
    display: block;
    text-indent: -9999em;
    background-position: -49px -541px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .related .related-next {
        background-image: url(/i/sprite_ui_2x.png) !important;
        -webkit-background-size: 800px 800px;
        background-size: 800px 800px; } }
    @media (max-width: 480px) {
      .related .related-next {
        display: none; } }
  .related .related-prev {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    right: 49px;
    top: 0;
    background: url(/i/sprite_ui.png) no-repeat;
    display: block;
    text-indent: -9999em;
    background-position: 0px -541px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .related .related-prev {
        background-image: url(/i/sprite_ui_2x.png) !important;
        -webkit-background-size: 800px 800px;
        background-size: 800px 800px; } }
    @media (max-width: 480px) {
      .related .related-prev {
        display: none; } }
  .related #related-swiper .swiper-slide {
    width: 260px;
    padding: 0 15px; }
    .related #related-swiper .swiper-slide .date {
      font-size: 0.875em; }
    .related #related-swiper .swiper-slide .body-sma {
      font-weight: 400; }

.icon-title {
  position: relative; }
  .icon-title .sq-icon {
    position: absolute;
    left: 0;
    top: 0;
    display: block; }
  .icon-title h1 {
    margin-left: 80px;
    display: block;
    line-height: 65px; }
  @media (max-width: 480px) {
    .icon-title .sq-icon {
      position: relative;
      left: auto;
      top: auto;
      margin: 0;
      margin-bottom: 10px; }
    .icon-title h1 {
      margin-left: 0;
      display: block;
      clear: both;
      line-height: normal; } }

.topic-head {
  display: block;
  clear: both;
  margin-bottom: 1em; }
  .topic-head .h4 {
    display: block;
    margin-bottom: .5em; }
  .topic-head .icon-title {
    margin-bottom: 1em; }

.topic-title {
  display: block;
  clear: both;
  font-size: 1.250em;
  font-weight: 900; }

.topic-item {
  display: block;
  clear: both;
  margin-bottom: 3em; }
  .topic-item .h5, .topic-item .h4 {
    display: block;
    clear: both;
    margin-bottom: 0.5em; }
  .topic-item .h5 {
    color: #666;
    font-size: .875em; }
    .topic-item .h5 a {
      color: #666; }
  .topic-item .content-wrap {
    display: block;
    clear: both; }
  .topic-item .thumb {
    float: left;
    width: 35%; }
    .topic-item .thumb a {
      display: block; }
    .topic-item .thumb img {
      display: block;
      width: 100%;
      height: auto; }
  .topic-item .text-wrap {
    float: right;
    width: 62%; }
  .topic-item .sub-text {
    display: block;
    clear: both;
    color: #666;
    margin-bottom: .6em; }
    .topic-item .sub-text a {
      font-weight: 900;
      color: #666; }
  .topic-item .price {
    font-weight: 900;
    font-size: 1.313em;
    display: block;
    margin-bottom: .3em; }
  .topic-item p {
    line-height: 1.375em;
    font-size: .875em;
    color: #666; }
  @media (max-width: 480px) {
    .topic-item .thumb, .topic-item .text-wrap {
      display: block;
      clear: both;
      float: none;
      width: auto; }
    .topic-item .thumb {
      margin-bottom: .5em; }
      .topic-item .thumb img {
        width: auto; } }

/* ================================================================================ */
/* ANALYST */
/* ================================================================================ */
.fixed-window {
  display: block;
  background: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  top: 65px;
  z-index: -1;
  height: 600px; }
  .fixed-window .centerizer {
    position: relative; }
  .fixed-window #backstretch {
    height: 600px;
    display: block;
    clear: both; }
  .fixed-window .caption {
    position: absolute;
    top: 100px;
    left: 0;
    font-family: 'Roboto';
    font-weight: 300;
    font-style: italic;
    font-size: 2.75em;
    z-index: 2;
    width: 55%;
    color: #fff; }
  @media (max-width: 979px) {
    .fixed-window {
      height: 500px; }
      .fixed-window #backstretch {
        height: 500px; } }
  @media (max-width: 768px) {
    .fixed-window {
      height: 400px; }
      .fixed-window .caption {
        font-size: 2em;
        top: 50px; }
      .fixed-window #backstretch {
        height: 400px; } }
  @media (max-width: 500px) {
    .fixed-window {
      height: 250px; }
      .fixed-window .caption {
        font-size: 1.250em;
        top: 50px; }
      .fixed-window #backstretch {
        height: 250px; } }
  @media (max-width: 320px) {
    .fixed-window .caption {
      font-size: 1em; } }

.scroll-gap {
  height: 550px;
  display: block;
  clear: both; }
  @media (max-width: 979px) {
    .scroll-gap {
      height: 450px; } }
  @media (max-width: 768px) {
    .scroll-gap {
      height: 350px; } }
  @media (max-width: 500px) {
    .scroll-gap {
      height: 200px; } }

.location {
  display: block;
  position: relative;
  font-family: 'Roboto';
  font-weight: 900;
  text-transform: uppercase;
  padding-left: 22px;
  color: #999;
  font-size: 0.750em;
  line-height: 20px; }
  .location:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 20px;
    background: url(/i/sprite_ui.png) no-repeat;
    display: block;
    text-indent: -9999em;
    background-position: -151px -197px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .location:after {
        background-image: url(/i/sprite_ui_2x.png) !important;
        -webkit-background-size: 800px 800px;
        background-size: 800px 800px; } }

.analyst-profile h2 {
  line-height: 1.2em;
  display: block;
  padding-bottom: .5em; }
.analyst-profile .h5 {
  display: block;
  line-height: 1.3em;
  margin-bottom: 1em; }
.analyst-profile .location {
  margin-bottom: 1em; }
.analyst-profile .follow-links {
  margin-bottom: 1.5em; }

.follow-links {
  display: block;
  clear: both;
  cursor: pointer; }
  .follow-links a {
    background: url(/i/sprite_ui.png) no-repeat;
    display: block;
    text-indent: -9999em;
    display: inline-block !important;
    width: 30px;
    height: 30px;
    margin-right: 5px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .follow-links a {
        background-image: url(/i/sprite_ui_2x.png) !important;
        -webkit-background-size: 800px 800px;
        background-size: 800px 800px; } }
    .follow-links a:hover {
      opacity: .6; }
  .follow-links .twtr {
    background-position: 0 -197px; }
  .follow-links .fb {
    background-position: -38px -197px; }
  .follow-links .lin {
    background-position: -76px -197px; }
  .follow-links .email {
    background-position: -114px -197px; }

.list-items {
  display: block;
  clear: both; }
  .list-items article {
    display: block;
    clear: both;
    margin-bottom: 2em; }
    .list-items article:before, .list-items article:after {
      content: " ";
      display: table; }
    .list-items article:after {
      clear: both; }
  .list-items .thumb {
    float: left;
    width: 22%; }
    .list-items .thumb a {
      display: block; }
      .list-items .thumb a img {
        display: block;
        width: 100%;
        height: auto; }
  .list-items .text-wrap {
    float: right;
    width: 76%; }
  .list-items .h4 {
    display: block;
    margin-bottom: .6em;
    padding-bottom: 0; }
  .list-items .sub-text {
    display: block;
    clear: both;
    color: #666;
    font-weight: 900;
    margin-bottom: .6em; }
  @media (max-width: 500px) {
    .list-items .thumb, .list-items .text-wrap {
      float: none;
      clear: both;
      display: block;
      width: auto; }
    .list-items .thumb {
      margin-bottom: 1em; } }

@media (max-width: 480px) {
  .ab-block {
    margin-bottom: 2em; } }
.profile-list {
  list-style-type: none;
  display: block; }
  .profile-list li {
    display: table;
    margin-bottom: 1em; }
  .profile-list .thumb {
    display: table-cell;
    width: 80px; }
    .profile-list .thumb a {
      display: block;
      width: 80px; }
  .profile-list .text-wrap {
    display: table-cell;
    width: 70%;
    padding-left: 15px;
    vertical-align: middle; }
  .profile-list .h4 {
    padding-bottom: 0 !important; }
  .profile-list p {
    font-weight: 300;
    margin-bottom: 0; }

.event-list {
  display: block;
  list-style-type: none; }
  .event-list li {
    margin-bottom: 2em;
    position: relative; }
  .event-list .cal-cell {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 65px;
    background: #243b47;
    color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    padding-top: 12px; }
  .event-list .month {
    display: block;
    text-align: center;
    font-weight: 900;
    line-height: .8em; }
  .event-list .day {
    display: block;
    text-align: center;
    font-weight: 900;
    font-size: 1.813em;
    line-height: 1em; }
  .event-list .text-wrap {
    display: block;
    padding-left: 80px; }
  .event-list .h5 {
    display: block;
    margin-bottom: .3em; }
  .event-list .event-loc {
    display: block;
    color: #333;
    font-size: .875em;
    font-weight: 900; }
  .event-list .presenter {
    display: block;
    clear: both;
    font-weight: 300; }

.analyst-bottom .h3, .analyst-bottom .bot-heading {
  margin-bottom: 1em; }
.analyst-bottom .profile-list {
  margin-bottom: 2em; }

.hire-speaker {
  background: #e2e2dd;
  padding: 20px; }
  .hire-speaker .h4 {
    display: block;
    clear: both;
    margin-bottom: 10px; }
  .hire-speaker a {
    font-size: 1.250em;
    font-weight: 900;
    margin-bottom: .5em;
    float: left;
    clear: left; }
  .hire-speaker p {
    line-height: 1.3em;
    margin-bottom: 10px; }
  .hire-speaker .h3, .hire-speaker .bot-heading {
    margin-bottom: .5em; }

.our-clients .h5 {
  color: #243b47;
  margin-bottom: 1em; }
.our-clients h2 {
  padding-bottom: .75em;
  display: block; }
.our-clients p {
  font-weight: 900;
  font-size: 1.250em;
  line-height: 1.4em; }
.our-clients cite {
  color: #243b47;
  font-style: normal;
  font-weight: 900;
  font-size: 1.250em; }
.our-clients .two-col-list a {
  color: #fff;
  font-weight: 900;
  line-height: 1.7em; }

/* ================================================================================ */
/* SLIDESHOW */
/* ================================================================================ */
.single-video {
  display: block;
  clear: both;
  margin: 0 auto;
  max-width: 720px; }

.video-player {
  color: #fff;
  max-width: 720px;
  display: block;
  margin: 0 auto; }
  .video-player .ss-pane {
    display: block;
    clear: both;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .video-player .ss-image img {
    display: block;
    width: 100%; }
  .video-player .ss-thumbs {
    background: #444;
    border-top: 1px solid #000;
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    padding: 2% 6%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .video-player .ss-thumbs .swiper-slide {
      width: 140px; }
      .video-player .ss-thumbs .swiper-slide a {
        display: block;
        width: 130px;
        color: #fff; }
        .video-player .ss-thumbs .swiper-slide a.active {
          border-color: #c7171b; }
      .video-player .ss-thumbs .swiper-slide img {
        display: block;
        width: 100%; }
  .video-player .ss-thumb {
    width: 100px; }
  .video-player .thumb-title {
    display: block;
    clear: both;
    font-size: .875em;
    padding-top: 5px;
    text-align: center; }
  .video-player .thumbs-prev, .video-player .thumbs-next {
    position: absolute;
    background: url(/i/sprite_ui.png) no-repeat;
    display: block;
    text-indent: -9999em;
    width: 20px;
    height: 14px;
    top: 50%;
    margin-top: -7px;
    z-index: 10; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .video-player .thumbs-prev, .video-player .thumbs-next {
        background-image: url(/i/sprite_ui_2x.png) !important;
        -webkit-background-size: 800px 800px;
        background-size: 800px 800px; } }
    .video-player .thumbs-prev.disabled, .video-player .thumbs-next.disabled {
      opacity: .4; }
  .video-player .thumbs-prev {
    background-position: 0 -235px;
    left: 8px; }
  .video-player .thumbs-next {
    background-position: -24px -235px;
    right: 8px; }

/* ================================================================================ */
/* DASHBOARD */
/* ================================================================================ */
.status-bar {
  background: #0ca8c2;
  color: #fff;
  padding: 1.75em .75em; }
  .status-bar .greeting {
    color: #fff;
    font-weight: 900;
    font-size: 1.250em;
    float: left;
    position: relative;
    padding-left: 30px; }
    .status-bar .greeting:after {
      content: '';
      position: absolute;
      top: 2px;
      left: 0;
      width: 18px;
      height: 20px;
      background: url(/i/sprite_ui.png) no-repeat;
      display: block;
      text-indent: -9999em;
      background-position: -57px -47px;
      display: block; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .status-bar .greeting:after {
          background-image: url(/i/sprite_ui_2x.png) !important;
          -webkit-background-size: 800px 800px;
          background-size: 800px 800px; } }
  .status-bar .user-nav {
    float: left;
    margin-left: 20px; }
    .status-bar .user-nav a {
      background: #077183;
      color: #fff;
      font-size: .750em;
      font-weight: 900;
      padding: 4px 10px 6px 10px;
      margin-right: 15px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -khtml-border-radius: 3px; }
      .status-bar .user-nav a:hover {
        text-decoration: none;
        background: #243b47; }
  @media (max-width: 480px) {
    .status-bar {
      padding: 1.250em .25em; }
      .status-bar .user-nav {
        float: right;
        margin-left: 0; }
        .status-bar .user-nav a {
          margin-right: 0; } }
  @media (max-width: 320px) {
    .status-bar {
      padding: 1em .25em; }
      .status-bar .greeting {
        margin-bottom: .5em; }
      .status-bar .user-nav {
        float: none;
        display: block;
        clear: both; }
        .status-bar .user-nav a {
          margin-right: 5px; } }

.dash-content {
  margin-left: 180px; }
  @media handheld, only screen and (max-width: 650px) {
    .dash-content {
      margin-left: -15px; } }

.dash-wrap {
  position: relative;
  display: block;
  clear: both;
  padding: 25px; }
  @media (max-width: 320px) {
    .dash-wrap {
      padding: 15px; } }

.dash-nav {
  background: #243b47;
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
  border-bottom: 5px solid #fff; }
  .dash-nav ul {
    list-style-type: none; }
  .dash-nav a {
    display: block;
    padding: 18px 25px;
    color: #98b1be;
    font-size: .875em;
    font-weight: 900; }
    .dash-nav a:hover {
      color: #fff;
      text-decoration: none; }
  .dash-nav li.active a {
    background: #192a32;
    color: #fff; }
  .dash-nav li.pp-link a {
    position: relative;
      color: #fff;
    background: #314452; }
    .dash-nav li.xxxpp-link a:after {
      content: '';
      position: absolute;
      right: 15px;
      top: 50%;
      margin-top: -15px;
      background: url(/i/sprite_ui.png) no-repeat;
      display: block;
      text-indent: -9999em;
      width: 30px;
      height: 30px;
      background-position: -172px -410px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .dash-nav li.xxxpp-link a:after {
          background-image: url(/i/sprite_ui_2x.png) !important;
          -webkit-background-size: 800px 800px;
          background-size: 800px 800px; } }
  @media handheld, only screen and (max-width: 650px) {
    .dash-nav {
      display: none; } }

.dash-block {
  display: block;
  clear: both;
  margin-bottom: 3em; }
  .dash-block .h4 {
    margin-bottom: 1em; }

.dash-list-items {
  display: block;
  clear: both;
  margin-bottom: 1em; }
  .dash-list-items .post {
    display: table;
    clear: both;
    width: 100%;
    padding: 1em 0;
    border-bottom: 1px solid #e2e2e2; }
    .dash-list-items .post:first-child {
      padding-top: 0; }
  .dash-list-items .pre-title {
    display: block;
    margin-bottom: .5em;
    color: #999;
    font-size: .875em;
    font-weight: 700; }
  .dash-list-items .h5 {
    display: block;
    margin-bottom: .4em; }
  .dash-list-items .thumb {
    display: table-cell;
    width: 100px;
    padding-right: 15px; }
    .dash-list-items .thumb a {
      display: block;
      width: 100px; }
  .dash-list-items .text-wrap {
    margin-left: 120px;
    display: table-cell;
    vertical-align: middle; }
  .dash-list-items .register-now {
    vertical-align: middle;
    display: table-cell;
    width: 120px; }
  .dash-list-items .register-btn {
    display: block;
    width: 120px;
    background: #92c54f;
    color: #fff;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    font-weight: 900;
    font-size: .875em;
    padding: 8px 0px; }
    .dash-list-items .register-btn:hover {
      text-decoration: none;
      background: #acdc7b; }
  .dash-list-items time {
    display: block;
    clear: both;
    font-size: .875em;
    font-weight: 700;
    color: #666666;
    margin-bottom: .4em; }
  .dash-list-items .post-author {
    display: block;
    clear: both;
    font-size: .875em; }
    .dash-list-items .post-author a {
      color: #0ca8c2;
      font-weight: 700; }
  @media (max-width: 480px) {
    .dash-list-items .post {
      display: block; }
      .dash-list-items .post:before, .dash-list-items .post:after {
        content: " ";
        display: table; }
      .dash-list-items .post:after {
        clear: both; }
    .dash-list-items .thumb {
      display: block;
      float: left;
      width: 30%;
      padding-right: 0; }
      .dash-list-items .thumb a {
        display: block;
        width: auto; }
    .dash-list-items .text-wrap {
      display: block;
      float: right;
      width: 67%;
      margin-left: 0; }
    .dash-list-items .register-now {
      display: block;
      clear: both;
      width: 100%;
      padding-top: 10px; }
    .dash-list-items .register-btn {
      width: auto;
      display: block; }
    .dash-list-items .no-thumb .text-wrap {
      float: none;
      width: auto; } }

.dashcrumb {
  display: block;
  clear: both;
  margin-bottom: 2em;
  font-size: .875em; }
  .dashcrumb a, .dashcrumb i, .dashcrumb span {
    display: inline; }
  .dashcrumb a {
    color: #0ca8c2;
    font-weight: 600; }
  .dashcrumb span {
    font-weight: 600; }
  .dashcrumb i, .dashcrumb span {
    color: gray; }
  .dashcrumb i {
    font-style: normal;
    padding: 0 0.25em; }

.report-hud {
  display: block;
  clear: both;
  margin-bottom: 2em;
  position: relative; }
  .report-hud:before, .report-hud:after {
    content: " ";
    display: table; }
  .report-hud:after {
    clear: both; }
  .report-hud .h3, .report-hud .bot-heading {
    float: left; }

.report-filters {
  float: right; }
  .report-filters label, .report-filters .select-wrap, .report-filters .btn-action-sm {
    display: inline-block;
    vertical-align: middle;
    margin-left: .3em; }
  .report-filters .btn-action-sm {
    height: 40px;
    line-height: 40px;
    font-size: 1em; }
  .report-filters .select-wrap, .report-filters > select {
    width: 140px; }
  .report-filters label {
    font-size: .938em;
    font-weight: 600; }

@media (max-width: 1080px) {
  .report-hud .h3, .report-hud .bot-heading {
    float: none;
    display: block;
    margin-bottom: .5em; }

  .report-filters {
    float: none;
    display: block;
    clear: both; } }
@media (max-width: 766px) {
  .report-filters .actions {
    display: block;
    clear: both;
    margin-top: 1em; }
  .report-filters .btn-action-sm {
    margin-left: 4%;
    width: 47%; }
    .report-filters .btn-action-sm:first-child {
      margin-left: 0; } }
.report-problem-link {
  position: absolute;
  top: 0px;
  right: 20px;
  color: #0ca8c2;
  text-decoration: underline;
  font-size: .938em; }
  @media (max-width: 480px) {
    .report-problem-link {
      position: relative;
      display: inline-block;
      right: auto;
      margin-bottom: 1.5em;
      clear: both; } }

.report-criteria {
  display: block;
  clear: both;
  margin-bottom: 1em;
  font-size: .87em; }
  .report-criteria span {
    //padding-right: 1em; 

  }
  .report-criteria span:last-child {
    padding-right: none; }

.usage-table {
  width: 100%; }
.usage-table th, .usage-table td {
    padding: 1em;
    line-height: 1.2em; }
.usage-table thead tr {
    background: #243b47;
    color: #fff;
    font-size: .750em;
    text-transform: uppercase; }
.usage-table thead tr th {
      vertical-align: middle;
      font-weight: 600; }
.usage-table tbody tr {
    border-bottom: 1px solid #ccc; }
.usage-table tbody td {
    font-size: .875em; }
.usage-table tbody a {
    color: #0ca8c2; }
.new-usage-report .req {
  color: #f46958;
}
.new-usage-report .field-alert {
    display: block;
    clear: both;
    font-size: .857em;
    font-weight: 900;
    color: #f46958;
}
.new-usage-report {
  display: block;
  //max-width: 600px;
  margin-bottom: 2em; }
  .new-usage-report fieldset {
    display: block;
    clear: both;
    margin-bottom: 1.75em; }
    .new-usage-report fieldset p {
      float: left;
      width: 25%;
      margin-left: 3%; }
      .new-usage-report fieldset p:first-child {
        margin-left: 0; }
    .new-usage-report fieldset input[type="text"], .new-usage-report fieldset select {
      width: 100%; }
    .new-usage-report fieldset .customSelectInner {
      width: 100%; }
    .new-usage-report fieldset .datepicker {
      height: 40px;
      line-height: 40px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -khtml-border-radius: 3px; }
  .new-usage-report .datefield {
    display: block;
    clear: both;
    position: relative; }
    .new-usage-report .datefield:after {
      content: '';
      background: url(../images/sprite_ui.png) no-repeat;
      display: block;
      text-indent: -9999em;
      width: 18px;
      height: 20px;
      background-position: -208px -412px;
      position: absolute;
      right: 10px;
      top: 10px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .new-usage-report .datefield:after {
          background-image: url(../images/sprite_ui_2x.png) !important;
          -webkit-background-size: 800px 800px;
          background-size: 800px 800px; } }
  .new-usage-report label {
    display: block;
    font-weight: 700;
    margin-bottom: .5em;
    color: #696969; }
  .new-usage-report .cancel-link {
    color: #0ca8c2;
    margin-left: 1.250em;
    text-decoration: underline; }
  .new-usage-report input[type="submit"] {
    cursor: pointer; }
  @media (max-width: 480px) {
    .new-usage-report input[type="submit"] {
      width: 100%;
      display: block;
      margin-bottom: 1em; }
    .new-usage-report .cancel-link {
      margin: 0; } }

.find-research .gray-term-search {
  width: 100%;
  display: block;
  clear: both; }
  .find-research .gray-term-search input[type="text"] {
    font-size: 1em;
    font-weight: 400; }
.find-research .recent-searches a {
  color: #0ca8c2; }

.find-research-head {
  display: block;
  margin-bottom: 1.75em; }
  .find-research-head .h3, .find-research-head .bot-heading {
    display: block;
    margin-bottom: .5em; }

.get-help .icon-list {
  list-style-type: none;
  display: block;
  margin-bottom: 1em; }
.get-help li {
  margin-bottom: .5em; }
.get-help li a {
  display: block;
  position: relative;
  line-height: 36px;
  padding-left: 50px;
  font-weight: 900; }
.get-help li a:after {
  content: '';
  position: absolute;
  display: block;
  background: url(/i/sprite_ui.png) no-repeat;
  display: block;
  text-indent: -9999em;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .get-help li a:after {
      background-image: url(/i/sprite_ui_2x.png) !important;
      -webkit-background-size: 800px 800px;
      background-size: 800px 800px; } }
.get-help li.phone-link a:after {
  background-position: 0 -257px; }
.get-help li.email-link a:after {
  background-position: -39px -257px; }
.get-help li.chat-link a:after {
  background-position: -78px -257px; }
.get-help .more-links a {
  float: left;
  clear: left;
  color: #0ca8c2;
  font-weight: 900;
  margin-bottom: 1em; }
.get-help .more-links a:last-child {
  margin-bottom: 0; }

.mobile-dash-nav {
  display: none;
  clear: both;
  margin-bottom: 1.5em; }
  @media handheld, only screen and (max-width: 650px) {
    .mobile-dash-nav {
      display: block; } }

.announcement {
  display: block;
  margin-bottom: 2em; }
  .announcement .message {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    background: #f46958;
    color: #fff;
    padding: 1em;
    display: block; }

.dash-form {
  display: block;
  clear: both;
  margin-bottom: 1em; }
  .dash-form fieldset {
    display: block;
    clear: both;
    margin-bottom: 1.5em; }
    .dash-form fieldset:before, .dash-form fieldset:after {
      content: " ";
      display: table; }
    .dash-form fieldset:after {
      clear: both; }
  .dash-form p {
    margin-bottom: 1em; }
    .dash-form p:before, .dash-form p:after {
      content: " ";
      display: table; }
    .dash-form p:after {
      clear: both; }
  .dash-form .field-cell {
    float: left;
    width: 48%;
    margin-left: 4%; }
  .dash-form p .field-cell:first-child {
    margin-left: 0; }
  .dash-form label {
    font-weight: 900;
    display: block;
    clear: both;
    margin-bottom: 3px; }
  .dash-form .check-list {
    list-style-type: none;
    display: block; }
    .dash-form .check-list li {
      margin-bottom: .4em; }
    .dash-form .check-list .icheckbox_square {
      margin-right: 8px; }
    .dash-form .check-list span {
      font-size: .875em; }
  .dash-form input[type="text"], .dash-form input[type="tel"], .dash-form input[type="email"], .dash-form input[type="password"] {
    width: 100%; }
  .dash-form input[type="submit"], .dash-form button.cancel {
    border: 0;
    float: left;
    clear: none;
    cursor: pointer; }
    .dash-form input[type="submit"]:focus, .dash-form button.cancel:focus {
      outline: none; }
  .dash-form button.cancel {
    margin-left: 20px; }
  @media (max-width: 480px) {
    .dash-form p {
      margin-bottom: 0; }
    .dash-form .field-cell {
      float: none;
      display: block;
      clear: both;
      width: auto;
      margin-left: 0;
      margin-bottom: 1em; }
    .dash-form .two-col-list {
      -webkit-column-count: 1;
      -webkit-column-gap: 0px;
      -moz-column-count: 1;
      -moz-column-gap: 0px;
      column-count: 1;
      column-gap: 0px; }
    .dash-form input[type="submit"], .dash-form button.cancel {
      width: 47%;
      margin: 0;
      font-size: 1.250em;
      line-height: 40px;
      display: inline-block; }
    .dash-form input[type="submit"] {
      margin-right: 5%; } }

.show-subs {
  width: 100%; }
  .show-subs td, .show-subs th {
    text-align: left;
    padding-bottom: 1em;
     }
  .show-subs tr td:first-child, .show-subs tr th:first-child {
    text-align: left; }
  .show-subs .icheckbox_square {
    margin-right: 6px; }

.text-editor {
  display: block;
  clear: both;
  margin-bottom: 1.5em; }
  .text-editor p {
    margin-bottom: 1em; }
    .text-editor p:last-child {
      margin-bottom: 0; }
  .text-editor a {
    font-weight: 700; }

.table-wrap {
  overflow-x: auto; }

.user-hud {
  display: block;
  clear: both;
  margin-bottom: 1.5em; }
  .user-hud:before, .user-hud:after {
    content: " ";
    display: table; }
  .user-hud:after {
    clear: both; }
  .user-hud .search-users {
    float: left; }
    .user-hud .search-users label {
      display: block;
      font-weight: 700;
      font-size: 1.125em; }
    .user-hud .search-users fieldset {
      display: inline-block; }
  .user-hud .btn-wrap {
    text-align: right;
    float: right;
    margin-top: 1.5em; }
  .user-hud .btn-action-sm {
    display: inline-block;
    clear: none;
    height: 35px;
    line-height: 35px;
    padding: 0 8px;
    font-size: .875em;
    border: 0;
    cursor: pointer; }
  @media (max-width: 480px) {
    .user-hud .search-users {
      float: none;
      display: block;
      clear: both;
      margin-bottom: .5em; }
      .user-hud .search-users fieldset {
        display: block; }
        .user-hud .search-users fieldset:before, .user-hud .search-users fieldset:after {
          content: " ";
          display: table; }
        .user-hud .search-users fieldset:after {
          clear: both; }
        .user-hud .search-users fieldset input[type="text"] {
          width: 68%; }
        .user-hud .search-users fieldset input[type="submit"] {
          width: 30%; }
    .user-hud .btn-wrap {
      float: none;
      text-align: left;
      display: block;
      clear: both; }
    .user-hud .btn-action-sm {
      width: 49%; } }

.user-sort {
  display: block;
  clear: both;
  margin-bottom: 1.5em; }
  .user-sort label {
    display: block;
    font-weight: 700;
    font-size: 1.125em;
    margin-bottom: .3em; }

.project-list {
  display: block; }
  .project-list .project-item {
    display: block;
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #e2e2e2; }
    .project-list .project-item:before, .project-list .project-item:after {
      content: " ";
      display: table; }
    .project-list .project-item:after {
      clear: both; }
    .project-list .project-item:first-child {
      padding-top: 0; }
  .project-list .tag {
    float: right;
    font-weight: 700;
    font-size: .875em; }
  .project-list .h5 {
    float: left; }

.project-head {
  display: block;
  clear: both;
  margin-bottom: 2em; }
  .project-head .project-category {
    display: block;
    font-weight: 900;
    font-size: 1.125em;
    margin-bottom: .5em; }
  .project-head h1 {
    display: block;
    margin-bottom: .25em; }
  .project-head .sub-title {
    display: block;
    font-size: 1.5em;
    font-weight: 900; }

.block-head {
  display: block;
  clear: both;
  font-size: 1.250em;
  font-weight: 900;
  background: #0ca8c2;
  color: #fff;
  padding: 10px;
  position: relative;
  cursor: pointer; }
  .block-head:hover {
    background: #2cc0d9; }
  .block-head .title {
    display: block;
    margin-bottom: 0;
    font-size: 1.250em; }
  .block-head .accordion-arrow {
    position: absolute;
    background: url(/i/sprite_ui.png) no-repeat;
    display: block;
    text-indent: -9999em;
    width: 16px;
    height: 8px;
    background-position: -145px -121px;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    z-index: 10; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .block-head .accordion-arrow {
        background-image: url(/i/sprite_ui_2x.png) !important;
        -webkit-background-size: 800px 800px;
        background-size: 800px 800px; } }

.block-head.active .accordion-arrow {
  background-position: -164px -121px; }

.accordion {
  display: none;
  clear: both; }

.milestones {
  display: block;
  clear: both; }
  .milestones .view-all {
    font-weight: 900;
    display: block;
    margin: 1em 0; }

.milestone {
  display: table;
  width: 100%;
  padding: 1em 0;
  border-bottom: 1px solid #e2e2e2; }
  .milestone .col-1, .milestone .col-2, .milestone .col-3 {
    display: table-cell;
    vertical-align: middle; }
  .milestone .col-1 {
    width: 56%; }
  .milestone .col-2 {
    width: 26%;
    text-align: center; }
  .milestone .col-3 {
    width: 18%;
    text-align: right; }
  .milestone .title {
    display: block;
    font-weight: 900;
    font-size: 1.250em;
    line-height: 1.2em;
    margin-bottom: .25em; }
  .milestone .subhead {
    display: block;
    clear: both; }
  .milestone .due, .milestone .status {
    display: block;
    font-size: .875em;
    font-weight: 900; }
  .milestone .status.complete {
    color: #92c54f; }
  @media (max-width: 480px) {
    .milestone {
      display: block; }
      .milestone .col-1 {
        width: 100%;
        display: block; }
      .milestone .col-2, .milestone .col-3 {
        display: block;
        clear: both;
        width: 50%;
        text-align: left; }
      .milestone .col-1, .milestone .col-2 {
        margin-bottom: 1em; } }

.deliverables {
  display: block; }
  .deliverables .item {
    display: block;
    clear: both;
    padding: 1em 0;
    border-bottom: 1px solid #e2e2e2; }
  .deliverables .pre-title {
    display: block;
    margin-bottom: .3em;
    color: #999;
    font-size: .875em;
    font-weight: 700; }
  .deliverables .h5 {
    margin-bottom: .5em; }
  .deliverables p {
    display: block;
    clear: both;
    margin-bottom: 1em;
    font-size: .875em;
    font-weight: 300; }
  .deliverables .file-wrap {
    display: block;
    clear: both;
    position: relative; }
  .deliverables .file {
    display: table;
    position: relative;
    min-height: 50px; }
  .deliverables .file-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: url(/i/sprite_ui.png) no-repeat;
    display: block;
    text-indent: -9999em; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .deliverables .file-icon {
        background-image: url(/i/sprite_ui_2x.png) !important;
        -webkit-background-size: 800px 800px;
        background-size: 800px 800px; } }
    .deliverables .file-icon a {
      display: block;
      width: 50px;
      height: 50px; }
    .deliverables .file-icon.pdf {
      background-position: 0 -482px; }
    .deliverables .file-icon.word {
      background-position: -54px -482px; }
    .deliverables .file-icon.ppt {
      background-position: -108px -482px; }
    .deliverables .file-icon.xls {
      background-position: -162px -482px; }
    .deliverables .file-icon.video {
      background-position: -216px -482px; }
  .deliverables .file-name {
    display: table-cell;
    vertical-align: middle;
    font-size: .750em;
    font-weight: 700;
    padding-left: 60px; }
  .deliverables .file-actions {
    position: absolute;
    right: 0;
    top: 0;
    width: 170px;
    height: 50px;
    display: block;
    text-align: right; }
    .deliverables .file-actions a {
      padding: 0 1em;
      height: 50px;
      line-height: 50px;
      display: inline-block;
      font-size: .875em;
      font-weight: 700;
      text-align: center;
      background: #92c54f;
      color: #fff;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -khtml-border-radius: 3px; }
      .deliverables .file-actions a:hover {
        text-decoration: none;
        background: #acdc7b; }

/* ================================================================================ */
/* CHECKOUT */
/* ================================================================================ */
.cart-details {
  display: block;
  padding-top: 2em; }
  .cart-details .h2 {
    margin-bottom: .25em; }
  @media (max-width: 600px) {
    .cart-details .h2 {
      margin-bottom: 0px;
      font-size: 1.5em; } }

.cart-contents {
  display: block;
  clear: both; }
  .cart-contents .quantity {
    border: 3px solid #000;
    margin-bottom: .4em;
    font-weight: 700;
    max-width: 45px;
    text-align: center; }
  .cart-contents .remove-item {
    display: block;
    clear: both;
    text-decoration: underline;
    color: #f46958;
    font-size: .875em;
    font-weight: 700; }
  .cart-contents .cart-head {
    display: table;
    width: 100%;
    font-weight: 900;
    padding-bottom: 1em;
    border-bottom: 1px solid #ebebeb; }
    .cart-contents .cart-head .col-1 {
      display: table-cell;
      text-align: left;
      width: 65%; }
    .cart-contents .cart-head .col-2 {
      text-align: center;
      display: table-cell;
      width: 10%;
      vertical-align: middle; }
    .cart-contents .cart-head .col-3 {
      text-align: right;
      display: table-cell;
      width: 25%;
      vertical-align: middle; }
  @media (max-width: 600px) {
    .cart-contents .cart-head {
      display: none; } }

.cart-row {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  padding: 1em 0; }
  .cart-row .col-1 {
    display: table-cell;
    text-align: left;
    width: 65%;
    vertical-align: middle; }
  .cart-row .col-2 {
    text-align: center;
    display: table-cell;
    width: 10%;
    vertical-align: middle; }
  .cart-row .col-3 {
    text-align: right;
    display: table-cell;
    width: 25%;
    vertical-align: middle; }
    .cart-row .col-3 p {
      margin-bottom: 0; }
    .cart-row .col-3 .h4 {
      padding-bottom: .5em; }
  @media (max-width: 600px) {
    .cart-row {
      display: block;
      clear: both;
      padding: .75em 0; }
      .cart-row:before, .cart-row:after {
        content: " ";
        display: table; }
      .cart-row:after {
        clear: both; }
      .cart-row .col-1 {
        display: block;
        width: 100%;
        margin-bottom: 1em; }
      .cart-row .col-2 {
        display: block;
        float: left;
        width: 30%;
        text-align: left; }
      .cart-row .col-3 {
        display: block;
        float: right;
        width: 70%; }
        .cart-row .col-3 .h4 {
          padding-bottom: 2px;
          font-size: 1.250em; }
        .cart-row .col-3 p {
          font-size: .875em; } }

@media (max-width: 600px) {
  .order-complete .cart-row .col-2 {
    display: none;
    float: none; }
  .order-complete .cart-row .col-3 {
    width: 100%; }
    .order-complete .cart-row .col-3 .btn-action-sm {
      height: 44px;
      line-height: 44px;
      margin-bottom: .5em;
      display: block;
      width: 50%; } }
@media (max-width: 320px) {
  .order-complete .cart-row .col-3 .btn-action-sm {
    width: 100%; } }

.cart-alert {
  display: block;
  clear: both;
  margin-bottom: 2em;
  background: #f46958;
  color: #fff;
  padding: .75em 1em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px; }

.cart-item {
  display: table; }
  .cart-item .item-thumb {
    display: table-cell;
    width: 120px;
    vertical-align: top; }
    .cart-item .item-thumb a {
      width: 120px;
      display: block;
      margin-right: 20px; }
  .cart-item .item-details {
    display: table-cell;
    vertical-align: top; }
  .cart-item .item-meta {
    display: block;
    font-size: .875em;
    font-weight: 700;
    margin-bottom: .3em; }
  .cart-item .item-title {
    display: block;
    clear: both;
    font-size: 1.4em;
    font-weight: 900;
    color: #0ca8c2;
    line-height: 1.2em;
    margin-bottom: .3em; }
    .cart-item .item-title a {
      color: #0ca8c2; }
  .cart-item .item-desc {
    display: block;
    clear: both; }
  @media (max-width: 600px) {
    .cart-item .item-thumb {
      width: 80px; }
      .cart-item .item-thumb a {
        width: 80px; }
    .cart-item .item-title {
      font-size: 1em; }
    .cart-item .item-desc {
      font-size: .875em; } }

.cart-bottom {
  display: block;
  clear: both;
  margin-top: 1em; }
  .cart-bottom .lhs {
    float: left;
    width: 65%;
    margin-bottom: 2em; }
  .cart-bottom .rhs {
    float: right;
    width: 33%; }
  .cart-bottom .copy {
    display: block;
    clear: left;
    width: 65%; }
    .cart-bottom .copy a {
      text-decoration: underline; }
    .cart-bottom .copy.complete {
      width: 100%; }
  @media (max-width: 600px) {
    .cart-bottom .lhs, .cart-bottom .rhs {
      float: none;
      display: block;
      clear: both;
      width: auto; }
    .cart-bottom .lhs {
      margin-bottom: 1em; }
    .cart-bottom .rhs {
      margin-bottom: 1em; }
    .cart-bottom .copy {
      clear: both;
      width: auto; } }

.checkout-area {
  display: block;
  text-align: right; }
  .checkout-area small {
    display: inline;
    margin-right: 12px; }
  .checkout-area .cart-total {
    clear: both;
    font-weight: 900;
    font-size: 2.4em;
    display: inline-block;
    line-height: 1.2em;
    margin-bottom: .25em; }
    .checkout-area .cart-total small {
      font-size: .625em; }
  .checkout-area .sub-item {
    font-size: .875em;
    font-weight: 700;
    margin-bottom: 1em;
    display: block;
    text-align: right;
    clear: both; }
    .checkout-area .sub-item em {
      font-weight: 900;
      font-style: normal;
      font-size: 1.5em;
      margin-left: .5em; }
  .checkout-area .btn-action-sm {
    float: right;
    clear: right;
    margin-top: 1em; }
  @media (max-width: 600px) {
    .checkout-area small {
      display: block;
      margin-right: 0; }
    .checkout-area .cart-total {
      font-size: 2em;
      display: block;
      clear: both;
      line-height: 1em;
      margin-bottom: 0.5em; }
    .checkout-area .btn-action-sm {
      float: none;
      clear: both;
      display: block;
      width: 100%;
      line-height: 50px;
      height: 50px; } }

.add-coupon {
  display: block;
  clear: both;
  margin-top: 1.5em; }
  .add-coupon .h4 {
    float: left;
    clear: none;
    line-height: 40px;
    height: 40px;
    margin-right: 10px; }
  .add-coupon fieldset {
    float: left;
    width: 55%; }
  .add-coupon input[type="text"] {
    float: left;
    width: 68%;
    height: 40px;
    line-height: 40px;
    padding: 0 2%; }
  .add-coupon .btn-action-sm {
    border: 0;
    height: 40px;
    line-height: 40px;
    float: left;
    width: 25%;
    margin-left: 3%;
    clear: none;
    padding: 0;
    cursor: pointer; }
  @media (max-width: 600px) {
    .add-coupon .h4, .add-coupon fieldset {
      width: auto;
      display: block;
      clear: both;
      float: none; }
    .add-coupon input[type="text"] {
      float: left;
      width: 70%;
      height: 40px;
      line-height: 40px;
      padding: 0 2%; }
    .add-coupon .btn-action-sm {
      border: 0;
      height: 40px;
      line-height: 40px;
      float: left;
      width: 27%;
      margin-left: 3%;
      font-size: 1.250em;
      clear: none;
      padding: 0;
      cursor: pointer; } }

.accounts .already-have {
  display: block;
  clear: both;
  margin-bottom: 2em; }
  .accounts .already-have .h4 {
    float: left;
    margin: 2px 15px 0 0; }
  .accounts .already-have .btn-action-sm {
    clear: none;
    float: left;
    line-height: 35px;
    height: 35px; }
.accounts .field-group {
  display: block;
  clear: both;
  margin-bottom: 1em; }
.accounts .req {
  color: #f46958; }
.accounts .field-alert {
  display: block;
  clear: both;
  font-size: .857em;
  font-weight: 900;
  color: #f46958; }
.accounts .type-text label {
  display: block;
  font-weight: 700;
  clear: both;
  margin-bottom: 4px; }
.accounts .type-text input {
  width: 100%;
  padding: 0 2%; }
.accounts .type-select {
  padding: .5em 0; }
  .accounts .type-select:before, .accounts .type-select:after {
    content: " ";
    display: table; }
  .accounts .type-select:after {
    clear: both; }
  .accounts .type-select label {
    font-weight: 700;
    float: left;
    width: 40%; }
  .accounts .type-select select {
    float: right;
    width: 58%; }
.accounts .type-checkbox .icheckbox_square {
  float: left; }
.accounts .type-checkbox p {
  float: left;
  width: 80%;
  margin-left: 10px;
  line-height: 1.4em; }
.accounts .btn-next {
  display: block;
  clear: both;
  padding: .5em 0; }
  .accounts .btn-next .btn-action-sm {
    float: right;
    line-height: 40px;
    height: 40px;
    width: 100px;
    padding: 0; }
.accounts .add-coupon {
  margin-top: 0; }
  .accounts .add-coupon .h4 {
    height: auto;
    float: none;
    display: block;
    margin-right: 0;
    line-height: normal;
    margin-bottom: .3em;
    padding-bottom: 0; }
  .accounts .add-coupon fieldset {
    width: auto;
    float: none;
    display: block;
    clear: both; }
.accounts label {
  font-weight: 700; }
.accounts .btn-complete .btn-action-sm {
  font-size: 1.313em;
  display: block;
  clear: both;
  padding: 0; }
@media (max-width: 480px) {
  .accounts .already-have {
    margin-bottom: 2em; }
    .accounts .already-have .h4 {
      float: none;
      display: block;
      clear: both;
      margin: 0;
      margin-bottom: 5px; }
    .accounts .already-have .btn-action-sm {
      clear: both;
      float: none;
      display: block;
      width: auto;
      line-height: 35px;
      height: 35px;
      width: 110px;
      font-size: 1.25em; }
  .accounts .btn-next {
    display: block;
    clear: both;
    padding: .5em 0;
    margin-bottom: 1.5em; }
    .accounts .btn-next .btn-action-sm {
      float: none;
      display: block;
      clear: both;
      line-height: 40px;
      height: 40px;
      width: 100%;
      padding: 0; } }

/* ================================================================================ */
/* WEBINARS */
/* ================================================================================ */
.featured-block {
  background: #243b47;
  display: block;
  clear: both;
  margin-bottom: 1em;
  color: #fff;
  padding: 1em; }
  .featured-block:before, .featured-block:after {
    content: " ";
    display: table; }
  .featured-block:after {
    clear: both; }
  .featured-block .thumb {
    float: left;
    width: 24%; }
    .featured-block .thumb a {
      display: block; }
    .featured-block .thumb img {
      display: block;
      width: 100%;
      height: auto; }
  .featured-block .text-wrap {
    float: right;
    width: 74%; }
  .featured-block .h4 {
    padding-bottom: .5em; }
  .featured-block .h3, .featured-block .bot-heading {
    padding-bottom: .4em; }
  .featured-block time {
    display: block;
    font-weight: 700; }
  .featured-block p {
    display: block;
    margin-bottom: 1em;
    line-height: 1.5em; }
  .featured-block .cat {
    display: block;
    clear: both;
    font-size: .875em;
    font-weight: 700;
    margin-bottom: 1em; }
  .featured-block .btn-action-sm {
    height: 40px;
    line-height: 40px;
    float: left;
    clear: left; }
  @media (max-width: 500px) {
    .featured-block .thumb, .featured-block .text-wrap {
      float: none;
      display: block;
      clear: both;
      width: auto; }
    .featured-block .thumb {
      margin-bottom: 1em; }
    .featured-block .btn-action-sm {
      float: none;
      display: block; } }

/* ================================================================================ */
/* SERVICES */
/* ================================================================================ */
.service-block {
  margin-bottom: 2.5em; }
  .service-block a {
    color: #0ca8c2;
    font-weight: 900; }

/* ================================================================================ */
/* PAGE BODY (TEXT EDITOR) */
/* ================================================================================ */
.page-head {
  display: block;
  clear: both;
  margin-bottom: 2em; }
  .page-head .h2 {
    display: block;
    clear: both;
    margin-bottom: 0.4em; }
  .page-head .subhead {
    font-weight: 700; }
  .page-head .h4 {
    display: block;
    clear: both;
    margin-bottom: 0.4em; }

.reg-wrap {
  position: relative;
  display: block; }
  .reg-wrap .btn-action-sm {
    position: absolute;
    display: block;
    right: 0;
    top: 0; }
  .reg-wrap .subhead {
    display: block;
    margin-right: 170px; }
  @media (max-width: 600px) {
    .reg-wrap .btn-action-sm {
      width: 50%;
      display: block;
      clear: both;
      position: relative; }
    .reg-wrap .subhead {
      margin-right: 0;
      margin-bottom: 1em; } }
  @media (max-width: 480px) {
    .reg-wrap .btn-action-sm {
      width: auto; } }

.page-body {
  display: block;
  clear: both;
  margin-bottom: 2em; }
  .page-body:before, .page-body:after {
    content: " ";
    display: table; }
  .page-body:after {
    clear: both; }
     .page-body h1 {
		color: #0ca8c2;
    font-size: 2.3em;
    word-break: break-word; 
    font-weight: 900; }
	 .page-body h2 {
		color: #0ca8c2;
    font-size: 1.8em;
    word-break: break-word; 
    font-weight: 900; }
  .page-body h3 {
    font-size: 1.7em;
    font-weight: 900;
    word-break: break-word; }
  .page-body h4 {
    font-size: 1.5em;
    font-weight: 900;
    word-break: break-word; }
  .page-body h5 {
    font-size: 1.250em;
    font-weight: 900;
    word-break: break-word; }
  .page-body p {
    margin-bottom: 1.5em;
    line-height: 1.6em; }
    .page-body p:last-child {
      margin-bottom: 0; }
  .page-body strong {
    font-weight: 700; }
  .page-body ul {
    margin-left: 20px;
    display: block;
    clear: both;
    margin-bottom: 1.5em; }
  .page-body li {
    margin-bottom: 1em; }
  .page-body ul > li > ul {
    margin-top: 1em; }
  .page-body figure a {
    display: block;
    margin-bottom: .5em; }
  .page-body figcaption {
    font-weight: 900;
    font-size: .875em; }
  .page-body blockquote {
    display: block;
    clear: both;
    margin-bottom: 1.5em; }
    .page-body blockquote p {
      margin-bottom: .6em;
      font-size: 1.313em;
      font-weight: 900; }
    .page-body blockquote cite {
      font-style: normal;
      font-weight: 900; }


	.page-body  a {
  color: #0ca8c2;
  font-weight:bold;
	}
  .page-body .lightbox {
    margin-bottom: 1.5em; }
    .page-body .lightbox:before, .page-body .lightbox:after {
      content: " ";
      display: table; }
    .page-body .lightbox:after {
      clear: both; }
    .page-body .lightbox .boxer {
      float: left;
      position: relative; }
      .page-body .lightbox .boxer:after {
        content: '';
        background: url(/i/sprite_ui.png) no-repeat;
        display: block;
        text-indent: -9999em;
        top: 0;
        right: 0;
        position: absolute;
        width: 30px;
        height: 30px;
        background-position: -290px -335px;
        z-index: 2; }
        @media only screen and (-webkit-min-device-pixel-ratio: 2) {
          .page-body .lightbox .boxer:after {
            background-image: url(/i/sprite_ui_2x.png) !important;
            -webkit-background-size: 800px 800px;
            background-size: 800px 800px; } }
    .page-body .lightbox img {
      display: block;
      -webkit-transition: opacity 200ms ease-in-out;
      -moz-transition: opacity 200ms ease-in-out;
      -o-transition: opacity 200ms ease-in-out;
      transition: opacity 200ms ease-in-out; }
    .page-body .lightbox .boxer:hover img {
      opacity: .65; }

/* ================================================================================ */
/* VIEW and FIND RESEARCH */
/* ================================================================================ */
.view-research {
  padding-top: 2em; }
  .view-research .tiny-gray {
    display: block;
    clear: both;
    /*margin-bottom: 1.5em;*/ }
  .view-research .author {
    margin-bottom: 1em; }
    .view-research .author:last-child {
      margin-bottom: 0; }
  /*.view-research .line {
    margin: 2em 0; }*/
  .view-research .page-head { margin-bottom:0;}
  .view-research .authors {
    display: block;
    clear: both; }
  .view-research .page-body p {
    /*font-size: 1.250em;*/
    font-weight: 300; }
  .view-research .page-body blockquote {
    margin: 2em 0; }
    .view-research .page-body blockquote p {
      font-size: 1.5em;
      line-height: 1.3em;
      font-weight: 900; }
    .view-research .page-body blockquote cite {
      font-size: 1.250em; }
  .view-research .page-body ol, .view-research .page-body ul {
    margin-left: 2em; }
  .view-research .page-body li {
    /*width: 75%;*/
    font-weight: 300;
    /*font-size: 1.125em;*/ }
  @media (max-width: 600px) {
    .view-research .page-body p {
      width: auto; } }
  .view-research .label {
    float: left;
    font-weight: 900; }
  .view-research .view-detail {
    float: right;
    font-weight: 900;
    cursor: pointer; }
    .view-research .view-detail:hover {
      text-decoration: underline; }

.footnote {
  color: #0ca8c2;
  font-weight: 900;
  cursor: pointer;
  vertical-align: super;
  font-size: smaller; }

.find-research {
  padding-top: 2em; }

.research-results {
  display: block;
  clear: both;
  margin-bottom: 3em; }

.find-results .h3, .find-results .bot-heading {
  display: block;
  margin-bottom: .5em; }

.dark-line {
  border: 0;
  display: block;
  clear: both;
  height: 1px;
  background: #989898;
  margin: 2em 0; }

.search-terms {
  display: block;
  clear: both;  padding-bottom:.2em}
  .search-terms strong {
    margin-right: .5em; }
  .search-terms .active-term {
    display: inline-block;
    background: #eee;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    height: 35px;
    line-height: 35px;
    padding: 0 2.25em 0 .75em;
    position: relative;
    cursor: pointer;
    margin-right: .5em;
    white-space: nowrap; }
    .search-terms .active-term:after {
      content: '';
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -6px;
      background: url(/i/sprite_ui.png) no-repeat;
      display: block;
      text-indent: -9999em;
      width: 12px;
      height: 12px;
      background-position: -64px -441px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .search-terms .active-term:after {
          background-image: url(/i/sprite_ui_2x.png) !important;
          -webkit-background-size: 800px 800px;
          background-size: 800px 800px; } }
  .search-terms .clear-search-terms {
    text-decoration: underline;
    cursor: pointer;
    white-space: nowrap; }

.sort-row {
  display: block;
  clear: both;
  padding-bottom: .3em;
  margin-bottom: .1em; }
  .sort-row .results-count {
    float: left; }
  .sort-row .sort-matches {
    float: right;
    width: 50%;
    position: relative; }
    .sort-row .sort-matches .sort-select {
      display: block;
      float: right;
      min-width: 250px;
      position: relative; }
    .sort-row .sort-matches .sort-select:before {
      content: 'Sort';
      font-weight: 900;
      color: #7a7a7a;
      font-size: .875em;
      margin-right: 5px;
      position: absolute;
      left: -40px;
      top: 12px; }
    .sort-row .sort-matches .customSelectInner {
      width: 100% !important; }
  @media (max-width: 550px) {
    .sort-row .sort-matches, .sort-row .results-count {
      float: none;
      display: block;
      clear: both;
      width: auto; }
    .sort-row .results-count {
      display: block;
      margin-bottom: 1em; }
    .sort-row .sort-matches .sort-select {
      float: none;
      min-width: none;
      clear: both; } }

.find-term-search {
  display: block;
  clear: both;
  margin-bottom: 2em; }
  .find-term-search input {
    height: 40px;
    line-height: 40px; }
  .find-term-search input[type="text"] {
    float: left;
    width: 80%;
    padding: 0 1%; }
  .find-term-search input[type="submit"] {
    float: right;
    width: 19%;
    clear: none; }

.find-filters {
  margin-bottom: 2em; }
  .find-filters .inner-pad {
    background: #eee;
    padding: 7% 5%; }
  .find-filters .h4 {
    display: block;
    clear: both;
    margin-bottom: 0.8em; }
  .find-filters .h5 {
    display: block;
    clear: both;
    margin-bottom: 0.75em; }
  .find-filters .filters-wrap {
    display: block; }
  .find-filters .show-filters {
    display: block;
    position: relative;
    margin-bottom: 0; }
    .find-filters .show-filters:after {
      position: absolute;
      content: '(Show)';
      left: 140px;
      bottom: 0px;
      font-size: .8750em;
      font-weight: 900;
      display: none; }
    .find-filters .show-filters .h4 {
      margin-bottom: 0; }
  .find-filters .show-filters.active:after {
    content: '(Hide)'; }
  .find-filters fieldset {
    display: block;
    clear: both;
    margin-bottom: 1.5em;
    position: relative; }
  .find-filters .icheckbox_square {
    background-color: #fff;
    margin-right: 5px; }
  .find-filters input[type="text"] {
    display: block;
    height: 44px;
    line-height: 44px;
    margin-bottom: .5em;
    width: 100%;
    padding: 0 4%; }
  .find-filters .customSelectInner {
    width: 100% !important; }
  .find-filters label {
    font-size: .875em;
    color: #363636; }
  .find-filters .row-date {
    display: block;
    margin-bottom: .5em; }
    .find-filters .row-date:before, .find-filters .row-date:after {
      content: " ";
      display: table; }
    .find-filters .row-date:after {
      clear: both; }
    .find-filters .row-date .date-text {
      text-align: left;
      float: left;
      width: 20%;
      line-height: 35px;
      font-size: .875em;
      color: #363636; }
    .find-filters .row-date input {
      float: right;
      width: 75%; }
  .find-filters .row-checkbox {
    display: block;
    margin-bottom: 3px; }
  .find-filters .btn-action-md {
    display: block;
    float: none;
    padding: 0;
    width: 100%;
    line-height: 50px;
    height: 50px; }
  .find-filters .trigger-group {
    display: block;
    clear: both;
    position: relative;
    cursor: pointer; }
    .find-filters .trigger-group:after {
      background: url(/i/sprite_ui.png) no-repeat;
      display: block;
      text-indent: -9999em;
      content: '';
      position: absolute;
      width: 9px;
      height: 5px;
      right: 6px;
      top: 8px;
      background-position: -13px -75px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .find-filters .trigger-group:after {
          background-image: url(/i/sprite_ui_2x.png) !important;
          -webkit-background-size: 800px 800px;
          background-size: 800px 800px; } }
  .find-filters .filters-group {
    display: block; }
  .find-filters .clear-all-filters {
    float: left;
    clear: both;
    color: #636363;
    cursor: pointer;
    text-decoration: underline;
    margin: 1em 0;
    white-space: nowrap; }
  .find-filters fieldset.active .trigger-group:after {
    background-position: -26px -75px; }
  @media (max-width: 768px) {
    .find-filters .inner-pad {
      padding: 6% 3%; }
    .find-filters .filter-wrap {
      display: none; }
    .find-filters .show-filters {
      cursor: pointer; }
      .find-filters .show-filters:after {
        display: block; }
      .find-filters .show-filters:hover {
        text-decoration: underline; } }

.enter-search-terms .btn-action-md {
  margin-bottom: .5em;
  display: block; }

.promo-header {
    width:100%;
    background:#eee;
    padding-bottom:10px;
}
.lbl-promo-sml {
    font-size: 1em;
    font-weight: 600;
    padding: 10px 20px 10px 20px;
    color: #fff !important;
    display: inline-block;
}

    .lbl-promo-sml.darkblue {
        background: #243b47;
    }
	
	.research-item.promo-research-item {
    background: #eee;
    border:0;
    padding: 0px 20px 0px 20px;
}
	
.research-item {
  display: block;
  clear: both;
  border-top: 1px solid #989898;
  padding: 1.5em 0 0em 0;  }
}

.promo-research-item {
    background: #eee;
    border:0;
    padding: 0px 20px 0px 20px;
}

.sidebar-box {
  max-height:80px;
  position: relative;
  overflow: hidden;
}
.sidebar-box .read-more { 
    font-weight:bold;
  position: absolute; 
  bottom: -30px; 
  left: 0;
  width: 100%; 
  text-align: center; 
  margin: 0; padding: 30px 0; 
   
 background: -webkit-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 60%
    ); 
    background-image: -moz-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 60%
    );
    background-image: -o-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 60%
    );
    background-image: linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 60%
    );
    background-image: -ms-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 1) 60%
    );
    

}
    .sidebar-box .promo-read-more {
        font-weight: bold;
        position: absolute;
        bottom: -30px;
        left: 0;
        width: 100%;
        text-align: center;
        margin: 0;
        padding: 30px 0;
        background: -webkit-linear-gradient( transparent, #eee );
        background-image: -moz-linear-gradient( transparent, #eee );
        background-image: -o-linear-gradient( transparent, #eee );
        background-image: linear-gradient( transparent, #eee );
        background-image: -ms-linear-gradient( transparent, #eee );
    }
    .sidebar-box .read-more .button { width:200px; padding:2px 20px;
        background-color: white !important; 
    }
    .sidebar-box .promo-read-more .button {
        width: 200px;
        padding: 2px 20px;
        background-color: #eee !important;
    }
.cat {
    font-weight: 900;
    color: #636363;
    margin-bottom: .5em;
    display: block; }
    .research-item .cat a {
      color: #636363; }
  .research-item .h4 {
    display: block;
    clear: both;
    margin-bottom: .3em;padding-bottom:0px; }
  .research-item .item-body {
    display: block;
    clear: both;
    margin-bottom: 1.5em; }
  .research-item .analyst {
    display: block;
    color: #636363;
    font-weight: 900;
    /*margin-bottom: 1em; */
	margin-bottom: 0.25em; 
	}
    .research-item .analyst a {
      color: #0ca8c2; }
  .research-item .thumb {
    float: left;
    width: 14%; }
    .research-item .thumb a {
      display: block; }
    .research-item .thumb img {
      display: block;
      width: 100%;
      height: auto; }
  .research-item .text-wrap {
    float: right;
    width: 84%; }

  .research-item .item-foot {
    display: block;
    clear: both; padding-bottom:1em
  }
  .research-item .info {
    float: left;
    width: 58%; }
    .research-item .info small {
      margin-left: 8px;
      color: #9a9a9a;
      font-weight: 900;
      font-size: .875em; }
    .research-item .info .price {
      font-size: 1.5em;
      font-weight: 900; }
  .research-item .convert {
    display: block;
    clear: both;
    font-size: .875em; }
  .research-item .actions {
    float: right;
    width: 40%;
    text-align: right; }
    .research-item .actions .btn-action-sm {
      width: 48%;
      height: 50px;
      line-height: 50px;
      font-size: 1.250em; }
  .research-item .more-info {
    display: block;
    clear: both;
    /*padding-top: 1em; */
	padding-top:0.3 em;
	}
  .research-item .more-info-item {
    display: block;
    clear: both;
    margin-bottom: 0.5em;
    color: #6e6e6e; }
    .research-item .more-info-item a {
      color: #0ca8c2;
      font-weight: 900; }
  .research-item .more-info .more-info-item:last-child {
    margin-bottom: 0; }
  @media (max-width: 480px) {
    .research-item .info {
      float: none;
      display: block;
      clear: both;
      width: auto;
      margin-bottom: 1em; }
    .research-item .actions {
      float: none;
      width: auto;
      text-align: left; }
      .research-item .actions .btn-action-sm {
        display: inline-block;
        clear: none;
        height: 40px;
        line-height: 40px; } }


/* ================================================================================ */
/* TOC / TOOLS */
/* ================================================================================ */
.toc-tools {
  position: fixed;
  right: 0;
  top: 160px;
  z-index: 10; }
  .toc-tools .toggles {
    position: relative;
    z-index: 2; }
  .toc-tools .tt-switch {
    background: #253b48;
    display: block;
    clear: both;
    width: 80px;
    height: 70px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    position: relative; }
    .toc-tools .tt-switch .text {
      color: #fff;
      font-weight: 700;
      font-size: 0.75em;
      position:absolute;
      top:56%;
      line-height:100%;
      width:100%;
      text-transform:uppercase;
      display: block; }
    .toc-tools .tt-switch .icon {
      position: absolute;
      background: url(/i/sprite_ui.png) no-repeat;
      display: block;
      text-indent: -9999em;
      top: 50%;
      left: 50%; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .toc-tools .tt-switch .icon {
          background-image: url(/i/sprite_ui_2x.png) !important;
          -webkit-background-size: 800px 800px;
          background-size: 800px 800px; } }
    .toc-tools .tt-switch:hover {
      background: #15242c; }
  .toc-tools .tt-switch.active {
    background: #25a8c6; }
    .toc-tools .tt-switch.active:hover {
      background: #25a8c6; }
  .toc-tools .toc-toggle {
    border-bottom: 2px solid #fff; }
    .toc-tools .toc-toggle .icon {
      width: 27px;
      height: 24px;
      margin-left: -13px;
      margin-top: -24px;
      background-position: 0 -387px; }
  .toc-tools .tools-toggle {
    margin-bottom: 2px; }
    .toc-tools .tools-toggle .icon {
      width: 31px;
      height: 31px;
      margin-left: -16px;
      margin-top: -30px;
      background-position: -98px -411px; }
  .toc-tools .frame-head {
    display: block;
    clear: both;
    position: relative;
    background: #25a8c6;
    color: #fff;
    padding: 0 15px;
    height: 44px;
    line-height: 44px; }
  .toc-tools .frame-title {
    font-weight: 900;
    font-size: 1.125em; }
  .toc-tools .frame-close {
    position: absolute;
    content: '';
    background: url(/i/sprite_ui.png) no-repeat;
    display: block;
    text-indent: -9999em;
    width: 22px;
    height: 22px;
    top: 50%;
    margin-top: -11px;
    background-position: -36px -441px;
    right: 15px;
    cursor: pointer; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .toc-tools .frame-close {
        background-image: url(/i/sprite_ui_2x.png) !important;
        -webkit-background-size: 800px 800px;
        background-size: 800px 800px; } }
  .toc-tools .exp-frame {
    display: none;
    position: absolute;
    right: 70px;
    background: #fff;
    border-right: 10px solid #25a8c6;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15); }
    .toc-tools .exp-frame.active {
      display: block; }
    .toc-tools .exp-frame .inner-pad {
      border-top: 1px solid #ccc;
      border-left: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      background: #fff; }
    .toc-tools .exp-frame .frame-head {
      display: none; }
  .toc-tools #toc-frame, .toc-tools #custom-report {
    top: 0;
    width: 500px; }
    .toc-tools #toc-frame .inner-pad, .toc-tools #custom-report .inner-pad {
      padding: 15px; }
  .toc-tools #tof-frame {
    top: 70px;
    width: 300px; }
    .toc-tools #tof-frame .btn-action-sm {
      display: block;
      clear: both;
      margin: 10px; }
        .toc-tools #tof-frame .btn-action-sm a:after {
            content: '';
            position: absolute;
            top: 50%;
            background: url(/i/sprite_ui.png) no-repeat scroll -97px -412px;
            display: block;
            text-indent: -9999em;            
            margin-top: -15px;
            left: 64px;
            width: 31px;
            height: 31px;
        }
  .toc-tools .nav-tabs {
    display: block; }
    .toc-tools .nav-tabs li {
      width: 49%;
      margin-right: 0;
      margin-left: 2%; }
      .toc-tools .nav-tabs li:first-child {
        margin-left: 0; }
    .toc-tools .nav-tabs a {
      font-size: 1em;
      position: relative;
      padding: 0;
      text-align: center;
      height: 60px;
      line-height: 60px;
      white-space: nowrap; }
    .toc-tools .nav-tabs a:after {
      content: '';
      position: absolute;
      top: 50%;
      background: url(/i/sprite_ui.png) no-repeat;
      display: block;
      text-indent: -9999em;
      height: 18px;
      margin-top: -9px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        .toc-tools .nav-tabs a:after {
          background-image: url(/i/sprite_ui_2x.png) !important;
          -webkit-background-size: 800px 800px;
          background-size: 800px 800px; } }
    .toc-tools .nav-tabs a.toc-tab {
        text-transform:uppercase;
        padding-left: 30px; }
    .toc-tools .nav-tabs a.toc-tab:after {
      width: 31px;
      height:24px;
      left: 15px;
      top:28px;
      background-position: -62px -387px; }
    .toc-tools .nav-tabs li.active a.toc-tab:after {
      background-position: -93px -387px; }
    .toc-tools .nav-tabs a.tof-tab {
        text-transform:uppercase;
        padding-left: 10px; }
    .toc-tools .nav-tabs a.tof-tab:after {
      width: 19px;
      left: 20px;
      background-position: -124px -387px; }
    .toc-tools .nav-tabs li.active a.tof-tab:after {
      background-position: -149px -387px; }
  .toc-tools .tab-pane {
    display: block;
    height: 383px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 10px; }
    .toc-tools .tab-pane ul {
      margin-left: 20px; }
    .toc-tools .tab-pane li {
      margin-bottom: .5em; }
    .toc-tools .tab-pane ul li ul {
      margin: .5em 20px; }
    .toc-tools .tab-pane p {
      margin-bottom: 1em; }
      .toc-tools .tab-pane p:last-child {
        margin-bottom: 0; }
  .toc-tools #custom-report .check-list {
    margin-left: 0;
    list-style-type: none; }
  .toc-tools #custom-report li {
    margin-bottom: .75em;
    position: relative; }
    .toc-tools #custom-report li .check {
      display: block;
      width: 24px;
      height: 24px;
      position: absolute;
      left: 0;
      top: 0; }
    .toc-tools #custom-report li span {
      display: block;
      margin-left: 30px;
      line-height: 1.8em;
      font-weight: 900; }
  .toc-tools #custom-report .inner-pad {
    border-bottom: 0; }
  .toc-tools #custom-report .report-foot {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    clear: both;
    width: 100%;
    height: 64px;
    background: #eee;
    padding: 10px;
    border-bottom: 1px solid #ccc; }
  .toc-tools #custom-report .report-foot .btn-action-sm {
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding: 0;
    font-size: 1em; }
  .toc-tools #custom-report .help-btn {
    width: 22%; }
  .toc-tools #custom-report .cancel-btn {
    width: 27%;
    background: #999999; }
    .toc-tools #custom-report .cancel-btn:hover {
      background: #aaa; }
  .toc-tools #custom-report .report-btn {
    width: 48%; }
  @media (max-width: 800px) {
    .toc-tools .tt-switch {
      width: 60px;
      height: 60px; }
    .toc-tools .exp-frame {
      right: 60px; }
    .toc-tools #tof-frame {
      top: 60px; } }
  @media (max-width: 600px) {
    .toc-tools {
      top: auto;
      right: auto;
      bottom: 0;
      left: 0;
      width: 100%; }
      .toc-tools .toggles {
        display: block;
        background: #eeeeee;
        padding: 10px;
        z-index: 100; }
        .toc-tools .toggles:before, .toc-tools .toggles:after {
          content: " ";
          display: table; }
        .toc-tools .toggles:after {
          clear: both; }
        .toc-toggle .toc-toggle .icon{
            background-position:0 -360px;
        }
      .toc-tools .tt-switch {
        float: left;
        clear: none;
        width: 49%;
        height: 40px;
        line-height: 40px;
        margin-left: 2%;
        padding-bottom:40px;
        border-bottom: 0;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -khtml-border-radius: 2px; }
        .toc-tools .tt-switch:first-child {
          margin-left: 0; }
        .toc-tools .tt-switch .icon {
          display: none; }
        .toc-tools .tt-switch .text {
          display: inline-block;
          position: relative;
        }
        .toc-tools .tt-switch .text:after {
          content: '';
          position: absolute;
          left: 50%;
          top: 50%;
          margin-top: -9px;
          height: 24px;
          background: url(/i/sprite_ui.png) no-repeat;
          display: block;
          text-indent: -9999em; } }
      @media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 2) {
        .toc-tools .tt-switch .text:after {
          background-image: url(/i/sprite_ui_2x.png) !important;
          -webkit-background-size: 800px 800px;
          background-size: 800px 800px; } }
  @media (max-width: 600px) {
      .toc-tools .toc-toggle {
          padding-bottom:40px;
          padding-left: 20px; }
        .toc-tools .toc-toggle .text:after {
          width: 18px;
          margin-left: -85px;
          background-position: -60px -411px; }
      .toc-tools .tools-toggle {
        padding-left: 8px; }
        .toc-tools .tools-toggle .text:after {
          width: 12px;
          height: 15px;
          margin-top: -8px;
          margin-left: -40px;
          background-position: -129px -411px; }
        .toc-tools .tools-toggle[data-trigger="tof-frame"] .text::after {
            width:17px;
            margin-left: -60px;
        }
      .toc-tools .exp-frame {
        display: none;
        position: fixed;
        right: 0;
        top: 0;
        background: #fff;
        border-right: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .toc-tools .exp-frame.active {
          display: block; }
        .toc-tools .exp-frame .inner-pad {
          border: none; }
      .toc-tools #toc-frame, .toc-tools #custom-report {
        height: 500px;
        width: 100%;
        top: 55px; }
        .toc-tools #toc-frame .inner-pad, .toc-tools #custom-report .inner-pad {
          padding: 15px; }
        .toc-tools #toc-frame .frame-head, .toc-tools #custom-report .frame-head {
          display: block; }
      .toc-tools #tof-frame {
        top: auto;
        bottom: 50px;
        width: 100%; }
        .toc-tools #tof-frame .btn-action-sm {
          display: block;
          clear: both;
          margin: 15px 10px;
          height: 60px;
          line-height: 60px; }
        .toc-tools #tof-frame .inner-pad {
          background: #253b48;
          padding: 5px 5px 15px 5px; }
      .toc-tools #custom-report {
        z-index: 100; }
        .toc-tools #custom-report .report-foot {
          position: fixed; } }
  @media (max-width: 480px) {
    .toc-tools .nav-tabs a {
      padding-left: 0 !important;
      font-size: 1.125em; }
      .toc-tools .nav-tabs a:after {
        display: none; } }
  @media (max-width: 320px) {
    .toc-tools .toggles {
      padding: 10px 5px; }
    .toc-tools .nav-tabs a {
      height: 36px;
      line-height: 36px;
      font-size: 1em; }
      .toc-tools .nav-tabs a:after {
        display: none; }
    .toc-tools .toc-toggle {
      padding-left: 15px; }
      .toc-tools .toc-toggle .text:after {
        margin-left: -78px; }
    .toc-tools #tof-frame .btn-action-sm {
      height: 44px;
      line-height: 44px;
      font-size: 1.125em; } }

/* ================================================================================ */
/* CHART TOOL */
/* ================================================================================ */
.chart-block {
  color: #626262;
  display: block;
  clear: both;
  padding-bottom: 1.25em;
  margin-bottom: 1.25em;
  border-bottom: 1px solid #ccc; }
  .chart-block.last {
    border-bottom: 0;
    margin-bottom: 0; }
  .chart-block label {
    display: block;
    font-weight: 900;
    font-size: 1.250em;
    margin-bottom: .5em; }
  .chart-block .col-checks {
    display: block; }
    .chart-block .col-checks:before, .chart-block .col-checks:after {
      content: " ";
      display: table; }
    .chart-block .col-checks:after {
      clear: both; }
    .chart-block .col-checks ul {
      list-style-type: none; }
    .chart-block .col-checks li {
      display: block;
      margin-bottom: .25em; }
    .chart-block .col-checks .col {
      float: left; }
    .chart-block .col-checks .col-2 {
      margin-left: 40px; }
    .chart-block .col-checks em {
      font-size: .875em;
      font-weight: 900;
      font-style: normal; }
    .chart-block .col-checks .icheckbox_square {
      margin-right: 8px; }
  .chart-block .display-values {
    display: block;
    position: relative; }
    .chart-block .display-values .icheckbox_square {
      position: absolute !important;
      left: 0;
      top: 3px; }
    .chart-block .display-values label {
      clear: none;
      margin-left: 35px;
      margin-bottom: 0; }
  .chart-block .chart-type .select-wrap {
    /*display: block;*/
    max-width: 100%;	
	display: block;	
	/*width:11em; */
	 /*max-width: 250px;*/
	}
  .chart-block .chart-title:before, .chart-block .chart-title:after {
    content: " ";
    display: table; }
  .chart-block .chart-title:after {
    clear: both; }
  .chart-block .chart-title input[type="text"] {
    float: left;
    width: 60%;
    height: 40px;
    line-height: 40px; }
  .chart-block .chart-title .btn-action-sm {
    float: left;
    width: 35%;
    max-width: 100px;
    margin-left: 5px;
    height: 40px;
    line-height: 40px;
    clear: none; }
  @media (max-width: 480px) {
    .chart-block .chart-title .btn-action-sm {
      font-size: 1.125em;
      padding: 0 15px; } }
  .chart-block .radio-list {
    list-style-type: none; }
    .chart-block .radio-list:before, .chart-block .radio-list:after {
      content: " ";
      display: table; }
    .chart-block .radio-list:after {
      clear: both; }
    .chart-block .radio-list li {
      position: relative;
      float: left;
      margin-right: 15px;
      margin-bottom: 1em; }
    .chart-block .radio-list .iradio_square {
      position: absolute !important;
      left: 0;
      top: 0; }
    .chart-block .radio-list span {
      display: block;
      margin-left: 28px;
      white-space: nowrap; }
  .chart-block .choose-format .select-wrap {
    display: inline-block;
    min-width: 150px; }
  .chart-block .choose-format .btn-action-sm {
    display: inline-block;
    height: 40px;
    line-height: 40px; }
  @media (max-width: 480px) {
    .chart-block .choose-format .btn-action-sm {
      font-size: 1.125em;
      padding: 0 15px; }
    .chart-block .choose-format span {
      display: block;
      margin-bottom: 5px; } }

.modal-footer .done-btn {
  padding: 0 40px;
  height: 40px;
  line-height: 40px;
  float: right; }
  .modal-footer .done-btn:focus {
    outline: none; }
@media (max-width: 480px) {
  .modal-footer .done-btn {
    padding: 0;
    display: block;
    float: none;
    width: 100%;
    font-size: 1.125em; } }

.customSelect {
  width: 100%;
  border: 1px solid #cccccc;
  height: 40px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  background: url("/i/bg_select.png") no-repeat right; }

.customSelect.customSelectHover {
  /* Styles for when the select box is hovered */ }

.customSelect.customSelectOpen {
  /* Styles for when the select box is open */ }

.customSelect.customSelectFocus {
  /* Styles for when the select box is in focus */ }

.customSelectInner {
  height: 40px;
  line-height: 40px;
  padding: 0 10px; }

.pagination {
  display: block;
  clear: both;
  margin-bottom: 1em; }
  .pagination:before, .pagination:after {
    content: " ";
    display: table; }
  .pagination:after {
    clear: both; }
  .pagination a, .pagination span {
    float: left;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    background: #dedede;
    color: #333;
    font-size: 1em;
    margin-left: 5px;
    font-weight: 900;
    padding: 0 1.125em; }
    .pagination a:first-child, .pagination span:first-child {
      margin-left: 5px; }
    .pagination a:hover, .pagination span:hover {
      text-decoration: none;
      background: #0ca8c2;
      color: #fff; }
    .pagination a.active, .pagination span.active {
      background: #0ca8c2;
      color: #fff; }

/* ================================================================================ */
/* FOOTER */
/* ================================================================================ */
footer {
  display: block;
  clear: both; }
  footer .top {
    display: block;
    clear: both;
    background: #243b47;
    color: #fff;
    padding: 50px 0; }
  footer .bot {
    display: block;
    clear: both;
    padding: 30px 0 40px 0;
    background: #15242c;
    color: #fff;
    font-size: .750em; }
  footer .bot .container {
    position: relative; }
  footer nav {
    float: left;
    width: 20%; }
    footer nav a {
      clear: left;
      float: left;
      color: #fff;
      font-weight: 900;
      font-size: 1.250em;
      margin-bottom: 15px;
      line-height: 1em; }
  footer .socials {
    float: left;
    width: 20%;
    margin-left: 5%; }
    footer .socials .social-icon {
      display: block;
      clear: both;
      color: #fff;
      font-size: 1em;
      margin-bottom: 10px;
      position: relative;
      padding-left: 35px;
      line-height: 25px; }
    footer .socials .social-icon:after {
      content: '';
      background: url(/i/sprite_ui.png) no-repeat;
      display: block;
      text-indent: -9999em;
      width: 25px;
      height: 25px;
      position: absolute;
      display: block;
      left: 0;
      top: 0px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        footer .socials .social-icon:after {
          background-image: url(/i/sprite_ui_2x.png) !important;
          -webkit-background-size: 800px 800px;
          background-size: 800px 800px; } }
    footer .socials .lin:after {
      background-position: 0 -89px; }
    footer .socials .fb:after {
      background-position: -27px -89px; }
    footer .socials .yt:after {
      background-position: -55px -89px; }
    footer .socials .twtr:after {
      background-position: -83px -89px; }
    footer .socials .gplus:after {
      background-position: -111px -89px; }
    footer .socials .pin:after {
      background-position: -139px -89px; }
  footer .signup {
    float: right;
    width: 50%; }
    footer .signup.pp-footer {
        float: none !important;
    }
    footer .signup label, footer .signup p {
      display: block;
      padding-bottom: 10px; }
    footer .signup p {
      padding-bottom: 15px; }
    footer .signup fieldset {
      display: block;
      clear: both; }
    footer .signup input {
      height: 46px;
      line-height: 46px;
      display: inline-block;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -khtml-border-radius: 3px;
      border: 0;
      font-size: 1em;
      font-family: 'Roboto'; }
    footer .signup input[type="email"] {
      background: #fff;
      color: #666;
      width: 75%;
      font-weight: 300;
      padding: 0 2%; }
    footer .signup input[type="submit"] {
      width: 20%;
      margin-left: 2%;
      background: #0ca8c2;
      font-weight: 900;
      color: #fff;
      -webkit-font-smoothing: antialiased;
      cursor: pointer; }
      footer .signup input[type="submit"]:hover {
        background: #2cc0d9; }
  footer .northstar {
    float: left;
    width: 20%;
    max-width: 170px; }
    footer .northstar p {
      display: block;
      padding-bottom: 6px; }
    footer .northstar .ns-logo {
      display: block;
      background: url(/i/sprite_ui.png) no-repeat;
      display: block;
      text-indent: -9999em;
      width: 155px;
      height: 30px;
      background-position: -189px 0; }
      @media only screen and (-webkit-min-device-pixel-ratio: 2) {
        footer .northstar .ns-logo {
          background-image: url(/i/sprite_ui_2x.png) !important;
          -webkit-background-size: 800px 800px;
          background-size: 800px 800px; } }
  footer .credits {
    float: right;
    text-align: right; }
    footer .credits a {
      color: #fff; }

/* PCW - WIDGETS SCSS */
/* ================================================================================ */
/* WIDGETS */
/* ================================================================================ */
.widget {
  display: block;
  clear: both;
  margin-bottom: 50px; }
  .widget h3 {
    display: block;
    clear: both;
    font-size: 1.250em;
    margin-bottom: 10px; }
  .widget .line {
    background: #999;
    height: 1px;
    display: block;
    clear: both;
    margin: 10px 0 12px 0; }

.widget.link-list article {
  display: block;
  clear: both;
  margin-bottom: 20px; }
  .widget.link-list article a {
    display: block;
    color: #0ca8c2;
    font-weight: 900;
    font-size: 1em;
    line-height: 1.2em;
    margin-bottom: 5px; }
  .widget.link-list article .tiny-gray {
    display: block;
    clear: both;
    margin-bottom: 5px; }
  .widget.link-list article .loc {
    display: block;
    clear: both;
    font-size: .875em; }

.notify {
  background: #243b47;
  color: #fff; }
  .notify .inner-pad {
    padding: 15px; }
  .notify .h4 {
    display: block;
    margin-bottom: 10px; }
  .notify p {
    display: block;
    clear: both;
    margin-bottom: 15px; }
  .notify .form {
    display: block;
    clear: both; }
  .notify input[type="text"], .notify input[type="email"] {
    background: #fff;
    color: #999;
    font-size: 1em;
    border: 0;
    line-height: 45px;
    height: 45px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -khtml-border-radius: 3px;
    display: block;
    width: 100%;
    padding: 0 5%;
    margin-bottom: 12px; }
  .notify input[type="submit"] {
    border: 0;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    float: right;
    margin-bottom: 5px; }

.widget .event-list li {
  margin-bottom: 1.2em; }
.widget .event-list .cal-cell {
  width: 44px;
  height: 44px;
  padding-top: 6px; }
.widget .event-list .month {
  font-size: .875em;
  line-height: .8em; }
.widget .event-list .day {
  font-size: 1.4em;
  line-height: 1em; }
.widget .event-list .text-wrap {
  display: block;
  padding-left: 55px; }
.widget .event-list .h5 {
  margin-bottom: .2em;
  font-size: .875em; }
.widget .event-list .event-loc {
  font-size: .750em;
  margin-bottom: .2em; }
.widget .event-list .presenter {
  font-weight: 400;
  font-size: .750em; }

.widget .more-link {
  font-size: .875em; }

.widget.our-clients-widget p {
  display: block;
  margin-bottom: 1em; }
.widget.our-clients-widget .two-col-list {
  font-size: .875em; }
  .widget.our-clients-widget .two-col-list a {
    color: #0ca8c2;
    font-weight: 700; }

.widget.find-research {
  padding-top: 0; }

/* PCW Parallax Animations */
.thought-leadership {
  height: 700px;
  padding: 0; }
  .thought-leadership .centerizer {
    position: relative; }
  .thought-leadership .copy {
    padding: 5em 0;
    position: relative;
    z-index: 6; }

@-webkit-keyframes floating-clouds {
  0% {
    margin-left: -400px; }

  100% {
    margin-left: 0px; } }
@-moz-keyframes floating-clouds {
  0% {
    margin-left: -400px; }

  100% {
    margin-left: 0px; } }
@-o-keyframes floating-clouds {
  0% {
    margin-left: -400px; }

  100% {
    margin-left: 0px; } }
@keyframes floating-clouds {
  0% {
    margin-left: -400px; }

  100% {
    margin-left: 0px; } }
@-webkit-keyframes rise-up {
  0% {
    bottom: -100%; }

  100% {
    bottom: 0%; } }
@-moz-keyframes rise-up {
  0% {
    bottom: -100%; }

  100% {
    bottom: 0%; } }
@-o-keyframes rise-up {
  0% {
    bottom: -100%; }

  100% {
    bottom: 0%; } }
@keyframes rise-up {
  0% {
    bottom: -100%; }

  100% {
    bottom: 0%; } }
#motion-leadership {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 700px;
  display: block; }
  #motion-leadership .anim-2-arrow {
    display: block;
    position: absolute;
    z-index: 4;
    bottom: -100%;
    left: 4%; }
  #motion-leadership .anim-2-skyscraper {
    display: block;
    position: absolute;
    bottom: -100%;
    left: 44%;
    z-index: 4; }
  #motion-leadership .anim-2-sun {
    display: block;
    position: absolute;
    z-index: 1;
    top: 70px;
    left: 20%; }
  #motion-leadership .anim-2-tower-1 {
    display: block;
    position: absolute;
    width: 115px;
    height: 300px;
    background: #d24f3e;
    bottom: -100%;
    left: 14%;
    z-index: 4; }
  #motion-leadership .anim-2-tower-2 {
    display: block;
    position: absolute;
    width: 115px;
    height: 350px;
    background: #d24f3e;
    bottom: -100%;
    left: 29%;
    z-index: 4; }
  #motion-leadership .anim-2-cloud-1 {
    display: block;
    position: absolute;
    z-index: 3;
    top: 150px;
    left: 15%;
    margin-left: -400px;
    width: 105px;
    height: 82px; }
  #motion-leadership .anim-2-cloud-2 {
    display: block;
    position: absolute;
    z-index: 2;
    top: 200px;
    left: 45%;
    margin-left: -400px;
    width: 135px;
    height: 110px; }

#motion-leadership.active .anim-2-arrow {
  -webkit-animation: rise-up 1s ease .25s forwards;
  /* Safari 4+ */
  -moz-animation: rise-up 1s ease .25s forwards;
  /* Fx 5+ */
  -o-animation: rise-up 1s ease .25s forwards;
  /* Opera 12+ */
  animation: rise-up 1s ease .25s forwards;
  /* IE 10+, Fx 29+ */ }
#motion-leadership.active .anim-2-skyscraper {
  -webkit-animation: rise-up 1s ease 1s forwards;
  /* Safari 4+ */
  -moz-animation: rise-up 1s ease 1s forwards;
  /* Fx 5+ */
  -o-animation: rise-up 1s ease 1s forwards;
  /* Opera 12+ */
  animation: rise-up 1s ease 1s forwards;
  /* IE 10+, Fx 29+ */ }
#motion-leadership.active .anim-2-tower-1 {
  -webkit-animation: rise-up 1s ease .45s forwards;
  /* Safari 4+ */
  -moz-animation: rise-up 1s ease .45s forwards;
  /* Fx 5+ */
  -o-animation: rise-up 1s ease .45s forwards;
  /* Opera 12+ */
  animation: rise-up 1s ease .45s forwards;
  /* IE 10+, Fx 29+ */ }
#motion-leadership.active .anim-2-tower-2 {
  -webkit-animation: rise-up 1s ease .7s forwards;
  /* Safari 4+ */
  -moz-animation: rise-up 1s ease .7s forwards;
  /* Fx 5+ */
  -o-animation: rise-up 1s ease .7s forwards;
  /* Opera 12+ */
  animation: rise-up 1s ease .7s forwards;
  /* IE 10+, Fx 29+ */ }
#motion-leadership.active .anim-2-cloud-1 {
  -webkit-animation: floating-clouds 30s linear forwards;
  /* Safari 4+ */
  -moz-animation: floating-clouds 30s linear forwards;
  /* Fx 5+ */
  -o-animation: floating-clouds 30s linear forwards;
  /* Opera 12+ */
  animation: floating-clouds 30s linear forwards;
  /* IE 10+, Fx 29+ */ }
#motion-leadership.active .anim-2-cloud-2 {
  -webkit-animation: floating-clouds 20s linear forwards;
  /* Safari 4+ */
  -moz-animation: floating-clouds 20s linear forwards;
  /* Fx 5+ */
  -o-animation: floating-clouds 20s linear forwards;
  /* Opera 12+ */
  animation: floating-clouds 20s linear forwards;
  /* IE 10+, Fx 29+ */ }

/* Responsive SASS - PCW */
/* ================================================================================ */
/* LARGE DISPLAYS: */
/* ================================================================================ */
@media only screen and (max-width: 1170px) {
  header .logo {
    margin: 12px 0 0 12px; }
  header nav {
    width: 46%;
    margin-left: 1%; } }
/* ================================================================================ */
/* SMALLER DESKTOPS */
/* ================================================================================ */
@media (max-width: 979px) {
  html {
    overflow-x: hidden; }

  body {
    font-size: .9em;
    overflow-x: hidden !important; }

  .lg-display {
    display: none !important; }

  .sm-display {
    display: block !important; }

  header {
    height: 55px;
    position: relative; }
    header .logo {
      margin: 8px 0 0 12px; }

  .gap {
    height: 55px;
    display: none; }

  /* MOBILE HEADER */
  .secondary-nav {
    background: #15242c;
    position: absolute;
    top: 0;
    right: -265px;
    width: 265px;
    z-index: 2000;
    -webkit-transition: right 400ms ease-in-out;
    -moz-transition: right 400ms ease-in-out;
    -o-transition: right 400ms ease-in-out;
    transition: right 400ms ease-in-out; }
    .secondary-nav .toggle {
      float: left;
      width: 55px;
      height: 55px;
      position: relative;
      background: #15242c;
      border: 0;
      margin-left: -55px;
      cursor: pointer; }
      .secondary-nav .toggle:focus {
        outline: none;
        border: none; }
      .secondary-nav .toggle .nav-icon {
        position: absolute;
        background: url(/i/sprite_ui.png) no-repeat;
        display: block;
        text-indent: -9999em;
        width: 25px;
        height: 18px;
        background-position: 0 -121px;
        left: 50%;
        margin-left: -13px;
        top: 50%;
        margin-top: -9px; } }
      @media only screen and (max-width: 979px) and (-webkit-min-device-pixel-ratio: 2) {
        .secondary-nav .toggle .nav-icon {
          background-image: url(/i/sprite_ui_2x.png) !important;
          -webkit-background-size: 800px 800px;
          background-size: 800px 800px; } }
@media (max-width: 979px) {
    .secondary-nav .panel {
      float: right;
      padding: 2% 5% 5% 5%;
      width: 100%; }
    .secondary-nav .hud {
      display: block;
      clear: both;
      padding: 12px 0 6px 0;
      margin-bottom: 12px; }
      .secondary-nav .hud .status {
        float: left;
        color: #fff; }
        .secondary-nav .hud .status i {
          font-style: normal;
          font-weight: 700;
          color: #64d0f3; }
        .secondary-nav .hud .status a {
          color: #64d0f3; }
      .secondary-nav .hud .sign-out-link {
        float: right;
        color: #719aaf;
        font-weight: 900;
        font-size: .875em; }
      .secondary-nav .hud .sign-in-link {
        float: right;
        height: 35px;
        line-height: 35px;
        clear: none;
        padding: 0 20px;
        font-size: 1.250em;
        margin-top: -5px; }
    .secondary-nav .mobile-search {
      display: block;
      clear: both;
      background: #fff;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -khtml-border-radius: 3px;
      position: relative; }
      .secondary-nav .mobile-search input {
        background: none;
        border: none;
        height: 40px; }
      .secondary-nav .mobile-search input[type="text"] {
        float: left;
        width: 85%;
        padding: 0 10px;
        font-size: 1em; }
      .secondary-nav .mobile-search input[type="submit"] {
        position: absolute;
        background: url(/i/sprite_ui.png) no-repeat;
        display: block;
        text-indent: -9999em;
        width: 20px;
        height: 22px;
        background-position: -87px -121px;
        right: 10px;
        top: 50%;
        margin-top: -11px;
        cursor: pointer; } }
      @media only screen and (max-width: 979px) and (-webkit-min-device-pixel-ratio: 2) {
        .secondary-nav .mobile-search input[type="submit"] {
          background-image: url(/i/sprite_ui_2x.png) !important;
          -webkit-background-size: 800px 800px;
          background-size: 800px 800px; } }
@media (max-width: 979px) {
        .secondary-nav .mobile-search input[type="submit"]:focus {
          outline: none;
          border: none; }
    .secondary-nav .line-item {
      display: block;
      clear: both;
      padding: 10px 0;
      border-top: 1px solid #719aaf;
      position: relative;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }

      .secondary-nav .line-item:first-child {
        border-top: none; }
      .secondary-nav .line-item:last-child {
        padding-bottom: 0; }
      .secondary-nav .line-item a {
        color: #fff;
        font-weight: 900;
        font-size: 1.125em; }
      .secondary-nav .line-item .line-icon {
        background: url(/i/sprite_ui.png) no-repeat;
        display: block;
        text-indent: -9999em;
        position: absolute; } }
      @media only screen and (max-width: 979px) and (-webkit-min-device-pixel-ratio: 2) {
        .secondary-nav .line-item .line-icon {
          background-image: url(/i/sprite_ui_2x.png) !important;
          -webkit-background-size: 800px 800px;
          background-size: 800px 800px; } }
@media (max-width: 979px) {
      .secondary-nav .line-item .badge {
        position: absolute;
        right: 5px;
        top: 50%;
        margin-top: -10px;
        background: #f46958;
        color: #fff;
        font-weight: 900;
        font-size: 1em;
        padding: 0 8px;
        height: 20px;
        line-height: 18px;
        text-align: center;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -khtml-border-radius: 3px; }
    .secondary-nav .line-item.has-icon {
      padding-left: 35px; }
    .secondary-nav .trigger-sub {
      position: absolute;
      right: 5px;
      top: 23px;
      margin-top: -15px;
      width: 30px;
      height: 30px;
      display: block;
      cursor: pointer; }
      .secondary-nav .trigger-sub:after {
        content: '';
        background: url(/i/sprite_ui.png) no-repeat;
        display: block;
        text-indent: -9999em;
        width: 16px;
        height: 8px;
        background-position: -145px -121px;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -4px;
        z-index: 2; } }
      @media only screen and (max-width: 979px) and (-webkit-min-device-pixel-ratio: 2) {
        .secondary-nav .trigger-sub:after {
          background-image: url(/i/sprite_ui_2x.png) !important;
          -webkit-background-size: 800px 800px;
          background-size: 800px 800px; } }
@media (max-width: 979px) {
    .secondary-nav .sub-nav {
      list-style-type: none;
      margin-top: .75em;
      width: 100%;
      display: none; }
    .secondary-nav .sub-nav > li {
      border-top: 1px solid #243a46; }
      .secondary-nav .sub-nav > li a {
        display: block;
        padding: .3em 1.5em; }
    .secondary-nav .line-item.sub-open .trigger-sub:after {
      background-position: -164px -121px; }

    .secondary-nav .icon-dashboard {
      width: 20px;
      height: 20px;
      top: 50%;
      left: 3px;
      margin-top: -10px;
      background-position: -84px -47px !important; }
    .secondary-nav .icon-account {
      width: 18px;
      height: 20px;
      top: 50%;
      left: 3px;
      margin-top: -10px;
      background-position: -57px -47px !important; }
    .secondary-nav .icon-chat {
      width: 24px;
      height: 20px;
      top: 50%;
      left: 0px;
      margin-top: -9px;
      background-position: -172px -47px !important; }
    .secondary-nav .icon-cart {
      width: 25px;
      height: 20px;
      top: 50%;
      left: 0px;
      margin-top: -9px;
      background-position: -24px -47px !important; }
    .secondary-nav .options {
      position: absolute;
      right: 0;
      width: 100px;
      text-align: right; }
      .secondary-nav .options .option-icon {
        background: url(/i/sprite_ui.png) no-repeat;
        display: block;
        text-indent: -9999em; } }
      @media only screen and (max-width: 979px) and (-webkit-min-device-pixel-ratio: 2) {
        .secondary-nav .options .option-icon {
          background-image: url(/i/sprite_ui_2x.png) !important;
          -webkit-background-size: 800px 800px;
          background-size: 800px 800px; } }
@media (max-width: 979px) {
      .secondary-nav .options .icon-email {
        width: 28px;
        height: 20px;
        background-position: -111px -121px;
        display: inline-block;
        margin-right: 15px; }
      .secondary-nav .options .icon-call {
        width: 21px;
        height: 20px;
        background-position: -31px -121px;
        display: inline-block; }

  .secondary-nav.open {
    right: 0; }

  .mission .mission-copy {
    width: auto; }

  footer .credits, footer .northstar {
    display: block;
    clear: both;
    float: none;
    width: auto; }
  footer .northstar {
    width: 150px;
    margin: 0 auto;
    margin-bottom: 15px; }
  footer .credits {
    text-align: center;
    max-width: 95%;
    margin: 0 auto; } }
/* ================================================================================ */
/* TABLETS: 768px */
/* ================================================================================ */
@media handheld, only screen and (max-width: 768px) {
  .mission, .research, .leadership {
    text-align: center; }

  .infographic {
    width: 60%;
    margin: 0 auto; }

  .events .bucket {
    margin-bottom: 40px; }
    .events .bucket .h5 {
      padding-bottom: 8px; }
    .events .bucket .h4 {
      padding-bottom: 10px; }

  .style-block .line {
    margin: 30px 0; }

  .jumbotron.home {
    height: 500px; }
    .jumbotron.home .jumbo-wrap {
      max-width: 90%;
      padding-top: 40px; }
    .jumbotron.home .h1 {
      margin-bottom: 20px;
      font-size: 3.5em; }
    .jumbotron.home p {
      line-height: 1.5em;
      font-size: 1.313em; }
    .jumbotron.home .brand {
      width: 260px;
      margin-bottom: 20px; }
    .jumbotron.home #parallax {
      height: 500px; }
      .jumbotron.home #parallax .cloud-1 {
        max-width: 220px;
        margin-left: 60px;
        bottom: -100px; }
      .jumbotron.home #parallax .cloud-2 {
        margin-left: -360px;
        max-width: 120px;
        top: 18%; }
      .jumbotron.home #parallax .cloud-3 {
        margin-right: -370px;
        max-width: 180px;
        top: 10%; }
      .jumbotron.home #parallax .sun {
        max-width: 250px;
        margin-left: -125px;
        bottom: -100px; }
      .jumbotron.home #parallax .plane {
        max-width: 260px;
        margin-left: -400px; }

  .jumbotron.inner {
    height: 300px; }
    .jumbotron.inner .jumbo-wrap {
      max-width: 90%;
      padding-top: 40px; }
    .jumbotron.inner .h1 {
      margin-bottom: 20px;
      font-size: 3.5em; }
    .jumbotron.inner p {
      line-height: 1.5em;
      font-size: 1.313em; }
    .jumbotron.inner .brand {
      width: 260px;
      margin-bottom: 20px; }
    .jumbotron.inner #parallax {
      height: 300px; }
      .jumbotron.inner #parallax .cloud-1 {
        max-width: 220px;
        margin-left: 60px;
        bottom: -100px; }
      .jumbotron.inner #parallax .cloud-2 {
        margin-left: -360px;
        max-width: 120px;
        top: 18%; }
      .jumbotron.inner #parallax .cloud-3 {
        margin-right: -370px;
        max-width: 180px;
        top: 10%; }
      .jumbotron.inner #parallax .sun {
        max-width: 250px;
        margin-left: -125px;
        bottom: -100px; }
      .jumbotron.inner #parallax .plane {
        max-width: 260px;
        margin-left: -400px; }

  .thumb-stack {
    margin-bottom: 20px; }
    .thumb-stack .thumb {
      width: 20%; }

  .quote .thumb {
    width: 18%; }
  .quote blockquote {
    width: 74%; } }
/* ================================================================================ */
/* MINI TABLET (IPAD MINI, NOOK): 600px */
/* ================================================================================ */
@media handheld, only screen and (max-width: 600px) {
  .jumbotron.home {
    height: 400px; }
    .jumbotron.home .jumbo-wrap {
      max-width: 90%;
      padding-top: 25px; }
    .jumbotron.home .h1 {
      margin-bottom: 20px;
      font-size: 3em; }
    .jumbotron.home p {
      line-height: 1.4em;
      font-size: 1.250em; }
    .jumbotron.home .brand {
      width: 200px;
      margin-bottom: 15px; }
    .jumbotron.home #parallax {
      height: 400px; }
      .jumbotron.home #parallax .cloud-1 {
        max-width: 180px;
        margin-left: 50px;
        bottom: -60px; }
      .jumbotron.home #parallax .cloud-2 {
        margin-left: -260px;
        max-width: 100px;
        top: 18%; }
      .jumbotron.home #parallax .cloud-3 {
        margin-right: -270px;
        max-width: 120px;
        top: 8%; }
      .jumbotron.home #parallax .sun {
        max-width: 150px;
        margin-left: -75px;
        bottom: -55px; }
      .jumbotron.home #parallax .plane {
        max-width: 200px;
        margin-left: -300px;
        bottom: 0px; }

  .jumbotron.inner {
    height: 300px; }
    .jumbotron.inner .jumbo-wrap {
      max-width: 90%;
      padding-top: 40px; }
    .jumbotron.inner .h1 {
      margin-bottom: 20px;
      font-size: 3.5em; }
    .jumbotron.inner p {
      line-height: 1.4em;
      font-size: 1.250em; }
    .jumbotron.inner .brand {
      width: 260px;
      margin-bottom: 20px; }
    .jumbotron.inner #parallax {
      height: 300px; }
      .jumbotron.inner #parallax .cloud-1 {
        max-width: 180px;
        margin-left: 50px;
        bottom: -60px; }
      .jumbotron.inner #parallax .cloud-2 {
        margin-left: -260px;
        max-width: 100px;
        top: 18%; }
      .jumbotron.inner #parallax .cloud-3 {
        margin-right: -270px;
        max-width: 120px;
        top: 8%; }
      .jumbotron.inner #parallax .sun {
        max-width: 150px;
        margin-left: -75px;
        bottom: -55px; }
      .jumbotron.inner #parallax .plane {
        max-width: 200px;
        margin-left: -300px;
        bottom: 0px; }

  .btn-action-lrg, .btn-action-md, .btn-action-sm {
    font-size: 1.5em;
    line-height: 60px;
    padding: 0 30px; }

  .padded-center {
    width: auto; }

  .style-block {
    padding: 30px 0; }
    .style-block .h4 {
      padding-bottom: 10px; }
    .style-block .row {
      margin-bottom: 20px; }

  .events .bucket:last-child {
    margin-bottom: 20px; }

  footer nav, footer .socials {
    width: 25%;
    margin-left: 18%; }
  footer .signup {
    clear: both;
    display: block;
    width: auto;
    float: none;
    margin-bottom: 35px; } }
/* ================================================================================ */
/* WIDE MOBILE LAYOUT: 480px  */
/* ================================================================================ */
@media handheld, only screen and (max-width: 480px) {
  .jumbotron.home {
    height: 400px; }
    .jumbotron.home .jumbo-wrap {
      max-width: 95%;
      padding-top: 25px; }
    .jumbotron.home .h1 {
      margin-bottom: 15px;
      font-size: 2.4em; }
    .jumbotron.home p {
      line-height: 1.3em !important;
      font-size: 1.250em !important; }
    .jumbotron.home .brand {
      width: 160px;
      margin-bottom: 15px; }
    .jumbotron.home #parallax {
      height: 400px; }
      .jumbotron.home #parallax .cloud-1 {
        max-width: 250px;
        margin-left: 50px;
        bottom: -50px; }
      .jumbotron.home #parallax .cloud-2 {
        margin-left: -200px;
        max-width: 100px;
        top: 14%; }
      .jumbotron.home #parallax .cloud-3 {
        margin-right: -170px;
        max-width: 120px;
        top: 2%; }
      .jumbotron.home #parallax .sun {
        max-width: 150px;
        margin-left: -75px;
        bottom: -50px; }
      .jumbotron.home #parallax .plane {
        max-width: 180px;
        margin-left: -230px;
        bottom: 10px; }

  .jumbotron.home .jumbo-wrap {
    max-width: 95%;
    padding-top: 25px; }
  .jumbotron.home .h1 {
    margin-bottom: 15px;
    font-size: 2.4em; }
  .jumbotron.home p {
    line-height: 1.4em !important;
    font-size: 1.125em !important; }
  .jumbotron.home .brand {
    width: 160px;
    margin-bottom: 15px; }
  .jumbotron.home #parallax .cloud-1 {
    width: 125px;
    max-width: 250px;
    margin-left: 120px;
    bottom: -50px; }
  .jumbotron.home #parallax .cloud-2 {
    width: 100px;
    margin-left: -240px;
    max-width: 100px;
    top: 13%; }
  .jumbotron.home #parallax .cloud-3 {
    margin-right: -212px;
    max-width: 120px;
    top: 2%; }
  .jumbotron.home #parallax .sun {
    max-width: 150px;
    margin-left: -75px;
    bottom: -60px; }
  .jumbotron.home #parallax .plane {
    max-width: 180px;
    margin-left: -250px;
    bottom: 0px; }

  .infographic {
    width: 80%; }

  .btn-action-lrg, .btn-action-md, .btn-action-sm {
    font-size: 1.5em;
    line-height: 60px;
    padding: 0;
    display: block;
    width: auto; }

  .icon-grid li {
    width: 32%;
    height: 160px;
    margin-bottom: 0%; }
  .icon-grid .label {
    font-size: 1.125em;
    line-height: 1.2em; }

  .style-block {
    padding: 20px 0; }

  footer .top {
    padding: 30px 0; }
  footer nav, footer .socials {
    width: 40%;
    margin-left: 5%; }
  footer .signup {
    clear: both;
    display: block;
    width: auto;
    float: none;
    margin-bottom: 35px; }
    footer .signup input[type="text"] {
      width: 70%; }
    footer .signup input[type="submit"] {
      width: 25%; } }
/* ================================================================================ */
/* MOBILE LAYOUT: 320px  */
/* ================================================================================ */
@media handheld, only screen and (max-width: 320px) {
  .icon-grid li {
    width: 32%;
    height: 170px;
    margin-bottom: 0%; }
  .icon-grid .label {
    font-size: 1em;
    line-height: 1.2em; } }
/* ================================================================================ */
/* LANDSCAPE MOBILE DEVICES  */
/* ================================================================================ */
@media only screen and (max-device-height: 568px) and (orientation: landscape) {
  header {
    position: relative; }

  .gap {
    display: none; } }
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.datepicker {
  padding: 0 2%;
  font-size: .875em !important; }

.picker-wrap {
  display: block;
  position: relative;
  height: 35px; }
  .picker-wrap:after {
    content: 'c';
    position: absolute;
    right: 8px;
    top: 9px;
    background: url(/i/sprite_ui.png) no-repeat;
    display: block;
    text-indent: -9999em;
    width: 20px;
    height: 16px;
    background-position: 0 -300px;
    z-index: 100; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .picker-wrap:after {
        background-image: url(/i/sprite_ui_2x.png) !important;
        -webkit-background-size: 800px 800px;
        background-size: 800px 800px; } }

.picker {
  font-size: 1em;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/**
 * The picker input element.
 */
.picker__input {
  cursor: default; }

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec; }

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%; }

/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  -webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  -moz-transition: -moz-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s; }

/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px; }

.picker__wrap {
  margin: -1px; }

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
  -webkit-transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  -moz-transition: -moz-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  -webkit-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12); }

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em; }

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em; }

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em; }

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic; }

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  //height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
  width: auto !important;
}

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em; } }
.picker__select--month {
  width: 35%; }

.picker__select--year {
  width: 22.5%; }

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec; }

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em; } }
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em; } }
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em; }

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em; } }
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto; }

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000; }

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5; }

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em; }

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em; } }
.picker__table td {
  margin: 0;
  padding: 0; }

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */ }

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em; } }
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent; }

.picker__day--today {
  position: relative; }

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent; }

.picker__day--disabled:before {
  border-top-color: #aaaaaa; }

.picker__day--outfocus {
  color: #dddddd; }

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--highlighted {
  border-color: #0089ec; }

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb; }

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff; }

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb; }

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center; }

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom; }

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb; }

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none; }

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0; }

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em; }

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent; }

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200; }

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777; }

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default; }

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa; }

/* iCheck plugin Square skin, black
----------------------------------- */
.icheckbox_square,
.iradio_square {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(/i/square.png) no-repeat;
  border: none;
  cursor: pointer; }

.icheckbox_square {
  background-position: 0 0; }

.icheckbox_square.hover {
  background-position: -24px 0; }

.icheckbox_square.checked {
  background-position: -48px 0; }

.icheckbox_square.disabled {
  background-position: -72px 0;
  cursor: default; }

.icheckbox_square.checked.disabled {
  background-position: -96px 0; }

.iradio_square {
  background-position: -120px 0; }

.iradio_square.hover {
  background-position: -144px 0; }

.iradio_square.checked {
  background-position: -168px 0; }

.iradio_square.disabled {
  background-position: -192px 0;
  cursor: default; }

.iradio_square.checked.disabled {
  background-position: -216px 0; }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  .icheckbox_square,
  .iradio_square {
    background-image: url(/i/square@2x.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px; } }
/* PCW - UTILITIES SCSS */
/* ================================================================================ */
/* UTILITIES */
/* ================================================================================ */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.centerizer {
  display: block;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.break {
  display: block;
  clear: both; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

*:first-child + html .clearfix {
  zoom: 1; }

/* CLEARFIX IE7 */
.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1; }

.img-responsive {
  display: block;
  width: 100%;
  height: auto; }

.push-down-20 {
  margin-bottom: 20px; }

.push-down-30 {
  margin-bottom: 30px; }

.push-down-40 {
  margin-bottom: 40px; }

.push-down-50 {
  margin-bottom: 50px; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

@-ms-viewport {
  width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

@media (max-width: 480px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (min-width: 481px) and (max-width: 768px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 769px) and (max-width: 979px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 980px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (max-width: 480px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 481px) and (max-width: 768px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 769px) and (max-width: 979px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 980px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
@media print {
  .hidden-print {
    display: none !important; } }
/*
 * Swiper 2.6.1
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: May 6, 2014
*/
.swiper-container {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  float: left; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x; }

/* ===============================================================
Your custom styles, here you need to specify container's and slide's
sizes, pagination, etc.
================================================================*/
.swiper-container {
  /* Specify Swiper's Size: */
  /*width:200px;
  height: 100px;*/ }

.swiper-slide {
  /* Specify Slides's Size: */
  /*width: 100%;
  height: 100%;*/ }

.swiper-slide-active {
  /* Specific active slide styling: */ }

.swiper-slide-visible {
  /* Specific visible slide styling: */ }

/* ===============================================================
Pagination Styles
================================================================*/
.swiper-pagination-switch {
  /* Stylize pagination button: */ }

.swiper-active-switch {
  /* Specific active button style: */ }

.swiper-visible-switch {
  /* Specific visible button style: */ }

.tab-content > .tab-pane {
  display: none; }
.tab-content > .active {
  display: block; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

#chart-tool .modal-dialog, .pcw-modal .modal-dialog {
  position: relative;
  margin: 0 auto;
  width: 85%;
  max-width: 940px;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (max-width: 600px) {
    #chart-tool .modal-dialog, .pcw-modal .modal-dialog {
      width: 90%; } }
  @media (max-width: 480px) {
    #chart-tool .modal-dialog, .pcw-modal .modal-dialog {
      width: 95%; } }
#chart-tool .close-modal, .pcw-modal .close-modal {
  position: absolute;
  background: url(/i/sprite_ui.png) no-repeat;
  display: block;
  text-indent: -9999em;
  width: 22px;
  height: 22px;
  top: 50%;
  margin-top: -11px;
  right: 20px;
  background-position: -36px -441px;
  cursor: pointer; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #chart-tool .close-modal, .pcw-modal .close-modal {
      background-image: url(/i/sprite_ui_2x.png) !important;
      -webkit-background-size: 800px 800px;
      background-size: 800px 800px; } }

.pcw-modal .modal-content {
  padding-bottom: 1em; }
.pcw-modal .modal-body {
  max-height: 350px;
  overflow-y: auto;
  line-height: 1.6em; }
  .pcw-modal .modal-body p {
    margin-bottom: 1em; }
@media (max-width: 480px) {
  .pcw-modal .modal-body {
    max-height: none; } }

#modal-win .modal-dialog {
  position: relative;
  margin: 0 auto;
  width: 85%;
  max-width: 540px;
  margin-top: 20px;
  margin-bottom:20px;  }
  @media (max-width: 600px) {
    #modal-win .modal-dialog {
      width: 90%; } }
  @media (max-width: 480px) {
    #modal-win .modal-dialog {
      width: 95%;
      margin-top: 20px;
      margin-bottom: 20px; } }
#modal-win .modal-content {
  background: #243b47;
  position: relative;
  min-height: 100px;
  min-width: 100px;
  background-clip: padding-box;
  outline: 0;
  padding: 3em; }
  @media (max-width: 480px) {
    #modal-win .modal-content {
      padding: 1.5em; } }
#modal-win .close-modal {
  position: absolute;
  background: url(/i/sprite_ui.png) no-repeat;
  display: block;
  text-indent: -9999em;
  width: 22px;
  height: 22px;
  top: 20px;
  right: 20px;
  background-position: -36px -441px;
  cursor: pointer; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #modal-win .close-modal {
      background-image: url(/i/sprite_ui_2x.png) !important;
      -webkit-background-size: 800px 800px;
      background-size: 800px 800px; } }
#modal-win .pcw-logo {
  background: url(/i/sprite_ui.png) no-repeat;
  display: block;
  text-indent: -9999em;
  width: 180px;
  height: 37px;
  background-position: 0 0;
  display: block;
  margin: 0 auto;
  margin-bottom: 1em; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #modal-win .pcw-logo {
      background-image: url(/i/sprite_ui_2x.png) !important;
      -webkit-background-size: 800px 800px;
      background-size: 800px 800px; } }
#modal-win .big-bold {
  display: block;
  clear: both;
  text-align: center;
  font-weight: 900;
  font-size: 2.25em;
  margin-bottom: .5em;
  line-height: 1.2em; }
  @media (max-width: 480px) {
    #modal-win .big-bold {
      font-size: 1.6em;
      margin-bottom: 1em; } }
#modal-win fieldset input {
  display: block;
  clear: both;
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -khtml-border-radius: 3px;
  border: 0;
  margin-bottom: 1em; }
  #modal-win fieldset input:focus {
    outline: none; }
#modal-win .field-username, #modal-win .field-password {
  padding: 0 1em;
  height: 45px;
  line-height: 45px; }
  #modal-win .field-username:focus, #modal-win .field-password:focus {
    outline: none;
    background: #f4f4f4; }
#modal-win .btn-signin {
  height: 80px;
  line-height: 80px;
  padding: 0; }

#modal-win .modal-text {
  display: block;
  clear: both;    color: #fff;
 }
  #modal-win .modal-text p {
    display: block;
    clear: both;
    margin-bottom: .75em; }
  #modal-win .modal-text a {
    color: #0ca8c2; }


#modal-win .user-options {
  display: block;
  clear: both; }
  #modal-win .user-options p {
    display: block;
    clear: both;
    text-align: center;
    color: #fff;
    margin-bottom: .75em; }
  #modal-win .user-options a {
    color: #0ca8c2; }
#modal-win .icheckbox_square {
  width: 23px;
  height: 23px;
  margin-left: 8px; }

.modal-content {
  position: relative;
  background-color: white;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 0 20px;
  border-bottom: 1px solid #e5e5e5;
  height: 60px;
  background: #25a8c6;
  position: relative;
  color: #fff; }
  .modal-header h4 {
    display: block;
    line-height: 60px;
    font-size: 1.250em; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 20px; }

.modal-footer {
  padding: 8px 10px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  background: #e9e9e9; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  line-height: 1.3;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 300px;
  padding: 12px;
  color: white;
  font-size: .750em;
  font-weight: 400;
  text-align:left;
  text-decoration: none;
  background-color: #0ca8c2; }

.tooltip-inner a, .tooltip-inner a:link, .tooltip-inner a:active, .tooltip-inner a.visited {
	  color: #fff !important; text-decoration:underline !important;
}
.tooltip-inner a:hover {
	  color: #eee !important;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #0ca8c2; }
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #0ca8c2; }
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #0ca8c2; }
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #0ca8c2; }
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #0ca8c2; }
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #0ca8c2; }
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #0ca8c2; }
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #0ca8c2; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: white; }
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: white; }
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: white; }
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: white;
    bottom: -10px; }

.animation .text-block {
  padding: 5em 0; }
  @media (max-width: 1124px) {
    .animation .text-block {
      font-size: 14px; } }
  @media (max-width: 768px) {
    .animation .text-block {
      padding: 4em 0;
      text-align: center; } }
  @media (max-width: 580px) {
    .animation .text-block {
      padding: 3em 0; } }
@media (max-width: 768px) {
  .animation .graphic-container {
    display: none; } }
.animation .mobile-art {
  display: none;
  margin-bottom: 2em; }
  @media (max-width: 768px) {
    .animation .mobile-art {
      display: block; } }

@-webkit-keyframes rays {
  0% {
    transform: scale(0, 0); }

  100% {
    transform: scale(1, 1); } }
@-moz-keyframes rays {
  0% {
    transform: scale(0, 0); }

  100% {
    transform: scale(1, 1); } }
@-o-keyframes rays {
  0% {
    transform: scale(0, 0); }

  100% {
    transform: scale(1, 1); } }
@keyframes rays {
  0% {
    transform: scale(0, 0); }

  100% {
    transform: scale(1, 1); } }
#kip {
  background-image: url("/i/motion/knowledge_is_power/kip-bg.jpg") !important;
  background-size: 100% 100%;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    #kip .h2 {
      font-size: 2.625em; } }
  @media (max-width: 580px) {
    #kip .h2 {
      font-size: 2em; } }
  #kip span.bottom {
    margin-top: 300px; }
    @media (max-width: 768px) {
      #kip span.bottom {
        margin-top: 205px; } }
    @media (max-width: 580px) {
      #kip span.bottom {
        margin-top: 160px; } }
  #kip .sun_chart {
    position: absolute;
    z-index: 3;
    max-width: 214px;
    left: 50%;
    margin-left: -107px;
    bottom: -215px;
    -webkit-transition: bottom 1s;
    /* For Safari 3.1 to 6.0 */
    transition: bottom 1s;
    transition-delay: 1s;
    transition-timing-function: ease-in-out; }
    @media (max-width: 768px) {
      #kip .sun_chart {
        width: 150px;
        height: 150px;
        margin-left: -78px; } }
    @media (max-width: 580px) {
      #kip .sun_chart {
        width: 100px;
        height: 100px;
        margin-left: -54px; } }
    #kip .sun_chart.in {
      bottom: 165px; }
      @media (max-width: 580px) {
        #kip .sun_chart.in {
          bottom: 135px; } }
  #kip .rays {
    position: absolute;
    z-index: 2;
    width: 1340px;
    left: 50%;
    margin-left: -665px;
    bottom: 120px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
    @media (max-width: 768px) {
      #kip .rays {
        bottom: 75px; } }
    @media (max-width: 580px) {
      #kip .rays {
        bottom: 8px; } }
    #kip .rays.in {
      -webkit-transition: all 1s ease-in-out 2s;
      -moz-transition: transform 1s ease-in-out 2s;
      -o-transition: transform 1s ease-in-out 2s;
      transition: transform 1s ease-in-out 2s;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
      @media (max-width: 768px) {
        #kip .rays.in {
          -webkit-transform: scale(0.8);
          -moz-transform: scale(0.8);
          -o-transform: scale(0.8);
          transform: scale(0.8); } }
      @media (max-width: 580px) {
        #kip .rays.in {
          -webkit-transform: scale(0.6);
          -moz-transform: scale(0.6);
          -o-transform: scale(0.6);
          transform: scale(0.6); } }
  #kip .plane {
    position: absolute;
    z-index: 4;
    left: 7%;
    bottom: 0; }
    @media (max-width: 768px) {
      #kip .plane {
        bottom: -24px;
        left: 3%; } }
    @media (max-width: 580px) {
      #kip .plane {
        bottom: -36px; } }

#thought-leadership {
  background: url("/i/tile-red-noise.jpg") repeat !important;
  padding: 0;
  min-height: 625px; }
  #thought-leadership .copy {
    position: relative;
    z-index: 6; }
  #thought-leadership .graphic-container {
    position: absolute;
    width: 845px;
    right: 5%;
    height: 555px;
    overflow: hidden;
    top: 2em; }
    @media (max-width: 980px) {
      #thought-leadership .graphic-container {
        right: -8%; } }
    #thought-leadership .graphic-container .whiteline,
    #thought-leadership .graphic-container .car,
    #thought-leadership .graphic-container .sun,
    #thought-leadership .graphic-container .cloud-right,
    #thought-leadership .graphic-container .cloud-left,
    #thought-leadership .graphic-container .yellow-building,
    #thought-leadership .graphic-container .bar1, #thought-leadership .graphic-container .bar2, #thought-leadership .graphic-container .bar3, #thought-leadership .graphic-container .bar4 {
      position: absolute; }
    #thought-leadership .graphic-container .whiteline {
      bottom: -7px;
      left: 0;
      z-index: 10; }
    #thought-leadership .graphic-container .car {
      z-index: 9;
      bottom: 5px;
      right: 30px;
      -webkit-transition: right 3.5s;
      /* For Safari 3.1 to 6.0 */
      transition: right 3.5s;
      transition-timing-function: ease-in-out; }
      #thought-leadership .graphic-container .car.in {
        right: 750px; }
    #thought-leadership .graphic-container .sun {
      z-index: 7;
      top: 20px;
      right: 50px; }
    #thought-leadership .graphic-container .cloud-left {
      z-index: 8;
      top: 85px;
      right: 100px; }
    #thought-leadership .graphic-container .cloud-right {
      z-index: 6;
      top: 0;
      right: 0; }
    #thought-leadership .graphic-container .yellow-building, #thought-leadership .graphic-container .bar1, #thought-leadership .graphic-container .bar2, #thought-leadership .graphic-container .bar3, #thought-leadership .graphic-container .bar4 {
      z-index: 4;
      -webkit-transition: bottom 1.5s;
      /* For Safari 3.1 to 6.0 */
      transition: bottom 1.5s;
      transition-timing-function: ease-in-out; }
      #thought-leadership .graphic-container .yellow-building.in, #thought-leadership .graphic-container .bar1.in, #thought-leadership .graphic-container .bar2.in, #thought-leadership .graphic-container .bar3.in, #thought-leadership .graphic-container .bar4.in {
        bottom: 5px; }
    #thought-leadership .graphic-container .yellow-building {
      bottom: -460px;
      right: 280px;
      transition-delay: 1s; }
    #thought-leadership .graphic-container .bar1 {
      bottom: -220px;
      left: 250px;
      transition-delay: 2s; }
    #thought-leadership .graphic-container .bar2 {
      bottom: -290px;
      left: 360px;
      transition-delay: 1.5s; }
    #thought-leadership .graphic-container .bar3 {
      bottom: -345px;
      left: 590px;
      transition-delay: .5s; }
    #thought-leadership .graphic-container .bar4 {
      left: 700px;
      bottom: -150px; }

#research-graphic {
  background: url("/i/tile-dark-noise.jpg") repeat !important;
  padding: 0; }
  #research-graphic .text-block {
    text-align: right;
    z-index: 2; }
    @media (max-width: 1124px) {
      #research-graphic .text-block {
        font-size: 14px; } }
    @media (max-width: 768px) {
      #research-graphic .text-block {
        text-align: center; } }
  #research-graphic .graphic-container {
    height: 564px;
    width: 544px;
    position: absolute;
    left: 5%;
    z-index: 1;
    top: 5em; }
    @media (max-width: 1024px) {
      #research-graphic .graphic-container {
        left: -10%; } }
  #research-graphic .blueline,
  #research-graphic .clouds,
  #research-graphic .rays {
    position: absolute; }
  #research-graphic .blueline {
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 0;
    -webkit-transition: width 1.5s;
    /* For Safari 3.1 to 6.0 */
    transition: width 1.5s;
    transition-timing-function: linear;
    transition-delay: 1s;
    overflow: hidden; }
    #research-graphic .blueline img {
      width: auto;
      max-width: none; }
    #research-graphic .blueline.in {
      width: 521px; }
  #research-graphic .clouds {
    z-index: 2;
    bottom: 0;
    left: 0; }
  #research-graphic .rays {
    z-index: 1;
    left: 250px;
    top: 120px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
    #research-graphic .rays.in {
      top: 0px;
      -webkit-transition: all .35s ease-in 2.5s;
      -moz-transition: transform .35s ease-in 2.5s;
      -o-transition: transform .35s ease-in 2.5s;
      transition: all .35s ease-in 2.5s;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }

.form-drop {
	font-size: 1em;
	height: 35px;
	border:solid 1px #cecece;
}
  #modal-marketo .modal-dialog {
  position: relative;
  margin: 0 auto;
  width: 85%;
  max-width: 400px;
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (max-width: 400px) {
   #modal-marketo .modal-dialog {
      width: 90%; } }
  @media (max-width: 400px) {
    #modal-marketo .modal-dialog {
      width: 95%; } }
#modal-marketo .close-modal {
  position: absolute;
  background: url(/i/sprite_ui.png) no-repeat;
  display: block;
  text-indent: -9999em;
  width: 22px;
  height: 22px;
  top: 50%;
  margin-top: -11px;
  right: 20px;
  background-position: -36px -441px;
  cursor: pointer; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #modal-marketo .close-modal {
      background-image: url(/i/sprite_ui_2x.png) !important;
      -webkit-background-size: 800px 800px;
      background-size: 800px 800px; } }

#modal-marketo .modal-body {
	padding-top: 0px;
}


.ValidationSummary {
	color: #f46958;
	border: solid 1px #f46958;
	padding: 7px;
}

.user-form  .field-alert {
  display: block;
  clear: both;
  font-size: .857em;
  font-weight: 900;
  color: #f46958; }
.user-form .req {
  color: #f46958; }



.insert-more {
  display: block;
  clear: both;
	background-color: #0ca8c2;
  position: relative;
  color: #fff;
  text-align: center;
  font-family: 'Roboto';
  font-size: 1.5em;
  font-weight: 700;
  padding: 8px 0;
  margin: 1.5em 0; }
  .insert-more:hover {
    text-decoration: none;
    background: #92c54f; }
  .insert-more:before, .insert-more:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(/I/sprite_ui_2.png) no-repeat;
    display: block;
    text-indent: -9999em;
    background-position: -28px -158px;
    display: block;
    top: 50%;
    margin-top: -12px;
    position: absolute; }
    @media only screen and (-webkit-min-device-pixel-ratio: 2) {
      .insert-more:before, .insert-more:after {
        background-image: url(/I/sprite_ui_2x_2.png) !important;
        -webkit-background-size: 800px 800px;
        background-size: 800px 800px; } }
  .insert-more:before {
    left: 15px; }
  .insert-more:after {
    right: 15px; }


.input-text-l {line-height:normal;}
.employee{padding-bottom:42px}
.employee h4 span{color:#777; font-weight:normal; font-size:.8em;
}
.employee_portrait {float:right; padding-left:10px; padding-bottom:10px;}

.google-list table td:first-child {display:none}
.google-list .j br:first-child {display:none}



.hdr-facet {
    display: block;
    clear: both;
    padding-bottom: .25em;
}
    .hdr-facet span {
        display: block;
        clear: both;
        color: #6e6e6e;
    }
.hdr-facet.align-right{
    float:right;
    background-color:#eeeeee;
    border:solid 1px #949494;
    padding:10px 0;
    margin-bottom:20px;
    margin-left:30px;
    width: 300px;
}
@media (max-width: 500px) {
        .hdr-facet.align-right{ 
          float:none;
          margin-left:0; 
          margin-right:30px;} }

.purchase .btn-action-lrg {  line-height: 50px; padding: 0 10px; }
.inset-row{display:flex; align-items:baseline; line-height:16px;padding:4px 0;}
.inset-row b{
    font-size:14px;
    font-weight:bold;
    color:#6e6e6e;   
}
.inset-row a{   
    font-size:14px;
    font-weight:900;    
}

.hdr-facet span a {
    color: #0ca8c2;
    font-weight: 900;
}

.hdr-facet span:last-child {
    margin-bottom: 0;
}

.related a {text-decoration:none}
.current-pubs {width:100%}
.current-pubs td {padding:3px 14px 3px 0px}
.research-head .h2, .page-head .h2{font-size:2em;}
.research-head .subtitle, .page-head .subtitle {margin-top: -16px;}

.tab-content .tags {font-size:0.875em; font-weight:900;}
.tags span {clear:none; float:left; position:absolute; display:block;}
.tags ul {clear:none; float:left; margin-left: 70px !important; margin-bottom:0 !important; }
.tags ul li {float:left; list-style:outside none none; margin:0 4px 0 0 !important; color:#0ca8c2;}


select.DrpEdit, select.DrpEdit Option {
    font-weight: bold;
    font-family: 'Roboto', Helvetica, sans-serif;
}
.outspaceContainer {
    background-color: rgb(230, 230, 230) !important;
}
