/**
    Add an .is-hidden modifier class, setting the div to display:none;
*/
/**
    Add an .is-hidden modifier class, setting the div to display:none;
*/
/*@import "../bundles/themes/_themeVariableDefinitions.scss";*/
/*$brand-primary: $brand-primary !default;*/
/*$brand-primary: #9573BB;*/
/* Foreground and background: */
/*

$foreground-87-opaque: #fff !default;
$foreground-26-opaque: #fff !default;
$foreground-0-opaque: #fff !default;
$foreground-100-opaque: #fff !default;

$background-87-opaque: #fff !default;
$background-26-opaque: #fff !default;
$background-0-opaque:#fff !default;
$background-100-opaque: #fff !default;



$background-20-lighter:  #fff !default;

$background-10-darker:  #fff !default;
$background-20-darker:  #fff !default;
$background-50-darker:  #fff !default;
$background-10-lighter:  #fff !default;

$background-20-ligher-87-opaque: #fff !default;
$background-20-darker-87-opaque: #fff !default;
$background-50-darker-100-opaque: #fff !default;
$background-50-darker-87-opaque: #fff !default;
$background-50-darker-26-opaque: #fff !default;*/
.full-width {
  width: 100%; }

/**
    Add an .is-hidden modifier class, setting the div to display:none;
*/
/*@import "../bundles/themes/_themeVariableDefinitions.scss";*/
/*$brand-primary: $brand-primary !default;*/
/*$brand-primary: #9573BB;*/
/* Foreground and background: */
/*

$foreground-87-opaque: #fff !default;
$foreground-26-opaque: #fff !default;
$foreground-0-opaque: #fff !default;
$foreground-100-opaque: #fff !default;

$background-87-opaque: #fff !default;
$background-26-opaque: #fff !default;
$background-0-opaque:#fff !default;
$background-100-opaque: #fff !default;



$background-20-lighter:  #fff !default;

$background-10-darker:  #fff !default;
$background-20-darker:  #fff !default;
$background-50-darker:  #fff !default;
$background-10-lighter:  #fff !default;

$background-20-ligher-87-opaque: #fff !default;
$background-20-darker-87-opaque: #fff !default;
$background-50-darker-100-opaque: #fff !default;
$background-50-darker-87-opaque: #fff !default;
$background-50-darker-26-opaque: #fff !default;*/
.loading-container {
  background-color: #fff;
  width: 100%;
  height: 100%;
  text-align: center; }
  .loading-container .loading-container-content {
    margin: 0 auto;
    padding: 25% 0;
    width: 100%;
    height: 150px; }

/**
    Add an .is-hidden modifier class, setting the div to display:none;
*/
/*@import "../bundles/themes/_themeVariableDefinitions.scss";*/
/*$brand-primary: $brand-primary !default;*/
/*$brand-primary: #9573BB;*/
/* Foreground and background: */
/*

$foreground-87-opaque: #fff !default;
$foreground-26-opaque: #fff !default;
$foreground-0-opaque: #fff !default;
$foreground-100-opaque: #fff !default;

$background-87-opaque: #fff !default;
$background-26-opaque: #fff !default;
$background-0-opaque:#fff !default;
$background-100-opaque: #fff !default;



$background-20-lighter:  #fff !default;

$background-10-darker:  #fff !default;
$background-20-darker:  #fff !default;
$background-50-darker:  #fff !default;
$background-10-lighter:  #fff !default;

$background-20-ligher-87-opaque: #fff !default;
$background-20-darker-87-opaque: #fff !default;
$background-50-darker-100-opaque: #fff !default;
$background-50-darker-87-opaque: #fff !default;
$background-50-darker-26-opaque: #fff !default;*/
.loading-spinner.loading-spinner-filling-cube {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #03a9f4;
  top: -30px;
  animation: filling-cube-loader 4s infinite ease; }
  .loading-spinner.loading-spinner-filling-cube .loader-inner {
    vertical-align: top;
    display: inline-block;
    width: 100%;
    background-color: #03a9f4;
    animation: filling-cube-loader-inner 4s infinite ease-in; }

@keyframes filling-cube-loader {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(180deg); }
  50% {
    transform: rotate(180deg); }
  75% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes filling-cube-loader-inner {
  0% {
    height: 0%; }
  25% {
    height: 0%; }
  50% {
    height: 100%; }
  75% {
    height: 100%; }
  100% {
    height: 0%; } }

/**
    Add an .is-hidden modifier class, setting the div to display:none;
*/
/*@import "../bundles/themes/_themeVariableDefinitions.scss";*/
/*$brand-primary: $brand-primary !default;*/
/*$brand-primary: #9573BB;*/
/* Foreground and background: */
/*

$foreground-87-opaque: #fff !default;
$foreground-26-opaque: #fff !default;
$foreground-0-opaque: #fff !default;
$foreground-100-opaque: #fff !default;

$background-87-opaque: #fff !default;
$background-26-opaque: #fff !default;
$background-0-opaque:#fff !default;
$background-100-opaque: #fff !default;



$background-20-lighter:  #fff !default;

$background-10-darker:  #fff !default;
$background-20-darker:  #fff !default;
$background-50-darker:  #fff !default;
$background-10-lighter:  #fff !default;

$background-20-ligher-87-opaque: #fff !default;
$background-20-darker-87-opaque: #fff !default;
$background-50-darker-100-opaque: #fff !default;
$background-50-darker-87-opaque: #fff !default;
$background-50-darker-26-opaque: #fff !default;*/
.mouse-skin {
  position: fixed;
  z-index: 500; }
  .mouse-skin .mouse-skin-icon {
    position: absolute; }

.cursor-none {
  cursor: none !important; }
  .cursor-none div, .cursor-none li, .cursor-none a, .cursor-none span, .cursor-none section, .cursor-none p, .cursor-none ul, .cursor-none img, .cursor-none input {
    cursor: none !important; }

.cursor-crosshair {
  cursor: crosshair !important; }
  .cursor-crosshair div, .cursor-crosshair li, .cursor-crosshair a, .cursor-crosshair span, .cursor-crosshair section, .cursor-crosshair p, .cursor-crosshair ul, .cursor-crosshair img, .cursor-crosshair input {
    cursor: crosshair !important; }

/**
    Add an .is-hidden modifier class, setting the div to display:none;
*/
/*@import "../bundles/themes/_themeVariableDefinitions.scss";*/
/*$brand-primary: $brand-primary !default;*/
/*$brand-primary: #9573BB;*/
/* Foreground and background: */
/*

$foreground-87-opaque: #fff !default;
$foreground-26-opaque: #fff !default;
$foreground-0-opaque: #fff !default;
$foreground-100-opaque: #fff !default;

$background-87-opaque: #fff !default;
$background-26-opaque: #fff !default;
$background-0-opaque:#fff !default;
$background-100-opaque: #fff !default;



$background-20-lighter:  #fff !default;

$background-10-darker:  #fff !default;
$background-20-darker:  #fff !default;
$background-50-darker:  #fff !default;
$background-10-lighter:  #fff !default;

$background-20-ligher-87-opaque: #fff !default;
$background-20-darker-87-opaque: #fff !default;
$background-50-darker-100-opaque: #fff !default;
$background-50-darker-87-opaque: #fff !default;
$background-50-darker-26-opaque: #fff !default;*/
.avatar {
  float: left;
  text-align: center;
  width: 50px;
  height: 50px;
  margin: 0px; }
  .avatar.avatar-circle {
    border-radius: 50px; }
  .avatar.avatar-sm {
    width: 24px;
    height: 24px;
    margin: 0px; }
    .avatar.avatar-sm .glyphicon, .avatar.avatar-sm .glyphicons, .avatar.avatar-sm .rs-icon {
      font-size: 18px;
      margin-top: -2px; }
  .avatar.avatar-text-block {
    background-color: #121212;
    color: #fff;
    padding: 11px; }
    .avatar.avatar-text-block.wide-text {
      padding: 4px; }
  .avatar .glyphicon, .avatar .glyphicons, .avatar .rs-icon {
    font-size: 20px;
    margin-top: 13px; }
  .avatar .rs-icon {
    font-size: 24px; }
  .avatar.avatar-padded {
    margin-right: 8px;
    margin-left: 8px; }

/**
    Add an .is-hidden modifier class, setting the div to display:none;
*/
/*@import "../bundles/themes/_themeVariableDefinitions.scss";*/
/*$brand-primary: $brand-primary !default;*/
/*$brand-primary: #9573BB;*/
/* Foreground and background: */
/*

$foreground-87-opaque: #fff !default;
$foreground-26-opaque: #fff !default;
$foreground-0-opaque: #fff !default;
$foreground-100-opaque: #fff !default;

$background-87-opaque: #fff !default;
$background-26-opaque: #fff !default;
$background-0-opaque:#fff !default;
$background-100-opaque: #fff !default;



$background-20-lighter:  #fff !default;

$background-10-darker:  #fff !default;
$background-20-darker:  #fff !default;
$background-50-darker:  #fff !default;
$background-10-lighter:  #fff !default;

$background-20-ligher-87-opaque: #fff !default;
$background-20-darker-87-opaque: #fff !default;
$background-50-darker-100-opaque: #fff !default;
$background-50-darker-87-opaque: #fff !default;
$background-50-darker-26-opaque: #fff !default;*/
.searchContainer.searchContainer-desktop {
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 100; }

.searchContainer .ptb-col-ptbs {
  float: left;
  width: 380px; }

.searchContainer .ptb-col-swap-btn {
  float: right;
  width: 40px; }

/**
    Add an .is-hidden modifier class, setting the div to display:none;
*/
/**
    Add an .is-hidden modifier class, setting the div to display:none;
*/
/*@import "../bundles/themes/_themeVariableDefinitions.scss";*/
/*$brand-primary: $brand-primary !default;*/
/*$brand-primary: #9573BB;*/
/* Foreground and background: */
/*

$foreground-87-opaque: #fff !default;
$foreground-26-opaque: #fff !default;
$foreground-0-opaque: #fff !default;
$foreground-100-opaque: #fff !default;

$background-87-opaque: #fff !default;
$background-26-opaque: #fff !default;
$background-0-opaque:#fff !default;
$background-100-opaque: #fff !default;



$background-20-lighter:  #fff !default;

$background-10-darker:  #fff !default;
$background-20-darker:  #fff !default;
$background-50-darker:  #fff !default;
$background-10-lighter:  #fff !default;

$background-20-ligher-87-opaque: #fff !default;
$background-20-darker-87-opaque: #fff !default;
$background-50-darker-100-opaque: #fff !default;
$background-50-darker-87-opaque: #fff !default;
$background-50-darker-26-opaque: #fff !default;*/
.bootstrap:not(.remove-bootstrap) h1, .bootstrap:not(.remove-bootstrap) h2, .bootstrap:not(.remove-bootstrap) h3, .bootstrap:not(.remove-bootstrap) h4, .bootstrap:not(.remove-bootstrap) h5, .bootstrap:not(.remove-bootstrap) h6,
.bootstrap:not(.remove-bootstrap) .h1, .bootstrap:not(.remove-bootstrap) .h2, .bootstrap:not(.remove-bootstrap) .h3, .bootstrap:not(.remove-bootstrap) .h4, .bootstrap:not(.remove-bootstrap) .h5, .bootstrap:not(.remove-bootstrap) .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  .bootstrap:not(.remove-bootstrap) h1 small,
  .bootstrap:not(.remove-bootstrap) h1 .small, .bootstrap:not(.remove-bootstrap) h2 small,
  .bootstrap:not(.remove-bootstrap) h2 .small, .bootstrap:not(.remove-bootstrap) h3 small,
  .bootstrap:not(.remove-bootstrap) h3 .small, .bootstrap:not(.remove-bootstrap) h4 small,
  .bootstrap:not(.remove-bootstrap) h4 .small, .bootstrap:not(.remove-bootstrap) h5 small,
  .bootstrap:not(.remove-bootstrap) h5 .small, .bootstrap:not(.remove-bootstrap) h6 small,
  .bootstrap:not(.remove-bootstrap) h6 .small,
  .bootstrap:not(.remove-bootstrap) .h1 small,
  .bootstrap:not(.remove-bootstrap) .h1 .small, .bootstrap:not(.remove-bootstrap) .h2 small,
  .bootstrap:not(.remove-bootstrap) .h2 .small, .bootstrap:not(.remove-bootstrap) .h3 small,
  .bootstrap:not(.remove-bootstrap) .h3 .small, .bootstrap:not(.remove-bootstrap) .h4 small,
  .bootstrap:not(.remove-bootstrap) .h4 .small, .bootstrap:not(.remove-bootstrap) .h5 small,
  .bootstrap:not(.remove-bootstrap) .h5 .small, .bootstrap:not(.remove-bootstrap) .h6 small,
  .bootstrap:not(.remove-bootstrap) .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999; }

.bootstrap:not(.remove-bootstrap) h1, .bootstrap:not(.remove-bootstrap) .h1,
.bootstrap:not(.remove-bootstrap) h2, .bootstrap:not(.remove-bootstrap) .h2,
.bootstrap:not(.remove-bootstrap) h3, .bootstrap:not(.remove-bootstrap) .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  .bootstrap:not(.remove-bootstrap) h1 small,
  .bootstrap:not(.remove-bootstrap) h1 .small, .bootstrap:not(.remove-bootstrap) .h1 small,
  .bootstrap:not(.remove-bootstrap) .h1 .small,
  .bootstrap:not(.remove-bootstrap) h2 small,
  .bootstrap:not(.remove-bootstrap) h2 .small, .bootstrap:not(.remove-bootstrap) .h2 small,
  .bootstrap:not(.remove-bootstrap) .h2 .small,
  .bootstrap:not(.remove-bootstrap) h3 small,
  .bootstrap:not(.remove-bootstrap) h3 .small, .bootstrap:not(.remove-bootstrap) .h3 small,
  .bootstrap:not(.remove-bootstrap) .h3 .small {
    font-size: 65%; }

.bootstrap:not(.remove-bootstrap) h4, .bootstrap:not(.remove-bootstrap) .h4,
.bootstrap:not(.remove-bootstrap) h5, .bootstrap:not(.remove-bootstrap) .h5,
.bootstrap:not(.remove-bootstrap) h6, .bootstrap:not(.remove-bootstrap) .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  .bootstrap:not(.remove-bootstrap) h4 small,
  .bootstrap:not(.remove-bootstrap) h4 .small, .bootstrap:not(.remove-bootstrap) .h4 small,
  .bootstrap:not(.remove-bootstrap) .h4 .small,
  .bootstrap:not(.remove-bootstrap) h5 small,
  .bootstrap:not(.remove-bootstrap) h5 .small, .bootstrap:not(.remove-bootstrap) .h5 small,
  .bootstrap:not(.remove-bootstrap) .h5 .small,
  .bootstrap:not(.remove-bootstrap) h6 small,
  .bootstrap:not(.remove-bootstrap) h6 .small, .bootstrap:not(.remove-bootstrap) .h6 small,
  .bootstrap:not(.remove-bootstrap) .h6 .small {
    font-size: 75%; }

.bootstrap:not(.remove-bootstrap) h1, .bootstrap:not(.remove-bootstrap) .h1 {
  font-size: 36px; }

.bootstrap:not(.remove-bootstrap) h2, .bootstrap:not(.remove-bootstrap) .h2 {
  font-size: 30px; }

.bootstrap:not(.remove-bootstrap) h3, .bootstrap:not(.remove-bootstrap) .h3 {
  font-size: 24px; }

.bootstrap:not(.remove-bootstrap) h4, .bootstrap:not(.remove-bootstrap) .h4 {
  font-size: 18px; }

.bootstrap:not(.remove-bootstrap) h5, .bootstrap:not(.remove-bootstrap) .h5 {
  font-size: 14px; }

.bootstrap:not(.remove-bootstrap) h6, .bootstrap:not(.remove-bootstrap) .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

cite {
  font-style: normal; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-muted {
  color: #999999; }

.text-primary {
  color: #03a9f4; }

a.text-primary:hover {
  color: #0286c2; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover {
  color: #843534; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline {
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #999999; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

blockquote:before,
blockquote:after {
  content: ""; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 18, 2014 */
/*@font-face {
        font-family: 'Roboto';
        src: url('/fonts/roboto/roboto-thin-webfont.eot');
        src: url('/fonts/roboto/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/roboto/roboto-thin-webfont.woff') format('woff'), url('/fonts/roboto/roboto-thin-webfont.ttf') format('truetype');
        font-weight: 100;
        font-style: normal;
    }

    @font-face {
        font-family: 'Roboto';
        src: url('/fonts/roboto/roboto-thinitalic-webfont.eot');
        src: url('/fonts/roboto/roboto-thinitalic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/roboto/roboto-thinitalic-webfont.woff') format('woff'), url('/fonts/roboto/roboto-thinitalic-webfont.ttf') format('truetype');
        font-weight: 100;
        font-style: italic;
    }*/
@font-face {
  font-family: 'Roboto';
  src: url("/fonts/roboto/roboto-light-webfont.eot");
  src: url("/fonts/roboto/roboto-light-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/roboto-light-webfont.woff") format("woff"), url("/fonts/roboto/roboto-light-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/roboto/roboto-lightitalic-webfont.eot");
  src: url("/fonts/roboto/roboto-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/roboto-lightitalic-webfont.woff") format("woff"), url("/fonts/roboto/roboto-lightitalic-webfont.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/roboto/roboto-regular-webfont.eot");
  src: url("/fonts/roboto/roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/roboto-regular-webfont.woff") format("woff"), url("/fonts/roboto/roboto-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/roboto/roboto-italic-webfont.eot");
  src: url("/fonts/roboto/roboto-italic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/roboto-italic-webfont.woff") format("woff"), url("/fonts/roboto/roboto-italic-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/roboto/roboto-medium-webfont.eot");
  src: url("/fonts/roboto/roboto-medium-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/roboto-medium-webfont.woff") format("woff"), url("/fonts/roboto/roboto-medium-webfont.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("/fonts/roboto/roboto-mediumitalic-webfont.eot");
  src: url("/fonts/roboto/roboto-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/roboto/roboto-mediumitalic-webfont.woff") format("woff"), url("/fonts/roboto/roboto-mediumitalic-webfont.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

/*@font-face {
        font-family: 'Roboto';
        src: url('/fonts/roboto/roboto-bold-webfont.eot');
        src: url('/fonts/roboto/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/roboto/roboto-bold-webfont.woff') format('woff'), url('/fonts/roboto/roboto-bold-webfont.ttf') format('truetype');
        font-weight: 700;
        font-style: normal;
    }
    @font-face {
        font-family: 'Roboto';
        src: url('/fonts/roboto/roboto-bolditalic-webfont.eot');
        src: url('/fonts/roboto/roboto-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/roboto/roboto-bolditalic-webfont.woff') format('woff'), url('/fonts/roboto/roboto-bolditalic-webfont.ttf') format('truetype');
        font-weight: 700;
        font-style: italic;
    }*/
/*@font-face {
        font-family: 'Roboto';
        src: url('/fonts/roboto/roboto-black-webfont.eot');
        src: url('/fonts/roboto/roboto-black-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/roboto/roboto-black-webfont.woff') format('woff'), url('/fonts/roboto/roboto-black-webfont.ttf') format('truetype');
        font-weight: 900;
        font-style: normal;
    }
    @font-face {
        font-family: 'Roboto';
        src: url('/fonts/roboto/roboto-blackitalic-webfont.eot');
        src: url('/fonts/roboto/roboto-blackitalic-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/roboto/roboto-blackitalic-webfont.woff') format('woff'), url('/fonts/roboto/roboto-blackitalic-webfont.ttf') format('truetype');
        font-weight: 900;
        font-style: italic;
    }*/
html, body {
  font-family: 'Roboto', Arial, sans-serif; }

.type-inline-with-button {
  line-height: 36px !important;
  height: 36px; }

.type-display-4 {
  font-size: 112px;
  font-weight: 300;
  color: #010101; }

.type-display-3 {
  font-size: 56px;
  font-weight: normal;
  color: #010101; }

.type-display-2 {
  font-size: 45px;
  line-height: 48px;
  font-weight: normal;
  color: #010101; }

.type-display-1 {
  font-size: 34px;
  line-height: 40px;
  font-weight: normal;
  color: #010101; }

.type-headline {
  font-size: 24px;
  line-height: 32px;
  font-weight: normal;
  color: #464646; }

.type-title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  color: #464646; }

.type-subhead-2 {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
  color: #020202; }

.type-subhead-1 {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  color: #020202; }

.type-body-2 {
  font-size: 13px;
  line-height: 24px;
  font-weight: 500;
  color: #020202; }

.type-body-1, .table > tbody > tr > td {
  font-size: 13px;
  line-height: 20px;
  font-weight: normal;
  color: #020202; }

.type-caption {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  color: #898989; }

.type-menu {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #020202; }

.type-button {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #020202; }

.type-select {
  font-size: 14px;
  line-height: 15px;
  font-weight: normal;
  color: #010101; }

.type-result-heading {
  font-size: 15px;
  line-height: 16px;
  font-weight: normal;
  color: #464646; }

.type-result-data {
  font-size: 11px;
  line-height: 12px;
  font-weight: 300;
  color: #898989; }

.type-primary-data {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #898989;
  font-weight: lighter; }

.type-secondary-data {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #898989;
  font-weight: normal; }

.type-waiting-list {
  color: #f39c12; }

.type-seats-available {
  color: #0FB72B; }

.type-inactive {
  color: #898989; }

.type-bold {
  font-weight: bold !important; }

.mobile-header {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #464646; }

.mobile-header-white {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #fff; }

.secondary-title {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #464646; }

.caption {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #898989; }

.body-text {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #464646; }

.bootstrap:not(.remove-bootstrap) .type-inline-with-button {
  line-height: 36px !important;
  height: 36px; }

.bootstrap:not(.remove-bootstrap) .type-display-4 {
  font-size: 112px;
  font-weight: 300; }

.bootstrap:not(.remove-bootstrap) .type-display-3 {
  font-size: 56px;
  font-weight: normal; }

.bootstrap:not(.remove-bootstrap) .type-display-2 {
  font-size: 45px;
  line-height: 48px;
  font-weight: normal; }

.bootstrap:not(.remove-bootstrap) .type-display-1 {
  font-size: 34px;
  line-height: 40px;
  font-weight: normal; }

.bootstrap:not(.remove-bootstrap) .type-headline {
  font-size: 24px;
  line-height: 32px;
  font-weight: normal; }

.bootstrap:not(.remove-bootstrap) .type-title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500; }

.bootstrap:not(.remove-bootstrap) .type-subhead-2 {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal; }

.bootstrap:not(.remove-bootstrap) .type-subhead-1 {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal; }

.bootstrap:not(.remove-bootstrap) .type-body-2 {
  font-size: 13px;
  line-height: 24px;
  font-weight: 500; }

.bootstrap:not(.remove-bootstrap) .type-body-1, .bootstrap:not(.remove-bootstrap) .table > tbody > tr > td {
  font-size: 13px;
  line-height: 20px;
  font-weight: normal; }

.bootstrap:not(.remove-bootstrap) .type-caption {
  font-size: 12px;
  line-height: 20px;
  font-weight: normal; }

.bootstrap:not(.remove-bootstrap) .type-menu {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500; }

.bootstrap:not(.remove-bootstrap) .type-button {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase; }

.bootstrap:not(.remove-bootstrap) .type-select {
  font-size: 14px;
  line-height: 15px;
  font-weight: normal; }

.bootstrap:not(.remove-bootstrap) .type-result-heading {
  font-size: 15px;
  line-height: 16px;
  font-weight: normal;
  color: #464646; }

.bootstrap:not(.remove-bootstrap) .type-result-data {
  font-size: 11px;
  line-height: 12px;
  font-weight: 300;
  color: #898989; }

.bootstrap:not(.remove-bootstrap) .type-primary-data {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  color: #898989;
  font-weight: lighter; }

.bootstrap:not(.remove-bootstrap) .type-secondary-data {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #898989;
  font-weight: normal; }

.bootstrap:not(.remove-bootstrap) .type-waiting-list {
  color: #f39c12; }

.bootstrap:not(.remove-bootstrap) .type-seats-available {
  color: #0FB72B; }

.bootstrap:not(.remove-bootstrap) .type-inactive {
  color: #898989; }

.bootstrap:not(.remove-bootstrap) .type-bold {
  font-weight: bold !important; }

.bootstrap:not(.remove-bootstrap) .mobile-header {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #464646; }

.bootstrap:not(.remove-bootstrap) .mobile-header-white {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #fff; }

.bootstrap:not(.remove-bootstrap) .secondary-title {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #464646; }

.bootstrap:not(.remove-bootstrap) .caption {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #898989; }

.bootstrap:not(.remove-bootstrap) .body-text {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #464646; }

.bootstrap:not(.remove-bootstrap) .primary-text, .bootstrap:not(.remove-bootstrap) .secondary-text {
  margin: 0;
  padding: 0; }

.bootstrap:not(.remove-bootstrap) h1, .bootstrap:not(.remove-bootstrap) h2, .bootstrap:not(.remove-bootstrap) h3, .bootstrap:not(.remove-bootstrap) h4, .bootstrap:not(.remove-bootstrap) h5, .bootstrap:not(.remove-bootstrap) h6 {
  margin: 4px 0; }

.bootstrap:not(.remove-bootstrap) .prompt-text {
  color: #999999; }

.primary-text, .secondary-text {
  margin: 0;
  padding: 0; }

.ellipsis {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden; }

.prompt-text {
  color: #999999; }

.no-wrap {
  white-space: nowrap; }

.center-text {
  text-align: center; }

.left-text {
  text-align: left; }

.not-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
  padding: 0; }
  .not-button:focus {
    outline: 0; }

.align-with-h5 {
  margin-top: 10px; }

.vanpool-capacity-summary {
  width: 100%;
  padding: 0 8px;
  margin: 0;
  float: left; }
  .vanpool-capacity-summary .top-half {
    float: left;
    height: 24px; }
  .vanpool-capacity-summary .bottom-half {
    float: left;
    height: 12px; }
  .vanpool-capacity-summary .capacity-status-image {
    float: right;
    position: relative;
    top: -4px; }

/**
    Add an .is-hidden modifier class, setting the div to display:none;
*/
.mapContainer.mapContainer-fullWidth {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0; }
  .mapContainer.mapContainer-fullWidth .angular-google-map, .mapContainer.mapContainer-fullWidth .angular-google-map-container {
    width: 100%;
    height: 100%;
    margin: 0; }

/**
    Add an .is-hidden modifier class, setting the div to display:none;
*/
/**
    Add an .is-hidden modifier class, setting the div to display:none;
*/
/*@import "../bundles/themes/_themeVariableDefinitions.scss";*/
/*$brand-primary: $brand-primary !default;*/
/*$brand-primary: #9573BB;*/
/* Foreground and background: */
/*

$foreground-87-opaque: #fff !default;
$foreground-26-opaque: #fff !default;
$foreground-0-opaque: #fff !default;
$foreground-100-opaque: #fff !default;

$background-87-opaque: #fff !default;
$background-26-opaque: #fff !default;
$background-0-opaque:#fff !default;
$background-100-opaque: #fff !default;



$background-20-lighter:  #fff !default;

$background-10-darker:  #fff !default;
$background-20-darker:  #fff !default;
$background-50-darker:  #fff !default;
$background-10-lighter:  #fff !default;

$background-20-ligher-87-opaque: #fff !default;
$background-20-darker-87-opaque: #fff !default;
$background-50-darker-100-opaque: #fff !default;
$background-50-darker-87-opaque: #fff !default;
$background-50-darker-26-opaque: #fff !default;*/
.map-pin {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
  cursor: pointer; }

.map-pin {
  cursor: pointer; }

.vanpool-badge-container {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
  cursor: pointer; }

.vanpool-badge-container {
  cursor: pointer; }

.map-max-z-index[style] {
  z-index: 9001 !important; }

.map-pin {
  position: relative;
  background-color: transparent;
  width: 24px;
  height: 36px; }
  .map-pin.map-pin-orig .pin-data {
    border-color: #1e64a6; }
  .map-pin.map-pin-orig .pin-tail {
    border-top-color: #1e64a6; }
  .map-pin.map-pin-dest .pin-data {
    border-color: #b22024; }
  .map-pin.map-pin-dest .pin-tail {
    border-top-color: #b22024; }
  .map-pin.map-pin-filled.map-pin-orig .pin-data {
    color: #fff;
    background-color: #1e64a6; }
  .map-pin.map-pin-filled.map-pin-dest .pin-data {
    color: #fff;
    background-color: #b22024; }
  .map-pin .pin-data {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 3px solid green;
    background-color: white;
    border-radius: 24px;
    text-align: center;
    overflow: hidden;
    z-index: 1; }
    .map-pin .pin-data img {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }
  .map-pin .pin-tail {
    position: absolute;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    top: 8px;
    left: 4px;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-width: 28px 8px 0 8px;
    border-top-color: green;
    z-index: 0; }

.no-csstransforms .map-pin.map-pin-md .pin-data {
  border-width: 2px; }

.no-csstransforms .map-pin.map-pin-lg .pin-data {
  width: 36px;
  height: 36px;
  border-width: 4.5px; }

.no-csstransforms .map-pin.map-pin-lg .pin-tail {
  border-width: 42px 12px 0 12px;
  top: 12px;
  left: 6px; }

.no-csstransforms .map-pin.is-dot {
  top: 30px;
  left: 8px; }
  .no-csstransforms .map-pin.is-dot .pin-data {
    color: transparent;
    font-size: 0;
    background-color: green;
    width: 8px;
    height: 8px;
    border: 0 solid transparent;
    border-radius: 8px; }
    .no-csstransforms .map-pin.is-dot .pin-data .pin-number {
      display: none; }
    .no-csstransforms .map-pin.is-dot .pin-data img {
      display: none; }
  .no-csstransforms .map-pin.is-dot .pin-tail {
    display: none; }
  .no-csstransforms .map-pin.is-dot.map-pin-orig .pin-data {
    background-color: #1e64a6; }
  .no-csstransforms .map-pin.is-dot.map-pin-dest .pin-data {
    background-color: #b22024; }

.no-csstransforms .map-pin.is-hidden {
  display: none; }

.csstransforms .map-pin .pin-data .pin-number {
  opacity: 1; }

.csstransforms .map-pin.is-dot .pin-data, .csstransforms .map-pin.is-hidden .pin-data {
  color: green;
  background-color: green;
  transform: translate(0, 21.6px) scale(0.4); }
  .csstransforms .map-pin.is-dot .pin-data .pin-number, .csstransforms .map-pin.is-hidden .pin-data .pin-number {
    opacity: 0; }

.csstransforms .map-pin.is-dot.map-pin-orig .pin-data, .csstransforms .map-pin.is-hidden.map-pin-orig .pin-data {
  background-color: #1e64a6; }

.csstransforms .map-pin.is-dot.map-pin-dest .pin-data, .csstransforms .map-pin.is-hidden.map-pin-dest .pin-data {
  background-color: #b22024; }

.csstransforms .map-pin.map-pin-md .pin-data {
  border-width: 2px; }

.csstransforms .map-pin.map-pin-lg {
  transform: scale(1.5) translateY(-8px); }

.csstransforms .map-pin.is-dot .pin-data img {
  display: none; }

.csstransforms .map-pin.is-dot .pin-tail {
  transform: scale(0, 0); }

.csstransforms .map-pin.is-hidden {
  transform: translate(0, 16.8px) scale(0); }
  .csstransforms .map-pin.is-hidden .pin-tail {
    transform: scale(0, 0); }

.csstransitions.csstransforms .map-pin, .csstransitions.csstransforms .map-pin .pin-data {
  transition: transform 0.16s 0.05s ease-in-out, color 0.08s 0.05s ease-in-out, background-color 0.16s 0.05s ease-in-out, border-color 0.16s 0.05s ease-in-out; }

.csstransitions.csstransforms .map-pin .pin-data .pin-number {
  transition: opacity 0.08s 0s ease-in-out; }

.csstransitions.csstransforms .map-pin .pin-data img {
  transition: opacity 0.16s 0.05s ease-in-out; }

.csstransitions.csstransforms .map-pin .pin-tail {
  transition: transform 0.16s 0.025s ease-in, opacity 0.08s 0.05s ease-in; }
  .csstransitions.csstransforms .map-pin .pin-tail.is-hidden, .csstransitions.csstransforms .map-pin .pin-tail.is-dot {
    transition: transform 0.08s 0s ease-in, opacity 0.08s 0s ease-in; }

.vanpool-badge-container {
  position: relative;
  height: 21px;
  width: 21px; }
  .vanpool-badge-container .badge {
    display: block;
    position: absolute;
    top: auto; }

.custom-map-pin {
  width: 40px;
  height: 40px;
  text-align: center; }
  .custom-map-pin.orig .rs-icon {
    color: #0fb62b;
    text-shadow: -1px -1px 0 #0a7c15, 1px -1px 0 #0a7c15, -1px 1px 0 #0a7c15, 1px 1px 0 #0a7c15; }
  .custom-map-pin.dest .rs-icon {
    color: #e73d38;
    text-shadow: -1px -1px 0 #a70519, 1px -1px 0 #a70519, -1px 1px 0 #a70519, 1px 1px 0 #a70519; }
  .custom-map-pin .rs-icon {
    font-size: 40px; }
  .custom-map-pin.dest .rs-icon._end-location {
    position: relative;
    left: 13px; }

/**
    Add an .is-hidden modifier class, setting the div to display:none;
*/
.rsPin {
  background-image: url("/Images/Sprites/icons.png");
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  background-position: -1056px -432px;
  overflow: hidden;
  background-repeat: no-repeat;
  cursor: pointer; }

.rsPinNum {
  position: absolute;
  top: 11px;
  left: 13px;
  font-family: Arial !important;
  color: white;
  font-size: 16px;
  text-align: center;
  width: 23px;
  font-weight: bold !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.rsPin.originLg {
  background-position: -1104px -432px;
  width: 31px;
  height: 44px; }

.rsPin.destinationLg {
  background-position: -1152px -432px;
  width: 31px;
  height: 44px; }

.rsPin.vanpoolLg, .rsPin.genericLg {
  background-position: -96px -480px;
  width: 31px;
  height: 44px; }

.rsPin.originSm {
  background-position: -1008px -432px;
  width: 22px;
  height: 32px; }

.rsPin.destinationSm {
  background-position: -1056px -432px;
  width: 22px;
  height: 32px; }

.rsPin.vanpoolSm, .rsPin.genericSm {
  background-position: -48px -480px;
  width: 22px;
  height: 32px; }

.rsPin.vanpoolMidpointSm {
  background-position: -144px -480px;
  width: 22px;
  height: 32px; }

.rsPin.vanpoolMidpointLg {
  background-position: -192px -480px;
  width: 31px;
  height: 44px; }

.rsPin.destinationDot {
  width: 8px;
  height: 8px;
  background-image: none;
  border: 1px solid #fff;
  background-color: #b22024; }

.rsPin.originDot {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  background-image: none;
  background-color: #1e64a6; }

.rsPin.vanpoolDot, .rsPin.genericDot {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  background-image: none;
  background-color: #37943b; }

.rsPin.greyDot {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  background-image: none;
  background-color: #666;
  cursor: default; }

.rsPin.midPoint {
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background-image: none;
  background-color: #f1ec02;
  cursor: default; }

.rsPin.originSm .rsPinNum, .rsPin.originLg .rsPinNum {
  color: #1e64a6; }

.rsPin.destinationSm .rsPinNum, .rsPin.destinationLg .rsPinNum {
  color: #b22024; }

.rsPin.vanpoolSm .rsPinNum, .rsPin.vanpoolLg .rsPinNum,
.rsPin.genericSm .rsPinNum, .rsPin.genericLg .rsPinNum {
  color: #753996; }

.rsPin.vanpoolMidpointSm .rsPinNum, .rsPin.vanpoolMidpointLg .rsPinNum {
  color: #777777; }

.rsPin.originSm .rsPinNum, .rsPin.destinationSm .rsPinNum, .rsPin.vanpoolSm .rsPinNum, .rsPin.genericSm .rsPinNum, .rsPin.vanpoolMidpointSm .rsPinNum {
  font-size: 11px;
  top: 6px;
  left: 0px;
  font-weight: normal; }

.rsPin.originLg .rsPinNum, .rsPin.destinationLg .rsPinNum, .rsPin.vanpoolLg .rsPinNum, .rsPin.genericLg .rsPinNum, .rsPin.vanpoolMidpointLg .rsPinNum {
  top: 8px;
  left: 4px;
  font-size: 16px;
  font-weight: normal; }

.rsPin.pinTransparent {
  width: 0px;
  height: 0px; }

.rsPin.CustomOrigin {
  background-position: -1104px -432px;
  width: 31px;
  height: 44px; }

.rsPin.CustomDestination {
  background-position: -1152px -432px;
  width: 31px;
  height: 44px; }

/**
    Add an .is-hidden modifier class, setting the div to display:none;
*/
/*@import "../bundles/themes/_themeVariableDefinitions.scss";*/
/*$brand-primary: $brand-primary !default;*/
/*$brand-primary: #9573BB;*/
/* Foreground and background: */
/*

$foreground-87-opaque: #fff !default;
$foreground-26-opaque: #fff !default;
$foreground-0-opaque: #fff !default;
$foreground-100-opaque: #fff !default;

$background-87-opaque: #fff !default;
$background-26-opaque: #fff !default;
$background-0-opaque:#fff !default;
$background-100-opaque: #fff !default;



$background-20-lighter:  #fff !default;

$background-10-darker:  #fff !default;
$background-20-darker:  #fff !default;
$background-50-darker:  #fff !default;
$background-10-lighter:  #fff !default;

$background-20-ligher-87-opaque: #fff !default;
$background-20-darker-87-opaque: #fff !default;
$background-50-darker-100-opaque: #fff !default;
$background-50-darker-87-opaque: #fff !default;
$background-50-darker-26-opaque: #fff !default;*/
@font-face {
  font-family: 'poi-icons';
  src: url("/fonts/poi-icons.eot?-8xsjp7");
  src: url("/fonts/poi-icons.eot?#iefix-8xsjp7") format("embedded-opentype"), url("/fonts/poi-icons.woff?-8xsjp7") format("woff"), url("/fonts/poi-icons.ttf?-8xsjp7") format("truetype"), url("/fonts/poi-icons.svg?-8xsjp7#poi-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.poi-icons {
  font-family: 'poi-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.poi-icon-Worksite:before {
  content: "\e600"; }

.poi-icon-TransitStation:before {
  content: "\e601"; }

.poi-icon-TrainStation:before {
  content: "\e602"; }

.poi-icon-TrafficCamera:before {
  content: "\e603"; }

.poi-icon-Theatre:before {
  content: "\e604"; }

.poi-icon-SoccerField:before {
  content: "\e605"; }

.poi-icon-Restaurant:before {
  content: "\e606"; }

.poi-icon-RedMarker:before {
  content: "\e607"; }

.poi-icon-RedLightCamera:before {
  content: "\e608"; }

.poi-icon-PrivateParkingLot:before {
  content: "\e609"; }

.poi-icon-PrivateCarpoolParkingLot:before {
  content: "\e60a"; }

.poi-icon-Port:before {
  content: "\e60b"; }

.poi-icon-PoliceStation:before {
  content: "\e60c"; }

.poi-icon-ParkandRide:before, .poi-icon-ParkandRideLot:before, .poi-icon-ParkAndRideLot:before {
  content: "\e60d"; }

.poi-icon-Park:before {
  content: "\e60e"; }

.poi-icon-MiddleSchool:before {
  content: "\e60f"; }

.poi-icon-MedicalClinic:before {
  content: "\e610"; }

.poi-icon-Landmark:before {
  content: "\e611"; }

.poi-icon-Hospital:before {
  content: "\e612"; }

.poi-icon-HighSchool:before {
  content: "\e613"; }

.poi-icon-Handicapped:before {
  content: "\e614"; }

.poi-icon-Grocery:before, .poi-icon-Sponsor:before {
  content: "\e615"; }

.poi-icon-GasStation:before {
  content: "\e616"; }

.poi-icon-FireStation:before {
  content: "\e617"; }

.poi-icon-FerryPort:before {
  content: "\e618"; }

.poi-icon-EVChargingStation:before {
  content: "\e619"; }

.poi-icon-Zipcar:before {
  content: "\e900"; }

.poi-icon-ElementarySchool:before, .poi-icon-SchoolpoolDestination:before {
  content: "\e61a"; }

.poi-icon-Construction:before, .poi-icon-VIMI:before {
  content: "\e61b"; }

.poi-icon-Potential_VIMI:before {
  content: "\e61b";
  color: #121212 !important; }

.poi-icon-CollegeUniversity:before {
  content: "\e61c"; }

.poi-icon-CityParkingLot:before, .poi-icon-PublicCarpoolParkingLot:before {
  content: "\e61d"; }

.poi-icon-CarpoolParking:before {
  content: "\e61e"; }

.poi-icon-BusStation:before {
  content: "\e61f"; }

.poi-icon-BikeRental:before {
  content: "\e620"; }

.poi-icon-BikeLockers:before {
  content: "\e621"; }

.poi-icon-Airport:before {
  content: "\e622"; }

/**
    Add an .is-hidden modifier class, setting the div to display:none;
*/
/*@import "../bundles/themes/_themeVariableDefinitions.scss";*/
/*$brand-primary: $brand-primary !default;*/
/*$brand-primary: #9573BB;*/
/* Foreground and background: */
/*

$foreground-87-opaque: #fff !default;
$foreground-26-opaque: #fff !default;
$foreground-0-opaque: #fff !default;
$foreground-100-opaque: #fff !default;

$background-87-opaque: #fff !default;
$background-26-opaque: #fff !default;
$background-0-opaque:#fff !default;
$background-100-opaque: #fff !default;



$background-20-lighter:  #fff !default;

$background-10-darker:  #fff !default;
$background-20-darker:  #fff !default;
$background-50-darker:  #fff !default;
$background-10-lighter:  #fff !default;

$background-20-ligher-87-opaque: #fff !default;
$background-20-darker-87-opaque: #fff !default;
$background-50-darker-100-opaque: #fff !default;
$background-50-darker-87-opaque: #fff !default;
$background-50-darker-26-opaque: #fff !default;*/
/**
    Add an .is-hidden modifier class, setting the div to display:none;
*/
/*@import "../bundles/themes/_themeVariableDefinitions.scss";*/
/*$brand-primary: $brand-primary !default;*/
/*$brand-primary: #9573BB;*/
/* Foreground and background: */
/*

$foreground-87-opaque: #fff !default;
$foreground-26-opaque: #fff !default;
$foreground-0-opaque: #fff !default;
$foreground-100-opaque: #fff !default;

$background-87-opaque: #fff !default;
$background-26-opaque: #fff !default;
$background-0-opaque:#fff !default;
$background-100-opaque: #fff !default;



$background-20-lighter:  #fff !default;

$background-10-darker:  #fff !default;
$background-20-darker:  #fff !default;
$background-50-darker:  #fff !default;
$background-10-lighter:  #fff !default;

$background-20-ligher-87-opaque: #fff !default;
$background-20-darker-87-opaque: #fff !default;
$background-50-darker-100-opaque: #fff !default;
$background-50-darker-87-opaque: #fff !default;
$background-50-darker-26-opaque: #fff !default;*/
/**
    Add an .is-hidden modifier class, setting the div to display:none;
*/
/**
    Add an .is-hidden modifier class, setting the div to display:none;
*/
.depth {
  transition: transform 0.1s ease-out, box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1); }
  .depth > .panel {
    box-shadow: none;
    margin: 0 !important; }
  .depth.depth-0 {
    transition: transform 0.1s ease-out, box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }
  .depth.depth-1 {
    transition: transform 0.1s ease-out, box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }
  .depth.depth-2 {
    transition: transform 0.1s ease-out, box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2); }
  .depth.depth-3 {
    transition: transform 0.1s ease-out, box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 17px 50px rgba(0, 0, 0, 0.19); }
  .depth.depth-4 {
    transition: transform 0.1s ease-out, box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22); }
  .depth.depth-5 {
    transition: transform 0.1s ease-out, box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2); }
  .depth.depth-lifted.depth-1 {
    transition: transform 0.1s ease-out, box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); }
  .depth.depth-lifted.depth-2 {
    transition: transform 0.1s ease-out, box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2); }
  .depth.depth-lifted.depth-3 {
    transition: transform 0.1s ease-out, box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 17px 50px rgba(0, 0, 0, 0.19); }
  .depth.depth-lifted.depth-4 {
    transition: transform 0.1s ease-out, box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22); }
  .depth.depth-lifted.depth-5 {
    transition: transform 0.1s ease-out, box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2); }

/**
    Add an .is-hidden modifier class, setting the div to display:none;
*/
/*@import "../bundles/themes/_themeVariableDefinitions.scss";*/
/*$brand-primary: $brand-primary !default;*/
/*$brand-primary: #9573BB;*/
/* Foreground and background: */
/*

$foreground-87-opaque: #fff !default;
$foreground-26-opaque: #fff !default;
$foreground-0-opaque: #fff !default;
$foreground-100-opaque: #fff !default;

$background-87-opaque: #fff !default;
$background-26-opaque: #fff !default;
$background-0-opaque:#fff !default;
$background-100-opaque: #fff !default;



$background-20-lighter:  #fff !default;

$background-10-darker:  #fff !default;
$background-20-darker:  #fff !default;
$background-50-darker:  #fff !default;
$background-10-lighter:  #fff !default;

$background-20-ligher-87-opaque: #fff !default;
$background-20-darker-87-opaque: #fff !default;
$background-50-darker-100-opaque: #fff !default;
$background-50-darker-87-opaque: #fff !default;
$background-50-darker-26-opaque: #fff !default;*/
/*@import "../bundles/themes/_themeVariableDefinitions.scss";*/
/*$brand-primary: $brand-primary !default;*/
/*$brand-primary: #9573BB;*/
/* Foreground and background: */
/*

$foreground-87-opaque: #fff !default;
$foreground-26-opaque: #fff !default;
$foreground-0-opaque: #fff !default;
$foreground-100-opaque: #fff !default;

$background-87-opaque: #fff !default;
$background-26-opaque: #fff !default;
$background-0-opaque:#fff !default;
$background-100-opaque: #fff !default;



$background-20-lighter:  #fff !default;

$background-10-darker:  #fff !default;
$background-20-darker:  #fff !default;
$background-50-darker:  #fff !default;
$background-10-lighter:  #fff !default;

$background-20-ligher-87-opaque: #fff !default;
$background-20-darker-87-opaque: #fff !default;
$background-50-darker-100-opaque: #fff !default;
$background-50-darker-87-opaque: #fff !default;
$background-50-darker-26-opaque: #fff !default;*/
body.ie8 .poi-point.with-data:after {
  display: none; }

body.ie8 .poi-point.with-data:hover:after {
  display: block; }

.poi-point {
  display: block;
  position: relative;
  background-color: #F530E5;
  border: 1px solid #F530E5;
  text-align: center;
  border-radius: 12px;
  width: 12px;
  height: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  bottom: 0;
  right: 0; }
  .poi-point .poi-icons {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    color: #ffffff;
    transition: font-size 0.15s linear, line-height 0.15s linear; }
  .poi-point.poi-point-sm {
    border-radius: 24px;
    width: 24px;
    height: 24px; }
    .poi-point.poi-point-sm .poi-icons {
      font-size: 16px;
      line-height: 24px; }
  .poi-point.poi-point-lg {
    border-radius: 32px;
    width: 32px;
    height: 32px;
    bottom: 4px;
    right: 4px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3); }
    .poi-point.poi-point-lg .poi-icons {
      font-size: 24px;
      line-height: 32px; }
  .poi-point.with-data:after {
    position: absolute;
    left: 16px;
    top: 24px;
    background-color: #fff;
    border: 1px solid #898989;
    border-radius: 2px;
    transition: transform 0.1s ease-out, box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 8px 17px rgba(0, 0, 0, 0.2);
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 13px;
    white-space: nowrap;
    padding: 8px;
    display: block;
    opacity: 0;
    transition: opacity 0.5s ease-in-out; }
  .poi-point.with-data:hover:after {
    opacity: 1;
    content: attr(data-after-content); }

/**
    Add an .is-hidden modifier class, setting the div to display:none;
*/
/*@import "../bundles/themes/_themeVariableDefinitions.scss";*/
/*$brand-primary: $brand-primary !default;*/
/*$brand-primary: #9573BB;*/
/* Foreground and background: */
/*

$foreground-87-opaque: #fff !default;
$foreground-26-opaque: #fff !default;
$foreground-0-opaque: #fff !default;
$foreground-100-opaque: #fff !default;

$background-87-opaque: #fff !default;
$background-26-opaque: #fff !default;
$background-0-opaque:#fff !default;
$background-100-opaque: #fff !default;



$background-20-lighter:  #fff !default;

$background-10-darker:  #fff !default;
$background-20-darker:  #fff !default;
$background-50-darker:  #fff !default;
$background-10-lighter:  #fff !default;

$background-20-ligher-87-opaque: #fff !default;
$background-20-darker-87-opaque: #fff !default;
$background-50-darker-100-opaque: #fff !default;
$background-50-darker-87-opaque: #fff !default;
$background-50-darker-26-opaque: #fff !default;*/
/**
    Add an .is-hidden modifier class, setting the div to display:none;
*/
/*@import "../bundles/themes/_themeVariableDefinitions.scss";*/
/*$brand-primary: $brand-primary !default;*/
/*$brand-primary: #9573BB;*/
/* Foreground and background: */
/*

$foreground-87-opaque: #fff !default;
$foreground-26-opaque: #fff !default;
$foreground-0-opaque: #fff !default;
$foreground-100-opaque: #fff !default;

$background-87-opaque: #fff !default;
$background-26-opaque: #fff !default;
$background-0-opaque:#fff !default;
$background-100-opaque: #fff !default;



$background-20-lighter:  #fff !default;

$background-10-darker:  #fff !default;
$background-20-darker:  #fff !default;
$background-50-darker:  #fff !default;
$background-10-lighter:  #fff !default;

$background-20-ligher-87-opaque: #fff !default;
$background-20-darker-87-opaque: #fff !default;
$background-50-darker-100-opaque: #fff !default;
$background-50-darker-87-opaque: #fff !default;
$background-50-darker-26-opaque: #fff !default;*/
.transit-timeline {
  float: left;
  width: 100%;
  height: 40px; }
  .transit-timeline .transit-timeline-line-segments {
    float: left;
    width: 100%;
    height: 100%; }

.transit-timeline-line-segment {
  float: left;
  height: 100%;
  position: relative; }
  .transit-timeline-line-segment .line-segment-icon {
    float: left;
    text-align: center;
    margin-right: 4px;
    width: 20px;
    height: 20px; }
  .transit-timeline-line-segment .line-segment-text {
    float: left;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: clip;
    width: 100%;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 11px;
    font-weight: 300;
    line-height: 20px; }
  .transit-timeline-line-segment .line-segment-data {
    left: 0;
    top: 4px;
    position: absolute;
    color: #898989;
    width: 100%; }
    .transit-timeline-line-segment .line-segment-data.showing-icon .line-segment-text {
      width: auto;
      width: calc(100% - 28px); }
  .transit-timeline-line-segment .line-segment-line {
    height: 3px;
    width: 100%;
    position: absolute;
    bottom: 8px;
    color: #61A5F0;
    background-color: #61A5F0; }
    .transit-timeline-line-segment .line-segment-line:after {
      content: "";
      border-radius: 8px;
      width: 8px;
      height: 8px;
      top: -2.5px;
      border: 1px solid;
      border-color: inherit;
      background-color: #fff;
      display: block;
      position: absolute;
      right: 0; }
  .transit-timeline-line-segment:first-child .line-segment-line:before {
    content: "";
    border-radius: 8px;
    width: 8px;
    height: 8px;
    top: -2.5px;
    border: 1px solid;
    border-color: inherit;
    background-color: #fff;
    display: block;
    position: absolute;
    left: 0; }
  .transit-timeline-line-segment.timeline-line-segment-walking .line-segment-line {
    background-color: transparent;
    background-image: url("../../../Images/SPA/horizontal_spritesheet.png");
    background-position: 0 0;
    height: 4px;
    bottom: 7px; }
  .transit-timeline-line-segment.timeline-line-segment-waiting .line-segment-line {
    background-color: transparent;
    background-image: url("../../../Images/SPA/horizontal_spritesheet.png");
    background-position: 0 -6px;
    height: 3px; }

/**
    Add an .is-hidden modifier class, setting the div to display:none;
*/
/**
    Add an .is-hidden modifier class, setting the div to display:none;
*/
/*@import "../bundles/themes/_themeVariableDefinitions.scss";*/
/*$brand-primary: $brand-primary !default;*/
/*$brand-primary: #9573BB;*/
/* Foreground and background: */
/*

$foreground-87-opaque: #fff !default;
$foreground-26-opaque: #fff !default;
$foreground-0-opaque: #fff !default;
$foreground-100-opaque: #fff !default;

$background-87-opaque: #fff !default;
$background-26-opaque: #fff !default;
$background-0-opaque:#fff !default;
$background-100-opaque: #fff !default;



$background-20-lighter:  #fff !default;

$background-10-darker:  #fff !default;
$background-20-darker:  #fff !default;
$background-50-darker:  #fff !default;
$background-10-lighter:  #fff !default;

$background-20-ligher-87-opaque: #fff !default;
$background-20-darker-87-opaque: #fff !default;
$background-50-darker-100-opaque: #fff !default;
$background-50-darker-87-opaque: #fff !default;
$background-50-darker-26-opaque: #fff !default;*/
/**
    Add an .is-hidden modifier class, setting the div to display:none;
*/
/*@import "../bundles/themes/_themeVariableDefinitions.scss";*/
/*$brand-primary: $brand-primary !default;*/
/*$brand-primary: #9573BB;*/
/* Foreground and background: */
/*

$foreground-87-opaque: #fff !default;
$foreground-26-opaque: #fff !default;
$foreground-0-opaque: #fff !default;
$foreground-100-opaque: #fff !default;

$background-87-opaque: #fff !default;
$background-26-opaque: #fff !default;
$background-0-opaque:#fff !default;
$background-100-opaque: #fff !default;



$background-20-lighter:  #fff !default;

$background-10-darker:  #fff !default;
$background-20-darker:  #fff !default;
$background-50-darker:  #fff !default;
$background-10-lighter:  #fff !default;

$background-20-ligher-87-opaque: #fff !default;
$background-20-darker-87-opaque: #fff !default;
$background-50-darker-100-opaque: #fff !default;
$background-50-darker-87-opaque: #fff !default;
$background-50-darker-26-opaque: #fff !default;*/
.directions-summary:before, .directions-summary:after {
  content: " ";
  display: table; }

.directions-summary:after {
  clear: both; }

.directions-summary-leg:before, .directions-summary-leg:after {
  content: " ";
  display: table; }

.directions-summary-leg:after {
  clear: both; }

directions-summary-step {
  cursor: pointer; }

.directions-summary-leg {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0; }
  .directions-summary-leg .directions-summary-step {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 0; }
    .directions-summary-leg .directions-summary-step .step-time {
      display: none; }
    .directions-summary-leg .directions-summary-step .step-icon {
      display: none; }
    .directions-summary-leg .directions-summary-step .step-line {
      display: none; }
    .directions-summary-leg .directions-summary-step .step-summary {
      margin-top: 2px; }
  .directions-summary-leg.show-times .directions-summary-step {
    padding-left: 96px; }
    .directions-summary-leg.show-times .directions-summary-step .step-time {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      color: #898989; }
    .directions-summary-leg.show-times .directions-summary-step .step-icon {
      display: block;
      position: absolute;
      top: 6px;
      left: 60px;
      z-index: 1; }
    .directions-summary-leg.show-times .directions-summary-step .step-line {
      display: block;
      position: absolute;
      top: 6px;
      left: 70px;
      z-index: 0;
      width: 3px;
      height: 100%; }
      .directions-summary-leg.show-times .directions-summary-step .step-line.step-line-transit, .directions-summary-leg.show-times .directions-summary-step .step-line.step-line-driving, .directions-summary-leg.show-times .directions-summary-step .step-line.step-line-cycling {
        background-color: #61A5F0; }
      .directions-summary-leg.show-times .directions-summary-step .step-line.step-line-walking {
        width: 4px;
        left: 70px;
        background-image: url("../../../Images/SPA/vertical_spritesheet.png");
        background-repeat: repeat-y;
        background-position: 0 0;
        background-color: #fff; }
    .directions-summary-leg.show-times .directions-summary-step.first-step .step-icon, .directions-summary-leg.show-times .directions-summary-step.last-step .step-icon {
      width: 24px;
      height: 32px;
      top: 0;
      font-size: 24px;
      color: #666;
      background-color: #fff; }
    .directions-summary-leg.show-times .directions-summary-step.last-step .step-icon {
      left: 66px;
      padding-top: 3px; }
    .directions-summary-leg.show-times .directions-summary-step.last-step .step-line {
      display: none; }
    .directions-summary-leg.show-times .directions-summary-step.intermediary-step .step-icon {
      width: 12px;
      height: 12px;
      left: 66px;
      border: 2px solid #61A5F0;
      background-color: #fff;
      border-radius: 50px; }

.directions-summary-step-heading {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  margin-bottom: 16px; }
  .directions-summary-step-heading .step-description {
    float: left;
    width: 100%; }
    .directions-summary-step-heading .step-description .step-address {
      float: left;
      width: 100%;
      position: relative;
      padding-right: 32px; }
      .directions-summary-step-heading .step-description .step-address .primary-text {
        font-family: 'Roboto', Arial, sans-serif;
        font-size: 16px;
        font-weight: normal;
        line-height: 20px;
        color: #464646; }
      .directions-summary-step-heading .step-description .step-address .secondary-text {
        font-family: 'Roboto', Arial, sans-serif;
        font-size: 11px;
        font-weight: 300;
        line-height: 16px;
        color: #898989; }
  .directions-summary-step-heading .step-details-toggle {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    right: 16px;
    color: #bebebe;
    border: 0;
    background: transparent;
    padding: 0; }

.directions-summary {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0; }
  .directions-summary .step-summary {
    float: left;
    width: 100%;
    position: relative; }
    .directions-summary .step-summary .step-summary-icon {
      width: 24px;
      height: 24px;
      position: absolute;
      left: 0;
      top: 0;
      font-size: 20px;
      color: #898989; }
    .directions-summary .step-summary .step-summary-instructions, .directions-summary .step-summary .step-summary-deltas {
      font-family: 'Roboto', Arial, sans-serif;
      font-size: 11px;
      font-weight: 300;
      line-height: 16px;
      color: #898989; }
    .directions-summary .step-summary .step-summary-instructions {
      float: left;
      width: 100%; }
    .directions-summary .step-summary .step-summary-deltas {
      float: left;
      width: 100%;
      clear: left; }
    .directions-summary .step-summary.with-icon {
      padding-left: 24px; }
  .directions-summary .step-details {
    float: left; }
    .directions-summary .step-details .step-summary {
      margin-top: 16px; }
      .directions-summary .step-details .step-summary:last-child {
        margin-bottom: 16px; }

.directions-summary-warnings {
  margin-top: 16px;
  margin-bottom: 12px;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 12px;
  line-height: 16px; }

/**
    Add an .is-hidden modifier class, setting the div to display:none;
*/
/*@import "../bundles/themes/_themeVariableDefinitions.scss";*/
/*$brand-primary: $brand-primary !default;*/
/*$brand-primary: #9573BB;*/
/* Foreground and background: */
/*

$foreground-87-opaque: #fff !default;
$foreground-26-opaque: #fff !default;
$foreground-0-opaque: #fff !default;
$foreground-100-opaque: #fff !default;

$background-87-opaque: #fff !default;
$background-26-opaque: #fff !default;
$background-0-opaque:#fff !default;
$background-100-opaque: #fff !default;



$background-20-lighter:  #fff !default;

$background-10-darker:  #fff !default;
$background-20-darker:  #fff !default;
$background-50-darker:  #fff !default;
$background-10-lighter:  #fff !default;

$background-20-ligher-87-opaque: #fff !default;
$background-20-darker-87-opaque: #fff !default;
$background-50-darker-100-opaque: #fff !default;
$background-50-darker-87-opaque: #fff !default;
$background-50-darker-26-opaque: #fff !default;*/
.next-single-trip.next-single-trip-one-line .departure-text, .next-single-trip.next-single-trip-one-line .departure-date {
  float: left;
  padding-left: 16px;
  padding-right: 16px; }

.next-single-trip.bottom-margin {
  margin-bottom: 16px; }

.next-single-trip.only-show-time .departure-date {
  display: none !important; }

/**
    Add an .is-hidden modifier class, setting the div to display:none;
*/
/*@import "../bundles/themes/_themeVariableDefinitions.scss";*/
/*$brand-primary: $brand-primary !default;*/
/*$brand-primary: #9573BB;*/
/* Foreground and background: */
/*

$foreground-87-opaque: #fff !default;
$foreground-26-opaque: #fff !default;
$foreground-0-opaque: #fff !default;
$foreground-100-opaque: #fff !default;

$background-87-opaque: #fff !default;
$background-26-opaque: #fff !default;
$background-0-opaque:#fff !default;
$background-100-opaque: #fff !default;



$background-20-lighter:  #fff !default;

$background-10-darker:  #fff !default;
$background-20-darker:  #fff !default;
$background-50-darker:  #fff !default;
$background-10-lighter:  #fff !default;

$background-20-ligher-87-opaque: #fff !default;
$background-20-darker-87-opaque: #fff !default;
$background-50-darker-100-opaque: #fff !default;
$background-50-darker-87-opaque: #fff !default;
$background-50-darker-26-opaque: #fff !default;*/
.matched-icon-set .matched-icon {
  line-height: 1;
  text-align: center;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-top: 0px;
  font-size: 20px;
  margin-right: 6px;
  vertical-align: top;
  float: left;
  color: #555; }
  .matched-icon-set .matched-icon:last-child {
    margin-right: 0; }
  .matched-icon-set .matched-icon.not-applicable {
    color: #f2f2f2; }

.matched-icon-set .matched-icon-text {
  display: inline-block;
  min-height: 20px;
  padding-top: 0px; }

.matched-icon._male {
  color: #3f51b5; }

.matched-icon._female {
  color: #bf82cc; }

.matched-icon._steering-wheel {
  color: #ff9d4d; }

.matched-icon._passenger {
  color: #ce467c; }

.matched-icon._smoking {
  color: #9ccc65; }

.matched-icon._non-smoking {
  color: #689f38; }

.matched-icon._briefcase {
  color: #b3b84f; }

.matched-icon._facebook {
  color: #4A6EA9; }

.matched-icon._mentor {
  color: #56A4A3; }

[class*="_star"].matched-icon {
  color: #DEBD5C;
  font-size: 24px; }

.modal-dialog.modal-sm {
  width: 440px;
  height: 512px; }

.mailing-address-modal {
  width: 376px;
  height: 448px;
  padding: 32px; }
  .mailing-address-modal .mailing-address-modal-content .header-title {
    position: relative;
    float: left;
    width: 100%;
    line-height: 20px;
    font-size: 20px;
    color: #464646;
    font-weight: normal;
    margin-bottom: 8px;
    display: block; }
  .mailing-address-modal .mailing-address-modal-content .header-subtitle {
    position: relative;
    margin: 0 0 0 0;
    float: left;
    font-size: 12px;
    line-height: 18px;
    color: #898989;
    font-weight: lighter; }
  .mailing-address-modal .mailing-address-modal-content .text-field {
    margin: 0 0 5px !important;
    padding: 0px;
    min-height: 0 !important; }
    .mailing-address-modal .mailing-address-modal-content .text-field .text-field-single-line {
      margin: 0 !important; }
  .mailing-address-modal .mailing-address-modal-content .modal-button-cancel {
    position: absolute;
    left: 32px;
    bottom: 32px;
    width: 80px;
    height: 32px;
    color: #898989;
    text-transform: uppercase; }
    .mailing-address-modal .mailing-address-modal-content .modal-button-cancel :hover {
      color: #03a8f3 !important; }
  .mailing-address-modal .mailing-address-modal-content .modal-button-save-container {
    position: absolute;
    right: 32px;
    bottom: 32px;
    width: 112px;
    height: 32px;
    line-height: 32px; }
  .mailing-address-modal .mailing-address-modal-content .modal-button-save {
    position: absolute;
    left: 0;
    top: 0;
    width: 112px;
    height: 32px;
    line-height: 32px; }
  .mailing-address-modal .mailing-address-modal-content .error {
    color: red;
    font-size: 12px;
    position: relative;
    top: 0;
    float: left;
    line-height: 12px; }
  .mailing-address-modal .mailing-address-modal-content .error-fill {
    color: white;
    position: relative;
    top: 0;
    float: right;
    line-height: 12px; }

/* line 1, ../../source/scss/ng-img-crop.scss */
img-crop {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden; }

/* line 7, ../../source/scss/ng-img-crop.scss */
img-crop canvas {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  /* mobile webkit */ }

/**
    Add an .is-hidden modifier class, setting the div to display:none;
*/
/*@import "../bundles/themes/_themeVariableDefinitions.scss";*/
/*$brand-primary: $brand-primary !default;*/
/*$brand-primary: #9573BB;*/
/* Foreground and background: */
/*

$foreground-87-opaque: #fff !default;
$foreground-26-opaque: #fff !default;
$foreground-0-opaque: #fff !default;
$foreground-100-opaque: #fff !default;

$background-87-opaque: #fff !default;
$background-26-opaque: #fff !default;
$background-0-opaque:#fff !default;
$background-100-opaque: #fff !default;



$background-20-lighter:  #fff !default;

$background-10-darker:  #fff !default;
$background-20-darker:  #fff !default;
$background-50-darker:  #fff !default;
$background-10-lighter:  #fff !default;

$background-20-ligher-87-opaque: #fff !default;
$background-20-darker-87-opaque: #fff !default;
$background-50-darker-100-opaque: #fff !default;
$background-50-darker-87-opaque: #fff !default;
$background-50-darker-26-opaque: #fff !default;*/
.rs-camera--message {
  position: absolute;
  top: 45%; }

.rs-camera .ng-camera-stack {
  /*border:1px solid #999;*/
  position: relative; }

.rs-camera .ng-camera-feed {
  margin: 0 auto; }

.image-uploader--title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  height: 48px;
  line-height: 48px;
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  background-color: #03a9f4;
  padding: 0 16px 0 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3); }
  .image-uploader--title .rs-icon {
    font-size: 24px;
    color: #FFFFFF; }

.image-uploader--body {
  padding: 16px 16px;
  overflow: auto; }
  .image-uploader--body .col-xs-7, .image-uploader--body .col-xs-5, .image-uploader--body .col-xs-12 {
    padding: 0;
    margin: 0; }

.image-uploader--dropzone {
  height: 300px;
  border: 2px dashed #aaa; }
  .image-uploader--dropzone.hover {
    border: 2px dashed #03a9f4; }
  .image-uploader--dropzone-instruction {
    color: #aaa;
    font-size: 24px;
    position: relative;
    text-align: center;
    top: 175px; }

.image-uploader--image-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.image-uploader .full-width-center {
  text-align: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0; }

.image-uploader--preview-title {
  font-size: 16px;
  text-align: center; }

.image-uploader--preview {
  border: 1px solid #aaa;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  overflow: hidden;
  margin: 8px auto; }
  .image-uploader--preview img {
    width: 100%;
    height: 100%; }

/**
    Add an .is-hidden modifier class, setting the div to display:none;
*/
/*@import "../bundles/themes/_themeVariableDefinitions.scss";*/
/*$brand-primary: $brand-primary !default;*/
/*$brand-primary: #9573BB;*/
/* Foreground and background: */
/*

$foreground-87-opaque: #fff !default;
$foreground-26-opaque: #fff !default;
$foreground-0-opaque: #fff !default;
$foreground-100-opaque: #fff !default;

$background-87-opaque: #fff !default;
$background-26-opaque: #fff !default;
$background-0-opaque:#fff !default;
$background-100-opaque: #fff !default;



$background-20-lighter:  #fff !default;

$background-10-darker:  #fff !default;
$background-20-darker:  #fff !default;
$background-50-darker:  #fff !default;
$background-10-lighter:  #fff !default;

$background-20-ligher-87-opaque: #fff !default;
$background-20-darker-87-opaque: #fff !default;
$background-50-darker-100-opaque: #fff !default;
$background-50-darker-87-opaque: #fff !default;
$background-50-darker-26-opaque: #fff !default;*/
.sms-confirm .btn {
  margin: 8px; }

.sms-confirm--title {
  height: 48px;
  line-height: 48px;
  vertical-align: middle;
  color: #fff;
  font-size: 20px;
  background-color: #03a9f4;
  padding-left: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .sms-confirm--title .rs-icon {
    font-size: 24px;
    padding: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }

.sms-confirm--body {
  padding: 24px 0 16px 0;
  overflow: auto; }

.sms-confirm--confirm-input {
  font-size: 32px !important;
  /*width: 100px;*/
  text-align: center;
  margin: auto !important; }

.sms-confirm--skip-for-now-link {
  margin-top: 16px;
  color: #03a9f4 !important;
  text-decoration: none !important; }

.sms-confirm--send-again-link {
  margin-top: 8px !important;
  /*text-align:center;*/ }
  .sms-confirm--send-again-link a, .sms-confirm--send-again-link a:visited, .sms-confirm--send-again-link a:active {
    color: #03a9f4 !important;
    text-decoration: none !important; }

.saving-indicator {
  top: auto;
  bottom: 0;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0; }
  .saving-indicator .paper-emphasis-linearProgress.is-active {
    background-color: #03a9f4; }
  .saving-indicator .paper-emphasis-linearProgress.is-active:after,
  .saving-indicator .paper-emphasis-linearProgress.is-active:before {
    background-color: rgba(255, 255, 255, 0.5); }

/*# sourceMappingURL=desktop_2.css.map */
