@charset "UTF-8";
.ext-message, .insights .message, .products .inner .message {
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 45px; }

.ext-float-none {
  float: none; }

.calendar-icon, form#calendar-event1-add .input, form#edit-event .input, .content.schedules .filter .dates .input {
  position: relative;
  display: inline-block;
  width: 136px;
  margin-right: 55px; }
  .calendar-icon:after, form#calendar-event1-add .input:after, form#edit-event .input:after, .content.schedules .filter .dates .input:after {
    position: absolute;
    top: 0;
    right: -46px;
    width: 36px;
    height: 38px;
    content: ' ';
    background: url(../images/icons/calendar.png) no-repeat; }

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

@font-face {
  
  src: url("../fonts/2D45C3_0_0.eot");
  src: url("../fonts/2D45C3_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2D45C3_0_0.woff2") format("woff2"), url("../fonts/2D45C3_0_0.woff") format("woff"), url("../fonts/2D45C3_0_0.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  
  src: url("../fonts/2D45C3_1_0.eot");
  src: url("../fonts/2D45C3_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2D45C3_1_0.woff2") format("woff2"), url("../fonts/2D45C3_1_0.woff") format("woff"), url("../fonts/2D45C3_1_0.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  
  src: url("../fonts/2D45C3_2_0.eot");
  src: url("../fonts/2D45C3_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2D45C3_2_0.woff2") format("woff2"), url("../fonts/2D45C3_2_0.woff") format("woff"), url("../fonts/2D45C3_2_0.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

.ext-message, .insights .message, .products .inner .message {
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 45px; }

.ext-float-none {
  float: none; }

.calendar-icon, form#calendar-event1-add .input, form#edit-event .input, .content.schedules .filter .dates .input {
  position: relative;
  display: inline-block;
  width: 136px;
  margin-right: 55px; }
  .calendar-icon:after, form#calendar-event1-add .input:after, form#edit-event .input:after, .content.schedules .filter .dates .input:after {
    position: absolute;
    top: 0;
    right: -46px;
    width: 36px;
    height: 38px;
    content: ' ';
    background: url(../images/icons/calendar.png) no-repeat; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

/*
 * jquery.selectBoxIt.css 3.8.1
 * Author: @gregfranko
 */
/*
  Common CSS Properties
  ---------------------
  These properties will be applied to any themes that you use
*/
/* SelectBoxIt container */
.selectboxit-container {
  position: relative;
  display: inline-block;
  vertical-align: top; }

/* Styles that apply to all SelectBoxIt elements */
.selectboxit-container * {
  font-size: 14px;
  /* Prevents text selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  outline: none;
  white-space: nowrap; }

/* Button */
.selectboxit-container .selectboxit {
  width: 250px;
  /* Width of the dropdown button */
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 3px;
  overflow: hidden;
  display: block;
  position: relative; }

/* Height and Vertical Alignment of Text */
.selectboxit-container span, .selectboxit-container .selectboxit-options a {
  height: 30px;
  /* Height of the drop down */
  line-height: 30px;
  /* Vertically positions the drop down text */
  display: block; }

/* Focus pseudo selector */
.selectboxit-container .selectboxit:focus {
  outline: 0; }

/* Disabled Mouse Interaction */
.selectboxit.selectboxit-disabled, .selectboxit-options .selectboxit-disabled {
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default; }

/* Button Text */
.selectboxit-text {
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left; }

.selectboxit .selectboxit-option-icon-container {
  margin-left: 5px; }

/* Options List */
.selectboxit-container .selectboxit-options {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 100%;
  /* Minimum Width of the dropdown list box options */
  *width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  display: none;
  z-index: 9999999999999;
  text-align: left;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/* Individual options */
.selectboxit-option .selectboxit-option-anchor {
  padding: 0 2px; }

/* Individual Option Hover Action */
.selectboxit-option .selectboxit-option-anchor:hover {
  text-decoration: none; }

/* Individual Option Optgroup Header */
.selectboxit-option, .selectboxit-optgroup-header {
  text-indent: 5px;
  /* Horizontal Positioning of the select box option text */
  margin: 0;
  list-style-type: none;
  clear: left; }

/* The first Drop Down option */
/* The first Drop Down option optgroup */
.selectboxit-optgroup-header + .selectboxit-option-first {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }

/* The last Drop Down option */
/* Drop Down optgroup headers */
.selectboxit-optgroup-header {
  font-weight: bold; }

/* Drop Down optgroup header hover psuedo class */
.selectboxit-optgroup-header:hover {
  cursor: default; }

/* Drop Down down arrow container */
.selectboxit-arrow-container {
  /* Positions the down arrow */
  width: 30px;
  position: absolute;
  right: 0; }

/* Drop Down down arrow */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow {
  /* Horizontally centers the down arrow */
  margin: 0 auto;
  position: absolute;
  top: 45%;
  right: 0;
  left: 0; }

/* Drop Down down arrow for jQueryUI and jQuery Mobile */
.selectboxit .selectboxit-arrow-container .selectboxit-arrow.ui-icon {
  top: 30%; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-container {
  float: left; }

.selectboxit-container .selectboxit-option-icon {
  margin: 0;
  padding: 0;
  vertical-align: middle; }

/* Drop Down individual option icon positioning */
.selectboxit-option-icon-url {
  width: 18px;
  background-size: 18px 18px;
  background-repeat: no-repeat;
  height: 100%;
  background-position: center;
  float: left; }

.selectboxit-rendering {
  display: inline-block !important;
  *display: inline !important;
  zoom: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important; }

/* jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon {
  background-color: inherit; }

/* Another jQueryUI and jQuery Mobile compatability fix - Feel free to remove this style if you are not using jQuery Mobile */
.jqueryui .ui-icon-triangle-1-s {
  background-position: -64px -16px; }

/*
  Default Theme
  -------------
  Note: Feel free to remove all of the CSS underneath this line if you are not using the default theme
*/
.selectboxit-btn {
  background-color: #FFF;
  border: 1px solid #eeeeee;
  box-shadow: inset 1px 1px 0px rgba(0, 0, 0, 0.15); }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px; }

.selectboxit-default-arrow {
  width: 0;
  height: 0;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.selectboxit-list {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.selectboxit-list .selectboxit-option-anchor {
  color: #333333; }

.selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
  color: #ffffff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x; }

.selectboxit-list > .selectboxit-disabled > .selectboxit-option-anchor {
  color: #999999; }

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: visible !important;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0; }

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: rgba(0, 0, 0, 0.5); }

#colorbox {
  outline: 0; }

#cboxTopLeft {
  width: 47px;
  height: 47px;
  background: #ffffff;
  border-top-left-radius: 10px; }

#cboxTopRight {
  width: 47px;
  height: 47px;
  background: #ffffff;
  border-top-right-radius: 10px; }

#cboxBottomLeft {
  width: 47px;
  height: 47px;
  background: #ffffff;
  border-bottom-left-radius: 10px; }

#cboxBottomRight {
  width: 47px;
  height: 47px;
  background: #ffffff;
  border-bottom-right-radius: 10px; }

#cboxMiddleLeft {
  width: 47px;
  background: #ffffff;
  padding: 13px 0; }

#cboxMiddleRight {
  width: 47px;
  background: #ffffff;
  padding: 13px 0; }

#cboxTopCenter {
  height: 47px;
  background: #ffffff;
  padding: 0 13px; }

#cboxBottomCenter {
  height: 47px;
  background: #ffffff;
  padding: 0 13px; }

#cboxContent {
  background: #fff;
  padding: 13px; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494; }

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494; }

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef; }

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxPrevious:hover {
  background-position: -75px -25px; }

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxNext:hover {
  background-position: -50px -25px; }

#cboxClose {
  position: absolute;
  top: -47px;
  right: -47px;
  width: 47px;
  height: 47px;
  line-height: 47px;
  background: #333;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
  background: #d6d6d6; }
  #cboxClose:active, #cboxClose:focus {
    outline: none; }

#cboxClose:hover {
  background-position: -25px -25px; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF); }

.jcrop-dragbar.ord-e, .jcrop-dragbar.ord-w {
  top: 0;
  height: 100%;
  width: 9px !important; }

.jcrop-active img, .jcrop-thumb img, .jcrop-thumb canvas {
  min-width: none;
  min-height: none;
  max-width: none;
  max-height: none; }

.jcrop-active {
  direction: ltr;
  text-align: left;
  box-sizing: border-box;
  position: relative; }

.jcrop-dragging {
  user-select: none; }

.jcrop-selection {
  z-index: 2;
  position: absolute; }
  .jcrop-selection.jcrop-current {
    z-index: 4; }
  .jcrop-selection.jcrop-nodrag .jcrop-box {
    cursor: default; }

.jcrop-border {
  background: #ffffff url(../images/barfinder/Jcrop.gif);
  line-height: 1px !important;
  font-size: 0 !important;
  overflow: hidden;
  position: absolute;
  filter: alpha(opacity=50) !important;
  opacity: 0.5 !important; }
  .jcrop-border.ord-w {
    top: 0;
    height: 100%;
    width: 1px !important;
    left: -1px; }
  .jcrop-border.ord-e {
    top: 0;
    height: 100%;
    width: 1px !important;
    right: -1px; }
  .jcrop-border.ord-n {
    top: 0;
    width: 100%;
    height: 1px !important;
    top: -1px; }
  .jcrop-border.ord-s {
    width: 100%;
    height: 1px !important;
    bottom: -1px; }

.jcrop-box {
  z-index: 2;
  display: block;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  width: 100%;
  height: 100%;
  cursor: move;
  position: relative; }
  .jcrop-box:hover {
    background: none; }
  .jcrop-box:active {
    background: none; }
  .jcrop-box:focus {
    outline: 1px rgba(128, 128, 128, 0.65) dotted; }

.jcrop-handle {
  z-index: 4;
  background-color: rgba(49, 28, 28, 0.58);
  border: 1px #eeeeee solid;
  width: 9px;
  height: 9px;
  font-size: 0;
  position: absolute;
  filter: alpha(opacity=80) !important;
  opacity: 0.8 !important; }
  .jcrop-handle.ord-n {
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
    top: 0;
    cursor: n-resize; }
  .jcrop-handle.ord-s {
    bottom: 0;
    left: 50%;
    margin-bottom: -5px;
    margin-left: -5px;
    cursor: s-resize; }
  .jcrop-handle.ord-e {
    margin-right: -5px;
    margin-top: -5px;
    right: 0;
    top: 50%;
    cursor: e-resize; }
  .jcrop-handle.ord-w {
    left: 0;
    margin-left: -5px;
    margin-top: -5px;
    top: 50%;
    cursor: w-resize; }
  .jcrop-handle.ord-nw {
    left: 0;
    margin-left: -5px;
    margin-top: -5px;
    top: 0;
    cursor: nw-resize; }
  .jcrop-handle.ord-ne {
    margin-right: -5px;
    margin-top: -5px;
    right: 0;
    top: 0;
    cursor: ne-resize; }
  .jcrop-handle.ord-se {
    bottom: 0;
    margin-bottom: -5px;
    margin-right: -5px;
    right: 0;
    cursor: se-resize; }
  .jcrop-handle.ord-sw {
    bottom: 0;
    left: 0;
    margin-bottom: -5px;
    margin-left: -5px;
    cursor: sw-resize; }

.jcrop-dragbar {
  font-size: 0;
  position: absolute; }
  .jcrop-dragbar.ord-n {
    height: 9px !important;
    width: 100%;
    margin-top: -5px;
    cursor: n-resize;
    top: 0; }
  .jcrop-dragbar.ord-s {
    height: 9px !important;
    width: 100%;
    bottom: 0;
    margin-bottom: -5px;
    cursor: s-resize; }
  .jcrop-dragbar.ord-e {
    margin-right: -5px;
    right: 0;
    cursor: e-resize; }
  .jcrop-dragbar.ord-w {
    margin-left: -5px;
    cursor: w-resize; }

.jcrop-shades {
  position: relative;
  top: 0;
  left: 0; }
  .jcrop-shades div {
    cursor: crosshair; }

.jcrop-noresize .jcrop-dragbar {
  display: none; }

.jcrop-noresize .jcrop-handle {
  display: none; }

.jcrop-light .jcrop-border {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important; }

.jcrop-light .jcrop-handle {
  background-color: #000000;
  border-color: #ffffff; }

.jcrop-dark .jcrop-border {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important; }

.jcrop-dark .jcrop-handle {
  background-color: #ffffff;
  border-color: #000000; }

.jcrop-thumb {
  position: absolute;
  overflow: hidden;
  z-index: 5; }

.jcrop-hl-active .jcrop-border {
  filter: alpha(opacity=20) !important;
  opacity: 0.2 !important; }

.jcrop-hl-active .jcrop-handle {
  filter: alpha(opacity=10) !important;
  opacity: 0.1 !important; }

.jcrop-hl-active .jcrop-selection.jcrop-current .jcrop-border {
  background: #808080 url(../images/barfinder/Jcrop.gif);
  opacity: 0.35 !important;
  filter: alpha(opacity=35) !important; }

.jcrop-hl-active .jcrop-selection.jcrop-current .jcrop-handle {
  filter: alpha(opacity=30) !important;
  opacity: 0.3 !important; }

.jcrop-hl-active .jcrop-selection.jcrop-focus .jcrop-border {
  background: url(../images/barfinder/Jcrop.gif);
  opacity: 0.65 !important;
  filter: alpha(opacity=65) !important; }

.jcrop-hl-active .jcrop-selection.jcrop-focus .jcrop-handle {
  filter: alpha(opacity=60) !important;
  opacity: 0.6 !important; }

.jcrop-hl-active .jcrop-selection:hover .jcrop-border {
  background-color: #ccc;
  filter: alpha(opacity=50) !important;
  opacity: 0.5 !important; }

.jcrop-touch .jcrop-handle {
  z-index: 4;
  background-color: rgba(49, 28, 28, 0.58);
  border: 1px #eeeeee solid;
  width: 18px;
  height: 18px;
  font-size: 0;
  position: absolute;
  filter: alpha(opacity=80) !important;
  opacity: 0.8 !important; }
  .jcrop-touch .jcrop-handle.ord-n {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    top: 0;
    cursor: n-resize; }
  .jcrop-touch .jcrop-handle.ord-s {
    bottom: 0;
    left: 50%;
    margin-bottom: -10px;
    margin-left: -10px;
    cursor: s-resize; }
  .jcrop-touch .jcrop-handle.ord-e {
    margin-right: -10px;
    margin-top: -10px;
    right: 0;
    top: 50%;
    cursor: e-resize; }
  .jcrop-touch .jcrop-handle.ord-w {
    left: 0;
    margin-left: -10px;
    margin-top: -10px;
    top: 50%;
    cursor: w-resize; }
  .jcrop-touch .jcrop-handle.ord-nw {
    left: 0;
    margin-left: -10px;
    margin-top: -10px;
    top: 0;
    cursor: nw-resize; }
  .jcrop-touch .jcrop-handle.ord-ne {
    margin-right: -10px;
    margin-top: -10px;
    right: 0;
    top: 0;
    cursor: ne-resize; }
  .jcrop-touch .jcrop-handle.ord-se {
    bottom: 0;
    margin-bottom: -10px;
    margin-right: -10px;
    right: 0;
    cursor: se-resize; }
  .jcrop-touch .jcrop-handle.ord-sw {
    bottom: 0;
    left: 0;
    margin-bottom: -10px;
    margin-left: -10px;
    cursor: sw-resize; }

.jcrop-nodrag .jcrop-shades div {
  cursor: default; }

.solid-line .jcrop-border {
  background: #ffffff; }

button.jcrop-box {
  background: none; }

/*@import "media/print";*/
.masthead {
  position: relative; }
  .masthead img {
    display: block; }
  .masthead .header {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    padding: 30px 70px;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5); }
    .masthead .header h1 {
      font-size: 60px; }
    .masthead .header p {
      font-size: 24px;
      line-height: 28px; }

.inner {
  padding: 0 45px; }

.header {
  position: relative;
  width: 100%;
  padding: 15px 45px; }
  .header h2,
  .header h3 {
    margin: 0;
    text-transform: upperca
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
  .header.section {
    background: #0080b2; }
    .header.section h2 {
      font-size: 34px;
      padding: 15px 0; }
  .header.barFinder {
    background: #00a3ff;
    padding: 0;
    margin: 0; }
    .header.barFinder::after {
      clear: both;
      content: "";
      display: table; }
    .header.barFinder ul {
      padding: 0;
      padding-left: 35px;
      margin: 0; }
      .header.barFinder ul::after {
        clear: both;
        content: "";
        display: table; }
    .header.barFinder ul li {
      border-right: 1px groove rgba(255, 255, 255, 0.9);
      list-style-type: none;
      display: inline-block;
      font-size: 20px;
      padding: 0 20px;
      line-height: 100px;
      float: left;
      vertical-align: middle; }
    .header.barFinder li span {
      font-size: 30px;
      font-weight: bold;
      line-height: 100px;
      padding-right: 10px;
      color: #fff;
      vertical-align: middle; }
    .header.barFinder li#logo {
      border-right: 0;
      background: url(../images/barfinder/sb-logo.png) left center no-repeat;
      width: 400px; }
    .header.barFinder li#favorites {
      border-right: 0; }

  .header.toggle {
    position: relative;
    width: 100%;
    padding: 15px 45px;
    background: #00a2e1; }
    .header.toggle h2 {
      font-size: 24px;
      font-weight: 400;
      margin: 0;
      text-transform: uppercase; }
    .header.toggle h3 {
      font-size: 24px;
      display: inline; }
    .header.toggle .pipe {
      margin: 0 8px 0 5px;
      content: ' ';
      border: 1px solid #dededf; }

.tile {
  position: relative;
  /*    .insights .btn {
          margin-left: -50px;
          width: 300px;
        }*/ }
  .tile .home .titl
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
    .tile .home .title .now {
      
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      color: #00a3ff;
      display: block;
      margin-top: 5px;
      font-size: 12px; }
    .tile .home .title span {
      display: inline-block; }
  .tile.ft-hidden {
    display: none !important; }
  .tile img {
    display: block; }
  .tile.intro {
    height: 299px;
    overflow: hidden;
    background: #000000; }
    .tile.intro .title {
      font-size: 24px;
      line-height: 24px;
      position: absolute;
      z-index: 2;
      bottom: 0;
      left: auto;
      right: 0;
      width: 392px;
      height: 100%;
      margin: 0;
      padding: 28px 45px;
      color: #fff;
      background: rgba(0, 0, 0, 0.45);
      text-transform: uppercase;
      
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      /*          span {
                          display: block;
                          width: 90%;
                      }*/ }
    .tile.intro:nth-child(odd) .title {
      left: 0;
      right: auto; }
    .tile.intro .summary {
      
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      color: #efefef;
      display: inline-block;
      font-size: 14px;
      line-height: 18px;
      text-decoration: none;
      text-transform: none;
      margin-top: 10px; }
  .tile.mid {
    float: left;
    display: block;
    width: 50%;
    position: relative;
    overflow: hidden; }
    .tile.mid .title {
      font-size: 24px;
      line-height: 24px;
      position: absolute;
      z-index: 2;
      bottom: 0;
      left: 0;
      right: 0;
      height: 130px;
      margin: 0;
      padding: 28px 45px;
      color: #fff;
      background: rgba(0, 0, 0, 0.45);
      text-transform: uppercase;
      
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }
      .tile.mid .title span {
        display: block;
        width: 90%; }
  .tile.intro a, .tile.mid a {
    color: #fff; }
  .tile.small {
    float: left;
    display: block;
    width: 33.33333%; }
    .tile.small a {
      color: #040404; }
      .tile.small a:hover {
        color: #00a3ff; }
        .tile.small a:hover .title {
          text-decoration: underline; }
    .tile.small img {
      padding-bottom: 30px;
      width: 100%;
      height: auto; }
    .tile.small .image {
      overflow: hidden; }
    .tile.small.product {
      width: 33.333333333333%;
      padding: 1% 3.5%; }
      .tile.small.product a {
        padding: 20px; }
      .tile.small.product .title {
        float: left;
        max-width: 140px; }
      .tile.small.product .product {
        width: 90%; }
    .tile.small.insight.small .title {
      
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      font-size: 15px;
      margin: 0; }
    .tile.small.insight.small a:hover {
      color: #404040; }
      .tile.small.insight.small a:hover span {
        color: #00a3ff; }
    .tile.small.insight.small span {
      color: #00a3ff;
      font-size: 12px;
      text-transform: uppercase; }
    .tile.small.insight.small img {
      padding: 0; }
    .tile.small.insight.small p {
      padding-left: 45px; }
    .tile.small .title {
      position: relative;
      max-width: 330px;
      padding: 0;
      color: #404040;
      background: transparent;
      font-size: 14px;
      line-height: 16px;
      height: 80px; }
  .tile .btn {
    position: absolute;
    bottom: 40px;
    width: calc(100% - 90px);
    display: block; }

.credit {
  font-size: 12px;
  float: left;
  min-width: 76px;
  margin-right: 18px;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background: #00a3ff; }
  .credit .amount {
    font-size: 22px;
    display: block;
    margin-top: 4px; }

.datepicker {
  display: none;
  position: absolute;
  z-index: 9999;
  background: #fff; }
  .datepicker .clndr {
    padding: 25px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25); }
    .datepicker .clndr .clndr-controls {
      text-align: center;
      font-size: 34px; }
    .datepicker .clndr .clndr-next-button,
    .datepicker .clndr .clndr-previous-button {
      color: #00a3ff;
      border: 1px solid #e1e1e1;
      padding: 5px 15px;
      margin-top: -10px; }
      .datepicker .clndr .clndr-next-button:hover,
      .datepicker .clndr .clndr-previous-button:hover {
        cursor: pointer; }
    .datepicker .clndr .clndr-next-button {
      float: right;
      text-align: right; }
    .datepicker .clndr .clndr-previous-button {
      float: left;
      text-align: left; }
    .datepicker .clndr .month {
      
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }
    .datepicker .clndr tbody {
      border: 1px solid #e1e1e1; }
    .datepicker .clndr thead td {
      text-transform: none;
      border: none;
      background: #fff;
      color: #404040; }
    .datepicker .clndr td {
      padding: 20px;
      border: 1px solid #e1e1e1;
      color: #404040;
      background: white; }
      .datepicker .clndr td:hover {
        cursor: pointer; }
      .datepicker .clndr td.adjacent-month {
        background-color: #f8f8f8; }
        .datepicker .clndr td.adjacent-month .day-contents {
          color: #9e9e9e; }

.bx-wrapper .bx-viewport {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
  background: transparent;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.form-required {
  display: inline-block;
  margin: -30px 0 15px 0;
  font-weight: bold; }

#cboxLoadedContent {
  color: #404040;
  
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }
  #cboxLoadedContent #create-rate-review {
    height: 488px; }
  #cboxLoadedContent .bookmark-modal .actions {
    margin-top: 50px; }
  #cboxLoadedContent .bookmark-modal .bookmark-cancel {
    color: #404040;
    margin-top: 10px;
    text-decoration: underline; }
  #cboxLoadedContent .bookmark-modal a {
    display: block;
    float: right;
    margin-right: 20px; }
  #cboxLoadedContent .ply-x {
    font-size: 18px;
    line-height: 40px;
    position: absolute;
    z-index: 1000;
    top: 0;
    right: 0;
    width: 47px;
    height: 47px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border-bottom-left-radius: 10px;
    background: #d6d6
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
  #cboxLoadedContent .social-address h2 {
    margin-bottom: 15px; }
  #cboxLoadedContent .social-copy {
    /*color: $coffeeMVPGray;*/ }
  #cboxLoadedContent h2 {
    margin: 0;
    padding: 0;
    text-transform: uppercase; }
  #cboxLoadedContent label {
    font-size: 16px;
    display: block;
    margin: 60px 0 0 0;
    margin: 40px 0 10px
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
  #cboxLoadedContent input,
  #cboxLoadedContent textarea {
    font-size: 14px;
    width: 100%;
    margin-bottom: 60px;
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 4px; }
  #cboxLoadedContent .btn {
    float: right; }
  #cboxLoadedContent form .form-group {
    position: relative;
    margin-top: 10px; }
  #cboxLoadedContent form .error {
    position: absolute;
    bottom: -5px;
    left: 0;
    color: #ff00
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
  #cboxLoadedContent form h2 {
    margin: 0 0 45px 0; }
  #cboxLoadedContent form label {
    margin: 0 0 7px 0; }
  #cboxLoadedContent form input,
  #cboxLoadedContent form textarea {
    margin: 0 0 15px 0;
    color: #5f5f5f; }
    #cboxLoadedContent form input[type='checkbox'],
    #cboxLoadedContent form textarea[type='checkbox'] {
      width: auto; }
      #cboxLoadedContent form input[type='checkbox']:hover,
      #cboxLoadedContent form textarea[type='checkbox']:hover {
        cursor: pointer; }
  #cboxLoadedContent form .info {
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    padding-left: 30px;
    background: url(../images/icons/info.png) center left no-repe
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
  #cboxLoadedContent form .actions {
    float: right;
    margin-top: 20px; }
    #cboxLoadedContent form .actions .btn {
      float: none;
      color: white; }
    #cboxLoadedContent form .actions a {
      font-size: 16px;
      margin-right: 20px;
      text-decoration: underline;
      color: #404040; }

/*form input[type='checkbox'] {
  display: none; }*/

form input[type='checkbox'] + span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 8px 0 0;
  cursor: pointer;
  vertical-align: middle;
  background: url(../images/checkbox.png) left top no-repeat; }

form input[type='checkbox']:checked + span {
  background: url(../images/checkbox.png) -19px top no-repeat; }

form#edit-password h2,
form#edit-password .info {
  margin-bottom: 22px; }

form#profit-calculator .container-calc .top-row {
  
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  width: 100%; }
  form#profit-calculator .container-calc .top-row .lead-message, form#profit-calculator .container-calc .top-row .display-message {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase; }

form#profit-calculator .container-calc .package-content .calc-head {
  background-color: #00a3ff;
  color: white;
  font-size: 21px;
  line-height: 24px;
  padding: 15px;
  padding-right: 38px; }

form#profit-calculator .container-calc .package-content .calc-r
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  padding-top: 15px; }
  form#profit-calculator .container-calc .package-content .calc-row .row-left {
    float: left;
    width: 43%; }
  form#profit-calculator .container-calc .package-content .calc-row .row-middle {
    float: left;
    width: 33%; }
  form#profit-calculator .container-calc .package-content .calc-row .row-right {
    float: left;
    width: 23%; }

form#profit-calculator .container-calc .package-content .calc-row:nth-child(2) {
  margin-top: 25px; }

form#profit-calculator .container-calc .package-content #calc-blue {
  border-bottom: 3px solid #00a3ff; }

form#profit-calculator .container-calc .package-content .col-left {
  /* margin-left: -15px; */ }

form#profit-calculator .container-calc .package-content .col-left {
  margin-top: 50px;
  width: 49%;
  float: left; }

form#profit-calculator .container-calc .package-content .col-right {
  margin-top: 50px;
  margin-left: 2%;
  width: 49%;
  float: right; }

form#add-account .address-confirm, form#create-address .address-confirm, form#delete-account .address-confirm, form#edit-address .address-confirm {
  display: none;
  padding-bottom: 60px; }
  form#add-account .address-confirm .row, form#create-address .address-confirm .row, form#delete-account .address-confirm .row, form#edit-address .address-confirm .row {
    display: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #efefef; }
    form#add-account .address-confirm .row:last-child, form#create-address .address-confirm .row:last-child, form#delete-account .address-confirm .row:last-child, form#edit-address .address-confirm .row:last-child {
      border: none; }
    form#add-account .address-confirm .row:after, form#create-address .address-confirm .row:after, form#delete-account .address-confirm .row:after, form#edit-address .address-confirm .row:after {
      display: table;
      clear: both;
      content: ''; }
    form#add-account .address-confirm .row .current,
    form#add-account .address-confirm .row .new, form#create-address .address-confirm .row .current,
    form#create-address .address-confirm .row .new, form#delete-account .address-confirm .row .current,
    form#delete-account .address-confirm .row .new, form#edit-address .address-confirm .row .current,
    form#edit-address .address-confirm .row .new {
      float: left;
      width: 50%;
      padding-right: 20px; }
      form#add-account .address-confirm .row .current span,
      form#add-account .address-confirm .row .new span, form#create-address .address-confirm .row .current span,
      form#create-address .address-confirm .row .new span, form#delete-account .address-confirm .row .current span,
      form#delete-account .address-confirm .row .new span, form#edit-address .address-confirm .row .current span,
      form#edit-address .address-confirm .row .new span {
        display: block; }
        form#add-account .address-confirm .row .current span.name,
        form#add-account .address-confirm .row .new span.name, form#create-address .address-confirm .row .current span.name,
        form#create-address .address-confirm .row .new span.name, form#delete-account .address-confirm .row .current span.name,
        form#delete-account .address-confirm .row .new span.name, form#edit-address .address-confirm .row .current span.name,
        form#edit-address .address-confirm .row .new span.name {
          font-size: 18px;
          margin-bottom: 10px;
          
          font-weight: normal;
          font-style: normal;
          text-rendering: optimizeLegibility !important;
          -webkit-font-smoothing: antialiased !important; }
        form#add-account .address-confirm .row .current span.locality,
        form#add-account .address-confirm .row .new span.locality, form#create-address .address-confirm .row .current span.locality,
        form#create-address .address-confirm .row .new span.locality, form#delete-account .address-confirm .row .current span.locality,
        form#delete-account .address-confirm .row .new span.locality, form#edit-address .address-confirm .row .current span.locality,
        form#edit-address .address-confirm .row .new span.locality {
          margin-top: 10px; }

form#calendar-event1-add strong, form#edit-event strong {
  margin: 0 20px 0 10px;
  text-transform: upperc
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

form#calendar-event1-add .input:after, form#edit-event .input:after {
  top: 24px; }

form#calendar-event1-add .datepicker, form#edit-event .datepicker {
  top: -190px;
  left: 190px; }
  form#calendar-event1-add .datepicker td:hover, form#edit-event .datepicker td:hover {
    background: #00a3ff;
    color: #fff; }

form#calendar-event1-add .event-date .selectboxit-container, form#edit-event .event-date .selectboxit-container {
  margin-top: 24px; }
  form#calendar-event1-add .event-date .selectboxit-container span, form#edit-event .event-date .selectboxit-container span {
    height: 42px !important;
    line-height: 42px; }
  form#calendar-event1-add .event-date .selectboxit-container ul, form#edit-event .event-date .selectboxit-container ul {
    overflow-y: scroll !important;
    max-height: 250px !important; }

form#calendar-event1-add .details h2, form#edit-event .details h2 {
  
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-size: 24px;
  margin-bottom: 60px; }

form#calendar-event1-add .details .event-date, form#edit-event .details .event-date {
  display: block;
  
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-size: 18px; }

form#calendar-event1-add .details .event-time, form#edit-event .details .event-time {
  display: block;
  font-size: 14px; }

form#calendar-event1-add .details .row, form#edit-event .details .row {
  margin: 20px 0; }

form#calendar-event1-add .details .column, form#edit-event .details .column {
  float: left; }
  form#calendar-event1-add .details .column.title, form#edit-event .details .column.title {
    
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    width: 125px; }

form#calendar-event1-add .details .btn/*, form#edit-event .details .btn*/ {
  color: white;
  text-decoration: none;
  
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-size: 18px;
  padding: 6px 84px; }

form#calendar-event1-add .form, form#edit-event .form {
  display: none;
  padding-bottom: 60px; }

form#calendar-event1-add .event-delete, form#edit-event .event-delete {
  display: none;
  padding-bottom: 60px; }

.twitter-typeahead {
  width: 100%;
  color: #404040; }
  .twitter-typeahead .tt-dropdown-menu {
    background: #fff;
    padding: 0 15px;
    font-size: 12px;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); }
    .twitter-typeahead .tt-dropdown-menu .tt-suggestion:hover {
      cursor: pointer;
      
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }

#rate-review {
  margin-bottom: 20px;
  padding: 0 45px; }
  #rate-review header {
    overflow: hidden;
    margin-bottom: 25px;
    padding: 0;
    border-bottom: 1px solid #ebebeb; }
    #rate-review header h2 {
      font-size: 34px;
      line-height: 34px;
      float: left;
      width: 50%;
      
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }
      #rate-review header h2 .starrr {
        font-size: 34px;
        line-height: 34px;
        display: inline-block; }
        #rate-review header h2 .starrr i {
          font-size: 34px; }
      #rate-review header h2 .starrr-count-lg {
        line-height: 42px;
        margin-left: 10px; }
      #rate-review header h2 .pipe {
        display: inline-block;
        width: 1px;
        height: 24px;
        background-color: #ebebeb; }
    #rate-review header .sort {
      float: right;
      margin: 10px 0 0 0; }
      #rate-review header .sort li {
        float: left;
        margin-left: 20px;
        list-style-type: none;
        text-transform: uppercase;
        
        font-weight: normal;
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important; }
        #rate-review header .sort li a {
          display: inline-block; }
          #rate-review header .sort li a .marker {
            display: none;
            text-align: center; }
        #rate-review header .sort li.active {
          

          font-weight: normal;
          font-style: normal;
          text-rendering: optimizeLegibility !important;
          -webkit-font-smoothing: antialiased !important; }
          #rate-review header .sort li.active .marker {
            display: block; }
  #rate-review .reviews {
    margin: 20px 0;
    padding: 0;
    list-style: none; }
  #rate-review .review {
    margin: 60px 0 0 0;
    padding: 0 0 60px 0;
    padding: 0 35px;
    border-bottom: 1px solid #ebebeb; }
    #rate-review .review:last-of-type {
      border: none; }
    #rate-review .review h3,
    #rate-review .review h4 {
      text-transform: uppercase;
      
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }
    #rate-review .review h3 {
      font-size: 18px;
      margin: 0 0 12px 0; }
    #rate-review .review h4 {
      font-size: 14px; }
    #rate-review .review .date {
      font-size: 12px;
      margin-left: 10px;
      color: #b7b7b7; }
  #rate-review .row {
    padding: 0; }
  #rate-review .product .row {
    float: right;
    width: 50%; }
  #rate-review .product img {
    float: left;
    width: 50%; }

.rate-review-form .tile.small {
  width: 100%; }
  .rate-review-form .tile.small img {
    float: left;
    width: 25%;
    padding: 0; }
  .rate-review-form .tile.small .row {
    float: right;
    width: 70%; }

.rate-review-form .review-item {
  overflow: hidden; }
  .rate-review-form .review-item .product {
    margin: 0;
    width: 100%; }
    .rate-review-form .review-item .product img {
      background-color: #eee; }
  .rate-review-form .review-item .form-group {
    float: left;
    margin: 10px 0; }
  .rate-review-form .review-item .item {
    width: 60%;
    margin-right: 10%;
    border-right: 1px solid #ebebeb; }
  .rate-review-form .review-item .rating-stars {
    width: 30%; }
    .rate-review-form .review-item .rating-stars .starrr {
      font-size: 34px; }
      .rate-review-form .review-item .rating-stars .starrr i {
        font-size: 34px; }

#delete-user a[class^='btn-cancel'] {
  display: inline-block;
  margin-top: 10px;
  margin-left: 440px;
  text-decoration: underline;
  color: #404040; }

#sub_edit {
  text-decoration: underline;
  color: #404040;
  
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

#transactions-header {
  font-size: 34px;
  margin: 0;
  padding: 15px 0 25px 45px; }

.sub-margin {
  margin: 25px 20px 0 0;
  color: #b7b7b7; }

.sub-message {
  font-size: 1em !important;
  line-height: 1.5em;
  float: right;
  margin-right: 8px;
  padding: 5px;
  text-decoration: inherit;
  color: #b7b7b7; }

.del-button {
  font-size: 18px !important;
  margin-right: 0 !important;
  text-decoration: none !important;
  color: #fff !important; }

.section > h2 {
  padding-top: 35px; }

table span {
  
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

.content.account label {
  line-height: 19px; }
  .content.account label:hover {
    cursor: pointer; }

.content.account input[type='checkbox'] {
  display: none; }

.content.account input[type='checkbox'] + span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 8px 0 0;
  cursor: pointer;
  vertical-align: middle;
  background: url(../images/checkbox.png) left top no-repeat; }

.content.account input[type='checkbox']:checked + span {
  background: url(../images/checkbox.png) -19px top no-repeat; }

.content.account nav {
  line-height: 57px;
  height: 57px;
  padding: 0 0 0 45px;
  background-color: #747474;
  background-image: -webkit-linear-gradient(#747474, #626262);
  background-image: linear-gradient(#747474, #626262);
  display: block;
  /*        .nav-center {
                    width: 95%;
                    margin: 0 auto;
                }*/ }
  .content.account nav::after {
    clear: both;
    content: "";
    display: table; }
  .content.account nav a {
    font-size: 20px;
    display: inline-block;
    float: left;
    min-width: 125px;
    margin: 0;
    padding: 0 25px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    border-right: 1px solid #555;
    border-left: 1px solid #7d7d7d; }
    .content.account nav a:first-child {
      border-left: none; }
    .content.account nav a:last-child {
      border-right: none; }
    .content.account nav a:hover, .content.account nav a.active {
      color: white;
      background-color: #626262;
      background-image: -webkit-linear-gradient(#626262, #747474);
      background-image: linear-gradient(#626262, #747474); }

.content.account .section .row {
  padding: 15px 45px; }
  .content.account .section .row.addresses, .content.account .section .row.options, .content.account .section .row.users {
    padding-left: 79px; }
  .content.account .section .row.users .column.action {
    float: right; }

.content.account .section .column {
  float: left;
  padding: 15px 0; }
  .content.account .section .column.info, .content.account .section .column.address, .content.account .section .column.user, .content.account .section .column.packages {
    width: 369px;
    margin-left: 34px; }
  .content.account .section .column.address, .content.account .section .column.user {
    margin: 0; }
  .content.account .section .column.password, .content.account .section .column.teams, .content.account .section .column.address.shipping {
    width: 419px;
    margin: 0; }
  .content.account .section .column.contact, .content.account .section .column.action, .content.account .section .column.sports {
    width: 264px; }
  .content.account .section .column.action .btn {
    padding: 15px 65px 12px 65px;
    color: #676767;
    background: #e3e3e3;
    box-shadow: 0 2px 0 #a2a2a2; }
  .content.account .section .column.password {
    margin: 45px 0 0 0; }
  .sports-team .search {
    position: relative;
    border-radius: 3px;
    background: #fbfbfb;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15); }
    .sports-team .search input {
      font-size: 12px;
      width: 90%;
      padding: 10px;
      border: none;
      background: none; }
      .sports-team .search input:focus {
        outline: none; }
    .sports-team .search i {
      position: absolute;
      top: 10px;
      right: 10px;
      color: #a1a1a1; }
  .sports-team.sports .search {
    width: 100%; }
  .content.account .section .column h3 {
    font-size: 18px; }
    .content.account .section .column h3 span {
      font-size: 14px; }
  .sports-team ul {
    width: 60%;
    margin: 20px 0 0 0;
    padding: 0; }
    .sports-team ul li {
      
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      list-style: none;
      padding: 8px 0;
      position: relative; }
      .sports-team ul li a {
        font-size: 16px;
        line-height: 22px;
        position: absolute;
        right: 0;
        width: 22px;
        height: 22px;
        text-align: center;
        color: #404040;
        border-radius: 50%;
        background: #dfdfdf;
        
        font-weight: normal;
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important; }
        .sports-team ul li a:hover {
          background: #d2d2d2; }
      .sports-team ul li span {
        line-height: 20px;
        margin-left: 10px; }
  .content.account .section .column.contact p {
    margin: 5px 0; }
  .content.account .section .column.address {
    position: relative; }
    .content.account .section .column.address p {
      margin: 0; }
    .content.account .section .column.address .links {
      margin-top: 1em; }
  .content.account .section .column .links a {
    font-size: 16px;
    margin-right: 20px;
    text-decoration: underline;
    color: #404040;
    
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
  .content.account .section .column.packages h3 {
    position: relative;
    left: 0;
    text-transform: none; }
  .content.account .section .column.packages p {
    margin: 30px 0 0 0; }
    .content.account .section .column.packages p span {
      color: #00a3ff;
      
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }
  .content.account .section .column.topics {
    width: 100%; }
    .content.account .section .column.topics ul {
      width: 100%; }
      .content.account .section .column.topics ul li {
        float: left;
        width: 25%;
        border: none; }

.content.account.dashboard .user-info,
.content.account.dashboard .calendar {
  float: left;
  width: 50%;
  margin-top: 30px; }

.content.account.dashboard .user-info {
  padding-right: 45px;
  border-right: 1px solid #ebebeb; }
  .content.account.dashboard .user-info h1 {
    font-size: 50px;
    text-transform: uppercase;
    color: #00a3ff;
    
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    line-height: 1em;
    margin: 2px 0 0 0; }
  .content.account.dashboard .user-info h2 {
    font-size: 24px;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #ebebeb;
    
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
  .content.account.dashboard .user-info .details,
  .content.account.dashboard .user-info .packages {
    float: left; }
  .content.account.dashboard .user-info .details {
    width: 40%; }
    .content.account.dashboard .user-info .details .credits span,
    .content.account.dashboard .user-info .details .credits p {
      float: left; }
    .content.account.dashboard .user-info .details .credits span {
      font-size: 32px;
      line-height: 55px;
      display: block;
      width: 45%;
      height: 50px;
      margin-right: 5%;
      text-align: center;
      color: white;
      border-radius: 5px;
      background: #00a3ff;
      
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }
    .content.account.dashboard .user-info .details .credits p {
      font-size: 16px;
      width: 50%;
      margin: 8px 0; }
  .content.account.dashboard .user-info .packages {
    width: 60%;
    padding: 0;
    padding-left: 25px;
    border-left: 1px solid #ebebeb; }
    .content.account.dashboard .user-info .packages p {
      font-size: 18px;
      margin: 14px 0;
      
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }
    .content.account.dashboard .user-info .packages .icon {
      margin: 0; }

.content.account.dashboard .calendar {
  padding-left: 28px; }
  .content.account.dashboard .calendar .current-date,
  .content.account.dashboard .calendar #mini-calendar {
    float: left; }
  .content.account.dashboard .calendar .current-date {
    width: 30%; }
    .content.account.dashboard .calendar .current-date .date,
    .content.account.dashboard .calendar .current-date .day,
    .content.account.dashboard .calendar .current-date .full {
      line-height: 1em;
      display: block; }
    .content.account.dashboard .calendar .current-date .date {
      font-size: 61px;
      margin: 10px 0 32px 0;
      color: #00a3ff; }
    .content.account.dashboard .calendar .current-date .day,
    .content.account.dashboard .calendar .current-date .full {
      font-size: 22px; }
    .content.account.dashboard .calendar .current-date .btn {
      padding: 6px 18px 4px 18px; }
    .content.account.dashboard .calendar .current-date .full {
      margin-top: -20px; }
    .content.account.dashboard .calendar .current-date .day {
      color: #00a3ff;
      font-weight: bold;
      margin: 2px 0 32px; }
  .content.account.dashboard .calendar #mini-calendar {
    width: 70%; }

.content.account.dashboard .notifications {
  padding: 15px 0;
  padding-top: 42px;
  background: #f2f2f2; }
  .content.account.dashboard .notifications h2 {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 24px 0;
    text-align: center;
    text-transform: uppercase; }
  .content.account.dashboard .notifications header {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #dbdada; }
    .content.account.dashboard .notifications header h3 {
      font-size: 12px; }
    .content.account.dashboard .notifications header .pipe {
      display: inline;
      margin: 0 8px;
      color: #dbdada; }
  .content.account.dashboard .notifications .column {
    float: left;
    /*                width: 50%;*/
    width: 33.33333%;
    height: 100%;
    min-height: 300px;
    padding: 0 45px;
    margin-bottom: 20px;
    border-left: 1px solid #dbdada;
    background: transparent; }
    .content.account.dashboard .notifications .column ul li span {
      width: 250px; }
    .content.account.dashboard .notifications .column:first-of-type {
      border: 0; }
  .content.account.dashboard .notifications .mid {
    padding: 0 30px; }

.content.account.transactions td span {
  text-align: left;
  margin-left: -80px; }

.content.account.transactions .download {
  margin: 10px 0 0 0;
  
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #00a3ff; }
  .content.account.transactions .download a {
    
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }

.content.account.transactions .alert {
  font-size: 24px;
  line-height: 50px;
  width: 100%;
  height: 50%;
  text-align: center;
  color: #fff;
  background: #0080b2;
  
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }
  .content.account.transactions .alert p {
    margin: 0; }

.content.account.transactions .trn-balance {
  padding-left: 50px; }

/*.content.account.transactions .header.basic {
  padding: 40px 80px 15px 80px; }*/
  .content.account.transactions .header.basic a {
    text-transform: uppercase;
    
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
  .content.account.transactions .header.basic p {
    margin-top: 20px; }
    @media screen and (min-width: 300px) and (max-width: 768px){
       .content.account.transactions .alert p {
    margin: 0;line-height: 27px; }
.content.account.transactions .info {
  display: block;
  /*margin: 60px 0 60px 80px;*/ }
  .header.toggle {
    position: relative;
    width: 100%;
    padding: 15px 20px;}
  }
@media screen and (min-width: 768px) and (max-width: 1920px){
.content.account.transactions .info {
  display: inline-block;
  margin: 60px 0 60px 80px; }
  }
  .content.account.transactions .info h4 {
    font-size: 18px;
    margin: 0 0 20px 0;
    
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
  .content.account.transactions .info p {
    margin: 0; }
  .content.account.transactions .info span,
  .content.account.transactions .info a {
    color: #00a3ff;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }

  .content.account.transactions .order:last-child {
    border: none; }
    @media screen and (min-width: 300px) and (max-width: 768px){
  .content.account.transactions .order.row {
    /*  margin: 60px 45px 15px 45px;*/
    /*margin: 50px 50px 20px 45px;*/
    padding: 0 35px 24px 35px; }}
  .content.account.transactions .order .details {
    float: left;
    width: 260px; }
    .content.account.transactions .order .details span {
      display: block; }
      .content.account.transactions .order .details span.order-number {
        font-size: 18px;
        margin-bottom: 20px;
        font-weight: normal;
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important; }
      .content.account.transactions .order .details span.order-status {
        margin-bottom: 30px; }
      .content.account.transactions .order .details span.order-tracking {
        margin-top: 20px; }
      .content.account.transactions .order .details span strong {
        font-weight: normal;
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important; }

  .content.account.transactions .order .products {
    float: left;
    width: 750px; }
    @media screen and (min-width: 300px) and (max-width: 768px){
  .content.account.transactions .order .product {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #f1eeee;
    padding: 0px 10px;
    /*padding-right: 40px;*/ }
  .content.account.transactions .order .products {
    float: left;
    width: 100%; }}
     @media screen and (min-width: 768px) and (max-width: 1920px){
  .content.account.transactions .order .product {
    float: left;
    /*width: 50%;*/
    padding-right: 40px; }}
    .content.account.transactions .order .product .row {
      padding: 0; }
    .content.account.transactions .order .product img {
      float: left;
      width: 260px;
      height: auto;
      margin-right: 40px; }
    .content.account.transactions .order .product .title {
      font-size: 14px;
      width: 165px;
      margin-top: 30px;
      text-transform: uppercase; }
    .content.account.transactions .order .product .title-spacing{padding: 0;}
    .content.account.transactions .order .product .starrr i {
      font-size: 12px; }
    .content.account.transactions .order .product .quantity {
      font-size: 14px;
      display: block;
      margin: 20px 0 0 0;
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }
@media screen and (max-width: 768px){
  .content.account.transactions .order .product img {
      float: left;
      width: 100%;
      height: auto;
      /*margin-right: 40px;*/ }
  .content.account.transactions .order .product .quantity {
      font-size: 14px;
      display: block;
      float: left;
      margin: 0px 0 20px 0;
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }
}
.content.account.transactions.details .balance,
.content.account.transactions.details tr {
  padding: 30px 80px; }

.content.account.transactions.details .balance {
  font-size: 24px;
  width: 100%;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #0080b2;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }
  .content.account.transactions.details .balance strong {
    margin-left: 20px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }

.content.account.transactions.details table {
  width: 100%;
  border-collapse: collapse; }

.content.account.transactions.details thead {
  font-size: 18px;
  color: #fff;
  background-color: #00a1e2;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

.content.account.transactions.details th,
.content.account.transactions.details td {
  margin: 0;
  padding: 0;
  padding: 15px 0;
  text-align: center; }

.content.account.transactions.details td {
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }
  .content.account.transactions.details td a {
    text-decoration: underline;
    color: #404040; }

.content.account.transactions.details tr:nth-child(even) {
  background-color: #f6f6f6; }

.content.account.alerts .section {
  padding: 15px 45px;
  /*            padding: 0 45px 40px 45px;*/ }
  .content.account.alerts .section .row {
    padding-right: 0; }
  .content.account.alerts .section > header,
  .content.account.alerts .section .info {
    padding-left: 35px; }
  .content.account.alerts .section > header {
    position: relative;
    display: block;
    width: 100%;
    height: 62px;
    padding-top: 45px;
    padding-bottom: 20px;
    background: transparent; }
    .content.account.alerts .section > header a {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }
  .content.account.alerts .section .info {
    width: 774px;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }

.content.account.alerts .alert {
  padding-bottom: 25px;
  padding-left: 35px;
  border-bottom: 1px solid #ebebeb; }
  .content.account.alerts .alert:last-child {
    border: none; }
  .content.account.alerts .alert p {
    line-height: 1em;
    margin: 0 0 5px 0; }
  .content.account.alerts .alert .message {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
  .content.account.alerts .alert .due {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
  .content.account.alerts .alert .details {
    background: url(../images/icons/alert-icon.png) left center no-repeat;
    /*                background: url(../images/icons/icon-alerts.png) left center no-repeat;*/
    float: left;
    height: 40px;
    margin-top: 10px;
    padding: 5px 0 0 60px; }
    .content.account.alerts .alert .details .read:hover {
      color: #00a3ff; }
  .content.account.alerts .alert .btn {
    float: right;
    margin-top: 10px;
    padding: 7px 65px 5px 65px;
    color: #676767;
    background: #e3e3e3;
    box-shadow: 0 2px 0 #a2a2a2; }

.content.account.calendar .calendar {
  position: relative; }

.content.account.calendar #full-calendar {
  width: 100%;
  float: left;
  margin-bottom: 60px;
  /* .day.today {
                color: white;
                background-color: $primaryBlue;
            } */ }

.content.account.calendar .info {
  font-size: 14px;
  line-height: 25px;
  height: 25px;
  margin-bottom: 30px;
  margin-left: 40px;
  padding-left: 40px;
  background: url(../images/icons/info.png) center left no-repeat;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

.content.account.calendar .header #event_type,
.content.account.calendar .header #event_typeSelectBoxItOptions,
.content.account.calendar .header #event_typeSelectBoxIt {
  width: 216px !important;
  margin-right: 28px; }

.content.account.calendar .header #event_type,
.content.account.calendar .header #event_typeSelectBoxIt {
  height: 42px !important;
  padding: 6px 10px; }

.content.account.calendar .sidebar {
  float: right;
  width: 30%;
  padding-top: 1px;
  background-color: #f2f2f2; }
  .content.account.calendar .sidebar header {
    display: none;
    padding: 0 42px; }
  .content.account.calendar .sidebar h2 {
    font-size: 12px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dbdada; }
  .content.account.calendar .sidebar .pipe {
    padding: 0 8px;
    color: #dbdada; }

.content.account.barfinder .eventsContent {
  margin: 20px 0 40px 0; }

.content.account.barfinder .calendar,
.content.account.barfinder .event-container {
  float: left; }

.content.account.barfinder #barfinder-calendar {
  width: 100%;
  margin: 0 auto; }
  .content.account.barfinder #barfinder-calendar .clndr .calendar-header .month-year {
    font-size: 22px; }
  .content.account.barfinder #barfinder-calendar .controls span.clndr-today-button {
    margin-right: 5px;
    font-size: 18px;
    text-transform: none; }

.content.account.barfinder .calendar {
  width: 55%;
  margin-right: 7%;
  border-right: 1px solid #ebebeb; }

.content.account.barfinder .event-container {
  width: 35%; }
  .content.account.barfinder .event-container ul {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none; }
    .content.account.barfinder .event-container ul li {
      margin: 0 0 10px 0; }
    .content.account.barfinder .event-container ul a {
      color: #404040;
      text-decoration: underline;
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      font-size: 16px; }
  .content.account.barfinder .event-container .btn:hover {
    text-decoration: none !important; }

.content.account.barfinder .current-date {
  width: 90%;
  margin: 10px 0 35px; }
  .content.account.barfinder .current-date .date,
  .content.account.barfinder .current-date .day,
  .content.account.barfinder .current-date .full {
    line-height: 1em;
    display: block; }
  .content.account.barfinder .current-date .date {
    font-size: 61px;
    margin: 10px 0 32px 0;
    color: #00a3ff; }
  .content.account.barfinder .current-date .day,
  .content.account.barfinder .current-date .full {
    font-size: 22px; }
  .content.account.barfinder .current-date .btn {
    margin-top: 100px;
    padding: 6px 18px 4px 18px; }
  .content.account.barfinder .current-date .day {
    font-weight: bold;
    margin-bottom: 11px;
    color: #00a3ff; }

.content.account.barfinder .calendar-header {
  font-size: 14px;
  line-height: 40px;
  height: 40px;
  text-transform: uppercase;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

.content.account.barfinder #barfinder-calendar {
  width: 55%; }
  .content.account.barfinder #barfinder-calendar table {
    width: 100%; }
  .content.account.barfinder #barfinder-calendar .controls {
    padding: 0; }

.alerts .section > h2 {
  margin-bottom: -10px; }

.alerts .section {
  padding-bottom: 25px !important; }

.alerts .sort-order {
  display: block;
  margin-top: 50px;
  font-size: 20px;
  margin-bottom: 10px; }

.alerts .selectboxit-container .selectboxit {
  height: 40px !important; }

.alerts .selectboxit-container .selectboxit-options,
.alerts .selectboxit-container .selectboxit {
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #404040;
  padding: 5px 0;
  width: 330px !important; }

.alerts br {
  line-height: 30px; }

.menu-no-alerts {
  width: 100%; }

.read {
  color: inherit; }

.unread {
  color: #00a3ff; }

.unread:hover {
  text-decoration: underline; }

.home-read {
  color: #dedede; }

.home-unread {
  color: inherit; }

.home-unread:hover {
  text-decoration: underline; }

/*#profit-calculator select {
  width: 60px;
  display: none !important; }

#profit-calculator select,
#profit-calculator input {
  margin: 0 !important; }

#profit-calculator input {
  width: 100%;
  text-align: right; }

#profit-calculator table {
  border-spacing: 0;
  border-collapse: colla
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  width: 100%; }
  #profit-calculator table thead tr {
    background: #00a3ff;
    color: white;
    font-size: 20px; }
  #profit-calculator table thead td {
    padding: 20px 10px; }
    #profit-calculator table thead td.spacer {
      background: white; }
  #profit-calculator table table {
    text-transform: uppercase; }
    #profit-calculator table table tr.border {
      border-bottom: 3px solid #d5d5d5; }
    #profit-calculator table table td {
      padding: 0 10px;
      max-height: 60px; }
      #profit-calculator table table td span {
        display: inline-block; }
        #profit-calculator table table td span.fb-cost {
          display: inline;
          line-height: 35px; }
    #profit-calculator table table tbody tr {
      background: white;
      height: 60px; }
      #profit-calculator table table tbody tr:nth-child(odd) {
        background: #eee; }
      #profit-calculator table table tbody tr.total {
        background: #125186;
        color: white; }
    #profit-calculator table table tbody td:nth-child(3) {
      text-align: right;
      width: 110px; }

#profit-calculator {
  width: 100%;
  margin-left: -20px; }
  #profit-calculator sectio
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
  #profit-calculator .wrapper {
    min-width: 0;
    margin-left: 0; }
    #profit-calculator .wrapper #sports-row {
      min-height: 110px; }
  #profit-calculator .container-calc .top-row {
    line-height: 40px;
    text-align: center; }
    #profit-calculator .container-calc .top-row .lead-message {
      font-size: 30px; }
    #profit-calculator .container-calc .top-row .display-message {
      font-size: 40px;
      margin-bottom: 30px; }
  #profit-calculator .copyright {
    display: block;
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 15px; }
  #profit-calculator .row::after {
    clear: both;
    content: "";
    display: table; }
  #profit-calculator .row #sports-header
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    display: block;
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 10px;
    margin: 0 auto;
    text-align: center;
    width: 95%; }
  #profit-calculator .row .calc-foote
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    border-top: 1px solid #d5d5d5;
    font-size: 16px;
    margin: 5px 0px 5px;
    padding-top: 40px;
    text-align: center; }
    #profit-calculator .row .calc-footer .calc-offer {
      
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      padding-top: 40px;
      font-size: 18px; }
    #profit-calculator .row .calc-footer .calc-phone {
      padding-top: 20px;
      font-size: 24px
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }
      #profit-calculator .row .calc-footer .calc-phone .calc-call {
        
        font-weight: normal;
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        margin-right: 4px; }
      #profit-calculator .row .calc-footer .calc-phone .calc-blue {
        color: #00a3ff; }
  #profit-calculator .row .pull-left .parties, #profit-calculator .row .pull-right .parties {
    font-size: 12px; }
  #profit-calculator .row .pull-left:nth-of-type(1) {
    position: relative; }
  #profit-calculator .row .pull-right .selectboxit-container .selectboxit-options,
  #profit-calculator .row .pull-right .selectboxit-container .selectboxit {
    width: 200px !important;
    background-color: #fbfbfb; }
  #profit-calculator .row .pull-right .col-right .selectboxit-container .selectboxit-options,
  #profit-calculator .row .pull-right .col-right .selectboxit-container .selectboxit, #profit-calculator .row .pull-right .col-left .selectboxit-container .selectboxit-options,
  #profit-calculator .row .pull-right .col-left .selectboxit-container .selectboxit {
    margin-top: 5px;
    margin-bottom: -10px;
    width: 60px !important;
    background-color: #fbfbfb; }
  #profit-calculator .row .col-left-top {
    width: 50%;
    float: left;
    position: relative; }
    #profit-calculator .row .col-left-top img {
      float: right;
      left: -4px;
      padding-bottom: 10px;
      position: absolute;
      top: -50px;
      width: 122px; }
  #profit-calculator .row .col-right-top {
    width: 68%;
    float: right; }
  #profit-calculator .row .title {
    background-color: #00a3ff;
    color: #fff;
    padding: 20px;
    padding-left: 14px;
    padding-right: 14px;
    width: 48%;
    font-size: 20
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
  #profit-calculator .row .left-top-hea
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    float: right;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
    padding-bottom: 8px;
    text-transform: uppercase; }
    #profit-calculator .row .left-top-head .sports-headers {
      font-size: 18px;
      margin-left: 2px; }
  #profit-calculator .row .notes-left {
    width: 10%;
    float: left; }
  #profit-calculator .row .notes-middle {
    width: 70%;
    float: left; }
  #profit-calculator .row .notes-right {
    width: 20%;
    float: right; }
  #profit-calculator .row .pull-left, #profit-calculator .row .pull-right {
    width: 48%; }
    #profit-calculator .row .pull-left .profit, #profit-calculator .row .pull-right .profit {
      background-color: #125186;
      color: white; }
    #profit-calculator .row .pull-left .gray, #profit-calculator .row .pull-right .gray {
      background-color: #eee; }
    #profit-calculator .row .pull-left .gray-border, #profit-calculator .row .pull-right .gray-border {
      border-bottom: 3px solid #d5d5d5; }
    #profit-calculator .row .pull-left span, #profit-calculator .row .pull-right span {
      display: inline-block; }
    #profit-calculator .row .pull-left .equals, #profit-calculator .row .pull-right .equals {
      float: left; }
    #profit-calculator .row .pull-left .col-left, #profit-calculator .row .pull-left .col-middle, #profit-calculator .row .pull-left .col-right, #profit-calculator .row .pull-right .col-left, #profit-calculator .row .pull-right .col-middle, #profit-calculator .row .pull-right .col-right {
      line-height: 50px; }
    #profit-calculator .row .pull-left .col-left, #profit-calculator .row .pull-right .col-left {
      width: 70%;
      float: left;
      padding-left: 10px; }
    #profit-calculator .row .pull-left .col-middle, #profit-calculator .row .pull-right .col-middle {
      width: 15%;
      float: left;
      font-size: 1.2em; }
    #profit-calculator .row .pull-left .col-right, #profit-calculator .row .pull-right .col-right {
      width: 15%;
      float: left; }
      #profit-calculator .row .pull-left .col-right .amount, #profit-calculator .row .pull-right .col-right .amount {
        max-height: 50px; }
      #profit-calculator .row .pull-left .col-right .right, #profit-calculator .row .pull-right .col-right .right {
        float: right;
        margin-right: 20px; }
  #profit-calculator .row .pull-right .num {
    float: left; }

#profit-calculator .container-calc #parties {
  font-size: 10px;
  position: absolute;
  right: 8px;
  top: 506px; }

#profit-calculator .container-calc .gray-back {
  background-color: #eee; }

#profit-calculator .container-calc .orange-back {
  background-color: #ed9232; }

#profit-calculator .container-calc .btn {
  margin-top: 20px; }

#profit-calculator .container-calc .color-white {
  color: white; }

#profit-calculator .container-calc .equals {
  float: right;
  font-size: 1.5em;
  margin-right: 40%; }

#profit-calculator .container-calc .amount {
  float: right;
  margin-right: 10px; }

#profit-calculator .container-calc .calc-row {
  min-height: 74px;
  max-height: 90px; }
  #profit-calculator .container-calc .calc-row .row-left, #profit-calculator .container-calc .calc-row .row-middle {
    padding-top: 5px; }
  #profit-calculator .container-calc .calc-row .row-left {
    padding: 8px;
    width: 50%; }
  #profit-calculator .container-calc .calc-row .row-middle {
    width: 10%; }

#profit-calculator .container-calc .calc-weekly-cost {
  display: inline-block;
  vertical-align: top; }

#profit-calculator .container-calc .profit {
  background-color: #125186;
  color: white; }

#profit-calculator .container-calc .calc-bottom-row {
  width: 100%;
  background-color: #eee;
  margin-left: -60px;
  margin-top: 30px;
  min-height: 250px;
  width: 110.7%; }
  #profit-calculator .container-calc .calc-bottom-row .col-left, #profit-calculator .container-calc .calc-bottom-row .col-right {
    background-color: white;
    border: 1px solid #ddd; }
    #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-head, #profit-calculator .container-calc .calc-bottom-row .col-right .bottom-head 
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      background-color: #00a3ff;
      color: white;
      font-size: 12px;
      padding: 8px;
      text-align: center;
      text-transform: uppercase; }
    #profit-calculator .container-calc .calc-bottom-row .col-left .pkg-title, #profit-calculator .container-calc .calc-bottom-row .col-right .pkg-title {
      font-size: 12px;
      
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }
  #profit-calculator .container-calc .calc-bottom-row .col-left {
    width: 60%;
    float: left;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    margin-left: 20px;
    margin-top: 20px; }
    #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row-head {
      height: 50px;
      color: white; }
      #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row-head span {
        display: block; }
      #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row-head .info-col-left {
        width: 70%;
        float: left; }
      #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row-head .info-col-mid {
        width: 15%;
        float: left; }
      #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row-head .info-col-right {
        width: 15%;
        float: right; }
    #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row .inner-left {
      width: 50%;
      float: left;
      background-color: white;
      float: left;
      padding: 20px;
      width: 30%; }
    #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row .inner-left:nth-child(1) {
      background-color: none; }
    #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row .inner-right {
      width: 70%;
      float: right;
      text-align: left;
      padding: 10px; }
      #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row .inner-right ul {
        color: #00a3ff; }
        #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row .inner-right ul span {
          color: #404040; }
      #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row .inner-right ul, #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row .inner-right li {
        padding: 0;
        margin: 0; }
    #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row .info-col-left {
      width: 70%;
      float: left; }
    #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row .info-col-mid {
      width: 15%;
      float: left; }
      #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row .info-col-mid span {
        line-height: 60px; }
    #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row .info-col-right {
      width: 15%;
      float: left; }
    #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row .info-col-left, #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row .info-col-mid, #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row .info-col-right {
      border-bottom: 2px solid #eee;
      min-height: 130px; }
      #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row .info-col-left span, #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row .info-col-mid span, #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row .info-col-right span {
        display: block;
        height: 50px; }
    #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row .info-col-mid, #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row .info-col-right {
      border-left: 1px solid #ddd;
      border-right: 1px solid #ddd; }
      #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row .info-col-mid span, #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row .info-col-right span {
        margin-top: 10px;
        text-align: center; }
      #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row .info-col-mid span:nth-child(1), #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row .info-col-right span:nth-child(1) {
        margin-top: 0; }
    #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row .info-col-right span 
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      line-height: 60px; }
    #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-row .no-bottom {
      border-bottom: none !important; }
    #profit-calculator .container-calc .calc-bottom-row .col-left .bottom-head 
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      background-color: #00a3ff;
      border-bottom: none;
      color: white;
      font-size: 12px;
      min-height: none;
      padding: 8px;
      text-align: center;
      text-transform: uppercase; }
  #profit-calculator .container-calc .calc-bottom-row .col-right {
    width: 32%;
    float: right;
    margin-right: 30px;
    margin-top: 20px;
    min-height: 54px; }
    #profit-calculator .container-calc .calc-bottom-row .col-right .bottom-head {
      background-color: #00a3ff; }
    #profit-calculator .container-calc .calc-bottom-row .col-right .calc-action-top img {
      display: block;
      margin: 0 auto; }
    #profit-calculator .container-calc .calc-bottom-row .col-right .calc-action-bottom {
      display: inline-block; }
      #profit-calculator .container-calc .calc-bottom-row .col-right .calc-action-bottom p {

        font-weight: normal;
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        border-top: 1px solid #eee;
        font-size: 16px;
        line-height: 32px;
        margin-left: 5px;
        margin-top: 30px;
        padding: 6px; }

#profit-calculator .container-calc .calc-row:nth-child(odd) {
  background-color: #eee; }

#profit-calculator .container-calc .calc-row:nth-child(1) {
  background-color: #fff; }

#profit-calculator .container-calc .calc-row:last-of-type {
  background-color: #125186;
  color: #fff;
  line-height: 36px;
  margin-bottom: 10px; }

#profit-calculator .container-calc .notes-left {
  
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-size: 18px;
  margin-top: 32px;
  padding-left: 10px; }

#profit-calculator .container-calc .notes-middle-ext
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }
  #profit-calculator .container-calc .notes-middle-extra span {
    display: inline-block;
    margin-top: 28px;
    width: 760px; }
  #profit-calculator .container-calc .notes-middle-extra .copyright {
    display: inline-block;
    margin-left: 85px;
    margin-bottom: 40px;
    width: 400px; }

#profit-calculator .container-calc .notes-midd
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  margin-bottom: 20px;
  margin-left: -12px;
  margin-top: 28px; }

#profit-calculator .container-calc .notes-right {
  margin-top: 10px; }

#profit-calculator .container-calc .note-left {
  width: 20%;
  float: left;
  
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  font-size: 18px;
  margin-top: 30px;
  margin-left: 24px;
  width: auto; }

#profit-calculator .container-calc .note-rig
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  width: 80%;
  float: right;
  margin-top: 24px; }
  #profit-calculator .container-calc .note-right span {
    display: inline-block; }
  #profit-calculator .container-calc .note-right .note-right-top {
    display: block;
    margin-top: 25px;
    margin-left: 80px;
    width: 670px; }
  #profit-calculator .container-calc .note-right .note-right-bottom {
    color: blue; }
  #profit-calculator .container-calc .note-right .reserved {
    display: block;
    font-size: 12px;
    margin-top: 20px; }

#profit-calculator .container-calc .top-row .lead-message {
  font-size: 30px;
  line-height: 40px; }

#profit-calculator .container-calc .top-row .display-message {
  font-size: 40px;
  line-height: 40px; }
*/
#cboxLoadedContent #sports-kit-boxing {
  height: 600px; }

#cboxLoadedContent #sports-kit-bkb {
  height: 620px; }

#cboxLoadedContent #sports-kit-nfl {
  height: 640px; }

#cboxLoadedContent #sports-kit-nfl-corner {
  left: -66px;
  position: absolute;
  top: -52px;
  width: 178px; }

#cboxLoadedContent #sports-kit-college-extra {
  height: 640px; }

#cboxLoadedContent #sports-kit-college-extra-corner {
  left: -83px;
  position: absolute;
  top: -84px;
  width: 220px; }

#cboxLoadedContent #fantasy-kit-nfl {
  height: 580px; }

#cboxLoadedContent .sports-kit-wrap {
  width: 85%;
  margin-left: 40px;
  height: 500px; }
  #cboxLoadedContent .sports-kit-wrap .sports-kit-head h1 {
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-transform: uppercase;
    text-align: left; }
  #cboxLoadedContent .sports-kit-wrap .sports-kit-body img {
    width: 100%; }
  #cboxLoadedContent .sports-kit-wrap .sports-kit-details {
    border-top: 1px solid #eee;
    margin-top: 15px; }
    #cboxLoadedContent .sports-kit-wrap .sports-kit-details ul {
      margin-top: 24px;
      padding-left: 16;
      color: #00a3ff; }
      #cboxLoadedContent .sports-kit-wrap .sports-kit-details ul li {
        margin-bottom: 8px; }
    #cboxLoadedContent .sports-kit-wrap .sports-kit-details .kit-details {
      color: #404040;
      margin-bottom: 5px; }

.applications .app-calc {
  margin-top: 15px; }

.applications .container-calc {
  width: 100%; }
  .applications .container-calc .top-row {
    width: 100%; }
    .applications .container-calc .top-row .lead-message, .applications .container-calc .top-row .display-message {
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      display: block;
      margin: 0 auto;
      min-height: 50px;
      padding-top: 20px;
      text-align: center;
      text-transform: uppercase;
      width: 80%; }
    .applications .container-calc .top-row .lead-message {
      font-size: 30px; }
    .applications .container-calc .top-row .display-message {
      font-size: 40px; }
  .applications .container-calc .left-col, .applications .container-calc .right-col {
    color: white;
    font-size: 24px;
    margin: 20px;
    margin-top: 24px;
    min-height: 30px;
    padding-left: 22px;
    padding-top: 20px;
    padding: 18px; }
  .applications .container-calc .left-col {
    width: 42%;
    float: left;
    background-color: #00a3ff;
    margin-left: 30px; }
  .applications .container-calc .right-col {
    width: 45%;
    float: right;
    background-color: #00a3ff;
    margin-right: 72px; }
  .applications .container-calc p {
    margin: 50px; }

.applications .mix-row {
  width: 100%; }

.applications p {
  margin: 300px 30px 50px 525px; }

.applications span {
  display: block; }

.applications .alerts-detail, .applications .social-detail, .applications .reports-detail {
  text-align: center; }

.applications .alerts-detail {
  margin-bottom: 50px; }

.event-legend {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  float: right;
  margin-bottom: 10px; }
  .event-legend ul {
    padding: 0;
    margin: 0; }
    .event-legend ul li {
      display: inline;
      list-style: none;
      margin-right: 14px; }
      .event-legend ul li .color-tile {
        border-radius: 2px;
        display: inline-block;
        height: 10px;
        width: 10px; }
    .event-legend ul li:last-of-type {
      margin-right: 0; }

.event-location {
    background-color: #113c5f;
    margin-top: -90px;
    height: 90px !important;
}
.event-campaign {
  background-color: #c33124; margin-top: -90px;
    height: 90px !important;}

.event-global {
  background-color: #00a3ff; margin-top: -90px;
    height: 90px !important;}

#full-calendar {
  /* .day .event-location {
        background-color: #113c5f;
    }
    .day .event-campaign {
        background-color: #c33124;
    }
    .day .event-global {
        background-color: #00a3ff;
    } */ }
  #full-calendar table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
  #full-calendar tbody td {
    position: relative;
    width: 105px;
    height: 90px;
    border: 1px solid #ebebeb; }
  #full-calendar thead td {
    font-size: 13px;
    padding: 10px 0;
    text-align: center; }
  #full-calendar .day-selected {
    box-sizing: border-box !important;
    /* These two changes in creative */
    box-shadow: 0 0 0 5px #ed9232 inset;
    /*        border: 5px solid $mvpCalculatorOrange;*/
    background-color: #fff !important;
    /*        -moz-box-shadow: inset 0 0 5px #000000;
                -webkit-box-shadow: inset 0 0 5px #000000;
                box-shadow: inset 0 0 5px #000000;*/ }
    #full-calendar .day-selected div {
      width: 90%;
      margin: 0 auto; }
    #full-calendar .day-selected div:last-of-type {
      margin-bottom: 6px;
      height: 14px; }
  #full-calendar .day {
    font-size: 19px;
    vertical-align: bottom;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
    #full-calendar .day.today {
      /* color: white;
            background-color: $primaryBlue; */
      background-color: #e0f4ff; }
    #full-calendar .day.adjacent-month {
      color: #9e9e9e;
      background-color: #f8f8f8; }
  #full-calendar .day.event {
    /* background-color: $mvpDashEventDay; */ }
  #full-calendar .day-contents {
    position: absolute;
    top: 10px;
    left: 10px; }
  #full-calendar .day .event {
    height: 20px; }
  #full-calendar .calendar-header {
    position: relative;
    width: 100%;
    height: 60px;
    border-top: 1px solid #ebebeb;
    clear: both; }
    #full-calendar .calendar-header .add-event {
      text-align: right;
      line-height: 60px;
      float: right;
      width: 30%;
      position: relative;
      z-index: 1; }
      #full-calendar .calendar-header .add-event a {
        margin: 10px 0; }
    #full-calendar .calendar-header .month-year {
      font-size: 20px;
      line-height: 60px;
      width: 100%;
      position: absolute;
      text-align: center;
      float: left;
      text-transform: uppercase;
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }
    #full-calendar .calendar-header .controls {
      height: 60px;
      position: relative;
      display: block;
      text-align: center;
      margin: 0 auto; }
      #full-calendar .calendar-header .controls div {
        font-size: 14px;
        float: left;
        margin-right: 15px;
        padding-right: 15px;
        text-transform: uppercase;
        color: #808080;
        border-right: 1px solid #ebebeb;
        font-weight: normal;
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important; }
        #full-calendar .calendar-header .controls div:last-of-type {
          padding: 0;
          border: 0; }
      #full-calendar .calendar-header .controls span.button {
        font-size: 18px;
        position: relative;
        z-index: 9;
        padding: 5px 10px 3px;
        color: white;
        background: #00a3ff;
        margin: 0 10px; }
      #full-calendar .calendar-header .controls span:hover {
        cursor: pointer; }
      #full-calendar .calendar-header .controls span.display {
        width: 250px;
        text-align: center;
        display: inline-block;
        background: none;
        color: #404040; }
      #full-calendar .calendar-header .controls span.clndr-previous-button {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px; }
      #full-calendar .calendar-header .controls span.clndr-next-button {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px; }

#mini-calendar,
#barfinder-calendar {
  position: relative; }
  #mini-calendar table,
  #barfinder-calendar table {
    border-collapse: collapse;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
  #mini-calendar tbody td,
  #barfinder-calendar tbody td {
    position: relative;
    width: 50px;
    height: 40px;
    border: 1px solid #ebebeb; }
  #mini-calendar thead td,
  #barfinder-calendar thead td {
    font-size: 13px;
    padding: 10px 0;
    text-align: center; }
  #mini-calendar .day,
  #barfinder-calendar .day {
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-align: center; }
    #mini-calendar .day.event,
    #barfinder-calendar .day.event {
      background-color: #e0f4ff; }
    #mini-calendar .day.today,
    #barfinder-calendar .day.today {
      color: white;
      background-color: #00a3ff; }
    #mini-calendar .day.adjacent-month,
    #barfinder-calendar .day.adjacent-month {
      color: #9e9e9e;
      background-color: #f8f8f8; }
  #mini-calendar .controls,
  #barfinder-calendar .controls {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    padding: 18px 0; }
    #mini-calendar .controls div,
    #barfinder-calendar .controls div {
      font-size: 14px;
      float: left;
      margin-right: 15px;
      padding-right: 15px;
      text-transform: uppercase;
      color: #808080;
      border-right: 1px solid #ebebeb;
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }
      #mini-calendar .controls div:last-of-type,
      #barfinder-calendar .controls div:last-of-type {
        padding: 0;
        border: 0; }
    #mini-calendar .controls span,
    #barfinder-calendar .controls span {
      font-size: 18px;
      position: relative;
      z-index: 9;
      padding: 5px 10px 3px;
      color: white;
      background: #00a3ff; }
      #mini-calendar .controls span:hover,
      #barfinder-calendar .controls span:hover {
        cursor: pointer; }
      #mini-calendar .controls span.clndr-previous-button,
      #barfinder-calendar .controls span.clndr-previous-button {
        margin-right: 5px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px; }
      #mini-calendar .controls span.clndr-next-button,
      #barfinder-calendar .controls span.clndr-next-button {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px; }

.calendar::after {
  clear: both;
  content: "";
  display: table; }

.calendar .sidebar {
  height: 100%; }
  .calendar .sidebar .header {
    clear: both;
    margin-top: 20px; }
  .calendar .sidebar .event-container ul li {
    list-style-type: none; }
    .calendar .sidebar .event-container ul li::after {
      clear: both;
      content: "";
      display: table; }
    .calendar .sidebar .event-container ul li a::after {
      clear: both;
      content: "";
      display: table; }
    .calendar .sidebar .event-container ul li .label {
      color: white !important;
      display: block;
      float: left;
      text-transform: uppercase;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      padding: 8px 2px;
      margin-right: 10px;
      margin-bottom: 10px;
      text-align: center;
      width: 60px; }
    .calendar .sidebar .event-container ul li .title {
      display: block;
      float: left;
      width: 70%; }

.event-location {
  background-color: #113c5f !important; }

.event-campaign {
  background-color: #c33124 !important; outline: 5px solid #c33124 !important;}

.event-global {
  background-color: #00a3ff !important; outline: 5px solid #00a3ff !important;}

.detail-wrap {
  position: relative; }

.campaigns img {
  height: 100%;
  width: 1175px; }

.campaigns .masthead img {
  width: 1178px; }

.campaigns header {
  position: relative;
  width: 100%;
  padding: 15px 45px; }

.campaigns .campaign-content {
  color: #fff;
  display: inline;
  font-size: 14px; }

.campaigns .reviews-wrap header {
  margin-top: 20px; }

.campaigns .items-wrap {
  width: 100%;
  background-color: #fff;
  text-align: center; }
  .campaigns .items-wrap span {
    display: inline-block;
    margin-bottom: 5px; }
  .campaigns .items-wrap .row-top {
    background-color: #eee; }
    .campaigns .items-wrap .row-top::after {
      clear: both;
      content: "";
      display: table; }
    .campaigns .items-wrap .row-top #cart {
      background: transparent url("../images/campaigns/items/cart_up.png") center 45px no-repeat; }
    .campaigns .items-wrap .row-top #cart:hover, .campaigns .items-wrap .row-top #cart.active:hover {
      background: #00a3ff url("../images/campaigns/items/cart_hover.png") center 45px no-repeat;
      color: #fff;
      cursor: pointer; }
      .campaigns .items-wrap .row-top #cart:hover span.read-now, .campaigns .items-wrap .row-top #cart.active:hover span.read-now {
        color: #fff; }
    .campaigns .items-wrap .row-top #cart.active {
      background: transparent url("../images/campaigns/items/cart_active.png") center 45px no-repeat;
      border-bottom: 5px solid #00a3ff; }
    .campaigns .items-wrap .row-top #lightbulb {
      background: transparent url("../images/campaigns/items/lightbulb_up.png") center 45px no-repeat; }
    .campaigns .items-wrap .row-top #lightbulb:hover, .campaigns .items-wrap .row-top #lightbulb.active:hover {
      background: #00a3ff url("../images/campaigns/items/lightbulb_hover.png") center 45px no-repeat;
      color: #fff;
      cursor: pointer; }
      .campaigns .items-wrap .row-top #lightbulb:hover span.read-now, .campaigns .items-wrap .row-top #lightbulb.active:hover span.read-now {
        color: #fff; }
    .campaigns .items-wrap .row-top #lightbulb.active {
      background: transparent url("../images/campaigns/items/lightbulb_active.png") center 45px no-repeat;
      border-bottom: 5px solid #00a3ff; }
    .campaigns .items-wrap .row-top #calendar {
      background: transparent url("../images/campaigns/items/calendar_up.png") center 45px no-repeat; }
    .campaigns .items-wrap .row-top #calendar:hover, .campaigns .items-wrap .row-top #calendar.active:hover {
      background: #00a3ff url("../images/campaigns/items/calendar_hover.png") center 45px no-repeat;
      color: #fff;
      cursor: pointer; }
      .campaigns .items-wrap .row-top #calendar:hover span.read-now, .campaigns .items-wrap .row-top #calendar.active:hover span.read-now {
        color: #fff; }
    .campaigns .items-wrap .row-top #calendar.active {
      background: transparent url("../images/campaigns/items/calendar_active.png") center 45px no-repeat;
      border-bottom: 5px solid #00a3ff; }
    .campaigns .items-wrap .row-top .col-left, .campaigns .items-wrap .row-top .col-mid, .campaigns .items-wrap .row-top .col-right {
      text-align: center;
      height: 250px; }
      .campaigns .items-wrap .row-top .col-left .tab-accordion, .campaigns .items-wrap .row-top .col-mid .tab-accordion, .campaigns .items-wrap .row-top .col-right .tab-accordion {
        font-weight: normal;
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        font-size: 15px;
        position: relative;
        top: 160px;
        left: 0;
        width: 100%;
        margin: 0 auto; }
        .campaigns .items-wrap .row-top .col-left .tab-accordion .read-now, .campaigns .items-wrap .row-top .col-mid .tab-accordion .read-now, .campaigns .items-wrap .row-top .col-right .tab-accordion .read-now {
          font-weight: normal;
          font-style: normal;
          text-rendering: optimizeLegibility !important;
          -webkit-font-smoothing: antialiased !important;
          text-transform: uppercase;
          font-size: 12px;
          display: block;
          color: #00a3ff; }
          .campaigns .items-wrap .row-top .col-left .tab-accordion .read-now i, .campaigns .items-wrap .row-top .col-mid .tab-accordion .read-now i, .campaigns .items-wrap .row-top .col-right .tab-accordion .read-now i {
            font-size: 18px; }
    .campaigns .items-wrap .row-top .col-left {
      width: 33%;
      float: left; }
    .campaigns .items-wrap .row-top .col-mid {
      width: 33%;
      float: left;
      border-right: 1px solid #d5d5d5;
      border-left: 1px solid #d5d5d5; }
    .campaigns .items-wrap .row-top .col-right {
      width: 34%;
      float: left; }
  .campaigns .items-wrap .row-expand::after {
    clear: both;
    content: "";
    display: table; }
  .campaigns .items-wrap .row-expand .campaign-accordion {
    margin: 50px; }
    .campaigns .items-wrap .row-expand .campaign-accordion::after {
      clear: both;
      content: "";
      display: table; }
    .campaigns .items-wrap .row-expand .campaign-accordion .slug {
      width: 80%;
      margin: 0 auto;
      margin-bottom: 50px; }
      .campaigns .items-wrap .row-expand .campaign-accordion .slug p {
        font-size: 16px;
        text-align: center;
        width: 80%;
        margin: 0 auto; }
    .campaigns .items-wrap .row-expand .campaign-accordion ul {
      list-style: none;
      list-style-type: none; }
    .campaigns .items-wrap .row-expand .campaign-accordion .product {
      padding: 0;
      margin: 0 35px 100px 0;
      position: relative;
      top: 0;
      left: 0; }
      .campaigns .items-wrap .row-expand .campaign-accordion .product::after {
        clear: both;
        content: "";
        display: table; }
      .campaigns .items-wrap .row-expand .campaign-accordion .product .credit-link {
        float: left;
        width: 25%; }
        .campaigns .items-wrap .row-expand .campaign-accordion .product .credit-link::after {
          clear: both;
          content: "";
          display: table; }
        .campaigns .items-wrap .row-expand .campaign-accordion .product .credit-link .credit {
          height: 65px; }
          .campaigns .items-wrap .row-expand .campaign-accordion .product .credit-link .credit .dollars {
            line-height: 40px; }
          .campaigns .items-wrap .row-expand .campaign-accordion .product .credit-link .credit p {
            text-align: center; }
        .campaigns .items-wrap .row-expand .campaign-accordion .product .credit-link .view-details-link {
          margin-top: 50px;
          text-align: left; }
          .campaigns .items-wrap .row-expand .campaign-accordion .product .credit-link .view-details-link::after {
            clear: both;
            content: "";
            display: table; }
          .campaigns .items-wrap .row-expand .campaign-accordion .product .credit-link .view-details-link a, .campaigns .items-wrap .row-expand .campaign-accordion .product .credit-link .view-details-link a:link, .campaigns .items-wrap .row-expand .campaign-accordion .product .credit-link .view-details-link a:visited {
            color: #5f5f5f;
            font-weight: bold;
            font-size: 1.125em; }
          .campaigns .items-wrap .row-expand .campaign-accordion .product .credit-link .view-details-link a:hover, .campaigns .items-wrap .row-expand .campaign-accordion .product .credit-link .view-details-link a:active {
            text-decoration: underline; }
      .campaigns .items-wrap .row-expand .campaign-accordion .product .image {
        margin-right: 35px; }
      .campaigns .items-wrap .row-expand .campaign-accordion .product .details {
        margin: 20px 0 0 0; }
      .campaigns .items-wrap .row-expand .campaign-accordion .product p.title {
        text-align: left;
        width: 95%; }
      .campaigns .items-wrap .row-expand .campaign-accordion .product span {
        text-align: left; }
      .campaigns .items-wrap .row-expand .campaign-accordion .product .notice {
        font-size: .9em; }
      .campaigns .items-wrap .row-expand .campaign-accordion .product span.soldout {
        height: 175px;
        width: 95%;
        font-size: 32px;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        text-transform: uppercase;
        color: #fff;
        background: rgba(0, 0, 0, 0.25);
        font-weight: normal;
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important; }
        .campaigns .items-wrap .row-expand .campaign-accordion .product span.soldout:before {
          display: inline-block;
          height: 100%;
          content: ' ';
          vertical-align: middle; }
    .campaigns .items-wrap .row-expand .campaign-accordion #insight-accordion {
      margin-bottom: 75px; }
      .campaigns .items-wrap .row-expand .campaign-accordion #insight-accordion::after {
        clear: both;
        content: "";
        display: table; }
      .campaigns .items-wrap .row-expand .campaign-accordion #insight-accordion .insight-thumbnail {
        width: 150px;
        height: 150px;
        float: left;
        border-radius: 75px; }
      .campaigns .items-wrap .row-expand .campaign-accordion #insight-accordion .insight-title {
        float: left;
        width: 300px;
        max-width: 300px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: left;
        margin-left: 35px; }
        .campaigns .items-wrap .row-expand .campaign-accordion #insight-accordion .insight-title .title-text {
          padding-top: 20px;
          width: 85%; }
        .campaigns .items-wrap .row-expand .campaign-accordion #insight-accordion .insight-title .action-button {
          margin-top: 30px; }
  .campaigns .items-wrap .row-expand .col-half {
    float: left;
    width: 50%; }
  .campaigns .items-wrap .calendar {
    /* display: block; */ }
    .campaigns .items-wrap .calendar ul li {
      list-style-type: none;
      margin-bottom: 30px; }
      .campaigns .items-wrap .calendar ul li::after {
        clear: both;
        content: "";
        display: table; }
      .campaigns .items-wrap .calendar ul li a::after {
        clear: both;
        content: "";
        display: table; }
      .campaigns .items-wrap .calendar ul li .label {
        color: white !important;
        display: block;
        float: left;
        text-transform: uppercase;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        padding: 8px 2px;
        margin-right: 10px;
        margin-bottom: 10px;
        text-align: center;
        width: 60px; }
      .campaigns .items-wrap .calendar ul li .title {
        display: block;
        float: left;
        width: 70%;
        text-align: left;
        margin: 10px; }

.campaigns .one-cols-row {
  width: 100%; }
  .campaigns .one-cols-row .three-cols-left {
    width: 33%;
    float: left; }
    .campaigns .one-cols-row .three-cols-left img {
      height: auto;
      margin-left: 45px;
      margin-top: 50px;
      width: 350px; }
  .campaigns .one-cols-row .three-cols-middle {
    width: 33%;
    float: left; }
    .campaigns .one-cols-row .three-cols-middle .product {
      margin-left: 70px;
      margin-top: 50px;
      width: 70%; }
    .campaigns .one-cols-row .three-cols-middle .product .credit {
      font-size: 16px; }
  .campaigns .one-cols-row .three-cols-right {
    width: 33%;
    float: right; }
    .campaigns .one-cols-row .three-cols-right img {
      height: auto;
      margin-top: 50px;
      width: 350px;
      margin-left: -30px; }

.campaigns .btn.subscription {
  font-size: 18px;
  width: 200px; }

.campaigns .bookmarks header,
.campaigns .related header {
  margin-bottom: 60px; }
  .campaigns .bookmarks header h3,
  .campaigns .related header h3 {
    display: inline; }
  .campaigns .bookmarks header .pipe,
  .campaigns .related header .pipe {
    margin: 0 8px 0 5px;
    content: ' ';
    border: 1px solid #dededf; }

.campaigns .bookmarks .row,
.campaigns .related .row {
  margin-bottom: 60px; }

.campaigns .bookmarks .tile,
.campaigns .related .tile {
  padding-left: 45px; }
  .campaigns .bookmarks .tile img,
  .campaigns .related .tile img {
    padding-bottom: 30px; }
  .campaigns .bookmarks .tile .title,
  .campaigns .related .tile .title {
    position: relative;
    max-width: 200px;
    padding: 0;
    color: #404040;
    background: transparent; }

.campaigns .product {
  margin: 20px 0;
  overflow: hidden;
  padding: 20px 35px;
  width: 100%; }
  .campaigns .product .image {
    width: 134px;
    height: 100%;
    background: #eee;
    float: left;
    text-align: center;
    display: table; }
    .campaigns .product .image img {
      vertical-align: middle;
      display: table-cell;
      width: 100%;
      height: auto;
      margin: auto; }
  .campaigns .product .details,
  .campaigns .product .links,
  .campaigns .product .credit {
    margin-top: 20px; }
  .campaigns .product .actions {
    float: right; }
  .campaigns .product .details {
    float: left;
    margin-left: 44px;
    width: 400px;
    height: 134px; }
    .campaigns .product .details select {
      width: 250px; }
    .campaigns .product .details .title {
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      float: none;
      font-size: 14px;
      width: 220px; }
    .campaigns .product .details .quantity {
      margin-top: 20px; }
  .campaigns .product .links {
    float: left;
    width: 140px; }
    .campaigns .product .links a {
      font-size: 16px;
      color: #5f5f5f;
      text-decoration: underline;
      margin-right: 24px;
      line-height: 50px; }

.campaigns.detail > header {
  height: 62px;
  padding-top: 45px;
  background: transparent;
  display: block; }
  .campaigns.detail > header::after {
    clear: both;
    content: "";
    display: table; }
  .campaigns.detail > header a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
  .campaigns.detail > header .bookmark {
    float: right; }
    .campaigns.detail > header .bookmark .remove {
      font-size: 16px;
      line-height: 55px;
      margin-right: 20px;
      text-decoration: underline;
      text-transform: none;
      color: #404040;
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }

.campaigns.detail h2 {
  font-size: 32px;
  max-width: 550px;
  text-transform: uppercase;
  line-height: 32px; }

.campaigns.detail .call-to-action {
  position: relative;
  margin-bottom: 35px; }
  .campaigns.detail .call-to-action img {
    display: block; }
  .campaigns.detail .call-to-action .title {
    width: 50%;
    font-size: 14px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    margin: 0;
    padding: 50px 45px 28px 45px;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
    .campaigns.detail .call-to-action .title .btn {
      position: absolute;
      bottom: 30px;
      right: 20px;
      width: 302px; }

.campaigns.detail .campaign {
  margin-bottom: 20px;
  padding: 0 45px; }
  .campaigns.detail .campaign h2 {
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    margin-bottom: 40px; }
  .campaigns.detail .campaign ul {
    margin: 0;
    padding: 0;
    padding-left: 14px; }
  .campaigns.detail .campaign .features-wrap {
    margin-top: -10px;
    margin-left: 50px; }
    .campaigns.detail .campaign .features-wrap h3 {
      font-weight: bolder;
      margin-bottom: 1.25em; }
    .campaigns.detail .campaign .features-wrap ul {
      list-style: none;
      list-style-type: none;
      list-style-position: inside;
      padding-left: 0; }
    .campaigns.detail .campaign .features-wrap li {
      margin-bottom: 1.25em; }
      .campaigns.detail .campaign .features-wrap li i {
        color: #00a3ff;
        margin-right: 10px; }
  .campaigns.detail .campaign .campaign-review {
    margin-bottom: 25px;
    margin-top: -20px; }
    .campaigns.detail .campaign .campaign-review .starrr-count {
      color: #efefef; }

.campaigns.detail .column {
  padding: 0 40px 0 0;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  border-right: 1px solid #ebebeb;
  /*            border-right: 1px solid #444;*/ }
  .campaigns.detail .column:last-child {
    margin-right: 0; }
  .campaigns.detail .column:last-child {
    border: none; }
  .campaigns.detail .column p {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 150px; }

.campaigns.detail .related {
  margin-top: 60px; }
  .campaigns.detail .related .product .title {
    float: left;
    max-width: 150px; }

.dealer_origin {
  color: #bcbcbc;
  position: relative;
  white-space: nowrap; }

.dealer_origin:after {
  border-top: 1px solid #bcbcbc;
  position: absolute;
  content: "";
  right: 0;
  top: 45%;
  left: 0; }

.dealer_amount {
  color: red; }

.content.cart .message {
  position: relative !important;
  height: 100%;
  display: block;
  background: #f2dede; }
  .content.cart .message p {
    top: 50%;
    width: 100%;
    text-align: center;
    line-height: 1.1em;
    padding: 30px;
    color: #a94442;
    position: relative;
    height: auto;
    text-shadow: none;
    margin: 0; }
  .content.cart .message button {
    color: #a94442; }

.content.cart > header {
  overflow: hidden; }
  .content.cart > header h2 {
    float: left; }
  .content.cart > header .btn {
    float: right;
    margin-right: 24px !important; }

.content.cart .row:first-of-type {
  padding: 15px 45px; }

.content.cart .row.total {
  float: right;
  padding: 50px 80px; }
  .content.cart .row.total h4 {
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    position: relative;
    width: 300px; }
    .content.cart .row.total h4 span {
      position: absolute;
      right: 0; }
  .content.cart .row.total form {
    float: right; }

.content.cart .row.status {
  padding: 50px 80px; }
  .content.cart .row.status p {
    width: 650px;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }

.content.cart .product {
  border-bottom: 1px solid #eee;
  margin: 20px 0;
  overflow: hidden;
  padding: 20px 35px;
  width: 100%; }
  .content.cart .product:last-child {
    border: none; }
  .content.cart .product .image {
    width: 134px;
    height: 100%;
    background: #eee;
    float: left;
    text-align: center;
    display: table; }
    .content.cart .product .image img {
      vertical-align: middle;
      display: table-cell;
      width: 100%;
      height: auto;
      margin: auto; }
  .content.cart .product .details,
  .content.cart .product .links,
  .content.cart .product .credit {
    margin-top: 20px; }
  .content.cart .product .actions {
    float: right; }
  .content.cart .product .details {
    float: left;
    margin-left: 44px;
    width: 400px;
    height: 134px; }
    .content.cart .product .details select {
      width: 250px; }
    .content.cart .product .details .title {
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      float: none;
      font-size: 14px;
      width: 220px; }
    .content.cart .product .details .quantity {
      margin-top: 20px; }
  .content.cart .product .links {
    float: left;
    width: 140px; }
    .content.cart .product .links a {
      font-size: 16px;
      color: #5f5f5f;
      text-decoration: underline;
      margin-right: 24px;
      line-height: 50px; }

.order-confirm p {
  margin-left: 25px;
  padding: 20px; }

.content.checkout .product {
  width: 680px; }
  .content.checkout .product .details {
    width: 250px;
    margin-left: 18px; }
  .content.checkout .product .credit {
    float: left;
    margin-left: 40px; }

.content.checkout .row.cart {
  padding-left: 45px !important;
  float: left; }

.content.checkout .row.totals {
  float: left;
  width: 380px;
  margin-top: 50px; }
  .content.checkout .row.totals .title {
    float: left;
    clear: right; }
  .content.checkout .row.totals .content {
    float: right; }
  .content.checkout .row.totals .row {
    padding: 0; }
  .content.checkout .row.totals hr {
    margin: 10px 0;
    width: 100%; }

.content.checkout .row.questions {
  width: 770px;
  float: left; }
  .content.checkout .row.questions ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin: 20px 0; }
  .content.checkout .row.questions li {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0;
    list-style: none; }
  .content.checkout .row.questions h3 {
    margin: 0;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
  .content.checkout .row.questions textarea {
    color: #404040;
    height: 150px;
    margin: 20px 0;
    resize: none;
    width: 100%; }
  .content.checkout .row.questions textarea.error {
    border: 1px solid red; }

.content.checkout .row.actions {
  float: left;
  width: 380px; }
  .content.checkout .row.actions label {
    margin-bottom: 20px;
    display: block;
    margin-left: 30px;
    text-indent: -30px; }
  .content.checkout .row.actions .error {
    margin-top: -20px;
    display: block;
    margin-bottom: 20px; }

.content.checkout hr {
  width: 92%;
  border: none;
  border-top: 1px solid #eee;
  clear: left; }

.content.checkout header {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 15px 45px;
  background: #eee; }
  .content.checkout header h2 {
    float: left;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-size: 34px;
    padding: 15px 0;
    text-transform: uppercase;
    margin: 0; }
  .content.checkout header .btn {
    float: right;
    margin-right: 24px; }

.content.checkout label {
  line-height: 19px; }
  .content.checkout label:hover {
    cursor: pointer; }

.content.checkout input,
.content.checkout select {
  font-size: 14px;
  width: 100%;
  margin-bottom: 5px;
  padding: 10px;
  border: 2px solid #ddd;
  border-radius: 4px; }

.content.checkout input[type='checkbox'] {
  display: none; }

.content.checkout input[type='checkbox'] + span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 8px 0 0;
  cursor: pointer;
  vertical-align: middle;
  background: url(../images/checkbox.png) left top no-repeat; }

.content.checkout input[type='checkbox']:checked + span {
  background: url(../images/checkbox.png) -19px top no-repeat; }

.content.checkout .checkbox-error + span {
  border: 1px solid red; }

.content.checkout input[type='radio'] {
  width: auto; }

.content.checkout .section {
  clear: left; }
  .content.checkout .section header {
    background: #f4f8fb; }
    .content.checkout .section header h2 {
      font-size: 24px;
      font-weight: 400;
      margin: 0;
      text-transform: uppercase; }
  .content.checkout .section .row {
    padding: 15px 45px;
    padding-left: 79px; }
    .content.checkout .section .row.addresses {
      padding-left: 79px;
      float: left;
      width: 770px; }
    .content.checkout .section .row.action {
      float: left;
      width: 380px; }
      .content.checkout .section .row.action .column {
        width: 100%; }
      .content.checkout .section .row.action .btn {
        font-weight: 400;
        padding: 15px 65px 12px 65px;
        color: #676767;
        background: #e3e3e3;
        box-shadow: 0 2px 0 #a2a2a2; }
      .content.checkout .section .row.action .selectboxit-container,
      .content.checkout .section .row.action .selectboxit-container .selectboxit {
        width: 100% !important; }
      .content.checkout .section .row.action #cc_exp_mSelectBoxItContainer,
      .content.checkout .section .row.action #cc_exp_mSelectBoxIt {
        width: 90px !important; }
      .content.checkout .section .row.action #cc_exp_ySelectBoxItContainer,
      .content.checkout .section .row.action #cc_exp_ySelectBoxIt {
        width: 162px !important; }
      .content.checkout .section .row.action label {
        margin-top: 20px;
        display: block;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important; }
  .content.checkout .section .column {
    float: left;
    padding: 15px 0; }
    .content.checkout .section .column.info, .content.checkout .section .column.address, .content.checkout .section .column.packages {
      width: 385px;
      margin-left: 34px; }
    .content.checkout .section .column.address {
      margin: 0; }
    .content.checkout .section .column.password, .content.checkout .section .column.teams, .content.checkout .section .column.address.shipping {
      width: 200px;
      margin: 0; }
    .content.checkout .section .column.contact, .content.checkout .section .column.action, .content.checkout .section .column.sports {
      width: 264px; }
    .content.checkout .section .column.password {
      margin: 45px 0 0 0; }
    .content.checkout .section .column .search {
      position: relative;
      width: 60%;
      border-radius: 3px;
      background: #fbfbfb;
      box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15); }
      .content.checkout .section .column .search input {
        width: 90%;
        padding: 10px;
        font-size: 12px;
        border: none;
        background: none; }
        .content.checkout .section .column .search input:focus {
          outline: none; }
      .content.checkout .section .column .search i {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #a1a1a1; }
    .content.checkout .section .column.sports .search {
      width: 100%; }
    .content.checkout .section .column h3 {
      font-size: 18px; }
      .content.checkout .section .column h3 span {
        font-size: 14px; }
    .content.checkout .section .column.contact p {
      margin: 5px 0; }
    .content.checkout .section .column.address {
      position: relative; }
      .content.checkout .section .column.address p {
        margin: 0; }
      .content.checkout .section .column.address .links {
        margin-top: 1em; }
    .content.checkout .section .column .links a {
      font-size: 16px;
      font-weight: 600;
      margin-right: 20px;
      text-decoration: underline;
      color: #404040; }
    .content.checkout .section .column.packages h3 {
      text-transform: none; }
    .content.checkout .section .column.packages p {
      margin: 30px 0 0 0; }
      .content.checkout .section .column.packages p span {
        color: #00a3ff;
        font-weight: normal;
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important; }
    .content.checkout .section .column.topics {
      width: 100%; }
      .content.checkout .section .column.topics ul {
        width: 100%; }
        .content.checkout .section .column.topics ul li {
          float: left;
          width: 25%;
          border: none; }

.content.checkout.transactions .alert {
  font-size: 24px;
  line-height: 50px;
  width: 100%;
  height: 50%;
  text-align: center;
  color: #fff;
  background: #00a3ff;
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }
  .content.checkout.transactions .alert p {
    margin: 0; }

.content.checkout.transactions .info {
  display: inline-block;
  margin: 60px 0 60px 80px; }
  .content.checkout.transactions .info h4 {
    font-size: 18px;
    margin: 0 0 20px 0;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
  .content.checkout.transactions .info p {
    margin: 0; }
  .content.checkout.transactions .info span,
  .content.checkout.transactions .info a {
    color: #00a3ff;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }

.content.checkout.transactions .order {
  border-bottom: 1px solid #ebebeb; }
  .content.checkout.transactions .order:last-child {
    border: none; }
  .content.checkout.transactions .order.row {
    margin: 60px 45px 15px 45px;
    padding: 0 35px 24px 35px; }
  .content.checkout.transactions .order .details {
    float: left;
    width: 260px; }
    .content.checkout.transactions .order .details span {
      display: block; }
      .content.checkout.transactions .order .details span.order-number {
        font-size: 18px;
        margin-bottom: 20px;
        font-weight: normal;
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important; }
      .content.checkout.transactions .order .details span.order-status {
        margin-bottom: 30px; }
      .content.checkout.transactions .order .details span.order-tracking {
        margin-top: 20px; }
      .content.checkout.transactions .order .details span strong {
        font-weight: normal;
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important; }
  .content.checkout.transactions .order .products {
    float: left;
    width: 756px; }
  .content.checkout.transactions .order .product {
    float: left;
    width: 50%;
    padding-right: 40px; }
    .content.checkout.transactions .order .product .row {
      padding: 0; }
    .content.checkout.transactions .order .product img {
      float: left;
      width: 130px;
      height: auto;
      margin-right: 40px; }
    .content.checkout.transactions .order .product .title {
      font-size: 14px;
      width: 165px;
      margin-top: 30px;
      text-transform: uppercase; }
    .content.checkout.transactions .order .product .starrr i {
      font-size: 12px; }
    .content.checkout.transactions .order .product .quantity {
      font-size: 14px;
      display: block;
      margin: 20px 0 0 0;
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }

.content.checkout.confirmation .info {
  height: 340px;
  width: 100%;
  background: url(../images/confirmation-bg.jpg) no-repeat; }
  .content.checkout.confirmation .info .item {
    width: 50%;
    float: left;
    text-align: center;
    color: #fff;
    padding: 30px 0;
    margin-top: 60px;
    border-left: 1px solid rgba(255, 255, 255, 0.3); }
    .content.checkout.confirmation .info .item:first-of-type {
      border: none; }
    .content.checkout.confirmation .info .item h3 {
      text-transform: uppercase;
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      font-size: 24px; }

.content.checkout.confirmation .row {
  clear: left; }

.content.checkout.confirmation .description {
  position: relative; }
  .content.checkout.confirmation .description p {
    width: 665px; }
  .content.checkout.confirmation .description form {
    position: absolute;
    right: 45px;
    top: 15px; }

.content.checkout.confirmation .cart {
  width: 100%;
  padding-left: 79px !important;
  margin-bottom: 40px; }

.content.checkout.confirmation .product {
  float: left;
  width: 50%;
  padding-right: 40px;
  margin-bottom: 20px; }
  .content.checkout.confirmation .product .row {
    padding: 0; }
  .content.checkout.confirmation .product .image {
    width: 133px;
    height: 100%;
    background: #eee;
    float: left;
    text-align: center;
    display: table; }
    .content.checkout.confirmation .product .image img {
      vertical-align: middle;
      display: table-cell; }
  .content.checkout.confirmation .product .credit {
    margin-top: 15px; }
  .content.checkout.confirmation .product .details {
    float: left;
    margin: 15px 0 0 0;
    width: 210px; }
  .content.checkout.confirmation .product .title {
    font-size: 14px;
    width: 165px;
    text-transform: uppercase;
    width: 100%; }
  .content.checkout.confirmation .product .starrr i {
    font-size: 12px; }
  .content.checkout.confirmation .product .quantity {
    font-size: 14px;
    display: block;
    margin: 20px 0 0 0;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
  .content.checkout.confirmation .product .download {
    margin: 10px 0 0 0;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #00a3ff; }
    .content.checkout.confirmation .product .download a {
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }

/*#question_1,
#question_1SelectBoxItOptions,
#question_1SelectBoxIt {
  width: 216px !important;
  margin-right: 28px; }

#question_1,
#question_1SelectBoxIt {
  height: 42px !important;
  padding: 6px 10px; }*/

#question_1SelectBoxItOptions {
  overflow: hidden;
  margin: auto; }
  #question_1SelectBoxItOptions li {
    float: none;
    width: auto;
    margin: 0;
    padding: 0;
    list-style: none; }

.dashboard #apps {
  margin-top: 22px; }

.dashboard #dash-full-view {
  margin-top: 20px; }

.dashboard #alert-width {
  width: 500px; }

.dashboard .alert-row {
  width: 100%;
  overflow: hidden; }
  .dashboard .alert-row .col-left {
    width: 20%;
    float: left;
    width: 60px; }
  .dashboard .alert-row .col-right {
    width: 80%;
    float: right;
    float: left;
    margin-bottom: 4px; }
  .dashboard .alert-row .col-top, .dashboard .alert-row .col-bottom {
    display: block; }
  .dashboard .alert-row .col-bottom {
    text-transform: uppercase;
    color: #b1b0b0; }

.dashboard .reports-section {
  margin-top: 40px; }
  .dashboard .reports-section .right {
    color: #00a3ff;
    float: right;
    font-size: 30px;
    margin-right: 8px; }
  .dashboard .reports-section .reports-row {
    background-color: #f2f2f2;
    width: 100%; }
    .dashboard .reports-section .reports-row::after {
      clear: both;
      content: "";
      display: table; }
    .dashboard .reports-section .reports-row .col-left {
      width: 30%;
      float: left; }
    .dashboard .reports-section .reports-row .col-right {
      width: 65%;
      float: right; }
      .dashboard .reports-section .reports-row .col-right span {
        font-weight: normal;
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important; }
    .dashboard .reports-section .reports-row .col-left, .dashboard .reports-section .reports-row .col-right {
      min-height: 40px;
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }
    .dashboard .reports-section .reports-row .starrrs {
      border-top: 1px solid #dbdada;
      clear: both;
      display: inline-block;
      padding-top: 30px;
      text-align: center;
      width: 90%; }
      .dashboard .reports-section .reports-row .starrrs::after {
        clear: both;
        content: "";
        display: table; }
      .dashboard .reports-section .reports-row .starrrs .starrr {
        font-size: 30px;
        line-height: 30px;
        margin-left: 60px;
        width: 85%; }
        .dashboard .reports-section .reports-row .starrrs .starrr::after {
          clear: both;
          content: "";
          display: table; }
        .dashboard .reports-section .reports-row .starrrs .starrr i {
          font-size: 24px; }
          .dashboard .reports-section .reports-row .starrrs .starrr i.fa-star-o {
            color: #ccc !important; }
        .dashboard .reports-section .reports-row .starrrs .starrr .starrr-count {
          float: right;
          display: inline-block;
          width: 100px; }

.dashboard .social-wrap {
  padding-top: 14px;
  color: #fff; }
  .dashboard .social-wrap #fb, .dashboard .social-wrap #insta, .dashboard .social-wrap #yelp,
  .dashboard .social-wrap #twit, .dashboard .social-wrap #pin, .dashboard .social-wrap #gplus {
    background: #bcbcbc; }
  .dashboard .social-wrap #fb .net.active,
  .dashboard .social-wrap #fb .shares.active {
    background-color: #325a9e; }
  .dashboard .social-wrap #insta .net.active,
  .dashboard .social-wrap #insta .shares.active {
    background-color: #107bbc; }
  .dashboard .social-wrap #yelp .net.active,
  .dashboard .social-wrap #yelp .shares.active {
    background-color: #af2631; }
  .dashboard .social-wrap #twit .net.active,
  .dashboard .social-wrap #twit .shares.active {
    background-color: #0ba8de; }
  .dashboard .social-wrap #pin .net.active,
  .dashboard .social-wrap #pin .shares.active {
    background-color: #cf242e; }
  .dashboard .social-wrap #gplus .net.active,
  .dashboard .social-wrap #gplus .shares.active {
    background-color: #d33a2f; }
  .dashboard .social-wrap button {
    margin-top: 30px;
    margin-left: 40px;
    width: 250px; }
  .dashboard .social-wrap span {
    line-height: 37px;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
  .dashboard .social-wrap .col-left {
    width: 50%;
    float: left; }
  .dashboard .social-wrap .col-right {
    width: 50%;
    float: right;
    margin-right: -8px; }
  .dashboard .social-wrap .num {
    background-color: #ccc;
    padding-left: 2px;
    overflow: hidden; }
  .dashboard .social-wrap .net {
    font-size: 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    width: 35px; }
    .dashboard .social-wrap .net i {
      line-height: 37px; }
  .dashboard .social-wrap .net, .dashboard .social-wrap .num, .dashboard .social-wrap .shares {
    text-align: center;
    height: 37px;
    color: white; }
  .dashboard .social-wrap .net, .dashboard .social-wrap .num {
    display: block;
    float: left; }
  .dashboard .social-wrap .num {
    width: 50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
  .dashboard .social-wrap .shares {
    border-left: 1px solid #ccc;
    width: 80px;
    display: block;
    float: left; }
    .dashboard .social-wrap .shares::after {
      clear: both;
      content: "";
      display: table; }
    .dashboard .social-wrap .shares i {
      color: #ccc;
      font-size: 26px;
      line-height: 37px;
      padding: 0;
      margin: 0;
      margin-right: -2px;
      position: relative;
      float: right; }
  .dashboard .social-wrap .share {
    height: 37px;
    margin-top: 15px;
    border-radius: 5px; }
    .dashboard .social-wrap .share::after {
      clear: both;
      content: "";
      display: table; }

.dashboard-page {
  height: 908px; }
  .dashboard-page .section {
    padding-bottom: 25px !important; }
  .dashboard-page .mvpBlue {
    background-color: #00a3ff;
    padding-left: 8px; }
  .dashboard-page .mvpGray {
    background-color: #bcbcbc; }
  .dashboard-page #calendar {
    width: 450px; }
    .dashboard-page #calendar table {
      border: 1px solid #dedede;
      box-shadow: 2px 2px #d6d6d6;
      margin-top: 22px; }
    .dashboard-page #calendar td {
      border: none; }
    .dashboard-page #calendar .clndr {
      padding: 2px; }
    .dashboard-page #calendar .clndr .day {
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      background-color: #fff;
      border-left: 1px solid #dedede;
      border-top: 1px solid #dedede;
      color: #bcbcbc;
      font-size: 19px;
      padding-left: 5px;
      text-align: left; }
    .dashboard-page #calendar .clndr .day.today {
      background-color: #00a3ff;
      color: white; }
    .dashboard-page #calendar .clndr .day.past {
      background-color: #fff;
      color: #404040; }
    .dashboard-page #calendar .clndr .day.last-month {
      background-color: #efefef; }
    .dashboard-page #calendar .clndr .day.next-month {
      background-color: #efefef; }
    .dashboard-page #calendar .clndr .day.event {
      background-color: #e0f4ff;
      height: 60px;
      width: 67px; }
    .dashboard-page #calendar td:first-child {
      border-left: none !important; }
  .dashboard-page hr {
    color: #dedede; }
  .dashboard-page h2 {
    margin-bottom: -22px;
    padding-top: 35px !important; }
  .dashboard-page span {
    display: block; }
  .dashboard-page .dashboard-row-top .clndr {
    box-shadow: none !important; }
  .dashboard-page .dashboard-row-top .my-packages, .dashboard-page .dashboard-row-top .mvp-location, .dashboard-page .dashboard-row-top .clndr .day {
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #5f5f5f;
    font-size: 18px; }
  .dashboard-page .dashboard-row-top .two-cols-fifty .col-right {
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-size: 14px; }
  .dashboard-page .dashboard-row-top .mvp-location {
    font-size: 22px;
    text-transform: uppercase; }
  .dashboard-page .dashboard-row-bottom {
    width: 100%;
    background-color: #efefef; }
    .dashboard-page .dashboard-row-bottom .social {
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      border-right: 1px solid #dedede;
      display: block; }
      .dashboard-page .dashboard-row-bottom .social span {
        display: inline-block;
        font-size: 15px;
        padding: 3px; }
      .dashboard-page .dashboard-row-bottom .social .alerts-img {
        background: url(../images/icons/icon-alerts.png) left center no-repeat;
        width: 50px;
        height: 43px; }
    .dashboard-page .dashboard-row-bottom .posts-dash {
      color: #bcbcbc; }
    .dashboard-page .dashboard-row-bottom .posts-msg {
      color: #00a3ff;
      margin-left: 4px; }
    .dashboard-page .dashboard-row-bottom .post-title {
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      display: inline-block !important;
      line-height: 20px;
      margin-top: 0; }
    .dashboard-page .dashboard-row-bottom .post-title:after, .dashboard-page .dashboard-row-bottom .alert-due:after {
      content: "\A";
      white-space: pre; }
    .dashboard-page .dashboard-row-bottom .el {
      width: 10px; }
  .dashboard-page .dashboard-title {
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    margin-top: 5px;
    padding: 30px;
    text-transform: uppercase; }
  .dashboard-page .dash-view-all {
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    border-bottom: 1px solid #dedede;
    margin-left: 20px;
    text-align: left;
    text-transform: uppercase; }
    .dashboard-page .dash-view-all img {
      display: inline-block; }
  .dashboard-page .clear {
    clear: both; }
  .dashboard-page .center {
    text-align: center !important; }
  .dashboard-page .gray-bg {
    background-color: #bcbcbc !important; }
  .dashboard-page .two-cols .col-left {
    float: left;
    width: 30%;
    text-align: left; }
    .dashboard-page .two-cols .col-left .rounded {
      border-radius: 5px;
      line-height: 48px;
      padding-right: 6px;
      text-align: center;
      width: 75px; }
  .dashboard-page .two-cols .col-right {
    border-left: 1px solid #dedede !important;
    float: right;
    margin-top: 10px;
    text-align: left;
    width: 70%; }
  .dashboard-page .two-cols-fifty .col-left, .dashboard-page .two-cols-fifty .col-right {
    margin-top: 10px; }
  .dashboard-page .two-cols-fifty .col-left {
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #fff;
    float: left;
    font-size: 30px;
    height: 50px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-left: -20px;
    text-align: left;
    width: 85px !important; }
  .dashboard-page .two-cols-fifty .col-righ
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #afafaf;
    float: right;
    margin-left: 10px !important;
    text-align: left;
    width: 50%; }
  .dashboard-page .three-cols, .dashboard-page .three-cols-sep {
    text-align: center; }
    .dashboard-page .three-cols ul, .dashboard-page .three-cols-sep ul {
      list-style-type: none; }
  .dashboard-page .three-cols {
    padding-top: 10px; }
  .dashboard-page .three-cols-sep {
    text-align: center; }
    .dashboard-page .three-cols-sep .col-left {
      padding-left: 20px;
      float: left;
      width: 50%; }
      .dashboard-page .three-cols-sep .col-left header {

        font-weight: normal;
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        border-bottom: 1px solid #dedede;
        float: left;
        font-size: 18px;
        padding-bottom: 20px;
        text-align: left;
        width: 450px;
        margin-bottom: 16px;
        margin-left: 16px; }
      .dashboard-page .three-cols-sep .col-left .mvp-name {

        font-weight: normal;
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        color: #00a3ff;
        display: inline-block;
        font-size: 44px;
        margin-bottom: 18px;
        margin-top: 45px;
        text-transform: uppercase; }
      .dashboard-page .three-cols-sep .col-left .mvp-name:after {
        content: "\a";
        white-space: pre; }
    .dashboard-page .three-cols-sep .col-mid {
      border-left: 1px solid #dedede;
      color: #afafaf;
      float: left;
      margin-left: -50px;
      margin-top: 30px;
      padding-left: 12px;
      text-align: left;
      width: 15%; }
      .dashboard-page .three-cols-sep .col-mid .dash-date {
        color: #00a3ff;
        display: inline-block;
        font-size: 56px;
        margin-top: 14px; }
      .dashboard-page .three-cols-sep .col-mid .dash-dow {

        font-weight: normal;
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        font-size: 22px;
        margin-top: 34px; }
      .dashboard-page .three-cols-sep .col-mid .dash-dt {
        font-size: 22px; }
      .dashboard-page .three-cols-sep .col-mid .btn {
        margin-top: 80px; }
      .dashboard-page .three-cols-sep .col-mid .btn:focus {
        outline: none; }
    .dashboard-page .three-cols-sep .col-right 
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      float: left;
      padding-left: 8px;
      width: 39%;
      border-left: none; }
      .dashboard-page .three-cols-sep .col-right img {
        width: 60px;
        height: auto; }
      .dashboard-page .three-cols-sep .col-right ul {
        list-style: none; }
      .dashboard-page .three-cols-sep .col-right li {
        display: inline; }
  .dashboard-page .three-cols h2 {
    font-size: 14px !important;
    margin-top: -75px;
    text-align: left; }
  .dashboard-page .three-cols section {
    text-align: left !important;
    margin-top: -50px; }
  .dashboard-page .three-cols .col-left .app-left, .dashboard-page .three-cols .col-mid .app-left, .dashboard-page .three-cols .col-right .app-left {
    width: 15%;
    float: left;
    clear: left; }
  .dashboard-page .three-cols .col-left .app-right, .dashboard-page .three-cols .col-mid .app-right, .dashboard-page .three-cols .col-right .app-right {
    float: left;
    text-align: left;
    text-transform: none;
    width: 50%; }
  .dashboard-page .three-cols .col-left .app-wrap, .dashboard-page .three-cols .col-mid .app-wrap, .dashboard-page .three-cols .col-right .app-wrap {
    position: relative;
    margin-left: 30px; }
    .dashboard-page .three-cols .col-left .app-wrap .alert-due, .dashboard-page .three-cols .col-mid .app-wrap .alert-due, .dashboard-page .three-cols .col-right .app-wrap .alert-due {
      text-transform: uppercase;
      display: inline-block;
      font-size: 14px;
      color: #bcbcbc; }
  .dashboard-page .three-cols .col-left {
    float: left;
    width: 33%;
    padding-bottom: 20px; }
    .dashboard-page .three-cols .col-left section {
      text-align: left !important; }
  .dashboard-page .three-cols .col-mid {
    float: left;
    width: 33%; }
    .dashboard-page .three-cols .col-mid #mid-section {
      padding-bottom: none; }
    .dashboard-page .three-cols .col-mid section {
      text-align: left !important; }
    .dashboard-page .three-cols .col-mid h2 {
      font-size: 14px !important;
      margin-left: -44px; }
  .dashboard-page .three-cols .col-right {
    float: left;
    width: 33%; }
    .dashboard-page .three-cols .col-right .reports-left-border {
      height: 100px;
      margin-left: 20px;
      margin-top: -50px; }
  .dashboard-page #mid-section h2 {
    margin-left: -42px; }

.errors .error-top-row, .errors .error-top-middle-row, .errors .error-middle-row {
  padding: 50px; }

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

.errors .error-explain {
  max-width: 960px; }

.errors .error-message h2 {
  text-transform: uppercase;
  color: #00a3ff; }

#edit-actions {
  position: absolute;
  bottom: 0;
  right: 2px; }

.container-event-add {
  height: 560px;
  margin-right: 15px;
  margin-top: -px; }
  .container-event-add .selectboxit-container span, .container-event-add .selectboxit-container .selectboxit-options a {
    height: 40px;
    line-height: 40px; }
  .container-event-add span {
    display: inline-block; }
  .container-event-add select {
    height: 50px;
    width: 70%; }
  .container-event-add textarea {
    height: 300px;
    margin-bottom: 40px;
    width: 100%; }
  .container-event-add .event-at {
    margin-left: 10px;
    margin-right: 5px; }
  .container-event-add .event-note {
    height: 400px; }
  .container-event-add .event-repeat .controls {
    width: 500px !important; }
  .container-event-add .event-repeat span {
    display: block; }
  .container-event-add .event-type select {
    width: 40% !important; }
  .container-event-add .event-repeat .selectboxit-container .selectboxit-options,
  .container-event-add .event-repeat .selectboxit-container .selectboxit, .container-event-add .event-type .selectboxit-container .selectboxit-options,
  .container-event-add .event-type .selectboxit-container .selectboxit {
    width: 455px !important; }
  .container-event-add .event-span {
    margin-top: 20px; }
  .container-event-add .two-cols-left {
    width: 40%;
    float: left;
    margin-bottom: 10px; }
    .container-event-add .two-cols-left input {
      width: 50% !important; }
    .container-event-add .two-cols-left img {
      margin-bottom: -12px;
      margin-left: 8px; }
    .container-event-add .two-cols-left select {
      border: 2px solid black; }
  .container-event-add .two-cols-right {
    width: 60%;
    float: right; }
    .container-event-add .two-cols-right input {
      width: 30% !important; }
    .container-event-add .two-cols-right select {
      float: right;
      margin-right: 42px;
      width: 40% !important; }

#event-repeat {
  border: 2px solid orange; }

#event-actions {
  bottom: -20px;
  position: absolute;
  right: 0px; }

#event-add {
  height: 120px;
  margin-bottom: 40px; }

#events-one-col {
  margin-top: -2px; }

#events-btn {
  width: 250px;
  margin-left: 10px; }

.one-cols-row {
  width: 100%; }
  .one-cols-row .two-cols-left {
    width: 22%;
    float: left;
    
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    margin-bottom: 25px; }
  .one-cols-row .two-cols-right {
    width: 78%;
    float: right; }
  .one-cols-row .two-cols-right:last-of-class {
    float: none; }
  .one-cols-row .event-note {
    padding-bottom: 2px;
    width: 300px; }
  .one-cols-row .event-date {
    display: block;
    font-size: 18px;
    padding-bottom: 8px; }
  .one-cols-row .event-tim
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-transform: uppercase; }
  .one-cols-row .float-none {
    float: none; }

.help header {
  position: relative;
  text-transform: uppercase;
  width: 100%;
  padding: 15px 0 0 0;
  background: #eee; }
  .help header a {
    color: #404040; }
  .help header h2 {
    font-size: 34px;
    margin: 0;
    padding: 15px 0 30px 45
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }

.help .credits-info {
  margin-top: 20px !important; }

.help .read-more {
  display: inline-block;
  float: right;
  font-size: x-small;
  font-weight: 100;
  text-transform: none;
  position: absolute;
  top: 0px;
  right: 0px; }

.help .section {
  clear: left; }
  .help .section header {
    background: #f4f8fb; }
    .help .section header h2 {
      font-size: 24px;
      margin: 0;
      text-transform: uppercase; }
  .help .section .row {
    padding: 15px 45px; }
    .help .section .row.addresses {
      padding-left: 79px; }
  .help .section .list {
    list-style: none; }
    .help .section .list li {
      float: left;
      font-weight: bold;
      width: 280px;
      height: 110px;
      margin-right: 100px;
      font-size: 18px;
      text-transform: uppercase; }
      .help .section .list li:nth-of-type(3n) {
        margin: 0; }
      .help .section .list li span {
        display: block;
        text-transform: none;
        font-size: 14px;
        color: #404040;
        margin-top: 10px; }
  .help .section .question-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .help .section .question-list li {
      font-size: 18px;
      
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      margin: 10px 0;
      text-transform: uppercase; }
  .help .section .question {
    font-size: 18px;
    
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-transform: none;
    color: #00a3ff;
    margin: 0 0 10px 0; }
  .help .section .answer {
    
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-transform: none; }
    .help .section .answer + p {
      display: inline; }
  .help .section .top {
    text-align: center;
    font-size: 20px;
    color: #00a3ff;
    text-transform: uppercase;
    margin: 40px 0; }
    .help .section .top i {
      display: block;
      margin-bottom: 5px; }
  .help .section.contact .header,
  .help .section.contact h2 {
    text-transform: none; }
  .help .section.contact li {
    width: 200px;
    text-transform: none; }

.help.terms header {
  padding: 35px 45px;
  margin: 0; }
  .help.terms header h2 {
    padding: 0; }

.help.terms .section {
  padding: 10px 35px; }

.hist-order-wrap {
  margin: 0 auto;
  padding: 50px;
  width: 98%; }
  .hist-order-wrap a {
    color: #5b5b5b;
    text-decoration: underline; }
  .hist-order-wrap .hist-order-item {
    float: left;
    padding: 10px;
    text-align: center;
    width: 33%; }
    .hist-order-wrap .hist-order-item .hist-credit {
      background-color: #00a3ff;
      color: #fff;
      margin: 20px;
      padding: 40px; }
      .hist-order-wrap .hist-order-item .hist-credit .title {
        font-size: 80px;

        font-weight: normal;
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        line-height: 100px; }
    .hist-order-wrap .hist-order-item .hist-order {
      margin: 20px; }
      .hist-order-wrap .hist-order-item .hist-order .order-content {
        width: 50%;
        float: right;
        text-align: left; }
        .hist-order-wrap .hist-order-item .hist-order .order-content .order-num {
  
          font-weight: normal;
          font-style: normal;
          text-rendering: optimizeLegibility !important;
          -webkit-font-smoothing: antialiased !important; }
      .hist-order-wrap .hist-order-item .hist-order .order-image {
        float: left;
        /* height: 150px; */
        width: 50%;
        position: relative; }
        .hist-order-wrap .hist-order-item .hist-order .order-image img {
          background-color: #efefef;
          height: auto;
          /* left: 20px;
                    padding: 1px;
                    position: absolute;
                    top: 8px; */
          width: 100px; }

.clear {
  clear: both; }

.transaction-history .trans-top {
  margin-left: 85px;
  width: 80%; }
  .transaction-history .trans-top .trans-filter {
    padding: 40px 0;
    color: #5b5b5b; }
  .transaction-history .trans-top .return header {
    margin-left: -80px; }

.transaction-history .trans-middle {
  background-color: #095387;
  color: #f4fcfd; }
  .transaction-history .trans-middle .trans-balance {
    width: 50%;
    margin: 0 auto;
    padding: 8px; }
    .transaction-history .trans-middle .trans-balance h3 {
      font-size: 24px
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      margin: 0;
      text-align: center;
      text-transform: uppercase; }
    .transaction-history .trans-middle .trans-balance span {
      text-transform: uppercase; }
    .transaction-history .trans-middle .trans-balance .nocap {
      text-transform: none !important; }
  .transaction-history .trans-middle .trans-txt {
    background: #020202;
    color: #404040;
    font-size: 14
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    line-height: 18px;
    margin: 0;
    padding: 0;
    width: 774px; }

.transaction-history .trans-bottom #htbl td {
  padding: 20px;
  text-align: left; }

.transaction-history .trans-bottom table {
  border-collapse: collapse;
  padding: 30px !important; }

.transaction-history .trans-bottom thead {
  background-color: #00a3ff;
  color: #f4fcfd;
  font-size: 16px;
  line-height: 32px;
  padding: 10px;
  text-align: left; }

.transaction-history .trans-bottom .trans-data {
  width: 100%; }
  .transaction-history .trans-bottom .trans-data span {
    color: #5b5b5b;
    text-decoration: underline; }
  .transaction-history .trans-bottom .trans-data .message {
    text-decoration: none; }

#feature-modal {
  display: none; }

#feature-wrapper {
  display: block;
  width: 100% !important; }
  #feature-wrapper .bx-viewport {
    height: 600px !important; }
  #feature-wrapper .slide {
    padding: 20px 0;
    border-bottom: 1px solid #efefef;
    width: 100% !important; }
    #feature-wrapper .slide h2 {
      margin-bottom: 10px !important; }
  #feature-wrapper #controls {
    width: 150px;
    margin: 0 auto; }
  #feature-wrapper #counter {
    padding: 0 10px; }
  #feature-wrapper #slider-prev,
  #feature-wrapper #slider-next {
    padding: 5px 10px;
    border: 1px solid #efefef; }

.packages {
  position: relative;
  padding: 24px 0;
  background: #fff;
  width: 100%;
  display: block; }
  .packages::after {
    clear: both;
    content: "";
    display: table; }
  .packages .message {
    height: 100%;
    margin-top: -24px; }
  .packages .active {
    position: relative;
    float: left;
    height: 115px;
    padding: 0 23px 0 39px }
  .packages .inactive {
    position: relative;
    float: left;
    height: 115px;
    padding: 0 5px 0 25px; }
  .packages h3 {
    font-size: 16px;
    position: absolute;
    right: auto;
    left: 25px;
    min-width: 110px;
    text-transform: uppercase;
    color: #202020;
margin-right: 20px; }
    .packages h3 span {
      color: #006494;
      
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }
  .packages .pipe {
    float: left;
    margin-top: 40px;
    display: block;
    width: 2px;
    height: 65px;
    content: ' ';
    background: #dbdbdb; }
  .packages .inactive {
    float: left; }
    .packages .inactive h3 {
      right: 90px;
      left: auto; }
    .packages .inactive .icon.big_10 {
      background: url(../images/package-icons/big-ten-i.png) center center no-repeat; }
    .packages .inactive .icon.sec {
      background: url(../images/package-icons/sec-i.png) center center no-repeat; }
    .packages .inactive .icon.longhorn {
      background: url(../images/package-icons/longhorn-i.png) center center no-repeat; }
    .packages .inactive .icon.nfl_st {
      background: url(../images/package-icons/sunday-ticket-i.png) center center no-repeat; }
    .packages .inactive .icon.mlb {
      background: url(../images/package-icons/extra-innings-i.png) center center no-repeat; }
    .packages .inactive .icon.nba_lp {
      background: url(../images/package-icons/league-pass-i.png) center center no-repeat; }
    .packages .inactive .icon.espn_fc {
      background: url(../images/package-icons/full-court-i.png) center center no-repeat; }
    .packages .inactive .icon.espn_gp {
      background: url(../images/package-icons/game-plan-i.png) center center no-repeat; }
    .packages .inactive .icon.mls_dk {
      background: url(../images/package-icons/mls-i.png) center center no-repeat; }
    .packages .inactive .icon.fox_sp {
      background: url(../images/package-icons/fox-sp-i.png) center center no-repeat; }
    .packages .inactive .icon.nhl_ci {
      background: url(../images/package-icons/center-ice-i.png) center center no-repeat; }
    .packages .inactive .icon.espn_college_extra {
      background: url(../images/package-icons/espn-college-extra-i.png) center center no-repeat; }
    .packages .inactive .icon.ufc {
      background: url(../images/package-icons/ufc-i.png) center center no-repeat; }
    .packages .inactive .icon.cxp {
      background: url(../images/package-icons/cxp-i.png) center center no-repeat; }
    .packages .inactive .icon.showtime_boxing_package {
      background: url(../images/package-icons/showtime-boxing-i.png) center center no-repeat; }
  .packages .icon {
    display: inline-block;
    width: 80px;
    height: 60px;
    margin-top: 45px;
    margin-right: 18px; }
    .packages .icon:last-child {
      margin-right: 0; }
    .packages .icon.big_10 {
      background: url(../images/package-icons/big-ten.png) center center no-repeat; }
    .packages .icon.sec {
      background: url(../images/package-icons/sec.png) center center no-repeat; }
    .packages .icon.longhorn {
      background: url(../images/package-icons/longhorn.png) center center no-repeat; }
    .packages .icon.nfl_st {
      background: url(../images/package-icons/sunday-ticket.png) center center no-repeat; }
    .packages .icon.mlb {
      background: url(../images/package-icons/extra-innings.png) center center no-repeat; }
    .packages .icon.nba_lp {
      background: url(../images/package-icons/league-pass.png) center center no-repeat; }
    .packages .icon.espn_fc {
      background: url(../images/package-icons/full-court.png) center center no-repeat; }
    .packages .icon.espn_gp {
      background: url(../images/package-icons/game-plan.png) center center no-repeat; }
    .packages .icon.mls_dk {
      background: url(../images/package-icons/mls.png) center center no-repeat; }
    .packages .icon.fox_sp {
      background: url(../images/package-icons/fox-sp.png) center center no-repeat; }
    .packages .icon.nhl_ci {
      background: url(../images/package-icons/center-ice.png) center center no-repeat; }
    .packages .icon.espn_college_extra {
      background: url(../images/package-icons/espn-college-extra.png) center center no-repeat; }
    .packages .icon.ufc {
      background: url(../images/package-icons/ufc.png) center center no-repeat; }
    .packages .icon.cxp {
      background: url(../images/package-icons/cxp.png) center center no-repeat; }
    .packages .icon.showtime_boxing_package {
      background: url(../images/package-icons/showtime-boxing.png) center center no-repeat; }

.mvp,
.schedule-frame,
.featured-products,
.featured-campaign,
.featured-insight,
.advertisement {
  float: left;
  width: 392px;
  padding-top: 36px; }
  .mvp h2,
  .mvp h3,
  .schedule-frame h2,
  .schedule-frame h3,
  .featured-products h2,
  .featured-products h3,
  .featured-campaign h2,
  .featured-campaign h3,
  .featured-insight h2,
  .featured-insight h3,
  .advertisement h2,
  .advertisement h3 {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    color: #666;
    
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
  .mvp h2,
  .schedule-frame h2,
  .featured-products h2,
  .featured-campaign h2,
  .featured-insight h2,
  .advertisement h2 {
    font-size: 30px; }
    .mvp h2 span,
    .schedule-frame h2 span,
    .featured-products h2 span,
    .featured-campaign h2 span,
    .featured-insight h2 span,
    .advertisement h2 span {
      color: #00a3ff
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }
  .mvp h3,
  .schedule-frame h3,
  .featured-products h3,
  .featured-campaign h3,
  .featured-insight h3,
  .advertisement h3 {
    font-size: 24px;
    margin-top: 10px; }

.mvp,
.schedule-frame {
  position: relative; }
  .mvp h2,
  .schedule-frame h2 {
    margin-bottom: 35px;
    color: #fff; }
    .mvp h2 span,
    .schedule-frame h2 span {
      color: #fed337; }
  .mvp h3,
  .schedule-frame h3 {
    color: #9cd4f4; }
  .mvp .btn,
  .schedule-frame .btn {
    position: absolute;
    bottom: 100px;
    left: 50%;
    width: 254px;
    margin-left: -127px;
    text-align: center; }

.mvp,
.schedule-frame,
.featured-products {
  height: 734px; }

.mvp {
  color: #fff;
  background: url(../images/home/mvp-bg_trim.jpg) no-repeat; }
  .mvp header {
    padding-bottom: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #3e556c; }
    .mvp header p {
      display: inline; }
    .mvp header .pipe {
      margin: 0 8px 0 8px;
      content: ' ';
      border-left: 1px solid #1d3853; }
  .mvp .alerts,
  .mvp .status {
    width: 312px;
    margin: 40px auto; }
    .mvp .alerts ul,
    .mvp .status ul {
      margin: 0;
      padding: 0; }
    .mvp .alerts li,
    .mvp .status li {
      font-size: 16px;
      height: 34px;
      margin: 15px 0;
      padding-left: 60px;
      list-style: none;
      display: table; }
      .mvp .alerts li.fb,
      .mvp .status li.fb {
        background: url(../images/mvp/icon-fb.png) left center no-repeat; }
      .mvp .alerts li.info,
      .mvp .status li.info {
        background: url(../images/mvp/icon-info.png) left center no-repeat; }
      .mvp .alerts li.alert,
      .mvp .status li.alert {
        background: url(../images/mvp/icon-alert.png) left center no-repeat; }
      .mvp .alerts li.twitter,
      .mvp .status li.twitter {
        background: url(../images/mvp/icon-twitter.png) left center no-repeat; }
      .mvp .alerts li p,
      .mvp .status li p {
        display: table-cell;
        vertical-align: middle; }
  .mvp .alerts .due {
    font-size: 12px;
    padding-right: 10px;
    text-transform: uppercase;
    color: #81a1b2; }
    .mvp .alerts .due a {
      padding-left: 10px;
      border-left: 1px solid #81a1b2; }
  .mvp .alerts p {
    margin: 0 0 4px 0; }
  .mvp .status .metric {
    position: relative;
    display: inline-block;
    width: 100px;
    margin-right: 48px; }
    .mvp .status .metric.last {
      margin: 0; }
  .mvp .status .count {
    display: inline-block; }
  .mvp .status .amount {
    font-size: 20px;
    display: block; }
  .mvp .status .type {
    font-size: 11px;
    display: block;
    text-transform: uppercase;
    color: #81a1b2; }
  .mvp .status .change {
    font-size: 20px;
    position: relative;
    float: right;
    margin-left: 5px;
    vertical-align: top; }
    .mvp .status .change i {
      position: absolute;
      left: -20px; }
    .mvp .status .change.up {
      color: #fed337; }
    .mvp .status .change.down {
      color: #c33024; }
  .mvp .status .engagement {
    margin-top: 10px; }
    .mvp .status .engagement .meter {
      clear: both;
      overflow: hidden;
      width: 100%;
      height: 15px;
      margin-top: 5px;
      border-radius: 6px;
      background: #0b426e; }
      .mvp .status .engagement .meter span {
        display: block;
        height: 100%; }
    .mvp .status .engagement p {
      font-size: 11px;
      margin: 3px 0 0 0;
      text-transform: uppercase;
      color: #81a1b2; }
  .mvp .help {
    position: relative;
    width: 308px;
    height: 280px;
    margin: 0 auto;
    background: url(../images/home/help-bg.png) top center no-repeat; }
    .mvp .help a {
      display: block;
      width: 100%;
      height: 100%; }
    .mvp .help p {
      font-size: 15px;
      position: absolute;
      bottom: 0;
      width: 100%;
      margin: 0;
      padding: 8px;
      color: #fff;
      
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }
      .mvp .help p span {
        font-size: 12px;
        text-transform: uppercase;
        color: #fed337;
        
        font-weight: normal;
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important; }

.schedule-frame {
  padding: 0;
  background: url(../images/home/schedule-bg.jpg) no-repeat; }
  .schedule-frame h2 {
    margin-top: 35px;
    margin-bottom: 0; }
  .schedule-frame ul {
    width: 324px;
    margin: 42px auto 0 auto;
    padding: 0; }
    .schedule-frame ul li {
      margin-bottom: 10px;
      padding: 18px 24px;
      list-style: none;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      border: 1px solid rgba(51, 116, 154, 0.75);
      border-radius: 10px;
      background: rgba(0, 0, 0, 0.45); }
      .schedule-frame ul li .event,
      .schedule-frame ul li .date,
      .schedule-frame ul li .details {
        font-size: 14px;
        position: relative;
        display: block;
        margin-bottom: 8px; }
      .schedule-frame ul li .event {
        text-shadow: 1px 1px rgba(0, 0, 0, 0.5); }
        .schedule-frame ul li .event .home {
          padding-left: 4px; }
        .schedule-frame ul li .event .away {
          padding-right: 4px; }
        .schedule-frame ul li .event .home,
        .schedule-frame ul li .event .away {
          font-size: 20px;
          position: relative;
          top: 2px;
          margin-top: 10px;
          
          font-weight: normal;
          font-style: normal;
          text-rendering: optimizeLegibility !important;
          -webkit-font-smoothing: antialiased !important; }
      .schedule-frame ul li .date {
        color: #81a1b2; }
      .schedule-frame ul li .details {
        font-size: 12px;
        margin: 0; }
        .schedule-frame ul li .details .sport {
          padding-right: 8px;
          color: #00a3ff;
          border-right: 2px solid #333; }
        .schedule-frame ul li .details .channel {
          padding-left: 8px;
          color: #fed337; }
  .schedule-frame .error {
    color: #fff;
    height: 547px;
    background: rgba(0, 0, 0, 0.45);
    width: 324px;
    margin: 20px auto 0 auto;
    text-align: center;
    padding: 180px 0; }
    .schedule-frame .error h2 {
      text-transform: uppercase;
      font-size: 21px;
      
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }

.featured-products {
  background-color: #e7e8ee;
  background-image: -webkit-linear-gradient(#e7e8ee 0%, #fff 5%);
  background-image: linear-gradient(#e7e8ee 0%, #fff 5%); }
  .featured-products .product {
    margin: 30px auto; }
  .featured-products hr {
    width: 90%;
    border-style: solid;
    border-color: #e5e5e5; }
  .featured-products .product img {
    width: 75%;
    margin: 0 auto; }
  .featured-products .product .title {
    width: 200px; }
  .featured-products .product a {
    display: block;
    text-align: center; }

.featured-insights h2 {
  margin: 45px 0 0 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
  
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }
  .featured-insights h2 span {
    color: #00a3
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }

.featured-campaign,
.featured-insight {
  text-align: center; }
  .featured-campaign h2,
  .featured-insight h2 {
    margin-bottom: 26px; }
    .featured-campaign h2 span,
    .featured-insight h2 span {
      color: #00a3ff;
      text-transform: uppercase; }
  .featured-campaign .image,
  .featured-insight .image {
    display: block;
    width: 300px;
    height: 194px;
    margin: 0 auto 10px auto; }
    .featured-campaign .image img,
    .featured-insight .image img {
      width: auto;
      max-width: 100%; }
  .featured-campaign p,
  .featured-insight p {
    font-size: 15px;
    width: 250px;
    margin: 0 auto; }

.featured-insight img {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.45); }

.featured-insight p {
  text-align: left; }

.featured-insight a {
  font-size: 12px;
  margin-left: 8px;
  text-transform: uppercase;
  
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

.advertisement {
  width: 100%;
  padding: 0;
  float: none; }
  .advertisement img {
    display: block;
    width: 100%;
    height: auto; }

.relative {
  position: relative; }

.insights header .filter {
  position: absolute;
  top: 20px;
  right: 36px; }

.insights .btn {
  bottom: 30px; }

.insights .controls {
  float: right;
  margin-top: -45px;
  width: 300px; }
  .insights .controls .selectboxit-text {
    color: #404040; }

.insights .insight .title span {
  display: inline-block;
  margin-left: 22px; }

.insights .insight .title button {
  margin-left: 22px; }

.insights .bookmarks header,
.insights .related header {
  margin-bottom: 25px;
  padding-top: -2px; }
  .insights .bookmarks header h3,
  .insights .related header h3 {
    display: inline-block;
    padding-top: 5px; }
  .insights .bookmarks header .pipe,
  .insights .related header .pipe {
    margin: 0 8px 0 5px;
    content: ' ';
    border: 1px solid #dededf; }

.insights .bookmarks .row,
.insights .related .row {
  margin-bottom: 60px; }
  .insights .bookmarks .row.bookmark-toggle,
  .insights .related .row.bookmark-toggle {
    height: 392px;
    overflow: hidden; }
    .insights .bookmarks .row.bookmark-toggle.show,
    .insights .related .row.bookmark-toggle.show {
      height: auto !important; }

.insights .bookmarks .insight,
.insights .related .insight {
  margin-bottom: 45px; }
  .insights .bookmarks .insight::after,
  .insights .related .insight::after {
    clear: both;
    content: "";
    display: table; }
  .insights .bookmarks .insight p::after,
  .insights .related .insight p::after {
    clear: both;
    content: "";
    display: table; }
  .insights .bookmarks .insight span.inline-link,
  .insights .related .insight span.inline-link {
    display: inline-block;
    margin-top: 10px;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0; }
    .insights .bookmarks .insight span.inline-link a,
    .insights .related .insight span.inline-link a {
      display: inline-block;
      color: #00a3ff; }

.insights.detail > header {
  height: 62px;
  padding-top: 45px;
  background: transparent;
  display: block; }
  .insights.detail > header::after {
    clear: both;
    content: "";
    display: table; }
  .insights.detail > header a {
    font-size: 14px;
    text-transform: uppercase;
    
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
  .insights.detail > header .bookmark {
    float: right; }
    .insights.detail > header .bookmark .remove {
      font-size: 16px;
      line-height: 55px;
      margin-right: 20px;
      text-decoration: underline;
      text-transform: none;
      color: #404040;
      
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }

.insights.detail h2 {
  font-size: 32px;
  max-width: 580px;
  text-transform: uppercase;
  line-height: 32px; }

.insights.detail .call-to-action {
  position: relative;
  margin-bottom: 35px; }
  .insights.detail .call-to-action img {
    display: block; }
  .insights.detail .call-to-action .copy {
    width: 50%;
    font-size: 14px;
    position: absolute;
    z-index: 2;
    bottom: 0;
    margin: 0;
    padding: 50px 45px 28px 45px;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
    
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
    .insights.detail .call-to-action .copy .btn {
      position: absolute;
      bottom: 30px;
      width: 250px;
      right: 20px; }
    .insights.detail .call-to-action .copy span.starrr {
      margin-top: 10px; }

.insights.detail .article {
  margin-bottom: 20px;
  padding: 0 45px;
  width: 780px; }

.insights.detail .column {
  padding: 0 40px 0 0;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .insights.detail .column:last-child {
    margin-right: 0; }
  .insights.detail .column p {
    font-size: 14px;
    line-height: 21px;
    margin: 0; }

.insights.detail .related {
  margin-top: 60px; }
  .insights.detail .related .product .title {
    float: left;
    max-width: 150px; }

.insights .bookmark-image {
  margin: 5px;
  padding: 18px; }

.insights .items header {
  margin-top: -60px; }

.insights .message {
  
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #404040; }

.insights .tile-wrap {
  float: left; }
  .insights .tile-wrap 
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #404040; }
  .insights .tile-wrap .tile {
    max-width: 350px;
    padding-left: 40px; }

hr.half-width {
  width: 50%;
  text-align: left;
  margin-left: 0;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.65) 31%, rgba(0, 0, 0, 0.65) 33%, #efefef 100%); }

.mvpBlue {
  color: #00a3ff; }

/*#login {
  position: absolute;
  top: 50%;
  width: 486px;
  min-height: 693px;
  margin-top: -248px;
  margin-left: 80px;
  padding: 75px;
  background: white;
  z-index: 999; }*/
  #login h2, #login h3 {
    color: #fff; }
  #login.reset-password, #login.update-password {
    height: auto; }
  #login .g-recaptcha {
    margin-bottom: 20px; }
  #login .error {
    margin-bottom: 20px;
    padding: 5px;
    text-align: center;
    color: red;
    border-radius: 3px;
    background: #f
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
/*  #login input[type='text'],
  #login input[type='password'] {
    font-size: 16px;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 18px;
    border: none;
    border-radius: 3px; }
  #login label {
    color: #999; }
  #login input[type='checkbox'] {
    display: none; }
  #login input[type='checkbox'] + span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 8px 0 0;
    cursor: pointer;
    vertical-align: middle;
    background: url(../images/checkbox.png) left top no-repeat; }
  #login input[type='checkbox']:checked + span {
    background: url(../images/checkbox.png) -19px top no-repeat; }
  #login .logo {
    display: block;
    width: 337px;
    height: 41px;
    text-decoration: none;
    text-indent: -999em;
    background: url(../images/logo-lg.png) no-repeat; }*/
  #login .actions {
    font-size: 14px;
    margin-bottom: 20px; }
    #login .actions::after {
      clear: both;
      content: "";
      display: table; }
    #login .actions a {
      float: right;
      text-decoration: underline;
      color: #999; }
      #login .actions a.help {
        clear: right;
        color: #fed337;
        margin: 10px 0; }
    #login .actions .selectboxit-options a {
      color: #000;
      float: none;
      text-decoration: none; }
  #login .password-link {
    font-size: 14px;
    text-align: center;
    margin: 20px 0; }
    #login .password-link::after {
      clear: both;
      content: "";
      display: table; }
    #login .password-link a {
      text-align: center;
      text-decoration: underline;
      color: #999; }
  #login .btn {
    width: 100%;
    padding: 10px 24px; }
  #login.reset-password h2,
  #login.reset-password p,
  #login.reset-password label, #login.update-password h2,
  #login.update-password p,
  #login.update-password label {
    color: #fff; }
  #login.reset-password label, #login.update-password label {
    font-size: 14px !important;
    display: block;
    margin-bottom: 10px; }
  #login.reset-password .info, #login.update-password .info {
    display: inline-block;
    margin-bottom: 20px;
    color: #fff; }

#login .location-wrap {
  position: relative;
  top: 50%;
  transform: translateY(50%); }

.reset-info {
  position: absolute;
  top: 50%;
  left: 600px;
  width: 386px;
  height: 286px;
  margin-top: -248px;
  padding: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2; }
  .reset-info h2 {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    line-height: 24px;
    font-size: 18px; }
  .reset-info p {
    font-size: 14px; }
  .reset-info:before {
    position: absolute;
    top: 50px;
    left: -15px;
    width: 0;
    height: 0;
    content: ' ';
    border-top: 15px solid transparent;
    border-right: 15px solid rgba(0, 0, 0, 0.8);
    border-bottom: 15px solid transparent; }

/*#bg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/login/mesh.png); }*/
  #bg .videoBG,
  #bg .videoBG_wrapper {
    z-index: 1 !important; }
    #bg .videoBG video,
    #bg .videoBG_wrapper video {
      z-index: 1 !important;
      -webkit-transform-style: preserve-3d; }

#callout {
  width: 699px;
  height: 700px;
  color: #fff;
  padding: 66px 50px;
  position: absolute;
  top: 50%;
  margin-top: -248px;
  margin-left: 570px;
  z-index: 2; }
  #callout header,
  #callout .description {
    z-index: 1;
    position: relative;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); }
    #callout header .memo,
    #callout .description .memo {
      padding: 0;
      margin: 0;
      background-clip: border-box;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      #callout header .memo p,
      #callout .description .memo p {
        font-size: 21px;
        line-height: 1.25em;
        margin-bottom: 25px; }
    #callout header .list,
    #callout .description .list {
      
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      text-transform: uppercase;
      font-size: 18px;
      font-kerning: normal;
      letter-spacing: 1px;
      line-height: 22px;
      font-weight: bold;
      text-shadow: none;
      padding: 0 0 0 25px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.25);
      margin: 30px 0; }
      #callout header .list ul,
      #callout .description .list ul {
        font-weight: normal;
        margin: 0;
        padding: 0;
        margin-bottom: 25px; }
        #callout header .list ul li,
        #callout .description .list ul li {
          font-size: 20px;
          list-style: none;
          margin-bottom: 12px; }
          #callout header .list ul li span,
          #callout .description .list ul li span {
            color: #fed337;
            margin-right: 20px;
            font-size: 22px;
            text-shadow: none; }
    #callout header .call-to-action,
    #callout .description .call-to-action {
      width: 100%; }
      #callout header .call-to-action::after,
      #callout .description .call-to-action::after {
        clear: both;
        content: "";
        display: table; }
      #callout header .call-to-action .slug,
      #callout .description .call-to-action .slug {
        
        font-weight: normal;
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important;
        font-size: 30px;
        text-transform: uppercase;
        line-height: 38px;
        width: 30%;
        float: left;
        letter-spacing: 1px;
        text-align: right;
        margin-right: 35px; }
        #callout header .call-to-action .slug span,
        #callout .description .call-to-action .slug span {
          font-size: 1.8em; }
      #callout header .call-to-action .call-text,
      #callout .description .call-to-action .call-text {
        width: 60%;
        float: left;
        text-align: left; }
        #callout header .call-to-action .call-text p,
        #callout .description .call-to-action .call-text p {
          
          font-weight: normal;
          font-style: normal;
          text-rendering: optimizeLegibility !important;
          -webkit-font-smoothing: antialiased !important;
          margin: 0;
          font-size: 16px;
          line-height: 25px;
          display: block; }
  #callout header {
    text-transform: uppercase;
    width: 560px;
    height: 100px;
    position: relative; }
    #callout header h2, #callout header h3, #callout header h4 {
      position: absolute;
      margin: 0;
      line-height: 1em; }
    #callout header h4 {
      color: #fed337;
      font-size: 27px;
      
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      top: 0;
      left: 2px; }
    #callout header h3 {
      font-size: 73px;
      
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      top: 32px;
      left: -6px; }
    #callout header h2 {
      font-size: 125px;
      
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      right: 0;
      top: -6px; }
  #callout .background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../images/login/callout-bg.jpg) no-repeat;
    z-index: 0;
    opacity: .95; }

#forgot-password input {
  margin-bottom: 0; }

#forgot-password .success {
  display: none; }

p.notice {
  color: #f00;
  
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

.products header .filter {
  position: absolute;
  top: 20px;
  right: 36px; }

.products .section > .row {
  padding: 40px; }

.products .dealer {
  font-size: .9em;
  text-align: left;
  padding-top: 15px; }

.products .dealer_origin {
  color: #bcbcbc;
  position: relative;
  white-space: nowrap; }

.products .dealer_origin:after {
  border-top: 1px solid #bcbcbc;
  position: absolute;
  content: "";
  right: 0;
  top: 45%;
  left: 0; }

.products .dealer_amount {
  color: red; }

.products .ordered,
.products .recommended {
  height: 445px;
  overflow: hidden; }
  .products .ordered.show,
  .products .recommended.show {
    height: auto !important; }

.products .description {
  width: 100%;
  margin: 0; }
  .products .description .title {
    width: 180px; }

.products .marketing {
  color: #00a3ff;
  font-size: 15px; }

.products .marketing-underline {
  text-decoration: underline; }

.products .tile {
  min-height: 450px;
  /*        min-height: 390px;*/ }

.products.detail > header {
  height: 62px;
  padding-top: 45px;
  background: transparent;
  display: block; }
  .products.detail > header::after {
    clear: both;
    content: "";
    display: table; }
  .products.detail > header a {
    font-size: 14px;
    text-transform: uppercase;
    
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }

.products.detail h2 {
  font-size: 32px;
  line-height: 1em;
  max-width: 580px;
  text-transform: uppercase;
  margin: 0 0 0.83em 0; }

.products.detail .column {
  padding: 0 40px 0 0;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%; }
  .products.detail .column:last-child {
    margin-right: 0; }
  .products.detail .column p {
    font-size: 14px;
    line-height: 21px;
    margin: 0; }

.products.detail .related {
  margin-top: 60px; }
  .products.detail .related .product .title {
    float: left;
    max-width: 180px;
    width: 80%; }

.products.detail.edit .product {
  width: 100%; }

.products.detail.edit .image {
  width: 40%;
  height: 100%; }

.products.detail.edit .details {
  width: 60%; }
  .products.detail.edit .details .credit {
    width: 30%;
    margin: 0; }
  .products.detail.edit .details .title {
    width: 70%;
    padding-left: 20px !important; }

.products.detail.edit button {
  margin-top: 65px;
  width: 60%; }

.products.detail > .row {
  padding: 15px 45px; }

.products.detail .image {
  display: table;
  float: left;
  width: 50%;
  height: 100%;
  text-align: center;
  background: #eee; }
  .products.detail .image img {
    display: table-cell;
    width: 99%;
    vertical-align: middle; }

.products.detail .details {
  float: left;
  width: 50%;
  padding-left: 44px; }
  .products.detail .details .credit {
    width: 96px;
    padding: 14px 20px; }
    .products.detail .details .credit .amount {
      font-size: 32px; }
    .products.detail .details .credit p {
      font-size: 18px;
      margin: 0; }
  .products.detail .details .title {
    width: 60%;
    font-size: 24px;
    line-height: 24px;
    float: left;
    margin: 0;
    
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
  .products.detail .details .description {
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee; }

.products.detail form {
  width: 100%;
  margin-top: 40px; }
  .products.detail form label {
    font-size: 16px;
    display: block;
    margin-top: 15px;
    margin-bottom: 5px;
    
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
  .products.detail form input {
    font-size: 14px;
    width: 100%;
    margin-bottom: 5px;
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 4px; }
  .products.detail form .custom-selection {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee; }
    .products.detail form .custom-selection h3 {
      margin: 0 0 10px 0; }
    .products.detail form .custom-selection label {
      display: inline-block !important;
      margin: 0 10px 0 0 !important; }
      .products.detail form .custom-selection label:hover {
        cursor: pointer; }
    .products.detail form .custom-selection input {
      width: auto; }
    .products.detail form .custom-selection input[type='radio'] {
      width: auto !important;
      margin: 0 !important; }
  .products.detail form #custom_file {
    display: none; }
    .products.detail form #custom_file a {
      font-size: 14px;
      margin-left: 10px; }
  .products.detail form .quantity {
    float: left;
    width: 30%;
    margin-right: 10%; }
  .products.detail form button {
    float: right;
    width: 50%;
    margin-top: 35px; }

.products .product-wrap {
  width: 100%; }
  .products .product-wrap .credit {
    margin-left: 10px !important;
    margin-top: 25px !important; }
  .products .product-wrap .details .title {
    margin-left: 0 !important; }

.products .prod-left {
  float: left;
  width: 50%; }
  .products .prod-left .credits-left {
    width: 25%;
    float: left; }
  .products .prod-left .credits-right {
    width: 75%;
    float: right; }

.products .prod-rate-num {
  color: #bcbcbc; }

.products .prod-right {
  float: right; }
  .products .prod-right .select-left {
    float: left;
    margin-top: 10px; }
    .products .prod-right .select-left a {
      
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important;
      color: #5f5f5f;
      text-decoration: underline; }
  .products .prod-right .select-right {
    width: 50%;
    float: right; }

.products .inner .message {
  
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #404040;
  margin-left: 0; }

#colorbox .custom-selection {
  margin-top: 40px; }

#colorbox #custom_text input,
#colorbox #custom_file input {
  margin-bottom: 0; }

.reports .manage-accounts-wrap {
  margin: 50px; }
  .reports .manage-accounts-wrap header {
    margin-bottom: 40px;
    text-transform: upperca
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
  .reports .manage-accounts-wrap .events-manag
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    display: inline-block;
    margin-left: 20px; }
  .reports .manage-accounts-wrap .manage-left {
    width: 40%;
    float: left;
    margin-bottom: 50px; }
    .reports .manage-accounts-wrap .manage-left span {
      display: inline-block;
      font-size: 18px;
      margin-left: 10px;
      margin-bottom: 12px; }
  .reports .manage-accounts-wrap .manage-right {
    width: 60%;
    float: right;
    margin-bottom: 50px; }
    .reports .manage-accounts-wrap .manage-right .btn {
      float: right;
      margin-bottom: 10px;
      margin-right: 100px;
      margin-top: 0px;
      width: 200px; }
  .reports .manage-accounts-wrap .manage-left, .reports .manage-accounts-wrap .manage-right {
    border-bottom: 1px solid #eee; }
  .reports .manage-accounts-wrap .manage-left:nth-of-type(1) {
    border-bottom: none !important; }
  .reports .manage-accounts-wrap .manage-right-top {
    width: 28%;
    float: right; }
    .reports .manage-accounts-wrap .manage-right-top img {
      display: block; }
  .reports .manage-accounts-wrap .one-cols-row {
    margin-top: -10px;
    width: 100%; }
    .reports .manage-accounts-wrap .one-cols-row .manage-left:first-of-type {
      width: 72%; }
    .reports .manage-accounts-wrap .one-cols-row .manage-right:first-of-type {
      width: 28%; }
    .reports .manage-accounts-wrap .one-cols-row .manage-desc 
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }

.reports .report-scores-wrap {
  width: 92%;
  margin: 0 auto; }
  .reports .report-scores-wrap .two-cols-left {
    width: 50%;
    float: left;
    margin-bottom: 20px; }
  .reports .report-scores-wrap .two-cols-right {
    width: 50%;
    float: right;
    margin-bottom: 20px; }
  .reports .report-scores-wrap .view-rating {
    display: block;
    text-decoration: underline; }

.reports .social-message {
  display: inline-block;
  padding-left: 44%;
  padding-top: 10%; }

.reports .left-col {
  width: 55%;
  float: left; }

.reports .right-col {
  width: 45%;
  float: right;
  padding-right: 100px;
  text-align: right; }

.reports .left-col, .reports .right-col {
  background-color: #fff; }

.reports #line-chart {
  margin: 50px 0px 100px 0px;
  min-height: 250px; }

.reports .icon-wrap span {
  display: table-cell;
  vertical-align: middle; }

.reports .icon-wrap {
  display: table; }

.reports .icon-wrap {
  margin-left: 60px; }

.reports .reports-top {
  margin-top: 50px; }
  .reports .reports-top .left-col {
    margin-bottom: 50px; }
  .reports .reports-top span {
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 10px; }
  .reports .reports-top img {
    height: auto;
    margin-left: 10px;
    padding-left: 10px;
    width: 50px; }

.reports .reports-bottom {
  padding-top: 50px; }
  .reports .reports-bottom .social-chart {
    background-color: #fafafa;
    height: 150px;
    margin-left: 44px;
    margin-top: 25px;
    margin: 0 auto;
    width: 92%;
    margin-bottom: 30px; }

.reports .reports-clear {
  clear: both; }

.reports .reports-row {
  background-color: #fff; }

.reports div[class^='rep-col'] {
  float: left;
  width: 50%;
  padding: 8px;
  min-height: 120px; }

.reports .social-left img {
  margin-top: 0px;
  height: auto;
  padding-left: 10px;
  width: 50px; }

.reports .social-left {
  width: 12%;
  float: left; }

.reports .social-right {
  width: 88%;
  float: left; }

.reports .social-row-1-col {
  width: 25%;
  float: left;
  font-weight: bold; }

.reports .social-bar > .ui-progressbar-value {
  background: #ABB3B6; }

.content.schedules.maintainence {
  text-align: center;
  padding-bottom: 100px; }
  .content.schedules.maintainence header {
    text-align: left;
    height: 62px;
    padding-top: 45px;
    background: transparent;
    display: block;
    margin-bottom: 100px; }
  .content.schedules.maintainence hr {
    width: 450px;
    border: none;
    border-top: 1px solid #ebebeb;
    margin: 20px auto; }
  .content.schedules.maintainence h2 {
    
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-size: 53px;
    text-transform: uppercase;
    margin: 0;
    line-height: 1em; }
  .content.schedules.maintainence p {
    font-size: 21px;
    line-height: 1em;
    margin: 0 0 10px 0; }

.content.schedules .schedule {
  padding: 0 80px; }

.content.schedules .datepicker .clndr-next-button.inactive,
.content.schedules .datepicker .clndr-previous-button.inactive {
  color: #F0F0F0;
  border-color: #F0F0F0; }
  .content.schedules .datepicker .clndr-next-button.inactive:hover,
  .content.schedules .datepicker .clndr-previous-button.inactive:hover {
    cursor: default; }

.content.schedules .datepicker .day {
  color: #fff;
  background: #00a3ff; }
  .content.schedules .datepicker .day.inactive:hover, .content.schedules .datepicker .day.adjacent-month:hover {
    cursor: default; }
  .content.schedules .datepicker .day.inactive .day-contents, .content.schedules .datepicker .day.adjacent-month .day-contents {
    color: #9e9e9e; }
  .content.schedules .datepicker .day.inactive {
    background: #F0F0F0; }
  .content.schedules .datepicker .day.adjacent-month {
    background: white; }

.content.schedules .filter {
  padding: 40px 80px; }
  .content.schedules .filter .input {
    position: relative;
    display: block;
    border-radius: 3px;
    background: #fbfbfb;
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15); }
    .content.schedules .filter .input input {
      font-size: 12px;
      height: 38px;
      padding: 10px;
      border: none;
      background: none; }
      .content.schedules .filter .input input:focus {
        outline: none; }
  .content.schedules .filter .dates,
  .content.schedules .filter .search-filter,
  .content.schedules .filter .package-filter {
    float: left; }
    .content.schedules .filter .dates h3,
    .content.schedules .filter .search-filter h3,
    .content.schedules .filter .package-filter h3 {
      font-size: 18px; }
      .content.schedules .filter .dates h3 span,
      .content.schedules .filter .search-filter h3 span,
      .content.schedules .filter .package-filter h3 span {
        font-size: 14px; }
  .content.schedules .filter .dates {
    width: 438px; }
    .content.schedules .filter .dates span {
      font-size: 20px;
      margin-right: 10px;
      text-transform: uppercase
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }
  .content.schedules .filter .package-filter,
  .content.schedules .filter .search-filter {
    width: 264px; }
  .content.schedules .filter .package-filter {
    margin-right: 26px; }
    .content.schedules .filter .package-filter select {
      display: none; }
    .content.schedules .filter .package-filter .selectboxit-container .selectboxit {
      width: 264px !important; }
    .content.schedules .filter .package-filter .selectboxit-container span {
      height: 38px;
      line-height: 38px; }
    .content.schedules .filter .package-filter .selectboxit-btn {
      border: none;
      border-radius: 3px;
      background: #fbfbfb;
      box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15); }
  .content.schedules .filter .search-filter input {
    width: 90%; }
  .content.schedules .filter .search-filter i {
    position: absolute;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #a1a1a1; }
  .content.schedules .filter .actions {
    float: right;
    margin: 40px 0 0 0; }
    .content.schedules .filter .actions .btn {
      padding: 6px 8px; }

.content.schedules .results {
  font-size: 24px;
  line-height: 50px;
  position: relative;
  width: 100%;
  height: 50px;
  margin-bottom: 47px;
  padding: 0 80px;
  text-transform: uppercase;
  background: #f4f8fb;
  
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }
  .content.schedules .results h3 {
    float: left;
    margin: 0; }
  .content.schedules .results .btn {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    float: right;
    margin-top: 6px;
    color: #676767;
    background: #e3e3e3;
    box-shadow: 0 2px 0 #a2a2a2; }

.content.schedules .event {
  height: 120px;
  margin-bottom: 8px; }
  .content.schedules .event .date,
  .content.schedules .event .details {
    float: left;
    height: 100%; }
  .content.schedules .event .date {
    width: 142px;
    margin-right: 8px;
    color: #fff;
    background: #031430; }
    .content.schedules .event .date span {
      display: block;
      width: 100%;
      text-align: center
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }
      .content.schedules .event .date span.day {
        font-size: 47px;
        line-height: 47px;
        margin-top: 20px; }
      .content.schedules .event .date span.month {
        text-transform: uppercase; }
      .content.schedules .event .date span.month, .content.schedules .event .date span.day-name {
        font-size: 17px; }
  .content.schedules .event .details {
    width: calc(100% - 150px);
    padding: 25px 30px;
    background-color: #f4f8fb;
    background-repeat: no-repeat;
    background-position: 95% center; }
    .content.schedules .event .details span {
      font-size: 20px;
      
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }
    .content.schedules .event .details .game {
      display: block;
      margin: 0 0 10px 0; }
      .content.schedules .event .details .game strong {
        text-transform: uppercase; }
    .content.schedules .event .details .time,
    .content.schedules .event .details .channel 
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }
    .content.schedules .event .details .time {
      text-transform: uppercase; }
    .content.schedules .event .details .channel {
      width: 180px;
      text-align: center; }
    .content.schedules .event .details .program {
      font-size: 16px;
      
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }
    .content.schedules .event .details .channel,
    .content.schedules .event .details .hd,
    .content.schedules .event .details .mas,
    .content.schedules .event .details .xtra {
      display: inline-block;
      margin-left: 8px;
      padding: 8px 20px 4px 20px;
      color: #fff;
      background: #f69734; }
    .content.schedules .event .details .hd {
      background: #c2c2c2; }
    .content.schedules .event .details .xtra {
      background: #83ca9e; }
    .content.schedules .event .details .mas {
      background: #a285bd; }
    .content.schedules .event .details .call {
      font-size: 14px;
      margin-left: 45px; }
      .content.schedules .event .details .call strong {
        color: #00a3ff;
        
        font-weight: normal;
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important; }
  .content.schedules .event .additional-channels {
    position: relative;
    margin-left: 8px; }
    .content.schedules .event .additional-channels .channel-list {
      position: absolute;
      top: 48px;
      left: -331px;
      display: none;
      background: #fff;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
      z-index: 9999; }
      .content.schedules .event .additional-channels .channel-list:hover {
        cursor: normal; }
      .content.schedules .event .additional-channels .channel-list:before {
        position: absolute;
        top: -32px;
        left: 50%;
        display: block;
        width: 0;
        height: 0;
        margin-left: -8px;
        content: '';
        border-width: 16px;
        border-style: solid;
        border-color: transparent transparent white transparent; }
      .content.schedules .event .additional-channels .channel-list .row {
        width: 680px;
        padding: 20px; }
        .content.schedules .event .additional-channels .channel-list .row span {
          display: inline-block; }
    .content.schedules .event .additional-channels:hover {
      cursor: pointer; }
      .content.schedules .event .additional-channels:hover:before {
        content: '-'; }
      .content.schedules .event .additional-channels:hover .channel-list {
        display: block; }
    .content.schedules .event .additional-channels:before {
      font-size: 42px;
      line-height: 32px;
      position: absolute;
      top: -8px;
      right: 0;
      bottom: 0;
      left: 0;
      width: 32px;
      height: 32px;
      content: '+';
      text-align: center;
      color: #fff;
      background: #00a3ff;
      
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }
  .content.schedules .event.big_10 .details {
    background-image: url(../images/package-icons/full/big-ten.png); }
  .content.schedules .event.sec .details {
    background-image: url(../images/package-icons/full/sec.png); }
  .content.schedules .event.longhorn .details {
    background-image: url(../images/package-icons/full/longhorn.png); }
  .content.schedules .event.nfl_st .details {
    background-image: url(../images/package-icons/full/sunday-ticket.png); }
  .content.schedules .event.mlb .details {
    background-image: url(../images/package-icons/full/extra-innings.png); }
  .content.schedules .event.nba_lp .details {
    background-image: url(../images/package-icons/full/league-pass.png); }
  .content.schedules .event.espn_fc .details {
    background-image: url(../images/package-icons/full/full-court.png); }
  .content.schedules .event.espn_gp .details {
    background-image: url(../images/package-icons/full/game-plan.png); }
  .content.schedules .event.mls_dk .details {
    background-image: url(../images/package-icons/full/mls.png); }
  .content.schedules .event.fox_sp .details {
    background-image: url(../images/package-icons/full/fox-sp.png); }
  .content.schedules .event.nhl_ci .details {
    background-image: url(../images/package-icons/full/center-ice.png); }
  .content.schedules .event.espn_college_extra .details {
    background-image: url(../images/package-icons/full/espn-college-extra.png); }
  .content.schedules .event.inactive .channel {
    color: #fff;
    background: #c2c2c2; }
  .content.schedules .event.inactive.big_10 .details {
    background-image: url(../images/package-icons/full/big-ten-i.png); }
  .content.schedules .event.inactive.sec .details {
    background-image: url(../images/package-icons/full/sec-i.png); }
  .content.schedules .event.inactive.longhorn .details {
    background-image: url(../images/package-icons/full/longhorn-i.png); }
  .content.schedules .event.inactive.nfl_st .details {
    background-image: url(../images/package-icons/full/sunday-ticket-i.png); }
  .content.schedules .event.inactive.mlb .details {
    background-image: url(../images/package-icons/full/extra-innings-i.png); }
  .content.schedules .event.inactive.nba_lp .details {
    background-image: url(../images/package-icons/full/league-pass-i.png); }
  .content.schedules .event.inactive.espn_fc .details {
    background-image: url(../images/package-icons/full/full-court-i.png); }
  .content.schedules .event.inactive.espn_gp .details {
    background-image: url(../images/package-icons/full/game-plan-i.png); }
  .content.schedules .event.inactive.mls_dk .details {
    background-image: url(../images/package-icons/full/mls-i.png); }
  .content.schedules .event.inactive.fox_sp .details {
    background-image: url(../images/package-icons/full/fox-sp-i.png); }
  .content.schedules .event.inactive.nhl_ci .details {
    background-image: url(../images/package-icons/full/center-ice-i.png); }
  .content.schedules .event.inactive.espn_college_extra .details {
    background-image: url(../images/package-icons/full/espn-college-extra-i.png); }

body.start {
  margin-top: 40px;
  background: transparent;
  background-color: #000;
  background-repeat: no-repeat;
  background-color: #333233;
  background-image: -webkit-linear-gradient(#333233 0%, #000 10%);
  background-image: linear-gradient(#333233 0%, #000 10%); }

.wizard {
  width: 1175px;
  margin: 0 auto;
  padding-top: 10px; }
  /*.wizard .btn {
    width: 200px; }*/
  .wizard img {
    width: 100%;
    height: auto; }
  .wizard h1 {
    width: 261px;
    height: 40px;
    margin: 35px auto;
    text-indent: -999em;
    background: url(../images/logo.png) no-repeat; }
  .wizard nav ul {
    width: 100%;
    height: 98px;
    margin: 0;
    padding: 0;
    background: #dedede; }
  .wizard nav li {
    font-size: 18px;
    position: relative;
    display: table;
    float: left;
    width: 183px;
    height: 97px;
    margin-right: 52px;
    list-style: none;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
    .wizard nav li.active {
      background: url(../images/start/active-gradient.png) repeat-x; }
      .wizard nav li.active:after {
        position: absolute;
        top: 0;
        right: -52px;
        display: block;
        width: 52px;
        height: 97px;
        content: ' ';
        content: ' ';
        background: transparent url(../images/start/arrow.png) no-repeat; }
      .wizard nav li.active.done:after {
        position: absolute;
        top: 0;
        right: -52px;
        display: block;
        width: 52px;
        height: 97px;
        content: ' ';
        content: ' ';
        background: transparent url(../images/start/arrow-complete.png) no-repeat; }
      .wizard nav li.active.done.last:after {
        position: absolute;
        top: 0;
        right: -52px;
        display: block;
        width: 52px;
        height: 97px;
        content: ' ';
        content: ' ';
        background: url(../images/start/active-gradient.png) repeat-x; }
    .wizard nav li p {
      display: table-cell;
      text-align: left;
      vertical-align: middle; }
    .wizard nav li span {
      font-size: 30px;
      display: table-cell;
      vertical-align: middle; }
      .wizard nav li span strong {
        line-height: 50px;
        display: inline-block;
        width: 50px;
        height: 50px;
        margin: 0 10px;
        border: 2px solid white;
        border-radius: 50%; }
  .wizard .section,
  .wizard .actions {
    display: inline-block;
    width: 100%;
    background: #fff; }
  .wizard .actions {
    padding: 100px 45px 35px 100px;
    text-align: right; }
  .wizard .section {
    clear: both; }
    .wizard .section .description {
      width: 840px;
      margin: 55px 0
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }
    .wizard .section .row {
      padding: 0 80px; }
    .wizard .section header {
      font-size: 34px;
      line-height: 1em;
      overflow: hidden;
      padding: 35px 45px;
      text-transform: uppercase;
      background: #eee
      font-weight: normal;
      font-style: normal;
      text-rendering: optimizeLegibility !important;
      -webkit-font-smoothing: antialiased !important; }
      .wizard .section header .btn {
        float: right; }
  .wizard .actions a {
    font-size: 14px;
    margin-right: 10px;
    text-transform: uppercase;
    
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
    .wizard .actions a.btn {
      font-size: 18px; }
  .wizard label {
    font-size: 16px;
    display: block;
    margin: 15px 0; }
  .wizard input {
    font-size: 14px;
    width: 100%;
    padding: 10px;
    border: 2px solid #ddd;
    border-radius: 4px; }
  .wizard.overview .actions {
    padding-top: 40px; }
    .wizard.overview .actions p {
      float: left;
      text-align: left; }
  .wizard.overview .description {
    margin: 55px 0 20px 0; }
  .wizard.overview .features + .description {
    margin: 0; }
  .wizard.overview img {
    width: 100%;
    height: auto;
    margin-top: 40px; }
  .wizard.overview .features ul {
    margin: 0;
    padding: 0; }
    .wizard.overview .features ul li {
      float: left;
      width: 50%;
      margin-bottom: 20px;
      list-style: none;
      white-space: nowrap; }
      .wizard.overview .features ul li i {
        margin-right: 10px;
        color: #00a3ff; }
  .wizard.addresses .email,
  .wizard.addresses .name {
    float: left; }
  .wizard.addresses .email {
    width: 615px; }
  .wizard.addresses .name {
    width: 555px;
    padding: 0 100px 0 0; }
  .wizard.addresses .addresses {
    clear: both;
    padding-bottom: 60px; }
  .wizard.addresses .column {
    float: left;
    width: 290px; }
    .wizard.addresses .column p {
      margin: 0; }
    .wizard.addresses .column a {
      font-size: 16px;
      text-decoration: underline;
      color: #404040; }
    .wizard.addresses .column .links {
      margin-top: 10px; }
  .wizard.business .form-group {
    float: left;
    width: 440px; }
    .wizard.business .form-group .error {
      display: inline-block; }
  .wizard.business label,
  .wizard.business .selectboxit-container .selectboxit-options,
  .wizard.business .selectboxit-container .selectboxit {
    width: 360px !important; }
  .wizard.packages-teams .column {
    float: left;
    width: 30%;
    padding: 15px 0; }
    .wizard.packages-teams .column.packages {
      width: 30%;
      margin-right: 10%; }
      .wizard.packages-teams .column.packages h3 {
        position: relative;
        left: 0; }
      .wizard.packages-teams .column.packages .icon {
        margin-top: 0; }
    .wizard.packages-teams .column .search {
      position: relative;
      width: 60%;
      border-radius: 3px;
      background: #fbfbfb;
      box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.15); }
      .wizard.packages-teams .column .search input {
        font-size: 12px;
        width: 90%;
        padding: 10px;
        border: none;
        background: none; }
        .wizard.packages-teams .column .search input:focus {
          outline: none; }
      .wizard.packages-teams .column .search i {
        position: absolute;
        position: absolute;
        top: 10px;
        right: 10px;
        color: #a1a1a1; }
    .wizard.packages-teams .column .search {
      width: 262px; }
    .wizard.packages-teams .column h3 {
      font-size: 18px; }
      .wizard.packages-teams .column h3 span {
        font-size: 14px; }
    .wizard.packages-teams .column ul {
      width: 262px;
      margin: 20px 0 0 0;
      padding: 0; }
      .wizard.packages-teams .column ul li {
        position: relative;
        padding: 10px 0;
        list-style: none; }
        .wizard.packages-teams .column ul li a {
          font-size: 16px;
          line-height: 22px;
          position: absolute;
          right: 0;
          width: 22px;
          height: 22px;
          text-align: center;
          color: #404040;
          border-radius: 50%;
          background: #dfdfdf;
          
          font-weight: normal;
          font-style: normal;
          text-rendering: optimizeLegibility !important;
          -webkit-font-smoothing: antialiased !important; }
          .wizard.packages-teams .column ul li a:hover {
            background: #d2d2d2; }
    .wizard.packages-teams .column.packages h3 {
      text-transform: none; }
    .wizard.packages-teams .column.packages p {
      margin: 30px 0 0 0; }
      .wizard.packages-teams .column.packages p span {
        color: #00a3ff;
        
        font-weight: normal;
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important; }
    .wizard.packages-teams .column.topics {
      width: 100%; }
      .wizard.packages-teams .column.topics ul {
        width: 100%; }
        .wizard.packages-teams .column.topics ul li {
          float: left;
          width: 25%;
          border: none; }
  .wizard.interests .topics {
    width: 100%; }
    .wizard.interests .topics ul {
      width: 100%;
      margin: 0; }
      .wizard.interests .topics ul li {
        float: left;
        width: 25%;
        list-style: none;
        border: none; }
  .wizard.interests input[type='checkbox'] {
    display: none; }
  .wizard.interests input[type='checkbox'] + span {
    display: inline-block;
    width: 19px;
    height: 19px;
    margin: -1px 8px 0 0;
    cursor: pointer;
    vertical-align: middle;
    background: url(../images/checkbox.png) left top no-repeat; }
  .wizard.interests input[type='checkbox']:checked + span {
    background: url(../images/checkbox.png) -19px top no-repeat; }
  .wizard.success {
    /*.info {
            width: 1092px;
            margin: 60px auto;
            padding: 60px 0;
            border-top: 1px solid #ebebeb;
            overflow: hidden;
            div {
                padding-left: 80px;
                float: left;
                width: 360px;
                h3 {
                    margin: 5px 0 10px 0;
                    font-size: 14px;
                    @include DINPro-bold;
                }
            }*/ }
    .wizard.success header {
      text-align: center; }
    .wizard.success .description {
      width: 765px;
      margin: 60px auto;
      padding: 0;
      text-align: center; }
    .wizard.success .btn {
      display: block;
      width: 230px;
      margin: 0 auto; }
    .wizard.success .info {
      overflow: hidden;
      box-sizing: border-box !important;
      width: 100% !important;
      margin: 60px auto;
      padding: 60px 0;
      border-top: 1px solid #ebebeb; }
      .wizard.success .info div {
        position: relative !important;
        float: left;
        width: 36%;
        min-height: 150px;
        padding-left: 80px; }
        .wizard.success .info div h3 {
          font-size: 14px;
          margin: 5px 0 10px 0;
          
          font-weight: normal;
          font-style: normal;
          text-rendering: optimizeLegibility !important;
          -webkit-font-smoothing: antialiased !important; }
      .wizard.success .info .track-wrap {
        position: absolute;
        bottom: 20px;
        left: 80px; }
    .wizard.success .question-settings {
      width: 100%; }
    .wizard.success .questions {
      margin-left: 240px;
      background: url(../images/icons/success-q.png) no-repeat; }
    .wizard.success .settings {
      background: url(../images/icons/success-g.png) no-repeat; }
  .wizard footer {
    line-height: 45px;
    height: 45px;
    margin-bottom: 30px;
    text-align: center;
    color: #bcbcbc;
    background: #242424; }
    .wizard footer p {
      margin: 0; }
    .wizard footer a {
      margin-left: 5px;
      padding-left: 5px;
      border-left: 1px solid #2e2f2f; }

.dtv-packages header {
  position: relative;
  width: 100%;
  padding: 15px 45px; }

.dtv-packages .hide {
  display: none; }

.dtv-packages div.section {
  padding: 2% 5%; }

.dtv-packages .package-tile {
  /* border: 1px solid black; */
  background-color: #f4f8fb;
  height: 86px;
  margin-bottom: 20px;
  width: 48%; }
  .dtv-packages .package-tile .icon {
    float: left;
    height: 100%;
    width: 20%; }
    .dtv-packages .package-tile .icon img {
      display: block;
      margin: 6px auto; }
  .dtv-packages .package-tile .title {
    float: left;
    height: 100%;
    width: 50%; }
    .dtv-packages .package-tile .title h2 {
      margin-top: 34px; }
  .dtv-packages .package-tile .action {
    height: 100%;
    float: right;
    width: 10%;
    text-align: center; }
    .dtv-packages .package-tile .action i {
      display: block;
      font-size: 200%;
      height: 40px;
      margin-top: 32px;
      width: 40px; }
  .dtv-packages .package-tile.active {
    background-color: #00a3ff;
    color: white; }
    .dtv-packages .package-tile.active .action i {
      color: white; }

.dtv-packages .package-description {
  /* margin-bottom: 60px; */ }
  .dtv-packages .package-description .icon {
    float: left;
    text-align: center;
    width: 120px; }
  .dtv-packages .package-description .package-content {
    float: left;
    width: 80%; }
    .dtv-packages .package-description .package-content ul {
      list-style-type: none; }
      .dtv-packages .package-description .package-content ul li {
        margin-bottom: 20px; }
        .dtv-packages .package-description .package-content ul li i {
          color: #00a3ff; }
    .dtv-packages .package-description .package-content .buttons {
      margin-bottom: 20px; }
      .dtv-packages .package-description .package-content .buttons .btn {
        width: 225px;
        margin-left: 20px; }
    .dtv-packages .package-description .package-content .buttons,
    .dtv-packages .package-description .package-content .notes {
      margin-left: 40px; }

.dtv-packages .one-cols-row {
  width: 100%; }
  .dtv-packages .one-cols-row .three-cols-left {
    width: 33%;
    float: left; }
    .dtv-packages .one-cols-row .three-cols-left img {
      height: auto;
      margin-left: 45px;
      margin-top: 50px;
      width: 350px; }
  .dtv-packages .one-cols-row .three-cols-middle {
    width: 33%;
    float: left; }
    .dtv-packages .one-cols-row .three-cols-middle .product {
      margin-left: 70px;
      margin-top: 50px;
      width: 70%; }
    .dtv-packages .one-cols-row .three-cols-middle .product .credit {
      font-size: 16px; }
  .dtv-packages .one-cols-row .three-cols-right {
    width: 33%;
    float: right; }
    .dtv-packages .one-cols-row .three-cols-right img {
      height: auto;
      margin-top: 50px;
      width: 350px;
      margin-left: -30px; }

#barfinder button {
  height: auto; }

#barfinder .floatedContent::after {
  clear: both;
  content: "";
  display: table; }

#barfinder .fixedWidth {
  display: inline-block;
  min-width: 50px;
  text-align: right;
  margin-right: 10px; }

#barfinder .locationClosed,
#barfinder .locationOpen {
  display: inline-block;
  width: 75%;
  padding-left: 35px;
  text-align: left; }

#barfinder .hoursOpen,
#barfinder .hoursClosed {
  display: inline-block;
  text-align: right;
  min-width: 60px; }

#barfinder .hoursOpen {
  margin-right: 35px; }

#barfinder .hoursClosed {
  margin-left: 25px; }

#barfinder .locationClosed {
  letter-spacing: 1px;
  text-indent: 3px;
  text-align: left; }

#barfinder a {
  display: inline-block;
  text-decoration: none; }

#barfinder a:hover {
  text-decoration: underline; }

#barfinder a.edit, #barfinder a.edit:link,
#barfinder a.edit:visited {
  letter-spacing: 1px;
  padding-top: 10px;
  color: #5f5f5f;
  text-decoration: underline; }

#barfinder a.edit:hover, #barfinder a.edit:active {
  color: #00a3ff;
  text-decoration: none; }

#barfinder .actions::after {
  clear: both;
  content: "";
  display: table; }

#barfinder #barHours h3 {
  font-weight: normal;
  margin: 25px 0 15px; }

#barfinder #barHours ul {
  width: 100%;
  padding: 0; }
  #barfinder #barHours ul li {
    display: inline-block;
    line-height: 1.5em;
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin-bottom: 7px;
    width: 100%; }
    #barfinder #barHours ul li .fixedWidth {
      letter-spacing: 1px;
      width: 20%;
      text-align: left; }

#barfinder .profileStatusContent {
  min-height: 200px; }
  #barfinder .profileStatusContent::after {
    clear: both;
    content: "";
    display: table; }
  #barfinder .profileStatusContent #profileBtnWrapper {
    width: 100%;
    padding: 0;
    margin: 0; }
    #barfinder .profileStatusContent #profileBtnWrapper::after {
      clear: both;
      content: "";
      display: table; }
    #barfinder .profileStatusContent #profileBtnWrapper .btn {
      padding: 7px 7px 4px;
      color: #676767;
      font-size: 12px;
      background: #e3e3e3;
      box-shadow: 0 2px 0 #a2a2a2;
      float: left;
      margin: 15px 15px 0 0;
      width: 125px; }
    #barfinder .profileStatusContent #profileBtnWrapper a {
      text-decoration: none; }
  #barfinder .profileStatusContent #leftColumn {
    min-width: 335px;
    min-height: 320px;
    max-width: 335px;
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background: transparent url("../images/barfinder/sb-upper_left.jpg") 0 center no-repeat; }
  #barfinder .profileStatusContent #midColumn {
    min-width: 420px;
    max-width: 420px;
    float: left;
    overflow: hidden;
    border-right: 1px solid #efefef;
    padding: 0 30px; }
  #barfinder .profileStatusContent #rightColumn {
    min-width: 320px;
    max-width: 320px;
    min-height: 350px;
    overflow: hidden;
    float: left;
    padding: 10px 0 0 35px; }
    #barfinder .profileStatusContent #rightColumn #completeStatus {
      width: 100%;
      height: 145px;
      padding-right: 145px;
      display: table-cell;
      vertical-align: middle; }
      #barfinder .profileStatusContent #rightColumn #completeStatus p {
        font-weight: bolder;
        font-size: 22px;
        line-height: 1.25em; }
        #barfinder .profileStatusContent #rightColumn #completeStatus p span {
          color: orangered; }
  #barfinder .profileStatusContent h2 {
    line-height: 1.25em;
    margin-top: 70px; }
  #barfinder .profileStatusContent .complete_0 {
    background: transparent url("../images/barfinder/percent_sm/zero.png") right center no-repeat; }
  #barfinder .profileStatusContent .complete_20 {
    background: transparent url("../images/barfinder/percent_sm/twenty.png") right center no-repeat; }
  #barfinder .profileStatusContent .complete_40 {
    background: transparent url("../images/barfinder/percent_sm/forty.png") right center no-repeat; }
  #barfinder .profileStatusContent .complete_60 {
    background: transparent url("../images/barfinder/percent_sm/sixty.png") right center no-repeat; }
  #barfinder .profileStatusContent .complete_80 {
    background: transparent url("../images/barfinder/percent_sm/eighty.png") right center no-repeat; }
  #barfinder .profileStatusContent .complete_100 {
    background: transparent url("../images/barfinder/percent_sm/hundred.png") right center no-repeat; }
  #barfinder .profileStatusContent .completed {
    background: transparent url("../images/barfinder/completed.png") left center no-repeat;
    min-height: 57px;
    padding-left: 67px; }
    #barfinder .profileStatusContent .completed h2 {
      line-height: 57px; }

#barfinder .modal-crop {
  width: 830px;
  margin: 0 auto;
  text-align: center; }
  #barfinder .modal-crop img {
    width: 100%;
    height: auto;
    margin: 0 auto; }

#barfinder .profileContent .btn, #barfinder .barFinderPackages .btn {
  padding: 10px 45px 7px 45px;
  color: #676767;
  font-size: 14px;
  background: #e3e3e3;
  box-shadow: 0 2px 0 #a2a2a2; }

#barfinder .profileContent .columnHeight, #barfinder .barFinderPackages .columnHeight {
  float: left; }

#barfinder .profileContent .order-more, #barfinder .barFinderPackages .order-mo
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #404040; }

#barfinder .profileContent #social-icons, #barfinder .profileContent #profile-address, #barfinder .barFinderPackages #social-icons, #barfinder .barFinderPackages #profile-address {
  width: 27%;
  margin: 0;
  padding: 25px 35px; }

#barfinder .profileContent #social-icons,
#barfinder .profileContent .column.teams, #barfinder .barFinderPackages #social-icons,
#barfinder .barFinderPackages .column.teams {
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef; }

#barfinder .profileContent .column.packages, #barfinder .profileContent .column.teams,
#barfinder .profileContent .column.sports, #barfinder .barFinderPackages .column.packages, #barfinder .barFinderPackages .column.teams,
#barfinder .barFinderPackages .column.sports {
  width: 32% !important;
  margin: 0 !important;
  padding: 25px 35px !important; }
  #barfinder .profileContent .column.packages .search, #barfinder .profileContent .column.teams .search,
  #barfinder .profileContent .column.sports .search, #barfinder .barFinderPackages .column.packages .search, #barfinder .barFinderPackages .column.teams .search,
  #barfinder .barFinderPackages .column.sports .search {
    width: 100% !important; }
  #barfinder .profileContent .column.packages ul, #barfinder .profileContent .column.teams ul,
  #barfinder .profileContent .column.sports ul, #barfinder .barFinderPackages .column.packages ul, #barfinder .barFinderPackages .column.teams ul,
  #barfinder .barFinderPackages .column.sports ul {
    width: 100% !important; }

#barfinder .profileContent #profile-about, #barfinder .barFinderPackages #profile-about {
  width: 40%;
  padding: 25px 35px; }

#barfinder .profileContent ul.social-media, #barfinder .barFinderPackages ul.social-media {
  width: 100%;
  margin: 10px auto;
  list-style: none;
  list-style-type: none;
  padding: 0 10px; }
  #barfinder .profileContent ul.social-media::after, #barfinder .barFinderPackages ul.social-media::after {
    clear: both;
    content: "";
    display: table; }
  #barfinder .profileContent ul.social-media li, #barfinder .barFinderPackages ul.social-media li {
    width: 57px;
    height: 57px;
    max-width: 57px;
    max-height: 57px;
    padding: 0;
    margin: 0 3px 3px 0;
    float: left;
    cursor: pointer; }
  #barfinder .profileContent ul.social-media li#facebook, #barfinder .barFinderPackages ul.social-media li#facebook {
    background: url("../images/barfinder/social/facebook.png") center center no-repeat; }
  #barfinder .profileContent ul.social-media li#pinterest, #barfinder .barFinderPackages ul.social-media li#pinterest {
    background: url("../images/barfinder/social/pinterest.png") center center no-repeat; }
  #barfinder .profileContent ul.social-media li#instagram, #barfinder .barFinderPackages ul.social-media li#instagram {
    background: transparent url("../images/barfinder/social/instagram.png") center center no-repeat; }
  #barfinder .profileContent ul.social-media li#twitter, #barfinder .barFinderPackages ul.social-media li#twitter {
    background: transparent url("../images/barfinder/social/twitter.png") center center no-repeat; }
  #barfinder .profileContent ul.social-media li#yelp, #barfinder .barFinderPackages ul.social-media li#yelp {
    background: transparent url("../images/barfinder/social/yelp.png") center center no-repeat; }
  #barfinder .profileContent ul.social-media li#google, #barfinder .barFinderPackages ul.social-media li#google {
    background: transparent url("../images/barfinder/social/google.png") center center no-repeat; }

#barfinder .profileContent .profile-teams, #barfinder .profileContent .profile-sports,
#barfinder .profileContent .profile-load, #barfinder .barFinderPackages .profile-teams, #barfinder .barFinderPackages .profile-sports,
#barfinder .barFinderPackages .profile-load {
  visibility: hidden !important;
  position: absolute;
  top: -9999px;
  left: -9999px;
  font-size: 1px;
  color: transparent; }

#barfinder #photoContent {
  text-align: center; }
  #barfinder #photoContent::after {
    clear: both;
    content: "";
    display: table; }
  #barfinder #photoContent .alignRight {
    width: 30%;
    float: right; }
  #barfinder #photoContent .alignLeft {
    width: 65%;
    float: left; }
  #barfinder #photoContent #photosDisplay {
    margin: 35px 0 0; }
    #barfinder #photoContent #photosDisplay::after {
      clear: both;
      content: "";
      display: table; }
    #barfinder #photoContent #photosDisplay ul {
      list-style: none;
      list-style-type: none;
      padding: 0;
      margin: 0; }
    #barfinder #photoContent #photosDisplay li {
      display: inline-block;
      vertical-align: top;
      width: 200px;
      height: 250px;
      max-width: 200px;
      max-height: 250px;
      overflow: hidden;
      background: #fff;
      margin-right: 50px; }
    #barfinder #photoContent #photosDisplay li div.thumb {
      display: inline-block;
      width: 200px;
      height: 200px;
      background-position: center top;
      background-size: cover; }
    #barfinder #photoContent #photosDisplay ul li:last-child {
      margin-right: 0; }
    #barfinder #photoContent #photosDisplay.img {
      width: 200px;
      height: 200px;
      float: left; }
  #barfinder #photoContent footer {
    font-size: 12px;
    margin-top: 0;
    padding: 0 65px;
    text-align: left; }
  #barfinder #photoContent .btn {
    padding: 10px 45px 7px 45px;
    color: #676767;
    background: #e3e3e3;
    box-shadow: 0 2px 0 #a2a2a2; }

#barfinder .eventsContent #barfinder-calendar-message {
  width: 100%;
  text-align: center;
  margin-bottom: 15px; }
  #barfinder .eventsContent #barfinder-calendar-message .dismiss-message {
    width: 35%;
    padding: 5px;
    margin: 0 auto;
    border-radius: 8px;
    background-color: #e0f4ff;
    font-weight: bold; }
    #barfinder .eventsContent #barfinder-calendar-message .dismiss-message h2 {
      text-align: center; }
    #barfinder .eventsContent #barfinder-calendar-message .dismiss-message :hover {
      cursor: pointer; }

#barfinder .eventsContent .calendar {
  border: none !important;
  margin-right: 0 !important; }
  #barfinder .eventsContent .calendar .calendar-header {
    height: 47px !important; }
    #barfinder .eventsContent .calendar .calendar-header::after {
      clear: both;
      content: "";
      display: table; }
    #barfinder .eventsContent .calendar .calendar-header .controls {
      position: relative;
      top: 0;
      left: 0;
      height: 47px !important;
      width: 100%;
      text-align: center;
      margin-bottom: 7px; }
      #barfinder .eventsContent .calendar .calendar-header .controls::after {
        clear: both;
        content: "";
        display: table; }
      #barfinder .eventsContent .calendar .calendar-header .controls .month-year {
        float: none;
        width: 80%;
        margin: 0 auto !important; }
        #barfinder .eventsContent .calendar .calendar-header .controls .month-year::after {
          clear: both;
          content: "";
          display: table; }
        #barfinder .eventsContent .calendar .calendar-header .controls .month-year .content-text {
          width: 65%;
          text-align: center;
          font-size: 18px;
          margin: 0 10px; }
        #barfinder .eventsContent .calendar .calendar-header .controls .month-year .clndr-next-button,
        #barfinder .eventsContent .calendar .calendar-header .controls .month-year .clndr-previous-button {
          font-size: 18px !important;
          line-height: 36px !important;
          padding: 0 12px !important; }
        #barfinder .eventsContent .calendar .calendar-header .controls .month-year .clndr-next-button {
          float: right; }
        #barfinder .eventsContent .calendar .calendar-header .controls .month-year .clndr-previous-button {
          float: left; }

.padded {
  padding: 0 45px; }

#fileName {
  width: 70%;
  height: 40px;
  float: left;
  line-height: 40px;
  font-size: 16px;
  padding: 0 5px 0 5px;
  border: 1px solid #efefef;
  overflow: hidden; }

#fileButton {
  background: #efefef;
  color: #5f5f5f;
  float: left;
  width: 25%;
  height: 40px; }

#photoFile {
  display: none; }

#edit-profile-about .fixedWidth {
  display: inline-block;
  min-width: 50px;
  text-align: right;
  margin-right: 10px; }

#edit-profile-about .row {
  line-height: 30px;
  margin-bottom: 15px; }
  #edit-profile-about .row::after {
    clear: both;
    content: "";
    display: table; }
  #edit-profile-about .row span.divider {
    display: inline-block;
    width: 25px;
    text-align: center;
    position: relative;
    left: 0;
    top: -9px; }

#edit-profile-about .actions {
  padding-bottom: 50px !important; }
  #edit-profile-about .actions::after {
    clear: both;
    content: "";
    display: table; }

#edit-profile-about input[type='checkbox'] {
  display: none; }

#edit-profile-about input[type='checkbox'] + span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 8px 0 0;
  cursor: pointer;
  vertical-align: middle;
  background: url(../images/checkbox.png) left top no-repeat; }

#edit-profile-about input[type='checkbox']:checked + span {
  background: url(../images/checkbox.png) -19px top no-repeat; }

#edit-social-media .social-copy {
  margin-bottom: 35px; }

#edit-social-media .actions {
  margin: 50px 0 !important; }

#popUp {
  padding-right: 35px; }
  #popUp h2 {
    
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-size: 4em;
    line-height: 1.25em;
    letter-spacing: 1px;
    margin-top: -20px; }
  #popUp h
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    font-size: 1.675em;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1.25em;
    margin-top: -5px; }
  #popUp 
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    padding-right: 5px;
    line-height: 1.375em; }
  #popUp .actions {
    margin: 50px 0 0 0; }
    #popUp .actions .btn {
      width: 200px; }

/*html {
  background: #000; }

body {
  font-size: 14px;
  line-height: 18px;
  margin: 0;
  padding: 0;
  color: #404040;
  //background: #020202;
  
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }*/

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

.wrapper-full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .wrapper-full::after {
    clear: both;
    content: "";
    display: table; }

.wrapper {
  min-width: 1176px;
  max-width: 1176px;
  margin-left: auto;
  margin-right: auto; }
  .wrapper::after {
    clear: both;
    content: "";
    display: table; }

.row {
  display: block; }
  .row::after {
    clear: both;
    content: "";
    display: table; }

.underline {
  text-decoration: underline; }

.breadcrumbs {
  padding: 20px;
  color: #000;
  background-color: #eee; }
  .breadcrumbs a {
    text-decoration: none;
    color: #404040; }
  .breadcrumbs a:hover {
    text-decoration: underline; }

.content {
  background: #fff;
  display: block; }
  .content::after {
    clear: both;
    content: "";
    display: table; }

.content-products section {
  float: left;
  width: 50%;
  height: 20%;
  padding: 30px;
  text-align: center;
  background-color: #fff; }

.content-products article {
  float: left;
  width: 32%;
  margin: 2px;
  padding: 10px; }

.content-products aside {
  float: right;
  width: 50%;
  height: 20%;
  margin-top: 2.5%;
  padding: 30px; }

.content-products h3 {
  font-size: small;
  padding: 18px;
  color: #51a8eb; }

.content-products h4 {
  font-size: small;
  color: #51a8eb; }

.qty-input {
  float: left;
  height: 35px;
  margin-top: 2px;
  border: 1px solid #dedede; }

.qty-wrap- .error {
  color: #f00; }

.cart-optin .error {
  color: #f00; }

.error {
    color: #f00;
    padding-right: 0px;
    margin-left: 3px;
    padding-bottom: 6px;
    margin-top: -21px; }

.faq-a {
  font-size: 16px; }

.faq-q {
  font-size: 1
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #51a8eb; }

.back-to-top {
  font-size: 1
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  text-align: center;
  text-transform: uppercase;
  color: #51a8eb; }

.cart-button {
  float: left;
  padding-left: 20px; }

.content-title {
  clear: both;
  width: 100%;
  padding: 15px;
  padding-left: 20px;
  background-color: #f4f8fb; }
  .content-title span {
    font-size: 24
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }

#contact-wrap li a {
  color: #000; }

.faq-bottom {
  margin-left: 20px;
  padding-top: 20px; }

.heading-span {
  font-size: 2
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  height: 30px;
  padding: 12px;
  text-transform: uppercase; }

.light-gray {
  color: #dedede; }

.product-description {
  clear: both;
  padding: 8px; }

.prod-related {
  width: 205px;
  height: auto; }

.product-row-wrap {
  float: left;
  clear: both;
  padding: 15px; }

.product-box {
  padding: 10%;
  background-color: #eee; }
  .product-box img {
    width: 400px;
    height: 290px; }

.rate-count {
  color: #b7b7b7; }

#faq-detail ul {
  list-style-type: disc; }

#faq-detail li {
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  color: #000; }

.faq-container {
  height: 800px;
  background-color: #fff; }
  .faq-container div[class^='col'] {
    float: left;
    width: 33%;
    margin: 1px;
    padding: 8px; }
    .faq-container div[class^='col'] .faq-a {
      font-size: 14px;
      text-align: left; }

.quest-wrap {
  padding: 20px;
  padding-top: 30px;
  background-color: #fff; }
  .quest-wrap li {
    font-size: 18
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    text-transform: uppercase;
    color: #51a8eb; }
  .quest-wrap li:not(:last-child) {
    margin-bottom: 5px; }
  .quest-wrap ul {
    list-style-type: none; }

.h-wrap {
  background-color: #fff; }

.q-wrap {
  padding: 10px; }
  .q-wrap ul,
  .q-wrap li {
    margin: 5px 0;
    padding: 0; }

#q-wrap ul,
#q-wrap li {
  margin: 5px 0;
  padding: 0; }

.related-items {
  clear: both;
  width: 100%;
  height: 30px;
  padding: 12px;
  background-color: #f4f8fb; }
  .related-items spa
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }

.related-products figcaption {
  font-size: 
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

.related-products figure {
  text-align: center; }

.video {
  width: 100%;
  height: 270px;
  padding: 1px;
  padding-left: 5px;
  background-color: #fff; }

.video1,
.video2,
.video3 {
  position: relative;
  float: left;
  background-color: #000; }

.video-description {
  font-size: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: .6;
  color: #fff;
  background-color: #000;
  filter: alpha(opacity=60); }
  .video-description p {
    display: block;
    margin: 0;
    padding: 10px;
    padding-bottom: 32px;
    padding-left: 25px; }

.hidden {
  display: none; }

.light-blue {
  color: #51a8eb; }

.over-channel {
  display: block;
  margin-left: 8px;
  padding: 2px 20px 4px 20px;
  color: #fff;
  background: #f69734; }

.plus {
  float: right;
  width: 35px;
  height: 30px;
  margin-right: 58%;
  color: #fff;
  background-color: #00adef; }

.plus:before {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  margin-top: 15px;
  margin-left: 10px;
  content: '';
  border-top: 1px solid white; }

.plus:after {
  position: absolute;
  display: block;
  width: 4px;
  height: 15px;
  margin-top: 8px;
  margin-left: 14px;
  content: '';
  border-right: 1px solid white; }

#multichannel {
  display: block;
  width: 100px;
  height: 100px; }

#multichannel:hover + #title {
  display: block; }

#title {
  display: none;
  width: 820px;
  margin-bottom: 20px;
  padding-bottom: 50px;
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #888;
  -moz-box-shadow: 0 0 5px #888;
  box-shadow: 0 0 5px #888; }

.hd,
.mas,
.xtra {
  padding: 8px;
  color: #fff; }

.multi-hr {
  height: 1px;
  margin: 8px;
  color: #fff;
  border: none;
  background-color: #f0f0f0; }

.multichannel span {
  display: inline-block;
  margin-top: 2px;
  padding: 2px 20px 4px 20px; }

.program {
  padding: 8px; }

#pop {
  background-color: #fff; }

#top-alerts li > span > a {
  color: #00a3ff !important; }

a {
  text-decoration: none;
  color: #00a3ff; }

/*strong {
  
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }*/

.actions-container {
  width: 95%;
  margin: 0 auto; }
  .actions-container::after {
    clear: both;
    content: "";
    display: table; }

/*.btn {
  font-size: 18px;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  padding: 6px 24px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  background-image: none;
  box-shadow: 0 2px 0 #000;
  
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-color: #fcd337;
  background-image: -webkit-linear-gradient(#fcd337, #f69834);
  background-image: linear-gradient(#fcd337, #f69834); }*/
  /*.btn.btn-default {
    background: #e3e3e3;
    box-shadow: 0 2px 0 #a2a2a2;
    color: #676767; }
*/
.btn-danger {
  font-size: 18px;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  background: #fff;
  width: 170px;
  text-align: center;
  padding: 6px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  color: #bcbcbc;
  border: 1px solid #bcbcbc;
  border-radius: 4px;
  background-image: none;
  box-shadow: 0 2px 0 #000;
  
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

sup {
  font-size: .6em; }

.starrr {
  color: #FFD119;
  font-size: 16px;
  line-height: 18px;
  display: block; }
  .starrr i {
    font-size: 16px;
    padding: 0 1px;
    color: #FFD119;
    float: left; }
  .starrr i.fa-star-o:before {
    content: "\F005";
    font-family: FontAwesome; }
  .starrr i.fa-star-o {
    color: #efefef; }

.starrr-cou
  font-weight: normal;
  font-style: normal;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #ccc;
  margin-left: 2px; }

.user-menu {
  line-height: 40px;
  height: 40px;
  display: block; }
  .user-menu::after {
    clear: both;
    content: "";
    display: table; }
  .user-menu nav {
    float: right;
    /*        a[href^="/help"]:active {
                    border-bottom: 1.5px solid white;
                }*/ }
    .user-menu nav ul {
      margin: 0;
      padding: 0;
      list-style: none; }
    .user-menu nav li {
      font-size: 12px;
      display: inline-block;
      float: left;
      padding: 0 10px;
      list-style: none;
      color: #bcbcbc;
      border-right: 1px solid #232323; }
      .user-menu nav li a {
        color: #fff;
        padding: 5px; }
      .user-menu nav li.alert {
        position: relative;
        padding: 0 15px 0 30px;
        background: url(../images/alert-bell.png) 10px center no-repeat; }
        .user-menu nav li.alert:hover {
          cursor: pointer; }
        .user-menu nav li.alert.active {
          color: #404040;
          background-color: #fff; }
          .user-menu nav li.alert.active .list {
            display: block; }
        .user-menu nav li.alert .list {
          position: absolute;
          left: 0;
          display: none;
          width: 350px;
          padding: 0 15px;
          z-index: 99;
          border-bottom-right-radius: 3px;
          border-bottom-left-radius: 3px;
          background: #fff;
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
          .user-menu nav li.alert .list li {
            margin-top: 15px;
            padding-bottom: 15px;
            border: none;
            border-bottom: 1px solid #f1f1f1; }
            .user-menu nav li.alert .list li span {
              line-height: 1em;
              display: block;
              color: #404040; }
            .user-menu nav li.alert .list li .message {
              font-size: 16px;
      
              font-weight: normal;
              font-style: normal;
              text-rendering: optimizeLegibility !important;
              -webkit-font-smoothing: antialiased !important; }
            .user-menu nav li.alert .list li .unread {
              color: #00A3FF; }
            .user-menu nav li.alert .list li .due {
              font-size: 12px;
              text-transform: uppercase;
              
              font-weight: normal;
              font-style: normal;
              text-rendering: optimizeLegibility !important;
              -webkit-font-smoothing: antialiased !important; }
            .user-menu nav li.alert .list li.view-all {
              margin-top: 30px;
              width: 100%;
              border: none; }
              .user-menu nav li.alert .list li.view-all a {
                width: 100%; }
              .user-menu nav li.alert .list li.view-all .btn-default {
                width: 300px;
                margin-top: 0;
                cursor: text; }
              .user-menu nav li.alert .list li.view-all .btn-default:focus {
                outline: none; }
      .user-menu nav li.cart {
        padding-left: 20px;
        margin-left: 10px;
        background: url(../images/icons/cart.png) left center no-repeat; }
      .user-menu nav li:last-child {
        border: none; }
      .user-menu nav li span {
        font-size: 14px;
        color: #fed337;
        
        font-weight: normal;
        font-style: normal;
        text-rendering: optimizeLegibility !important;
        -webkit-font-smoothing: antialiased !important; }
    .user-menu nav.location {
      float: left; }
      .user-menu nav.location select {
        display: none; }
      .user-menu nav.location .selectboxit-container * {
        font-size: 12px; }
      .user-menu nav.location .selectboxit-container .selectboxit {
        border-radius: 0; }
      .user-menu nav.location .selectboxit-container span,
      .user-menu nav.location .selectboxit-container .selectboxit-options a {
        line-height: 40px;
        height: 40px; }
      .user-menu nav.location .selectboxit-default-arrow {
        border-top: 4px solid #bcbcbc; }
      .user-menu nav.location .selectboxit-btn {
        color: #bcbcbc;
        border: none;
        background-color: transparent; }
      .user-menu nav.location .selectboxit-open {
        color: #000;
        background-color: #fff; }
      .user-menu nav.location .selectboxit-option {
        border-right: none;
        width: 100%; }

.navigation {
  clear: both;
  overflow: hidden;
  height: 80px;
  padding-top: 26px;
  background-color: #202020;
  background-image: -webkit-linear-gradient(#202020, #050505);
  background-image: linear-gradient(#202020, #050505); }
  .navigation header {
    max-width: 1178px;
    margin-left: auto;
    margin-right: auto;
    /*        @include outer-container(1174px);*/ }
    .navigation header::after {
      clear: both;
      content: "";
      display: table; }
  .navigation .home {
    position: relative; }
    .navigation .home .logo {
      display: block;
      float: left;
      width: 261px;
      height: 30px;
      line-height: 30px;
      text-decoration: none;
      text-indent: -999em;
      background: url(../images/logo.png) no-repeat;
      z-index: 10;
      position: relative; }
    .navigation .home .icon {
      content: ' ';
      display: block;
      background: url(../images/home-nav.png) 0 center no-repeat;
      width: 106px;
      height: 30px;
      line-height: 30px;
      opacity: 0;
      position: absolute;
      right: -90px;
      top: 0;
      transition: all 0.5s ease;
      z-index: 1; }
    .navigation .home:hover .icon {
      opacity: 1;
      right: -115px; }
  .navigation ul {
    float: right;
    margin: 0;
    margin-top: 5px;
    margin-right: -4px;
    padding: 0; }
    .navigation ul li {
      display: inline;
      padding: 0 5px;
      padding-right: 12px;
      /*            padding: 0 24px;*/
      /*            border-right: 2px solid #1e1f20;*/ }
      .navigation ul li a {
        /*              font-size: 20px;*/
        font-size: 17px;
        line-height: 30px;
        height: 26px;
        /*                padding: 0 0 5px 0;*/
        padding: 1px;
        text-decoration: none;
        color: #fff; }
        .navigation ul li a:hover, .navigation ul li a.active {
          border-bottom: 2px solid white; }

#footer {
  line-height: 45px;
  height: 45px;
  margin-bottom: 0;
  text-align: center;
  color: #bcbcbc;
  background: #242424; }
  #footer p {
    margin: 0; font-family: ATTAleckSans;}
  /*#footer a {
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #2e2f2f; }*/

.tile::after {
  clear: both;
  content: "";
  display: table; }

.tile a .product::after {
  clear: both;
  content: "";
  display: table; }

.tile a::after {
  clear: both;
  content: "";
  display: table; }

.tile a .row::after {
  clear: both;
  content: "";
  display: table; }

.product {
  /*width: 80%;*/
  margin: 0 auto; }
  .product p {
    margin: 0; }
  .product img {
    width: 100%;
    height: auto; }
    @media screen and (max-width: 768px){
    .content.account.transactions .alert,.header.toggle h2 {font-size: 20px;}
    .hist-order-wrap {
  margin: 0 auto;
  /*padding: 50px;*/
  width: 100%;padding: 0px !important; }
      .hist-order-wrap .hist-order-item .hist-credit {
      background-color: #00a3ff;
      color: #fff;
      margin: 20px;
      padding: 20px; }
      .hist-order-wrap .hist-order-item {
    float: left;
    padding: 10px;
    text-align: center;
    width: 100%; }
     .content.account.transactions .order .product .title {
 
    font-size: 14px;
    float: left;
    width: 100%;
    
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
    }
  .product .title {
    font-size: 14px;
    float: left;
    width: 160px;
    
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
  .product span.soldout {
    height: 385px;
    font-size: 32px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    color: #fff;
    background: rgba(0, 0, 0, 0.25);
    
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; }
    .product span.soldout:before {
      display: inline-block;
      height: 100%;
      content: ' ';
      vertical-align: middle; }

.user-menu nav.location .selectboxit-option {
  padding: 0; }
.myad1{
  text-align: center;
  font-size: 32px;
}
.mytextad{
  border: 2px solid #333!important;
}
.myad2{
  text-align: center;
  font-size: 14px;
  font-style: italic;
}
.center{
  text-align: center; 
}
.myad3{
  text-align: center;
  font-size: 28px;
}
.maxlth{
  float: right;
}
 .onoffswitch1 {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch1-checkbox {
    display: none;
}
.onoffswitch1-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 30px;
}
.onoffswitch1-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch1-inner:before, .onoffswitch1-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    border-radius: 30px;
    box-shadow: 0px 15px 0px rgba(0,0,0,0.08) inset;
}
.onoffswitch1-inner:before {
    content: "Manual";
    padding-left: 10px;
    background-color: #2FCCFF; color: #FFFFFF;
    border-radius: 30px 0 0 30px;
}
.onoffswitch1-inner:after {
    content: "Yelp";
    padding-right: 10px;
    background-color: #2FCCFF; color: #FFFFFF;
    text-align: right;
    border-radius: 0 30px 30px 0;
}
.onoffswitch1-switch {
    display: block; width: 30px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 30px;
    position: absolute; top: 0; bottom: 0; right: 58px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 80%);
    box-shadow: 0 1px 1px white inset;
}
.onoffswitch1-checkbox:checked + .onoffswitch1-label .onoffswitch1-inner {
    margin-left: 0;
}
.onoffswitch1-checkbox:checked + .onoffswitch1-label .onoffswitch1-switch {
    right: 0px; 
}
.onoffswitch2 {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch2-checkbox {
    display: none;
}
.onoffswitch2-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 5px;
}
.onoffswitch2-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch2-inner:before, .onoffswitch2-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch2-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #2FCCFF; color: #FFFFFF;
}
.onoffswitch2-inner:after {
    content: "";
    padding-right: 10px;
    background-color: #2FCCFF; color: #999999;
    text-align: right;
}
.onoffswitch2-switch {
    display: block; width: 18px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #999999; border-radius: 5px;
    position: absolute; top: 0; bottom: 0; right: 68px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
}
.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-inner {
    margin-left: 0;
}
.onoffswitch2-checkbox:checked + .onoffswitch2-label .onoffswitch2-switch {
    right: 0px; 
}
.onoffswitch3
{
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch3-checkbox {
    display: none;
}
.onoffswitch3-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 0px solid #999999; border-radius: 0px;
}
.onoffswitch3-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch3-inner > span {
    display: block; float: left; position: relative; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.onoffswitch3-inner .onoffswitch3-active {
    padding-left: 10px;
    background-color: #EEEEEE; color: #FFFFFF;
}
.onoffswitch3-inner .onoffswitch3-inactive {
    padding-right: 10px;
    background-color: #EEEEEE; color: #FFFFFF;
    text-align: right;
}
.onoffswitch3-switch {
    display: block; width: 18px; margin: 0px; text-align: center; 
    border: 0px solid #999999;border-radius: 0px; 
    position: absolute; top: 0; bottom: 0;
}
.onoffswitch3-active .onoffswitch3-switch {
    background: #27A1CA; left: 0;
}
.onoffswitch3-inactive .onoffswitch3-switch {
    background: #A1A1A1; right: 0;
}
.onoffswitch3-active .onoffswitch3-switch:before {
    content: " "; position: absolute; top: 0; left: 18px; 
    border-style: solid; border-color: #27A1CA transparent transparent #27A1CA; border-width: 15px 9px;
}
.onoffswitch3-inactive .onoffswitch3-switch:before {
    content: " "; position: absolute; top: 0; right: 18px; 
    border-style: solid; border-color: transparent #A1A1A1 #A1A1A1 transparent; border-width: 15px 9px;
}
.onoffswitch3-checkbox:checked + .onoffswitch3-label .onoffswitch3-inner {
    margin-left: 0;
}
.onoffswitch4 {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch4-checkbox {
    display: none;
}
.onoffswitch4-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #27A1CA; border-radius: 0px;
}
.onoffswitch4-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
}
.onoffswitch4-inner:before, .onoffswitch4-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 26px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    border: 2px solid transparent;
    background-clip: padding-box;
}
.onoffswitch4-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #FFFFFF; color: #27A1CA;
}
.onoffswitch4-inner:after {
    content: "";
    padding-right: 10px;
    background-color: #FFFFFF; color: #666666;
    text-align: right;
}
.onoffswitch4-switch {
    display: block; width: 25px; margin: 0px;
    background: #27A1CA;
    position: absolute; top: 0; bottom: 0; right: 65px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s; 
}
.onoffswitch4-checkbox:checked + .onoffswitch4-label .onoffswitch4-inner {
    margin-left: 0;
}
.onoffswitch4-checkbox:checked + .onoffswitch4-label .onoffswitch4-switch {
    right: 0px; 
}
.cmn-toggle 
{
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.cmn-toggle + label 
{
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input.cmn-toggle-round-flat + label 
{
  padding: 2px;
  width: 75px;
  height: 30px;
  background-color: #dddddd;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:before, input.cmn-toggle-round-flat + label:after 
{
  display: block;
  position: absolute;
  content: "";
}
input.cmn-toggle-round-flat + label:before 
{
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: background 0.4s;
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
}
input.cmn-toggle-round-flat + label:after 
{
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 22px;
  background-color: #dddddd;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  -ms-border-radius: 52px;
  -o-border-radius: 52px;
  border-radius: 52px;
  -webkit-transition: margin 0.4s, background 0.4s;
  -moz-transition: margin 0.4s, background 0.4s;
  -o-transition: margin 0.4s, background 0.4s;
  transition: margin 0.4s, background 0.4s;
}
input.cmn-toggle-round-flat:checked + label 
{
  background-color: #27A1CA;
}
input.cmn-toggle-round-flat:checked + label:after 
{
  margin-left: 45px;
  background-color: #27A1CA;
}
.advertise{
  background-color: #ccc;
  margin-top: -5px;
  margin-bottom: 20px;
}
.advertise1{
  width: 50%;
  text-align: center;
  float: left;
}
.advertise2{
  width: 50%;
  float: right;
  text-align: center;
}
.advscnt{
  width: 100%;
}
.advscnt1{
  width: 60%;
  text-align: center;
  font-size: 20px;
}
.advscnt2{
  width: 40%;
}
.btn1 {
    font-size: 18px;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    background-image: none;
    box-shadow: 0 2px 0 #000;
    
    font-weight: normal;
    font-style: normal;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-color: #fcd337;
    background-image: -webkit-linear-gradient(#fcd337, #f69834);
    background-image: linear-gradient(#fcd337, #f69834);
}
.Details1{
margin-top: 20px;
}
.wizard1 {
    width: 1175px;
    margin: 0 auto;
    /*padding-top: 10px;*/
}
  .wizard1 li {
    font-size: 16px !important;
    position: relative !important;
    display: table !important;
    float: left !important;
    width: 171px!important; 
    height: 97px !important;
    margin-right: 24px!important;
    list-style: none !important;
    text-align: center !important;
    text-transform: uppercase!important;
    color: #fff!important;
    
    font-weight: normal!important;
    font-style: normal!important;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}
.wizard1  li span strong {
    line-height: 39px;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 5px;
    border: 2px solid white;
    border-radius: 50%;
}
.activeinactive{
  width: 60%;
  margin-left: 20px;
}
.contactinformation{
  width: 70%;
}
.contact1{
  width: 35%;
}
.header1.toggle {
    position: relative;
    width: 70%;
    padding: 15px 45px;
    background: #f4f8fb;
}
.header1 {
    position: relative;
    width: 70%;
    padding: 15px 45px;
}
.header2  ul li {
    /*border-right: 1px groove rgba(255, 255, 255, 0.9);*/
    list-style: none;
    /*display: inline-block;*/
    font-size: 20px;
    padding: 0 20px;
    /*line-height: 100px;*/
    /*float: left;*/
    vertical-align: middle;
     background: #00a3ff;
}
.header2 {
    padding: 0;
    margin: 0;
}
.header2 {
    position: relative;
    width: 27%;
    float: right;
    margin-top: -9em;
    padding: 15px 45px;
}
.header2 ul {
    padding: 0;
    padding-left: 35px;
    margin: 0;
}
.header2 li span {
    background: #00a3ff;
    font-size: 30px;
    font-weight: bold;
    line-height: 47px;
    padding-right: 10px;
    color: #fff;
    vertical-align: middle;
}
#profile-address{
     height: 100px!important;
}
.namecont{
  width: 15%;
  float: left;
  margin-top: -4px;
}
.phncont{
  width: 11%;
  float: left;
  margin-top: -15px;
  margin-right: 29px;
}
.content.account .section1 .row {
    padding: 0px 45px;
}
.clearfix1{
  margin-bottom: 2em;
}
.views1{
  padding-top: 35px;
  margin-bottom: -10px;
}
.barviews{
  width: 45%;
  background-color: #ffffff;
}
.section.report1 {
    background-color: #dedede;
    padding: 15px 0px;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 58px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.daysview ul{
  list-style: none;
  /*float: left;*/
}
.daysview ul li a{
  float: left;
  padding: 10px;
  border: 3px solid #ccc;
  margin: 10px;
  border-radius: 20px;
  text-decoration: none;
  color: #333;
}
.daysview ul li a:hover{
  float: left;
  padding: 10px;
  border: 3px solid lightpink;
  margin: 10px;
  border-radius: 20px;
  text-decoration: none;
  color: #333;
}
.daysview ul li a:active{
  float: left;
  padding: 10px;
  border: 3px solid lightpink;
  margin: 10px;
  border-radius: 20px;
  text-decoration: none;
  color: #333;
}
.setting{
  font-size: 24px;
  top:7px!important;
  border:2px solid #333;
  box-shadow:2px 4px 5px #333;
} 
.destacados{
    padding: 20px 15px;
  text-align: center;
}
.destacados > div > .viewssection{
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: 0.2s;
}
.destacados > div > .viewssection{
  margin-top: -10px;
  border: 1px solid rgb(200, 200, 200);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
  background: rgba(200, 200, 200, 0.1);
  transition: 0.5s;
}
.viewclass{
  font-size: 24px;
}
.viewclass1{
  text-align: center;
}
.viewsection1{
  border: 1px solid black;
  border-radius: 100%;
  height: 100px;
  width: 100px;
  padding-top: 1em;
  margin-left: 4em;
}
hr {
    margin-top: 15px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #333;
}
.bottomview{
  margin-bottom: 10px;
}
.advers{
  text-align: center;
}
.weeks{
  border-bottom: 1px solid #ccc;
  margin-bottom:12px;
}
.week1{
 margin-left:20%; 
}
.week2{
 margin-left:20%; 
}
.week3{
 margin-left:15%; 
}
.week4{
 margin-left:18%; 
}
.week5{
 margin-left:23%; 
}
.week6{
 margin-left:19%; 
}
.week7{
 margin-left:21%; 
}
.week11{
 margin-left:10%; 
}
.week12{
 margin-left:18%; 
}
.week13{
 margin-left:4%; 
}
.week14{
 margin-left:7%; 
}
.week15{
 margin-left:12%; 
}
.week16{
 margin-left:8%; 
}
.week17{
 margin-left:10%; 
}
.barFinderPackages{
  margin-top: -16px;
}
/*.displaymessage{
    text-align: center;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 42%;
    width: 100%;
    margin-top: -312px;
    z-index: 999;
}*/
.displaymessage{
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    /* background-color: rgba(0, 0, 0, 0.8); */
    position: absolute;
    top: 13%;
    width: 100%;
    /* margin-top: -312px; */
    z-index: 999;
    margin-left: -490px !important;
}
.tile.small.insight.small img {
    padding-left: 15px;
}
.messagedisplay{
  margin-top: -4em;
    width: 132%;
    margin-left: -65px;
    color: white;
    margin-bottom: 45px;
}
.modal-body{
  margin-left: 40px;
  margin-right: 40px;
}
/*.shedule-second .schedule_img img{width: 32px;height: 32px;}
.shedule-second .schedule_img img{width: 32px;height: 32px;}*/
.event-print{
  display: none;
}
   
.view-inactive-packages .card{
padding-top: 0px;
border: 0px solid white;
}
.cart-item-bdr {
    border: 1px solid #f1eeee;
    margin: 0;
    overflow: hidden;
    padding: 10px;
}
 
.breaking-news { border:1px solid red; overflow: hidden;font-size: 15px;margin-top: 10px;}
.breaking-news label {transform: skewx(30deg); font-weight: bold !important;cursor: pointer;}
.breaking-news span {margin-right: 20px;
    transform: skewx(-30deg);
    background-color: red;
    color: #fff;
    padding: 8px 30px;
    display: inline-block;
    margin-left: -15px;
    font-size: 14px;
    float: left;
}

.barname h1.infoname{margin: 35px 0px;}


@media screen and (min-width: 768px){

  li#social-list:hover > ul.dropdown-menu {
    display: block;
    left: 0px !important;
    max-width: 240px !important;
    min-width: auto !important;
    margin: 0px;padding: 0px;
  }

  li#social-list  ul.dropdown-menu li:hover > ul.dropdown-menu {
    display: block;
    left: -240px !important;
    max-width: 240px !important;
    min-width: auto !important;
    margin: 0px;
    padding: 0px;
    float: right;
    position: absolute;
    transform: skewX(0deg) !important;
    top:0; border-radius: 0px;
  }
  li#social-list  ul.dropdown-menu li:hover > ul.dropdown-menu li {
    transform: skewX(0deg) !important;}
  li#social-list  ul.dropdown-menu li ul.dropdown-menu li:hover > ul.dropdown-menu{
    display: block;
    left: -240px !important;
    max-width: 240px !important;
    min-width: auto !important;
    margin: 0px;
    padding: 0px;
    float: right;
    position: absolute;
    transform: skewX(0deg) !important;
    top:0; border-radius: 0px;
  }
  

  #social-list ul li {
    width: 100% !important;
  }

}




.multicarousals .slideshow-container .slideshow-inner .fade {
  opacity: 1 !important;
}

