article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 0 0; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 0 0; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 0 0; }

dd {
  margin: 0; }

menu, ol, ul {
  padding: 0; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ======================================================================= */
/* HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
/* ======================================================================= */
html, button, input, select, textarea {
  color: #222; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

input {
  outline: none; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/* ======================================================================= */
/* ======================================================================= */
/* universal styles
/* ======================================================================= */
.modal {
  position: fixed;
  display: block;
  z-index: 1000000;
  background-image: url("../../images/bg-black.png");
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow-y: auto;
  font-size: 18px; }
  .modal textarea {
    font-size: 18px; }
  .modal span.close, .modal span.close-modal {
    font-family: Arial, Verdana, sans-serif;
    width: 20px;
    height: 20px;
    border-radius: 12px;
    border: 2px solid #b0b0b0;
    display: block;
    color: #b0b0b0;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
    float: right;
    position: relative;
    right: 5px;
    top: 5px;
    position: absolute;
    font-weight: 500; }
  .modal span.close:hover, .modal span.close-modal:hover {
    color: #ebebeb;
    background: #b0b0b0; }
  .modal .contents {
    max-width: 600px;
    margin: auto;
    background: #ebebeb; }
  .modal .page-header, .modal #delete-popup {
    margin-top: 50px;
    width: 100%; }
    .modal .page-header h2, .modal #delete-popup h2 {
      font-weight: 700;
      text-align: center;
      padding-top: 15px;
      position: relative;
      width: 100%;
      font-size: 28px; }
  .modal hr {
    margin: 5px auto 0;
    display: block;
    background: #999;
    width: 93%; }

input.orange-button, input.button.orange-button, a.orange-button, button.orange-button {
  color: #fff;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  background: #ff6600;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff6600 0%, #e74b01 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff6600), color-stop(100%, #e74b01));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff6600 0%, #e74b01 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff6600 0%, #e74b01 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff6600 0%, #e74b01 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff6600 0%, #e74b01 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6600', endColorstr='#e74b01',GradientType=0 );
  /* IE6-9 */ }
  input.orange-button:hover, input.orange-button.active, input.button.orange-button:hover, input.button.orange-button.active, a.orange-button:hover, a.orange-button.active, button.orange-button:hover, button.orange-button.active {
    background: #e74b01;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e74b01 0%, #ff6600 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e74b01), color-stop(100%, #ff6600));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e74b01 0%, #ff6600 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e74b01 0%, #ff6600 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e74b01 0%, #ff6600 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #e74b01 0%, #ff6600 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e74b01', endColorstr='#ff6600',GradientType=0 );
    /* IE6-9 */ }

input.large-button, input.button.large-button, a.large-button, button.large-button {
  width: 95%;
  height: 45px;
  text-align: center;
  display: block;
  margin: 20px auto;
  line-height: 45px;
  font-size: 22px;
  text-decoration: none;
  font-weight: 300; }

input.black-button, input.button.black-button, a.black-button, button.black-button {
  color: #fff;
  border: 1px solid #aaaaaa;
  border-radius: 4px;
  background: #4d4b4c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #4d4b4c 0%, #1f1f1f 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4b4c), color-stop(100%, #1f1f1f));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4d4b4c 0%, #1f1f1f 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4d4b4c 0%, #1f1f1f 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4d4b4c 0%, #1f1f1f 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #4d4b4c 0%, #1f1f1f 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4b4c', endColorstr='#1f1f1f',GradientType=0 );
  /* IE6-9 */ }
  input.black-button:hover, input.black-button.active, input.button.black-button:hover, input.button.black-button.active, a.black-button:hover, a.black-button.active, button.black-button:hover, button.black-button.active {
    background: #1f1f1f;
    /* Old browsers */
    background: -moz-linear-gradient(top, #1f1f1f 0%, #4d4b4c 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1f1f1f), color-stop(100%, #4d4b4c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #1f1f1f 0%, #4d4b4c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #1f1f1f 0%, #4d4b4c 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #1f1f1f 0%, #4d4b4c 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #1f1f1f 0%, #4d4b4c 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f1f1f', endColorstr='#4d4b4c',GradientType=0 );
    /* IE6-9 */ }

.loadmore-button {
  max-width: 560px;
  margin: 20px auto 50px;
  font-size: 22px;
  line-height: 40px;
  padding: 0px 0;
  display: block;
  width: 80%; }
  .loadmore-button img {
    margin-top: -5px; }

.lay-home .ctr-profile-page .ctr-sidebar {
  margin-right: 0; }
.lay-home .trending-posts {
  display: block; }

.tip {
  position: absolute;
  text-decoration: none;
  display: none;
  width: 120px;
  height: auto;
  background: #fff;
  font-size: 10px;
  padding: 10px;
  margin-left: -70px;
  border: 1px solid #aaaaaa;
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.5);
  color: #000;
  line-height: 12px; }

.tip:after {
  position: absolute;
  display: block;
  content: "";
  border-color: white transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -20px;
  margin-left: 50px; }

.thin .tip:after {
  margin-left: 20px; }

.tooltip {
  display: inline-block;
  position: relative; }

.maxwidth-ctr.bottom {
  clear: both; }
  .maxwidth-ctr.bottom .ctr-sidebar {
    margin-top: 0; }

.mod-tos, .mod-privacy {
  font-family: "museo-sans", "Verdana", "Gill Sans", "Lucida Grande", "Arial", "Helvetica", sans-serif;
  font-size: 18px; }
  .mod-tos .format_text, .mod-privacy .format_text {
    padding: 20px; }
    .mod-tos .format_text p, .mod-privacy .format_text p {
      margin: 10px 0; }
    .mod-tos .format_text ul, .mod-privacy .format_text ul {
      margin: 0 0 0 40px;
      list-style-type: lower-alpha;
      list-style-position: outside;
      overflow: visible; }
    .mod-tos .format_text li, .mod-privacy .format_text li {
      padding: 10px 0;
      margin-left: 40px;
      overflow: visible;
      list-style-type: lower-alpha; }
    .mod-tos .format_text a, .mod-privacy .format_text a {
      color: #da580d;
      text-decoration: none; }
      .mod-tos .format_text a:hover, .mod-privacy .format_text a:hover {
        text-decoration: underline; }

@media only screen and (max-width: 979px) {
  .trending-posts .ctr-sidebar {
    display: block;
    margin: auto;
    float: none;
    clear: both; }
  .trending-posts .ctr-comments.ctr-main {
    display: none; } }
@media only screen and (max-width: 599px) {
  .mod-tos, .mod-privacy {
    font-size: 16px; }

  .loadmore-button {
    font-size: 18px; }

  .modal {
    font-size: 14px; }
    .modal input, .modal select, .modal option, .modal ul, .modal li, .modal textarea {
      font-size: 14px; }
    .modal .page-header {
      margin-top: 0; }
      .modal .page-header h2 {
        font-size: 22px;
        font-weight: 700;
        padding-bottom: 20px;
        width: 95%;
        margin: 0 auto 0px; }
      .modal .page-header h3 {
        padding-top: 0;
        margin-bottom: 30px;
        font-size: 16px; } }
.visible-tablet, .visible-desktop, .visible-mobile {
  display: none; }

@media only screen and (min-width: 980px) {
  .visible-desktop {
    display: block; } }
@media only screen and (min-width: 600px) and (max-width: 979px) {
  .visible-tablet {
    display: block; } }
@media only screen and (max-width: 599px) {
  .visible-mobile {
    display: block; } }
/* Mobile Only */
@media only screen and (max-width: 599px) {
  .mobile-hidden {
    display: none !important;
    visibility: hidden; } }
/* Tablet and Up Only */
@media only screen and (min-width: 600px) {
  .mobile-visible {
    display: none !important;
    visibility: hidden; } }
.lt-ie9 .mobile-visible {
  display: none !important;
  visibility: hidden; }

/* ======================================================================= */
/* section title
/* ======================================================================= */
/*.whatever {*/
/*}*/
/* ======================================================================= */
/* ======================================================================= */
/* Helper classes
/* ======================================================================= */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ======================================================================= */
/* ======================================================================= */
/* Print styles
/* ======================================================================= */
/* ======================================================================= */
/* Column that will slide out */
.mod-slideout {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  height: 100%;
  line-height: 51px;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 280px;
  z-index: 50;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.46);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.46);
  /* Using transform and backface has hacks to avoid artifacts on the front end left behind byt the margin animation */
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-transition: margin 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: margin 600ms cubic-bezier(0.165, 0.84, 0.44, 1); }

/* From the left */
.mod-slideout.left {
  left: 0;
  margin: 0 0 0 -300px; }

/* From the right */
.mod-slideout.right {
  margin: 0 -300px 0 0;
  right: 0; }

/* Wrap the content to hide the scroll bar */
.mod-slideout .slideout-wrapper {
  background: #575757;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 300px; }

/* Fit content inside the .slideout-wrapper/mask */
.mod-slideout .slideout-cell {
  background: #666666;
  padding: 0 20px;
  text-align: left;
  width: 240px; }

.mod-slideout a,
.mod-slideout a:hover,
.mod-slideout a:active,
.mod-slideout a:visited {
  color: #fff;
  display: inline-block;
  height: 100%;
  width: 100%; }

.mod-slideout .slideout-cell-header {
  background: #575757;
  height: 48px;
  line-height: 48px;
  text-align: left;
  vertical-align: middle; }

.mod-slideout .title {
  font-size: 17px;
  font-weight: 700; }

.mod-slideout .mod-slide-out-close {
  float: right; }

.mod-slideout .mod-slide-out-close:after {
  content: '\d7';
  display: inline-block;
  font-weight: 500;
  font-size: 28px;
  height: 100%;
  line-height: 29px;
  vertical-align: top; }

.mod-slideout .mod-slide-out-close {
  background-clip: padding-box;
  border-radius: 4px;
  border: 1px solid #010101;
  box-shadow: 0 1px 1px rgba(127, 127, 127, 0.7);
  cursor: pointer;
  height: 34px;
  margin: 6px 0 0;
  -webkit-border-radius: 4px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(127, 127, 127, 0.7);
  width: 34px; }

.mod-slideout .slide-background {
  background: #414141;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQxNDE0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzOTM4MzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #414141 0%, #393838 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #414141), color-stop(100%, #393838));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #414141 0%, #393838 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #414141 0%, #393838 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #414141 0%, #393838 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #414141 0%, #393838 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#414141', endColorstr='#393838',GradientType=0 );
  /* IE6-8 */ }

/* Toggle the slideout menue */
@media only screen and (max-width: 599px) {
  .slideout-toggle:checked + .mod-slideout {
    margin: 0; } }
.mod-slideout .row {
  background: #575757;
  display: block;
  font-size: 16px;
  font-weight: 300;
  width: 100%; }

.mod-slideout .row:after {
  border-bottom: 1px solid #6d6c6d;
  border-top: 1px solid #464545;
  content: '\a0';
  display: block;
  height: 0;
  padding: 0 20px;
  margin: 0 0 0 -20px;
  width: 100%; }

.mod-slideout .note {
  color: #f36a22; }

.mod-slideout .option-drawer {
  display: block;
  line-height: inherit;
  padding: 0;
  text-align: left; }

.mod-slideout .sub-title {
  background: #575757;
  display: block;
  font-size: 16px;
  font-weight: 300;
  padding: 0 20px;
  margin: 0 0 0 -20px;
  width: 100%; }

.mod-slideout .sub-title:after {
  border-bottom: 1px solid #6d6c6d;
  border-top: 1px solid #464545;
  content: '\a0';
  display: block;
  height: 0;
  padding: 0 20px;
  margin: 0 0 0 -20px;
  width: 100%; }

.mod-slideout .sub-title label {
  cursor: pointer;
  display: block; }

.mod-slideout .sub-title label:after {
  background: url("/images/option-arrows.png") 0 0 no-repeat;
  content: '\a0';
  display: block;
  float: right;
  line-height: 12px;
  margin: 21px 0 0 5px;
  width: 10px; }

.mod-slideout .inactive .sub-title label {
  opacity: 0.35; }

.mod-slideout .trigger-dropdown {
  display: none; }

.mod-slideout .trigger-dropdown:checked + .sub-title label:after {
  background-position: -117px 0; }

@media only screen and (max-width: 599px) {
  .mod-slideout .option-drawer ul {
    display: none; }

  .mod-slideout .trigger-dropdown:checked ~ ul {
    background: #666666;
    display: block; }

  .mod-slideout .option-drawer li {
    background: inherit;
    border: 0;
    border-radius: 0;
    border-top: 1px solid #7f7e7e;
    display: block;
    line-height: 40px;
    margin: 0 0 0 -5px;
    padding: 0 0 0 10px;
    width: 100%; }

  .mod-slideout .option-drawer li:hover {
    background: none; }

  .mod-slideout .option-drawer li:first-child {
    border: 0; }

  .mod-slideout .option-drawer li a,
  .mod-slideout .option-drawer li a:hover,
  .mod-slideout .option-drawer li a:active,
  .mod-slideout .option-drawer li a:visited {
    color: #fff;
    padding: 0; } }
.lay-single-column .mod-slideout .active a,
.lay-single-column .mod-slideout .active a:hover,
.lay-single-column .mod-slideout .active a:active,
.lay-single-column .mod-slideout .active a:visited {
  color: #D9580D; }

.lay-single-column .mod-tag .active .tag:after {
  float: right;
  padding: 0 5px 0; }

.mod-slideout .option-drawer-wrapper {
  background: #666666; }
  .mod-slideout .option-drawer-wrapper:after {
    border: none; }

.mod-header {
  color: #fff;
  font-family: "museo-sans", "Verdana", "Gill Sans", "Lucida Grande", "Arial", "Helvetica", sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 64px;
  line-height: 64px;
  position: fixed;
  width: 100%;
  z-index: 50;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5); }

.mod-header.background,
.mod-header .background {
  background: #2A2929;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJhMjkyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxODE3MTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #2a2929 0%, #181717 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2a2929), color-stop(100%, #181717));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2a2929 0%, #181717 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #2a2929 0%, #181717 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #2a2929 0%, #181717 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #2a2929 0%, #181717 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2929', endColorstr='#181717',GradientType=0 );
  /* IE6-8 */ }
  .lt-ie9 .mod-header.background, .lt-ie9
  .mod-header .background {
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background: #2A2929; }

.mod-header:after {
  background: #d9580d;
  content: '\00a0';
  display: block;
  height: 2px;
  z-index: 50; }

.mod-header .header-wrapper {
  height: 64px;
  margin: 0 auto;
  max-width: 980px;
  padding: 0 20px;
  text-align: center; }

.mod-header .logo {
  background-image: url("/images/cardomain-logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  float: left;
  height: 58px;
  width: 177px; }

/* IE does not support SVG */
.lt-ie9 .mod-header .logo {
  background-image: url("/images/cardomain-logo-174.png"); }

.mod-header a,
.mod-header a:hover,
.mod-header a:active,
.mod-header a:visited {
  color: #fff;
  text-decoration: none; }

.mod-header a:hover {
  text-decoration: underline; }

.mod-header nav,
.mod-header .field-wrapper,
.mod-header .search-form {
  display: inline; }

.mod-header .nav-title {
  display: none; }

.mod-header .item,
.mod-header .option,
.mod-header .main-nav {
  display: inline;
  vertical-align: middle; }

.mod-header .user-options {
  float: right;
  font-weight: 300; }

.mod-header .option:before {
  color: #676767;
  display: inline;
  padding: 0 1px; }

.mod-header .option:first-child:before {
  display: none; }

.mod-header .field-wrapper {
  background: #d1d1d1;
  border-top: 1px solid #7b7b7c;
  border-top: 1px solid rgba(123, 123, 123, 0.95);
  border-right: 1px solid #7b7b7c;
  border-right: 1px solid rgba(123, 123, 123, 0.95);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.85);
  background-clip: padding-box;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  display: inline-block;
  line-height: 28px;
  margin: 0 0 0 10px;
  padding: 0 7px;
  text-align: left;
  vertical-align: middle;
  width: 65%; }

.mod-header .field {
  background: transparent;
  border: 0;
  float: left;
  height: 28px;
  line-height: 28px;
  padding: 0;
  width: 90%; }

.mod-header .field,
.mod-header .field::-webkit-input-placeholder {
  color: #181817; }

.mod-header .field:-moz-placeholder {
  /* Firefox 18- */
  color: #181817; }

.mod-header .field::-moz-placeholder {
  /* Firefox 19+ */
  color: #181817; }

.mod-header .field:-ms-input-placeholder {
  color: #181817; }

.mod-header .search-submit {
  background: url("/images/mod-header-magnefine-glass.png") -150px 0 no-repeat;
  display: inline-block;
  float: right;
  height: 18px;
  margin: 5px 0 0;
  padding: 5px 0 0;
  overflow: hidden;
  width: 18px;
  vertical-align: middle; }

.mod-header .search-submit .search-submit {
  background: none; }

.mod-header .main {
  display: inline-block;
  width: 51%; }

.mod-header .slideout-search {
  background: none;
  height: auto; }

.mod-header .toggle-user-options {
  display: none; }

.mod-header .notifications {
  background: #d7111a;
  background-clip: padding-box;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: -3px;
  right: -10px;
  width: 22px;
  line-height: 14px;
  text-align: center;
  z-index: 3;
  font-size: 12px; }

.mod-header .loggedin-links {
  float: right;
  text-align: right;
  line-height: 64px;
  vertical-align: middle;
  position: relative; }
  .mod-header .loggedin-links .icon {
    display: inline-block;
    background: url("/images/mod-header-icon-sprite.png") -83px center no-repeat;
    background-clip: padding-box;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    height: 34px;
    vertical-align: middle;
    text-align: center;
    width: 34px;
    position: relative; }
  .mod-header .loggedin-links .icon-rides {
    background: url("/images/mod-header-icon-sprite.png") 0px center no-repeat; }
  .mod-header .loggedin-links li {
    display: inline-block;
    position: relative;
    z-index: 60; }
  .mod-header .loggedin-links .dropdown {
    display: none;
    position: absolute;
    top: 66px;
    right: 0;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.5); }
    .mod-header .loggedin-links .dropdown:before {
      width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      content: ' ';
      line-height: 0;
      font-size: 0;
      display: block;
      border-bottom: 10px solid #d9580d;
      position: absolute;
      right: 7px;
      top: -8px; }
    .mod-header .loggedin-links .dropdown li {
      width: 200px;
      background: #575757;
      text-align: left;
      border-top: 1px solid #6d6c6d;
      border-bottom: 1px solid #464545; }
      .mod-header .loggedin-links .dropdown li:first-child {
        border-top: none; }
      .mod-header .loggedin-links .dropdown li:last-child {
        border-bottom: none; }
    .mod-header .loggedin-links .dropdown .note {
      color: #f36a22; }
    .mod-header .loggedin-links .dropdown a:link,
    .mod-header .loggedin-links .dropdown a:active {
      color: #fff;
      text-decoration: none;
      margin: 0 20px;
      display: block; }
    .mod-header .loggedin-links .dropdown a:hover {
      text-decoration: underline; }
  .mod-header .loggedin-links > li:hover .dropdown {
    display: block; }

/* Mobile Only */
@media only screen and (max-width: 599px) {
  .mod-header .user-options {
    display: none; }

  .mod-header {
    height: 48px;
    line-height: 48px;
    text-align: center;
    vertical-align: middle; }

  .mod-header .loggedin-links {
    display: none; }

  .mod-header a,
  .mod-header a:hover,
  .mod-header a:active,
  .mod-header a:visited {
    color: inherit; }

  .mod-header .header-wrapper {
    height: 48px;
    padding: 0 10px; }

  .mod-header .logo {
    height: 45px;
    float: none;
    margin: 0 auto;
    width: 161px; }

  .mod-header .toggle {
    background-clip: padding-box;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #010101;
    cursor: pointer;
    height: 34px;
    margin: 6px 0 0;
    text-align: center;
    width: 34px; }

  .mod-header .toggle-nav {
    float: left; }

  .mod-header .toggle-nav:after {
    background: #d9580d;
    background-clip: padding-box;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    content: '\00a0';
    display: inline-block;
    height: 100%;
    line-height: 34px;
    vertical-align: top;
    width: 17px;
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjI5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU4JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29%, white 30%, white 36%, rgba(255, 255, 255, 0) 37%, rgba(255, 255, 255, 0) 43%, white 44%, white 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 57%, white 58%, white 64%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(29%, rgba(255, 255, 255, 0)), color-stop(30%, white), color-stop(36%, white), color-stop(37%, rgba(255, 255, 255, 0)), color-stop(43%, rgba(255, 255, 255, 0)), color-stop(44%, white), color-stop(50%, white), color-stop(51%, rgba(255, 255, 255, 0)), color-stop(57%, rgba(255, 255, 255, 0)), color-stop(58%, white), color-stop(64%, white), color-stop(65%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29%, white 30%, white 36%, rgba(255, 255, 255, 0) 37%, rgba(255, 255, 255, 0) 43%, white 44%, white 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 57%, white 58%, white 64%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29%, white 30%, white 36%, rgba(255, 255, 255, 0) 37%, rgba(255, 255, 255, 0) 43%, white 44%, white 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 57%, white 58%, white 64%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29%, white 30%, white 36%, rgba(255, 255, 255, 0) 37%, rgba(255, 255, 255, 0) 43%, white 44%, white 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 57%, white 58%, white 64%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29%, white 30%, white 36%, rgba(255, 255, 255, 0) 37%, rgba(255, 255, 255, 0) 43%, white 44%, white 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 57%, white 58%, white 64%, rgba(255, 255, 255, 0) 65%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-8 */ }

  .mod-header .toggle-user-options {
    background: url("/images/mod-header-icon-sprite.png") -83px center no-repeat;
    float: right;
    position: relative;
    z-index: 2;
    display: block; }
    .mod-header .toggle-user-options .notifications {
      left: -18px;
      right: auto; }
    .mod-header .toggle-user-options img {
      background-clip: padding-box;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%; }
    .mod-header .toggle-user-options.not-logged-in {
      border: none; }

  .mod-header .main {
    display: none; }

  .mod-header .field-wrapper {
    background: #d1d1d1;
    background-clip: padding-box;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    box-shadow: none;
    border: 1px solid black;
    border: 1px solid rgba(0, 0, 0, 0.85);
    display: inline-block;
    line-height: 28px;
    margin: 0;
    width: 220px; }

  .mod-header .field {
    background: transparent;
    border: 0;
    line-height: 28px;
    width: 80%; }

  .search-submit {
    padding: 0; } }
@media only screen and (min-width: 1300px) {
  .mod-header .header-wrapper {
    max-width: 1300px; } }
/* Tablet Only */
/*@media only screen and (min-width:764px) and (max-width:959px) {}*/
/* Tablet and Up Only */
/*@media only screen and (min-width:764px) {}*/
/* Desktop Only */
/*@media only screen and (min-width:960px) {}*/
.mod-footer {
  font-family: "museo-sans", "Verdana", "Gill Sans", "Lucida Grande", "Arial", "Helvetica", sans-serif;
  font-weight: 300;
  font-size: 16px;
  background: #2a2929;
  color: #fff; }

.mod-footer:before {
  height: 2px;
  display: block;
  background: #d9580d;
  content: '\00a0'; }

.mod-footer .row {
  padding: 30px;
  overflow: auto; }

.mod-footer a,
.mod-footer a:hover,
.mod-footer a:active,
.mod-footer a:visited {
  color: #fff;
  text-decoration: none; }

.mod-footer .back-to-top,
.mod-footer .back-to-top:hover,
.mod-footer .back-to-top:active,
.mod-footer .back-to-top:visited {
  color: #fff; }

.mod-footer .sub-footer a,
.mod-footer .sub-footer a:hover,
.mod-footer .sub-footer a:active,
.mod-footer .sub-footer a:visited {
  color: #666666; }

.mod-footer a:hover {
  text-decoration: underline; }

.mod-footer .title {
  padding: 0 0 10px; }

.mod-footer .title,
.mod-footer .siteLinks {
  float: left;
  line-height: 38px; }

.mod-footer .logo {
  background-image: url("/images/cardomain-logo.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
  height: 28px;
  width: 177px; }

/* IE does not support SVG */
.lt-ie9 .mod-footer .logo {
  background-image: url("/images/cardomain-logo-174.png"); }

.mod-footer .siteLink {
  display: inline;
  padding: 0 0 0 20px; }

.mod-footer .top-wrapper {
  float: right;
  line-height: 38px; }

.mod-footer .sub-footer {
  clear: both;
  padding: 15px 20px;
  background: #191919;
  color: #666666;
  font-size: 11px; }

.mod-footer .sub-footer .siteLinks {
  width: auto;
  float: right;
  line-height: inherit; }

.mod-footer .sub-footer .siteLink {
  padding: 0 0 0 15px; }

/* Mobile Only */
@media only screen and (max-width: 599px) {
  .mod-footer .sub-footer {
    text-align: center; }

  .mod-footer .siteLinks,
  .mod-footer .sub-footer .siteLinks {
    clear: both;
    text-align: center;
    float: none;
    width: 100%; }

  .mod-footer .siteLink:first-child {
    padding: 0; }

  .mod-footer .sub-footer .siteLinks {
    padding: 0 0 10px; }

  .mod-footer .row {
    padding: 17px; } }
.page-404 {
  background: #EBEBEB;
  font-family: "museo-sans", "Verdana", "Gill Sans", "Lucida Grande", "Arial", "Helvetica", sans-serif; }
  .page-404 a {
    text-decoration: none;
    color: #da580d; }
    .page-404 a:hover {
      text-decoration: underline; }
  .page-404 img {
    border: 0;
    outline: none;
    margin-top: 40px;
    margin-bottom: 40px; }
  .page-404 .ctr-info-content {
    min-height: 400px;
    padding-top: 120px;
    max-width: 980px;
    margin: auto;
    text-align: center;
    font-size: 16px;
    font-weight: 500; }
    .page-404 .ctr-info-content h1 {
      font-weight: 500;
      font-size: 34px; }
    .page-404 .ctr-info-content p {
      margin-top: 20px;
      margin-bottom: 40px; }
      .page-404 .ctr-info-content p span {
        display: block; }
