/* Bootstrap Mixins
-----------------------------------------------------*/
/* iSpot Mixins
-----------------------------------------------------*/
/* iSpot Colors
-------------------------------------------------------------------- */
/* Social Colors
-------------------------------------------------------------------- */
/* Sizes
-------------------------------------------------------------------- */
/* Depricated
-------------------------------------------------------------------- */
/* Global Styles
-----------------------------------------------------*/
/* HTML Resets
-----------------------------------------------------*/
body {
  background: #f9f9f9;
  color: #555;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 300;
  font-size: 14px !important; }
  @media (min-width: 1200px) {
    body {
      font-size: 16px !important; } }

h1, h2, h3, h4, h5, h6 {
  text-rendering: optimizelegibility;
  line-height: 1.2em;
  color: #333;
  font-weight: 300; }

h1 {
  font-weight: 100; }

p {
  color: #555;
  line-height: 1.9em !important; }

strong {
  font-weight: 500; }

a {
  color: #1485CC; }
  a:hover, a:focus {
    color: #0d5886; }
  a:focus {
    outline: none; }

label {
  font-weight: 300; }

img {
  max-width: 100%;
  ms-interpolation-mode: nearest-neighbor;
  image-rendering: -moz-crisp-edges; }

hr {
  margin-top: 60px;
  margin-bottom: 40px; }

button::-moz-focus-inner {
  border: 0;
  outline: none; }

input::-moz-focus-inner {
  border: 0;
  outline: none; }

@media (max-width: 767px) {
  .no-pull-xs {
    float: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .no-pull-sm {
    float: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .no-pull-md {
    float: none !important; } }

@media (min-width: 1200px) {
  .no-pull-lg {
    float: none !important; } }

/* Responsive Text Alignment
-----------------------------------------------------*/
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .text-center-sm {
    text-align: center !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .text-center-md {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-center-lg {
    text-align: center !important; } }

@media (max-width: 767px) {
  .text-left-xs {
    text-align: left !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .text-left-sm {
    text-align: left !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-md {
    text-align: left !important; } }

@media (min-width: 1200px) {
  .text-left-lg {
    text-align: left !important; } }

@media (max-width: 767px) {
  .text-right-xs {
    text-align: right !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .text-right-sm {
    text-align: right !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .text-right-md {
    text-align: right !important; } }

@media (min-width: 1200px) {
  .text-right-lg {
    text-align: right !important; } }

/* Responsive Margins
-----------------------------------------------------*/
.margin-top {
  margin-top: 18px; }

@media (max-width: 767px) {
  .margin-top-xs {
    margin-top: 18px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .margin-top-sm {
    margin-top: 18px !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .margin-top-md {
    margin-top: 18px !important; } }

@media (min-width: 1200px) {
  .margin-top-lg {
    margin-top: 18px !important; } }

.margin-bottom {
  margin-bottom: 18px; }

@media (max-width: 767px) {
  .margin-bottom-xs {
    margin-bottom: 18px !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .margin-bottom-sm {
    margin-bottom: 18px !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .margin-bottom-md {
    margin-bottom: 18px !important; } }

@media (min-width: 1200px) {
  .margin-bottom-lg {
    margin-bottom: 18px !important; } }

.no-margin-top {
  margin-top: 0 !important; }

@media (max-width: 767px) {
  .no-margin-top-xs {
    margin-top: 0 !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .no-margin-top-sm {
    margin-top: 0 !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .no-margin-top-md {
    margin-top: 0 !important; } }

@media (min-width: 1200px) {
  .no-margin-top-lg {
    margin-top: 0 !important; } }

.no-margin-bottom {
  margin-bottom: 0 !important; }

@media (max-width: 767px) {
  .no-margin-bottom-xs {
    margin-bottom: 0 !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .no-margin-bottom-sm {
    margin-bottom: 0 !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .no-margin-bottom-md {
    margin-bottom: 0 !important; } }

@media (min-width: 1200px) {
  .no-margin-bottom-lg {
    margin-bottom: 0 !important; } }

/* Responsive Images
-----------------------------------------------------*/
@media (max-width: 767px) {
  .img-responsive-xs {
    display: block;
    height: auto;
    max-width: 100%; } }

@media (min-width: 768px) and (max-width: 991px) {
  .img-responsive-sm {
    display: block;
    height: auto;
    max-width: 100%; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .img-responsive-md {
    display: block;
    height: auto;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .img-responsive-lg {
    display: block;
    height: auto;
    max-width: 100%; } }

.img-full-width {
  width: 100%;
  height: auto; }

/* Image Grayscale Filter
-----------------------------------------------------*/
.desaturate {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale"); }

/* SHELL - HEADER
-----------------------------------------------------*/
header.main {
  position: relative;
  z-index: 7;
  background: #fff; }
  @media (max-width: 767px) {
    header.main {
      border-bottom: 1px solid #eee; } }
  header.main * {
    border-radius: 0 !important; }
  header.main nav.aux {
    padding: 5px 0;
    background: #fff;
    border-bottom: 1px solid #eee;
    color: #999; }
    header.main nav.aux i {
      font-size: 120%; }
    header.main nav.aux a {
      margin-right: 8px; }
      header.main nav.aux a:link, header.main nav.aux a:visited {
        color: #555;
        display: inline-block; }
      header.main nav.aux a:hover, header.main nav.aux a:active {
        color: #000;
        text-decoration: none; }
      header.main nav.aux a.focus:link, header.main nav.aux a.focus:visited {
        color: #76bd22;
        font-weight: 500; }
      header.main nav.aux a.focus:hover, header.main nav.aux a.focus:active {
        color: #5b921a; }
    header.main nav.aux .text-right a {
      margin-left: 10px;
      margin-right: 0; }
  header.main nav.main {
    border: none;
    margin-bottom: 0; }
    header.main nav.main .nav > li > a:link,
    header.main nav.main .nav > li > a:visited {
      color: #999; }
    header.main nav.main .nav > li > a:hover,
    header.main nav.main .nav > li > a:active,
    header.main nav.main .nav > li > a:focus {
      background-color: transparent;
      color: #333; }
    header.main nav.main .navbar-brand {
      height: auto; }
      header.main nav.main .navbar-brand img {
        width: 90px; }
        @media (min-width: 992px) {
          header.main nav.main .navbar-brand img {
            width: 150px; } }
    @media (max-width: 767px) {
      header.main nav.main .navbar-header,
      header.main nav.main .navbar-collapse {
        margin-right: -8px;
        margin-left: -8px; } }
    header.main nav.main .navbar-header .navbar-toggle {
      background: transparent !important;
      border: 0 !important;
      color: #333333 !important;
      padding: 7px 10px;
      font-size: 18px; }
      header.main nav.main .navbar-header .navbar-toggle:focus, header.main nav.main .navbar-header .navbar-toggle:hover {
        color: #76bd22 !important;
        background: transparent !important;
        border: 0 !important; }
    header.main nav.main .navbar-nav {
      margin-top: 5px; }
      @media (min-width: 992px) {
        header.main nav.main .navbar-nav {
          margin-top: 15px; } }
      header.main nav.main .navbar-nav.nav .open > a, header.main nav.main .navbar-nav.nav .open > a:focus, header.main nav.main .navbar-nav.nav .open > a:hover {
        color: #333;
        background-color: transparent !important;
        border: none !important; }
      header.main nav.main .navbar-nav .dropdown-menu > li > a:link,
      header.main nav.main .navbar-nav .dropdown-menu > li > a:visited {
        color: #76bd22; }
      header.main nav.main .navbar-nav .dropdown-menu > li > a:hover,
      header.main nav.main .navbar-nav .dropdown-menu > li > a:active,
      header.main nav.main .navbar-nav .dropdown-menu > li > a:focus {
        background: transparent !important;
        color: #5b921a;
        text-decoration: none; }
        header.main nav.main .navbar-nav .dropdown-menu > li > a:hover span,
        header.main nav.main .navbar-nav .dropdown-menu > li > a:active span,
        header.main nav.main .navbar-nav .dropdown-menu > li > a:focus span {
          text-decoration: underline; }
      header.main nav.main .navbar-nav .dropdown > a {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        padding-right: 30px; }
        header.main nav.main .navbar-nav .dropdown > a:before, header.main nav.main .navbar-nav .dropdown > a:after {
          content: "\f107";
          position: absolute;
          right: 15px;
          font-family: FontAwesome; }
        header.main nav.main .navbar-nav .dropdown > a:after {
          opacity: 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        header.main nav.main .navbar-nav.nav > li > a {
          padding-right: 10px;
          padding-left: 10px; }
        header.main nav.main .navbar-nav.nav > li.dropdown > a {
          padding-right: 25px; } }
    header.main nav.main .navbar--search {
      margin-right: -15px; }
      header.main nav.main .navbar--search > li > a {
        padding-right: 0;
        padding-top: 10px; }
        header.main nav.main .navbar--search > li > a > i {
          font-size: 1.5em; }
  header.main nav.sub {
    margin-bottom: 0;
    border-bottom: 1px solid #eee; }
    header.main nav.sub .panel {
      background: transparent;
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: none; }
      header.main nav.sub .panel + .panel {
        margin: 0; }
    header.main nav.sub .sub__panel {
      padding: 10px 0;
      background: #f9f9f9;
      border-top: 1px solid #eee; }
      header.main nav.sub .sub__panel ul, header.main nav.sub .sub__panel li {
        list-style: none;
        margin: 0;
        padding: 0; }
      header.main nav.sub .sub__panel a:link, header.main nav.sub .sub__panel a:visited {
        color: #76bd22; }
      header.main nav.sub .sub__panel a:hover, header.main nav.sub .sub__panel a:active, header.main nav.sub .sub__panel a:focus {
        color: #5b921a;
        text-decoration: none; }
        header.main nav.sub .sub__panel a:hover span, header.main nav.sub .sub__panel a:active span, header.main nav.sub .sub__panel a:focus span {
          text-decoration: underline; }

.mnav__features .nav-features,
.mnav__benefits .nav-benefits,
.mnav__freeinsights .nav-freeinsights,
.mnav__customers .nav-customers,
.mnav__freereports .nav-freereports,
.mnav__browse .nav-browse,
.snav__adperformance .nav-adperformance span,
.snav__competitiveintelligence .nav-competitiveintelligence span,
.snav__mediameasurement .nav-mediameasurement span,
.snav__mediastrategy .nav-mediastrategy span,
.snav__ourtechnology .nav-ourtechnology span,
.snav__performanceinsights .nav-performanceinsights span,
.snav__salesperformance .nav-salesperformance span,
.snav__topads .nav-topads span,
.snav__topspenders .nav-topspenders span {
  color: #000 !important; }

/* SHELL - FOOTER
-----------------------------------------------------*/
footer.main {
  border-top: 1px solid #eee;
  color: #8a8a8a;
  padding: 18px 0;
  line-height: 2em; }
  footer.main a {
    color: #999;
    padding-right: 10px; }
    footer.main a:hover {
      color: #555; }
  footer.main .connect {
    font-size: 35px;
    margin-right: 20px; }
    footer.main .connect a {
      padding-right: 0; }
      footer.main .connect a:hover {
        text-decoration: none; }

/* Search Box
-----------------------------------------------------*/
.search-box {
  position: relative; }
  .search-box .search-box__input {
    display: block !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0; }
  .search-box .search-box__button {
    z-index: 1 !important;
    color: #999999;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 7px; }
    .search-box .search-box__button:hover {
      color: #000; }

/* Search Modal
-----------------------------------------------------*/
.modal--search {
  z-index: 6 !important; }
  .modal--search .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0; }
    @media (min-width: 768px) {
      .modal--search .modal-dialog {
        max-width: 700px;
        margin: 30px auto; } }
  .modal--search .modal-content {
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    border: 0 solid transparent;
    border-radius: 0; }
    @media (min-width: 768px) {
      .modal--search .modal-content {
        border-radius: 6px; } }
  .modal--search .modal-body {
    padding: 20px 30px 30px 30px; }

.modal-backdrop--search {
  z-index: 5 !important;
  background: #e6e6e6;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important; }

/* Twitter Typeahead
-----------------------------------------------------*/
.twitter-typeahead {
  display: block !important; }
  .twitter-typeahead .typeahead:focus {
    z-index: 1 !important; }
  .twitter-typeahead .tt-input {
    background-color: #fff !important; }
  .twitter-typeahead .tt-input,
  .twitter-typeahead .tt-query,
  .twitter-typeahead .tt-hint {
    position: relative;
    margin-bottom: 0px !important;
    display: block !important; }
  .twitter-typeahead .tt-hint {
    color: #999999; }
  .twitter-typeahead .tt-dropdown-menu {
    position: static !important; }
  .twitter-typeahead .tt-title {
    font-size: 20px;
    line-height: 1em;
    font-weight: 200;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #999999;
    border-bottom: 1px solid #eee; }
    .twitter-typeahead .tt-title a {
      display: block;
      padding: 5px 0 3px;
      font-size: 0.75em; }
  .twitter-typeahead .tt-suggestion {
    margin-bottom: 5px;
    padding: 5px; }
    .twitter-typeahead .tt-suggestion.tt-cursor {
      background-color: #f2f2f2;
      cursor: hand; }
    .twitter-typeahead .tt-suggestion .clearfix {
      white-space: normal; }
    .twitter-typeahead .tt-suggestion a:hover {
      cursor: pointer !important; }
  .twitter-typeahead .tt-image img {
    margin-right: 5px;
    width: 50px;
    height: auto;
    border: 1px solid #eee; }
  .twitter-typeahead .tt-image_ad img {
    width: 100px; }
  .twitter-typeahead .tt-desc {
    width: 65%; }
    @media (min-width: 768px) {
      .twitter-typeahead .tt-desc {
        width: 76%; } }
  .twitter-typeahead .tt-no-matches {
    color: #999999; }

/* In Page Nav (BEM)
-----------------------------------------------------*/
/*** SAMPLE HTML ********************
    <nav class="inpage">
        <div class="container">
            <div class="row">
                <div class="col-xs-12 col-sm-12 col-md-offset-2 col-md-8 col-lg-offset-3 col-lg-6">
                    <ul class="nav nav-pills nav-justified">
                        <li><a href="#one">Section Title 1</a></li>
                        <li><a href="#two">Section Title 2</a></li>
                        <li><a href="#three">Section Title 3</a></li>
                    </ul>
                </div>
            </div>
        </div>
    </nav>

    <h2 id="one">Place Some Title Here</h2>
    <h2 id="two">Place Some Title Here</h2>
    <h2 id="three">Place Some Title Here</h2>
*************************************/
nav.inpage {
  margin: 30px 0;
  display: none; }

/* Section Block (BEM)
-----------------------------------------------------*/
/*** SAMPLE HTML ********************
    <section class="section-block">
        <div class="container">
            <div class="row">
                <div class="section-block__copy col-sm-6 col-md-4">
                    <h2>Ad Effectiveness</h2>
                    <p>Lorem ipsum text here</p>
                </div>
                <div class="section-block__image col-sm-6 col-md-8">
                    <img src="http://placehold.it/1100x600" class="hidden-xs">
                    <!-- <img src="http://placehold.it/550x300" class="hidden-sm hidden-md hidden-lg"> -->
                </div>
            </div>
        </div>
    </section>
    <section class="section-block">
        <div class="container">
            <div class="row">
                <div class="section-block__copy col-sm-6 col-sm-push-6 col-md-4 col-md-push-8">
                    <h2>Ad Effectiveness</h2>
                    <p>Lorem ipsum text here</p>
                </div>
                <div class="section-block__image col-sm-6 col-sm-pull-6 col-md-8 col-md-pull-4">
                    <img src="http://placehold.it/1100x600" class="hidden-xs">
                    <!-- <img src="http://placehold.it/550x300" class="hidden-sm hidden-md hidden-lg"> -->
                </div>
            </div>
        </div>
    </section>
*************************************/
.section-block {
  margin-top: 60px;
  margin-bottom: 60px;
  overflow: hidden; }
  @media (min-width: 1200px) {
    .section-block {
      font-size: 18px !important; } }
  @media (min-width: 1200px) {
    .section-block h2 {
      font-size: 34px !important; } }
  .section-block + .section-block {
    border-top: 1px solid #eee;
    padding-top: 60px; }
  @media (min-width: 768px) {
    .section-block > .container > .row > [class*=-push-] + [class*=-pull-] > img {
      right: 0;
      left: auto; } }

.section-block__copy h2 {
  margin-bottom: 25px;
  color: #76bd22; }
.section-block__copy .btn {
  margin-top: 20px; }
@media (min-width: 768px) {
  .section-block__copy {
    padding-right: 50px; }
    .section-block__copy[class*=-push-] {
      padding-right: 15px;
      padding-left: 50px; } }
@media (min-width: 992px) {
  .section-block__copy {
    padding-right: 100px; }
    .section-block__copy[class*=-push-] {
      padding-left: 100px; } }

.section-block__image img {
  max-width: inherit !important; }
@media (max-width: 767px) {
  .section-block__image img {
    width: 100%; } }
@media (min-width: 768px) {
  .section-block__image {
    position: relative;
    height: 400px; }
    .section-block__image img {
      height: 400px;
      position: absolute;
      right: auto;
      left: 0; } }
@media (min-width: 992px) {
  .section-block__image {
    height: 600px; }
    .section-block__image img {
      height: 600px; } }

/* List Grid
-----------------------------------------------------*/
.list-grid {
  margin: 10px 0 30px 0; }

.list-grid__item {
  padding: 10px 0; }
  .list-grid__item + .list-grid__item {
    border-top: 1px solid #eee; }
  .list-grid__item > .collapse .list-grid__item:first-child {
    padding-top: 0; }

/* DEPRICATED
-----------------------------------------------------
-----------------------------------------------------
-----------------------------------------------------*/
/* Page Padding
-----------------------------------------------------*/
.page--padding {
  padding-top: 20px;
  padding-bottom: 40px; }

/* Custom Font Icons
-----------------------------------------------------*/
@font-face {
  font-family: 'iSpot-Custom';
  src: url("/fonts/icomoon/iSpot-Custom.eot?-zck3gm");
  src: url("/fonts/icomoon/iSpot-Custom.eot?#iefix-zck3gm") format("embedded-opentype"), url("/fonts/icomoon/iSpot-Custom.woff?-zck3gm") format("woff"), url("/fonts/icomoon/iSpot-Custom.ttf?-zck3gm") format("truetype"), url("/fonts/icomoon/iSpot-Custom.svg?-zck3gm#iSpot-Custom") format("svg");
  font-weight: normal;
  font-style: normal; }
.glyphicon-custom,
.fa-custom {
  font-family: 'iSpot-Custom';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none; }

.glyphicon-credit:before {
  content: "\e600"; }

.glyphicon-pie:before {
  content: "\e601"; }

.glyphicon-graph:before {
  content: "\e602"; }

.glyphicon-menu:before {
  content: "\e603"; }

.glyphicon-question:before {
  content: "\e604"; }

.glyphicon-twitter:before {
  content: "\e605"; }

.glyphicon-facebook:before {
  content: "\e606"; }

.glyphicon-googleplus:before {
  content: "\e607"; }

.glyphicon-linkedin:before {
  content: "\e608"; }

.fa-wikipedia-square:before {
  content: "\e609"; }

.fa-imdb-square:before {
  content: "\e60a"; }

/* DEPRICATED
-----------------------------------------------------
-----------------------------------------------------
-----------------------------------------------------*/
/* MODALS */
.modal {
  z-index: 1062; }
  .modal .modal-header {
    border-bottom: 2px solid #eee;
    padding: 10px 15px; }
    .modal .modal-header h3, .modal .modal-header h4 {
      margin: 0 !important; }
  .modal .modal-body h1:first-child, .modal .modal-body h2:first-child, .modal .modal-body h3:first-child, .modal .modal-body h4:first-child, .modal .modal-body h5:first-child, .modal .modal-body p:first-child {
    margin-top: 0; }
  .modal.sModalPlayer .modal-header {
    border-bottom: none;
    padding: 8px 15px; }
    .modal.sModalPlayer .modal-header h3 {
      font-size: 1.2em;
      max-width: 450px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .modal.sModalPlayer .modal-body {
    background-color: #000;
    padding: 0; }
  .modal.sModalPlayer .modal-footer {
    padding: 5px 15px; }
  .modal.sModalPlayer .videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; }
    .modal.sModalPlayer .videoWrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .modal.sScreensModal .modal-header {
    border-bottom: none;
    padding: 8px 15px; }
    .modal.sScreensModal .modal-header h3 {
      font-size: 1.2em;
      max-width: 450px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .modal.sScreensModal .modal-body {
    background-color: #000;
    padding: 0; }
  .modal.sScreensModal .modal-footer {
    padding: 5px 15px; }

.modal-backdrop {
  z-index: 1061; }

@media (min-width: 840px) {
  .sModalPlayer .modal-dialog {
    width: 800px; } }
@media (min-width: 940px) {
  .sModalPlayer .modal-dialog {
    width: 900px; } }
@media (min-width: 1040px) {
  .sModalPlayer .modal-dialog {
    width: 1000px; } }
/* modal
-----------------------------------------------------*/
.sModalFrame {
  display: block; }

/* Jumbotron
-----------------------------------------------------*/
.jumbotron {
  background: #333;
  color: #999999; }
  .jumbotron h1, .jumbotron h2, .jumbotron h3, .jumbotron h4, .jumbotron h5 {
    color: #fff !important; }
  .jumbotron p {
    color: #999999;
    line-height: 1.5em !important; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .jumbotron p {
        font-size: 24px; } }
    @media (min-width: 1200px) {
      .jumbotron p {
        font-size: 28px; } }
  @media (min-width: 768px) {
    .jumbotron .container--fixed {
      width: 750px; } }
  @media (min-width: 992px) {
    .jumbotron .container--fixed {
      width: 970px; } }
  @media (min-width: 1200px) {
    .jumbotron .container--fixed {
      width: 100% !important;
      max-width: 1600px; } }

/* Jumbotron - Video Bar
-----------------------------------------------------*/
.jumbotron--videobar {
  margin-bottom: 0;
  text-align: left;
  padding: 20px 0 32px 0 !important; }
  @media (max-width: 767px) {
    .jumbotron--videobar {
      padding: 10px 0 !important; } }
  .jumbotron--videobar.jumbotron--superbowl {
    background: #000;
    margin-bottom: 0 !important; }
  .jumbotron--videobar h1 {
    margin-top: 0;
    font-size: 32px; }
    @media (max-width: 767px) {
      .jumbotron--videobar h1 {
        font-size: 16px;
        margin-top: 0 !important; } }
  .jumbotron--videobar h3 {
    margin-top: 0 !important;
    margin-bottom: 5px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .jumbotron--videobar h3 {
        font-size: 20px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .jumbotron--videobar h3 {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .jumbotron--videobar h3 {
        font-size: 16px; } }
  .jumbotron--videobar p {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: 1.2 !important; }
    .jumbotron--videobar p a {
      color: #76bd22; }
      .jumbotron--videobar p a:hover, .jumbotron--videobar p a:active {
        color: #fff !important; }
  .jumbotron--videobar .container {
    max-width: 1600px; }
  .jumbotron--videobar .btn-sm-text {
    margin-top: 20px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent; }
  .jumbotron--videobar .btn.btn-outline {
    color: #cccccc; }
  .jumbotron--videobar .btn.btn-outline:hover {
    color: #fff; }
  .jumbotron--videobar .btn-toolbar.btn-toolbar--social {
    float: left; }
  .jumbotron--videobar .meter {
    color: #fff;
    display: none;
    width: 68px;
    height: 32px;
    padding: 5px;
    background: rgba(255, 255, 255, 0.2); }
    .jumbotron--videobar .meter .graph {
      height: 3px;
      background: #C92228;
      overflow: hidden; }
    .jumbotron--videobar .meter .total {
      height: 3px;
      background: #76bd22;
      float: left; }
    .jumbotron--videobar .meter.disabled .graph {
      background: #76bd22; }
    .jumbotron--videobar .meter.disabled .total {
      display: none; }
  .jumbotron--videobar .share {
    margin-top: 3px; }
    .jumbotron--videobar .share .panel-group {
      margin-bottom: 0; }
  .jumbotron--videobar #player-image {
    position: relative;
    width: 100%; }
  .jumbotron--videobar #player-removed-msg {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 25% 0 0 0;
    font-size: 1.25em; }

/* Jumbotron - Vide.js Background
-----------------------------------------------------*/
.jumbotron--vide {
  width: 100%;
  overflow: hidden;
  position: relative;
  min-height: 300px;
  max-height: 600px;
  margin-bottom: 0 !important; }
  .jumbotron--vide img {
    width: 100%; }
  .jumbotron--vide .btn-primary {
    background-color: #5b921a !important;
    border-color: #5b921a !important; }
  @media (min-width: 1200px) {
    .jumbotron--vide .container {
      width: 100% !important;
      max-width: 1600px !important; } }
  .jumbotron--vide .jumbotron__innerwrapper {
    padding-top: 56.25%;
    /* 16x9 */ }
  .jumbotron--vide .jumbotron__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
    .jumbotron--vide .jumbotron__background :after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      background: transparent repeat 50% 50%;
      background-image: url("../../img/pattern/fake-brick.png"); }
    .jumbotron--vide .jumbotron__background :before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      background: rgba(0, 0, 0, 0.8); }
  .jumbotron--vide .jumbotron__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding-top: 5%;
    text-align: center; }
  .jumbotron--vide .jumbotron__topad {
    padding-top: 3%; }
    .jumbotron--vide .jumbotron__topad label {
      display: inline-block;
      position: relative; }
      .jumbotron--vide .jumbotron__topad label:before {
        right: 0;
        margin-right: -55px; }
      .jumbotron--vide .jumbotron__topad label:after {
        left: 0;
        margin-left: -55px; }
    .jumbotron--vide .jumbotron__topad strong {
      display: block;
      color: #999999; }
    .jumbotron--vide .jumbotron__topad a {
      color: #5b921a;
      font-size: 1.2em; }
  .jumbotron--vide .jumbotron__stats {
    max-width: 725px;
    margin: 15px auto 0 auto; }

/* Jumbotron - Page Title
-----------------------------------------------------*/
.jumbotron--pagetitle {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .jumbotron--pagetitle {
      padding-top: 100px;
      padding-bottom: 100px; } }
  .jumbotron--pagetitle .jumbotron__foreground {
    position: relative;
    z-index: 2; }
  .jumbotron--pagetitle .jumbotron__background {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    background-image: url("../../img/pattern/bg-logo-lines.png");
    background-color: #333;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
    .jumbotron--pagetitle .jumbotron__background:after {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      background-color: transparent;
      background-repeat: repeat;
      background-position: center center;
      background-image: url("../../img/pattern/fake-brick.png"); }
    .jumbotron--pagetitle .jumbotron__background:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      background: rgba(0, 0, 0, 0.7); }
  .jumbotron--pagetitle .jumbotron__innerbox {
    background: rgba(0, 0, 0, 0.8);
    padding: 60px 40px; }
  .jumbotron--pagetitle .more-link {
    color: #999999;
    font-size: 40px; }
    .jumbotron--pagetitle .more-link:hover, .jumbotron--pagetitle .more-link:active {
      color: #fff; }

.jumbotron--light {
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 768px) {
    .jumbotron--light {
      padding-top: 50px;
      padding-bottom: 50px; } }

/* Jumbotron - Full Page Takeover
-----------------------------------------------------*/
.jumbotron--takeover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
  margin-bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden; }
  .jumbotron--takeover .jumbotron__logo {
    width: 250px;
    height: auto; }
  @media (max-width: 767px) {
    .jumbotron--takeover {
      padding: 0; }
      .jumbotron--takeover p {
        margin-bottom: 15px;
        font-size: 18px;
        font-weight: 200; }
      .jumbotron--takeover .jumbotron__logo {
        width: 150px; }
      .jumbotron--takeover .jumbotron__foreground .container {
        padding-right: 0;
        padding-left: 0; }
        .jumbotron--takeover .jumbotron__foreground .container > .row {
          margin-right: 0;
          margin-left: 0; }
          .jumbotron--takeover .jumbotron__foreground .container > .row > div {
            padding-right: 0;
            padding-left: 0; }
      .jumbotron--takeover .jumbotron__innerbox {
        padding: 40px 20px; } }

/* Jumbotron - Super Bowl 50
-----------------------------------------------------*/
.jumbotron--superbowl .jumbotron__background {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  background-image: url(/img/superbowl/sb-bkg-2016-2.jpg);
  background-color: #000;
  background-repeat: no-repeat !important;
  background-size: 100% auto !important;
  background-position: bottom center !important; }
.jumbotron--superbowl .btn.btn-primary {
  color: #000 !important;
  background-color: #ffdc73 !important;
  border-color: #ffdc73 !important; }
  .jumbotron--superbowl .btn.btn-primary:hover, .jumbotron--superbowl .btn.btn-primary:active, .jumbotron--superbowl .btn.btn-primary:focus {
    background-color: #ffcf40 !important;
    border-color: #ffcf40 !important; }

.page--events .card__conent {
  overflow: hidden;
  height: 130px; }

.page--super-bowl.sb-final h2 {
  margin-top: 36px; }
.page--super-bowl.sb-final .card {
  background-color: #fff;
  padding: 15px;
  box-shadow: none;
  -webkit-box-shadow: none; }
  .page--super-bowl.sb-final .card h4 {
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    font-size: 125%; }
.page--super-bowl .well {
  background-color: #fff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }
.page--super-bowl .btn.btn-primary {
  color: #000 !important;
  background-color: #ffdc73 !important;
  border-color: #ffdc73 !important; }
  .page--super-bowl .btn.btn-primary:hover, .page--super-bowl .btn.btn-primary:active, .page--super-bowl .btn.btn-primary:focus {
    background-color: #ffcf40 !important;
    border-color: #ffcf40 !important; }
.page--super-bowl .section-block__copy h2 {
  color: #333; }

.thumbnail--event {
  position: relative;
  z-index: 2; }
  .thumbnail--event .thumbnail__brand {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: 15px 10px 10px 0;
    width: 40px;
    border: 1px solid #eee;
    border-left: 0;
    padding-left: 0;
    background-color: #fff; }
    @media (max-width: 767px) {
      .thumbnail--event .thumbnail__brand {
        margin-top: 45px; } }

.jwplayer-playlist .jwplaylist {
  background: #333 !important; }
.jwplayer-playlist .jwdisplay .jwdisplayIcon .jwtext {
  display: none; }
.jwplayer-playlist #player_jwplayer_playlistcomponent .jwlist li {
  background: #333 !important; }
.jwplayer-playlist #player_jwplayer_playlistcomponent .jwlist .active {
  background: #292929 !important; }

/* DEPRICATED
-----------------------------------------------------
-----------------------------------------------------
-----------------------------------------------------*/
.page--customers .client-logos img {
  height: 130px;
  margin: 30px 0; }

/* Cards
-----------------------------------------------------*/
.card {
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.24);
  margin-bottom: 15px;
  background-color: #fff; }
  .card__image {
    background: #000;
    overflow: hidden; }
  .card__conent {
    padding: 10px;
    background: #fff;
    font-size: 16px; }

.page--reports-library .card {
  text-align: center;
  min-height: 390px; }
  .page--reports-library .card a:hover {
    text-decoration: none; }
  .page--reports-library .card__image {
    padding: 0; }
  .page--reports-library .card__conent {
    overflow: hidden; }
    .page--reports-library .card__conent h3 {
      margin-top: 10px;
      color: #76bd22; }

/* Ranked
-----------------------------------------------------*/
.ranked {
  position: relative; }
  .ranked--number {
    position: absolute;
    z-index: 2;
    bottom: 0px;
    right: 0px;
    height: 35px;
    background: #76bd22;
    color: #fff;
    border-top-left-radius: 32px;
    text-align: right;
    padding-right: 5px;
    padding-top: 10px;
    padding-left: 10px; }

/* Featured Clients
-----------------------------------------------------*/
.featured-clients {
  border-bottom: 1px solid #eee;
  margin-bottom: 80px;
  padding: 15px 0;
  text-align: center;
  position: relative; }
  .featured-clients img {
    max-height: 50px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5; }
  .featured-clients__label {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: -12px; }
    .featured-clients__label small {
      background: #f9f9f9;
      display: inline-block;
      padding: 0 10px; }

/* Help Icon Hover
-----------------------------------------------------*/
.glyphicon-tooltip {
  color: #555;
  opacity: 0.5; }
  .glyphicon-tooltip:hover {
    opacity: 1; }

/* Muted Icon Hover
-----------------------------------------------------*/
.icon-action {
  color: #a2a2a2; }
  .icon-action:hover {
    color: #555; }

/* Social Toolbar
-----------------------------------------------------*/
.btn-toolbar.btn-toolbar--social {
  float: right; }

/* Super Bowl Sliver
-----------------------------------------------------*/
.videobar--superbowl {
  background: #111 !important; }

.superbowl-sliver {
  padding: 10px 0;
  background-color: #000;
  color: #999; }
  .superbowl-sliver img {
    max-height: 75px; }
  .superbowl-sliver p {
    margin: 12px 0; }
    @media (min-width: 1200px) {
      .superbowl-sliver p {
        margin-top: 18px; } }
  .superbowl-sliver .lead {
    color: #fff; }
  .superbowl-sliver .btn-warning {
    color: #000;
    background-color: #ffdc73;
    border-color: #ffdc73; }

/* DEPRICATED
-----------------------------------------------------
-----------------------------------------------------
-----------------------------------------------------*/
/* Social Toolbar
-----------------------------------------------------*/
.is-person {
  margin-bottom: 10px;
  line-height: 1; }
  .is-person img {
    margin-right: 10px;
    width: 32px !important;
    height: 32px !important; }

/* Video Icon (Needs a rewrite)
-----------------------------------------------------*/
.play {
  position: relative;
  display: block; }
  .play:before {
    background: url("../../img/sprite/sprite-flexslider.png") no-repeat -120px 0;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    opacity: 0.6; }
  .play:hover:before {
    opacity: 1; }
  .play.thumbnail {
    background-color: #f9f9f9;
    margin-bottom: 10px;
    padding: 0; }
    .play.thumbnail img {
      max-height: 150px; }

/* Image Zoom Icon (Needs a rewrite)
-----------------------------------------------------*/
a.img-zoom {
  position: relative;
  display: block; }
  a.img-zoom:before {
    background: url("../../img/sprite/sprite-flexslider.png") no-repeat -150px 0;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    opacity: 0.5; }
  a.img-zoom:hover:before {
    opacity: 1; }

/* Thumbnail Titles (Needs a rewrite)
-----------------------------------------------------*/
.thumbnail-title {
  display: block;
  overflow: hidden;
  min-height: 42px;
  max-height: 42px;
  margin-top: 5px;
  margin-bottom: 20px; }

.thumbnail--square {
  overflow: hidden; }

/* Nav Aside (Needs a rewrite)
-----------------------------------------------------*/
/* nav highlight and arrow structure - /spot-analytics-features/ */
.nav-aside {
  font-size: 15px;
  margin-bottom: 15px; }
  .nav-aside h3 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 5px;
    color: #555; }
    .nav-aside h3:first-child {
      margin-top: 0; }
  .nav-aside .list-grid__item.active a {
    color: #000;
    text-decoration: none; }
  @media (min-width: 992px) {
    .nav-aside .list-grid__item.active {
      background-color: #e4e4e4;
      margin-top: -1px;
      border-bottom: none;
      position: relative;
      padding: 0 0 0 10px;
      height: 30px;
      line-height: 30px;
      padding-left: 0; }
      .nav-aside .list-grid__item.active:before {
        content: "";
        position: absolute;
        left: -10px;
        top: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 10px 15px 0;
        border-color: transparent #e4e4e4 transparent transparent; } }

/* Partially Collapsed (Needs a rewrite)
-----------------------------------------------------*/
.collapse--partially.reveal {
  display: block;
  height: 0;
  padding-bottom: 160px;
  overflow: hidden;
  position: relative; }
  .collapse--partially.reveal:after {
    content: '';
    position: absolute;
    height: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, transparent 0%, #f9f9f9 100%);
    background: -webkit-linear-gradient(top, transparent 0%, #f9f9f9 100%);
    background: -o-linear-gradient(top, transparent 0%, #f9f9f9 100%);
    background: -ms-linear-gradient(top, transparent 0%, #f9f9f9 100%);
    background: linear-gradient(to bottom, transparent 0%, #f9f9f9 100%); }
  .collapse--partially.reveal.in {
    display: block;
    height: auto;
    overflow: visible;
    padding-bottom: 0; }
    .collapse--partially.reveal.in:after {
      content: none; }
@media (max-width: 767px) {
  .collapse--partially.no-reveal-xs {
    display: block;
    height: auto;
    overflow: visible;
    padding-bottom: 0; }
    .collapse--partially.no-reveal-xs:after {
      content: none; }
    .collapse--partially.no-reveal-xs.in {
      display: none; } }
@media (min-width: 768px) and (max-width: 991px) {
  .collapse--partially.no-reveal-sm {
    display: block;
    height: auto;
    overflow: visible;
    padding-bottom: 0; }
    .collapse--partially.no-reveal-sm:after {
      content: none; }
    .collapse--partially.no-reveal-sm.in {
      display: none; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .collapse--partially.no-reveal-md {
    display: block;
    height: auto;
    overflow: visible;
    padding-bottom: 0; }
    .collapse--partially.no-reveal-md:after {
      content: none; }
    .collapse--partially.no-reveal-md.in {
      display: none; } }
@media (min-width: 1200px) {
  .collapse--partially.no-reveal-lg {
    display: block;
    height: auto;
    overflow: visible;
    padding-bottom: 0; }
    .collapse--partially.no-reveal-lg:after {
      content: none; }
    .collapse--partially.no-reveal-lg.in {
      display: none; } }

/* Page Title
-----------------------------------------------------*/
.page-title {
  background: #333;
  color: rgba(255, 255, 255, 0.8);
  line-height: 18px;
  padding-bottom: 18px;
  padding-top: 21px; }
  @media (max-width: 767px) {
    .page-title {
      padding-top: 15px; } }
  .page-title h1 {
    margin: 5px 0 0 0;
    color: #fff;
    line-height: 28px; }

/* Plugin Overlays
-----------------------------------------------------*/
.well {
  border-radius: 0;
  border: none; }

.radio label, .checkbox label {
  font-weight: 300; }

/* Thumbnail Avatar
-----------------------------------------------------*/
.thumbnail.thumbnail--avatar {
  max-width: 128px;
  margin: 0 auto;
  border-radius: 64px;
  overflow: hidden; }
  .thumbnail.thumbnail--avatar img {
    width: 100%;
    height: auto; }

/* ispot specific
-----------------------------------------------------*/
.text-ispot {
  color: #76bd22; }

/* Simple Tabs Extention Class
-----------------------------------------------------*/
.nav-tabs--simple {
  border-bottom: 1px solid #eee; }
  .nav-tabs--simple > li > a {
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
    border-width: 0;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    color: gray; }
    .nav-tabs--simple > li > a:hover, .nav-tabs--simple > li > a:focus {
      border-width: 0;
      border-bottom: 2px solid #bbbbbb;
      background: transparent;
      color: #000; }
  .nav-tabs--simple > li.active > a, .nav-tabs--simple > li.active > a:hover, .nav-tabs--simple > li.active > a:focus {
    border-width: 0;
    border-bottom: 2px solid #76bd22;
    background: transparent;
    color: #000; }

/* Bootstrap: Container
-----------------------------------------------------*/
@media (min-width: 1200px) {
  .container {
    width: 100% !important;
    max-width: 1600px; } }
/* Bootstrap: Breadcrumb
-----------------------------------------------------*/
.breadcrumb {
  padding: 0;
  margin: 0;
  background: transparent;
  border-radius: 0;
  font-size: 90%; }
  @media (max-width: 767px) {
    .breadcrumb {
      display: none; } }
  .breadcrumb a {
    color: #999999; }

/* Bootstrap: XXS Grid Addition
-----------------------------------------------------*/
@media (max-width: 480px) {
  .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    float: left; }

  .col-xxs-1 {
    width: 8.33333%; }

  .col-xxs-2 {
    width: 16.66667%; }

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

  .col-xxs-4 {
    width: 33.33333%; }

  .col-xxs-5 {
    width: 41.66667%; }

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

  .col-xxs-7 {
    width: 58.33333%; }

  .col-xxs-8 {
    width: 66.66667%; }

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

  .col-xxs-10 {
    width: 83.33333%; }

  .col-xxs-11 {
    width: 91.66667%; }

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

  .col-xxs-pull-0 {
    right: auto; }

  .col-xxs-pull-1 {
    right: 8.33333%; }

  .col-xxs-pull-2 {
    right: 16.66667%; }

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

  .col-xxs-pull-4 {
    right: 33.33333%; }

  .col-xxs-pull-5 {
    right: 41.66667%; }

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

  .col-xxs-pull-7 {
    right: 58.33333%; }

  .col-xxs-pull-8 {
    right: 66.66667%; }

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

  .col-xxs-pull-10 {
    right: 83.33333%; }

  .col-xxs-pull-11 {
    right: 91.66667%; }

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

  .col-xxs-push-0 {
    left: auto; }

  .col-xxs-push-1 {
    left: 8.33333%; }

  .col-xxs-push-2 {
    left: 16.66667%; }

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

  .col-xxs-push-4 {
    left: 33.33333%; }

  .col-xxs-push-5 {
    left: 41.66667%; }

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

  .col-xxs-push-7 {
    left: 58.33333%; }

  .col-xxs-push-8 {
    left: 66.66667%; }

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

  .col-xxs-push-10 {
    left: 83.33333%; }

  .col-xxs-push-11 {
    left: 91.66667%; }

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

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

  .col-xxs-offset-1 {
    margin-left: 8.33333%; }

  .col-xxs-offset-2 {
    margin-left: 16.66667%; }

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

  .col-xxs-offset-4 {
    margin-left: 33.33333%; }

  .col-xxs-offset-5 {
    margin-left: 41.66667%; }

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

  .col-xxs-offset-7 {
    margin-left: 58.33333%; }

  .col-xxs-offset-8 {
    margin-left: 66.66667%; }

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

  .col-xxs-offset-10 {
    margin-left: 83.33333%; }

  .col-xxs-offset-11 {
    margin-left: 91.66667%; }

  .col-xxs-offset-12 {
    margin-left: 100%; } }
/* Bootstrap: Dropdown Menu
-----------------------------------------------------*/
.dropdown-menu li a:hover {
  color: #fff;
  background: #76bd22; }

/* Bootstrap: Grid Padding
-----------------------------------------------------*/
.row.gutter-md {
  margin-right: -8px;
  margin-left: -8px; }
  .row.gutter-md [class*="col-xs-"],
  .row.gutter-md [class*="col-sm-"],
  .row.gutter-md [class*="col-md-"],
  .row.gutter-md [class*="col-lg-"] {
    padding-right: 8px;
    padding-left: 8px; }
  .row.gutter-md .row {
    margin-right: -8px;
    margin-left: -8px; }
.row.gutter-sm {
  margin-right: -3px;
  margin-left: -3px; }
  .row.gutter-sm [class*="col-xs-"],
  .row.gutter-sm [class*="col-sm-"],
  .row.gutter-sm [class*="col-md-"],
  .row.gutter-sm [class*="col-lg-"] {
    padding-right: 3px;
    padding-left: 3px; }
  .row.gutter-sm .row {
    margin-right: -3px;
    margin-left: -3px; }
.row.gutter-xs {
  margin-right: 0;
  margin-left: 0; }
  .row.gutter-xs [class*="col-xs-"],
  .row.gutter-xs [class*="col-sm-"],
  .row.gutter-xs [class*="col-md-"],
  .row.gutter-xs [class*="col-lg-"] {
    padding-right: 0;
    padding-left: 0; }
  .row.gutter-xs .row {
    margin-right: 0;
    margin-left: 0; }
@media (max-width: 767px) {
  .row .col-xs-inline {
    display: inline;
    padding-right: 0; }
    .row .col-xs-inline + .col-xs-inline {
      padding-left: 0; } }

@media (max-width: 767px) {
  .container,
  .container-fluid,
  .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 {
    padding-right: 8px;
    padding-left: 8px; }

  .row,
  .form-horizontal .form-group {
    margin-right: -8px;
    margin-left: -8px; }

  .navbar-nav {
    margin-left: 0;
    margin-right: 0; } }
/* Bootstrap: Form Control
-----------------------------------------------------*/
.form-control {
  border-radius: 0; }

/* Bootstrap: Button
-----------------------------------------------------*/
.btn {
  border-radius: 0; }
  .btn.btn-primary {
    color: #fff;
    background-color: #76bd22 !important;
    border-color: #76bd22 #76bd22 #76bd22 !important; }
    .btn.btn-primary:hover {
      background-color: #69a71e !important;
      border-color: #69a71e #69a71e #5b921a !important; }
    .btn.btn-primary:active, .btn.btn-primary.active {
      background-color: #5b921a !important;
      border-color: #5b921a #5b921a #406712 !important; }
    .btn-group .btn.btn-primary + .btn {
      border-left-color: #406712 !important;
      z-index: 3; }
  .btn.btn-success {
    color: #fff;
    background-color: #76bd22 !important;
    border-color: #76bd22 #76bd22 #76bd22 !important; }
    .btn.btn-success:hover {
      background-color: #69a71e !important;
      border-color: #69a71e #69a71e #5b921a !important; }
    .btn.btn-success:active, .btn.btn-success.active {
      background-color: #5b921a !important;
      border-color: #5b921a #5b921a #406712 !important; }
    .btn-group .btn.btn-success + .btn {
      border-left-color: #406712 !important;
      z-index: 3; }
  .btn.btn-facebook, .btn.btn-twitter, .btn.btn-pinterest, .btn.btn-linkedin {
    padding-left: 7px;
    padding-right: 7px; }
    .btn.btn-facebook i, .btn.btn-twitter i, .btn.btn-pinterest i, .btn.btn-linkedin i {
      margin-right: 3px;
      font-size: 16px; }
    @media (max-width: 767px) {
      .btn.btn-facebook, .btn.btn-twitter, .btn.btn-pinterest, .btn.btn-linkedin {
        min-width: 34px;
        padding: 5px 9px; }
        .btn.btn-facebook i, .btn.btn-twitter i, .btn.btn-pinterest i, .btn.btn-linkedin i {
          margin-right: 0;
          font-size: 16px; } }
  .btn.btn-facebook {
    color: #fff;
    background-color: #3B5998 !important;
    border-color: #3B5998 #3B5998 #3B5998 !important; }
    .btn.btn-facebook:hover {
      background-color: #344e86 !important;
      border-color: #344e86 #344e86 #2d4373 !important; }
    .btn.btn-facebook:active, .btn.btn-facebook.active {
      background-color: #2d4373 !important;
      border-color: #2d4373 #2d4373 #1e2e4f !important; }
    .btn-group .btn.btn-facebook + .btn {
      border-left-color: #1e2e4f !important;
      z-index: 3; }
    @media (max-width: 767px) {
      .btn.btn-facebook {
        padding: 6px 9px 4px 9px; } }
  .btn.btn-twitter {
    color: #fff;
    background-color: #4099FF !important;
    border-color: #4099FF #4099FF #4099FF !important; }
    .btn.btn-twitter:hover {
      background-color: #268bff !important;
      border-color: #268bff #268bff #0d7eff !important; }
    .btn.btn-twitter:active, .btn.btn-twitter.active {
      background-color: #0d7eff !important;
      border-color: #0d7eff #0d7eff #0065d9 !important; }
    .btn-group .btn.btn-twitter + .btn {
      border-left-color: #0065d9 !important;
      z-index: 3; }
  .btn.btn-pinterest {
    color: #fff;
    background-color: #C92228 !important;
    border-color: #C92228 #C92228 #C92228 !important; }
    .btn.btn-pinterest:hover {
      background-color: #b31e24 !important;
      border-color: #b31e24 #b31e24 #9d1b1f !important; }
    .btn.btn-pinterest:active, .btn.btn-pinterest.active {
      background-color: #9d1b1f !important;
      border-color: #9d1b1f #9d1b1f #721317 !important; }
    .btn-group .btn.btn-pinterest + .btn {
      border-left-color: #721317 !important;
      z-index: 3; }
  .btn.btn-linkedin {
    color: #fff;
    background-color: #4875B4 !important;
    border-color: #4875B4 #4875B4 #4875B4 !important; }
    .btn.btn-linkedin:hover {
      background-color: #4169a2 !important;
      border-color: #4169a2 #4169a2 #395d90 !important; }
    .btn.btn-linkedin:active, .btn.btn-linkedin.active {
      background-color: #395d90 !important;
      border-color: #395d90 #395d90 #2b466b !important; }
    .btn-group .btn.btn-linkedin + .btn {
      border-left-color: #2b466b !important;
      z-index: 3; }
  .btn.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn.btn-icon {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000; }
    .btn.btn-icon:hover {
      color: #76bd22; }
  .btn.btn-outline {
    color: #fff;
    background-color: transparent !important;
    border-color: rgba(255, 255, 255, 0.5); }
    .btn.btn-outline:hover {
      border-color: white; }
    .btn.btn-outline.btn-success:hover {
      border-color: white; }
  .btn.btn-xlarge {
    padding: 13px 18px;
    font-size: 19px;
    line-height: normal;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .btn.btn-collapse {
    text-align: left; }
    .btn.btn-collapse .fa,
    .btn.btn-collapse .glyphicon {
      float: right; }

/* Bootstrap: Labels
-----------------------------------------------------*/
.label.label--shade {
  background: rgba(0, 0, 0, 0.2); }

.btn .label {
  padding-left: 6px;
  padding-right: 6px; }

/* Bootstrap: Panel
-----------------------------------------------------*/
.panel-group,
.panel-group .panel,
.panel-group .panel-default,
.panel-group .panel-collapse,
.panel-group .panel-body {
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* Bootstrap: Thumbnail
-----------------------------------------------------*/
.thumbnail {
  padding: 1px;
  border: 1px solid #eee;
  border-radius: 0;
  background-color: #fff; }

/* Bootstrap: Collapse
-----------------------------------------------------*/
a[data-toggle],
a[data-toggle]:hover {
  cursor: pointer; }

@media (max-width: 767px) {
  .no-collapse-xs {
    display: block; } }
@media (min-width: 768px) and (max-width: 991px) {
  .no-collapse-sm {
    display: block; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .no-collapse-md {
    display: block; } }
@media (min-width: 1200px) {
  .no-collapse-lg {
    display: block; } }
/* Bootstrap: Carousel
-----------------------------------------------------*/
.carousel {
  margin-bottom: 20px; }
  .carousel .carousel-control {
    /* Alternate Controls */
    /* Alternate Icons */ }
    .carousel .carousel-control.alternate {
      background: rgba(0, 0, 0, 0.5);
      border: 1px solid rgba(255, 255, 255, 0.5);
      height: 60px;
      width: 30px;
      top: 30%; }
      @media (min-width: 768px) {
        .carousel .carousel-control.alternate {
          height: 90px;
          width: 45px;
          top: 40%; } }
      .carousel .carousel-control.alternate.left {
        border-left: 0;
        border-radius: 0 60px 60px 0; }
        @media (min-width: 768px) {
          .carousel .carousel-control.alternate.left {
            border-radius: 0 90px 90px 0; } }
      .carousel .carousel-control.alternate.right {
        border-right: 0;
        border-radius: 60px 0 0 60px; }
        @media (min-width: 768px) {
          .carousel .carousel-control.alternate.right {
            border-radius: 90px 0 0 90px; } }
    .carousel .carousel-control .fa-angle-left,
    .carousel .carousel-control .fa-angle-right {
      position: absolute;
      top: 50%;
      z-index: 5;
      display: inline-block;
      margin-top: -10px; }
    .carousel .carousel-control .fa-angle-left {
      left: 50%;
      margin-left: -10px; }
    .carousel .carousel-control .fa-angle-right {
      right: 50%;
      margin-right: -10px; }
  @media (min-width: 768px) {
    .carousel .carousel-control .fa-angle-left,
    .carousel .carousel-control .fa-angle-right {
      width: 30px;
      height: 30px;
      margin-top: -15px;
      font-size: 30px; }
    .carousel .carousel-control .fa-angle-left {
      margin-left: -15px; }
    .carousel .carousel-control .fa-angle-right {
      margin-right: -15px; } }

/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }
  .flexslider .flexslides {
    padding: 0;
    margin: 0; }
  .flexslider .slides:after {
    font-family: FontAwesome;
    content: '\f105';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden; }
  .flexslider .slides img {
    width: 100%;
    display: block; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  padding: 5px 0;
  position: relative;
  zoom: 1; }
  .flexslider .slides {
    zoom: 1; }
    .flexslider .slides img {
      height: auto;
      -moz-user-select: none; }
    .flexslider .slides > li {
      margin-right: 5px; }

.flex-viewport {
  max-height: 1000px; }

.loading .flex-viewport {
  max-height: 300px; }

.flex-direction-nav {
  *height: 0; }
  .flex-direction-nav a {
    background: #f9f9f9;
    text-decoration: none;
    display: block;
    width: 25px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 4;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: #555; }
    .flex-direction-nav a:before {
      font-family: FontAwesome;
      font-size: 30px;
      line-height: 40px;
      display: inline-block;
      content: '\f104';
      color: #555; }
    .flex-direction-nav a.flex-next:before {
      content: '\f105'; }
  .flex-direction-nav .flex-prev {
    border-radius: 0 3px 3px 0;
    border-width: 1px;
    border-style: solid;
    border-color: #eee #ddd #bbb #fff;
    border-left-width: 0;
    opacity: 1;
    left: 0; }
    .flex-direction-nav .flex-prev:hover {
      opacity: 1; }
  .flex-direction-nav .flex-next {
    border-radius: 3px 0 0 3px;
    border-width: 1px;
    border-style: solid;
    border-color: #eee #fff #bbb #ddd;
    border-right-width: 0;
    text-align: right;
    opacity: 1;
    right: 0; }
    .flex-direction-nav .flex-next:hover {
      opacity: 1; }
  .flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
    z-index: -1; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev,
  .flex-direction-nav .flex-next {
    opacity: 1; } }
.fb-comments,
.fb_iframe_widget iframe[style],
.fb_iframe_widget span[style] {
  width: 100% !important; }

.contact--quick-signup {
  background-color: #ededed;
  padding: 60px 0;
  margin-top: 60px; }
  .contact--quick-signup h2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #666;
    text-align: center; }

.contact--marketo .mktoForm {
  width: 100% !important;
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
  /* Grid */
  /* Input Field */
  /* Button  */
  /* Tooltip  */
  /* Junk */ }
  .contact--marketo .mktoForm .mktoFormRow {
    margin-right: -15px;
    margin-left: -15px;
    clear: inherit !important; }
  .contact--marketo .mktoForm .mktoFormCol {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 20px !important; }
    @media (min-width: 768px) {
      .contact--marketo .mktoForm .mktoFormCol {
        width: 50%; } }
  .contact--marketo .mktoForm .mktoFieldWrap {
    width: 100% !important; }
  .contact--marketo .mktoForm .mktoField {
    display: block;
    width: 100% !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
    .contact--marketo .mktoForm .mktoField:focus {
      border-color: #66afe9;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .contact--marketo .mktoForm #commentCapture {
    height: 300px; }
  .contact--marketo .mktoForm .mktoButtonRow {
    text-align: center !important;
    width: 100% !important; }
  .contact--marketo .mktoForm .mktoButtonWrap {
    margin: 0 !important; }
  .contact--marketo .mktoForm .mktoButton {
    padding: 10px 16px !important;
    font-size: 18px !important;
    line-height: 1.33;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    background-image: none !important;
    color: #fff;
    background-color: #76bd22 !important;
    border-color: #76bd22 #76bd22 #76bd22 !important; }
    .contact--marketo .mktoForm .mktoButton:hover {
      background-color: #69a71e !important;
      border-color: #69a71e #69a71e #5b921a !important; }
    .contact--marketo .mktoForm .mktoButton:active, .contact--marketo .mktoForm .mktoButton.active {
      background-color: #5b921a !important;
      border-color: #5b921a #5b921a #406712 !important; }
    .btn-group .contact--marketo .mktoForm .mktoButton + .btn {
      border-left-color: #406712 !important;
      z-index: 3; }
    .contact--marketo .mktoForm .mktoButton:hover, .contact--marketo .mktoForm .mktoButton:focus {
      text-decoration: none !important;
      outline: none !important; }
  .contact--marketo .mktoForm .mktoError .mktoErrorMsg {
    background-image: none !important;
    -webkit-box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px !important;
    box-shadow: rgba(0, 0, 0, 0.65) 0 2px 7px !important;
    text-shadow: none !important;
    border: 0 !important;
    background-color: #C92228 !important;
    color: #fff !important; }
  .contact--marketo .mktoForm .mktoError .mktoErrorArrow {
    background-color: #C92228 !important;
    border: 0; }
  .contact--marketo .mktoForm .mktoOffset,
  .contact--marketo .mktoForm .mktoGutter,
  .contact--marketo .mktoForm .mktoLabel {
    display: none !important; }

.contact--full .mktoForm .mktoFormCol {
  width: 100%; }

.contact--hero {
  padding: 0 20px; }
  @media (min-width: 768px) {
    .contact--hero .mktoForm .mktoFormRow {
      margin-right: 0;
      margin-left: 0;
      width: 49%;
      float: left; } }

.contact--vipadcenter {
  padding: 0 20px; }
  .contact--vipadcenter .mktoForm .mktoButton {
    color: #333 !important;
    background-color: #ffdc73 !important;
    border-color: #ffdc73 #ffdc73 #ffdc73 !important; }
    .contact--vipadcenter .mktoForm .mktoButton:hover, .contact--vipadcenter .mktoForm .mktoButton:active, .contact--vipadcenter .mktoForm .mktoButton:focus {
      background-color: #ffcf40 !important;
      border-color: #ffcf40 !important; }
  @media (min-width: 768px) {
    .contact--vipadcenter .mktoForm .mktoFormRow {
      margin-right: 0;
      margin-left: 0;
      width: 49%;
      float: left; } }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl * {
  border-radius: 0 !important; }

.ui-state-focus {
  background: #ddd !important;
  border: 0 !important; }

.ui-autocomplete {
  max-height: 300px !important;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  z-index: 9999 !important;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 300;
  font-size: 14px !important; }

.jwplayer-playlist #player_jwplayer_playlistcomponent .jwtitle {
  overflow: visible !important;
  line-height: 16px !important;
  font-size: 11px !important; }

@media (max-width: 767px) {
  .jwplayer-playlist span.jwplaylistcontainer {
    display: none !important; }

  .jwplayer-playlist #player.playlist-right .jwmain {
    right: 0 !important; }

  .jwplayer-playlist #player.playlist-right .jwaspect {
    margin-bottom: 0 !important; } }

/*# sourceMappingURL=global.css.map */
