@charset "UTF-8";
/**
* @todo Consider what pages and elements might benefit from adding "touch-action: manipulation" to make tapping more
*       responsive on iOS devices.
* @see https://developer.mozilla.org/en-US/docs/Web/CSS/touch-action
* @see https://webkit.org/blog/5610/more-responsive-tapping-on-ios/
* @see https://www.chenhuijing.com/touch-action/
 */
/**
* IMPORTANT: This file should be compiled to css by running the "gulp" command from the project directory
*/
/******************************************************
* FIRST: Set any vars that need to be overridden in the
* bootstrap SASS files (or any other SASS files that follow).
* We must do this BEFORE importing the other SASS stuff. Anything
* you want to customize in the bootstrap css can probably be
* done by looking at the bootstrap _variables.scss file and overriding them here. For example:
**/
/*******************************************************
* Now we can import our bootstrap and any other SASS we want.
* These imports import all the necessarry Twitter bootstrap styles
* from the vendor/bower_components folder whenever we run gulp.
* They *depend on passing the includePaths option to the gulp-sass
* function so it knows where to find the libraries. WE can build
* our own *custom version of bootstrap by importing the individual
* files. There is a single bootstrap sass file which includes all
* of the  sub-components, but we aren't using a bunch of them and
* they bloat the css.
*******************************************************/
/*******************************************************
* Import the bootstrap scss components individually,
* so we can override the mixin that generates grids and
* also leave out anything we determine we don't need...
/********************************************************/
/** overrides the mixin in the bootstrap _form.scss mixin */
/** overrides the mixin in the bootstrap _form.scss mixin */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

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; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -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; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot");
  src: url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.woff") format("woff"), url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

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

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

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

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

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

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

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

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

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

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #9d9d9d;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #00A5DB;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2980b9;
    text-decoration: none; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ebebeb; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto Condensed", "Arial Narrow", HelveticaNeueCondensed, HelveticaNeue-Condensed, "Helvetica Neue Condensed", Tahoma, Arial, "San Serif", sans-serif;
  font-weight: 300;
  line-height: 1.42857;
  color: #00A5DB; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #cccccc; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 20px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 14px; }

h6, .h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px; }

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4; }
  @media (min-width: 768px) {
    .lead {
      font-size: 21px; } }

small,
.small {
  font-size: 85%; }

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-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #cccccc; }

.text-primary {
  color: #00A5DB; }

a.text-primary:hover,
a.text-primary:focus {
  color: #007fa8; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #00A5DB; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #007fa8; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #ebebeb; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  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 #cccccc; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #ebebeb; }
  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: #cccccc; }
    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 #ebebeb;
  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'; }

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 8px;
  padding-right: 8px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 736px; } }
  @media (min-width: 992px) {
    .container {
      width: 956px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1123px; } }

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

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

@media (max-width: 767px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px; } }

@media (max-width: 767px) {
  .col-xs-1 + .col-xs-1, .col-xs-2 + .col-xs-2, .col-xs-3 + .col-xs-3, .col-xs-4 + .col-xs-4, .col-xs-5 + .col-xs-5, .col-xs-6 + .col-xs-6, .col-xs-7 + .col-xs-7, .col-xs-8 + .col-xs-8, .col-xs-9 + .col-xs-9, .col-xs-10 + .col-xs-10, .col-xs-11 + .col-xs-11 {
    padding-left: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #cccccc;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 15px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #666666;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 5px;
  font-size: 14px;
  line-height: 1.42857;
  color: #666666; }

.form-control {
  display: block;
  width: 100%;
  height: 30px;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.42857;
  color: #666666;
  background-color: #fff;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    outline: 0; }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #ebebeb;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: initial; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 30px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 26px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 52.6px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: initial; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: initial; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: initial; }

.form-control-static {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 26px;
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 26px;
  line-height: 26px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 26px;
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0; }

.form-group-sm select.form-control {
  height: 26px;
  line-height: 26px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 26px;
  min-height: 32px;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 52.6px;
  padding: 6px 12px;
  font-size: 24px;
  line-height: 1.9;
  border-radius: 0; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 52.6px;
  line-height: 52.6px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 52.6px;
  padding: 6px 12px;
  font-size: 24px;
  line-height: 1.9;
  border-radius: 0; }

.form-group-lg select.form-control {
  height: 52.6px;
  line-height: 52.6px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 52.6px;
  min-height: 44px;
  padding: 7px 12px;
  font-size: 24px;
  line-height: 1.9; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 37.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 52.6px;
  height: 52.6px;
  line-height: 52.6px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 26px;
  height: 26px;
  line-height: 26px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #dddddd; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px; }

.form-horizontal .form-group {
  margin-left: -8px;
  margin-right: -8px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 5px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 8px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 7px;
    font-size: 24px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 4px;
    font-size: 12px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 4px 8px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: initial;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #fff;
  background-color: #f48200;
  border-color: transparent; }
  .btn-default:focus, .btn-default.focus {
    color: #fff;
    background-color: #c16700;
    border-color: rgba(0, 0, 0, 0); }
  .btn-default:hover {
    color: #fff;
    background-color: #c16700;
    border-color: rgba(0, 0, 0, 0); }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #c16700;
    border-color: rgba(0, 0, 0, 0); }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #fff;
      background-color: #9d5400;
      border-color: rgba(0, 0, 0, 0); }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #f48200;
    border-color: transparent; }
  .btn-default .badge {
    color: #f48200;
    background-color: #fff; }

.btn-primary {
  color: #fff;
  background-color: #00A5DB;
  border-color: #0092c2; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #007fa8;
    border-color: #003242; }
  .btn-primary:hover {
    color: #fff;
    background-color: #007fa8;
    border-color: #006484; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #007fa8;
    border-color: #006484; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #006484;
      border-color: #003242; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #00A5DB;
    border-color: #0092c2; }
  .btn-primary .badge {
    color: #00A5DB;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #3eb600;
  border-color: #359d00; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #2d8300;
    border-color: #0a1d00; }
  .btn-success:hover {
    color: #fff;
    background-color: #2d8300;
    border-color: #205f00; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2d8300;
    border-color: #205f00; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #205f00;
      border-color: #0a1d00; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #3eb600;
    border-color: #359d00; }
  .btn-success .badge {
    color: #3eb600;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #00a5db;
  border-color: #0092c2; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #007fa8;
    border-color: #003242; }
  .btn-info:hover {
    color: #fff;
    background-color: #007fa8;
    border-color: #006484; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #007fa8;
    border-color: #006484; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #006484;
      border-color: #003242; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #00a5db;
    border-color: #0092c2; }
  .btn-info .badge {
    color: #00a5db;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #00A5DB;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #2980b9;
    text-decoration: none;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #cccccc;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 6px 12px;
  font-size: 24px;
  line-height: 1.9;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn {
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

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

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #666666;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #fff;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #00A5DB; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #cccccc; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: initial; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #cccccc;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 4px 8px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #666666;
  text-align: center;
  background-color: #ebebeb;
  border: 1px solid transparent;
  border-radius: 0; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 3px 6px;
    font-size: 12px;
    border-radius: 0; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 6px 12px;
    font-size: 24px;
    border-radius: 0; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: #ebebeb; }
    .nav > li.disabled > a {
      color: #cccccc; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #cccccc;
        text-decoration: none;
        background-color: transparent;
        cursor: initial; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #ebebeb;
    border-color: #00A5DB; }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #ebebeb #ebebeb #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #9d9d9d;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #00A5DB; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

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

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

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 60px;
  margin-bottom: 20px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 768px) {
    .navbar {
      border-radius: 0; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 8px;
  padding-left: 8px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -8px;
  margin-left: -8px; }
  @media (min-width: 768px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 768px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 8px 8px;
  font-size: 24px;
  line-height: 20px;
  height: 60px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -8px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 8px;
  padding: 9px 10px;
  margin-top: 13px;
  margin-bottom: 13px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 4px -8px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px; }
  @media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 768px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 8px;
          padding-bottom: 8px; } }

.navbar-form {
  margin-left: -8px;
  margin-right: -8px;
  padding: 10px 8px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 15px;
  margin-bottom: 15px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 15px;
  margin-bottom: 15px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 17px;
    margin-bottom: 17px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 19px;
    margin-bottom: 19px; }

.navbar-text {
  margin-top: 20px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .navbar-text {
      float: left;
      margin-left: 8px;
      margin-right: 8px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -8px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5e5e;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #000;
  border-color: transparent; }
  .navbar-inverse .navbar-brand {
    color: #fff; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #fff; }
  .navbar-inverse .navbar-nav > li > a {
    color: #fff; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #00a5db;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: transparent;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: none; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: none; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: black; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #fff; }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #fff; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #00a5db;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: transparent;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #fff; }
    .navbar-inverse .navbar-link:hover {
      color: #00a5db; }
  .navbar-inverse .btn-link {
    color: #fff; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #00a5db; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: transparent; }

.breadcrumb {
  padding: 0 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "003E ";
      padding: 0 5px;
      color: #333333; }
  .breadcrumb > .active {
    color: #cccccc; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 4px 8px;
      line-height: 1.42857;
      text-decoration: none;
      color: #666666;
      background-color: #cccccc;
      border: 1px solid #cccccc;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #00A5DB;
    border-color: #00A5DB; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #00A5DB;
    border-color: #00A5DB;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #fff;
    background-color: #ebebeb;
    border-color: #ebebeb;
    cursor: initial; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 6px 12px;
  font-size: 24px;
  line-height: 1.9; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 3px 6px;
  font-size: 12px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #cccccc;
      border: 1px solid #cccccc;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #00A5DB; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #fff;
    background-color: #cccccc;
    cursor: initial; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #9d9d9d; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #00A5DB; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }
  .alert h4 {
    margin-top: 0;
    color: inherit; }
  .alert .alert-link {
    font-weight: bold; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #00A5DB;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success {
  background-color: #3eb600; }
  .progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info {
  background-color: #00a5db; }
  .progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }
  .progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }
  .progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 20px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #666666;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #666666; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #00A5DB; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #00A5DB;
    border-color: #00A5DB; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #00A5DB; }
    .panel-primary > .panel-heading .badge {
      color: #00A5DB;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #00A5DB; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #444;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

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

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

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

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

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

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

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

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

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left; }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      display: block;
      max-width: 100%;
      height: auto;
      line-height: 1; }
    @media all and (transform-3d), (-webkit-transform-3d) {
      .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        transition: -webkit-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px; }
        .carousel-inner > .item.next, .carousel-inner > .item.active.right {
          -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
          -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          left: 0; }
        .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 0; } }
  .carousel-inner > .active,
  .carousel-inner > .next,
  .carousel-inner > .prev {
    display: block; }
  .carousel-inner > .active {
    left: 0; }
  .carousel-inner > .next,
  .carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
  .carousel-inner > .next {
    left: 100%; }
  .carousel-inner > .prev {
    left: -100%; }
  .carousel-inner > .next.left,
  .carousel-inner > .prev.right {
    left: 0; }
  .carousel-inner > .active.left {
    left: -100%; }
  .carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
  .carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }
  .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
  .carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
  .carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px; }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px; }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

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

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

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

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

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

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

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

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

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

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

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

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

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

@media print {
  .hidden-print {
    display: none !important; } }

/**
* For bootstrap styles we want to override, carefully examine the
* bootstrap scss files and variables and override the default bootstrap
* classes by changing the vars and regenerating the css. If that is not
* possible due to side effect, then make an scss file with the same name
* as the bootstrap scss file that contains the styles you want to override,
* and include it here. For example, if we wanted to customize the bootstrap/theme.scss
* file, it would be best to create a bootstrap-customizations/theme.scss file
* and import it like so...
**/
/**
* jQuery UI
* There is no official SASS build of jqueryui -- another reason not to use it. But for now
* I have created a SASS version in our assets directory. I based it on an existing SASS
* version someone created for Ruby, but I updated it to use the latest version of jQuery UI (1.11.4)
* and changed some things about how its organized to keep it more consistent with how we're using
* boostrap-sass.
*/
/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Converted to v1.11.4 by BBrewer from jquery-ui-sass-rails by BBrewer
from version 1.10.0 -
https://raw.githubusercontent.com/jhilden/jquery-ui-sass-rails/master/app/assets/stylesheets/jquery.ui.core.scss
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*!
 * jQuery UI Menu 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/menu/#theming
 */
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

/*!
 * jQuery UI Autocomplete 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/autocomplete/#theming
 */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/* Converted to v1.11.4 by BBrewer from jquery-ui-sass-rails by BBrewer
from version 1.10.3 -
https://raw.githubusercontent.com/jhilden/jquery-ui-sass-rails/master/app/assets/stylesheets/jquery.ui.core.scss
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
  font-size: 14px; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url("/consumer-resources/images/jquery-ui/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222; }

.ui-widget-content a {
  color: #222222; }

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("/consumer-resources/images/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold; }

.ui-widget-header a {
  color: #222222; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #ddd;
  background: #e6e6e6 url("/consumer-resources/images/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #ddd;
  background: #eee url("/consumer-resources/images/jquery-ui/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #666; }

/* The focus states in this rule appear the be the only
difference between jqui 1.10.3 and 1.11.x */
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #666;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url("/consumer-resources/images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("/consumer-resources/images/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("/consumer-resources/images/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/consumer-resources/images/jquery-ui/ui-icons_222222_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("/consumer-resources/images/jquery-ui/ui-icons_222222_256x240.png"); }

.ui-state-default .ui-icon {
  background-image: url("/consumer-resources/images/jquery-ui/ui-icons_888888_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("/consumer-resources/images/jquery-ui/ui-icons_454545_256x240.png"); }

.ui-state-active .ui-icon {
  background-image: url("/consumer-resources/images/jquery-ui/ui-icons_454545_256x240.png"); }

.ui-state-highlight .ui-icon {
  background-image: url("/consumer-resources/images/jquery-ui/ui-icons_2e83ff_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/consumer-resources/images/jquery-ui/ui-icons_cd0a0a_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url("/consumer-resources/images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30); }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("/consumer-resources/images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px; }

.ui-menu .ui-menu-item {
  font-family: "Roboto Condensed", "Arial Narrow", HelveticaNeueCondensed, HelveticaNeue-Condensed, "Helvetica Neue Condensed", Tahoma, Arial, "San Serif", sans-serif;
  font-weight: normal;
  font-size: 14px;
  padding: 14px 9px 12px 9px;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #ddd !important; }

.ui-menu .ui-menu-item,
.ui-menu .ui-menu-item a {
  border: 0;
  outline: 0; }
  @media (min-width: 768px) {
    .ui-menu .ui-menu-item,
    .ui-menu .ui-menu-item a {
      font-size: 18px;
      display: block;
      margin: 0;
      line-height: 16px !important;
      padding: 12px 9px !important;
      height: 40px;
      border-radius: 0 !important;
      list-style-image: none;
      color: #666;
      min-height: 0;
      border: 0; } }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: 0 !important; }

.ui-autocomplete {
  border: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset;
  /*&.ui-widget-content {
		border: 0;
		box-shadow: 0 0 1px .5px rgba(0, 0, 0, .1);
	}*/ }
  @media (max-width: 767px) {
    .ui-autocomplete {
      width: 100%;
      position: relative;
      top: 0;
      left: 0;
      margin: 0 -6px; } }
  .ui-autocomplete li {
    border: 0; }
    .ui-autocomplete li:hover, .ui-autocomplete li:focus {
      font-weight: normal !important;
      background: #eee !important;
      cursor: pointer;
      padding: 14px 9px 12px;
      border: 0; }
    .ui-autocomplete li a {
      border: 0; }
      .ui-autocomplete li a:hover, .ui-autocomplete li a:focus {
        font-weight: normal !important;
        background: #eee !important;
        cursor: pointer;
        padding: 14px 9px 12px;
        border: 0; }
  .ui-autocomplete .ui-menu-item {
    border: 0; }
    .ui-autocomplete .ui-menu-item .ui-state-focus {
      background: #eee !important; }
    .ui-autocomplete .ui-menu-item.ui-state-focus {
      background: #eee !important; }

/**
* All the rest of our custom SCSS goes below.
*/
/*
 * Carwise custom styles.
 */
/* other global styles */
/**
 * This mixin is now deprecated in favor of a more
 * generic mixin nad function that are a bit more versatile.
 * This mixin is now simply calling the new mixin, but I left
 * it here for backwards compatibility in case I miss any places
 * where it still needs to be replaced.
 * See the unicode.scss file for more info.
 * @param  {[type]} $icon-code [description]
 * @return {[type]}            [description]
 */
/**
* The following function and mixin are basically so we can handle unicode characters
* inside SASS variables without breaking the escape sequences, which libsass now does by default
* because the Libsass devs are goofy. Libsass now handles Unicode escape sequences in variables
* as if they were actually supposed to be re-escaped, which everyone knows they are NOT, but the
* SASS developers have no intention of changing this behavior even though it breaks the long-standing
* expected behavior of SASS variable interpolation. They argue that is conforms to the CSS spec.
* I argue that no one wants SASS to conform to a CSS spec if it doesn't address how SASS is actually
* used by developers. The point of SASS is that it IS NOT CSS, but this seems to be lost on the
* SASS devs, hence these mixins.
*/
/**
 * This function generates a quoted string containing
 * a sequence of any non-escaped unicode character codes you pass in.
 *
 * @param  {arglist} $codes... [any number of string arguements can be passed to this function.]
 * @return {string}           [a quoted string of escaped character codes]
 */
/**
 * You can pass an arbitrary number of unicode character numbers to this function and it will
 * output a content attribute with all of them concatenated with proper escaping.
 *
 * @param  {arglist} $codes... [any number of string arguements can be passed to this function.]
 * @return {string}           [a CSS content attribute suitable for use in :before and :after pseudoselectors]
 */
/**
* NOTE: It is very important that you do NOT include the leading slash
* that is typically added in front of Unicode character codes. This is because
* we are using the codes inside SASS variables, which means the leading slash will
* get escaped during variable interpolation, meaning it will break the codes. Therefore
* we use our "icon-font" mixin wherever we need to use these variables, which
* outputs them with the proper leading slash when the css is generated.
*/
/**
* NOTE: It is very important that you do NOT include the leading slash
* that is typically added in front of Unicode character codes. This is because
* we are using the codes inside SASS variables, which means the leading slash will
* get escaped during variable interpolation, meaning it will break the codes. Therefore
* we use our "icon-font" mixin wherever we need to use these variables, which
* outputs them with the proper leading slash when the css is generated.
*/
@font-face {
  font-family: "carwise";
  src: url("/consumer-resources/fonts/carwise/carwise.eot?20190731");
  src: url("/consumer-resources/fonts/carwise/carwise.eot?20190731#iefix") format("embedded-opentype"), url("/consumer-resources/fonts/carwise/carwise.ttf?20190731") format("truetype"), url("/consumer-resources/fonts/carwise/carwise.woff2?20190731") format("woff2"), url("/consumer-resources/fonts/carwise/carwise.woff?20190731") format("woff"), url("/consumer-resources/fonts/carwise/carwise.svg?20190731#carwise") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-cw-"], [class*=" icon-cw-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "carwise" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: baseline;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale; }

/**
* NOTE: We must use a mixin here -- we can't just use the scss generated by Icomoon
* because libsass now handles Unicode escape sequences in variables as if they were
* actually supposed to be re-escaped, which everyone knows they are NOT, but the
* SASS developers have no intention of changing this behavior even though it breaks
* the long-standing expected behavior of SASS variable interpolation. Here's the regex
* search/replace patterns you need to reformat the icomoon scss to use the mixin...
* search: content:([^;]*);
* replace: @include unicode-content(\1);
*/
.icon-cw-google-plus:before {
  content: "\e900"; }

.icon-cw-twitter:before {
  content: "\e901"; }

.icon-cw-facebook:before {
  content: "\e902"; }

.icon-cw-reviews:before {
  content: "\e903"; }

.icon-cw-question-mark:before {
  content: "\e904"; }

.icon-cw-map-marker:before {
  content: "\e905"; }

.icon-cw-clock:before {
  content: "\e928"; }

.icon-cw-garage-car:before {
  content: "\e929"; }

.icon-cw-circle:before {
  content: "\e93a"; }

.icon-cw-100-percent-real:before {
  content: "\e92a"; }

.icon-cw-check-mark:before {
  content: "\e906"; }

.icon-cw-rating-star:before {
  content: "\e907"; }

.icon-cw-rating-star-mask:before {
  content: "\e908"; }

.icon-cw-rating-star-outline:before {
  content: "\e909"; }

.icon-cw-calendar-icon:before {
  content: "\e90a"; }

.icon-cw-thumbs-up:before {
  content: "\e90b"; }

.icon-cw-search:before {
  content: "\e90c"; }

.icon-cw-envelope:before {
  content: "\e90d"; }

.icon-cw-remove-circle:before {
  content: "\e90e"; }

.icon-cw-glyphicon-search:before {
  content: "\e90f"; }

.icon-cw-photo-estimate:before {
  content: "\e910"; }

body {
  font-smooth: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale; }

ul {
  list-style-position: inside; }

.ui-autocomplete,
.tt-menu {
  width: 100%; }

#modal-overlay {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
  position: fixed;
  height: 100%;
  width: 100%;
  opacity: 0;
  display: block;
  background-color: #000;
  z-index: -1; }

div.grecaptcha-badge {
  z-index: 200000000;
  -webkit-transition: all 1000ms cubic-bezier(0.32, 1, 0.23, 1) 0ms;
  transition: all 1000ms cubic-bezier(0.32, 1, 0.23, 1) 0ms;
  bottom: 0 !important; }

.glyphicon-search {
  font-family: 'Carwise'; }
  .glyphicon-search:before {
    content: "\e90f"; }

h1, h2, h3, h4, h5 {
  font-family: "Roboto Condensed", "Arial Narrow", HelveticaNeueCondensed, HelveticaNeue-Condensed, "Helvetica Neue Condensed", Tahoma, Arial, "San Serif", sans-serif;
  font-weight: 300;
  color: #00A5DB; }

small {
  font-size: 90%; }

p {
  margin: 0;
  padding: 0; }

p + p {
  padding-bottom: 10px; }

h2 {
  font-size: 25px;
  text-align: center;
  margin: 0;
  padding: 0 0 24px 0; }

h3 {
  margin: 0;
  padding: 0;
  padding-top: 25px;
  color: #9d9d9d;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  text-align: left; }
  h3 + p {
    padding-top: 25px; }

@media (min-width: 768px) {
  h2 {
    font-size: 33px;
    display: block;
    text-align: left; }
  h3 {
    font-size: 22px;
    text-align: left;
    font-size: 21px;
    padding-top: .4em; } }

.breadcrumb {
  font-size: 11px;
  font-weight: 400;
  margin: 0 0 12px; }
  .breadcrumb > li + li::before {
    content: "\003E";
    padding: 0 5px;
    color: #333333; }
  .breadcrumb > .active {
    color: #333333; }

.fixed-width-nav section {
  /*&#breadcrumbs {
        margin-top: 60px;
        padding: 0;
        > .container {
            background: whit#f5f5f5;
            padding: 9px 10px 9px 17px;
        }
        .breadcrumb {
            margin: 0;
        }
    }*/ }
  .fixed-width-nav section#breadcrumbs ol {
    margin: 0;
    line-height: 1; }
    @media (min-width: 768px) {
      .fixed-width-nav section#breadcrumbs ol {
        font-size: 12px; } }
    .fixed-width-nav section#breadcrumbs ol.breadcrumb {
      font-size: 12px;
      font-weight: 400; }
      .fixed-width-nav section#breadcrumbs ol.breadcrumb li {
        color: #333333; }
        .fixed-width-nav section#breadcrumbs ol.breadcrumb li a {
          color: #37A9EA; }
        .fixed-width-nav section#breadcrumbs ol.breadcrumb li::before {
          color: #333333; }
  .fixed-width-nav section#breadcrumbs {
    margin-top: 60px;
    margin-bottom: 0; }
    .fixed-width-nav section#breadcrumbs ol {
      font-size: 12px;
      color: #333333;
      font-weight: 400; }
    .fixed-width-nav section#breadcrumbs .container {
      background: whitesmoke;
      padding: 9px 10px 9px 17px; }

.pos-relative {
  position: relative; }

.pos-absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0; }

html.fixed,
body.fixed {
  overflow: hidden;
  position: relative;
  height: 100%; }

.v-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
  margin-bottom: 0; }

.clearfix-nth:before {
  display: none; }

.clearfix-nth:after {
  display: none; }

.bold {
  font-weight: bold; }

.highlight {
  color: #00A5DB; }

@media (min-width: 768px) {
  .box-align {
    margin-left: -8px;
    margin-right: -8px; } }

.bg-gray-darker {
  background: #333333; }

.bg-gray-dark {
  background: #666666; }

.bg-gray {
  background: #9d9d9d; }

.bg-gray-light {
  background: #cccccc; }

.bg-gray-lighter {
  background: #ebebeb; }

.bg-white {
  background: #fff; }

.border-gray-darker {
  border: 1px solid #333333; }

.border-gray-dark {
  border: 1px solid #666666; }

.border-gray {
  border: 1px solid #9d9d9d; }

.border-gray-light {
  border: 1px solid #cccccc; }

.border-gray-lighter {
  border: 1px solid #ebebeb; }

.nomargin {
  margin: 0 !important; }

.nomargin-w {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.nomargin-h {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.nomargin-t {
  margin-top: 0 !important; }

.nomargin-r {
  margin-right: 0 !important; }

.nomargin-b {
  margin-bottom: 0 !important; }

.nomargin-l {
  margin-left: 0 !important; }

.nopadding {
  padding: 0 !important; }

.nopadding-w {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.nopadding-h {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.nopadding-t {
  padding-top: 0 !important; }

.nopadding-r {
  padding-right: 0 !important; }

.nopadding-b {
  padding-bottom: 0 !important; }

.nopadding-l {
  padding-left: 0 !important; }

.noborder-w {
  border-left: 0 !important;
  border-right: 0 !important; }

.pad1em {
  padding: 1em; }

.pad2em {
  padding: 2em; }

.pad3em {
  padding: 4em; }

.pad4em {
  padding: 4em; }

@media (max-width: 767px) {
  .pull-left-xs {
    float: left;
    clear: none; }
  .pull-right-xs {
    float: right;
    clear: none; } }

@media (min-width: 768px) {
  .pull-left-sm {
    float: left;
    clear: none; }
  .pull-right-sm {
    float: right;
    clear: none; } }

@media (min-width: 992px) {
  .pull-left-md {
    float: left;
    clear: none; }
  .pull-right-md {
    float: right;
    clear: none; } }

@media (min-width: 1200px) {
  .pull-left-lg {
    float: left;
    clear: none; }
  .pull-right-lg {
    float: right;
    clear: none; } }

a.collapse-up,
a.collapse-down {
  text-align: center;
  padding: 1em;
  cursor: pointer; }

a.collapse-up {
  border-top: 1px solid #cccccc;
  margin-top: 1em; }
  a.collapse-up .glyphicon {
    top: 2px;
    pointer-events: none; }

a.collapse-down {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1em; }
  a.collapse-down .glyphicon {
    top: 3px;
    pointer-events: none; }

.pad-h-6px {
  padding: 0 6px; }

.pad-children-40 > * {
  padding-left: 40px;
  padding-right: 40px; }

.pad-children-40 > :first-child {
  padding-top: 40px; }

div + .pad-children-40 > :last-child {
  padding-bottom: 40px; }

.pad-children-40 + div ~ .pad-children-40 > :first-child {
  padding-top: inherit; }

.fill {
  float: left;
  width: 100%;
  height: 100%; }

.block, .block-link {
  display: block; }

.block-link {
  width: 100%;
  margin: 0;
  padding: 0; }
  .block-link:before, .block-link:after {
    content: " ";
    display: table; }
  .block-link:after {
    clear: both; }

.w-10-pct:after {
  width: 10%; }

.w-15-pct:after {
  width: 15%; }

.w-20-pct:after {
  width: 20%; }

.w-25-pct:after {
  width: 25%; }

.w-30-pct:after {
  width: 30%; }

.w-35-pct:after {
  width: 35%; }

.w-40-pct:after {
  width: 40%; }

.w-45-pct:after {
  width: 45%; }

.w-50-pct:after {
  width: 50%; }

.w-55-pct:after {
  width: 55%; }

.w-60-pct:after {
  width: 60%; }

.w-65-pct:after {
  width: 65%; }

.w-70-pct:after {
  width: 70%; }

.w-75-pct:after {
  width: 75%; }

.w-80-pct:after {
  width: 80%; }

.w-85-pct:after {
  width: 85%; }

.w-90-pct:after {
  width: 90%; }

.w-95-pct:after {
  width: 95%; }

.star-mask:after {
  position: absolute;
  top: 0;
  left: 0; }

.star-mask.w-10-pct:after {
  width: 10%; }

.star-mask.w-15-pct:after {
  width: 15%; }

.star-mask.w-20-pct:after {
  width: 20%; }

.star-mask.w-25-pct:after {
  width: 25%; }

.star-mask.w-30-pct:after {
  width: 30%; }

.star-mask.w-35-pct:after {
  width: 35%; }

.star-mask.w-40-pct:after {
  width: 40%; }

.star-mask.w-45-pct:after {
  width: 45%; }

.star-mask.w-50-pct:after {
  width: 50%; }

.star-mask.w-55-pct:after {
  width: 55%; }

.star-mask.w-60-pct:after {
  width: 60%; }

.star-mask.w-65-pct:after {
  width: 65%; }

.star-mask.w-70-pct:after {
  width: 70%; }

.star-mask.w-75-pct:after {
  width: 75%; }

.star-mask.w-80-pct:after {
  width: 80%; }

.star-mask.w-85-pct:after {
  width: 85%; }

.star-mask.w-90-pct:after {
  width: 90%; }

.star-mask.w-95-pct:after {
  width: 95%; }

@media (max-width: 767px) {
  .row {
    margin-left: -8px;
    margin-right: -8px; } }

@media (max-width: 767px) {
  .container-fluid,
  .container {
    padding: 0 8px; } }

/*
section .container,
section.container{
	padding-top: 72px;
    padding-bottom: 72px;
    @media (max-width: $screen-xs-max) {
		padding-top: 55px;
    	padding-bottom: 55px;
	}
}*/
section .container,
section.container {
  padding-top: 55px;
  padding-bottom: 55px; }
  @media (min-width: 768px) {
    section .container,
    section.container {
      padding-top: 72px;
      padding-bottom: 72px; } }

.container-fluid.flush {
  padding-left: 0;
  padding-right: 0; }
  .container-fluid.flush > .row {
    margin-left: 0;
    margin-right: 0; }
    .container-fluid.flush > .row .flush {
      padding-left: 0 !important;
      padding-right: 0 !important; }

/*
.container-fluid {
  &.flush{
	&.left {
	  @media (min-width: $grid-float-breakpoint) {
		padding-left: 0;
		>.row{
		  margin-left: 0;
		  .pull-left.flush {
			padding-left: 0;
			padding-right: 0;
		  }
		  .pull-right.flush {
			padding-right: 0;
		  }
		}
	  }
	}
	&.right {
	  @media (min-width: $grid-float-breakpoint) {
		padding-right: 0;
		>.row{
		  margin-right: 0;
		  .pull-right.flush {
			padding-left: 0;
			padding-right: 0;
		  }
		  .pull-left.flush {
			padding-right: 0;
		  }
		}
	  }
	}
  }

}
*/
.wrapper {
  margin: 0;
  padding: 0; }
  .wrapper:before, .wrapper:after {
    content: " ";
    display: table; }
  .wrapper:after {
    clear: both; }

::-webkit-input-placeholder {
  font-weight: 300;
  color: #9d9d9d; }

:-ms-input-placeholder {
  font-weight: 300;
  color: #9d9d9d; }

::-ms-input-placeholder {
  font-weight: 300;
  color: #9d9d9d; }

::placeholder {
  font-weight: 300;
  color: #9d9d9d; }

input[type='text']::-ms-clear {
  display: none;
  width: 0;
  height: 0; }

input[type='text']::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

.form-control,
.btn,
.input-group,
.input-group-btn,
.input-group-btn > .btn {
  outline: none;
  border-color: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: none;
  transition: none;
  border-collapse: collapse; }

a.btn {
  font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
  font-weight: bold;
  -webkit-transition: background-color 200ms ease-out;
  transition: background-color 200ms ease-out; }
  a.btn:hover {
    text-decoration: none; }

.btn-clear {
  display: table-cell;
  vertical-align: middle;
  padding: 0 !important;
  pointer-events: auto;
  z-index: 1000 !important;
  right: 65px;
  cursor: pointer;
  color: #cccccc;
  width: 18px !important;
  height: 18px !important;
  line-height: 18px !important;
  font-size: 18px !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .input-group-lg .btn-clear {
    right: 85px; }
    @media (min-width: 768px) {
      .input-group-lg .btn-clear {
        width: 21px !important;
        height: 22px !important;
        font-size: 21px !important;
        line-height: 21px !important;
        right: 97px; } }
    @media (min-width: 1200px) {
      .input-group-lg .btn-clear {
        right: 136px; } }
    .input-group-lg .btn-clear.nobutton {
      right: 2px; }

input.clearable {
  padding-right: 2em; }

button.form-control .loading {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: none;
  background-image: url(/resources/images/loadingGIF/spinnerWhiteGlobalSearch.GIF);
  background-position: 0 0;
  height: 22px;
  width: 22px;
  background-size: 22px;
  margin-top: -6px; }
  @media (min-width: 768px) {
    button.form-control .loading {
      width: 30px;
      height: 30px;
      background-size: 30px; } }
  @media (min-width: 1390px) {
    button.form-control .loading {
      width: 35px;
      height: 35px;
      background-size: 35px; } }

button .loading {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-image: none;
  background-image: url(/resources/images/loadingGIF/spinnerDark.GIF);
  background-position: 0 0;
  height: 22px;
  width: 22px;
  background-size: 22px;
  margin-top: -6px; }
  @media (min-width: 768px) {
    button .loading {
      width: 30px;
      height: 30px;
      background-size: 30px; } }
  @media (min-width: 1390px) {
    button .loading {
      width: 35px;
      height: 35px;
      background-size: 35px; } }

/*
.input-group-addon {
	button {
		&.loading{
			&::before{
				content: url(/resources/images/loadingGIF/spinnerDark.GIF);
				height: 22px;
				width: 22px;
			}
		}
	}
}
*/
.input-group .back-button span {
  padding: 0 11px;
  font-size: 17px; }

.input-group-btn.back-button {
  margin: 0 !important;
  width: 1% !important; }

.form-control {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }

.input-group-lg input.clearable {
  padding-right: 24px !important; }

@media (max-width: 1199px) {
  .input-group-lg > .input-group-btn > .btn {
    height: 40px;
    font-size: 17px; }
    .input-group-lg > .input-group-btn > .btn > .glyphicon {
      font-size: 16px; }
  .input-group-lg input {
    height: 40px !important;
    padding: 6px 12px !important;
    font-size: 21px !important;
    line-height: 1.42857 !important; } }

.navbar-inverse {
  background: #666666;
  background: transparent;
  background: rgba(0, 0, 0, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)";
  zoom: 1; }
  .navbar-inverse:nth-child(n) {
    -webkit-filter: none;
            filter: none; }

#nav-top {
  min-height: 43px;
  margin-bottom: 0;
  z-index: 100;
  border-width: 0;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0; }
  #nav-top.navbar-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    overflow: hidden;
    padding: 1px; }
  #nav-top a {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    #nav-top a:link, #nav-top a:visited {
      color: #9d9d9d; }
    #nav-top a:hover, #nav-top a:active {
      color: #fff;
      outline: none; }
  @media (min-width: 768px) {
    #nav-top {
      padding: 0;
      border-width: 0 0 1px;
      -webkit-transition: all 200ms ease-out;
      transition: all 200ms ease-out;
      min-height: 60px; }
      #nav-top.scrolled {
        background: #333;
        -webkit-filter: none;
                filter: none;
        -webkit-transition: all 200ms ease-out;
        transition: all 200ms ease-out; }
      #nav-top a:link, #nav-top a:visited {
        color: #fff; }
      #nav-top a:hover, #nav-top a:active, #nav-top a.active {
        color: #00a5db; } }
  #nav-top .navbar-brand {
    display: block;
    text-align: center;
    font-size: 2.2em;
    margin: -3px auto;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 138px;
    height: 43px;
    overflow: hidden; }
    @media (min-width: 768px) {
      #nav-top .navbar-brand {
        height: 60px;
        margin: -2px 0 0 2px;
        position: relative;
        line-height: 1.4;
        width: 168px; } }
    @media (min-width: 1200px) {
      #nav-top .navbar-brand {
        margin-left: 12px; } }
    #nav-top .navbar-brand span {
      width: 100%;
      display: block; }
      #nav-top .navbar-brand span::before {
        content: url("/consumer-resources/images/logo/carwise-notagline.svg");
        width: 100% !important; }
      .nosvg #nav-top .navbar-brand span {
        height: 60px;
        background: url("/consumer-resources/images/logo/carwise-notagline_160x40.png") no-repeat 50% 50%; }
        @media (max-width: 767px) {
          .nosvg #nav-top .navbar-brand span {
            background-size: 94%;
            height: 43px;
            margin: 4px 0 0;
            behavior: url("/consumer-resources/backgroundsize.min.htc");
            -ms-behavior: url("/consumer-resources/backgroundsize.min.htc"); } }
  #nav-top .navbar-header {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    @media (max-width: 767px) {
      #nav-top .navbar-header.in {
        background: #333; } }
  #nav-top li {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    #nav-top li > a {
      color: #9d9d9d;
      padding: 7px 11px;
      line-height: 20px;
      font-weight: 300;
      text-shadow: none; }
    @media (min-width: 768px) {
      #nav-top li {
        padding: 0 5px 0 19px; }
        #nav-top li > a {
          font-family: "Roboto Condensed", "Arial Narrow", HelveticaNeueCondensed, HelveticaNeue-Condensed, "Helvetica Neue Condensed", Tahoma, Arial, "San Serif", sans-serif;
          font-size: 21px;
          line-height: 30px;
          padding: 19px 0 11px; } }
    @media (min-width: 1200px) {
      #nav-top li {
        padding: 0 17px 0 55px; } }

.navbar-toggle {
  border: 0;
  float: left;
  height: 100%;
  margin: 0; }
  .navbar-toggle .icon-bar {
    width: 20px; }

@media (max-width: 767px) {
  .navbar-collapse.collapsing, .navbar-collapse.in {
    background: #333333;
    font-weight: 300;
    opacity: 1; }
    .navbar-collapse.collapsing li > a:link, .navbar-collapse.collapsing li > a:visited, .navbar-collapse.in li > a:link, .navbar-collapse.in li > a:visited {
      color: #9d9d9d; }
    .navbar-collapse.collapsing li > a:hover, .navbar-collapse.collapsing li > a:active, .navbar-collapse.in li > a:hover, .navbar-collapse.in li > a:active {
      color: #fff; } }

@media (max-width: 767px) {
  .navbar-nav {
    margin-top: 8px; } }

.btn-toggle-search {
  display: none; }

@media (min-width: 768px) {
  .fixed-width-nav #nav-top .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0; }
    .fixed-width-nav #nav-top .container-fluid:before, .fixed-width-nav #nav-top .container-fluid:after {
      content: " ";
      display: table; }
    .fixed-width-nav #nav-top .container-fluid:after {
      clear: both; } }

@media (min-width: 768px) {
  .fixed-width-nav #nav-top .container-fluid {
    width: 736px; } }

@media (min-width: 992px) {
  .fixed-width-nav #nav-top .container-fluid {
    width: 956px; } }

@media (min-width: 1200px) {
  .fixed-width-nav #nav-top .container-fluid {
    width: 1123px; } }

@media (min-width: 768px) {
  .fixed-width-nav #nav-top .navbar-brand {
    margin-left: 12px; }
  .fixed-width-nav #nav-top li:last-child {
    padding-right: 17px; } }

#search-container {
  z-index: 11;
  vertical-align: middle;
  height: 100%;
  font-family: "Roboto Condensed", "Arial Narrow", HelveticaNeueCondensed, HelveticaNeue-Condensed, "Helvetica Neue Condensed", Tahoma, Arial, "San Serif", sans-serif; }
  @media (min-width: 768px) {
    #search-container {
      display: table-cell;
      height: 77%;
      float: right;
      top: auto;
      left: auto; } }
  #search-container .input-group {
    width: 100%; }
    #search-container .input-group input {
      z-index: 10 !important;
      color: #333333;
      border-color: #666666; }
      @media (min-width: 768px) {
        #search-container .input-group input.bottom-separator {
          -webkit-box-shadow: 0 1px 0 0 #cccccc;
                  box-shadow: 0 1px 0 0 #cccccc; } }
  #search-container .input-group-btn {
    width: 82px; }
  #search-container .btn-default {
    font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
    padding: 0; }
    @media (min-width: 768px) {
      #search-container .btn-default {
        padding: 6px 12px;
        width: 96px !important; } }
    @media (min-width: 1200px) {
      #search-container .btn-default {
        font-size: 20px;
        width: 132px !important; } }
    #search-container .btn-default:hover {
      background: #a85900;
      -webkit-transition: all 200ms ease-out;
      transition: all 200ms ease-out; }
    #search-container .btn-default > .glyphicon-search {
      padding-right: 6px; }
      @media (min-width: 768px) {
        #search-container .btn-default > .glyphicon-search {
          padding-right: 10px; } }
      @media (min-width: 1200px) {
        #search-container .btn-default > .glyphicon-search {
          top: 2px; } }
  #search-container.at-top {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: auto;
    height: auto; }
    #search-container.at-top h1 {
      display: none; }

#shopSearchForm {
  border-color: transparent;
  position: absolute;
  width: auto;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 6px;
  float: none;
  background: #00A5DB; }
  #shopSearchForm .form-control {
    -webkit-transition: none;
    transition: none; }
    #shopSearchForm .form-control::-webkit-input-placeholder {
      color: #999; }
    #shopSearchForm .form-control:-ms-input-placeholder {
      color: #999; }
    #shopSearchForm .form-control::-ms-input-placeholder {
      color: #999; }
    #shopSearchForm .form-control::placeholder {
      color: #999; }
  @media (max-width: 767px) {
    #shopSearchForm .input-group-lg > .input-group-btn > .btn {
      height: 40px;
      font-size: 17px; }
      #shopSearchForm .input-group-lg > .input-group-btn > .btn > .glyphicon {
        font-size: 16px; } }
  #shopSearchForm .form-group {
    margin-bottom: 0; }
  .at-top #shopSearchForm {
    bottom: auto; }
  #shopSearchForm #current-loc-container {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 8px 4px;
    background: #fff;
    border: 0 1px 1px 1px solid #cccccc;
    border-collapse: separate;
    -webkit-box-shadow: rgba(0, 0, 0, 0.09) 0 1px 1px 0 inset;
            box-shadow: rgba(0, 0, 0, 0.09) 0 1px 1px 0 inset;
    cursor: pointer;
    font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif; }
    #shopSearchForm #current-loc-container :hover {
      cursor: pointer; }
      #shopSearchForm #current-loc-container :hover a {
        text-decoration: underline; }
      #shopSearchForm #current-loc-container :hover span {
        color: #f48200; }
    #shopSearchForm #current-loc-container a,
    #shopSearchForm #current-loc-container span {
      font-size: 18px;
      display: block;
      padding-right: 8px;
      float: left;
      clear: none;
      color: #007fa8; }
    #shopSearchForm #current-loc-container span {
      font-size: 20px; }
  @media (min-width: 768px) {
    #shopSearchForm {
      float: right !important;
      padding: 25px;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkmAkAAJ8AmzsOXcYAAAAASUVORK5CYII=");
      background: rgba(0, 0, 0, 0.6); } }
  #shopSearchForm h1 {
    font-family: "Roboto Condensed", "Arial Narrow", HelveticaNeueCondensed, HelveticaNeue-Condensed, "Helvetica Neue Condensed", Tahoma, Arial, "San Serif", sans-serif;
    color: #fff;
    font-size: 21px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 6px;
    text-shadow: none;
    line-height: 1; }
    @media (min-width: 768px) {
      #shopSearchForm h1 {
        font-size: 25px;
        font-weight: 300;
        margin: 0;
        padding: 0 0 6px; } }
    @media (min-width: 1200px) {
      #shopSearchForm h1 {
        font-size: 30px; } }

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  line-height: 1.42857 !important; }

@media (min-width: 768px) and (max-width: 992px) {
  .footer .col-sm-offset-2 {
    margin-left: 13.66667%; }
  .footer .col-sm-offset-1 {
    margin-left: 11.33333%; } }

@media (min-width: 1200px) {
  .footer .col-md-2 {
    width: 13.66667%; }
  .footer .col-md-offset-2 {
    margin-left: 19.66667%; } }

.footer ul {
  font-size: 16px;
  font-weight: normal; }
  .footer ul li {
    margin: .5em auto; }

.footer.navbar {
  margin-bottom: 0;
  padding-bottom: 20px;
  background: #fff; }
  .footer.navbar h2 {
    font-family: Roboto Condensed, Arial Narrow, HelveticaNeueCondensed, HelveticaNeue-Condensed, Helvetica Neue Condensed, Tahoma, Arial, San Serif, sans-serif !important;
    font-weight: 300 !important;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 24px; }

.footer.navbar-inverse {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  background: #333333;
  -webkit-filter: none;
          filter: none;
  padding-top: 25px;
  padding-bottom: 20px; }
  .footer.navbar-inverse h2 {
    font-size: 20px;
    margin-top: 20px; }
  .footer.navbar-inverse h2,
  .footer.navbar-inverse p,
  .footer.navbar-inverse ul {
    font-weight: 300;
    text-align: center !important;
    color: #fff !important; }
  .footer.navbar-inverse ul {
    margin: 0 0 1em;
    font-weight: 400; }
  .footer.navbar-inverse p {
    margin: 0 0 10px; }
  @media (min-width: 768px) {
    .footer.navbar-inverse {
      padding-top: 25px;
      padding-bottom: 20px; }
      .footer.navbar-inverse h2,
      .footer.navbar-inverse ul {
        text-align: left !important; }
      .footer.navbar-inverse h2 {
        margin-bottom: 5px;
        padding: 0;
        color: #fff; }
      .footer.navbar-inverse ul {
        font-weight: 400; } }

.footer-separators {
  background: #fff; }
  .footer-separators h2 {
    font-size: 24px;
    color: #333333; }
  .footer-separators ul {
    font-size: 14px;
    text-align: center; }
  .footer-separators li {
    margin: .25em 0;
    padding: 0 1em; }
    .footer-separators li + li {
      -webkit-box-shadow: -5px 0 0 -4px #cccccc;
              box-shadow: -5px 0 0 -4px #cccccc; }

@media (min-width: 768px) {
  #footer-owner-links,
  #footer-body-shop-links {
    font-size: 16px; }
    #footer-owner-links li,
    #footer-body-shop-links li {
      margin: .25em 0;
      padding: 0;
      padding-right: 1em;
      display: block; } }

#legal {
  padding-top: 2.2em;
  line-height: 1.2 !important; }
  #legal a {
    color: #fff; }
    #legal a:focus, #legal a:hover {
      text-decoration: underline; }
  #legal p {
    font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 0 !important; }
    @media (min-width: 768px) {
      #legal p {
        font-size: 14px; } }
    #legal p + p {
      letter-spacing: normal; }
      #legal p + p a {
        text-shadow: none;
        padding: 0 13px 0 0; }
        #legal p + p a + a {
          padding-left: 11px;
          -webkit-box-shadow: -4px 0 0 -3px #cccccc;
                  box-shadow: -4px 0 0 -3px #cccccc; }

#preRepairlegal {
  padding-top: 2.2em;
  line-height: 1.2 !important; }
  @media (max-width: 768px) {
    #preRepairlegal {
      padding-bottom: 4.2em; } }
  #preRepairlegal a {
    color: #9D9D9D; }
    #preRepairlegal a:focus, #preRepairlegal a:hover {
      text-decoration: underline; }
  #preRepairlegal p {
    font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
    color: #9D9D9D;
    font-size: 14px;
    text-align: center;
    padding-bottom: 10px; }
    @media (min-width: 768px) {
      #preRepairlegal p {
        font-size: 14px; } }
    #preRepairlegal p + p {
      letter-spacing: normal; }
      #preRepairlegal p + p a {
        text-shadow: none;
        padding: 0 13px; }
        #preRepairlegal p + p a + a {
          padding-left: 11px;
          -webkit-box-shadow: -4px 0 0 -3px #cccccc;
                  box-shadow: -4px 0 0 -3px #cccccc; }

li.no-sep {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

@media (max-width: 768px) {
  .cccInfo {
    display: block;
    margin-bottom: 2px; } }

.fb_page.fb_iframe_widget,
.fb_page.fb_iframe_widget > span,
.fb_iframe_widget > span > iframe[style] {
  width: 100% !important;
  height: 100% !important; }

ul.share-btns {
  padding-top: 10px;
  padding-bottom: 0; }
  ul.share-btns a {
    color: #fff;
    width: 30px !important;
    height: 30px !important;
    display: block;
    line-height: 1.5;
    letter-spacing: -1px;
    position: relative; }
    ul.share-btns a.icon-cw-facebook {
      letter-spacing: 0; }
  ul.share-btns > li {
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
    margin: 0 6px 4px 0;
    display: inline-block;
    border-radius: 100%; }
    ul.share-btns > li.facebook {
      background-color: #3A5A98; }
      ul.share-btns > li.facebook:hover {
        background: #2c4473; }
    ul.share-btns > li.google-plus {
      background: #CC3731; }
      ul.share-btns > li.google-plus:hover {
        background: #a32c27; }
    ul.share-btns > li.twitter {
      background: #2DAAE1; }
      ul.share-btns > li.twitter:hover {
        background: #1b8dc0; }

.share-menu-wrapper {
  background: #fff;
  display: block;
  padding: 0;
  margin: .5em 0;
  border-left: 1px solid #cccccc;
  text-align: center;
  width: 97px;
  height: 1.5em;
  position: relative;
  vertical-align: middle; }
  .share-menu-wrapper .btn-alt-share {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(100px) translateZ(-20px);
            transform: perspective(100px) translateZ(-20px);
    position: relative; }
  .share-menu-wrapper .glyphicon-share-alt {
    background: #fff;
    z-index: 0;
    display: inline-block;
    padding-right: .5em; }
  .share-menu-wrapper ul.share-btns {
    display: none;
    z-index: 1;
    padding: 0;
    margin: 0;
    position: relative;
    top: -2px;
    white-space: nowrap; }
    .share-menu-wrapper ul.share-btns li {
      width: 1.5em !important;
      height: 1.5em !important;
      line-height: initial;
      margin: 0 .3em 0px 0;
      font-size: 1em !important; }
      .share-menu-wrapper ul.share-btns li:last-child {
        margin: 0; }
      .share-menu-wrapper ul.share-btns li a {
        width: 1.5em !important;
        height: 1.5em !important; }

.reviews .review-item {
  background: #fff; }
  .reviews .review-item.no-footer {
    padding-bottom: 0; }
  .reviews .review-item h1,
  .reviews .review-item h2,
  .reviews .review-item h3,
  .reviews .review-item h4,
  .reviews .review-item p {
    font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif !important; }
  .reviews .review-item .review-header {
    background: #f5f5f5;
    margin-bottom: 10px;
    padding: 10px;
    position: relative; }
    @media (min-width: 768px) {
      .reviews .review-item .review-header {
        margin-bottom: 10px;
        padding: 15px; } }
    .reviews .review-item .review-header .customer-name {
      margin: 0;
      padding: 0;
      font-size: 13px;
      font-weight: 500;
      color: #666666; }
      .reviews .review-item .review-header .customer-name > small {
        font-weight: 300;
        font-size: 13px;
        color: #333333; }
      @media (min-width: 768px) {
        .reviews .review-item .review-header .customer-name {
          font-size: 16px;
          font-weight: bold; } }
  .reviews .review-item .review-body-wrap {
    display: table;
    padding: 0 12px; }
    @media (min-width: 768px) {
      .reviews .review-item .review-body-wrap {
        padding: 0 15px; } }
    .reviews .review-item .review-body-wrap + .review-body-wrap {
      padding-top: 0; }
  .reviews .review-item .review-body {
    display: table-row; }
    .reviews .review-item .review-body .review-col-l {
      display: table-cell;
      width: 100px;
      padding: 10px 10px 10px 0; }
      @media (min-width: 768px) {
        .reviews .review-item .review-body .review-col-l {
          padding: 10px 10px 10px 0; } }
    .reviews .review-item .review-body .review-col-r {
      display: table-cell;
      width: 100%; }
  .reviews .review-item .metric {
    background-color: #fff;
    padding-bottom: 10px; }
    .reviews .review-item .metric.text.first {
      padding-top: 15px; }
    @media (min-width: 768px) {
      .reviews .review-item .metric {
        padding-bottom: 17px; }
        .reviews .review-item .metric.text.first {
          padding-top: 25px; } }
    .reviews .review-item .metric .header {
      padding-top: 3px;
      padding-right: .4em;
      font-size: 13px;
      color: #333333;
      font-weight: 500;
      text-transform: none;
      text-align: left; }
    .reviews .review-item .metric .comment {
      font-size: 12px;
      color: #333333;
      font-weight: normal;
      line-height: 1.1;
      padding-top: 2px; }
      @media (min-width: 768px) {
        .reviews .review-item .metric .comment {
          font-size: 13px;
          line-height: 1.1;
          padding-right: 10px; } }
  .reviews .review-item .shop-reply-wrap {
    height: auto;
    display: table;
    padding: 0 15px 15px; }
  .reviews .review-item .shop-reply-body {
    position: relative;
    background-color: #efefef;
    width: 100%;
    padding: 15px;
    color: #000;
    font-size: 12px; }
    .reviews .review-item .shop-reply-body::after {
      bottom: 100%;
      left: 80px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(239, 239, 239, 0);
      border-bottom-color: #EFEFEF;
      border-width: 10px;
      margin-left: -10px; }
  .reviews .review-item .shop-reply-heading {
    font-weight: bold;
    font-size: 12px;
    margin-top: 0;
    color: #000; }
  .reviews .review-item .shop-reply-date {
    font-weight: normal;
    color: #333333; }
  .reviews .review-item hr {
    border-style: dotted;
    border-color: #9d9d9d;
    margin: 0 15px;
    display: block; }
  .reviews .review-item .footer {
    padding: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    display: table;
    width: 100%;
    /* @media(min-width: $screen-md-min) {
		padding-left: 65px;
	  }*/
    /*
	  .share-menu-wrapper{
		margin: 0;
		padding: .5em 0;
		line-height: 1;	}
  /*
	  .btn-alt-share{
		margin:0;
		padding:0;
		//height: 25px;
		vertical-align: middle;
		display: table-cell;
	  }
  .share-btns{
	display:table;
	vertical-align:middle;
	margin:0;
	padding:0;
	li{
	  display:inline-block;
	  vertical-align:middle;
	  margin:0;
	}
	li+li{
	  margin-left:.2em;
	}
	a{
	  //position:relative;
	}
	  }*/ }
    .reviews .review-item .footer .footer-wrap {
      display: table;
      width: 100%; }
      @media (min-width: 992px) {
        .reviews .review-item .footer .footer-wrap {
          padding-left: 65px; } }
    .reviews .review-item .footer .alt-metrics {
      display: table-cell;
      border-right: 10px solid transparent;
      vertical-align: middle;
      padding: 0;
      min-width: 150px; }
      @media (max-width: 767px) {
        .reviews .review-item .footer .alt-metrics {
          display: block;
          padding: 10px 0 0 45px; } }
      .reviews .review-item .footer .alt-metrics .header,
      .reviews .review-item .footer .alt-metrics .comment {
        font-size: 13px;
        display: inline;
        text-transform: none;
        color: #333333; }
      .reviews .review-item .footer .alt-metrics .header {
        font-weight: 500;
        padding: 0 .3em 0 0; }
      .reviews .review-item .footer .alt-metrics .comment {
        padding: 0 2em 0 0; }
    .reviews .review-item .footer .shop-reply-wrap {
      height: auto;
      display: table;
      width: 100%;
      padding: 15px 0; }
    .reviews .review-item .footer .shop-reply-body {
      display: table-cell;
      position: relative;
      background-color: #efefef;
      width: 100%;
      padding: 15px;
      color: #000;
      font-size: 12px; }
  .reviews .review-item .rating {
    font-size: .6809em;
    white-space: nowrap;
    padding-top: 2px; }
    @media (min-width: 768px) {
      .reviews .review-item .rating {
        font-size: .890em; } }
    .reviews .review-item .rating .icon-cw-circle {
      display: inline-block;
      line-height: 1.1 !important;
      position: relative;
      color: #00A5DB; }
      .reviews .review-item .rating .icon-cw-circle::before, .reviews .review-item .rating .icon-cw-circle::after {
        padding-left: 1px !important; }
      @media (min-width: 768px) {
        .reviews .review-item .rating .icon-cw-circle {
          margin-right: 1px; } }
      .reviews .review-item .rating .icon-cw-circle.gray {
        color: #cccccc; }
      .reviews .review-item .rating .icon-cw-circle.half::before {
        display: inline-block;
        content: "\e93a";
        color: #cccccc; }
      .reviews .review-item .rating .icon-cw-circle.half::after {
        content: "\e93a";
        position: absolute;
        width: 60%;
        top: 0;
        left: 0;
        overflow: hidden;
        display: inline-block; }
        @media (min-width: 768px) {
          .reviews .review-item .rating .icon-cw-circle.half::after {
            width: 55%; } }
  .reviews .review-item .recommend-me {
    margin: 0;
    padding: 0;
    z-index: 5;
    display: block;
    position: absolute;
    bottom: 0;
    -webkit-transform: translate(-20%, 48%);
            transform: translate(-20%, 48%);
    right: 0;
    width: 45px;
    height: 45px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .reviews .review-item .recommend-me {
        width: 60px;
        height: 60px; } }
    @media (min-width: 1200px) {
      .reviews .review-item .recommend-me {
        width: 70px;
        height: 70px; } }
    .reviews .review-item .recommend-me span {
      width: 100%;
      height: 100%;
      display: block; }
      .reviews .review-item .recommend-me span::before {
        content: url("/consumer-resources/images/icons/recommends.svg");
        width: 100%;
        height: 100%; }

.stars {
  display: inline; }

.icon-cw-rating-star {
  vertical-align: baseline;
  color: #3EB600;
  position: relative;
  font-size: 18px;
  text-shadow: 0 0 0 #3EB600; }
  @media (min-width: 768px) {
    .icon-cw-rating-star {
      font-size: 21px; } }
  .icon-cw-rating-star.empty {
    text-shadow: 0 0 1px #000 !important;
    color: #9d9d9d; }
  .icon-cw-rating-star.frac {
    text-shadow: 0 0 1px #000 !important; }
    .icon-cw-rating-star.frac::before {
      color: #9d9d9d; }
    .icon-cw-rating-star.frac::after {
      content: "\e907";
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden; }

.rating-value {
  padding: 0 .3em;
  color: #3EB600;
  font-size: 16px;
  display: inline;
  vertical-align: baseline;
  line-height: 1; }
  @media (min-width: 768px) {
    .rating-value {
      font-size: 18px; } }

.review-count {
  display: inline;
  vertical-align: baseline;
  color: #ccc;
  font-weight: 300;
  font-size: 16px;
  line-height: 1; }

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

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }
  .modal-backdrop:hover {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkmAkAAJ8AmzsOXcYAAAAASUVORK5CYII=");
    background: rgba(0, 0, 0, 0.6); }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  /* Momentum Scrolling for iOS doesn’t work on iframes. However, if you wrap the iframe in a container and put the -webkit-overflow-scrolling: touch and overflow-y: scroll on that, it should work.
  See this Codepen:
  http://codepen.io/kristiegiles/pen/WveNaX?editors=110 */
  -webkit-overflow-scrolling: touch;
  padding: 0;
  outline: 0;
  width: 100%;
  height: 100%; }
  .modal > button.close {
    position: fixed;
    display: table-cell;
    vertical-align: middle;
    right: 0;
    top: 0;
    border: 1px solid #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'  preserveAspectRatio='xMidYMid meet' pointer-events='none' display='block'%3E%3Cpath d='M2.2 0c.6 0 1.2.2 1.6.7l8.2 8 8.2-8c.8-1 2.3-1 3 0 1 .8 1 2.2 0 3l-8 8.3 8 8c1 1 1 2.4 0 3.3-.7 1-2.2 1-3 0L12 15l-8.2 8.3c-.8 1-2.3 1-3 0-1-1-1-2.3 0-3.2l8-8-8-8c-1-1-1-2.3 0-3C1 0 1.8 0 2 0z'/%3E%3C/svg%3E"); }
    .modal > button.close span {
      color: #fff;
      line-height: .9;
      height: 40px;
      width: 40px;
      font-size: 40px;
      display: inline-block;
      vertical-align: middle; }
  .modal.alt-style > button.close {
    display: none; }
  .modal.alt-style .modal-header {
    display: block;
    padding: 0;
    height: 0;
    line-height: 0; }
    .modal.alt-style .modal-header .close {
      display: none; }
      @media (min-width: 768px) {
        .modal.alt-style .modal-header .close {
          display: block;
          position: absolute;
          top: -20px;
          right: -20px;
          width: 20px;
          height: 20px;
          margin: auto;
          color: #fff;
          -webkit-transform: none;
                  transform: none;
          opacity: 1; }
          .modal.alt-style .modal-header .close svg {
            fill: currentColor; } }
  .modal.scheduling-modal .modal-header h1 {
    display: none; }
  .modal.scheduling-modal .modal-body {
    overflow: hidden; }
    @media (max-width: 767px) {
      .modal.scheduling-modal .modal-body {
        overflow-y: auto; } }

.modal-dialog {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .modal-dialog {
      margin-top: 3em;
      max-width: 1000px; } }

.modal-content {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #999;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }
  .modal-content.iframe {
    border: 0; }
  .modal-content iframe {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: scroll;
    display: block; }

.modal-header {
  position: relative;
  display: table;
  width: 100%;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  padding: 3px 10px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }
  .modal-header .close {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-56%);
            transform: translateY(-56%); }

.modal-title {
  margin: 0;
  line-height: 1.42857;
  font-size: 18px !important;
  font-weight: 500 !important;
  padding: 12px 0; }

.modal-body {
  position: relative;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  height: 100%; }

.modal-footer {
  padding: 1em;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: right;
  border: 0;
  -webkit-box-shadow: 0 -1px 18px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 -1px 18px -5px rgba(0, 0, 0, 0.5); }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-contact-shop {
  width: auto;
  height: auto;
  max-width: 800px;
  min-height: 300px;
  min-width: auto; }

.modal-sm {
  width: 100%;
  height: 100%; }
  @media (min-width: 768px) {
    .modal-sm {
      width: 480px;
      height: 320px; } }

.modal-md {
  width: 100%;
  height: 100%; }
  @media (min-width: 768px) {
    .modal-md {
      min-width: 768px;
      max-width: 1000px;
      height: 600px;
      max-height: 600px; } }

.modal-lg {
  width: 100%;
  height: 100%; }
  @media (min-width: 768px) {
    .modal-lg {
      min-width: 1000px;
      max-width: 1200px;
      height: 800px; } }

/*
.scheduling-modal {
  .modal-header {
    h1 {
      display: none;
    }
  }
  .modal-body {
    overflow: hidden;
    @media(max-width: $grid-float-breakpoint-max) {
      overflow-y: auto;
    }
  }
}*/
.cookie-policy {
  color: #fff;
  font-size: 12px;
  position: fixed;
  margin: 0 auto;
  top: auto;
  right: 0;
  bottom: -150px;
  left: 0;
  background-color: rgba(51, 51, 51, 0.9);
  -webkit-transition: all 1000ms cubic-bezier(0.32, 1, 0.23, 1) 0ms;
  transition: all 1000ms cubic-bezier(0.32, 1, 0.23, 1) 0ms;
  padding: 16px 16px 12px;
  line-height: 1;
  opacity: 1;
  z-index: 6;
  /* a generic way to visually hide content while remaining accessible to screen readers (h5bp.com) */
  /*.sr-only {

    clip: rect(0 0 0 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px;
  }*/ }
  .cookie-policy .content {
    text-align: left;
    position: relative;
    color: #fff;
    font-size: 12px;
    width: 100%;
    margin: 0 auto;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    line-height: 1; }
    .cookie-policy .content h1 {
      text-align: left;
      color: #fff !important;
      font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif !important;
      font-weight: normal !important;
      font-size: 12px !important;
      text-transform: uppercase;
      margin: 0;
      padding: 0;
      line-height: 1; }
    .cookie-policy .content p {
      text-align: left;
      text-shadow: none;
      /* with the line-spacing, we need top padding of 9px to get 16 px of space between the heading and first line of text */
      font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif !important;
      font-weight: normal;
      color: #fff;
      padding: 9px 16px 0 0;
      line-height: 1.7;
      font-size: 12px; }
      @media (max-width: 767px) {
        .cookie-policy .content p {
          font-size: 11px; } }
    .cookie-policy .content a {
      font-weight: 500;
      color: #fff;
      text-decoration: underline; }
  .cookie-policy .close {
    font-size: 30px;
    color: #fff;
    text-shadow: none;
    font-weight: 200;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 8px;
    right: 16px;
    bottom: auto;
    left: auto;
    text-align: right;
    opacity: 1;
    line-height: 22px;
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8); }

.page-count {
  margin: 19px 0;
  color: #333333; }
  @media (max-width: 767px) {
    .page-count {
      margin: 25px auto;
      width: 100px;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      text-align: center; } }

.review-pagination {
  margin: 12px -1px 0 -1px;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc; }

.pagination {
  margin: 12px 0; }

ul.pagination li,
ul.pagination li > a {
  border-radius: 0 !important;
  display: inline-block;
  background-color: #f6f6f6;
  color: #2980b9;
  border: 0;
  margin-left: 3px; }

ul.pagination a {
  width: auto;
  min-width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1.5; }
  ul.pagination a > span.next {
    top: 2px;
    left: -1px; }
  ul.pagination a > span.previous {
    top: 2px;
    left: -1px; }

ul.pagination .elipsis {
  background-color: #ffffff; }
  ul.pagination .elipsis a {
    border: 0;
    background: #fff;
    color: #333;
    cursor: none;
    width: 10px;
    min-width: 10px;
    padding: 0; }
    ul.pagination .elipsis a:hover {
      background: #fff;
      color: #333; }
    ul.pagination .elipsis a:before {
      background: #fff; }

.pager li > a,
.pager li > span {
  border-radius: 0;
  width: 100px;
  color: #fff;
  background: #2980b9; }

.pager .disabled span,
.pagination .disabled span {
  cursor: default; }

@media (max-width: 767px) {
  .sidebar {
    padding: 0; } }

.sidebar > .row h1,
.sidebar > .row h2,
.sidebar > .row h3,
.sidebar > .row h4 {
  padding: 0;
  font-size: 14px;
  text-align: left; }

.sidebar > .row h2 {
  font-size: 16px; }

.sidebar > .row .logo {
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 80px;
  border: 4px solid transparent; }
  .sidebar > .row .logo a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top; }
    .ie8 .sidebar > .row .logo a,
    .ie9 .sidebar > .row .logo a,
    .ie10 .sidebar > .row .logo a,
    .ie11 .sidebar > .row .logo a {
      height: 73px;
      background-position: top; }

.sidebar > .row li {
  margin: 0;
  margin-top: 9px; }
  .sidebar > .row li:first-child {
    margin-top: 0; }
  .sidebar > .row li h2,
  .sidebar > .row li h3 {
    font-size: 14px;
    line-height: 1.1; }
  .sidebar > .row li h2 {
    padding-bottom: 6px; }

.sidebar > .row .header {
  width: 100%;
  padding: .5em 0;
  display: table; }
  .sidebar > .row .header > h2 {
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    padding: 0; }
    .sidebar > .row .header > h2.icon {
      display: table-cell;
      width: 100%;
      padding: 0; }

.sidebar > .row h3 {
  text-transform: none;
  font-size: 14px;
  color: #00A5DB;
  font-weight: 500; }

.sidebar > .row p {
  font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
  font-size: 14px;
  padding: 0 0 6px; }

.sidebar > .row .social.row {
  height: 154px; }

.sidebar > .row + .row {
  padding-top: 1em; }

.sidebar aside.callout-box {
  border: 1px solid #ebebeb;
  padding: 16px;
  font-size: 14px !important; }
  @media (max-width: 767px) {
    .sidebar aside.callout-box {
      text-align: center; } }
  .sidebar aside.callout-box h2 {
    padding: 0;
    font-size: 16px !important; }
  .sidebar aside.callout-box p {
    padding: 8px 0 16px;
    text-align: left; }

.sidebar .btn {
  margin: 3px 0 0;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 1px 1px rgba(50, 50, 50, 0.75) !important;
          box-shadow: 0 1px 1px rgba(50, 50, 50, 0.75) !important;
  padding: .5em .8em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  white-space: nowrap;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  letter-spacing: .3px; }

.sidebar .blog aside {
  padding: 0 0 .4em;
  display: table; }
  .sidebar .blog aside img {
    width: 90%;
    padding: 0;
    display: table-cell;
    vertical-align: middle; }
    .ie9 .sidebar .blog aside img {
      width: 45%; }
  .sidebar .blog aside h3,
  .sidebar .blog aside p {
    font-size: 12px !important;
    color: #666666; }
  .sidebar .blog aside p {
    margin-top: 9px; }
  .sidebar .blog aside h3 {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    color: #2980b9 !important;
    font-size: 13px !important; }
    .sidebar .blog aside h3 span.date {
      font-size: 12px;
      color: #9d9d9d;
      line-height: 1;
      display: block;
      margin-top: 6px; }

.sidebar .blog .first aside img {
  width: 100%;
  display: block;
  padding-bottom: .5em; }

.sidebar .blog .first aside h3 span.date {
  margin-top: 9px; }

.sidebar .blog .first aside h3,
.sidebar .blog .first aside p {
  font-size: 14px !important;
  display: block;
  padding: .1em;
  width: 100%; }

.sidebar .nearby-shops h2 {
  font-size: 16px !important;
  padding-bottom: 6px; }
  .sidebar .nearby-shops h2 a {
    font-size: 14px; }

.sidebar .nearby-shops .no-reviews {
  font-size: 11px; }

.sidebar .nearby-shops li {
  border: 1px solid #ebebeb;
  border-bottom: 0;
  padding: .5em 0;
  margin-top: 0; }
  .sidebar .nearby-shops li:last-child {
    border-bottom: 1px solid #ebebeb; }

.sidebar .nearby-shops address {
  margin-top: 3px;
  margin-bottom: 0;
  font-size: 12px; }

.sidebar .nearby-shops .view-more {
  font-size: 11px; }

.sidebar .icon-cw-rating-star,
.sidebar .rating-value {
  font-size: 16px; }

.sidebar .review-count {
  margin-top: 6px;
  font-size: 12px;
  vertical-align: text-top;
  color: #9d9d9d;
  display: block; }
  .sidebar .review-count.no-rating {
    font-size: 14px;
    margin-top: 0; }

.sidebar .icon-cw-100-percent-real,
.sidebar .icon-cw-reviews,
.sidebar .icon-cw-garage-car,
.sidebar .icon-cw-question-mark {
  display: table-cell; }
  .ie8 .sidebar .icon-cw-100-percent-real,
  .ie9 .sidebar .icon-cw-100-percent-real,
  .ie10 .sidebar .icon-cw-100-percent-real,
  .ie11 .sidebar .icon-cw-100-percent-real, .ie8
  .sidebar .icon-cw-reviews,
  .ie9
  .sidebar .icon-cw-reviews,
  .ie10
  .sidebar .icon-cw-reviews,
  .ie11
  .sidebar .icon-cw-reviews, .ie8
  .sidebar .icon-cw-garage-car,
  .ie9
  .sidebar .icon-cw-garage-car,
  .ie10
  .sidebar .icon-cw-garage-car,
  .ie11
  .sidebar .icon-cw-garage-car, .ie8
  .sidebar .icon-cw-question-mark,
  .ie9
  .sidebar .icon-cw-question-mark,
  .ie10
  .sidebar .icon-cw-question-mark,
  .ie11
  .sidebar .icon-cw-question-mark {
    display: block; }
  .sidebar .icon-cw-100-percent-real::before,
  .sidebar .icon-cw-reviews::before,
  .sidebar .icon-cw-garage-car::before,
  .sidebar .icon-cw-question-mark::before {
    width: 42px !important;
    height: 40px !important;
    font-size: 40px;
    display: table;
    text-align: center;
    color: #666666;
    border: 1px solid #9d9d9d;
    margin-right: 7px;
    padding: 0; }
    .ie8 .sidebar .icon-cw-100-percent-real::before,
    .ie9 .sidebar .icon-cw-100-percent-real::before,
    .ie10 .sidebar .icon-cw-100-percent-real::before,
    .ie11 .sidebar .icon-cw-100-percent-real::before, .ie8
    .sidebar .icon-cw-reviews::before,
    .ie9
    .sidebar .icon-cw-reviews::before,
    .ie10
    .sidebar .icon-cw-reviews::before,
    .ie11
    .sidebar .icon-cw-reviews::before, .ie8
    .sidebar .icon-cw-garage-car::before,
    .ie9
    .sidebar .icon-cw-garage-car::before,
    .ie10
    .sidebar .icon-cw-garage-car::before,
    .ie11
    .sidebar .icon-cw-garage-car::before, .ie8
    .sidebar .icon-cw-question-mark::before,
    .ie9
    .sidebar .icon-cw-question-mark::before,
    .ie10
    .sidebar .icon-cw-question-mark::before,
    .ie11
    .sidebar .icon-cw-question-mark::before {
      display: inline;
      padding: 0 6px; }

.sidebar .icon-cw-question-mark {
  display: block;
  width: 42px;
  height: 40px;
  margin-right: 10px; }
  .ie8 .sidebar .icon-cw-question-mark,
  .ie9 .sidebar .icon-cw-question-mark,
  .ie10 .sidebar .icon-cw-question-mark,
  .ie11 .sidebar .icon-cw-question-mark {
    display: table; }
  .sidebar .icon-cw-question-mark::before {
    display: table-cell;
    font-size: 22px;
    vertical-align: middle; }
    .ie8 .sidebar .icon-cw-question-mark::before,
    .ie9 .sidebar .icon-cw-question-mark::before,
    .ie10 .sidebar .icon-cw-question-mark::before,
    .ie11 .sidebar .icon-cw-question-mark::before {
      display: table-cell;
      padding: 0 6px; }

.sidebar .icon-cw-100-percent-real::before {
  font-size: 50px;
  color: #FC9B01;
  border: 0; }

.sidebar .icon-cw-question {
  font-size: 21px;
  border: 1px solid #cccccc;
  padding: 1px 6px;
  margin-right: 7px;
  font-family: "Roboto Condensed", "Arial Narrow", HelveticaNeueCondensed, HelveticaNeue-Condensed, "Helvetica Neue Condensed", Tahoma, Arial, "San Serif", sans-serif !important;
  color: #666666;
  font-weight: 600; }

.sidebar .nearby-shops .shop {
  padding-bottom: .5em; }

.sidebar .nearby-shops .info {
  display: table-cell;
  padding: 4px 0 0 0;
  vertical-align: top; }

.sidebar .nearby-shops h2 {
  font-size: 14px; }
  @media (min-width: 1200px) {
    .sidebar .nearby-shops h2 {
      font-size: 16px; } }

.nearby-shops h2 {
  text-align: left; }
  .nearby-shops h2.heading {
    padding: 0; }
    @media (max-width: 767px) {
      .nearby-shops h2.heading::after {
        height: 1px;
        background: #ebebeb;
        content: "";
        display: table;
        width: 100%;
        margin-top: 12px;
        margin-bottom: 12px; } }

@media (max-width: 767px) {
  .nearby-shops .facility::after {
    height: 1px;
    background: #ebebeb;
    content: "";
    display: table;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px; } }

.nearby-shops .facility:first-child {
  border-bottom: 0; }

.nearby-shops .facility a {
  overflow: auto;
  display: block; }

@media (min-width: 768px) {
  .nearby-shops .facility {
    border: 0;
    padding: 8px; }
    .nearby-shops .facility a {
      overflow: hidden; } }

.nearby-shops .review-count {
  display: block;
  color: #666666; }

.nearby-shops .shop-logo {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 87px;
  background-color: #fff !important;
  border: 4px solid transparent;
  height: 73px;
  background: transparent no-repeat center center;
  background-size: contain;
  position: relative; }
  @media (min-width: 768px) {
    .nearby-shops .shop-logo {
      border: 1px solid #ebebeb;
      height: 100px;
      min-height: 100px;
      color: #ebebeb;
      text-align: center;
      display: block;
      width: auto;
      padding: 6px; } }

.nearby-shops .shop-description {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  min-height: 73px;
  margin-left: 6px; }
  .nearby-shops .shop-description h2 {
    font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
    font-size: 16px;
    line-height: 1;
    padding: 0;
    margin: 0;
    margin-bottom: 6px; }
  .nearby-shops .shop-description address {
    padding: 0;
    margin: 0;
    margin-top: 3px;
    color: #9d9d9d; }
    @media (min-width: 768px) {
      .nearby-shops .shop-description address {
        display: block; } }
  .nearby-shops .shop-description .review-count {
    font-size: 12px;
    color: #333333; }
  .nearby-shops .shop-description p.distance {
    font-size: 12px;
    color: #9d9d9d;
    padding: 0; }
  .nearby-shops .shop-description span {
    font-size: 14px !important; }
    .nearby-shops .shop-description span.notrated {
      color: #9d9d9d; }
  @media (min-width: 768px) {
    .nearby-shops .shop-description {
      margin-left: 0;
      line-height: 1.8;
      width: 100%;
      white-space: nowrap;
      padding: .7em;
      border: 1px solid #ebebeb;
      border-top: 0;
      height: 130px;
      background: #f7f7f7; } }

@media (min-width: 768px) {
  .nearby-shops .shop-logo {
    border: 8px solid transparent;
    outline: 1px solid #ebebeb;
    outline-offset: -1px; } }

.shop-contact-form,
#contact-screen {
  padding: 1em; }
  .shop-contact-form .alert-background,
  #contact-screen .alert-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: visible;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: gray;
    background: transparent;
    background: rgba(0, 0, 0, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000,endColorstr=#80000000)";
    zoom: 1; }
    .shop-contact-form .alert-background:nth-child(n),
    #contact-screen .alert-background:nth-child(n) {
      -webkit-filter: none;
              filter: none; }
  .shop-contact-form .alert,
  #contact-screen .alert {
    position: relative;
    top: 50%;
    z-index: 10001;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0 20px; }
    @media (min-width: 768px) {
      .shop-contact-form .alert,
      #contact-screen .alert {
        max-width: 500px;
        margin: auto; } }
    .shop-contact-form .alert ul,
    #contact-screen .alert ul {
      padding: 1em;
      list-style-type: none; }
    .shop-contact-form .alert h3,
    #contact-screen .alert h3 {
      color: inherit;
      padding: 0;
      margin-bottom: 3px;
      font-size: 16px;
      font-weight: 500;
      text-transform: none; }
    .shop-contact-form .alert p,
    #contact-screen .alert p {
      padding: 0;
      margin-top: 0; }
  .shop-contact-form .btn,
  #contact-screen .btn {
    font-size: 15px; }
  .shop-contact-form input[type="radio"],
  #contact-screen input[type="radio"] {
    display: inline;
    vertical-align: middle;
    margin: -2px .2em 0 0; }
  .shop-contact-form .counter,
  #contact-screen .counter {
    padding-left: .4em; }
  .shop-contact-form h2,
  #contact-screen h2 {
    font-size: 14px;
    font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
    color: #333333;
    font-weight: 500;
    text-align: left; }
  .shop-contact-form label,
  #contact-screen label {
    color: #333333; }
  .shop-contact-form .form-control,
  #contact-screen .form-control {
    border: 1px solid #cecece !important;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px; }
  .shop-contact-form .ui-widget-content,
  #contact-screen .ui-widget-content {
    background: #fff;
    color: #333; }
  .shop-contact-form .ui-menu .ui-menu-item,
  .shop-contact-form .ui-menu .ui-menu-item a,
  #contact-screen .ui-menu .ui-menu-item,
  #contact-screen .ui-menu .ui-menu-item a {
    display: block;
    margin: 0;
    min-height: 0;
    font-size: 16px;
    line-height: 16px !important;
    padding: 12px 9px !important;
    height: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    border: 0px !important;
    border-bottom: 1px solid #eee !important;
    border-radius: 0px !important;
    list-style-image: none;
    color: #666;
    outline: 0;
    font-family: 'Roboto', sans-serif;
    min-height: 0; }
  .shop-contact-form .ui-autocomplete,
  #contact-screen .ui-autocomplete {
    z-index: 9999;
    border: 1px solid #cecece !important;
    border-top: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    max-height: 200px !important;
    overflow-y: auto !important; }
  .shop-contact-form .ui-autocomplete li:hover,
  .shop-contact-form .ui-autocomplete li a:hover,
  .shop-contact-form .ui-autocomplete li:focus,
  .shop-contact-form .ui-autocomplete li a:focus,
  .shop-contact-form .ui-autocomplete .ui-menu-item .ui-state-focus,
  .shop-contact-form .ui-autocomplete .ui-menu-item.ui-state-focus,
  #contact-screen .ui-autocomplete li:hover,
  #contact-screen .ui-autocomplete li a:hover,
  #contact-screen .ui-autocomplete li:focus,
  #contact-screen .ui-autocomplete li a:focus,
  #contact-screen .ui-autocomplete .ui-menu-item .ui-state-focus,
  #contact-screen .ui-autocomplete .ui-menu-item.ui-state-focus {
    background: #eee;
    border-radius: 0px !important;
    margin: 0;
    font-size: 16px;
    line-height: 16px !important;
    padding: 12px 9px !important;
    height: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #666;
    outline: 0;
    border: 1px solid #cecece !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important; }
  .shop-contact-form textarea.form-control,
  #contact-screen textarea.form-control {
    height: 140px; }
  .shop-contact-form div.form-group,
  #contact-screen div.form-group {
    margin-top: 6px; }
    @media (min-width: 768px) {
      .shop-contact-form div.form-group,
      #contact-screen div.form-group {
        margin-top: 0; } }
    .shop-contact-form div.form-group div + div,
    #contact-screen div.form-group div + div {
      margin-top: 6px; }
      @media (min-width: 768px) {
        .shop-contact-form div.form-group div + div,
        #contact-screen div.form-group div + div {
          margin-top: 0; } }
    .shop-contact-form div.form-group .radio-container,
    #contact-screen div.form-group .radio-container {
      margin-top: 0; }
    .shop-contact-form div.form-group h2,
    #contact-screen div.form-group h2 {
      padding-bottom: 6px; }

/**
* For now, we will  import page-specific styles directly into the main css. As more pages are refactored
* we may want to move the page-specific css into a separate build.
*/
/* common landing page styles */
.landing-page {
  /*section .container,
section.container{
  padding-top: 55px;
  padding-bottom: 55px;
  @media (min-width: $grid-float-breakpoint) {
    padding-top: 72px;
    padding-bottom: 72px;

  }
}*/ }
  .landing-page #hero > .row {
    -webkit-transition: width 600ms, height 600ms;
    transition: width 600ms, height 600ms;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    background-size: cover;
    background-position: center 0;
    background-repeat: no-repeat;
    height: 75vm;
    height: 75vmin; }
    @media (max-width: 320px) {
      .landing-page #hero > .row {
        height: 310px !important; } }
    @media (max-width: 480px) {
      .landing-page #hero > .row {
        height: 370px; } }
    @media (min-width: 480px) {
      .landing-page #hero > .row {
        background-size: cover; } }
    @media (min-width: 768px) {
      .landing-page #hero > .row {
        height: 75vm;
        height: 75vmin; } }
    @media (min-width: 1200px) {
      .landing-page #hero > .row {
        height: 88vm;
        height: 88vmin;
        min-height: 600px;
        background-size: cover; } }
    @media (min-width: 768px) and (max-height: 500px) {
      .landing-page #hero > .row {
        background-position: center 50%;
        min-height: 400px; } }
  .landing-page .container-fluid .cms,
  .landing-page .container .cms {
    font-size: 12px;
    color: #00A5DB;
    padding-top: 12px;
    text-align: center; }
    @media (min-width: 768px) {
      .landing-page .container-fluid .cms,
      .landing-page .container .cms {
        padding-bottom: 10px;
        padding-left: 6px;
        font-size: 14px;
        text-align: left; } }
  .landing-page .container-fluid .notification,
  .landing-page .container .notification {
    font-size: 12px;
    color: #00A5DB;
    padding-top: 12px;
    text-align: center; }
    @media (min-width: 768px) {
      .landing-page .container-fluid .notification,
      .landing-page .container .notification {
        font-size: 14px;
        text-align: left;
        padding-bottom: 16px; } }
  .landing-page .container-fluid p,
  .landing-page .container p {
    font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
    line-height: 1.5;
    font-weight: 300;
    color: #666666;
    font-size: 18px; }
    @media (min-width: 768px) {
      .landing-page .container-fluid p,
      .landing-page .container p {
        font-size: 18px; } }
    @media (min-width: 1200px) {
      .landing-page .container-fluid p,
      .landing-page .container p {
        font-size: 20px; } }
  .landing-page section.map {
    position: relative;
    z-index: 0;
    font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
    font-weight: 300;
    background: #4d4d4d;
    background: transparent;
    background: rgba(0, 0, 0, 0.7);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3000000,endColorstr=#B3000000)";
    zoom: 1; }
    .landing-page section.map .map-content {
      display: block;
      width: 100%;
      height: 240px;
      cursor: pointer;
      z-index: 1; }
      @media (min-width: 768px) {
        .landing-page section.map .map-content {
          padding: 0 10px 0 0;
          height: 300px; } }
    @media (min-width: 768px) {
      .landing-page section.map h2 {
        text-align: left;
        margin: 0;
        line-height: 1.1; } }
    .landing-page section.map ul {
      list-style-position: outside;
      font-size: 18px;
      padding: 24px 0 0 17px;
      margin: 0;
      color: #666666; }
    .landing-page section.map .cms:before {
      font-family: "Roboto Condensed", "Arial Narrow", HelveticaNeueCondensed, HelveticaNeue-Condensed, "Helvetica Neue Condensed", Tahoma, Arial, "San Serif", sans-serif;
      font-weight: 400;
      display: block;
      color: #00A5DB;
      content: "* Coming soon.";
      text-align: center;
      padding: 1.5em 0 2.4em 0; }
      @media (min-width: 768px) {
        .landing-page section.map .cms:before {
          text-align: left;
          padding: 1.5em 0 0 .4em; } }
    .landing-page section.map .cms:after {
      display: block;
      content: " "; }
    .landing-page section.map .btn {
      margin: 0 auto;
      font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
      -webkit-box-shadow: 0 1px 1px rgba(50, 50, 50, 0.75) !important;
              box-shadow: 0 1px 1px rgba(50, 50, 50, 0.75) !important;
      font-size: 16px;
      padding: 12px;
      font-weight: 500;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .landing-page section.map .btn {
          float: right;
          font-size: 18px;
          font-weight: 500;
          margin-top: 24px;
          padding: 12px;
          position: relative;
          display: inline-block; } }
    .landing-page section.map:nth-child(n) {
      -webkit-filter: none;
              filter: none; }
    .landing-page section.map.big-map .container-fluid {
      padding: 0; }
    .landing-page section.map.big-map .map-content {
      margin: 0;
      padding: 0; }
      @media (min-width: 768px) {
        .landing-page section.map.big-map .map-content {
          height: 400px; } }
    .landing-page section.map.big-map .map-overlay {
      position: relative;
      top: 0;
      right: 0;
      bottom: auto;
      left: auto;
      padding: 2em;
      background: none; }
      @media (max-width: 480px) {
        .landing-page section.map.big-map .map-overlay .btn-container {
          position: relative;
          top: auto;
          right: 0;
          bottom: 0;
          left: 0; }
          .landing-page section.map.big-map .map-overlay .btn-container a {
            font-size: 16px; } }
      @media (min-width: 768px) {
        .landing-page section.map.big-map .map-overlay {
          position: absolute;
          width: 50%;
          display: block;
          margin: 24px;
          bottom: auto;
          background: #4d4d4d;
          background: transparent;
          background: rgba(0, 0, 0, 0.7);
          -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3000000,endColorstr=#B3000000)";
          zoom: 1; }
          .landing-page section.map.big-map .map-overlay:nth-child(n) {
            -webkit-filter: none;
                    filter: none; } }
    .landing-page section.map .search-summary-heading {
      text-align: center;
      color: #fff;
      margin-bottom: 24px;
      padding: 0; }
    .landing-page section.map .hide-map .map-content {
      display: none; }
    .landing-page section.map .hide-map .map-overlay {
      position: relative;
      width: 100%;
      background: none;
      padding: 1em;
      text-align: center; }
    .landing-page section.map .btn-container {
      text-align: center;
      margin: .75em auto;
      float: none;
      width: 100%; }
      .landing-page section.map .btn-container a {
        float: none;
        font-size: 20px; }
  .landing-page section.blog,
  .landing-page .blog.container,
  .landing-page .blog.container-fluid {
    margin-bottom: 0; }
    .landing-page section.blog p,
    .landing-page .blog.container p,
    .landing-page .blog.container-fluid p {
      font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
      font-weight: 400;
      font-size: 12px; }
      @media (min-width: 768px) {
        .landing-page section.blog p,
        .landing-page .blog.container p,
        .landing-page .blog.container-fluid p {
          font-size: 14px; } }
    .landing-page section.blog .article,
    .landing-page .blog.container .article,
    .landing-page .blog.container-fluid .article {
      border: 1px solid #dddddd;
      background: #fff;
      min-height: 355px;
      max-height: 355px;
      overflow: hidden;
      padding: 6px; }
      .landing-page section.blog .article:hover,
      .landing-page .blog.container .article:hover,
      .landing-page .blog.container-fluid .article:hover {
        -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
                box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
        -webkit-transition: -webkit-box-shadow 100ms ease-out;
        transition: -webkit-box-shadow 100ms ease-out;
        transition: box-shadow 100ms ease-out;
        transition: box-shadow 100ms ease-out, -webkit-box-shadow 100ms ease-out; }
      .landing-page section.blog .article > img,
      .landing-page .blog.container .article > img,
      .landing-page .blog.container-fluid .article > img {
        padding-bottom: 6px; }
    .landing-page section.blog .article-header,
    .landing-page .blog.container .article-header,
    .landing-page .blog.container-fluid .article-header {
      line-height: 1.0;
      display: table-row;
      vertical-align: middle;
      width: 100%;
      margin: 0;
      padding: 0; }
    .landing-page section.blog .title,
    .landing-page .blog.container .title,
    .landing-page .blog.container-fluid .title {
      font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
      display: table-cell;
      vertical-align: middle;
      width: 100%;
      margin: 0;
      padding: 0;
      font-size: 12px;
      color: #00a5db;
      text-align: left;
      text-transform: none;
      font-weight: 500; }
      @media (min-width: 768px) {
        .landing-page section.blog .title,
        .landing-page .blog.container .title,
        .landing-page .blog.container-fluid .title {
          font-size: 15px; } }
    .landing-page section.blog .date,
    .landing-page .blog.container .date,
    .landing-page .blog.container-fluid .date {
      margin: 0 0 0 .8em;
      padding: .3em;
      background: #ebebeb;
      font-size: 15px;
      color: #666;
      display: block;
      text-align: right;
      line-height: 1.4;
      width: 3.3em;
      height: 3.3em; }
      .landing-page section.blog .date > .day,
      .landing-page .blog.container .date > .day,
      .landing-page .blog.container-fluid .date > .day {
        font-weight: 500;
        display: block; }
      .landing-page section.blog .date > .month,
      .landing-page .blog.container .date > .month,
      .landing-page .blog.container-fluid .date > .month {
        font-size: 12px;
        display: block; }
      @media (min-width: 768px) {
        .landing-page section.blog .date,
        .landing-page .blog.container .date,
        .landing-page .blog.container-fluid .date {
          margin: 0 0 0 .5em; } }
      @media (min-width: 992px) {
        .landing-page section.blog .date,
        .landing-page .blog.container .date,
        .landing-page .blog.container-fluid .date {
          margin: 0 0 0 1em;
          padding: .3em;
          font-size: 16px; }
          .landing-page section.blog .date > .month,
          .landing-page .blog.container .date > .month,
          .landing-page .blog.container-fluid .date > .month {
            font-size: 13px; } }
    .landing-page section.blog .article-desc,
    .landing-page .blog.container .article-desc,
    .landing-page .blog.container-fluid .article-desc {
      float: left;
      color: #666666;
      line-height: 1.1;
      clear: both;
      padding-top: .5em; }
    .landing-page section.blog .read-more,
    .landing-page .blog.container .read-more,
    .landing-page .blog.container-fluid .read-more {
      color: #00A5DB;
      float: left;
      clear: both; }
  @media (min-width: 768px) {
    .landing-page .pull-left {
      padding-right: 15px; }
    .landing-page .pull-right {
      padding-left: 15px; } }

.landing-page section p {
  margin: 0;
  padding: 0; }

.landing-page section p + p {
  padding-top: 12px;
  padding-bottom: 10px; }

.landing-page section h2 {
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  padding: 0 0 24px 0; }

.landing-page section h3 {
  margin: 0;
  padding: 0;
  padding-top: 25px;
  color: #9d9d9d;
  text-align: center;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase; }
  .landing-page section h3 + p {
    padding-top: 25px; }

.landing-page section ul {
  list-style-position: inside;
  line-height: 1.3; }
  .landing-page section ul > li {
    margin-left: .4em;
    font-size: 18px;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .landing-page section ul > li {
        font-size: 18px; } }
    @media (min-width: 1200px) {
      .landing-page section ul > li {
        font-size: 20px; } }

@media (min-width: 768px) {
  .landing-page section h2 {
    font-size: 33px;
    display: block;
    text-align: left;
    line-height: 1.1; }
  .landing-page section h3 {
    font-size: 22px;
    line-height: 1.2;
    text-align: left;
    font-size: 21px;
    padding-top: .4em; } }

@media (min-width: 768px) {
  .landing-page section h3 {
    padding: 0; }
  .landing-page section h3 + p,
  .landing-page section figure + p {
    padding: 12px 0; }
  .landing-page section p {
    font-size: 17px; }
  .landing-page section p + h3 {
    padding-top: 12px; } }

@media (min-width: 768px) {
  .landing-page section h2 {
    font-size: 30px; } }

@media (min-width: 1200px) {
  .landing-page section p {
    font-size: 20px; } }

.landing-page section .btn-container {
  text-align: right; }

.landing-page section .btn.btn-info {
  margin: 1em 0 0;
  padding: 12px;
  font-size: 20px; }

.landing-page section .btn.btn-estimate {
  margin: 1em 0 0;
  padding: 12px;
  font-size: 20px; }

.landing-page section ol {
  margin-left: 0;
  padding-left: 14px;
  color: #666666;
  font-weight: 300; }
  .landing-page section ol > li {
    margin-left: .4em;
    font-size: 18px; }
    @media (min-width: 768px) {
      .landing-page section ol > li {
        font-size: 20px; } }
    @media (min-width: 1200px) {
      .landing-page section ol > li {
        font-size: 20px; } }

.home {
  /* &.ie8,
  &.ie9,
  &.ie10,
  &.ie11 {
    #review .recommend-me {
      bottom: -88px !important;
    }
  }*/ }
  .home #hero > .row {
    background-image: url(/consumer-resources/images/landing-pages/hero.home.2016.04.01_800x533_noriot_90pct.jpg);
    background-image: -webkit-image-set(url("/consumer-resources/images/landing-pages/hero.home.2016.04.01_800x533_noriot_90pct.jpg") 1x, url("/consumer-resources/images/landing-pages/hero.home.2016.04.01_800x533_noriot_90pct.jpg") 2x, url("/consumer-resources/images/landing-pages/hero.home.2016.04.01_1200x800_noriot_85pct.jpg") 3x);
    background-image: image-set("/consumer-resources/images/landing-pages/hero.home.2016.04.01_800x533_noriot_90pct.jpg" 1x, "/consumer-resources/images/landing-pages/hero.home.2016.04.01_800x533_noriot_90pct.jpg" 2x, "/consumer-resources/images/landing-pages/hero.home.2016.04.01_1200x800_noriot_85pct.jpg" 3x); }
    @media (max-width: 320px) {
      .home #hero > .row {
        background-image: url(/consumer-resources/images/landing-pages/hero.home.2016.04.01_320x213_noriot_90pct.jpg);
        background-image: -webkit-image-set(url("/consumer-resources/images/landing-pages/hero.home.2016.04.01_320x213_noriot_90pct.jpg") 1x, url("/consumer-resources/images/landing-pages/hero.home.2016.04.01_640x426_noriot_90pct.jpg") 2x, url("/consumer-resources/images/landing-pages/hero.home.2016.04.01_800x533_noriot_90pct.jpg") 3x);
        background-image: image-set("/consumer-resources/images/landing-pages/hero.home.2016.04.01_320x213_noriot_90pct.jpg" 1x, "/consumer-resources/images/landing-pages/hero.home.2016.04.01_640x426_noriot_90pct.jpg" 2x, "/consumer-resources/images/landing-pages/hero.home.2016.04.01_800x533_noriot_90pct.jpg" 3x);
        background-size: auto; } }
    @media (min-width: 480px) {
      .home #hero > .row {
        background-image: url(/consumer-resources/images/landing-pages/hero.home.2016.04.01_800x533_noriot_90pct.jpg);
        background-image: -webkit-image-set(url("/consumer-resources/images/landing-pages/hero.home.2016.04.01_1200x800_noriot_85pct.jpg") 1x, url("/consumer-resources/images/landing-pages/hero.home.2016.04.01_1200x800_noriot_85pct.jpg") 2x);
        background-image: image-set("/consumer-resources/images/landing-pages/hero.home.2016.04.01_1200x800_noriot_85pct.jpg" 1x, "/consumer-resources/images/landing-pages/hero.home.2016.04.01_1200x800_noriot_85pct.jpg" 2x); } }
    @media (min-width: 768px) {
      .home #hero > .row {
        background-image: url(/consumer-resources/images/landing-pages/hero.home.2016.04.01_1200x800_noriot_85pct.jpg);
        background-image: -webkit-image-set(url("/consumer-resources/images/landing-pages/hero.home.2016.04.01_1200x800_noriot_85pct.jpg") 1x, url("/consumer-resources/images/landing-pages/hero.home.2016.04.01_1920x1280_riot_65pct.jpg") 2x);
        background-image: image-set("/consumer-resources/images/landing-pages/hero.home.2016.04.01_1200x800_noriot_85pct.jpg" 1x, "/consumer-resources/images/landing-pages/hero.home.2016.04.01_1920x1280_riot_65pct.jpg" 2x); } }
    @media (min-width: 992px) {
      .home #hero > .row {
        background-image: url(/consumer-resources/images/landing-pages/hero.home.2016.04.01_1200x800_noriot_85pct.jpg);
        background-image: -webkit-image-set(url("/consumer-resources/images/landing-pages/hero.home.2016.04.01_1200x800_noriot_85pct.jpg") 1x, url("/consumer-resources/images/landing-pages/hero.home.2016.04.01_1920x1280_riot_65pct.jpg") 2x, url("/consumer-resources/images/landing-pages/hero.home.2016.04.01_2560x1706_noriot_80pct.jpg") 3x);
        background-image: image-set("/consumer-resources/images/landing-pages/hero.home.2016.04.01_1200x800_noriot_85pct.jpg" 1x, "/consumer-resources/images/landing-pages/hero.home.2016.04.01_1920x1280_riot_65pct.jpg" 2x, "/consumer-resources/images/landing-pages/hero.home.2016.04.01_2560x1706_noriot_80pct.jpg" 3x); } }
    @media (min-width: 1200px) {
      .home #hero > .row {
        background-image: url(/consumer-resources/images/landing-pages/hero.home.2016.04.01_2560x1706_noriot_80pct.jpg); } }
  .home section.onlinestimate div.estimate-heading {
    padding-left: 6px;
    padding-bottom: 12px; }
  @media (min-width: 768px) {
    .home section.onlinestimate div.estimate-heading {
      padding-bottom: 0px;
      padding-left: 0px; } }
  .home section.onlinestimate div.btn-container {
    margin-top: 15px; }
    @media (min-width: 768px) {
      .home section.onlinestimate div.btn-container {
        margin-top: 0px; } }
  .home section.onlinestimate div.estimate-body {
    padding-left: 15px; }
  @media (min-width: 768px) {
    .home section.onlinestimate div.estimate-body {
      padding-left: 0px; } }
  .home section.repair-status div.estimate-heading {
    padding-left: 6px;
    padding-bottom: 12px; }
  @media (min-width: 768px) {
    .home section.repair-status div.estimate-heading {
      padding-bottom: 0px; } }
  .home section.repair-status div.estimate-body {
    padding-left: 15px; }
  @media (min-width: 768px) {
    .home section.repair-status div.estimate-body {
      padding-left: 0px; } }
  .home section.repair-status div.btn-container {
    margin-top: 25px; }
    @media (min-width: 768px) {
      .home section.repair-status div.btn-container {
        margin-top: 0px; } }
  @media (min-width: 768px) {
    .home section.scheduling {
      padding-bottom: 0; } }
  .home section.scheduling div.main-image-container {
    margin: 0;
    background: #00A5DB; }
    .home section.scheduling div.main-image-container img {
      max-width: 250px;
      margin: 0 auto;
      padding: 12px 0 0 0; }
  .home section.scheduling div.btn-container {
    margin-top: 15px; }
    @media (min-width: 768px) {
      .home section.scheduling div.btn-container {
        margin-top: 4px; } }
  @media (min-width: 768px) {
    .home section.scheduling div.main-image-container {
      background: none; }
      .home section.scheduling div.main-image-container img {
        max-width: 350px;
        padding: 0; } }
  .home section.scheduling ul {
    list-style-position: outside;
    font-size: 18px;
    padding: 24px 0 0 17px;
    margin: 0;
    color: #666666;
    font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
    font-weight: 300;
    color: #666666; }
  .home section.reviews div.review-container {
    height: auto; }
  @media (min-width: 768px) {
    .home section.reviews div.review-container {
      height: 330px; } }
  .home section.reviews div.review-content {
    padding-left: 22px;
    padding-right: 22px; }
  @media (min-width: 768px) {
    .home section.reviews div.review-content {
      padding-left: 15px; } }
  .home section.reviews div.review-data {
    padding-left: 24px;
    padding-right: 23px; }
  @media (min-width: 768px) {
    .home section.reviews div.review-data {
      padding-left: 8px;
      padding-right: 15px; } }
  .home .container .btn-estimate {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    background: #00a5db;
    color: #fff;
    padding: 12px;
    position: relative;
    display: inline-block;
    line-height: 1; }
    @media (min-width: 768px) {
      .home .container .btn-estimate {
        font-size: 18px;
        float: left; } }
  .home .container .btn-info {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px;
    position: relative;
    display: inline-block;
    line-height: 1; }
    @media (min-width: 768px) {
      .home .container .btn-info {
        font-size: 18px;
        float: right; } }
  @media (max-width: 767px) {
    .home .container .btn-container {
      display: block;
      text-align: center;
      width: 100%;
      margin: 0 auto; } }
  .home .repair-status.container {
    font-size: 18px;
    font-family: "Roboto Condensed", "Arial Narrow", HelveticaNeueCondensed, HelveticaNeue-Condensed, "Helvetica Neue Condensed", Tahoma, Arial, "San Serif", sans-serif; }
    .home .repair-status.container img {
      padding: 0; }
    .home .repair-status.container .status-tracking:before {
      font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
      font-size: 12px;
      font-weight: 300;
      display: block;
      color: #00A5DB;
      content: "* Status tracking available only at participating locations";
      text-align: center;
      padding: 10px; }
      @media (min-width: 768px) {
        .home .repair-status.container .status-tracking:before {
          text-align: left;
          padding: 22px 10px 35px 0;
          font-size: 14px; } }
    .home .repair-status.container .status-tracking:after {
      display: block;
      content: " "; }
    .home .repair-status.container .btn {
      text-align: center;
      margin: 0 auto;
      -webkit-box-shadow: 0 1px 1px rgba(50, 50, 50, 0.75) !important;
              box-shadow: 0 1px 1px rgba(50, 50, 50, 0.75) !important; }
      @media (min-width: 768px) {
        .home .repair-status.container .btn {
          padding: 10px 12px; } }

.body-shop.landing-page #nav-top a.auto-body-shops {
  color: #00a5db;
  cursor: default; }

.body-shop #hero > .row {
  -webkit-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  background: url("/consumer-resources/images/landing-pages/auto-body-shops/hero-900.jpg") center 0 no-repeat;
  background-image: -webkit-image-set(url("/consumer-resources/images/landing-pages/auto-body-shops/hero-900.jpg") 1x, url("/consumer-resources/images/landing-pages/auto-body-shops/hero-900.jpg") 2x, url("/consumer-resources/images/landing-pages/auto-body-shops/hero-900.jpg") 3x);
  background-image: image-set("/consumer-resources/images/landing-pages/auto-body-shops/hero-900.jpg" 1x, "/consumer-resources/images/landing-pages/auto-body-shops/hero-900.jpg" 2x, "/consumer-resources/images/landing-pages/auto-body-shops/hero-900.jpg" 3x);
  height: 75vm;
  height: 75vmin; }
  @media (min-width: 1px) {
    .body-shop #hero > .row {
      background-size: cover;
      background-position: center 0;
      background-repeat: no-repeat; } }
  @media (max-width: 320px) {
    .body-shop #hero > .row {
      height: 310px !important;
      background: url("/consumer-resources/images/landing-pages/auto-body-shops/hero-900.jpg") center 0 no-repeat;
      background-image: -webkit-image-set(url("/consumer-resources/images/landing-pages/auto-body-shops/hero-900.jpg") 1x, url("/consumer-resources/images/landing-pages/auto-body-shops/hero-900.jpg") 2x, url("/consumer-resources/images/landing-pages/auto-body-shops/hero-900.jpg") 3x);
      background-image: image-set("/consumer-resources/images/landing-pages/auto-body-shops/hero-900.jpg" 1x, "/consumer-resources/images/landing-pages/auto-body-shops/hero-900.jpg" 2x, "/consumer-resources/images/landing-pages/auto-body-shops/hero-900.jpg" 3x);
      background-size: cover; } }
  @media (max-width: 480px) {
    .body-shop #hero > .row {
      height: 370px; } }
  @media (min-width: 480px) {
    .body-shop #hero > .row {
      background: url("/consumer-resources/images/landing-pages/auto-body-shops/hero-900.jpg") center 0 no-repeat;
      background-image: -webkit-image-set(url("/consumer-resources/images/landing-pages/auto-body-shops/hero-900.jpg") 1x, url("/consumer-resources/images/landing-pages/auto-body-shops/hero-2450.jpg") 2x);
      background-image: image-set("/consumer-resources/images/landing-pages/auto-body-shops/hero-900.jpg" 1x, "/consumer-resources/images/landing-pages/auto-body-shops/hero-2450.jpg" 2x);
      background-size: cover; } }
  @media (min-width: 768px) {
    .body-shop #hero > .row {
      height: 75vm;
      height: 75vmin;
      background: url("/consumer-resources/images/landing-pages/auto-body-shops/hero-2450.jpg") center 0 no-repeat;
      background-image: -webkit-image-set(url("/consumer-resources/images/landing-pages/auto-body-shops/hero-2450.jpg") 1x, url("/consumer-resources/images/landing-pages/auto-body-shops/hero-2450.jpg") 2x);
      background-image: image-set("/consumer-resources/images/landing-pages/auto-body-shops/hero-2450.jpg" 1x, "/consumer-resources/images/landing-pages/auto-body-shops/hero-2450.jpg" 2x);
      background-size: cover; } }
  @media (min-width: 1200px) {
    .body-shop #hero > .row {
      height: 88vm;
      height: 88vmin;
      min-height: 600px;
      background-position: center; } }
  @media (min-width: 768px) and (max-height: 500px) {
    .body-shop #hero > .row {
      background-position: center 50%;
      min-height: 400px; } }

.body-shop .map {
  background: #fff !important; }
  .body-shop .map p {
    font-size: 18px; }

.body-shop #stateList li {
  font-size: 14px; }

@media (min-width: 768px) {
  .body-shop #stateList a {
    font-size: 16px;
    padding: .1em .1em .1em 0; }
  .body-shop #stateList li {
    padding: .15em; } }

.body-shop #did-you-know p {
  font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
  font-weight: 400; }

.repair-status.landing-page #nav-top a.repair-status {
  color: #00a5db;
  cursor: default; }

.repair-status #hero > .row {
  -webkit-transition: all 600ms ease-out;
  transition: all 600ms ease-out;
  background: url("/consumer-resources/images/landing-pages/repair-status/repair-landing-hero900.png") center 0 no-repeat;
  background-image: -webkit-image-set(url("/consumer-resources/images/landing-pages/repair-status/repair-landing-hero900.png") 1x, url("/consumer-resources/images/landing-pages/repair-status/repair-landing-hero.jpg") 2x, url("/consumer-resources/images/landing-pages/repair-status/repair-landing-hero.jpg") 3x);
  background-image: image-set("/consumer-resources/images/landing-pages/repair-status/repair-landing-hero900.png" 1x, "/consumer-resources/images/landing-pages/repair-status/repair-landing-hero.jpg" 2x, "/consumer-resources/images/landing-pages/repair-status/repair-landing-hero.jpg" 3x);
  height: 75vm;
  height: 75vmin; }
  @media (min-width: 1px) {
    .repair-status #hero > .row {
      background-size: cover;
      background-position: center 0;
      background-repeat: no-repeat; } }
  @media (max-width: 320px) {
    .repair-status #hero > .row {
      height: 310px !important;
      background: url("/consumer-resources/images/landing-pages/repair-status/repair-landing-hero900.png") center 0 no-repeat;
      background-image: -webkit-image-set(url("/consumer-resources/images/landing-pages/repair-status/repair-landing-hero900.png") 1x, url("/consumer-resources/images/landing-pages/repair-status/repair-landing-hero900.png") 2x, url("/consumer-resources/images/landing-pages/repair-status/repair-landing-hero900.png") 3x);
      background-image: image-set("/consumer-resources/images/landing-pages/repair-status/repair-landing-hero900.png" 1x, "/consumer-resources/images/landing-pages/repair-status/repair-landing-hero900.png" 2x, "/consumer-resources/images/landing-pages/repair-status/repair-landing-hero900.png" 3x);
      background-size: cover; } }
  @media (max-width: 480px) {
    .repair-status #hero > .row {
      height: 370px; } }
  @media (min-width: 480px) {
    .repair-status #hero > .row {
      background: url("/consumer-resources/images/landing-pages/repair-status/repair-landing-hero900.png") center 0 no-repeat;
      background-image: -webkit-image-set(url("/consumer-resources/images/landing-pages/repair-status/repair-landing-hero900.png") 1x, url("/consumer-resources/images/landing-pages/repair-status/repair-landing-hero.jpg") 2x);
      background-image: image-set("/consumer-resources/images/landing-pages/repair-status/repair-landing-hero900.png" 1x, "/consumer-resources/images/landing-pages/repair-status/repair-landing-hero.jpg" 2x);
      background-size: cover; } }
  @media (min-width: 768px) {
    .repair-status #hero > .row {
      height: 75vm;
      height: 75vmin;
      background: url("/consumer-resources/images/landing-pages/repair-status/repair-landing-hero.jpg") center 0 no-repeat;
      background-image: -webkit-image-set(url("/consumer-resources/images/landing-pages/repair-status/repair-landing-hero.jpg") 1x, url("/consumer-resources/images/landing-pages/repair-status/repair-landing-hero.jpg") 2x);
      background-image: image-set("/consumer-resources/images/landing-pages/repair-status/repair-landing-hero.jpg" 1x, "/consumer-resources/images/landing-pages/repair-status/repair-landing-hero.jpg" 2x);
      background-size: cover; } }
  @media (min-width: 1200px) {
    .repair-status #hero > .row {
      height: 88vm;
      height: 88vmin;
      min-height: 600px;
      background-position: center; } }
  @media (min-width: 768px) and (max-height: 500px) {
    .repair-status #hero > .row {
      background-position: center 50%;
      min-height: 400px; } }

.repair-status .btn-default.disabled {
  background: #f48200; }

.repair-status .error-state {
  background: #f2dede; }

.repair-status section h3 + p {
  padding: 12px 0; }

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

.repair-status .media {
  padding: 0 0 60px 0; }
  .repair-status .media .glyphicon {
    font-size: 32px;
    color: #2980b9;
    top: 1px;
    line-height: 1; }
  .repair-status .media p {
    color: #333333;
    font-weight: 400;
    font-size: 16px; }
  .repair-status .media .sub {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #00a5db; }

.repair-status .media-heading {
  font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #333333;
  text-transform: none;
  text-align: left;
  padding: 0; }

.repair-status .message-container {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: auto;
  -webkit-transform: all 600ms ease-out;
          transform: all 600ms ease-out; }
  .repair-status .message-container .alert {
    -webkit-transform: all 600ms ease-out;
            transform: all 600ms ease-out; }
    .repair-status .message-container .alert p {
      font-weight: 400;
      font-size: inherit;
      font-size: 14px;
      padding: 0; }
      @media (min-width: 768px) {
        .repair-status .message-container .alert p {
          font-size: 18px !important; } }
  .repair-status .message-container .alert-info p {
    color: #31708f;
    font-size: inherit; }

.body-shop.profile {
  background: #ebebeb;
  /*img {
      width: 100%;
      max-width: 200px;
      max-height: 100px;
    }*/
  /*#breadcrumbs {
      @media(min-width: $grid-float-breakpoint) {
        margin-top: 9px;
        margin-bottom: 9px;
      }
      ol {
        margin: 0;
        line-height: 1;
        @media(min-width: $screen-sm-min) {
          font-size: 12px;
        }
      }
    }*/ }
  .body-shop.profile .badges {
    display: block;
    min-width: 200px;
    text-align: center;
    line-height: 0;
    margin: -16px; }
    @media (min-width: 768px) {
      .body-shop.profile .badges {
        text-align: left;
        margin: -20px; } }
    .body-shop.profile .badges .badge {
      display: inline-block;
      width: 50%;
      max-width: 240px;
      /*
		@media(min-width: $screen-lg) {
          width: 280px;
          max-width: 280px;
        }
		*/ }
      @media (min-width: 768px) {
        .body-shop.profile .badges .badge {
          width: 239px; } }
    .body-shop.profile .badges .badge-image {
      display: block;
      width: 100%;
      line-height: 1;
      height: 120px;
      border: 20px solid transparent;
      border-bottom: 0;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
      @media (min-width: 768px) {
        .body-shop.profile .badges .badge-image {
          border-right-width: 19px;
          height: 120px; } }
    .body-shop.profile .badges .badge-title {
      line-height: 1;
      font-size: 13px;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      border: 20px solid transparent;
      border-top-width: 4px;
      text-align: center; }
      @media (min-width: 768px) {
        .body-shop.profile .badges .badge-title {
          border-right-width: 19px; } }
  .body-shop.profile .card {
    width: 160px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    /* margin:0;
       width:25%;
       float:left;*/ }
    @media (max-width: 767px) {
      .body-shop.profile .card {
        width: 200px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 16px; } }
    .body-shop.profile .card h3 {
      font-size: 14px;
      padding: 1em 0 .5em;
      font-weight: 600 !important; }
    .body-shop.profile .card ul {
      list-style-type: none;
      margin: 0 auto;
      padding: 0;
      text-align: left; }
    .body-shop.profile .card li {
      margin: 0;
      padding: .1em 0;
      color: #333333; }
    .body-shop.profile .card table {
      margin: 0 auto;
      min-width: 200px;
      text-align: left; }
      @media (min-width: 768px) {
        .body-shop.profile .card table {
          margin: 0;
          min-width: auto; } }
      .body-shop.profile .card table td {
        padding: .1em 0;
        text-transform: capitalize;
        white-space: nowrap; }
      .body-shop.profile .card table td + td {
        padding: .1em 0 .1em 1em;
        text-transform: uppercase; }
      .body-shop.profile .card table .active {
        color: #2980b9; }
    .body-shop.profile .card .time-range {
      border-left: 1px solid #9d9d9d; }
    .body-shop.profile .card .hours .sub {
      font-size: 12px;
      display: block;
      text-align: left;
      margin-top: 6px; }
  .body-shop.profile .row.cards2 {
    margin-left: -4px;
    margin-right: -4px; }
  @media (min-width: 768px) {
    .body-shop.profile [class*='col-'].cards2 {
      position: relative;
      min-height: 1px;
      padding-left: 4px;
      padding-right: 4px; } }
  .body-shop.profile [class*='col-'].cards2 .card {
    width: 200px;
    margin: auto;
    padding: 16px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1); }
    @media (min-width: 768px) {
      .body-shop.profile [class*='col-'].cards2 .card {
        width: 100%; } }
  .body-shop.profile [class*='col-'].cards2 h2,
  .body-shop.profile [class*='col-'].cards2 h3 {
    padding-top: 0; }
  .body-shop.profile .error {
    background-color: #fee; }
  .body-shop.profile #nav-top {
    position: absolute;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .body-shop.profile section > .container {
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 10px; }
    @media (min-width: 768px) {
      .body-shop.profile section > .container {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 20px; } }
    @media (min-width: 992px) {
      .body-shop.profile section > .container {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 20px; } }
    @media (min-width: 1200px) {
      .body-shop.profile section > .container {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 20px; } }
  @media (min-width: 768px) {
    .body-shop.profile section aside.callout-box h2 {
      font-weight: 500; } }
  @media (max-width: 767px) {
    .body-shop.profile section aside.callout-box p {
      padding: 0 0 13px !important; } }
  .body-shop.profile section aside.callout-box.caliber-estimate .book-appt-button {
    padding: 8px;
    margin: 0 0 4px;
    float: none;
    width: 100%; }
    @media (max-width: 767px) {
      .body-shop.profile section aside.callout-box.caliber-estimate .book-appt-button {
        float: none !important;
        display: block !important;
        width: inherit; } }
    @media (min-width: 768px) {
      .body-shop.profile section aside.callout-box.caliber-estimate .book-appt-button {
        width: 100% !important; } }
  .body-shop.profile h1,
  .body-shop.profile h2,
  .body-shop.profile h3,
  .body-shop.profile h4,
  .body-shop.profile h5 {
    font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
    color: #333333;
    font-weight: 400;
    font-size: 20px; }
  .body-shop.profile h1 {
    font-weight: 300; }
  .body-shop.profile h2 {
    text-align: left;
    font-size: 20px; }
    @media (max-width: 767px) {
      .body-shop.profile h2 {
        padding-bottom: 10px; } }
    @media (min-width: 768px) {
      .body-shop.profile h2 {
        padding-bottom: 20px; } }
    @media (min-width: 992px) {
      .body-shop.profile h2 {
        padding-bottom: 20px; } }
    @media (min-width: 1200px) {
      .body-shop.profile h2 {
        padding-bottom: 20px; } }
  .body-shop.profile h3 {
    color: #9d9d9d; }
  .body-shop.profile #shopSearchForm {
    position: static;
    background: #cccccc;
    width: 100%;
    height: 100%;
    padding: 0; }
  .body-shop.profile #search,
  .body-shop.profile #btn-search-back {
    background-color: #00A5DB; }
  .body-shop.profile #reviews .back-to-top {
    padding: 6px 0;
    margin-bottom: 6px; }
  .body-shop.profile #search-bar .container {
    padding: 12px 0; }
  .body-shop.profile #search-bar .form-group {
    margin: 0; }
  .body-shop.profile #search-bar .input-group-lg > .input-group-btn > .btn {
    line-height: 1; }
  .body-shop.profile #search-bar #keyword-search-fields {
    width: 100%; }
  .body-shop.profile #search-bar input[type='text'] {
    border: 1px solid #9d9d9d;
    width: 100%; }
  @media (max-width: 767px) {
    .body-shop.profile #shopSearchForm {
      height: 40px; }
    .body-shop.profile #search-bar {
      position: absolute;
      -webkit-transition: all 200ms ease-out;
      transition: all 200ms ease-out;
      display: block;
      top: -40px;
      height: 40px;
      z-index: 1000; }
      .body-shop.profile #search-bar .container {
        padding: 0 6px; }
      .body-shop.profile #search-bar .ui-autocomplete {
        -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
                box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5); }
      .body-shop.profile #search-bar .input-group-lg {
        height: 35px !important; }
        .body-shop.profile #search-bar .input-group-lg input,
        .body-shop.profile #search-bar .input-group-lg span,
        .body-shop.profile #search-bar .input-group-lg button,
        .body-shop.profile #search-bar .input-group-lg .btn {
          font-size: 16px; }
        .body-shop.profile #search-bar .input-group-lg input {
          font-size: 18px !important;
          line-height: 1.42857 !important; }
        .body-shop.profile #search-bar .input-group-lg > .input-group-btn > .btn {
          font-size: 16px;
          text-align: center;
          margin: 0;
          padding: 0 10px;
          width: 100%;
          line-height: 0; }
        .body-shop.profile #search-bar .input-group-lg .glyphicon {
          width: 20px;
          padding: 0;
          text-align: center;
          display: inline-block;
          vertical-align: middle; }
        .body-shop.profile #search-bar .input-group-lg .find-text {
          display: inline;
          vertical-align: middle;
          position: static;
          font-size: 14px; }
      .body-shop.profile #search-bar.at-top {
        display: block;
        height: 40px;
        background: #cccccc;
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        left: 0;
        z-index: 1000; }
      .body-shop.profile #search-bar.mobile-hidden {
        position: absolute;
        top: -140px;
        right: 0;
        bottom: auto;
        left: 0;
        -webkit-transition: all;
        transition: all; } }
  @media (max-width: 767px) and (min-width: 768px) {
    .body-shop.profile #search-bar {
      display: block;
      margin-bottom: -60px !important; } }
  @media (max-width: 767px) {
    .body-shop.profile #search-container {
      padding: 0; }
      .body-shop.profile #search-container .input-group-btn {
        width: 45px; }
    .body-shop.profile .at-top #search-container {
      position: static;
      height: 40px;
      padding: 0; }
      .body-shop.profile .at-top #search-container .btn-clear {
        top: auto;
        right: 50px; } }
  @media (min-width: 768px) {
    .body-shop.profile #search-bar .input-lg, .body-shop.profile #search-bar .input-group-lg > .form-control,
    .body-shop.profile #search-bar .input-group-lg > .input-group-addon,
    .body-shop.profile #search-bar .input-group-lg > .input-group-btn > .btn,
    .body-shop.profile #search-bar .input-group-lg > .form-control,
    .body-shop.profile #search-bar .input-group-lg > .input-group-addon,
    .body-shop.profile #search-bar .input-group-lg > .input-group-btn > .btn {
      height: 36px !important;
      padding: 6px;
      font-size: 16px !important; }
    .body-shop.profile #search-bar .input-group-lg .btn-clear {
      height: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
    .body-shop.profile #search-bar .input-group {
      font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
      font-weight: 300; }
      .body-shop.profile #search-bar .input-group input[type='text'] {
        padding-left: 55px !important;
        border: 1px solid #cecece !important;
        line-height: 1.1; }
      .body-shop.profile #search-bar .input-group label {
        color: #666666;
        font-weight: 500;
        position: absolute;
        display: table-cell;
        vertical-align: middle;
        padding: 8px 9px;
        height: 36px;
        font-size: 16px;
        z-index: 12;
        margin: 0; }
    .body-shop.profile #search-bar .input-group-btn {
      width: 16%;
      border-left: 16px solid transparent; }
    .body-shop.profile #search-bar .input-group-btn > .btn {
      width: 100% !important; }
      .body-shop.profile #search-bar .input-group-btn > .btn .loading {
        width: 36px;
        height: 36px;
        background-size: 22px;
        background-position: 6px; }
    .body-shop.profile #search-bar .glyphicon-search {
      font-size: 20px !important;
      text-align: center;
      padding: 0;
      margin: 0; } }

@media (min-width: 768px) and (min-width: 768px) {
  .body-shop.profile #search-bar #shop-search-fields .btn-clear {
    right: 19%; } }

@media (min-width: 768px) and (min-width: 1200px) {
  .body-shop.profile #search-bar #shop-search-fields .btn-clear {
    right: 18%; } }
  @media (min-width: 768px) {
    .body-shop.profile #shopSearchForm {
      margin-top: 60px;
      width: 100%;
      position: static;
      padding: 0;
      background: #efefef;
      float: none !important; } }
  @media (max-width: 767px) {
    .body-shop.profile #shop-info + #breadcrumbs + #about {
      margin-top: -16px; } }
  .body-shop.profile #shop-info {
    background: #454545;
    width: 100%;
    margin-top: 40px;
    max-height: 115px; }
    @media (min-width: 768px) {
      .body-shop.profile #shop-info {
        max-height: 105px;
        margin-top: 0; }
        .body-shop.profile #shop-info.noLogo {
          padding: 6px 0; } }
    @media (min-width: 992px) {
      .body-shop.profile #shop-info {
        max-height: 105px; } }
    @media (min-width: 1200px) {
      .body-shop.profile #shop-info {
        max-height: 105px; } }
    .body-shop.profile #shop-info > .container {
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      @media (min-width: 768px) {
        .body-shop.profile #shop-info > .container {
          margin-bottom: 6px;
          padding: 0; } }
      @media (min-width: 768px) {
        .body-shop.profile #shop-info > .container.noLogo {
          padding: 14px 0; } }
      @media (min-width: 992px) {
        .body-shop.profile #shop-info > .container.noLogo {
          padding: 14px 0; } }
      @media (min-width: 1200px) {
        .body-shop.profile #shop-info > .container.noLogo {
          padding: 14px 0; } }
      .body-shop.profile #shop-info > .container > .row {
        overflow: hidden; }
    .body-shop.profile #shop-info .row > div {
      display: table;
      width: 100%;
      line-height: 1; }
    .body-shop.profile #shop-info .shop-logo {
      background-color: #fff;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      border: 1px solid #cccccc;
      width: 172.5px;
      height: 115px;
      margin: 0;
      position: absolute;
      z-index: 10;
      top: 70px;
      right: 0;
      display: none; }
      @media (min-width: 768px) {
        .body-shop.profile #shop-info .shop-logo {
          position: static;
          width: 157.5px;
          height: 105px;
          margin: 0 1.7em 0 0;
          border: 6px solid transparent;
          display: block; } }
      @media (min-width: 992px) {
        .body-shop.profile #shop-info .shop-logo {
          margin: 0 1.7em 0 0; } }
      @media (min-width: 1200px) {
        .body-shop.profile #shop-info .shop-logo {
          margin: 0 1.7em 0 0; } }
    .body-shop.profile #shop-info .shop-description {
      line-height: 1.8;
      display: table-cell;
      vertical-align: middle;
      position: relative;
      width: 100%;
      white-space: nowrap; }
      .body-shop.profile #shop-info .shop-description h1 {
        color: #fff;
        font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
        line-height: 1;
        padding: 0;
        margin: 0;
        font-size: 18px;
        /*font-size: 5.8vw;
          @media (min-width: $screen-xs-min) {
              font-size: 18px;
          }*/ }
        @media (min-width: 768px) {
          .body-shop.profile #shop-info .shop-description h1 {
            font-size: 22px; } }
        @media (min-width: 992px) {
          .body-shop.profile #shop-info .shop-description h1 {
            font-size: 26px; } }
    .body-shop.profile #shop-info .recommendation-count {
      color: #cccccc;
      text-shadow: 0 0 4px black;
      line-height: 1;
      font-size: 10px;
      width: auto;
      overflow: hidden;
      white-space: nowrap;
      clear: both;
      display: inline-block;
      vertical-align: bottom;
      top: -4px;
      margin-left: 9px;
      position: relative; }
      .body-shop.profile #shop-info .recommendation-count.mobile {
        display: inline-block; }
        @media (min-width: 768px) {
          .body-shop.profile #shop-info .recommendation-count.mobile {
            display: none; } }
      @media (min-width: 768px) {
        .body-shop.profile #shop-info .recommendation-count {
          text-align: center;
          padding: 0 6px 0 0;
          display: table-cell;
          vertical-align: middle;
          position: absolute;
          left: auto; } }
      @media (min-width: 768px) {
        .body-shop.profile #shop-info .recommendation-count {
          font-size: 14px;
          right: 0;
          top: 10%; } }
      @media (min-width: 992px) {
        .body-shop.profile #shop-info .recommendation-count {
          font-weight: 300;
          bottom: auto;
          width: 110px;
          font-size: 14px;
          text-align: center;
          position: absolute;
          top: 40%;
          transform: translateY(-50%);
          -webkit-transform: translateY(-50%);
          right: 16px; } }
      .body-shop.profile #shop-info .recommendation-count .recommend-text {
        display: none; }
        @media (min-width: 768px) {
          .body-shop.profile #shop-info .recommendation-count .recommend-text {
            display: inline; } }
      .body-shop.profile #shop-info .recommendation-count .glyphicon-thumbs-up {
        display: inline-block;
        font-size: 14px;
        padding-right: 3px;
        border-width: 0; }
        @media (min-width: 768px) {
          .body-shop.profile #shop-info .recommendation-count .glyphicon-thumbs-up {
            float: none;
            border: 0;
            background: none;
            font-size: 14px; } }
    .body-shop.profile #shop-info .percent-recommended {
      font-size: 15px;
      display: inline-block;
      font-weight: 600;
      position: relative;
      top: 0;
      padding: 0;
      border-width: 0;
      color: #3EB600; }
      @media (min-width: 768px) {
        .body-shop.profile #shop-info .percent-recommended {
          color: #3EB600;
          border: 0;
          display: block;
          font-weight: 300;
          width: 100%;
          text-align: center;
          float: none;
          font-size: 30px;
          left: 0;
          top: 0; } }
    .body-shop.profile #shop-info .review-info {
      padding: .35em 0 0;
      margin: 0; }
      @media (min-width: 768px) {
        .body-shop.profile #shop-info .review-info {
          padding: 0; } }
      .body-shop.profile #shop-info .review-info .stars {
        font-size: 16px; }
        @media (min-width: 768px) {
          .body-shop.profile #shop-info .review-info .stars {
            font-size: 20px; } }
      .body-shop.profile #shop-info .review-info .icon-cw-rating-star {
        font-size: inherit; }
        @media (min-width: 992px) {
          .body-shop.profile #shop-info .review-info .icon-cw-rating-star.frac::after {
            top: 1px; } }
      .body-shop.profile #shop-info .review-info .rating-value {
        padding-right: .3em;
        color: #3EB600;
        vertical-align: baseline;
        line-height: 1;
        font-size: 16px; }
        @media (min-width: 992px) {
          .body-shop.profile #shop-info .review-info .rating-value {
            font-size: 24px; } }
      .body-shop.profile #shop-info .review-info .not-rated-yet {
        font-size: 14px;
        line-height: 2.1; }
        @media (min-width: 768px) {
          .body-shop.profile #shop-info .review-info .not-rated-yet {
            font-size: 18px; } }
      .body-shop.profile #shop-info .review-info .review-count {
        cursor: pointer;
        display: inline;
        vertical-align: baseline;
        color: #ccc;
        font-weight: 300;
        font-size: 12px;
        line-height: 1; }
        @media (min-width: 768px) {
          .body-shop.profile #shop-info .review-info .review-count {
            font-size: 14px; } }
        .body-shop.profile #shop-info .review-info .review-count span.reviews-text {
          display: none; }
          @media (min-width: 768px) {
            .body-shop.profile #shop-info .review-info .review-count span.reviews-text {
              display: inline;
              margin-left: 3px; } }
        .body-shop.profile #shop-info .review-info .review-count span.brackets {
          display: inline; }
          @media (min-width: 768px) {
            .body-shop.profile #shop-info .review-info .review-count span.brackets {
              display: none; } }
        .body-shop.profile #shop-info .review-info .review-count.no-rating {
          font-size: 14px;
          line-height: 2.1; }
          @media (min-width: 768px) {
            .body-shop.profile #shop-info .review-info .review-count.no-rating {
              font-size: 18px; } }
          .body-shop.profile #shop-info .review-info .review-count.no-rating span.reviews-text {
            display: inline;
            margin-left: 3px; }
    .body-shop.profile #shop-info .contact-info {
      font-size: 12px;
      white-space: nowrap;
      display: table-cell;
      margin: 0;
      text-shadow: none;
      font-weight: 300;
      color: #ebebeb; }
      @media (min-width: 768px) {
        .body-shop.profile #shop-info .contact-info {
          font-size: 10px; } }
      @media (min-width: 992px) {
        .body-shop.profile #shop-info .contact-info {
          font-size: 12px; } }
      @media (min-width: 1200px) {
        .body-shop.profile #shop-info .contact-info {
          font-size: 14px; } }
      .body-shop.profile #shop-info .contact-info a {
        color: #ebebeb;
        font-weight: 300; }
        @media (min-width: 992px) {
          .body-shop.profile #shop-info .contact-info a {
            font-size: 14px; } }
      .body-shop.profile #shop-info .contact-info div {
        display: inline-block; }
        .body-shop.profile #shop-info .contact-info div.address {
          cursor: pointer; }
          .body-shop.profile #shop-info .contact-info div.address::before {
            content: '';
            padding: 0; }
            @media (min-width: 768px) {
              .body-shop.profile #shop-info .contact-info div.address::before {
                padding: 0 1em;
                content: '|'; } }
          .body-shop.profile #shop-info .contact-info div.address.noPhone::before {
            content: '';
            padding: 0; }
        .body-shop.profile #shop-info .contact-info div.open-status {
          display: block;
          margin-top: 6px;
          line-height: 1.6; }
          @media (min-width: 768px) {
            .body-shop.profile #shop-info .contact-info div.open-status {
              display: inline;
              margin-top: 0; } }
          .body-shop.profile #shop-info .contact-info div.open-status::before {
            content: '';
            padding: 0; }
            @media (min-width: 768px) {
              .body-shop.profile #shop-info .contact-info div.open-status::before {
                padding: 0 1em;
                content: '|'; } }
      .body-shop.profile #shop-info .contact-info span.glyphicon {
        display: inline-block;
        margin-right: 3px; }
        @media (min-width: 992px) {
          .body-shop.profile #shop-info .contact-info span.glyphicon {
            margin-right: 6px; } }
      .body-shop.profile #shop-info .contact-info div + div {
        display: inline-block; }
        .body-shop.profile #shop-info .contact-info div + div::before {
          color: #ebebeb;
          padding: 0 1em;
          content: "|"; }
    .body-shop.profile #shop-info .open,
    .body-shop.profile #shop-info .closed {
      text-transform: uppercase;
      color: #3EB600; }
    .body-shop.profile #shop-info .closed {
      color: #f0ad4e; }
  .body-shop.profile #mobile-contact-section {
    background: #fff; }
    .body-shop.profile #mobile-contact-section div.container {
      margin-top: 0;
      padding-top: 0;
      padding-bottom: 0; }
    .body-shop.profile #mobile-contact-section div.button {
      height: 50px;
      position: relative;
      text-align: center;
      border-left: 1px solid #ccc; }
      .body-shop.profile #mobile-contact-section div.button:first-child {
        border-left: 0; }
      .body-shop.profile #mobile-contact-section div.button a {
        color: #333333;
        display: block;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .body-shop.profile #mobile-contact-section div.button span {
        color: #333333;
        display: block; }
        .body-shop.profile #mobile-contact-section div.button span.glyphicon {
          margin-bottom: 3px; }
  .body-shop.profile #photo-bar {
    background-color: #ebebeb;
    white-space: nowrap;
    /*.book-appt-button {
        border: 0;
        background: $brand-primary;
        border: 1px solid transparent;
        box-shadow: 0 1px 1px rgba(50, 50, 50, 0.75);
        padding: 6px;
        font-weight: 500;
        color: $white;
        text-align: center;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        white-space: nowrap;
        font-size: 14px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        z-index: 10050;

        @media (min-width: $screen-sm-min) {
          width: 82%;
          margin: -3px 0;
        }

        @media (min-width: $screen-md-min) {
          font-size: 18px;
          margin: -6px 0;
        }
        @media (min-width: $screen-lg-min) {
          width: 67%;
        }
        &:hover{
          background:$brand-primary-darker;
        }

      }*/ }
    .body-shop.profile #photo-bar.flush-top .container {
      padding-top: 0; }
    .body-shop.profile #photo-bar.flush-bottom .container {
      padding-bottom: 0; }
    .body-shop.profile #photo-bar.flush-left .row {
      margin-left: -20px; }
    .body-shop.profile #photo-bar.flush-right .row {
      margin-right: -20px; }
    .body-shop.profile #photo-bar .container {
      overflow: hidden; }
      @media (min-width: 768px) {
        .body-shop.profile #photo-bar .container {
          background: #fff;
          margin-top: 6px;
          margin-bottom: 0; } }
    @media (max-width: 767px) {
      .body-shop.profile #photo-bar > .container {
        height: 124px; }
        .body-shop.profile #photo-bar > .container.caliber-scheduling {
          height: auto; }
          .body-shop.profile #photo-bar > .container.caliber-scheduling .title-container {
            margin: -10px -10px 0;
            font-size: 20px;
            background-color: #444;
            font-weight: 400; }
            .body-shop.profile #photo-bar > .container.caliber-scheduling .title-container h2 {
              padding: 0;
              margin: 0;
              color: #fff; }
          .body-shop.profile #photo-bar > .container.caliber-scheduling .scheduling-container > div {
            padding: 1em 0 .5em; }
          .body-shop.profile #photo-bar > .container.caliber-scheduling .book-appt-button {
            padding: 6px 10px; }
          .body-shop.profile #photo-bar > .container.caliber-scheduling .photo-estimate-container > div {
            padding: 1em 0 .5em; }
          .body-shop.profile #photo-bar > .container.caliber-scheduling .photo-estimate-button {
            padding: 6px 10px; } }
    @media (min-width: 768px) {
      .body-shop.profile #photo-bar > .container {
        padding-bottom: 0; }
      .body-shop.profile #photo-bar .row.flush-sides {
        margin-left: -28px;
        margin-right: -28px; }
      .body-shop.profile #photo-bar .row.flush-bottom {
        margin-bottom: -28px; }
      .body-shop.profile #photo-bar .row.flush-top {
        margin-top: -28px; }
      .body-shop.profile #photo-bar #gallery-1 {
        padding: 0;
        right: -8px; } }
    .body-shop.profile #photo-bar .scheduling-enabled {
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .body-shop.profile #photo-bar .scheduling-enabled .map-container {
          height: 520px; }
          .body-shop.profile #photo-bar .scheduling-enabled .map-container address {
            top: 93px; } }
    .body-shop.profile #photo-bar .photo-estimate-enabled {
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .body-shop.profile #photo-bar .photo-estimate-enabled .map-container {
          height: 520px; }
          .body-shop.profile #photo-bar .photo-estimate-enabled .map-container address {
            top: 93px; } }
    .body-shop.profile #photo-bar .highlight {
      font-weight: 700; }
      @media (max-width: 768px) {
        .body-shop.profile #photo-bar .highlight.visible-sm {
          display: inline !important; } }
    .body-shop.profile #photo-bar .glyph-container {
      border: 1px solid #333;
      position: absolute;
      bottom: 12px;
      right: 24px;
      padding: 6px;
      background: #333;
      background: rgba(0, 0, 0, 0.6);
      filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)';
      -ms-filter: 'progidDXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)';
      cursor: pointer;
      z-index: 5;
      -webkit-transition: all 200ms ease-out;
      transition: all 200ms ease-out; }
      .body-shop.profile #photo-bar .glyph-container span {
        color: #fff; }
      .body-shop.profile #photo-bar .glyph-container .glyphicon {
        color: #fff;
        font-size: 24px; }
      .body-shop.profile #photo-bar .glyph-container:hover {
        background-color: #000; }
    .body-shop.profile #photo-bar .slides {
      height: 150px;
      background: #fff;
      background-size: cover; }
      @media (min-width: 768px) {
        .body-shop.profile #photo-bar .slides {
          height: 300px; } }
      .body-shop.profile #photo-bar .slides.no-images {
        background: url("/auto-body-shops/resources/images/featuredPlaceholder.png") no-repeat center;
        background-size: cover; }
    .body-shop.profile #photo-bar .slide-images {
      height: 100%;
      display: block;
      padding: 0;
      width: 100%; }
      @media (min-width: 768px) {
        .body-shop.profile #photo-bar .slide-images {
          padding: 0 10px; } }
      .body-shop.profile #photo-bar .slide-images:first-of-type {
        padding-left: 0; }
      .body-shop.profile #photo-bar .slide-images:last-of-type {
        padding-right: 0; }
    .body-shop.profile #photo-bar img {
      height: 100%;
      visibility: hidden; }
    .body-shop.profile #photo-bar .map-container {
      position: relative;
      height: 280px;
      /*.map-img {
          width: 767px;
          height:130px;

          visibility: visible;
          @media(min-width: $grid-float-breakpoint) {
            width:235px;
            height:278px;
          }
          @media(min-width: $screen-md) {
            width:308px;
          }
          @media(min-width: $screen-lg) {
            width:364px;
          }
        }*/ }
    .body-shop.profile #photo-bar .map-link,
    .body-shop.profile #photo-bar .main-images {
      display: block;
      height: 130px;
      background-repeat: no-repeat; }
      @media (max-width: 480px) {
        .body-shop.profile #photo-bar .map-link,
        .body-shop.profile #photo-bar .main-images {
          cursor: pointer; } }
      @media (min-width: 768px) {
        .body-shop.profile #photo-bar .map-link,
        .body-shop.profile #photo-bar .main-images {
          background-size: cover;
          height: 280px;
          margin: 0;
          background-position: center; } }
      @media (min-width: 992px) {
        .body-shop.profile #photo-bar .map-link,
        .body-shop.profile #photo-bar .main-images {
          margin: 0; } }
      @media (min-width: 1200px) {
        .body-shop.profile #photo-bar .map-link,
        .body-shop.profile #photo-bar .main-images {
          margin: 0; } }
      .body-shop.profile #photo-bar .map-link.add-border,
      .body-shop.profile #photo-bar .main-images.add-border {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc; }
    @media (min-width: 768px) {
      .body-shop.profile #photo-bar .map-link {
        background-size: auto;
        height: 100%; }
      .body-shop.profile #photo-bar .main-images.side-photo-section {
        float: left;
        width: 100%;
        position: relative; } }
    .body-shop.profile #photo-bar .scheduling-enabled {
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .body-shop.profile #photo-bar .scheduling-enabled .map-container {
          height: 520px; } }
    .body-shop.profile #photo-bar .photo-estimate-enabled {
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .body-shop.profile #photo-bar .photo-estimate-enabled .map-container {
          height: 520px; } }
    @media (max-width: 767px) {
      .body-shop.profile #photo-bar .caliber-scheduling {
        height: auto;
        text-align: center; }
        .body-shop.profile #photo-bar .caliber-scheduling h2 {
          text-align: center; } }
    @media (min-width: 768px) {
      .body-shop.profile #photo-bar .caliber-scheduling .book-appt-button {
        float: right; } }
    .body-shop.profile #photo-bar address {
      text-transform: none;
      color: #333333;
      padding: 1em;
      font-size: 12px;
      height: 115px;
      min-width: 200px;
      background: rgba(255, 255, 255, 0.8);
      right: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 20px; }
      .body-shop.profile #photo-bar address div.arrow {
        width: 0;
        height: 0;
        margin: auto;
        border: 10px solid transparent;
        border-top: 20px #fff;
        border-bottom-width: 0;
        line-height: 0;
        _border-color: #fff #000 #000 #000;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
        position: absolute;
        bottom: -19px;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        /*@media(min-width: $screen-sm-min) {
              left: 90px;
            }
            @media(min-width: $screen-md-min) {
              left: 90px;
            }
            @media(min-width: $screen-lg-min) {
              left: 92px;
            }*/ }
      .body-shop.profile #photo-bar address div.image-thumbnail {
        position: relative;
        height: 100%; }
        .body-shop.profile #photo-bar address div.image-thumbnail a {
          position: relative;
          height: 100%;
          width: 100%;
          display: block;
          background-repeat: no-repeat; }
        .body-shop.profile #photo-bar address div.image-thumbnail img {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%); }
      @media (min-width: 768px) {
        .scheduling-enabled .body-shop.profile #photo-bar address {
          top: 150px; }
        .photo-estimate-enabled .body-shop.profile #photo-bar address {
          top: 150px; } }
      @media (min-width: 768px) {
        .body-shop.profile #photo-bar address a {
          display: block;
          margin-top: 3px; } }
  .body-shop.profile .book-appt-button, .body-shop.profile .photo-estimate-button {
    background: #00A5DB;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgba(50, 50, 50, 0.75) !important;
            box-shadow: 0 1px 1px rgba(50, 50, 50, 0.75) !important;
    padding: 6px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 10050; }
    @media (min-width: 768px) {
      .body-shop.profile .book-appt-button, .body-shop.profile .photo-estimate-button {
        width: 82%;
        margin: -3px 0; } }
    @media (min-width: 992px) {
      .body-shop.profile .book-appt-button, .body-shop.profile .photo-estimate-button {
        font-size: 18px;
        margin: -6px 0; } }
    @media (min-width: 1200px) {
      .body-shop.profile .book-appt-button, .body-shop.profile .photo-estimate-button {
        width: 67%; } }
    .body-shop.profile .book-appt-button:hover, .body-shop.profile .photo-estimate-button:hover {
      background: #007fa8; }
  .body-shop.profile .photo-main {
    margin: -16px 0;
    padding: 0;
    background-color: #ebebeb;
    overflow: hidden;
    white-space: nowrap; }
    .body-shop.profile .photo-main .slides {
      height: 150px; }
      @media (min-width: 768px) {
        .body-shop.profile .photo-main .slides {
          height: 300px; } }
    .body-shop.profile .photo-main .container {
      overflow: hidden;
      background: #f3f3f3 url(/consumer-resources/images/shop-profile/default_shop_image.svg) no-repeat center;
      background-size: cover; }
    .body-shop.profile .photo-main a {
      background: #fff;
      height: 100%;
      display: inline-block;
      padding: 0; }
      @media (min-width: 768px) {
        .body-shop.profile .photo-main a {
          padding: 0 10px; } }
      .body-shop.profile .photo-main a:first-of-type {
        padding-left: 0; }
      .body-shop.profile .photo-main a:last-of-type {
        padding-right: 0; }
    .body-shop.profile .photo-main img {
      height: 100%; }
  .body-shop.profile #about h3 {
    font-weight: 400; }
  .body-shop.profile #about .share-btns {
    padding: 0;
    margin: 0; }
    .body-shop.profile #about .share-btns li {
      margin: 0 0 0 10px; }
  .body-shop.profile #about .map-static {
    position: relative; }
    @media (max-width: 767px) {
      .body-shop.profile #about .map-static {
        margin: 0 -10px; } }
    @media (min-width: 768px) {
      .body-shop.profile #about .map-static.side-photo-section {
        margin: -20px;
        overflow: auto; } }
    .body-shop.profile #about .map-static .open {
      color: #3EB600; }
    .body-shop.profile #about .map-static .hours {
      padding: .3em 0; }
    .body-shop.profile #about .map-static div.glyph-container {
      border: 1px solid #333;
      position: absolute;
      padding: 6px;
      background: rgba(0, 0, 0, 0.6);
      filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
      bottom: 12px;
      right: 21px;
      z-index: 5;
      cursor: pointer; }
      .body-shop.profile #about .map-static div.glyph-container span {
        background: none;
        color: #fff; }
      .body-shop.profile #about .map-static div.glyph-container .glyphicon {
        color: #fff;
        font-size: 12px; }
  .body-shop.profile #about .map-link,
  .body-shop.profile #about .main-images {
    display: block;
    height: 130px;
    background-position: center;
    /*&.bottom-padding {
          margin-bottom: 24px;
        }*/ }
    @media (max-width: 767px) {
      .body-shop.profile #about .map-link,
      .body-shop.profile #about .main-images {
        margin-bottom: 10px; } }
    @media (max-width: 480px) {
      .body-shop.profile #about .map-link,
      .body-shop.profile #about .main-images {
        background-position: center;
        cursor: pointer; } }
    @media (min-width: 768px) {
      .body-shop.profile #about .map-link,
      .body-shop.profile #about .main-images {
        background-size: cover;
        height: 100%;
        margin: 0 -20px 0 -20px;
        background-position: center; } }
    @media (min-width: 992px) {
      .body-shop.profile #about .map-link,
      .body-shop.profile #about .main-images {
        margin: 0 -20px 0 -20px; } }
    @media (min-width: 1200px) {
      .body-shop.profile #about .map-link,
      .body-shop.profile #about .main-images {
        margin: 0 -20px 0 -20px; } }
  @media (min-width: 768px) {
    .body-shop.profile #about .map-link.side-photo-section,
    .body-shop.profile #about .main-images.side-photo-section {
      float: left;
      margin: 0; }
    .body-shop.profile #about .map-link.side-photo-section {
      width: 67%; }
    .body-shop.profile #about .main-images.side-photo-section {
      width: 33%; } }
  .body-shop.profile #about address {
    text-transform: none;
    color: #333333;
    padding: 1em;
    background: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    left: 25px;
    right: 50%;
    height: 132px; }
    @media (min-width: 768px) {
      .body-shop.profile #about address {
        height: 115px; } }
    .body-shop.profile #about address div.image-thumbnail {
      position: relative;
      height: 100%; }
      .body-shop.profile #about address div.image-thumbnail a {
        position: relative;
        height: 100%;
        width: 100%;
        display: block;
        background-repeat: no-repeat; }
      .body-shop.profile #about address div.image-thumbnail img {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    @media (min-width: 768px) {
      .body-shop.profile #about address {
        top: 80px;
        left: 30px;
        right: auto;
        min-width: 200px; } }
    @media (min-width: 768px) {
      .body-shop.profile #about address a {
        display: block;
        margin-top: 3px; } }
  .body-shop.profile #about p {
    font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
    padding-bottom: 10px; }
    @media (min-width: 768px) {
      .body-shop.profile #about p {
        padding-bottom: 20px; }
        .body-shop.profile #about p.about {
          clear: both;
          color: #333333; } }
    .body-shop.profile #about p#shopInfo {
      padding-bottom: 16px; }
  .body-shop.profile .about-sections {
    color: #333333;
    text-align: center; }
    @media (min-width: 992px) {
      .body-shop.profile .about-sections {
        text-align: left; } }
    .body-shop.profile .about-sections .card .blue {
      font-weight: bold;
      color: #00A5DB; }
    .body-shop.profile .about-sections h3 {
      font-size: 14px;
      padding: 1em 0 .5em 0;
      font-weight: 600; }
    .body-shop.profile .about-sections table {
      margin: 0 auto;
      min-width: 200px;
      text-align: left; }
      @media (min-width: 768px) {
        .body-shop.profile .about-sections table {
          margin: 0;
          min-width: auto; } }
      .body-shop.profile .about-sections table td {
        padding: .1em 0;
        text-transform: capitalize;
        white-space: nowrap; }
      .body-shop.profile .about-sections table td + td {
        padding: .1em 0 .1em 1em;
        text-transform: uppercase; }
      .body-shop.profile .about-sections table .active {
        color: #2980b9; }
    .body-shop.profile .about-sections .time-range {
      border-left: 1px solid #9d9d9d; }
    .body-shop.profile .about-sections .hours .sub {
      font-size: 12px;
      display: block;
      text-align: left;
      margin-top: 6px; }
    .body-shop.profile .about-sections .shop-info-section {
      width: 200px; }
      @media (min-width: 768px) {
        .body-shop.profile .about-sections .shop-info-section h3 {
          padding-left: 7%; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .body-shop.profile .about-sections .shop-info-section h3 {
      padding-left: 9%; } }
      @media (min-width: 768px) {
        .body-shop.profile .about-sections .shop-info-section {
          width: 86%;
          padding-left: 0; } }
      @media (min-width: 992px) {
        .body-shop.profile .about-sections .shop-info-section {
          width: 100%; }
          .body-shop.profile .about-sections .shop-info-section.col1 {
            width: 33%; } }
      .body-shop.profile .about-sections .shop-info-section div {
        text-align: left; }
        @media (min-width: 768px) {
          .body-shop.profile .about-sections .shop-info-section div {
            float: left;
            width: 33%;
            padding-left: 7%; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .body-shop.profile .about-sections .shop-info-section div {
      padding-left: 9%; } }
      @media (min-width: 992px) {
        .body-shop.profile .about-sections .shop-info-section.col1 div {
          width: auto; } }
      @media (min-width: 768px) {
        .body-shop.profile .about-sections .shop-info-section p span {
          display: table-cell; } }
      .body-shop.profile .about-sections .shop-info-section p span.data {
        padding-left: 12px; }
  .body-shop.profile #shop-details-col {
    color: #333333;
    text-align: left; }
    @media (max-width: 767px) {
      .body-shop.profile #shop-details-col {
        text-align: center; } }
    @media (max-width: 991px) {
      .body-shop.profile #shop-details-col.section-count-4 {
        text-align: center; } }
    .body-shop.profile #shop-details-col .details-group {
      text-align: center;
      vertical-align: top;
      margin: 0 auto;
      display: table;
      padding: 0 0 1em;
      width: 200px; }
      @media (min-width: 768px) {
        .body-shop.profile #shop-details-col .details-group {
          padding-bottom: 1.5em;
          display: inline-block;
          padding-left: 7%;
          width: 43%;
          margin: 0; }
          .body-shop.profile #shop-details-col .details-group.about-col-offset-2, .body-shop.profile #shop-details-col .details-group.about-col-offset-3 {
            width: 33%;
            padding-left: 0; } }
      @media (min-width: 992px) {
        .body-shop.profile #shop-details-col .details-group {
          width: auto;
          padding-left: 58px; }
          .body-shop.profile #shop-details-col .details-group:first-child {
            padding-left: 0; } }
      @media (min-width: 1200px) {
        .body-shop.profile #shop-details-col .details-group {
          padding-left: 100px; } }
      .body-shop.profile #shop-details-col .details-group .blue {
        font-weight: bold;
        color: #00A5DB; }
    .body-shop.profile #shop-details-col h3 {
      font-size: 14px;
      padding: 1em 0 .5em 0;
      font-weight: 600; }
    .body-shop.profile #shop-details-col table {
      margin: 0 auto;
      min-width: 200px;
      text-align: left; }
      @media (min-width: 768px) {
        .body-shop.profile #shop-details-col table {
          margin: 0;
          min-width: auto; } }
      .body-shop.profile #shop-details-col table td {
        padding: .1em 0;
        text-transform: capitalize;
        white-space: nowrap; }
      .body-shop.profile #shop-details-col table td + td {
        padding: .1em 0 .1em 1em;
        text-transform: uppercase; }
      .body-shop.profile #shop-details-col table .active {
        color: #2980b9; }
    .body-shop.profile #shop-details-col .time-range {
      border-left: 1px solid #9d9d9d; }
    .body-shop.profile #shop-details-col .hours .sub {
      font-size: 12px;
      display: block;
      text-align: left;
      margin-top: 6px; }
    .body-shop.profile #shop-details-col ul {
      min-width: 200px;
      display: inline-block;
      list-style-type: none;
      margin: 0 auto;
      padding: 0;
      text-align: left; }
      @media (min-width: 768px) {
        .body-shop.profile #shop-details-col ul {
          display: block;
          margin: 0; } }
      @media (min-width: 992px) {
        .body-shop.profile #shop-details-col ul {
          min-width: auto; } }
    .body-shop.profile #shop-details-col li {
      margin: 0;
      padding: .1em 0; }
    .body-shop.profile #shop-details-col .shop-info-section {
      width: 200px; }
      @media (min-width: 768px) {
        .body-shop.profile #shop-details-col .shop-info-section h3 {
          padding-left: 7%; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .body-shop.profile #shop-details-col .shop-info-section h3 {
      padding-left: 9%; } }
      @media (min-width: 768px) {
        .body-shop.profile #shop-details-col .shop-info-section {
          width: 86%;
          padding-left: 0; } }
      @media (min-width: 992px) {
        .body-shop.profile #shop-details-col .shop-info-section {
          width: 100%; }
          .body-shop.profile #shop-details-col .shop-info-section.col1 {
            width: 33%; } }
      .body-shop.profile #shop-details-col .shop-info-section div {
        text-align: left; }
        @media (min-width: 768px) {
          .body-shop.profile #shop-details-col .shop-info-section div {
            float: left;
            width: 33%;
            padding-left: 7%; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .body-shop.profile #shop-details-col .shop-info-section div {
      padding-left: 9%; } }
      @media (min-width: 992px) {
        .body-shop.profile #shop-details-col .shop-info-section.col1 div {
          width: auto; } }
      @media (min-width: 768px) {
        .body-shop.profile #shop-details-col .shop-info-section p span {
          display: table-cell; } }
      .body-shop.profile #shop-details-col .shop-info-section p span.data {
        padding-left: 12px; }
  .body-shop.profile .controls a.collapse-up {
    border-top: 1px solid #cccccc;
    margin-top: 30px;
    position: relative;
    z-index: 0; }
  .body-shop.profile .controls a.collapse {
    text-align: center;
    padding: .7em 0 0 0 !important;
    cursor: pointer; }
  .body-shop.profile #amenities ul {
    display: table;
    width: 100%;
    padding: 0;
    margin: 0 0 -1% 0; }
  .body-shop.profile #amenities li {
    display: inline-block;
    text-align: center;
    width: 95px;
    margin: 0; }
    @media (min-width: 768px) {
      .body-shop.profile #amenities li {
        width: 130px; } }
  .body-shop.profile #amenities a,
  .body-shop.profile #amenities span {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 10px;
    color: #333333;
    font-weight: 600; }
  .body-shop.profile #amenities span {
    margin-bottom: -2%; }
  .body-shop.profile .amenity-link {
    height: 35px; }
    @media (min-width: 768px) {
      .body-shop.profile .amenity-link {
        height: 50px; } }
    .body-shop.profile .amenity-link.rental {
      background: url(/consumer-resources/images/icons/rental.svg) no-repeat center;
      background-size: contain; }
    .body-shop.profile .amenity-link.towing {
      background: url(/consumer-resources/images/icons/towing.svg) no-repeat center;
      background-size: contain; }
    .body-shop.profile .amenity-link.free-estimate {
      background: url(/consumer-resources/images/icons/estimate.svg) no-repeat center;
      background-size: contain; }
  .body-shop.profile .reviews {
    padding: 0; }
    .body-shop.profile .reviews p.no-reviews {
      padding: 1em 0; }
    .body-shop.profile .reviews .no-reviews-container {
      margin-bottom: 12px; }
    .body-shop.profile .reviews #rating-stats h2 {
      font-size: 12px;
      margin-right: 38px;
      float: right; }
    .body-shop.profile .reviews #rating-stats ul {
      display: table;
      width: 100%;
      border-spacing: 0 7px; }
    .body-shop.profile .reviews .stats-group {
      width: 100%;
      display: table-row; }
      .body-shop.profile .reviews .stats-group div {
        display: table-cell;
        vertical-align: middle;
        white-space: nowrap; }
      .body-shop.profile .reviews .stats-group .name {
        padding-right: 1em;
        font-size: 12px; }
      .body-shop.profile .reviews .stats-group .value {
        padding-left: 1em;
        font-size: 12px; }
      .body-shop.profile .reviews .stats-group .progress {
        width: 100%;
        border-radius: 4px;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f4cf), to(#f4f4cf));
        background-image: linear-gradient(to bottom, #f4f4cf 0, #f4f4cf 100%);
        filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4cf', endColorstr='#f4f4cf', GradientType=0)";
        background-repeat: repeat-x;
        background-color: #f4f4cf;
        -webkit-box-shadow: none;
                box-shadow: none; }
      .body-shop.profile .reviews .stats-group .value {
        display: table-cell;
        width: auto;
        vertical-align: middle; }
    .body-shop.profile .reviews .progress-bar {
      filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F6A828', endColorstr='#F6A828', GradientType=0)";
      background: #f4f4cf -webkit-gradient(linear, left top, left bottom, color-stop(0, #f6a828), to(#f6a828));
      background: #f4f4cf linear-gradient(to bottom, #f6a828 0, #f6a828 100%);
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transition: width 1.5s ease-in-out;
      transition: width 1.5s ease-in-out; }
    .body-shop.profile .reviews h2 small {
      color: #666666;
      font-size: 14px; }
    @media (min-width: 768px) {
      .body-shop.profile .reviews #review-list h2 {
        text-align: left; } }
    .body-shop.profile .reviews #rating-stats {
      margin-top: -20px; }
      .body-shop.profile .reviews #rating-stats h2 {
        margin: 0;
        padding: 0;
        color: #9d9d9d; }
    .body-shop.profile .reviews div.sort-container {
      margin-top: 4px; }
    .body-shop.profile .reviews ul.sort {
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .body-shop.profile .reviews ul.sort {
          text-align: right; } }
      .body-shop.profile .reviews ul.sort li {
        display: inline-block;
        vertical-align: bottom;
        margin: 0 0 0 .4em;
        font-size: .9em; }
        @media (min-width: 768px) {
          .body-shop.profile .reviews ul.sort li {
            text-align: right;
            font-size: .9em; } }
        @media (min-width: 992px) {
          .body-shop.profile .reviews ul.sort li {
            margin: 0 0 0 .7em;
            font-size: .9em; } }
        @media (min-width: 1200px) {
          .body-shop.profile .reviews ul.sort li {
            margin: 0 0 0 .7em;
            font-size: 1em; } }
        .body-shop.profile .reviews ul.sort li .active.asc:after {
          font-family: "Glyphicons Halflings";
          content: "\e113";
          position: relative;
          top: 1px;
          left: 3px; }
        .body-shop.profile .reviews ul.sort li .active.desc::after {
          font-family: 'Glyphicons Halflings';
          content: '\e114';
          position: relative;
          top: 3px;
          left: 3px; }
        .body-shop.profile .reviews ul.sort li:last-child {
          margin-right: 0;
          padding-right: 0; }
    .body-shop.profile .reviews .review-item {
      margin-bottom: 1em; }
  .body-shop.profile .nearby-shops.no-reviews {
    margin-bottom: 1em; }
    .body-shop.profile .nearby-shops.no-reviews h2 {
      padding-bottom: 6px; }
    .body-shop.profile .nearby-shops.no-reviews .item {
      width: 100%;
      color: #666666;
      display: block;
      border: 1px solid #ebebeb;
      background: #f7f7f7; }
      .body-shop.profile .nearby-shops.no-reviews .item:hover {
        background-color: #ebebeb; }
      .body-shop.profile .nearby-shops.no-reviews .item h2 {
        text-align: left;
        font-size: 16px;
        color: #2980b9;
        margin: 0 0 6px 0;
        padding-bottom: 0; }
    .body-shop.profile .nearby-shops.no-reviews .shop-logo {
      height: 100px !important;
      min-height: 100px;
      color: #ebebeb;
      font-size: 100px;
      text-align: center;
      display: block;
      border: 4px solid transparent;
      position: relative;
      background: transparent no-repeat center center;
      background-size: contain; }
    .body-shop.profile .nearby-shops.no-reviews .icon-cw-garage-car,
    .body-shop.profile .nearby-shops.no-reviews .icon-cw-question-mark {
      height: 0; }
      .body-shop.profile .nearby-shops.no-reviews .icon-cw-garage-car::before,
      .body-shop.profile .nearby-shops.no-reviews .icon-cw-question-mark::before {
        height: 100px;
        font-size: 100px;
        text-align: center;
        display: block;
        color: #ebebeb;
        background-color: #fff; }
    .body-shop.profile .nearby-shops.no-reviews .shop-description {
      font-size: 14px !important;
      padding: .7em;
      border-top: 1px solid #ebebeb; }
      .body-shop.profile .nearby-shops.no-reviews .shop-description span {
        font-size: 14px !important; }
    .body-shop.profile .nearby-shops.no-reviews .review-count {
      display: block;
      color: #666666; }
    .body-shop.profile .nearby-shops.no-reviews address {
      margin: .5em 0 0 0; }
  .body-shop.profile #outOfNetwork {
    max-width: 800px; }
  .body-shop.profile .out-of-network h2,
  .body-shop.profile .incomplete-shop-nearby-section h2 {
    text-align: left;
    margin: 12px 0;
    padding: 0; }
  .body-shop.profile .out-of-network h2 + p,
  .body-shop.profile .incomplete-shop-nearby-section h2 + p {
    margin-bottom: 12px; }
  .body-shop.profile .out-of-network .facility,
  .body-shop.profile .incomplete-shop-nearby-section .facility {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #ebebeb; }
    .body-shop.profile .out-of-network .facility:first-child,
    .body-shop.profile .incomplete-shop-nearby-section .facility:first-child {
      border-bottom: 0; }
    .body-shop.profile .out-of-network .facility a,
    .body-shop.profile .incomplete-shop-nearby-section .facility a {
      overflow: auto;
      display: block; }
    @media (min-width: 768px) {
      .body-shop.profile .out-of-network .facility,
      .body-shop.profile .incomplete-shop-nearby-section .facility {
        border: 0;
        padding: 8px; }
        .body-shop.profile .out-of-network .facility a,
        .body-shop.profile .incomplete-shop-nearby-section .facility a {
          overflow: hidden; } }
  .body-shop.profile .out-of-network .review-count,
  .body-shop.profile .incomplete-shop-nearby-section .review-count {
    display: block;
    color: #666666; }
  .body-shop.profile .out-of-network .shop-logo,
  .body-shop.profile .incomplete-shop-nearby-section .shop-logo {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 87px;
    border: 4px solid transparent;
    height: 73px;
    background: transparent no-repeat center center;
    background-size: contain; }
    @media (min-width: 768px) {
      .body-shop.profile .out-of-network .shop-logo,
      .body-shop.profile .incomplete-shop-nearby-section .shop-logo {
        border: 1px solid #ebebeb;
        height: 100px;
        min-height: 100px;
        color: #ebebeb;
        text-align: center;
        display: block;
        width: auto;
        padding: 6px; } }
  .body-shop.profile .out-of-network .shop-description,
  .body-shop.profile .incomplete-shop-nearby-section .shop-description {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    min-height: 73px;
    margin-left: 6px; }
    .body-shop.profile .out-of-network .shop-description h2,
    .body-shop.profile .incomplete-shop-nearby-section .shop-description h2 {
      font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
      font-size: 16px;
      line-height: 1;
      padding: 0;
      margin: 0 0 6px; }
    .body-shop.profile .out-of-network .shop-description address,
    .body-shop.profile .incomplete-shop-nearby-section .shop-description address {
      padding: 0;
      margin: 3px 0 0;
      color: #9d9d9d; }
      @media (min-width: 768px) {
        .body-shop.profile .out-of-network .shop-description address,
        .body-shop.profile .incomplete-shop-nearby-section .shop-description address {
          display: block; } }
    .body-shop.profile .out-of-network .shop-description .review-count,
    .body-shop.profile .incomplete-shop-nearby-section .shop-description .review-count {
      font-size: 12px;
      color: #333333; }
    .body-shop.profile .out-of-network .shop-description p.distance,
    .body-shop.profile .incomplete-shop-nearby-section .shop-description p.distance {
      font-size: 12px;
      color: #9d9d9d; }
    .body-shop.profile .out-of-network .shop-description span,
    .body-shop.profile .incomplete-shop-nearby-section .shop-description span {
      font-size: 14px !important; }
      .body-shop.profile .out-of-network .shop-description span.notrated,
      .body-shop.profile .incomplete-shop-nearby-section .shop-description span.notrated {
        color: #9d9d9d; }
    @media (min-width: 768px) {
      .body-shop.profile .out-of-network .shop-description,
      .body-shop.profile .incomplete-shop-nearby-section .shop-description {
        margin-left: 0;
        line-height: 1.8;
        width: 100%;
        white-space: nowrap;
        padding: .7em;
        border: 1px solid #ebebeb;
        border-top: 0;
        height: 130px;
        background: #f7f7f7; } }

.base-page .navbar-fixed-top + section.main {
  padding-top: 43px; }
  @media (min-width: 768px) {
    .base-page .navbar-fixed-top + section.main {
      padding-top: 60px; } }

.base-page section.main {
  padding-bottom: 2em; }
  .base-page section.main > .container {
    -webkit-transform: all 900ms ease-out;
            transform: all 900ms ease-out;
    background: #fff;
    padding: 8px 16px 16px; }

.base-page section.sub-section > .container-fluid {
  -webkit-transform: all 900ms ease-out;
          transform: all 900ms ease-out;
  background: transparent;
  padding: 6px; }

.base-page section.sub-section > .wrapper {
  padding: 6px 0; }
  @media (max-width: 767px) {
    .base-page section.sub-section > .wrapper {
      padding: 6px; } }

.base-page .pad-sub-section-v {
  padding-top: 6px;
  padding-bottom: 6px; }

.base-page .pad-sub-section-h {
  padding-left: 6px;
  padding-right: 6px; }

.base-page .pad-sub-section-t {
  padding-top: 6px; }
  @media (max-width: 767px) {
    .base-page .pad-sub-section-t {
      padding-top: 12px; } }

.base-page .pad-sub-section-b {
  padding-bottom: 6px; }
  @media (max-width: 767px) {
    .base-page .pad-sub-section-b {
      padding-bottom: 12px; } }

.base-page p {
  font-weight: 400;
  font-size: 14px; }

.serviceDetail{
	text-align: center;
	padding-bottom: 10px;
}

.contactus-title{
	margin-top: 20px !important;
	font-size: 22px !important;
	color: #333333 !important;
	padding-bottom: 0px !important;
	line-height: 1.1 !important;
}

.contactus-content {
	margin-top: 6px !important;
	font-size: 12px !important;
	margin-bottom: 15px !important;
}


.contactus-support
{
	color: #333333 !important;
	font-size: 12px !important;
	font-weight: bold !important;
	margin-top: 6px !important;
	padding-bottom: 0px !important;
}


.contactus-number {
	font-size: 20px !important;
	color: #35A7ED !important;
	margin-top: 5px !important;
}

.contactus-hour {
	font-size: 12px !important;
	font-weight: bold !important;
	color: #333333 !important;
	margin-top: 14px !important;
	padding-bottom: 0px !important;
}

.contactus-timing{
	font-size: 12px !important;
	line-height: 1.6 !important;
	margin-top: 6px;
}


@media (min-width: 768px) {
	.contactus-breadcrumb {
		color: #333333;
	}

	.contactus-title{
		margin-top: 33px !important;
		font-size: 22px !important;
		color: #333333 !important;
		padding-bottom: 0px !important;
		line-height: 1 !important;
		margin-left: 24px !important;
	}

	.contactus-support {
		font-weight: bold !important;
		margin-left: 24px !important;
		font-size: 12px !important;
		color: #333 !important;
		padding-bottom: 0px !important;
		margin-top: 14px !important;
	}

	.contactus-content {
		margin-left: 24px;
		font-size: 12px !important;
		line-height: 1.5 !important;
		margin-top: 6px !important;
	}



	.contactus-number {
		font-size: 20px !important;
		color: #35A7ED !important;
		margin-left: 24px !important;
		margin-top: 4px !important;
	}

	.contactus-hour {
		margin-left: 24px !important;
		font-size: 12px !important;
		color: #333333 !important;
		margin-top: 15px !important;
		font-weight: bold !important;
		padding-bottom: 2px !important;
	}

	.contactus-timing {
		margin-left: 24px;
		font-size: 12px !important;
		line-height: 1.8;
	}

}

.base-page h1,
.base-page h2,
.base-page h4 {
  font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
  color: #666666;
  text-align: left; }

.base-page h1 {
  font-weight: 700;
  font-size: 18px;
  margin: 0;
  padding: 0 0 1rem; }
  .base-page h1.headingplugin {
    font-size: 46px !important;
    color: #707070 !important;
    font-weight: 300 !important;
    margin-top: 30px !important;
    padding-bottom: 11px !important;
    font-family: "Roboto" !important; }

.base-page h2 {
  font-weight: 500;
  font-size: 16px;
  padding: 0 0 .8rem;
  margin: 0; }

.base-page h3 {
  font-size: 14px;
  font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
  font-weight: 500;
  text-transform: none;
  padding: 0 0 .8rem;
  margin: 0; }
  .base-page h3 > a {
    color: #2980b9; }

.base-page h4 {
  font-size: 12px;
  font-weight: 500;
  color: #333333;
  margin: 0; }

@media (min-width: 768px) {
	.base-page h1 {
		font-size: 20px;}
    .base-page h1.headingplugin {
      font-size: 46px !important;
      color: #707070 !important;
      font-weight: 300 !important;
      margin-top: 30px !important;
      padding-bottom: 11px !important;
      font-family: "Roboto" !important; }
  .base-page h2 {
    font-size: 18px; }
  .base-page h3 {
    font-size: 16px; }
  .base-page h4 {
    font-size: 14px; } }

.base-page p {
  font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
  color: #333333;
  padding: .5em 0;
  padding: 0 0 .8rem; }

.base-page strong {
  font-weight: 500;
  color: #333333; }

.base-page small {
  display: block;
  padding: 1em 0;
  color: #9d9d9d; }

.base-page span {
  margin: 0; }

.base-page .panel {
  background: #f3f3f3;
  margin-bottom: 3px;
  margin-top: 0;
  padding: 1em; }
  .base-page .panel > .row .header > h2 {
    font-size: 15px;
    font-weight: 500;
    color: #000; }
  .base-page .panel > .row > p {
    font-size: 13px !important; }

.base-page .panel-body {
  background: #f4f4f4;
  padding: 1em !important; }
  @media (min-width: 768px) {
    .base-page .panel-body {
      padding: 1em 4em 1em 2.7em !important; } }
  .base-page .panel-body > h4 {
    margin-top: 0; }
  .base-page .panel-body > p {
    padding-top: 0; }

.faq .glyphicon-plus-sign {
  font-size: 17px; }

.faq .glyphicon-plus-sign:after {
  content: " "; }

.faq p {
  font-weight: 400; }
  @media (min-width: 768px) {
    .faq p {
      font-size: 16px; } }

.faq .main {
  padding-bottom: 2em; }
  .faq .main > .container {
    background: #fff;
    padding-bottom: 0;
    padding-top: 7px; }
  @media (min-width: 768px) {
    .faq .main .wrapper {
      padding: 0 .7em; } }
  .faq .main h1,
  .faq .main h2,
  .faq .main h4 {
    font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
    color: #666666;
    text-align: left; }
  .faq .main h1 {
    font-weight: 700;
    font-size: 20px;
    margin: 0;
    padding: 0; }
  .faq .main h2 {
    padding: 1.5em 0 .8em;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.1; }
  .faq .main h3 {
    font-size: 1.1em;
    font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
    font-weight: 500;
    text-transform: none;
    padding: 0;
    margin: 0;
    line-height: 1.2; }
    .faq .main h3 > a {
      color: #2980b9; }
  .faq .main h4 {
    font-weight: 500;
    color: #333333;
    font-size: 1.1em; }
  .faq .main p {
    font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
    color: #333333;
    padding: .5em 0;
    line-height: 1.42857; }
  .faq .main strong {
    font-weight: 500;
    color: #333333; }
  .faq .main small {
    display: block;
    padding: 1em 0;
    color: #9d9d9d; }
  .faq .main span {
    margin: 0;
    padding-right: .5em; }

.faq .panel {
  background: #f3f3f3;
  margin-bottom: 3px;
  margin-top: 0;
  padding: 0; }

.faq .panel-body {
  background: #fff;
  padding: 1em !important; }
  @media (min-width: 768px) {
    .faq .panel-body {
      padding: 1em 4em 1em 2.7em !important; } }
  .faq .panel-body > h4 {
    margin-top: 0; }
  .faq .panel-body > p {
    padding-top: 0; }

.t-and-c h3 {
  color: #000; }

.t-and-c li {
  list-style-position: outside;
  /*list-style-image: url('data: image/svg+xml;utf8,base64,<svg xmlns="http: //www.w3.org/2000/svg" viewBox="0 0 420 400"><path d="M137 399.5c11.3 2.4 27-4 32.7-12L415.2 55c7.2-9.8 6.3-33.5-2.8-45.8-5.3-7-16-10-24.7-9-14 1.7-27.8 16-35.2 23.8C279 99.6 209.3 178.2 140.7 258 110 237.5 68.3 189 58 182c-6.7-4.6-30.8-14-45.8-.8-19.6 17.2-11 42.7-5.7 50.2l86.3 125.2c12.2 16.5 24 38.6 44 43z"/></svg>');*/ }

.contact section > .container,
.getting-started section > .container {
  padding-bottom: 2em;
  min-height: 800px; }

.contact .nav-pills > li,
.getting-started .nav-pills > li {
  margin: 0; }
  .contact .nav-pills > li a,
  .getting-started .nav-pills > li a {
    display: block;
    border-radius: .5em;
    font-size: 1.5em;
    border: 1px solid #00A5DB; }
    @media (min-width: 768px) {
      .contact .nav-pills > li a,
      .getting-started .nav-pills > li a {
        padding: 60px; } }
  @media (min-width: 768px) {
    .contact .nav-pills > li:first-child,
    .getting-started .nav-pills > li:first-child {
      padding-right: 7px; }
    .contact .nav-pills > li:last-child,
    .getting-started .nav-pills > li:last-child {
      padding-left: 7px; }
    .contact .nav-pills > li.active a,
    .getting-started .nav-pills > li.active a {
      padding-bottom: 70px !important;
      border-radius: .5em .5em 0 0; } }

.contact .tab-pane,
.getting-started .tab-pane {
  padding: 1em;
  border: 1px solid #00A5DB; }
  .contact .tab-pane h2,
  .getting-started .tab-pane h2 {
    padding-bottom: 0; }

@media (min-width: 768px) {
  .contact form#contactForm,
  .getting-started form#contactForm {
    padding: 1em 5em; } }

.contact label,
.getting-started label {
  font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
  color: #000; }

.contact .form-control,
.getting-started .form-control {
  border: 1px solid #cccccc !important; }
  .contact .form-control:focus,
  .getting-started .form-control:focus {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-box-shadow 100ms ease-out;
    transition: -webkit-box-shadow 100ms ease-out;
    transition: box-shadow 100ms ease-out;
    transition: box-shadow 100ms ease-out, -webkit-box-shadow 100ms ease-out; }

.contact .form-group.has-error > input,
.contact .form-group.has-error > textarea,
.getting-started .form-group.has-error > input,
.getting-started .form-group.has-error > textarea {
  background-color: #FEE; }

.contact .form-group small,
.getting-started .form-group small {
  display: inline-block;
  font-weight: 300;
  padding: 0; }

.contact .btn,
.getting-started .btn {
  border-radius: .2em; }

body.own-a-shop {
  background: #e7e5d0; }

.own-a-shop #nav-top {
  -webkit-box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12) !important;
          box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12) !important; }

.own-a-shop .wrapper {
  padding: 0 2em; }

.own-a-shop .container h2, .own-a-shop .container-fluid h2 {
  line-height: 1.1; }

.own-a-shop .container p, .own-a-shop .container h3, .own-a-shop .container-fluid p, .own-a-shop .container-fluid h3 {
  line-height: 1.2; }

.own-a-shop h3 {
  color: #069;
  font-family: 'Open Sans',Arial,sans-serif !important;
  font-weight: 600;
  text-transform: none;
  padding: 0 0 .5em; }

.own-a-shop p {
  color: #fff;
  font-family: 'Open Sans',Arial,sans-serif;
  font-weight: 200;
  text-shadow: 1px 1px #666;
  padding: 0 0 1em 0; }
  @media (min-width: 768px) {
    .own-a-shop p {
      font-size: 1.3em;
      padding-bottom: 1em; } }
  @media (min-width: 992px) {
    .own-a-shop p {
      margin: 0;
      padding: 0 0 1em 0;
      font-size: 1.4em; } }

.own-a-shop .main {
  margin-bottom: 0;
  padding-bottom: 0; }
  .own-a-shop .main .container {
    padding-bottom: 0;
    padding-top: 0;
    /*@media(min-width:$grid-float-breakpoint){
					padding-top:$nav-main-height;
				}*/ }
  .own-a-shop .main h2 {
    color: #fff;
    font-family: 'Open Sans',Arial,sans-serif;
    font-weight: normal;
    margin-top: 50%;
    text-shadow: 1px 1px #666;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .own-a-shop .main h2 {
        font-size: 2em;
        margin-top: 1.5em; } }
    @media (min-width: 992px) {
      .own-a-shop .main h2 {
        font-size: 2em;
        margin-top: 1.5em; } }
    @media (min-width: 1200px) {
      .own-a-shop .main h2 {
        font-size: 2.1em;
        margin-top: 1.5em; } }

.own-a-shop #hero > .row {
  background: #00a5db url("/consumer-resources/images/own-a-shop/hero-shop-owner-980x353.jpg") top right no-repeat;
  background-size: auto 50%;
  height: 510px; }

@media (max-width: 480px) {
  .own-a-shop #hero > .row {
    height: 510px !important;
    background-position: right -10% !important;
    background-size: auto 50% !important; }
    .own-a-shop #hero > .row h2 {
      font-size: 1.9em;
      padding: 0 0 .2em; }
    .own-a-shop #hero > .row p {
      font-size: 1.3em; }
    .own-a-shop #hero > .row div {
      height: 100%; }
      .own-a-shop #hero > .row div .wrapper {
        position: absolute;
        height: auto;
        top: auto !important;
        bottom: 0 !important;
        left: 0;
        right: 0;
        padding-bottom: 2em; } }

@media (min-width: 480px) {
  .own-a-shop #hero > .row {
    height: 353px !important;
    background-position: 80% !important;
    background-size: auto 100% !important; }
    .own-a-shop #hero > .row h2 {
      margin: 0;
      padding: 1.5em 0 .5em 0;
      text-align: left; }
    .own-a-shop #hero > .row p {
      max-width: 260px;
      font-size: 1.2em;
      padding-bottom: 1em; } }

@media (min-width: 768px) {
  .own-a-shop #hero > .row {
    height: 353px !important;
    background-position: right top !important;
    background-size: auto 100% !important; }
    .own-a-shop #hero > .row h2 {
      margin: 0;
      padding: 1.3em 0 .75em 0; }
    .own-a-shop #hero > .row p {
      max-width: inherit; } }

@media (min-width: 992px) {
  .own-a-shop #hero > .row {
    background-size: auto 100%;
    height: 353px !important;
    min-height: inherit; } }

@media (min-width: 992px) {
  .own-a-shop #hero > .row h2 {
    margin: 0;
    padding: 1.3em 0 .5em;
    font-size: 2.5em; }
  .own-a-shop #hero > .row p {
    font-size: 1.8em;
    padding: 0 0 .5em 0; } }

.own-a-shop .img-responsive {
  width: 100%;
  border: 1px solid #ccc;
  padding-top: .5em; }

.own-a-shop section .btn {
  font-family: 'Open Sans',Arial,sans-serif !important;
  font-weight: 500;
  font-size: 18px;
  line-height: 110%;
  background: #5bbf21;
  -webkit-box-shadow: 0 1px 2px 0 #333 !important;
          box-shadow: 0 1px 2px 0 #333 !important;
  margin: 0 .75em .75em 0;
  color: #fff;
  padding: 0.5em;
  border-radius: 4px;
  text-align: left;
  width: 50%; }
  .own-a-shop section .btn small {
    display: block;
    font-size: 15px;
    font-weight: 200; }
  @media (max-width: 480px) {
    .own-a-shop section .btn {
      font-size: 16px;
      width: 100% !important;
      margin-bottom: .5em; }
      .own-a-shop section .btn small {
        font-size: 12px; } }
  @media (min-width: 768px) {
    .own-a-shop section .btn {
      width: 70%; } }
  @media (min-width: 992px) {
    .own-a-shop section .btn {
      font-size: 22px;
      width: 45%; }
      .own-a-shop section .btn small {
        font-size: 20px -2px; } }
  .own-a-shop section .btn:hover {
    background: #4cac14; }

.own-a-shop ul.checklist {
  margin: 0;
  padding: 0 0 .5em;
  line-height: 1.3; }
  .own-a-shop ul.checklist li {
    list-style: none;
    font-size: 1em;
    font-weight: 400;
    margin: 0;
    padding: 0 0 .5em;
    color: #666666;
    /*list-style-position: outside;
			list-style-image: url('data:image/svg+xml;charset=utf-8,<svg%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"%20viewBox%3D"0%200%20420%20400"><path%20d%3D"M137%20399.5c11.3%202.4%2027-4%2032.7-12L415.2%2055c7.2-9.8%206.3-33.5-2.8-45.8-5.3-7-16-10-24.7-9-14%201.7-27.8%2016-35.2%2023.8C279%2099.6%20209.3%20178.2%20140.7%20258%20110%20237.5%2068.3%20189%2058%20182c-6.7-4.6-30.8-14-45.8-.8-19.6%2017.2-11%2042.7-5.7%2050.2l86.3%20125.2c12.2%2016.5%2024%2038.6%2044%2043z"%2F><%2Fsvg>');*/ }
    .own-a-shop ul.checklist li:before {
      content: "\e906";
      font-family: 'Carwise';
      font-size: 1.2em;
      color: #999;
      line-height: 0;
      top: .1em;
      position: relative;
      margin-right: .4em;
      color: #9d9d9d; }
    @media (min-width: 768px) {
      .own-a-shop ul.checklist li {
        font-size: 1.1em; }
        .own-a-shop ul.checklist li:before {
          font-size: 1.7em; } }

.own-a-shop #shopfinder .btn, .own-a-shop #repair-status .btn {
  margin: 0 0 1.5em; }

@media (min-width: 768px) {
  .own-a-shop #shopfinder .btn, .own-a-shop #repair-status .btn {
    width: auto;
    margin: 0 0 1.3em 1.3em; } }

@media (min-width: 480px) and (max-width: 767px) {
  .own-a-shop #shopfinder .wrapper, .own-a-shop #repair-status .wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 1em; }
  .own-a-shop #shopfinder h3, .own-a-shop #repair-status h3 {
    text-align: center; }
  .own-a-shop #shopfinder ul, .own-a-shop #repair-status ul {
    width: 80%;
    margin: 0 auto; }
  .own-a-shop #shopfinder .btn, .own-a-shop #repair-status .btn {
    margin: 0 auto 1em auto;
    width: 70%;
    display: block;
    text-align: center; } }

.own-a-shop #repair-status {
  margin-bottom: 3em; }

@media (min-width: 768px) {
  .own-a-shop .pull-left {
    padding-right: 15px; }
  .own-a-shop .pull-right {
    padding-left: 15px; } }

.dent-repair .bg-gray-lighter .figtext {
  background: #ebebeb; }

.dent-repair .figtext {
  background: #fff; }

.dent-repair #hero > .row {
  background: url("/consumer-resources/images/landing-pages/dent-repair/hero/hero-1920px-1x.jpg") center center no-repeat;
  background-size: cover;
  height: 60vmax;
  max-height: 80vh; }
  @media (max-width: 320px) and (min-device-pixel-ratio: 1.5) {
    .dent-repair #hero > .row {
      background-image: url("/consumer-resources/images/landing-pages/dent-repair/hero/hero-320px-2x.jpg") center center no-repeat;
      background-image: -webkit-image-set(url("/consumer-resources/images/landing-pages/dent-repair/hero/hero-320px-2x.jpg") 1x, url("/consumer-resources/images/landing-pages/dent-repair/hero/hero-320px-2x.jpg") 2x, url("/consumer-resources/images/landing-pages/dent-repair/hero/hero-320px-3x.jpg") 3x);
      background-image: image-set("/consumer-resources/images/landing-pages/dent-repair/hero/hero-320px-2x.jpg" 1x, "/consumer-resources/images/landing-pages/dent-repair/hero/hero-320px-2x.jpg" 2x, "/consumer-resources/images/landing-pages/dent-repair/hero/hero-320px-3x.jpg" 3x); } }
  @media (min-width: 480px) {
    .dent-repair #hero > .row {
      background-image: url("/consumer-resources/images/landing-pages/dent-repair/hero/hero-736px-2x.jpg");
      background-image: -webkit-image-set(url("/consumer-resources/images/landing-pages/dent-repair/hero/hero-736px-2x.jpg") 1x, url("/consumer-resources/images/landing-pages/dent-repair/hero/hero-480px-2x.jpg") 2x, url("/consumer-resources/images/landing-pages/dent-repair/hero/hero-480px-3x.jpg") 3x);
      background-image: image-set("/consumer-resources/images/landing-pages/dent-repair/hero/hero-736px-2x.jpg" 1x, "/consumer-resources/images/landing-pages/dent-repair/hero/hero-480px-2x.jpg" 2x, "/consumer-resources/images/landing-pages/dent-repair/hero/hero-480px-3x.jpg" 3x); } }
  @media (min-width: 768px) and (min-device-pixel-ratio: 1.5) {
    .dent-repair #hero > .row {
      background-image: url("/consumer-resources/images/landing-pages/dent-repair/hero/hero-736px-2x.jpg");
      background-image: -webkit-image-set(url("/consumer-resources/images/landing-pages/dent-repair/hero/hero-736px-2x.jpg") 1x, url("/consumer-resources/images/landing-pages/dent-repair/hero/hero-736px-2x.jpg") 2x, url("/consumer-resources/images/landing-pages/dent-repair/hero/hero-736px-3x.jpg") 3x);
      background-image: image-set("/consumer-resources/images/landing-pages/dent-repair/hero/hero-736px-2x.jpg" 1x, "/consumer-resources/images/landing-pages/dent-repair/hero/hero-736px-2x.jpg" 2x, "/consumer-resources/images/landing-pages/dent-repair/hero/hero-736px-3x.jpg" 3x); } }
  @media (min-width: 992px) and (min-device-pixel-ratio: 1.5) {
    .dent-repair #hero > .row {
      background-image: url("/consumer-resources/images/landing-pages/dent-repair/hero/hero-736px-2x.jpg");
      background-image: -webkit-image-set(url("/consumer-resources/images/landing-pages/dent-repair/hero/hero-736px-2x.jpg") 1x, url("/consumer-resources/images/landing-pages/dent-repair/hero/hero-736px-2x.jpg") 2x, url("/consumer-resources/images/landing-pages/dent-repair/hero/hero-736px-3x.jpg") 3x);
      background-image: image-set("/consumer-resources/images/landing-pages/dent-repair/hero/hero-736px-2x.jpg" 1x, "/consumer-resources/images/landing-pages/dent-repair/hero/hero-736px-2x.jpg" 2x, "/consumer-resources/images/landing-pages/dent-repair/hero/hero-736px-3x.jpg" 3x); } }
  @media (min-width: 1200px) {
    .dent-repair #hero > .row {
      background-image: url("/consumer-resources/images/landing-pages/dent-repair/hero/hero-1920px-2x.jpg");
      background-image: -webkit-image-set(url("/consumer-resources/images/landing-pages/dent-repair/hero/hero-1920px-2x.jpg") 1x, url("/consumer-resources/images/landing-pages/dent-repair/hero/hero-1920px-2x.jpg") 2x, url("/consumer-resources/images/landing-pages/dent-repair/hero/hero-1920px-3x.jpg") 3x);
      background-image: image-set("/consumer-resources/images/landing-pages/dent-repair/hero/hero-1920px-2x.jpg" 1x, "/consumer-resources/images/landing-pages/dent-repair/hero/hero-1920px-2x.jpg" 2x, "/consumer-resources/images/landing-pages/dent-repair/hero/hero-1920px-3x.jpg" 3x); } }

.dent-repair .hero-text {
  position: relative;
  height: 100%; }
  .dent-repair .hero-text h1 {
    position: absolute;
    top: auto;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 1em;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .dent-repair .hero-text h1 {
        bottom: 20%;
        font-size: 2em; } }

.dent-repair section .container .btn-container,
.dent-repair section .container-fluid .btn-container {
  text-align: right; }

.dent-repair section .container .btn.btn-info,
.dent-repair section .container-fluid .btn.btn-info {
  margin: 1em 0 0;
  padding: 1em;
  font-size: 20px; }

@media (min-width: 768px) {
  .dent-repair .figtext {
    padding: 2em; } }

.dent-repair .pad-children-40 > * {
  background: #fff; }

.dent-repair .bg-gray-lighter .pad-children-40 * {
  background: #ebebeb; }

.dent-repair .media {
  margin-top: 0; }

.dent-repair #section2 #hail-image-1 {
  background-image: url(/consumer-resources/images/landing-pages/dent-repair/hail-hand/hail-hand-360px-3x.jpg); }
  @media (max-width: 767px) {
    .dent-repair #section2 #hail-image-1.image-bg {
      background: none; } }
  @media (min-width: 768px) {
    .dent-repair #section2 #hail-image-1.image-bg {
      background-position: right center;
      background-size: 50%;
      background-repeat: no-repeat; } }
  .dent-repair #section2 #hail-image-1 .figtext.pull-left {
    padding-left: 0; }
  .dent-repair #section2 #hail-image-1 .figtext.pull-right {
    padding-right: 0; }

.dent-repair #section2 #hail-image-2 {
  background-image: url(/consumer-resources/images/landing-pages/dent-repair/hail-hood/hail-hood-360px-3x.jpg); }
  @media (max-width: 767px) {
    .dent-repair #section2 #hail-image-2.image-bg {
      background: none; } }
  @media (min-width: 768px) {
    .dent-repair #section2 #hail-image-2.image-bg {
      background-position: left center;
      background-size: 50%;
      background-repeat: no-repeat; } }
  .dent-repair #section2 #hail-image-2.image-bg .figtext.pull-left {
    padding-left: 0; }
  .dent-repair #section2 #hail-image-2.image-bg .figtext.pull-right {
    padding-right: 0; }

.dent-repair #section2 figure {
  padding: 1em 0;
  width: 100%; }
  @media (min-width: 768px) {
    .dent-repair #section2 figure {
      width: 50%; } }
  .dent-repair #section2 figure img {
    width: 100%; }

.dent-repair #section3 #pdr-image-1 {
  background-image: url(/consumer-resources/images/landing-pages/dent-repair/smooth-dent/smooth-dent-1080px.jpg); }
  @media (max-width: 767px) {
    .dent-repair #section3 #pdr-image-1.image-bg {
      background: none; } }
  @media (min-width: 768px) {
    .dent-repair #section3 #pdr-image-1.image-bg {
      background-position: right center;
      background-size: auto 100%;
      background-repeat: no-repeat; } }

.dent-repair #section3 figure {
  padding: 1em 0;
  width: 100%; }
  @media (min-width: 768px) {
    .dent-repair #section3 figure {
      width: 50%; } }
  .dent-repair #section3 figure img {
    width: 100%; }

.dent-repair #section3 div.content {
  padding-left: 0; }

.dent-repair section.map .btn-container {
  text-align: center; }

.dent-repair .figtext {
  width: 100%;
  text-align: justify; }
  @media (min-width: 768px) {
    .dent-repair .figtext {
      width: 50%; } }
  .dent-repair .figtext.pull-left {
    padding-left: 0; }
  .dent-repair .figtext.pull-right {
    padding-right: 0; }
  .dent-repair .figtext h2 + h3 {
    padding-top: 0; }

.dent-repair #section4-alt .middle-man-lines {
  padding-bottom: 7em; }
  @media (min-width: 768px) {
    .dent-repair #section4-alt .middle-man-lines {
      background-origin: content-box;
      background: url(/consumer-resources/images/landing-pages/dent-repair/infographic-icons/icon-questions-lines.svg) no-repeat center;
      background-size: 55% 58%;
      background-position-y: 33%; } }
  @media (min-width: 992px) {
    .dent-repair #section4-alt .middle-man-lines {
      background-origin: content-box;
      background: url(/consumer-resources/images/landing-pages/dent-repair/infographic-icons/icon-questions-lines.svg) no-repeat center;
      background-size: 62% 51%;
      background-position-y: 39%; } }
  @media (min-width: 1200px) {
    .dent-repair #section4-alt .middle-man-lines {
      background-size: 66% 59%;
      background-position-y: 43%; } }
  @media (min-width: 1350px) {
    .dent-repair #section4-alt .middle-man-lines {
      background-size: 60% 65%;
      background-position-y: 41%; } }
  @media (min-width: 2700px) {
    .dent-repair #section4-alt .middle-man-lines {
      background-size: 44% 54%;
      background-position-y: 49%; } }

@media (min-width: 768px) {
  .dent-repair #section4-alt .middle-man {
    background: url(/consumer-resources/images/landing-pages/dent-repair/infographic-icons/icon-questions.svg) no-repeat center;
    background-size: auto 28%; } }

@media (min-width: 992px) {
  .dent-repair #section4-alt .middle-man {
    background: url(/consumer-resources/images/landing-pages/dent-repair/infographic-icons/icon-questions.svg) no-repeat center;
    background-size: auto 28%; } }

.dent-repair #section4-alt h3,
.dent-repair #section4-alt p {
  font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
  text-align: center;
  background: #fff;
  display: inline-block; }

.dent-repair #section4-alt h2 {
  text-align: center;
  padding: 2em 0 1em 0; }

.dent-repair #section4-alt h3 {
  font-weight: 500;
  text-transform: lowercase;
  color: #333333;
  line-height: .9;
  padding: .2em;
  display: inline-block; }
  @media (min-width: 768px) {
    .dent-repair #section4-alt h3 {
      font-size: 30px;
      padding: .5em .5em .11em .5em; } }

@media (max-width: 767px) {
  .dent-repair #section4-alt p {
    padding-top: 0; } }

@media (min-width: 768px) {
  .dent-repair #section4-alt p {
    padding: 1em;
    display: inline-block;
    margin-top: -1px; } }

.dent-repair #section4-alt figure {
  padding: 1em;
  max-width: 350px;
  margin: 0 auto;
  text-align: center; }
  @media (min-width: 768px) {
    .dent-repair #section4-alt figure.lower-on-md {
      padding-top: 150px; }
    .dent-repair #section4-alt figure.raise-on-md {
      margin-top: -79px; } }
  @media (min-width: 992px) {
    .dent-repair #section4-alt figure.lower-on-md {
      padding-top: 200px; }
    .dent-repair #section4-alt figure.raise-on-md {
      margin-top: -13px; } }
  .dent-repair #section4-alt figure > figcaption {
    font-style: normal; }
    @media (min-width: 1200px) {
      .dent-repair #section4-alt figure > figcaption {
        font-size: 1.7em; }
        .dent-repair #section4-alt figure > figcaption h3 {
          font-size: 2em; } }
  .dent-repair #section4-alt figure img {
    display: block;
    align: center;
    text-align: center;
    margin: 0 auto;
    max-height: 80px;
    max-width: 180px; }
    .dent-repair #section4-alt figure img.icon-paint-damage {
      margin: 0 auto 0 16%;
      max-height: 110px; }
    .dent-repair #section4-alt figure img.icon-size {
      background: #fff;
      margin: 0 28% 0 auto; }
    @media (min-width: 768px) {
      .dent-repair #section4-alt figure img.icon-small {
        max-width: 160px; }
      .dent-repair #section4-alt figure img.icon-crease {
        padding-top: 1em;
        max-height: 110px;
        background: #fff; }
      .dent-repair #section4-alt figure img.icon-depth {
        max-height: 80px;
        margin-top: 20px;
        background: #fff; }
      .dent-repair #section4-alt figure img.icon-paint-damage {
        margin: 0 auto 0 16%;
        max-height: 110px; } }

.glass-repair #hero > .row {
  background: url("/consumer-resources/images/landing-pages/glass-repair/hero_x_3x.jpg") center center no-repeat;
  background-size: cover;
  height: 60vmax;
  max-height: 80vh; }
  @media (max-width: 320px) and (min-device-pixel-ratio: 1.5) {
    .glass-repair #hero > .row {
      background-image: url("/consumer-resources/images/landing-pages/glass-repair/hero_x_1x.jpg") center center no-repeat;
      background-image: -webkit-image-set(url("/consumer-resources/images/landing-pages/glass-repair/hero_x_1x.jpg") 1x, url("/consumer-resources/images/landing-pages/glass-repair/hero_x_1x.jpg") 2x, url("/consumer-resources/images/landing-pages/glass-repair/hero_x_1x.jpg") 3x);
      background-image: image-set("/consumer-resources/images/landing-pages/glass-repair/hero_x_1x.jpg" 1x, "/consumer-resources/images/landing-pages/glass-repair/hero_x_1x.jpg" 2x, "/consumer-resources/images/landing-pages/glass-repair/hero_x_1x.jpg" 3x); } }
  @media (min-width: 480px) {
    .glass-repair #hero > .row {
      background-image: url("/consumer-resources/images/landing-pages/glass-repair/hero_x_1x.jpg");
      background-image: -webkit-image-set(url("/consumer-resources/images/landing-pages/glass-repair/hero_x_1x.jpg") 1x, url("/consumer-resources/images/landing-pages/glass-repair/hero_x_1x.jpg") 2x, url("/consumer-resources/images/landing-pages/glass-repair/hero_x_1x.jpg") 3x);
      background-image: image-set("/consumer-resources/images/landing-pages/glass-repair/hero_x_1x.jpg" 1x, "/consumer-resources/images/landing-pages/glass-repair/hero_x_1x.jpg" 2x, "/consumer-resources/images/landing-pages/glass-repair/hero_x_1x.jpg" 3x); } }
  @media (min-width: 768px) and (min-device-pixel-ratio: 1.5) {
    .glass-repair #hero > .row {
      background-image: url("/consumer-resources/images/landing-pages/glass-repair/hero_x_2x.jpg");
      background-image: -webkit-image-set(url("/consumer-resources/images/landing-pages/glass-repair/hero_x_2x.jpg") 1x, url("/consumer-resources/images/landing-pages/glass-repair/hero_x_2x.jpg") 2x, url("/consumer-resources/images/landing-pages/glass-repair/hero_x_2x.jpg") 3x);
      background-image: image-set("/consumer-resources/images/landing-pages/glass-repair/hero_x_2x.jpg" 1x, "/consumer-resources/images/landing-pages/glass-repair/hero_x_2x.jpg" 2x, "/consumer-resources/images/landing-pages/glass-repair/hero_x_2x.jpg" 3x); } }
  @media (min-width: 992px) {
    .glass-repair #hero > .row {
      background-image: url("/consumer-resources/images/landing-pages/glass-repair/hero_x_3x.jpg");
      background-image: -webkit-image-set(url("/consumer-resources/images/landing-pages/glass-repair/hero_x_3x.jpg") 1x, url("/consumer-resources/images/landing-pages/glass-repair/hero_x_3x.jpg") 2x, url("/consumer-resources/images/landing-pages/glass-repair/hero_x_3x.jpg") 3x);
      background-image: image-set("/consumer-resources/images/landing-pages/glass-repair/hero_x_3x.jpg" 1x, "/consumer-resources/images/landing-pages/glass-repair/hero_x_3x.jpg" 2x, "/consumer-resources/images/landing-pages/glass-repair/hero_x_3x.jpg" 3x);
      background-position-y: 10%; } }
  @media (min-width: 1200px) {
    .glass-repair #hero > .row {
      background-image: url("/consumer-resources/images/landing-pages/glass-repair/hero_x_4x.jpg");
      background-image: -webkit-image-set(url("/consumer-resources/images/landing-pages/glass-repair/hero_x_4x.jpg") 1x, url("/consumer-resources/images/landing-pages/glass-repair/hero_x_4x.jpg") 2x, url("/consumer-resources/images/landing-pages/glass-repair/hero_x_4x.jpg") 3x);
      background-image: image-set("/consumer-resources/images/landing-pages/glass-repair/hero_x_4x.jpg" 1x, "/consumer-resources/images/landing-pages/glass-repair/hero_x_4x.jpg" 2x, "/consumer-resources/images/landing-pages/glass-repair/hero_x_4x.jpg" 3x);
      background-position-y: 10%; } }

.glass-repair section h2,
.glass-repair section h3 {
  text-align: center; }
  @media (min-width: 768px) {
    .glass-repair section h2,
    .glass-repair section h3 {
      text-align: left; } }
  @media (min-width: 768px) {
    .glass-repair section h2,
    .glass-repair section h3 {
      text-align: left; } }

.glass-repair section .btn-container {
  text-align: right; }

.glass-repair section .btn.btn-info {
  margin: 1em 0 0;
  padding: 1em;
  font-size: 20px; }

.glass-repair section figure {
  padding: 1em 0; }
  @media (min-width: 768px) {
    .glass-repair section figure {
      padding: 0; } }
  @media (min-width: 768px) {
    .glass-repair section figure {
      padding: 0; } }
  @media (min-width: 1200px) {
    .glass-repair section figure {
      padding: 0; } }

@media (min-width: 768px) {
  .glass-repair section h3 {
    padding: 0; }
  .glass-repair section h2 + h3 {
    padding-top: .4em; }
  .glass-repair section h3 + p,
  .glass-repair section figure + p {
    padding: 12px 0; }
  .glass-repair section p + h3 {
    padding-top: 12px; } }

.light #nav-top {
  background: white;
  background: transparent;
  background: rgba(255, 255, 255, 0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF,endColorstr=#99FFFFFF)";
  zoom: 1;
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  border-color: transparent; }
  .light #nav-top:nth-child(n) {
    -webkit-filter: none;
            filter: none; }
  .light #nav-top a:link, .light #nav-top a:visited {
    color: #000;
    text-shadow: 0px 0px 0.06px rgba(0, 0, 0, 0.4);
    opacity: .9;
    font-smooth: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none; }
  .light #nav-top a:hover, .light #nav-top a:active {
    color: #00a5db;
    opacity: 1;
    text-shadow: 0px 0px 0px rgba(0, 165, 219, 0.2);
    outline: none; }
  .light #nav-top .navbar-brand span:before {
    content: url(/consumer-resources/images/logo/carwise-blk-notagline.svg);
    width: 100% !important; }
  .light #nav-top.scrolled {
    background: #fff !important;
    -webkit-filter: none;
            filter: none; }
  .light #nav-top .icon-bar {
    background: #000; }

.light.fixed-width-nav #nav-top {
  background: #fff !important; }

@media (max-width: 767px) {
  .light a:link, .light a:visited {
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.4) !important; }
  .light .collapsing,
  .light .in {
    background: #fff !important; } }

.light .navbar-collapse {
  border-color: #cccccc;
  -webkit-box-shadow: inset 0px 1px 0px rgba(102, 102, 102, 0.1);
          box-shadow: inset 0px 1px 0px rgba(102, 102, 102, 0.1); }

.light .icon-cw-rating-star {
  text-shadow: 0 0 0.1px black;
  margin-right: .1em; }
  .light .icon-cw-rating-star.empty {
    color: #fff; }
  .light .icon-cw-rating-star.frac:before {
    color: #fff; }

.light.nosvg #nav-top .navbar-brand span {
  height: 60px;
  background: url(/consumer-resources/images/logo/carwise-blk-notagline_160x40.png) no-repeat 50% 50%; }
  @media (max-width: 767px) {
    .light.nosvg #nav-top .navbar-brand span {
      background-size: 94%;
      height: 40px;
      margin: 4px 0 0 0; } }

/*** Dropdown ***/
.primary-color {
  background-color: #4285f4 !important; }

.cwBlue #search-bar {
  z-index: 11;
  vertical-align: middle;
  height: 100%;
  font-family: "Roboto Condensed", "Arial Narrow", HelveticaNeueCondensed, HelveticaNeue-Condensed, "Helvetica Neue Condensed", Tahoma, Arial, "San Serif", sans-serif; }
  @media (min-width: 768px) {
    .cwBlue #search-bar {
      display: table-cell;
      height: 77%;
      float: right;
      top: auto;
      left: auto; } }
  .cwBlue #search-bar .input-group {
    width: 100%; }
    .cwBlue #search-bar .input-group input {
      z-index: 10 !important;
      color: #333333;
      border-color: #666666; }
      @media (min-width: 768px) {
        .cwBlue #search-bar .input-group input.bottom-separator {
          -webkit-box-shadow: 0 1px 0 0 #cccccc;
                  box-shadow: 0 1px 0 0 #cccccc; } }
  .cwBlue #search-bar .input-group-btn {
    width: 82px; }
  .cwBlue #search-bar .btn-default {
    font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
    padding: 0; }
    @media (min-width: 768px) {
      .cwBlue #search-bar .btn-default {
        padding: 6px 12px;
        width: 96px !important; } }
    @media (min-width: 1200px) {
      .cwBlue #search-bar .btn-default {
        font-size: 20px;
        width: 132px !important; } }
    .cwBlue #search-bar .btn-default:hover {
      background: #a85900;
      -webkit-transition: all 200ms ease-out;
      transition: all 200ms ease-out; }
    .cwBlue #search-bar .btn-default > .glyphicon-search {
      padding-right: 6px; }
      @media (min-width: 768px) {
        .cwBlue #search-bar .btn-default > .glyphicon-search {
          padding-right: 10px; } }
      @media (min-width: 1200px) {
        .cwBlue #search-bar .btn-default > .glyphicon-search {
          top: 2px; } }
  .cwBlue #search-bar.at-top {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    bottom: auto;
    height: auto; }
    .cwBlue #search-bar.at-top h1 {
      display: none; }
  .cwBlue #search-bar .ui-widget-content {
    border-top: 0; }

.cwBlue .shop-search-form .ui-widget-content {
  border-top: 0; }

/*********************
Dropdowns
**********************/
.z-depth-1, .dropdown-content, .dropdown-menu {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.z-depth-2 {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height; }
  .dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none; }
    .dropdown-content li:hover, .dropdown-content li.active {
      background-color: #4285f4; }
    .dropdown-content li > a,
    .dropdown-content li > span {
      font-size: 1.2rem;
      color: #4285f4;
      display: block;
      padding: 1rem; }
    .dropdown-content li > a > i {
      height: inherit;
      line-height: inherit; }

.dropdown-menu {
  border-radius: 0; }
  .dropdown-menu li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none; }
    .dropdown-menu li:hover, .dropdown-menu li.active {
      background-color: #4285f4; }
    .dropdown-menu li > a,
    .dropdown-menu li > span {
      font-size: 1.2rem;
      color: #4285f4;
      display: block;
      padding: 1rem; }
    .dropdown-menu li > a > i {
      height: inherit;
      line-height: inherit; }

@media (max-width: 767px) {
  .cwBlue .container,
  .cwBlue .container-fluid {
    padding-left: 8px;
    padding-right: 8px; } }

@media (max-width: 767px) {
  .cwBlue .sidebar {
    padding-left: 0;
    padding-right: 0; } }

@media (max-width: 767px) {
  .cwBlue .col-xs-1,
  .cwBlue .col-xs-2,
  .cwBlue .col-xs-3,
  .cwBlue .col-xs-4,
  .cwBlue .col-xs-5,
  .cwBlue .col-xs-6,
  .cwBlue .col-xs-7,
  .cwBlue .col-xs-8,
  .cwBlue .col-xs-9,
  .cwBlue .col-xs-10,
  .cwBlue .col-xs-11,
  .cwBlue .col-xs-12 {
    padding-left: 8px;
    padding-right: 8px; } }

.cwBlue .z-depth-1, .cwBlue .dropdown-content, .cwBlue .dropdown-menu,
.cwBlue .dropdown-content,
.cwBlue .dropdown-menu {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.cwBlue #hero .current-loc-container {
  display: block;
  padding: 8px 4px; }
  .cwBlue #hero .current-loc-container .current-loc {
    display: table; }
  .cwBlue #hero .current-loc-container a,
  .cwBlue #hero .current-loc-container span {
    font-size: 18px;
    display: table-cell;
    float: none;
    clear: none;
    color: #007fa8; }
  .cwBlue #hero .current-loc-container span {
    float: none;
    font-size: 20px; }

.cwBlue .navbar-nav > li a {
  font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif; }

.cwBlue .navbar-nav .open .dropdown-menu {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .cwBlue .navbar-nav .open .dropdown-menu > li > a,
  .cwBlue .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .cwBlue .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
    .cwBlue .navbar-nav .open .dropdown-menu > li > a:hover, .cwBlue .navbar-nav .open .dropdown-menu > li > a:focus {
      background-image: none; }

@media (min-width: 768px) {
  .cwBlue .navbar-nav {
    float: left;
    margin: 0; }
    .cwBlue .navbar-nav > li {
      float: left; }
      .cwBlue .navbar-nav > li > a {
        padding-top: 8px;
        padding-bottom: 8px; } }

.cwBlue.landing-page #nav-top {
  -webkit-box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12); }
  @media (max-width: 767px) {
    .cwBlue.landing-page #nav-top {
      height: 48px; } }
  .cwBlue.landing-page #nav-top .btn-toggle-search {
    display: none; }
  @media (max-width: 767px) {
    .cwBlue.landing-page #nav-top .navbar-header {
      height: 48px; } }
  .cwBlue.landing-page #nav-top .navbar-toggle {
    position: absolute;
    height: 48px;
    margin: 0; }
  .cwBlue.landing-page #nav-top .navbar-brand {
    width: 121px;
    height: 33px;
    margin: 7.5px auto !important;
    float: none; }
    @media (min-width: 768px) {
      .cwBlue.landing-page #nav-top .navbar-brand {
        width: 158px;
        height: 38px;
        margin: 11px auto 11px 12px !important; } }

.cwBlue.landing-page.repair-status #nav-top a.repair-status {
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 0 0 rgba(0, 165, 219, 0.2);
  cursor: default; }
  @media (min-width: 768px) {
    .cwBlue.landing-page.repair-status #nav-top a.repair-status {
      color: #00A5DB !important; } }

.cwBlue.landing-page.body-shop #nav-top a.auto-body-shops {
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 0 0 rgba(0, 165, 219, 0.2);
  cursor: default; }
  @media (min-width: 768px) {
    .cwBlue.landing-page.body-shop #nav-top a.auto-body-shops {
      color: #00A5DB !important; } }

.cwBlue #nav-top {
  background: #00A5DB;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
  height: 48px; }
  @media (max-width: 767px) {
    .cwBlue #nav-top > .container-fluid {
      padding-left: 8px;
      padding-right: 8px; } }
  .cwBlue #nav-top .icon-cw-search {
    font-size: 20px; }
  .cwBlue #nav-top button .loading {
    width: 25px;
    height: 27px;
    background-size: 25px;
    background-position: center 3px; }
  .cwBlue #nav-top .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .cwBlue #nav-top .btn-toggle-search {
    color: #fff;
    right: 0;
    font-size: 21px;
    display: block;
    padding: 0 11px;
    position: absolute;
    bottom: auto;
    left: auto;
    cursor: pointer;
    text-align: center;
    background: none;
    border: 0;
    height: 48px; }
    .cwBlue #nav-top .btn-toggle-search:focus {
      outline: none; }
    @media (min-width: 768px) {
      .cwBlue #nav-top .btn-toggle-search {
        display: none; } }
  .cwBlue #nav-top .navbar-brand {
    margin: 7.5px auto !important; }
    @media (max-width: 767px) {
      .cwBlue #nav-top .navbar-brand {
        width: 121px;
        height: 33px; } }
    .cwBlue #nav-top .navbar-brand span {
      padding: 0; }
      .cwBlue #nav-top .navbar-brand span::before {
        content: url("/consumer-resources/images/logo/logo-carwise-monochrome-white.svg");
        width: 100% !important; }
    @media (min-width: 768px) {
      .cwBlue #nav-top .navbar-brand {
        width: 158px;
        height: 38px;
        margin: 8px auto 8px 12px !important; } }
    @media (min-width: 1200px) {
      .cwBlue #nav-top .navbar-brand {
        margin-left: 12px; } }
  @media (min-width: 768px) {
    .cwBlue #nav-top {
      height: 60px; } }
  .cwBlue #nav-top.navbar-top {
    overflow: visible;
    margin: 0;
    padding: 0; }
  .cwBlue #nav-top .navbar-header {
    float: none;
    margin: 0; }
    @media (max-width: 767px) {
      .cwBlue #nav-top .navbar-header {
        height: 48px; } }
  .cwBlue #nav-top a:link, .cwBlue #nav-top a:visited {
    color: #fff;
    text-shadow: 0 0 0.06px rgba(0, 0, 0, 0.4);
    opacity: 1;
    font-smooth: auto;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none; }
  .cwBlue #nav-top a:hover, .cwBlue #nav-top a:active {
    color: rgba(255, 255, 255, 0.7);
    opacity: 1;
    text-shadow: 0 0 0 rgba(0, 165, 219, 0.2);
    outline: none; }
  .cwBlue #nav-top a:active {
    color: rgba(255, 255, 255, 0.5); }
  .cwBlue #nav-top.scrolled {
    background: #00A5DB !important;
    -webkit-filter: none;
            filter: none; }
  .cwBlue #nav-top .icon-bar {
    background: #fff; }
  .cwBlue #nav-top .navbar-collapse {
    padding: 0;
    border: 0; }
    @media (min-width: 768px) {
      .cwBlue #nav-top .navbar-collapse {
        margin: 0; } }
  .cwBlue #nav-top .navbar-nav {
    background: #00A5DB;
    margin: 0; }
    @media (min-width: 768px) {
      .cwBlue #nav-top .navbar-nav {
        padding: 0 72px;
        float: right;
        border: 1px solid transparent;
        border-collapse: collapse; } }
  .cwBlue #nav-top .btn-clear {
    right: 32px; }
    @media (min-width: 768px) {
      .cwBlue #nav-top .btn-clear {
        right: 37px; } }
  .cwBlue #nav-top .dropdown-primary li {
    margin: 0;
    padding: 0 !important; }
    .cwBlue #nav-top .dropdown-primary li.active {
      background-color: #4285f4; }
    .cwBlue #nav-top .dropdown-primary li a:hover,
    .cwBlue #nav-top .dropdown-primary li span:hover {
      background-color: #4285f4; }
    .cwBlue #nav-top .dropdown-primary li a:focus,
    .cwBlue #nav-top .dropdown-primary li span:focus {
      background-color: #fff; }
  .cwBlue #nav-top .dropdown .dropdown-menu {
    padding: 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 -9px 0 0 #00a5db, 0 0 5px 0px rgba(0, 0, 0, 0.4);
            box-shadow: 0 -9px 0 0 #00a5db, 0 0 5px 0px rgba(0, 0, 0, 0.4); }
    .cwBlue #nav-top .dropdown .dropdown-menu.dropdown-primary .dropdown-item:hover, .cwBlue #nav-top .dropdown .dropdown-menu.dropdown-primary .dropdown-item:active {
      background-color: #00A5DB; }
    .cwBlue #nav-top .dropdown .dropdown-menu .dropdown-item {
      margin-left: 0;
      font-size: 18px;
      font-weight: normal;
      padding: 1.1rem 2rem;
      font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
      color: #1d1e1f;
      text-shadow: none;
      background-image: none; }
      .cwBlue #nav-top .dropdown .dropdown-menu .dropdown-item:last-child {
        padding-bottom: 1.1rem; }
      .cwBlue #nav-top .dropdown .dropdown-menu .dropdown-item:hover, .cwBlue #nav-top .dropdown .dropdown-menu .dropdown-item:active {
        border-radius: 0;
        color: #fff !important;
        -webkit-transition: all 0.1s linear;
        transition: all 0.1s linear;
        background-color: #00A5DB; }
  .cwBlue #nav-top .dropdown-menu.animated {
    /* Speed up animations */
    -webkit-animation-duration: .55s;
    animation-duration: .55s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }

.cwBlue.body-shop.profile {
  background: #ededed;
  /*#gallery-1 {
				border-top: 1px solid $gray-lighter;
			}*/ }
  @media (max-width: 767px) {
    .cwBlue.body-shop.profile section .container {
      margin-top: 0;
      margin-bottom: 0;
      border-bottom: 1px solid #ebebeb;
      padding: 16px; }
    .cwBlue.body-shop.profile section .row {
      margin-left: -8px;
      margin-right: -8px; } }
  .cwBlue.body-shop.profile #nav-top .navbar-header {
    height: 48px; }
  @media (max-width: 767px) {
    .cwBlue.body-shop.profile #nav-top .navbar-brand {
      width: 121px;
      height: 33px;
      margin: 7.5px auto !important; } }
  .cwBlue.body-shop.profile #nav-top .btn-toggle-search {
    color: #fff;
    right: 4px;
    font-size: 21px; }
  @media (max-width: 767px) {
    .cwBlue.body-shop.profile .shop-search-form {
      display: none; }
      .cwBlue.body-shop.profile .shop-search-form.at-top {
        display: block;
        height: 40px;
        padding: 4px; } }
  @media (min-width: 768px) {
    .cwBlue.body-shop.profile .incomplete-shop-nearby-section .shop-logo {
      border: 8px solid transparent;
      outline: 1px solid #ebebeb;
      outline-offset: -1px; } }
  .cwBlue.body-shop.profile #search-bar {
    padding: 0; }
    .cwBlue.body-shop.profile #search-bar .input-group-btn {
      width: 45px; }
  .cwBlue.body-shop.profile .at-top #search-bar {
    position: static;
    height: 40px;
    padding: 0; }
    .cwBlue.body-shop.profile .at-top #search-bar .btn-clear {
      right: 50px; }
  .cwBlue.body-shop.profile section {
    /*&#breadcrumbs {
					margin-top: 60px;
					margin-bottom: 0;
					ol {
						font-size: 12px;
						color: #37A9EA;
						font-weight: normal;
					}
					.container {
						background: lighten($gray-lighter, 4%);
						//padding: 6px $container-hpadding-lg;
						padding: 9px 10px 9px 17px;
					}
				}*/ }
    .cwBlue.body-shop.profile section#shop-info {
      background: transparent;
      max-height: none;
      height: auto;
      /*	@media(min-width: $grid-float-breakpoint) {
							//height: 108px;
							height: auto;
						}
						@media(min-width: $screen-sm) {
							height: auto;
						}
						@media(min-width: $screen-md) {
							height: auto;
						}
						@media(min-width: $screen-lg) {
							height: auto;
						}*/ }
      @media (max-width: 767px) {
        .cwBlue.body-shop.profile section#shop-info {
          margin-top: 48px; } }
      .cwBlue.body-shop.profile section#shop-info > .container {
        overflow: hidden; }
        .cwBlue.body-shop.profile section#shop-info > .container > .row {
          overflow: visible; }
      .cwBlue.body-shop.profile section#shop-info .container {
        background: #fff; }
      .cwBlue.body-shop.profile section#shop-info .shop-logo {
        position: static;
        display: table-cell;
        width: 170px;
        height: auto; }
      .cwBlue.body-shop.profile section#shop-info .shop-description {
        position: static;
        width: auto; }
        .cwBlue.body-shop.profile section#shop-info .shop-description #shop-address-loc:hover,
        .cwBlue.body-shop.profile section#shop-info .shop-description a:hover {
          color: #00A5DB !important; }
        .cwBlue.body-shop.profile section#shop-info .shop-description h1 {
          color: #00A5DB;
          font-weight: 400;
          white-space: nowrap; }
        @media (min-width: 768px) {
          .cwBlue.body-shop.profile section#shop-info .shop-description {
            border-left: 1px solid #ebebeb;
            padding: 12px 1em 10px;
            line-height: 1.7; }
            .cwBlue.body-shop.profile section#shop-info .shop-description .stars {
              font-size: 25px; }
            .cwBlue.body-shop.profile section#shop-info .shop-description h1 {
              color: #00A5DB;
              font-weight: 400;
              font-size: 22px; } }
        @media (min-width: 992px) {
          .cwBlue.body-shop.profile section#shop-info .shop-description {
            padding-left: 1.1em;
            padding-right: 1.1em; } }
        @media (min-width: 1200px) {
          .cwBlue.body-shop.profile section#shop-info .shop-description {
            padding-left: 1.5em;
            padding-right: 1.5em; } }
        .cwBlue.body-shop.profile section#shop-info .shop-description .review-info {
          padding: 0;
          font-size: 15px; }
          .cwBlue.body-shop.profile section#shop-info .shop-description .review-info .stars {
            font-size: 18px; }
          @media (min-width: 768px) {
            .cwBlue.body-shop.profile section#shop-info .shop-description .review-info .stars {
              font-size: 25px; } }
          .cwBlue.body-shop.profile section#shop-info .shop-description .review-info .rating-value {
            font-size: 15px; }
            @media (min-width: 768px) {
              .cwBlue.body-shop.profile section#shop-info .shop-description .review-info .rating-value {
                font-size: 22px; } }
        .cwBlue.body-shop.profile section#shop-info .shop-description .rating-value,
        .cwBlue.body-shop.profile section#shop-info .shop-description .review-count,
        .cwBlue.body-shop.profile section#shop-info .shop-description .contact-info {
          color: #666666;
          font-weight: 400;
          line-height: 1;
          white-space: nowrap; }
          @media (min-width: 1200px) {
            .cwBlue.body-shop.profile section#shop-info .shop-description .rating-value,
            .cwBlue.body-shop.profile section#shop-info .shop-description .review-count,
            .cwBlue.body-shop.profile section#shop-info .shop-description .contact-info {
              font-size: 14px; } }
          .cwBlue.body-shop.profile section#shop-info .shop-description .rating-value a,
          .cwBlue.body-shop.profile section#shop-info .shop-description .review-count a,
          .cwBlue.body-shop.profile section#shop-info .shop-description .contact-info a {
            color: inherit;
            font-size: inherit;
            font-weight: inherit; }
          .cwBlue.body-shop.profile section#shop-info .shop-description .rating-value div.address::before,
          .cwBlue.body-shop.profile section#shop-info .shop-description .review-count div.address::before,
          .cwBlue.body-shop.profile section#shop-info .shop-description .contact-info div.address::before {
            color: #333333; }
          .cwBlue.body-shop.profile section#shop-info .shop-description .rating-value div.open-status.open,
          .cwBlue.body-shop.profile section#shop-info .shop-description .review-count div.open-status.open,
          .cwBlue.body-shop.profile section#shop-info .shop-description .contact-info div.open-status.open {
            color: #00A5DB; }
          .cwBlue.body-shop.profile section#shop-info .shop-description .rating-value div.open-status::before,
          .cwBlue.body-shop.profile section#shop-info .shop-description .review-count div.open-status::before,
          .cwBlue.body-shop.profile section#shop-info .shop-description .contact-info div.open-status::before {
            color: #333333; }
        .cwBlue.body-shop.profile section#shop-info .shop-description .review-count:hover {
          color: #00A5DB; }
        @media (min-width: 768px) {
          .cwBlue.body-shop.profile section#shop-info .shop-description .review-count {
            font-size: 14px;
            padding-left: 1px; } }
      .cwBlue.body-shop.profile section#shop-info .recommendation-count {
        width: 14%;
        display: table-cell;
        position: static;
        border-left: 1px solid #ebebeb;
        -webkit-transform: none;
                transform: none;
        text-shadow: none;
        color: #6e6e6e;
        font-weight: normal;
        font-size: 14px; }
        @media (max-width: 767px) {
          .cwBlue.body-shop.profile section#shop-info .recommendation-count.mobile {
            display: inline-block !important;
            border: 0;
            line-height: inherit;
            width: auto; }
            .cwBlue.body-shop.profile section#shop-info .recommendation-count.mobile .icon-cw-thumbs-up {
              font-size: inherit;
              padding-right: 4px; } }
        @media (min-width: 768px) {
          .cwBlue.body-shop.profile section#shop-info .recommendation-count {
            padding: 1.5em; }
            .cwBlue.body-shop.profile section#shop-info .recommendation-count .icon-cw-thumbs-up {
              font-size: inherit;
              padding-right: 3px; } }
        @media (min-width: 992px) {
          .cwBlue.body-shop.profile section#shop-info .recommendation-count {
            font-size: 14px; } }
      .cwBlue.body-shop.profile section#shop-info .percent-recommended {
        color: #46B90A;
        font-weight: 600; }
        @media (min-width: 768px) {
          .cwBlue.body-shop.profile section#shop-info .percent-recommended {
            font-size: 30px;
            font-weight: normal; } }
    .cwBlue.body-shop.profile section#photo-bar {
      background: transparent; }
      .cwBlue.body-shop.profile section#photo-bar .main-images.add-border {
        border-color: #ebebeb; }
      .cwBlue.body-shop.profile section#photo-bar .map-link {
        background-position-y: 34%; }
        .cwBlue.body-shop.profile section#photo-bar .map-link.add-border {
          border-top: 1px solid #ebebeb;
          border-bottom: 1px solid #ebebeb; }
      @media (min-width: 768px) {
        .cwBlue.body-shop.profile section#photo-bar .scheduling-enabled .map-container, .cwBlue.body-shop.profile section#photo-bar .photo-estimate-enabled .map-container {
          height: 280px; } }
      .cwBlue.body-shop.profile section#photo-bar .scheduling-enabled .map-container address, .cwBlue.body-shop.profile section#photo-bar .photo-estimate-enabled .map-container address {
        top: 25%;
        -webkit-transform: translate(-50%, -52%);
                transform: translate(-50%, -52%); }
      .cwBlue.body-shop.profile section#photo-bar .caliber-scheduling .book-appt-button {
        float: none; }
    .cwBlue.body-shop.profile section#about {
      color: #666666; }
      .cwBlue.body-shop.profile section#about p {
        padding: .1em 0; }
        .cwBlue.body-shop.profile section#about p.about {
          padding: 1.5em 0 .5em; }
          @media (min-width: 768px) {
            .cwBlue.body-shop.profile section#about p.about {
              padding-top: 0; } }
      @media (max-width: 767px) {
        .cwBlue.body-shop.profile section#about .container {
          margin-top: 0;
          padding-top: 0; }
        .cwBlue.body-shop.profile section#about #shop-details-col h3 {
          padding-top: 0; }
        .cwBlue.body-shop.profile section#about #shop-details-col .details-group {
          padding: 1.5em 0 .5em; } }
      .cwBlue.body-shop.profile section#about .main-images {
        margin-bottom: 0;
        height: 206px; }
        .cwBlue.body-shop.profile section#about .main-images.add-border {
          border-color: #ebebeb; }
      .cwBlue.body-shop.profile section#about .map-static {
        position: relative; }
        @media (max-width: 767px) {
          .cwBlue.body-shop.profile section#about .map-static {
            margin: 0 -16px; }
            .cwBlue.body-shop.profile section#about .map-static.add-border {
              border-bottom: 1px solid #ebebeb; } }
      @media (max-width: 767px) {
        .cwBlue.body-shop.profile section#about .map-link {
          margin-bottom: 0; } }
    @media (max-width: 767px) {
      .cwBlue.body-shop.profile section#mobile-contact-section .button {
        border: 0; } }
    .cwBlue.body-shop.profile section .scheduling-button-row h2, .cwBlue.body-shop.profile section .photo-estimate-button-row h2 {
      font-weight: 700; }
    @media (max-width: 767px) {
      .cwBlue.body-shop.profile section .scheduling-button-row, .cwBlue.body-shop.profile section .photo-estimate-button-row {
        margin: 0 -16px;
        border-bottom: 1px solid #ebebeb;
        padding: 16px 0;
        padding: 16px 0; } }
    @media (min-width: 768px) {
      .cwBlue.body-shop.profile section .scheduling-button-row, .cwBlue.body-shop.profile section .photo-estimate-button-row {
        padding: 14px 0; }
        .cwBlue.body-shop.profile section .scheduling-button-row.flush-sides, .cwBlue.body-shop.profile section .photo-estimate-button-row.flush-sides {
          margin-left: -8px;
          margin-right: -8px; } }
    @media (min-width: 992px) {
      .cwBlue.body-shop.profile section .scheduling-button-row, .cwBlue.body-shop.profile section .photo-estimate-button-row {
        background-position: 10px 12px; } }
    @media (min-width: 1200px) {
      .cwBlue.body-shop.profile section .scheduling-button-row, .cwBlue.body-shop.profile section .photo-estimate-button-row {
        background-position: 10px 0; } }
    .cwBlue.body-shop.profile section .scheduling-button-col, .cwBlue.body-shop.profile section .photo-estimate-button-col {
      display: table-cell;
      margin: 0;
      padding: 0;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .cwBlue.body-shop.profile section .scheduling-button-col, .cwBlue.body-shop.profile section .photo-estimate-button-col {
          padding: 10px 16px !important;
          padding: 10px 16px !important; } }
      .cwBlue.body-shop.profile section .scheduling-button-col h2, .cwBlue.body-shop.profile section .photo-estimate-button-col h2 {
        margin: 0;
        padding: 16px 0 20px 8px;
        font-weight: 700;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.6; }
        @media (min-width: 768px) and (max-width: 991px) {
          .cwBlue.body-shop.profile section .scheduling-button-col h2, .cwBlue.body-shop.profile section .photo-estimate-button-col h2 {
            font-size: 125%;
            line-height: 1.8; } }
      .cwBlue.body-shop.profile section .scheduling-button-col.right, .cwBlue.body-shop.profile section .photo-estimate-button-col.right {
        width: auto; }
    .cwBlue.body-shop.profile section .scheduling-button-col-both, .cwBlue.body-shop.profile section .photo-estimate-button-col-both {
      display: table-cell;
      margin: 0;
      padding: 0;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .cwBlue.body-shop.profile section .scheduling-button-col-both, .cwBlue.body-shop.profile section .photo-estimate-button-col-both {
          padding: 4px 10px !important;
          padding: 4px 10px !important; } }
      .cwBlue.body-shop.profile section .scheduling-button-col-both h2, .cwBlue.body-shop.profile section .photo-estimate-button-col-both h2 {
        margin: 0;
        padding: 16px 0 20px 8px;
        font-weight: 700;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1.6; }
        @media (min-width: 768px) and (max-width: 991px) {
          .cwBlue.body-shop.profile section .scheduling-button-col-both h2, .cwBlue.body-shop.profile section .photo-estimate-button-col-both h2 {
            font-size: 125%;
            line-height: 1.8; } }
      .cwBlue.body-shop.profile section .scheduling-button-col-both.right, .cwBlue.body-shop.profile section .photo-estimate-button-col-both.right {
        width: auto; }
    @media (min-width: 768px) {
      .cwBlue.body-shop.profile section .apt-button-col, .cwBlue.body-shop.profile section .pes-button-col {
        padding: 14px 8px 14px 0px !important; }
      .cwBlue.body-shop.profile section .apt-pes-button-col {
        padding-bottom: 20px !important; } }
    @media (max-width: 767px) {
      .cwBlue.body-shop.profile section .apt-button-col, .cwBlue.body-shop.profile section .pes-button-col {
        padding: 8px 24px 8px 24px !important; }
      .cwBlue.body-shop.profile section .apt-pes-button-col {
        padding: 4px 14px !important; } }
    .cwBlue.body-shop.profile section .book-appt-button {
      font-size: 17px;
      display: inline-block;
      width: auto;
      top: auto;
      background: #4CBC00;
      font-weight: 400;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      margin: 0;
      padding: 8px 58px;
      /*@media(max-width: 414px) {
						width: 100%;
					}*/ }
      @media (max-width: 767px) {
        .cwBlue.body-shop.profile section .book-appt-button {
          width: 100%; } }
      @media (min-width: 768px) {
        .cwBlue.body-shop.profile section .book-appt-button {
          width: 231px;
          padding: 8px 43px;
          margin-left: -8px; } }
      .cwBlue.body-shop.profile section .book-appt-button:hover {
        background: #348b00; }
    .cwBlue.body-shop.profile section .photo-estimate-button {
      font-size: 17px;
      display: inline-block;
      width: auto;
      top: auto;
      background: #4CBC00;
      font-weight: 400;
      -webkit-box-shadow: none !important;
              box-shadow: none !important;
      margin: 0;
      padding: 8px 58px;
      /*@media(max-width: 414px) {
						width: 100%;
					}*/ }
      @media (max-width: 767px) {
        .cwBlue.body-shop.profile section .photo-estimate-button {
          width: 100%; } }
      @media (min-width: 768px) {
        .cwBlue.body-shop.profile section .photo-estimate-button {
          margin-left: -8px;
          width: 231px;
          padding: 8px 43px; } }
      .cwBlue.body-shop.profile section .photo-estimate-button:hover {
        background: #348b00; }
    .cwBlue.body-shop.profile section .callout-box.caliber-estimate .book-appt-button {
      padding: 8px;
      margin: 0 0 4px;
      float: none;
      width: 100%; }
      @media (max-width: 767px) {
        .cwBlue.body-shop.profile section .callout-box.caliber-estimate .book-appt-button {
          float: none !important;
          display: block !important;
          width: inherit; } }
      @media (min-width: 768px) {
        .cwBlue.body-shop.profile section .callout-box.caliber-estimate .book-appt-button {
          width: 100% !important; } }

.cwBlue #search-bar {
  font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif; }

.cwBlue.fixed-width-nav #nav-top {
  background: #00A5DB !important; }
  @media (max-width: 767px) {
    .cwBlue.fixed-width-nav #nav-top .navbar-brand {
      width: 121px;
      height: 33px;
      margin: 7.5px auto !important; } }
  .cwBlue.fixed-width-nav #nav-top .btn-toggle-search {
    color: #fff;
    right: 4px;
    font-size: 21px; }
  @media (min-width: 768px) {
    .cwBlue.fixed-width-nav #nav-top .navbar-brand {
      margin: 8px 0 0 3px !important; }
    .cwBlue.fixed-width-nav #nav-top .navbar-nav {
      padding-right: 18px !important; } }

@media (max-width: 767px) {
  .cwBlue {
    /*a {
			&:link,
			&:visited {
				text-shadow: 0 0 0 rgba(0, 0, 0, .4) !important;
			}
		}*/ }
    .cwBlue .collapsing,
    .cwBlue .in {
      background: #00A5DB !important; } }

.cwBlue .navbar-collapse {
  border-color: #ebebeb;
  overflow-x: visible;
  padding-right: 8px;
  padding-left: 8px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch; }
  .cwBlue .navbar-collapse:before, .cwBlue .navbar-collapse:after {
    content: " ";
    display: table; }
  .cwBlue .navbar-collapse:after {
    clear: both; }
  .cwBlue .navbar-collapse.in {
    overflow-y: auto;
    -webkit-box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12); }
  .cwBlue .navbar-collapse.collapsing {
    -webkit-box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12); }
  @media (min-width: 768px) {
    .cwBlue .navbar-collapse {
      position: absolute;
      left: 0;
      right: 0;
      background: #00A5DB;
      border-collapse: collapse;
      border: 1px solid transparent;
      outline: 0;
      overflow-x: visible;
      padding-right: 8px;
      padding-left: 8px;
      border-top: 1px solid transparent;
      -webkit-box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12);
              box-shadow: 0 4px 4px 1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.12);
      -webkit-overflow-scrolling: touch; }
      .cwBlue .navbar-collapse:before, .cwBlue .navbar-collapse:after {
        content: " ";
        display: table; }
      .cwBlue .navbar-collapse:after {
        clear: both; }
      .cwBlue .navbar-collapse.in {
        overflow-y: auto; }
      .cwBlue .navbar-collapse.collapse {
        display: none !important;
        padding-bottom: 0;
        overflow: visible !important; }
        .cwBlue .navbar-collapse.collapse.in {
          display: none !important; }
      .navbar-fixed-top .cwBlue .navbar-collapse,
      .navbar-static-top .cwBlue .navbar-collapse,
      .navbar-fixed-bottom .cwBlue .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.cwBlue .icon-cw-rating-star {
  color: #00C439;
  text-shadow: none;
  margin-right: .1em; }
  .cwBlue .icon-cw-rating-star.empty {
    color: #cccccc;
    text-shadow: none !important; }
  .cwBlue .icon-cw-rating-star.frac {
    text-shadow: none !important; }
    .cwBlue .icon-cw-rating-star.frac::before {
      color: #cccccc; }
    .cwBlue .icon-cw-rating-star.frac::after {
      top: 0 !important; }

.cwBlue #breadcrumbs ol.breadcrumb {
  font-size: 12px;
  font-weight: normal; }
  .cwBlue #breadcrumbs ol.breadcrumb li {
    color: #333333; }
    .cwBlue #breadcrumbs ol.breadcrumb li a {
      color: #37A9EA; }
    .cwBlue #breadcrumbs ol.breadcrumb li::before {
      color: #333333; }

.cwBlue.nosvg #nav-top .navbar-brand span {
  height: 60px;
  background: url("/consumer-resources/images/logo/carwise-blk-notagline_160x40.png") no-repeat 50% 50%; }
  @media (max-width: 767px) {
    .cwBlue.nosvg #nav-top .navbar-brand span {
      background-size: 94%;
      height: 33px;
      margin: 0; } }

.cwBlue .navbar-fixed-top .navbar-collapse,
.cwBlue .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .cwBlue .navbar-fixed-top .navbar-collapse,
    .cwBlue .navbar-fixed-bottom .navbar-collapse {
      max-height: 340px; } }

.cwBlue .container > .navbar-header,
.cwBlue .container > .navbar-collapse,
.cwBlue .container-fluid > .navbar-header,
.cwBlue .container-fluid > .navbar-collapse {
  margin-right: -8px;
  margin-left: -8px; }
  @media (min-width: 768px) {
    .cwBlue .container > .navbar-header,
    .cwBlue .container > .navbar-collapse,
    .cwBlue .container-fluid > .navbar-header,
    .cwBlue .container-fluid > .navbar-collapse {
      margin: 0; } }

@media (min-width: 768px) {
  .cwBlue .navbar-brand {
    margin: 8px 0 0 7px;
    width: 158px;
    height: 38px; }
    .navbar > .container .cwBlue .navbar-brand,
    .navbar > .container-fluid .cwBlue .navbar-brand {
      margin-left: -8px; } }

@media (min-width: 1200px) {
  .cwBlue .navbar-brand {
    margin-left: 17px; } }

.cwBlue .navbar-toggle .icon-bar {
  width: 20px; }
  .cwBlue .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px; }

@media (min-width: 768px) {
  .cwBlue .navbar-toggle {
    display: block; } }

.cwBlue .navbar-form {
  background: #00A5DB;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative; }
  @media (min-width: 768px) {
    .cwBlue .navbar-form {
      margin: 10px 0; } }
  .landing-page.cwBlue .navbar-form {
    display: none; }
  .cwBlue .navbar-form .input-group {
    display: table;
    border: 0;
    border-collapse: separate;
    margin: 0;
    padding: 0;
    outline: none;
    height: 40px; }
  .cwBlue .navbar-form .form-control {
    height: 40px;
    border: 1px solid transparent !important;
    border-collapse: collapse; }
    @media (min-width: 768px) {
      .cwBlue .navbar-form .form-control {
        height: 40px; } }
    .cwBlue .navbar-form .form-control.clearable {
      padding-right: 1em; }
  .cwBlue .navbar-form .input-group-addon {
    height: 40px;
    outline: none;
    display: table-cell;
    background: #fff;
    margin: 0;
    padding: 0;
    border: 0; }
    @media (min-width: 768px) {
      .cwBlue .navbar-form .input-group-addon {
        height: 36px; } }
  .cwBlue .navbar-form .btn {
    top: 0;
    height: 40px;
    background: none;
    color: #00A5DB; }
    .cwBlue .navbar-form .btn:active, .cwBlue .navbar-form .btn:focus, .cwBlue .navbar-form .btn:visited, .cwBlue .navbar-form .btn.btn-primary {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .cwBlue .navbar-form .back-button {
    color: #fff; }
    .cwBlue .navbar-form .back-button span {
      padding: 0 5px 0 0; }
  .cwBlue .navbar-form .shop-search-fields {
    width: 100%; }
    @media (min-width: 768px) {
      .cwBlue .navbar-form .shop-search-fields {
        width: 264px;
        /*padding: 5px;*/ } }
  .cwBlue .navbar-form.at-top {
    display: block;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 1000;
    margin: 0;
    padding: 4px;
    border: 0;
    /*.shop-search-fields {
				@media(min-width: $grid-float-breakpoint) {
					padding: 5px;
				}
			}*/ }

.cwBlue .current-loc-container {
  position: absolute;
  background: #fff !important;
  -webkit-box-shadow: 0 5px 6px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 6px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 100ms ease-out;
  transition: -webkit-box-shadow 100ms ease-out;
  transition: box-shadow 100ms ease-out;
  transition: box-shadow 100ms ease-out, -webkit-box-shadow 100ms ease-out;
  width: 100%;
  border-top: 1px solid #ebebeb !important; }
  .cwBlue .current-loc-container :hover span {
    color: #f48200 !important; }
  .cwBlue .current-loc-container a,
  .cwBlue .current-loc-container span {
    color: #007fa8 !important;
    text-shadow: none;
    display: table-cell;
    vertical-align: middle;
    float: none; }
  .cwBlue .current-loc-container span {
    font-size: 19px;
    padding: 0 4px 0 8px; }

.cwBlue .current-loc {
  display: table;
  vertical-align: middle;
  background: #fff; }
  .cwBlue .current-loc span {
    width: 1%; }
  .cwBlue .current-loc a {
    text-shadow: none !important; }

.cwBlue #shopSearchForm .form-control {
  -webkit-box-shadow: none;
          box-shadow: none; }

.cwBlue #shopSearchForm .current-loc-container {
  position: absolute;
  background: #fff !important;
  -webkit-box-shadow: 0 5px 6px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 6px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 100ms ease-out;
  transition: -webkit-box-shadow 100ms ease-out;
  transition: box-shadow 100ms ease-out;
  transition: box-shadow 100ms ease-out, -webkit-box-shadow 100ms ease-out;
  -webkit-transition: none;
  transition: none;
  width: 100%; }
  .cwBlue #shopSearchForm .current-loc-container :hover span {
    color: #f48200 !important; }
  .cwBlue #shopSearchForm .current-loc-container a,
  .cwBlue #shopSearchForm .current-loc-container span {
    float: none !important;
    color: #007fa8 !important;
    text-shadow: none;
    display: table-cell !important;
    vertical-align: middle;
    line-height: 1; }
  .cwBlue #shopSearchForm .current-loc-container span {
    font-size: 19px;
    padding: 0 4px 0 8px;
    width: 1%; }
  .cwBlue #shopSearchForm .current-loc-container .glyphicon {
    top: 0; }

.cwBlue #shopSearchForm .current-loc {
  display: table;
  vertical-align: middle;
  background: #fff; }

.cwBlue .hamburger-menu {
  position: relative;
  float: right;
  margin-right: 8px;
  border-radius: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  height: 60px;
  margin: 0 0 0 13px;
  padding: 0 17px;
  /*@media (min-width: $grid-float-breakpoint) {
			display: none;
		}*/ }
  .cwBlue .hamburger-menu:focus, .cwBlue .hamburger-menu:hover {
    outline: 0;
    background: #2395D6;
    z-index: 1001; }
  .cwBlue .hamburger-menu .icon-bar {
    display: block;
    width: 28px;
    height: 3px;
    border-radius: 0; }
  .cwBlue .hamburger-menu .icon-bar + .icon-bar {
    margin-top: 7px; }

.cwBlue .open .hamburger-menu {
  background: #2395D6;
  z-index: 1001; }

@media (max-width: 768px) {
  .cwBlue .rightBorder {
    display: none; } }

@media (min-width: 768px) {
  .cwBlue .rightBorder {
    border-right: 1px solid; } }

.no-results #stateList a {
  font-size: 14px; }

.no-results .main {
  padding-bottom: 2em; }
  .no-results .main span {
    padding: 0; }
  .no-results .main > .container {
    background: #fff;
    padding-bottom: 2em; }

.no-results .out-of-network.container {
  padding: 0; }

.search-filters {
  padding: 0 8px;
  background: #e3e3e3; }
  @media (max-width: 767px) {
    .search-filters > .wrapper {
      padding: 6px; } }
  @media (min-width: 768px) {
    .search-filters {
      padding: 0;
      background: #fff; } }

.filter-block {
  font-family: Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  line-height: 1;
  padding: 8px; }
  @media (min-width: 768px) {
    .filter-block .filter-title {
      font-size: 14px; } }
  .filter-block .filter-buttons {
    display: table;
    width: 100%;
    font-size: 15px;
    font-weight: 400; }
    .filter-block .filter-buttons ul {
      margin: 0;
      display: table-row;
      width: 100%;
      height: 40px; }
    .filter-block .filter-buttons li {
      display: table-cell;
      text-align: center;
      padding: 0;
      border: 1px solid #dedfdf;
      border-collapse: collapse;
      background: #fff;
      border-left: 0;
      width: 1%;
      word-wrap: break-word;
      word-break: break-word;
      vertical-align: middle; }
      @media (min-width: 768px) {
        .filter-block .filter-buttons li {
          white-space: nowrap; } }
      .filter-block .filter-buttons li:first-child {
        border-left: 1px solid #dedfdf; }
      .filter-block .filter-buttons li:hover {
        border-color: #00A5DB;
        background: #009dd1;
        color: #fff; }
      .filter-block .filter-buttons li.active {
        background: #00A5DB;
        color: #fff;
        border-color: #00A5DB; }
      .filter-block .filter-buttons li.disabled {
        background: #ebebeb;
        color: #9d9d9d;
        cursor: default; }
        @media (max-width: 767px) {
          .filter-block .filter-buttons li.disabled {
            background: #f0f0f0; } }
        .filter-block .filter-buttons li.disabled:hover {
          border-color: #dedfdf; }
        .filter-block .filter-buttons li.disabled.active {
          background: #00A5DB;
          color: #fff;
          border-color: #00A5DB; }
      .filter-block .filter-buttons li a {
        display: table-cell;
        height: 40px;
        text-align: center;
        vertical-align: middle;
        width: 1%;
        font-family: "Roboto Condensed", "Arial Narrow", HelveticaNeueCondensed, HelveticaNeue-Condensed, "Helvetica Neue Condensed", Tahoma, Arial, "San Serif", sans-serif;
        color: #666666;
        padding: 4px 0;
        background: transparent; }
        .filter-block .filter-buttons li a:hover {
          color: #fff; }
        .filter-block .filter-buttons li a.active {
          color: #fff; }
        .filter-block .filter-buttons li a.disabled {
          color: #9d9d9d;
          cursor: default;
          /*@media(max-width: $grid-float-breakpoint-max){
						background: lighten($gray-lighter, 2%);
					}*/ }
          .filter-block .filter-buttons li a.disabled.active {
            color: #fff; }
        .filter-block .filter-buttons li a .label {
          font-size: 13px;
          font-weight: 300;
          padding: 0 0 0 3px;
          display: inline-block; }
          .filter-block .filter-buttons li a .label.shop-count {
            font-size: inherit;
            white-space: normal;
            word-wrap: break-word;
            word-break: keep-all; }

.state-list,
.city-list,
[id^='cityList-'],
[id^='stateList'] {
  font-size: 14px; }
  .state-list h1,
  .city-list h1,
  [id^='cityList-'] h1,
  [id^='stateList'] h1 {
    font-size: 15px; }
    @media (min-width: 768px) {
      .state-list h1,
      .city-list h1,
      [id^='cityList-'] h1,
      [id^='stateList'] h1 {
        font-size: 20px; } }
  .state-list h2,
  .city-list h2,
  [id^='cityList-'] h2,
  [id^='stateList'] h2 {
    font-size: 16px;
    padding-bottom: 0; }
    @media (max-width: 767px) {
      .state-list h2,
      .city-list h2,
      [id^='cityList-'] h2,
      [id^='stateList'] h2 {
        background: #ebebeb;
        padding: 10px 10px 8px;
        font-size: 13px;
        vertical-align: middle; } }
  .state-list > li,
  .city-list > li,
  [id^='cityList-'] > li,
  [id^='stateList'] > li {
    border: 1px solid #ebebeb;
    margin: 0 !important; }
    @media (min-width: 768px) {
      .state-list > li,
      .city-list > li,
      [id^='cityList-'] > li,
      [id^='stateList'] > li {
        border: 0; } }
    @media (max-width: 767px) {
      .state-list > li,
      .city-list > li,
      [id^='cityList-'] > li,
      [id^='stateList'] > li {
        padding: 0 !important; } }
  .state-list li + li,
  .city-list li + li,
  [id^='cityList-'] li + li,
  [id^='stateList'] li + li {
    border-top: 0; }
  .state-list a,
  .city-list a,
  [id^='cityList-'] a,
  [id^='stateList'] a {
    line-height: 1;
    padding: 10px 10px 8px;
    font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
    font-weight: 400;
    display: inline-block;
    background-color: #fff;
    color: #666666;
    width: 100%;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out; }
    .state-list a .glyphicon,
    .city-list a .glyphicon,
    [id^='cityList-'] a .glyphicon,
    [id^='stateList'] a .glyphicon {
      position: absolute;
      top: 50%;
      color: #a1a1a1;
      right: 10px;
      display: block;
      font-size: 13px;
      line-height: 0; }
    .state-list a:active, .state-list a:hover,
    .city-list a:active,
    .city-list a:hover,
    [id^='cityList-'] a:active,
    [id^='cityList-'] a:hover,
    [id^='stateList'] a:active,
    [id^='stateList'] a:hover {
      background: #e3e3e3; }
      @media (min-width: 768px) {
        .state-list a:active, .state-list a:hover,
        .city-list a:active,
        .city-list a:hover,
        [id^='cityList-'] a:active,
        [id^='cityList-'] a:hover,
        [id^='stateList'] a:active,
        [id^='stateList'] a:hover {
          background: none; } }
    .state-list a:focus,
    .city-list a:focus,
    [id^='cityList-'] a:focus,
    [id^='stateList'] a:focus {
      outline: none; }
    @media (min-width: 768px) {
      .state-list a,
      .city-list a,
      [id^='cityList-'] a,
      [id^='stateList'] a {
        color: #00A5DB;
        font-size: 14px;
        padding: .2em .1em .2em 0; }
        .state-list a:hover,
        .city-list a:hover,
        [id^='cityList-'] a:hover,
        [id^='stateList'] a:hover {
          text-decoration: underline;
          color: #2980b9; } }
  .state-list span.glyphicon,
  .city-list span.glyphicon,
  [id^='cityList-'] span.glyphicon,
  [id^='stateList'] span.glyphicon {
    padding: 0; }
    @media (min-width: 768px) {
      .state-list span.glyphicon,
      .city-list span.glyphicon,
      [id^='cityList-'] span.glyphicon,
      [id^='stateList'] span.glyphicon {
        display: none; } }

.notavailable {
  /*&.alt1 {
		.main {
			background: #fff;
			li {
				box-shadow: 1px 1px 1px 1px rgba(0,0,0,.3);
			}
			h1, h2, small {
				color: #00A5DB;
			}
		}

	}

	&.alt2 {
		 .main {
			 background: #fff;
			 li {
				 box-shadow: 1px 1px 1px 1px rgba(0,0,0,.3);
			 }
			 h1, h2, small {
				 color: #999;
			 }
		 }

	 }

	&.alt3 {
		.main {
			background: #fff;
			li {
				box-shadow: 1px 1px 1px 1px rgba(0,0,0,.3);
			}
			h1, h2, small {
				color: #000;
			}
		}

	}*/ }
  .notavailable .navbar-inverse {
    background: #333333; }
  @media (min-height: 1140px) {
    .notavailable .footer .navbar-inverse {
      min-height: 370px; } }
  @media (min-width: 410px) and (min-height: 1140px) {
    .notavailable .footer .navbar-inverse {
      min-height: 458px; } }
  @media (min-width: 584px) and (min-height: 1140px) {
    .notavailable .footer .navbar-inverse {
      min-height: 555px; } }
  @media (min-width: 768px) and (min-height: 1140px) {
    .notavailable .footer .navbar-inverse {
      min-height: 270px; } }
  .notavailable .main {
    padding: 2rem 0 4rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #08A3DA;
    text-align: center; }
    .notavailable .main h1,
    .notavailable .main h2 {
      color: #fff;
      margin: 0 auto;
      font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
      font-weight: 700;
      text-align: center;
      line-height: 1.12857;
      font-size: 2.1em;
      padding: .5em; }
    .notavailable .main h1 > small {
      display: block;
      color: #fff;
      font-weight: 400;
      line-height: 1.42857;
      padding-top: .2em; }
    .notavailable .main h2 {
      padding: .5em;
      font-size: 1.57em;
      font-weight: 400; }
    .notavailable .main img {
      width: 100%;
      max-width: 388px;
      display: block;
      text-align: center;
      margin: auto; }
    .notavailable .main ul {
      margin: 0;
      padding: 0; }
    .notavailable .main li {
      background-color: #fff;
      width: 180px;
      padding: 1.4em 0 1.5em 0;
      margin: .64em;
      text-align: center;
      vertical-align: middle;
      display: inline-block; }
      .notavailable .main li:hover {
        background-color: #f2f2f2; }
    .notavailable .main li a {
      vertical-align: middle;
      display: inline-block;
      font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
      color: #08A3DA;
      text-align: center;
      font-size: 1.21em;
      line-height: 1.22857;
      padding: 0; }
    @media (min-width: 768px) {
      .notavailable .main {
        padding: 2rem 0 4rem; }
        .notavailable .main h1 {
          font-size: 3.43em; }
        .notavailable .main h1 > small {
          font-size: 36px;
          line-height: 38px;
          font-weight: 300; } }

.plugins-landing .appointmentContainer {
  /**
 * This mixin is now deprecated in favor of a more
 * generic mixin nad function that are a bit more versatile.
 * This mixin is now simply calling the new mixin, but I left
 * it here for backwards compatibility in case I miss any places
 * where it still needs to be replaced.
 * See the unicode.scss file for more info.
 * @param  {[type]} $icon-code [description]
 * @return {[type]}            [description]
 */
  /**
* The following function and mixin are basically so we can handle unicode characters
* inside SASS variables without breaking the escape sequences, which libsass now does by default
* because the Libsass devs are goofy. Libsass now handles Unicode escape sequences in variables
* as if they were actually supposed to be re-escaped, which everyone knows they are NOT, but the
* SASS developers have no intention of changing this behavior even though it breaks the long-standing
* expected behavior of SASS variable interpolation. They argue that is conforms to the CSS spec.
* I argue that no one wants SASS to conform to a CSS spec if it doesn't address how SASS is actually
* used by developers. The point of SASS is that it IS NOT CSS, but this seems to be lost on the
* SASS devs, hence these mixins.
*/
  /**
 * This function generates a quoted string containing
 * a sequence of any non-escaped unicode character codes you pass in.
 *
 * @param  {arglist} $codes... [any number of string arguements can be passed to this function.]
 * @return {string}           [a quoted string of escaped character codes]
 */
  /**
 * You can pass an arbitrary number of unicode character numbers to this function and it will
 * output a content attribute with all of them concatenated with proper escaping.
 *
 * @param  {arglist} $codes... [any number of string arguements can be passed to this function.]
 * @return {string}           [a CSS content attribute suitable for use in :before and :after pseudoselectors]
 */
  /**
* NOTE: It is very important that you do NOT include the leading slash
* that is typically added in front of Unicode character codes. This is because
* we are using the codes inside SASS variables, which means the leading slash will
* get escaped during variable interpolation, meaning it will break the codes. Therefore
* we use our "icon-font" mixin wherever we need to use these variables, which
* outputs them with the proper leading slash when the css is generated.
*/ }

@font-face {
  .plugins-landing .appointmentContainer {
    font-family: 'carwise';
    src: url("/consumer-resources/fonts/carwise/carwise.eot?84lqnw");
    src: url("/consumer-resources/fonts/carwise/carwise.eot?84lqnw#iefix") format("embedded-opentype"), url("/consumer-resources/fonts/carwise/carwise.ttf?84lqnw") format("truetype"), url("/consumer-resources/fonts/carwise/carwise.woff2?84lqnw") format("woff2"), url("/consumer-resources/fonts/carwise/carwise.woff?84lqnw") format("woff"), url("/consumer-resources/fonts/carwise/carwise.svg?84lqnw#carwise") format("svg");
    font-weight: normal;
    font-style: normal; } }
  .plugins-landing .appointmentContainer [class^='icon-cw-'],
  .plugins-landing .appointmentContainer [class*=' icon-cw-'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'carwise' !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    vertical-align: baseline;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .plugins-landing .appointmentContainer .scheduling-button-container {
    font-family: "Open Sans", Arial, sans-serif; }
    .plugins-landing .appointmentContainer .scheduling-button-container .book-appt-button .glyphicon-container {
      font-family: carwise; }
      .plugins-landing .appointmentContainer .scheduling-button-container .book-appt-button .glyphicon-container .sub-text {
        font-family: "Open Sans", Arial, sans-serif; }
      .plugins-landing .appointmentContainer .scheduling-button-container .book-appt-button .glyphicon-container .icon-cw-calendar-icon {
        font-family: carwise; }
        .plugins-landing .appointmentContainer .scheduling-button-container .book-appt-button .glyphicon-container .icon-cw-calendar-icon::before {
          content: '\e90a'; }
    .plugins-landing .appointmentContainer .scheduling-button-container .text-container {
      font-family: "Open Sans", Arial, sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.1; }
      .plugins-landing .appointmentContainer .scheduling-button-container .text-container .text .top {
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 200;
        line-height: 1.1; }
      .plugins-landing .appointmentContainer .scheduling-button-container .text-container .text .bottom {
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 700;
        line-height: 1.1; }
    .plugins-landing .appointmentContainer .scheduling-button-container .sub-text b {
      font-family: "Open Sans", Arial, sans-serif;
      font-weight: 700; }
  .plugins-landing .appointmentContainer .scheduling-button-container .book-appt-button {
    background: #fff;
    color: #069; }
    .plugins-landing .appointmentContainer .scheduling-button-container .book-appt-button:hover {
      background: #069;
      color: #fff !important; }
      .plugins-landing .appointmentContainer .scheduling-button-container .book-appt-button:hover .icon-cw-calendar-icon {
        color: #fff; }
    .plugins-landing .appointmentContainer .scheduling-button-container .book-appt-button.b_1, .plugins-landing .appointmentContainer .scheduling-button-container .book-appt-button.b_2 {
      border-color: #069;
      color: #069; }
    .plugins-landing .appointmentContainer .scheduling-button-container .book-appt-button.db_1, .plugins-landing .appointmentContainer .scheduling-button-container .book-appt-button.db_2 {
      border-color: #004b77;
      color: #004b77; }
      .plugins-landing .appointmentContainer .scheduling-button-container .book-appt-button.db_1:hover, .plugins-landing .appointmentContainer .scheduling-button-container .book-appt-button.db_2:hover {
        background: #004b77; }
    .plugins-landing .appointmentContainer .scheduling-button-container .book-appt-button.b_2 .text-container {
      background: #069;
      color: #fff; }
    .plugins-landing .appointmentContainer .scheduling-button-container .book-appt-button.db_2 .text-container {
      background: #004b77;
      color: #fff; }
  .plugins-landing .appointmentContainer .scheduling-button-container .book-appt-button.dg_1, .plugins-landing .appointmentContainer .scheduling-button-container .book-appt-button.dg_2 {
    border-color: #333;
    background: #fff;
    color: #333; }
    .plugins-landing .appointmentContainer .scheduling-button-container .book-appt-button.dg_1:hover, .plugins-landing .appointmentContainer .scheduling-button-container .book-appt-button.dg_2:hover {
      background: #333; }
  .plugins-landing .appointmentContainer .scheduling-button-container .book-appt-button.dg_2 .text-container {
    background: #333;
    color: #fff; }
  .plugins-landing .appointmentContainer body.modal-open {
    overflow: hidden; }
    @media (max-width: 767px) {
      .plugins-landing .appointmentContainer body.modal-open {
        position: fixed; } }
  .plugins-landing .appointmentContainer #cwSchedulingModal {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .plugins-landing .appointmentContainer #cwSchedulingModal * {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .plugins-landing .appointmentContainer #cwSchedulingModal *:before,
    .plugins-landing .appointmentContainer #cwSchedulingModal *:after {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .plugins-landing .appointmentContainer #cwSchedulingModal.modal {
      display: none;
      overflow: hidden;
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 0;
      z-index: 2000000000;
      /* Momentum Scrolling for iOS doesn’t work on iframes. However, if you wrap the iframe in a container and put the -webkit-overflow-scrolling: touch and overflow-y: scroll on that, it should work.
    See this Codepen:
    http://codepen.io/kristiegiles/pen/WveNaX?editors=110 */
      -webkit-overflow-scrolling: touch;
      outline: 0;
      width: 100%;
      height: 100%; }
      .plugins-landing .appointmentContainer #cwSchedulingModal.modal.scheduling-modal .modal-header h1 {
        display: none; }
      .plugins-landing .appointmentContainer #cwSchedulingModal.modal.scheduling-modal .modal-body {
        overflow: hidden; }
        @media (max-width: 767px) {
          .plugins-landing .appointmentContainer #cwSchedulingModal.modal.scheduling-modal .modal-body {
            overflow-y: auto; } }
      .plugins-landing .appointmentContainer #cwSchedulingModal.modal iframe {
        overflow: auto; }
      .plugins-landing .appointmentContainer #cwSchedulingModal.modal > button.close {
        position: fixed;
        display: table-cell;
        vertical-align: middle;
        right: 0;
        top: 0;
        border: 1px solid #fff;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        cursor: pointer; }
        .plugins-landing .appointmentContainer #cwSchedulingModal.modal > button.close span {
          color: #fff;
          line-height: .9;
          height: 40px;
          width: 40px;
          font-size: 40px;
          display: inline-block;
          vertical-align: middle; }
    .modal-open .plugins-landing .appointmentContainer #cwSchedulingModal.modal {
      overflow-x: hidden;
      overflow-y: auto; }
    .plugins-landing .appointmentContainer #cwSchedulingModal .modal-dialog {
      position: relative;
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .plugins-landing .appointmentContainer #cwSchedulingModal .modal-dialog {
          margin-top: 3em;
          max-width: 1000px; } }
    .plugins-landing .appointmentContainer #cwSchedulingModal .modal-content {
      position: absolute;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #fff;
      border: 1px solid #999;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 6px;
      -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
      box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
      background-clip: padding-box;
      outline: 0; }
      .plugins-landing .appointmentContainer #cwSchedulingModal .modal-content.iframe {
        border: 0; }
      .plugins-landing .appointmentContainer #cwSchedulingModal .modal-content iframe {
        border: 0;
        padding: 0;
        margin: 0;
        overflow: scroll;
        display: block; }
    .modal {
      z-index: 2000000000; }
    .modal-backdrop {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1999999999;
      background-color: #000; }
      .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0); }
      .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50); }
      .modal-backdrop:hover {
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkmAkAAJ8AmzsOXcYAAAAASUVORK5CYII=");
        background: rgba(0, 0, 0, 0.6); }
    .plugins-landing .appointmentContainer #cwSchedulingModal .modal-header {
      position: relative;
      display: table;
      width: 100%;
      top: 0;
      right: 0;
      bottom: auto;
      left: 0;
      padding: 3px 10px;
      border-bottom: 1px solid #e5e5e5; }
      .plugins-landing .appointmentContainer #cwSchedulingModal .modal-header:before, .plugins-landing .appointmentContainer #cwSchedulingModal .modal-header:after {
        content: " ";
        display: table; }
      .plugins-landing .appointmentContainer #cwSchedulingModal .modal-header:after {
        clear: both; }
    .plugins-landing .appointmentContainer #cwSchedulingModal .modal-header .close {
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-56%);
              transform: translateY(-56%);
      cursor: pointer; }
    .plugins-landing .appointmentContainer #cwSchedulingModal .modal-title {
      margin: 0;
      line-height: 1.42857;
      font-size: 18px !important;
      font-weight: 500 !important;
      padding: 12px 0; }
    .plugins-landing .appointmentContainer #cwSchedulingModal .modal-body {
      position: relative;
      width: 100%;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: 0;
      padding: 0;
      height: 100%;
      overflow: hidden; }
      @media (max-width: 767px) {
        .plugins-landing .appointmentContainer #cwSchedulingModal .modal-body {
          overflow-y: auto; } }
    .plugins-landing .appointmentContainer #cwSchedulingModal .modal-footer {
      padding: 1em;
      position: absolute;
      top: auto;
      right: 0;
      bottom: 0;
      left: 0;
      text-align: right;
      border: 0;
      -webkit-box-shadow: 0px -1px 18px -5px rgba(0, 0, 0, 0.5);
              box-shadow: 0px -1px 18px -5px rgba(0, 0, 0, 0.5); }
      .plugins-landing .appointmentContainer #cwSchedulingModal .modal-footer:before, .plugins-landing .appointmentContainer #cwSchedulingModal .modal-footer:after {
        content: " ";
        display: table; }
      .plugins-landing .appointmentContainer #cwSchedulingModal .modal-footer:after {
        clear: both; }
      .plugins-landing .appointmentContainer #cwSchedulingModal .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0; }
      .plugins-landing .appointmentContainer #cwSchedulingModal .modal-footer .btn-group .btn + .btn {
        margin-left: -1px; }
      .plugins-landing .appointmentContainer #cwSchedulingModal .modal-footer .btn-block + .btn-block {
        margin-left: 0; }
    .plugins-landing .appointmentContainer #cwSchedulingModal .modal-scrollbar-measure {
      position: absolute;
      top: -9999px;
      width: 50px;
      height: 50px;
      overflow: auto; }
    .plugins-landing .appointmentContainer #cwSchedulingModal.modal {
      padding: 0;
      width: 100%;
      height: 100%;
      overflow-y: auto; }
      @media (max-width: 767px) {
        .plugins-landing .appointmentContainer #cwSchedulingModal.modal.alt-style > button.close {
          display: none; } }
      .plugins-landing .appointmentContainer #cwSchedulingModal.modal.alt-style .modal-header {
        display: block;
        padding: 0;
        height: 0;
        line-height: 0; }
        @media (max-width: 767px) {
          .plugins-landing .appointmentContainer #cwSchedulingModal.modal.alt-style .modal-header .close {
            display: none; } }
        @media (min-width: 768px) {
          .plugins-landing .appointmentContainer #cwSchedulingModal.modal.alt-style .modal-header .close {
            position: absolute;
            top: -20px;
            right: -20px;
            width: 20px;
            height: 20px;
            margin: auto;
            color: #fff;
            -webkit-transform: none;
                    transform: none;
            opacity: 1;
            background: transparent;
            padding: 0;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            border: 0;
            cursor: pointer; }
            .plugins-landing .appointmentContainer #cwSchedulingModal.modal.alt-style .modal-header .close svg {
              fill: currentColor; } }
    .plugins-landing .appointmentContainer #cwSchedulingModal .modal-dialog {
      margin: 0;
      padding: 0;
      margin: 0 auto 0 auto; }
      @media (min-width: 768px) {
        .plugins-landing .appointmentContainer #cwSchedulingModal .modal-dialog {
          margin-top: 3em;
          max-width: 1000px;
          max-height: 600px; } }
    .plugins-landing .appointmentContainer #cwSchedulingModal .modal-content {
      position: relative;
      -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
    .plugins-landing .appointmentContainer #cwSchedulingModal .modal-sm {
      width: 100%;
      height: 100%; }
      @media (min-width: 768px) {
        .plugins-landing .appointmentContainer #cwSchedulingModal .modal-sm {
          width: 480px;
          height: 320px; } }
    .plugins-landing .appointmentContainer #cwSchedulingModal .modal-md {
      width: 100%;
      height: 100%; }
      @media (min-width: 768px) {
        .plugins-landing .appointmentContainer #cwSchedulingModal .modal-md {
          min-width: 768px;
          max-width: 1000px;
          max-height: 600px;
          height: 600px; } }
    .plugins-landing .appointmentContainer #cwSchedulingModal .modal-lg {
      width: 100%;
      height: 100%; }
      @media (min-width: 768px) {
        .plugins-landing .appointmentContainer #cwSchedulingModal .modal-lg {
          min-width: 1000px;
          max-width: 1200px;
          height: 800px; } }
  .plugins-landing .appointmentContainer .scheduling-button-container {
    width: 280px;
    height: auto;
    text-align: left;
    border: 0;
    margin: 0 0 12px; }
    .plugins-landing .appointmentContainer .scheduling-button-container .book-appt-button {
      white-space: nowrap;
      cursor: pointer;
      display: block;
      position: relative;
      padding: 3px 5px 3px 5px;
      -webkit-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s;
      border: 1px solid; }
      .plugins-landing .appointmentContainer .scheduling-button-container .book-appt-button::-moz-focus-inner {
        border: 0;
        padding: 0; }
      .plugins-landing .appointmentContainer .scheduling-button-container .book-appt-button .glyphicon-container {
        display: inline-block;
        position: relative;
        text-align: center;
        vertical-align: middle;
        width: 74px; }
        .plugins-landing .appointmentContainer .scheduling-button-container .book-appt-button .glyphicon-container .icon-cw-calendar-icon {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          display: block;
          text-align: center;
          font-family: carwise;
          vertical-align: middle; }
          .plugins-landing .appointmentContainer .scheduling-button-container .book-appt-button .glyphicon-container .icon-cw-calendar-icon::before {
            display: block;
            content: "\e90a"; }
    .plugins-landing .appointmentContainer .scheduling-button-container .text-container {
      display: inline-block;
      position: relative;
      text-align: center;
      vertical-align: middle;
      padding: 0; }
      .plugins-landing .appointmentContainer .scheduling-button-container .text-container .text {
        display: inline-block;
        text-align: center; }
        .plugins-landing .appointmentContainer .scheduling-button-container .text-container .text .top {
          display: block;
          text-align: center; }
        .plugins-landing .appointmentContainer .scheduling-button-container .text-container .text .bottom {
          display: block;
          text-align: center; }
      .plugins-landing .appointmentContainer .scheduling-button-container .text-container .sub-text {
        display: block;
        text-align: center; }
        .plugins-landing .appointmentContainer .scheduling-button-container .text-container .sub-text b {
          text-align: center;
          border: 0; }
  .plugins-landing .appointmentContainer .scheduling-button-container.s .book-appt-button {
    width: 160px;
    height: 40px;
    border: 0; }
    .plugins-landing .appointmentContainer .scheduling-button-container.s .book-appt-button .glyphicon-container {
      width: 32px;
      float: left;
      clear: none;
      vertical-align: middle; }
      .plugins-landing .appointmentContainer .scheduling-button-container.s .book-appt-button .glyphicon-container .icon-cw-calendar-icon {
        font-size: 30px; }
    .plugins-landing .appointmentContainer .scheduling-button-container.s .book-appt-button .text-container {
      width: 107px;
      height: 26px;
      float: right;
      clear: none;
      font-size: 16px; }
      .plugins-landing .appointmentContainer .scheduling-button-container.s .book-appt-button .text-container .text {
        display: block;
        font-size: 12px;
        font-weight: 700; }
        .plugins-landing .appointmentContainer .scheduling-button-container.s .book-appt-button .text-container .text .top {
          height: auto;
          font-size: 13px;
          font-weight: 400;
          text-align: left; }
        .plugins-landing .appointmentContainer .scheduling-button-container.s .book-appt-button .text-container .text .bottom {
          font-size: 14px;
          letter-spacing: .3px;
          text-align: left;
          text-transform: uppercase; }
    .plugins-landing .appointmentContainer .scheduling-button-container.s .book-appt-button .sub-text {
      display: none; }
  .plugins-landing .appointmentContainer .scheduling-button-container.m .book-appt-button {
    width: 220px;
    height: 43px;
    padding-right: 6px; }
    .plugins-landing .appointmentContainer .scheduling-button-container.m .book-appt-button .glyphicon-container {
      width: 36px;
      float: left;
      clear: none;
      vertical-align: middle; }
      .plugins-landing .appointmentContainer .scheduling-button-container.m .book-appt-button .glyphicon-container .icon-cw-calendar-icon {
        font-size: 35px; }
      .plugins-landing .appointmentContainer .scheduling-button-container.m .book-appt-button .glyphicon-container .sub-text {
        display: none; }
    .plugins-landing .appointmentContainer .scheduling-button-container.m .book-appt-button .text-container {
      width: auto;
      float: right; }
      .plugins-landing .appointmentContainer .scheduling-button-container.m .book-appt-button .text-container .text {
        font-weight: 700;
        line-height: 1.9; }
        .plugins-landing .appointmentContainer .scheduling-button-container.m .book-appt-button .text-container .text .top {
          display: inline-block;
          width: auto;
          height: auto;
          font-size: 13px;
          font-weight: 400;
          vertical-align: middle; }
        .plugins-landing .appointmentContainer .scheduling-button-container.m .book-appt-button .text-container .text .bottom {
          display: inline-block;
          width: auto;
          height: auto;
          font-size: 13px;
          vertical-align: middle; }
      .plugins-landing .appointmentContainer .scheduling-button-container.m .book-appt-button .text-container .sub-text {
        display: none; }
  .plugins-landing .appointmentContainer .scheduling-button-container.l {
    height: 100px; }
    .plugins-landing .appointmentContainer .scheduling-button-container.l .book-appt-button {
      width: 270px;
      height: 100px;
      padding: 4px; }
      .plugins-landing .appointmentContainer .scheduling-button-container.l .book-appt-button .glyphicon-container {
        width: 84px;
        height: 76px;
        vertical-align: middle; }
        .plugins-landing .appointmentContainer .scheduling-button-container.l .book-appt-button .glyphicon-container .icon-cw-calendar-icon {
          font-size: 70px; }
      .plugins-landing .appointmentContainer .scheduling-button-container.l .book-appt-button .text-container {
        width: 160px;
        height: 100%;
        margin-top: 4px;
        margin-right: 7px;
        font-size: 21px;
        text-align: center; }
        .plugins-landing .appointmentContainer .scheduling-button-container.l .book-appt-button .text-container .text {
          height: 52px;
          margin: 0 auto;
          font-size: 21px;
          font-weight: 700;
          text-align: left; }
          .plugins-landing .appointmentContainer .scheduling-button-container.l .book-appt-button .text-container .text .top {
            height: 26px;
            font-weight: 300;
            text-align: left; }
          .plugins-landing .appointmentContainer .scheduling-button-container.l .book-appt-button .text-container .text .bottom {
            text-align: left; }
        .plugins-landing .appointmentContainer .scheduling-button-container.l .book-appt-button .text-container .sub-text {
          display: none;
          font-size: 9px;
          font-weight: 400;
          text-align: center; }
          .plugins-landing .appointmentContainer .scheduling-button-container.l .book-appt-button .text-container .sub-text b {
            text-align: center; }
      .plugins-landing .appointmentContainer .scheduling-button-container.l .book-appt-button.l1 {
        border-bottom-width: 4px; }
        .plugins-landing .appointmentContainer .scheduling-button-container.l .book-appt-button.l1 .glyphicon-container .sub-text {
          display: none; }
        .plugins-landing .appointmentContainer .scheduling-button-container.l .book-appt-button.l1 .text-container .text {
          font-size: 22px; }
          .plugins-landing .appointmentContainer .scheduling-button-container.l .book-appt-button.l1 .text-container .text .bottom {
            font-size: 23px; }
        .plugins-landing .appointmentContainer .scheduling-button-container.l .book-appt-button.l1 .text-container .sub-text {
          display: block;
          width: 150px;
          margin: 6px auto;
          text-align: left; }
      .plugins-landing .appointmentContainer .scheduling-button-container.l .book-appt-button.l2 .glyphicon-container {
        width: 87px;
        height: auto;
        padding-top: 5px;
        padding-right: 6px;
        float: right; }
        .plugins-landing .appointmentContainer .scheduling-button-container.l .book-appt-button.l2 .glyphicon-container .icon-cw-calendar-icon {
          padding-right: 2px;
          text-align: right; }
        .plugins-landing .appointmentContainer .scheduling-button-container.l .book-appt-button.l2 .glyphicon-container .sub-text {
          display: block;
          height: auto;
          font-size: 9px;
          letter-spacing: -.25px; }
      .plugins-landing .appointmentContainer .scheduling-button-container.l .book-appt-button.l2 .text-container {
        width: 160px;
        height: 90px;
        margin: 0;
        float: left; }
        .plugins-landing .appointmentContainer .scheduling-button-container.l .book-appt-button.l2 .text-container .text {
          padding-top: 12px;
          letter-spacing: -.3px; }

.plugins-landing .photo-estimate-container {
  /**
 * This mixin is now deprecated in favor of a more
 * generic mixin nad function that are a bit more versatile.
 * This mixin is now simply calling the new mixin, but I left
 * it here for backwards compatibility in case I miss any places
 * where it still needs to be replaced.
 * See the unicode.scss file for more info.
 * @param  {[type]} $icon-code [description]
 * @return {[type]}            [description]
 */
  /**
* The following function and mixin are basically so we can handle unicode characters
* inside SASS variables without breaking the escape sequences, which libsass now does by default
* because the Libsass devs are goofy. Libsass now handles Unicode escape sequences in variables
* as if they were actually supposed to be re-escaped, which everyone knows they are NOT, but the
* SASS developers have no intention of changing this behavior even though it breaks the long-standing
* expected behavior of SASS variable interpolation. They argue that is conforms to the CSS spec.
* I argue that no one wants SASS to conform to a CSS spec if it doesn't address how SASS is actually
* used by developers. The point of SASS is that it IS NOT CSS, but this seems to be lost on the
* SASS devs, hence these mixins.
*/
  /**
 * This function generates a quoted string containing
 * a sequence of any non-escaped unicode character codes you pass in.
 *
 * @param  {arglist} $codes... [any number of string arguements can be passed to this function.]
 * @return {string}           [a quoted string of escaped character codes]
 */
  /**
 * You can pass an arbitrary number of unicode character numbers to this function and it will
 * output a content attribute with all of them concatenated with proper escaping.
 *
 * @param  {arglist} $codes... [any number of string arguements can be passed to this function.]
 * @return {string}           [a CSS content attribute suitable for use in :before and :after pseudoselectors]
 */
  /**
* NOTE: It is very important that you do NOT include the leading slash
* that is typically added in front of Unicode character codes. This is because
* we are using the codes inside SASS variables, which means the leading slash will
* get escaped during variable interpolation, meaning it will break the codes. Therefore
* we use our "icon-font" mixin wherever we need to use these variables, which
* outputs them with the proper leading slash when the css is generated.
*/ }

@font-face {
  .plugins-landing .photo-estimate-container {
    font-family: 'carwise';
    src: url("/consumer-resources/fonts/carwise/carwise.eot?84lqnw");
    src: url("/consumer-resources/fonts/carwise/carwise.eot?84lqnw#iefix") format("embedded-opentype"), url("/consumer-resources/fonts/carwise/carwise.ttf?84lqnw") format("truetype"), url("/consumer-resources/fonts/carwise/carwise.woff2?84lqnw") format("woff2"), url("/consumer-resources/fonts/carwise/carwise.woff?84lqnw") format("woff"), url("/consumer-resources/fonts/carwise/carwise.svg?84lqnw#carwise") format("svg");
    font-weight: normal;
    font-style: normal; } }
  .plugins-landing .photo-estimate-container [class^='icon-cw-'],
  .plugins-landing .photo-estimate-container [class*=' icon-cw-'] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'carwise' !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    vertical-align: baseline;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .plugins-landing .photo-estimate-container .photo-estimate-button-container {
    font-family: "Open Sans", Arial, sans-serif; }
    .plugins-landing .photo-estimate-container .photo-estimate-button-container .photo-estimate-button .glyphicon-container {
      font-family: carwise; }
      .plugins-landing .photo-estimate-container .photo-estimate-button-container .photo-estimate-button .glyphicon-container .sub-text {
        font-family: "Open Sans", Arial, sans-serif; }
      .plugins-landing .photo-estimate-container .photo-estimate-button-container .photo-estimate-button .glyphicon-container .icon-cw-photo-estimate {
        font-family: carwise; }
        .plugins-landing .photo-estimate-container .photo-estimate-button-container .photo-estimate-button .glyphicon-container .icon-cw-photo-estimate::before {
          content: '\e90a'; }
    .plugins-landing .photo-estimate-container .photo-estimate-button-container .text-container {
      font-family: "Open Sans", Arial, sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.1; }
      .plugins-landing .photo-estimate-container .photo-estimate-button-container .text-container .text .top {
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 200;
        line-height: 1.1; }
      .plugins-landing .photo-estimate-container .photo-estimate-button-container .text-container .text .bottom {
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: 700;
        line-height: 1.1; }
    .plugins-landing .photo-estimate-container .photo-estimate-button-container .sub-text b {
      font-family: "Open Sans", Arial, sans-serif;
      font-weight: 700; }
  .plugins-landing .photo-estimate-container .photo-estimate-button-container .photo-estimate-button {
    background: #fff;
    color: #069; }
    .plugins-landing .photo-estimate-container .photo-estimate-button-container .photo-estimate-button:hover {
      background: #069;
      color: #fff !important; }
      .plugins-landing .photo-estimate-container .photo-estimate-button-container .photo-estimate-button:hover .icon-cw-photo-estimate {
        color: #fff; }
    .plugins-landing .photo-estimate-container .photo-estimate-button-container .photo-estimate-button.b_1, .plugins-landing .photo-estimate-container .photo-estimate-button-container .photo-estimate-button.b_2 {
      border-color: #069;
      color: #069; }
    .plugins-landing .photo-estimate-container .photo-estimate-button-container .photo-estimate-button.db_1, .plugins-landing .photo-estimate-container .photo-estimate-button-container .photo-estimate-button.db_2 {
      border-color: #004b77;
      color: #004b77; }
      .plugins-landing .photo-estimate-container .photo-estimate-button-container .photo-estimate-button.db_1:hover, .plugins-landing .photo-estimate-container .photo-estimate-button-container .photo-estimate-button.db_2:hover {
        background: #004b77; }
    .plugins-landing .photo-estimate-container .photo-estimate-button-container .photo-estimate-button.b_2 .text-container {
      background: #069;
      color: #fff; }
    .plugins-landing .photo-estimate-container .photo-estimate-button-container .photo-estimate-button.db_2 .text-container {
      background: #004b77;
      color: #fff; }
  .plugins-landing .photo-estimate-container .photo-estimate-text-container .photo-estimate-text {
    background: #fff;
    color: #069; }
    .plugins-landing .photo-estimate-container .photo-estimate-text-container .photo-estimate-text.b_1 .text-container, .plugins-landing .photo-estimate-container .photo-estimate-text-container .photo-estimate-text.b_2 .text-container {
      color: #069; }
    .plugins-landing .photo-estimate-container .photo-estimate-text-container .photo-estimate-text.db_1 .text-container, .plugins-landing .photo-estimate-container .photo-estimate-text-container .photo-estimate-text.db_2 .text-container {
      color: #004b77; }
    .plugins-landing .photo-estimate-container .photo-estimate-text-container .photo-estimate-text.b_2 .text-container {
      color: #069; }
    .plugins-landing .photo-estimate-container .photo-estimate-text-container .photo-estimate-text.db_2 .text-container {
      color: #004b77; }
  .plugins-landing .photo-estimate-container .photo-estimate-link-container.b_1 .text-container, .plugins-landing .photo-estimate-container .photo-estimate-link-container.b_2 .text-container {
    color: #069; }
  .plugins-landing .photo-estimate-container .photo-estimate-link-container.db_1 .text-container, .plugins-landing .photo-estimate-container .photo-estimate-link-container.db_2 .text-container {
    color: #004b77; }
  .plugins-landing .photo-estimate-container .photo-estimate-link-container.b_2 .text-container {
    color: #069; }
  .plugins-landing .photo-estimate-container .photo-estimate-link-container.db_2 .text-container {
    color: #004b77; }
  .plugins-landing .photo-estimate-container .photo-estimate-button-container .photo-estimate-button.dg_1, .plugins-landing .photo-estimate-container .photo-estimate-button-container .photo-estimate-button.dg_2 {
    border-color: #333;
    background: #fff;
    color: #333; }
    .plugins-landing .photo-estimate-container .photo-estimate-button-container .photo-estimate-button.dg_1:hover, .plugins-landing .photo-estimate-container .photo-estimate-button-container .photo-estimate-button.dg_2:hover {
      background: #333; }
  .plugins-landing .photo-estimate-container .photo-estimate-button-container .photo-estimate-button.dg_2 .text-container {
    background: #333;
    color: #fff; }
  .plugins-landing .photo-estimate-container .photo-estimate-text-container .photo-estimate-text.dg_1 .text-container, .plugins-landing .photo-estimate-container .photo-estimate-text-container .photo-estimate-text.dg_2 .text-container {
    color: #333; }
  .plugins-landing .photo-estimate-container .photo-estimate-text-container .photo-estimate-text.dg_2 .text-container {
    color: #333; }
  .plugins-landing .photo-estimate-container .photo-estimate-link-container.dg_1 .text-container, .plugins-landing .photo-estimate-container .photo-estimate-link-container.dg_2 .text-container {
    color: #333; }
  .plugins-landing .photo-estimate-container .photo-estimate-link-container.dg_2 .text-container {
    color: #333; }
  .plugins-landing .photo-estimate-container .photo-estimate-button-container {
    width: 280px;
    height: auto;
    text-align: left;
    border: 0;
    margin: 0 0 12px; }
    .plugins-landing .photo-estimate-container .photo-estimate-button-container .photo-estimate-button {
      white-space: nowrap;
      cursor: pointer;
      display: block;
      position: relative;
      padding: 3px 5px 3px 5px;
      -webkit-transition: all 0.2s ease-out 0s;
      transition: all 0.2s ease-out 0s;
      border: 1px solid; }
      .plugins-landing .photo-estimate-container .photo-estimate-button-container .photo-estimate-button::-moz-focus-inner {
        border: 0;
        padding: 0; }
      .plugins-landing .photo-estimate-container .photo-estimate-button-container .photo-estimate-button .glyphicon-container {
        display: inline-block;
        position: relative;
        text-align: center;
        vertical-align: middle;
        width: 74px; }
        .plugins-landing .photo-estimate-container .photo-estimate-button-container .photo-estimate-button .glyphicon-container .icon-cw-photo-estimate {
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          display: block;
          text-align: center;
          font-family: carwise;
          vertical-align: middle; }
          .plugins-landing .photo-estimate-container .photo-estimate-button-container .photo-estimate-button .glyphicon-container .icon-cw-photo-estimate::before {
            display: block;
            content: "\e910"; }
    .plugins-landing .photo-estimate-container .photo-estimate-button-container .text-container {
      display: inline-block;
      position: relative;
      text-align: center;
      vertical-align: middle;
      padding: 0; }
      .plugins-landing .photo-estimate-container .photo-estimate-button-container .text-container .text {
        text-align: center; }
        .plugins-landing .photo-estimate-container .photo-estimate-button-container .text-container .text .top {
          display: block;
          text-align: center; }
        .plugins-landing .photo-estimate-container .photo-estimate-button-container .text-container .text .bottom {
          display: block;
          text-align: center; }
      .plugins-landing .photo-estimate-container .photo-estimate-button-container .text-container .sub-text {
        display: block;
        text-align: center; }
        .plugins-landing .photo-estimate-container .photo-estimate-button-container .text-container .sub-text b {
          text-align: center;
          border: 0; }
  .plugins-landing .photo-estimate-container .photo-estimate-text-container {
    width: 280px;
    height: auto;
    text-align: left;
    border: 0;
    color: #069;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    font-family: Open Sans,Arial,sans-serif; }
    .plugins-landing .photo-estimate-container .photo-estimate-text-container .text-container {
      width: auto;
      margin-bottom: 12px; }
      .plugins-landing .photo-estimate-container .photo-estimate-text-container .text-container .text {
        font-weight: 700;
        line-height: 1.9; }
        .plugins-landing .photo-estimate-container .photo-estimate-text-container .text-container .text .top {
          display: inline-block;
          width: auto;
          height: auto;
          font-size: 13px;
          font-weight: 400;
          vertical-align: middle; }
        .plugins-landing .photo-estimate-container .photo-estimate-text-container .text-container .text .bottom {
          display: inline-block;
          width: auto;
          height: auto;
          font-size: 13px;
          vertical-align: middle; }
      .plugins-landing .photo-estimate-container .photo-estimate-text-container .text-container .sub-text {
        display: none; }
  .plugins-landing .photo-estimate-container .photoEst-plugin-desc {
    padding-left: 0px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .plugins-landing .photo-estimate-container .photoEst-plugin-desc {
        padding-left: 50px; } }
  .plugins-landing .photo-estimate-container .photo-estimate-button-container.s .photo-estimate-button {
    width: 174px;
    height: 40px;
    border: 0; }
    .plugins-landing .photo-estimate-container .photo-estimate-button-container.s .photo-estimate-button .glyphicon-container {
      width: 32px;
      float: left;
      clear: none;
      vertical-align: middle; }
      .plugins-landing .photo-estimate-container .photo-estimate-button-container.s .photo-estimate-button .glyphicon-container .icon-cw-photo-estimate {
        font-size: 30px; }
    .plugins-landing .photo-estimate-container .photo-estimate-button-container.s .photo-estimate-button .text-container {
      width: 124px;
      height: 26px;
      float: right;
      clear: none;
      font-size: 16px; }
      .plugins-landing .photo-estimate-container .photo-estimate-button-container.s .photo-estimate-button .text-container .text {
        display: block;
        font-size: 12px;
        font-weight: 700; }
        .plugins-landing .photo-estimate-container .photo-estimate-button-container.s .photo-estimate-button .text-container .text .top {
          height: auto;
          font-size: 13px;
          font-weight: 400;
          text-align: left; }
        .plugins-landing .photo-estimate-container .photo-estimate-button-container.s .photo-estimate-button .text-container .text .bottom {
          font-size: 14px;
          letter-spacing: .3px;
          text-align: left;
          text-transform: uppercase; }
    .plugins-landing .photo-estimate-container .photo-estimate-button-container.s .photo-estimate-button .sub-text {
      display: none; }
  .plugins-landing .photo-estimate-container .photo-estimate-button-container.m .photo-estimate-button {
    width: 196px;
    height: 43px;
    padding-right: 6px; }
    .plugins-landing .photo-estimate-container .photo-estimate-button-container.m .photo-estimate-button .glyphicon-container {
      width: 36px;
      float: left;
      clear: none;
      vertical-align: middle; }
      .plugins-landing .photo-estimate-container .photo-estimate-button-container.m .photo-estimate-button .glyphicon-container .icon-cw-photo-estimate {
        font-size: 35px; }
      .plugins-landing .photo-estimate-container .photo-estimate-button-container.m .photo-estimate-button .glyphicon-container .sub-text {
        display: none; }
    .plugins-landing .photo-estimate-container .photo-estimate-button-container.m .photo-estimate-button .text-container {
      width: auto; }
      .plugins-landing .photo-estimate-container .photo-estimate-button-container.m .photo-estimate-button .text-container .text {
        font-weight: 700;
        line-height: 1.9; }
        .plugins-landing .photo-estimate-container .photo-estimate-button-container.m .photo-estimate-button .text-container .text .top {
          display: inline-block;
          width: auto;
          height: auto;
          font-size: 13px;
          font-weight: 400;
          vertical-align: middle; }
        .plugins-landing .photo-estimate-container .photo-estimate-button-container.m .photo-estimate-button .text-container .text .bottom {
          display: inline-block;
          width: auto;
          height: auto;
          font-size: 13px;
          vertical-align: middle; }
      .plugins-landing .photo-estimate-container .photo-estimate-button-container.m .photo-estimate-button .text-container .sub-text {
        display: none; }
  .plugins-landing .photo-estimate-container .photo-estimate-button-container.l {
    height: 100px; }
    .plugins-landing .photo-estimate-container .photo-estimate-button-container.l .photo-estimate-button {
      width: 270px;
      height: 100px;
      padding: 4px; }
      .plugins-landing .photo-estimate-container .photo-estimate-button-container.l .photo-estimate-button .glyphicon-container {
        width: 84px;
        height: 76px;
        vertical-align: middle; }
        .plugins-landing .photo-estimate-container .photo-estimate-button-container.l .photo-estimate-button .glyphicon-container .icon-cw-photo-estimate {
          font-size: 70px; }
      .plugins-landing .photo-estimate-container .photo-estimate-button-container.l .photo-estimate-button .text-container {
        width: 150px;
        height: 100%;
        margin-top: 4px;
        margin-right: 9px;
        font-size: 21px;
        text-align: center; }
        .plugins-landing .photo-estimate-container .photo-estimate-button-container.l .photo-estimate-button .text-container .text {
          height: 52px;
          margin: 0 auto;
          font-size: 21px;
          font-weight: 700;
          text-align: left; }
          .plugins-landing .photo-estimate-container .photo-estimate-button-container.l .photo-estimate-button .text-container .text .top {
            height: 26px;
            font-weight: 300;
            text-align: left; }
          .plugins-landing .photo-estimate-container .photo-estimate-button-container.l .photo-estimate-button .text-container .text .bottom {
            text-align: left; }
        .plugins-landing .photo-estimate-container .photo-estimate-button-container.l .photo-estimate-button .text-container .sub-text {
          display: none;
          font-size: 9px;
          font-weight: 400;
          text-align: center; }
          .plugins-landing .photo-estimate-container .photo-estimate-button-container.l .photo-estimate-button .text-container .sub-text b {
            text-align: center; }
      .plugins-landing .photo-estimate-container .photo-estimate-button-container.l .photo-estimate-button.l1 {
        border-bottom-width: 4px; }
        .plugins-landing .photo-estimate-container .photo-estimate-button-container.l .photo-estimate-button.l1 .glyphicon-container .sub-text {
          display: none; }
        .plugins-landing .photo-estimate-container .photo-estimate-button-container.l .photo-estimate-button.l1 .text-container .text {
          font-size: 22px; }
          .plugins-landing .photo-estimate-container .photo-estimate-button-container.l .photo-estimate-button.l1 .text-container .text .bottom {
            font-size: 23px; }
        .plugins-landing .photo-estimate-container .photo-estimate-button-container.l .photo-estimate-button.l1 .text-container .sub-text {
          display: block;
          width: 150px;
          margin: 6px 3px auto;
          text-align: left; }
      .plugins-landing .photo-estimate-container .photo-estimate-button-container.l .photo-estimate-button.l2 .glyphicon-container {
        width: 87px;
        height: auto;
        padding-top: 5px;
        padding-right: 6px;
        float: right; }
        .plugins-landing .photo-estimate-container .photo-estimate-button-container.l .photo-estimate-button.l2 .glyphicon-container .icon-cw-photo-estimate {
          padding-right: 2px;
          text-align: right; }
        .plugins-landing .photo-estimate-container .photo-estimate-button-container.l .photo-estimate-button.l2 .glyphicon-container .sub-text {
          display: block;
          height: auto;
          font-size: 9px;
          letter-spacing: -.25px; }
      .plugins-landing .photo-estimate-container .photo-estimate-button-container.l .photo-estimate-button.l2 .text-container {
        width: 150px;
        height: 90px;
        margin: 0;
        float: left; }
        .plugins-landing .photo-estimate-container .photo-estimate-button-container.l .photo-estimate-button.l2 .text-container .text {
          letter-spacing: -.3px;
          position: relative;
          top: 12px;
          left: 12px; }

.plugins-landing .main {
  /* .logoContainer,.iconOnlyContainer{
            .media-left{width:180px !important;
                }
        }
        */ }
  .plugins-landing .main h3, .plugins-landing .main #ssn, .plugins-landing .main #zip {
    color: #333; }
  .plugins-landing .main .reviewContainer {
    border: 1px solid #cccccc;
    clear: both;
    overflow: auto;
    padding: 24px;
    border-radius: 3px;
    margin: 0 0 24px; }
  .plugins-landing .main .appointmentContainer, .plugins-landing .main .photo-estimate-container {
    border: 1px solid #cccccc;
    padding: 24px;
    margin-bottom: 24px; }
    .plugins-landing .main .appointmentContainer .media-left, .plugins-landing .main .photo-estimate-container .media-left {
      width: 50%; }
  .plugins-landing .main .repairStatusContainer {
    border: 1px solid #cccccc;
    padding: 24px;
    margin-bottom: 24px; }
  .plugins-landing .main .linkProfileContainer {
    border: 1px solid #cccccc;
    padding: 24px;
    margin-bottom: 24px; }
  .plugins-landing .main p {
    padding-bottom: 4px; }
    .plugins-landing .main p.title {
      margin-top: 12px;
      margin-bottom: 24px; }
  .plugins-landing .main .pluginsDesc {
    margin-bottom: 36px; }
  .plugins-landing .main .selector {
    text-align: center;
    padding: 8px 20px 8px 16px;
    font-weight: normal !important;
    margin-top: 10px; }
  .plugins-landing .main .imageContainer a {
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    vertical-align: middle;
    text-align: center;
    display: table-cell; }
    .plugins-landing .main .imageContainer a.btn {
      font-weight: normal; }
  .plugins-landing .main .appt-plugin {
    max-width: 350px;
    border: 1px solid #ccc; }
  .plugins-landing .main .pp-icon-only-mb,
  .plugins-landing .main .pp-full-reviews-mb {
    padding-left: 60px; }
  @media (max-width: 767px) {
    .plugins-landing .main .schedule-appmt .media-left,
    .plugins-landing .main .appmt-plugin-ew .media-left,
    .plugins-landing .main .appmt-plugin-fb .media-left,
    .plugins-landing .main .checkRepairContainer .media-left,
    .plugins-landing .main .interactiveContainer .media-left,
    .plugins-landing .main .reviewHeader .media-left,
    .plugins-landing .main .fullReviews .media-left,
    .plugins-landing .main .logoContainer .media-left,
    .plugins-landing .main .iconOnlyContainer .media-left,
    .plugins-landing .main .photo-estimate .media-left,
    .plugins-landing .main .photo-estimate-plugin .media-left {
      width: 30%;
      text-align: center; }
    .plugins-landing .main .schedule-appmt .media-body,
    .plugins-landing .main .appmt-plugin-ew .media-body,
    .plugins-landing .main .appmt-plugin-fb .media-body,
    .plugins-landing .main .checkRepairContainer .media-body,
    .plugins-landing .main .interactiveContainer .media-body,
    .plugins-landing .main .reviewHeader .media-body,
    .plugins-landing .main .fullReviews .media-body,
    .plugins-landing .main .logoContainer .media-body,
    .plugins-landing .main .iconOnlyContainer .media-body,
    .plugins-landing .main .photo-estimate .media-body,
    .plugins-landing .main .photo-estimate-plugin .media-body {
      float: left;
      padding-left: 0 !important;
      padding-top: 15px;
      padding-bottom: 15px;
      width: auto; }
    .plugins-landing .main .schedule-appmt .appt-plugin,
    .plugins-landing .main .appmt-plugin-ew .appt-plugin,
    .plugins-landing .main .appmt-plugin-fb .appt-plugin,
    .plugins-landing .main .checkRepairContainer .appt-plugin,
    .plugins-landing .main .interactiveContainer .appt-plugin,
    .plugins-landing .main .reviewHeader .appt-plugin,
    .plugins-landing .main .fullReviews .appt-plugin,
    .plugins-landing .main .logoContainer .appt-plugin,
    .plugins-landing .main .iconOnlyContainer .appt-plugin,
    .plugins-landing .main .photo-estimate .appt-plugin,
    .plugins-landing .main .photo-estimate-plugin .appt-plugin {
      max-width: 234px; } }
  .plugins-landing .main .scheduling-button-container.l .book-appt-button {
    max-width: 350px;
    height: 100px;
    padding: 4px; }
    .plugins-landing .main .scheduling-button-container.l .book-appt-button.l1 {
      margin-right: 76px; }
  .plugins-landing .main .photo-estimate-button-container.l .photo-estimate-button {
    max-width: 350px;
    height: 100px;
    padding: 4px; }
    .plugins-landing .main .photo-estimate-button-container.l .photo-estimate-button.l1 {
      margin-right: 76px; }
  .plugins-landing .main .iconOnlyContainer .media-body,
  .plugins-landing .main .logoContainer .media-body {
    padding-right: 0 !important;
    padding-left: 30px; }
  .plugins-landing .main .pp-icon-only-ml,
  .plugins-landing .main .pp-log-reviews-ml {
    height: 126px;
    border: 1px solid #ccc;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative; }
    @media (max-width: 767px) {
      .plugins-landing .main .pp-icon-only-ml,
      .plugins-landing .main .pp-log-reviews-ml {
        width: 50% !important;
        display: block;
        margin: auto; } }
  .plugins-landing .main .pp-icon-only-ml {
    padding-left: 40px !important;
    padding-right: 40px !important; }
    @media (max-width: 767px) {
      .plugins-landing .main .pp-icon-only-ml {
        padding: 36px 0 0 !important; } }
  .plugins-landing .main .pp-log-reviews-ml {
    padding: 0 !important; }
    @media (max-width: 767px) {
      .plugins-landing .main .pp-log-reviews-ml {
        padding: 40px 0 0 !important; } }
  @media (min-width: 768px) {
    .plugins-landing .main .media {
      padding-bottom: 24px !important; }
    .plugins-landing .main .media-body {
      padding-right: 30px; }
    .plugins-landing .main .media-left {
      padding-right: 30px; }
    .plugins-landing .main .media-top {
      border: 1px solid #cccccc; } }

.plugins-login .main .glyphicon-search {
  font-size: 16px;
  padding-right: 10px; }

.plugins-login .main .form-group-md {
  height: 30px; }

.plugins-login .main .serError {
  border: 0;
  color: #a94442;
  padding-top: .5rem;
  padding-bottom: .5rem; }

.plugins-login .main .error-message {
  color: #f00; }

.plugins-login .main .input-error {
  border-color: #f00 !important;
  margin-bottom: 0;
  background-color: #FFE5E5; }

.plugins-login .main .form-control {
  border-bottom: 1px solid !important;
  margin-top: 10px; }

.plugins-login .main .pluginHelpText {
  padding: 0 0 12px; }
  .plugins-login .main .pluginHelpText .highlight {
    font-family: 'OpenSansSemiBold', Arial, sans-serif;
    font-weight: normal; }

.plugins-login .main .websiteAdminNote {
  padding: 0 0 18px; }

.plugins-login .main .container-fluid {
  padding-bottom: 50px;
  padding-left: 0px !important; }

.plugins-login .main #submitLogin {
  padding: 0 16px;
  vertical-align: middle; }
  @media (max-width: 767px) {
    .plugins-login .main #submitLogin {
      max-width: 200px; } }

.plugins-login .main .shopSignInBox {
  border: 1px solid #c7c3c1;
  border-radius: 3px;
  background-color: #eee;
  -webkit-box-shadow: 0 2px 0 0 #999;
          box-shadow: 0 2px 0 0 #999;
  padding-left: 80px;
  padding-top: 30px; }

.plugins-login .main .signInHeading {
  line-height: 1;
  padding: 0 0 39px 7px;
  font-family: 'OpenSansSemibold', Arial, sans-serif;
  font-weight: normal;
  color: #069;
  font-size: 24px; }

.plugins-login .main .formElem {
  font-size: 28px;
  font-family: 'OpenSansRegular', Arial, sans-serif;
  font-weight: normal;
  color: #333; }

.plugins-login .main .form-group {
  /*#zip {
		width: 100px;
	  }
	  #ssn {
		width: 262px;
	  }*/ }
  @media (min-width: 768px) {
    .plugins-login .main .form-group + .form-group {
      padding-left: 30px !important; } }

.plugins-login .main .login-space {
  margin-top: 46px; }
  @media (min-width: 768px) {
    .plugins-login .main .login-space {
      margin-left: -22px; } }

.plugins-login .main .errorPlugin {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  color: #a94442;
  padding-left: 8px; }

.plugins-login .main .login-bttn {
  width: 93px;
  height: 40px; }

.plugins-login .main .signInBody {
  width: 100%; }

.plugins-login .main .recaptcha {
  padding-top: 6px;
  margin-bottom: 0; }

.plugins-login .main .terms {
  line-height: 1;
  padding: 18px 0 0;
  font-family: 'OpenSansRegular', Arial, sans-serif;
  font-weight: normal;
  color: #333;
  font-size: 11px; }

.plugins-login .main .alert-text {
  color: #E53935;
  background-color: white;
  border-bottom: 1px solid #e53935; }

.plugins-login .main .placeholderred::-webkit-input-placeholder {
  color: red; }

.plugins-login .main .text-underline {
  text-decoration: underline; }

.plugins-login .main .actionButton {
  cursor: pointer; }

.plugins-login .main .errorContainer {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.plugins-login div.grecaptcha-badge {
  z-index: 200000000;
  top: 50%; }

.getting-started .page-title {
  font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
  color: #666666; }

.getting-started .content-heading {
  font-family: Roboto, HelveticaNeue, "Helvetica Neue", sans-serif;
  color: #333333;
  font-size: 2rem; }

@media (max-width: 767px) {
  .getting-started .media-left,
  .getting-started .media-right {
    display: block;
    padding-left: 0;
    padding-right: 0; } }

.getting-started .media-heading {
  color: #9d9d9d;
  font-size: 2.2rem; }

.getting-started .media-subheading {
  color: #3eb600;
  font-size: 1.9rem; }

.getting-started .green {
  color: #3eb600; }

.getting-started .media-body {
  color: #000; }

.getting-started .media-object {
  padding: 2rem;
  -webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 100ms ease-out;
  transition: -webkit-box-shadow 100ms ease-out;
  transition: box-shadow 100ms ease-out;
  transition: box-shadow 100ms ease-out, -webkit-box-shadow 100ms ease-out;
  margin-bottom: 2rem; }

.getting-started .no-shadow {
  -webkit-box-shadow: none;
          box-shadow: none; }

@media (max-width: 767px) {
  .getting-started .table-xs {
    display: table; } }

.getting-started .sub-media-object {
  padding: 1rem 0;
  margin-bottom: 0; }

.getting-started .screenshot {
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto; }
  @media (min-width: 768px) {
    .getting-started .screenshot {
      min-width: 408px; } }

.getting-started .highlight {
  color: #fc9b01; }

.getting-started .glyphicon {
  font-size: 2.5rem;
  padding-right: 0; }
  @media (max-width: 767px) {
    .getting-started .glyphicon {
      padding-right: 1rem; } }

.getting-started .form-control-feedback {
  font-size: 1.8rem; }

.getting-started .form-label {
  color: #000; }

/*# sourceMappingURL=app.min.css.map */
