﻿@charset "UTF-8";
/* ==========================================================================
   BOOTSTRAP
   ========================================================================== */
/*@mixin svg-img{
  padding-bottom: 0;
  max-height: 100%;
  width: 100%;
  height: auto;
}*/
/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/util/_icons.scss */
.caret-right {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid;
  display: inline-block;
  height: 0;
  vertical-align: middle;
  width: 0;
}

/*

@mixin icon-responsive-dimensions($width, $height, $monotone:true){
  width: $width+px;
  height: $height+px;
  
  @if $monotone == true {
    svg{
      *{
        fill: currentColor;
      }
    } 
  }

  &--r-svg{
    height: 0;
    padding-bottom: ($height/$width)*100%;

    
    &--max-scale{
      @include mq($width){
        width: $width+px;
        height: $height+px;
        padding-bottom: 0;
      }
    }
  }
}

/* ==========================================================================
   Default icon properties
   ========================================================================== *
.icon{

  &__img{
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 40px;
    height: 40px;
    max-width: 100%;
    
    svg{
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      padding: 0;
      margin: 0;
      width: 100%;
      height: 100%; 
    }

    // Responsive
    &--r-svg{
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      
    }

    // Act like normal image in copy
    &--img{
      margin-bottom: em($base_font_line_height);
    }
  }
}

/* ==========================================================================
   Sizing
   ========================================================================== *
.icon{
  
  // logos
  &--adjacent_logo{
    $color: $color_default_primary;
    $color-hover: $color_font_gray_dark;
    color: $color;

    .icon__link{
      &:link, &:visited{
        color: $color;
      }
      &:hover, &:active{
        color: $color-hover;
      }
    }

    .icon__img{
      @include icon-responsive-dimensions(103, 25);
    }
  }

  // social
  &--social-facebook,
  &--social-linkedin,
  &--social-twitter,
  &--social-youtube{
    .icon__img{
      @include icon-responsive-dimensions(35, 35);
    }
  }
  &--social-facebook{
    $color: #3a5897;
    $color-hover: #b1b4b5; 
    color: $color;

    .icon__link{
      &:link, &:visited{
        color: $color;
      }
      &:hover, &:active{
        color: $color-hover;
      }
    }
  }
  &--social-linkedin{
    $color: #4876b5;
    $color-hover: #b1b4b5; 
    color: $color;

    .icon__link{
      &:link, &:visited{
        color: $color;
      }
      &:hover, &:active{
        color: $color-hover;
      }
    }
  }
  &--social-twitter{
    $color: #54aced;
    $color-hover: #b1b4b5; 
    color: $color;

    .icon__link{
      &:link, &:visited{
        color: $color;
      }
      &:hover, &:active{
        color: $color-hover;
      }
    }
  }
  &--social-youtube{
    $color: #ff3333;
    $color-hover: #b1b4b5; 
    color: $color;

    .icon__link{
      &:link, &:visited{
        color: $color;
      }
      &:hover, &:active{
        color: $color-hover;
      }
    }
  }

  // utility
  &--arrow-left,
  &--arrow-right{
    $color: $color_font_gray_medium;
    $color-hover: $color_font_gray_dark;
    color: $color;

    .icon__link{
      &:link, &:visited{
        color: $color;
      }
      &:hover, &:active{
        color: $color-hover;
      }
    }

    .icon__img{
      @include icon-responsive-dimensions(14, 28);
    }
  }
  &--menu{
    $color: $color_font_gray_medium;
    $color-hover: $color_font_gray_dark;
    color: $color;

    .icon__link{
      &:link, &:visited{
        color: $color;
      }
      &:hover, &:active{
        color: $color-hover;
      }
    }

    .icon__img{
      @include icon-responsive-dimensions(20, 16);
    }
  }
  &--search{
    $color: $color_font_gray_medium;
    $color-hover: $color_font_gray_dark;
    color: $color;

    .icon__link{
      &:link, &:visited{
        color: $color;
      }
      &:hover, &:active{
        color: $color-hover;
      }
    }

    .icon__img{
      @include icon-responsive-dimensions(17, 18);
    }
  }
}//.icon*/
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* line 4, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/util/_helpers.scss */
.nosidepad {
  padding-left: 0;
  padding-right: 0;
}

/* line 9, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/util/_helpers.scss */
.text-replace {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* line 13, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/util/_helpers.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

/* line 23, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/util/_helpers.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/* line 30, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/util/_helpers.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 35, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/util/_helpers.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 47, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/util/_helpers.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 56, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/util/_helpers.scss */
.invisible {
  visibility: hidden;
}

/* line 60, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/util/_helpers.scss */
.clearfix {
  *zoom: 1;
}

/* line 85, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/util/_mixins.scss */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

/* line 90, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/util/_mixins.scss */
.clearfix:after {
  clear: both;
}

/* line 66, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/util/_helpers.scss */
html.csstransforms .vert-center {
  position: relative;
}

/* line 69, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/util/_helpers.scss */
html.csstransforms .vert-center .vert-center-content {
  position: absolute !important;
  top: 50% !important;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
}

/* line 79, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/util/_helpers.scss */
.browsehappy {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  color: #000;
  padding: 2em 1em;
  z-index: 1500;
  line-height: 2;
  text-align: center;
}

/* line 91, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/util/_helpers.scss */
.browsehappy span {
  background-color: #000;
  padding: .5em;
  color: #FFF;
}

/* line 98, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/util/_helpers.scss */
.browsehappy a:link, .browsehappy a:visited {
  color: #666666;
  font-weight: normal;
  text-decoration: underline;
}

/* line 103, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/util/_helpers.scss */
.browsehappy a:focus, .browsehappy a:hover, .browsehappy a:active {
  outline: 0;
  color: #666666;
}

/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 45, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 57, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 78, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 99, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 111, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 122, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 130, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 139, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 148, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 157, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 166, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 173, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 177, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 188, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 196, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 207, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 215, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 224, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 235, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 259, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 269, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 281, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 296, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 306, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 315, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 325, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 338, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 350, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 359, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 371, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 379, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 390, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 399, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 408, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 419, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 425, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 11, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }
  /* line 23, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 27, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 44, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 53, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 65, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
  /* line 72, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 77, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 81, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 85, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 89, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  .table td,
  .table th {
    background-color: #fff !important;
  }
  /* line 95, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../../../themes/shared/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../../../themes/shared/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../../themes/shared/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../../../themes/shared/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../../../themes/shared/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../../../themes/shared/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

/* line 24, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 40, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 27, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #30465b;
  background-color: #fff;
}

/* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #2781bc;
  text-decoration: none;
}

/* line 53, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover,
a:focus {
  color: #9B3131;
  text-decoration: none;
}

/* line 58, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 142, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 10, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
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: 400;
  line-height: 1;
  color: #757575;
}

/* line 26, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 31, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
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%;
}

/* line 37, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 42, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
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%;
}

/* line 47, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 41px;
}

/* line 48, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 34px;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 28px;
}

/* line 50, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 20px;
}

/* line 51, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 16px;
}

/* line 52, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 14px;
}

/* line 58, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 62, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 24px;
  }
}

/* line 79, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 87%;
}

/* line 84, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 90, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #757575;
}

/* line 4, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #30465b;
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #1e2c3a;
}

/* line 4, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 4, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 4, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 4, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 4, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #30465b;
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #1e2c3a;
}

/* line 4, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 4, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 4, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 4, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 150, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 154, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 177, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 185, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 190, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.25;
}

/* line 193, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: 700;
}

/* line 196, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before,
.dl-horizontal dd:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 211, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 231, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
}

/* line 235, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}

/* line 250, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 259, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.25;
  color: #757575;
}

/* line 265, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

/* line 275, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 286, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.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: "";
}

/* line 287, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
.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";
}

/* line 294, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.25;
}

/* line 10, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 32, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

/* line 41, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.25;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 55, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before,
.container:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 10, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 10, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 10, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before,
.row:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 43, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 47, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 10, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.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-right: 15px;
  padding-left: 15px;
}

/* line 26, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.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;
}

/* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 54, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 44, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 26, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .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;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.33333%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.66667%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.33333%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.66667%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.33333%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.66667%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.33333%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.66667%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 54, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 44, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  /* line 26, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .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;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.33333%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.66667%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.33333%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.66667%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.33333%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.66667%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.33333%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.66667%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 54, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 44, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 26, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .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;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.33333%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.66667%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.33333%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.66667%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.33333%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.66667%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.33333%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.66667%;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 54, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  /* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 44, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 13, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

/* line 21, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 29, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #757575;
  text-align: left;
}

/* line 36, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 43, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 53, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.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.25;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 62, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 72, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.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;
}

/* line 78, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 83, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 97, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.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;
}

/* line 109, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 116, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.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;
}

/* line 123, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 135, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 146, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 8, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 16, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 8, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 16, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 8, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 16, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 8, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 16, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 8, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 16, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.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;
}

/* line 171, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  /* line 171, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 192, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .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;
  }
  /* line 200, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 209, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .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;
  }
  /* line 213, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .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;
  }
  /* line 226, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tables.scss */
  .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;
  }
}

/* line 10, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 20, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

/* line 46, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

/* line 62, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 73, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
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: not-allowed;
}

/* line 78, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 83, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 90, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 97, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 102, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.25;
  color: #555555;
}

/* line 133, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.25;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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;
  -o-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;
}

/* line 57, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 103, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 107, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 108, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 155, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 167, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 173, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 181, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 200, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 205, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-sm,
  .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn,
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn,
  .input-group-sm input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-sm input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn,
  .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  /* line 210, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  input[type="date"].input-lg,
  .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn,
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn,
  .input-group-lg input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
  .input-group-lg input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn,
  .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}

/* line 222, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 232, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 241, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 246, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/* line 257, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

/* line 264, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 270, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

/* line 281, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 286, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 297, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  min-height: 36px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 306, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.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-right: 0;
  padding-left: 0;
}

/* line 70, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 77, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
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: 33px;
  line-height: 33px;
}

/* line 82, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
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[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 323, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 330, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}

/* line 335, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

/* line 338, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

/* line 70, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 77, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
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: 49px;
  line-height: 49px;
}

/* line 82, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
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[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 349, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 356, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}

/* line 361, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

/* line 364, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333;
}

/* line 378, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}

/* line 383, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 388, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 402, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.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: 49px;
  height: 49px;
  line-height: 49px;
}

/* line 409, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.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: 33px;
  height: 33px;
  line-height: 33px;
}

/* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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;
}

/* line 21, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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);
}

/* line 24, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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;
}

/* line 31, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 37, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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;
}

/* line 21, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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);
}

/* line 24, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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;
}

/* line 31, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 37, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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;
}

/* line 21, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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);
}

/* line 24, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.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;
}

/* line 31, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 37, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 429, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 432, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 443, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #6086ab;
}

@media (min-width: 768px) {
  /* line 468, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 486, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 492, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 498, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 502, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 510, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 521, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 552, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 560, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 565, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 572, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

/* line 583, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 593, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  /* line 601, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

/* line 9, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 27, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.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;
}

/* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 40, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -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);
}

/* line 48, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 24, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active,
.btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

/* line 32, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.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: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 43, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.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: #fff;
  border-color: #ccc;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #30465b;
  border-color: #27394a;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #1e2c3a;
  border-color: black;
}

/* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #1e2c3a;
  border-color: #121a22;
}

/* line 24, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1e2c3a;
  background-image: none;
  border-color: #121a22;
}

/* line 32, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.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: #121a22;
  border-color: black;
}

/* line 43, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.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: #30465b;
  border-color: #27394a;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #30465b;
  background-color: #fff;
}

/* line 75, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 24, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

/* line 32, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.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: #398439;
  border-color: #255625;
}

/* line 43, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.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: #5cb85c;
  border-color: #4cae4c;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 24, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active,
.btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

/* line 32, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.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: #269abc;
  border-color: #1b6d85;
}

/* line 43, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.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: #5bc0de;
  border-color: #46b8da;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 24, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active,
.btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

/* line 32, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.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;
}

/* line 43, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.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;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 24, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active,
.btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

/* line 32, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.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;
}

/* line 43, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.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;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #2781bc;
  border-radius: 0;
}

/* line 105, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.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;
}

/* line 112, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

/* line 116, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover,
.btn-link:focus {
  color: #9B3131;
  text-decoration: none;
  background-color: transparent;
}

/* line 124, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #757575;
  text-decoration: none;
}

/* line 135, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 139, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_buttons.scss */
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 10, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 14, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}

/* line 22, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 27, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 29, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 31, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_component-animations.scss */
.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;
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.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;
}

/* line 21, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.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;
  font-size: 16px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  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);
}

/* line 54, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 60, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 65, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.25;
  color: #333333;
  white-space: nowrap;
}

/* line 75, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 87, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #30465b;
  outline: 0;
}

/* line 102, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #757575;
}

/* line 108, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

/* line 120, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 125, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 134, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 144, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 150, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.25;
  color: #757575;
  white-space: nowrap;
}

/* line 160, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 170, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 183, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

/* line 190, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 204, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 209, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 18, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.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;
}

/* line 29, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before,
.btn-toolbar:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 41, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 46, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 58, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 64, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 77, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 81, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 87, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 109, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 116, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.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);
}

/* line 120, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 127, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 147, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 157, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 165, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.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;
}

/* line 172, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 175, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 179, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 189, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.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;
}

/* line 193, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 201, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 207, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 212, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 216, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 238, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_button-groups.scss */
[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;
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 33, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 60, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 63, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.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;
}

/* line 69, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 89, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm, .input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}

/* line 94, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg, .input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}

/* line 102, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 114, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 117, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 126, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.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-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 129, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 144, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 146, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 152, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

/* line 160, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 166, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before,
.nav:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 24, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #757575;
}

/* line 35, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #757575;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 48, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #2781bc;
}

/* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 66, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 78, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 84, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.25;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 89, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

/* line 98, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 118, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}

/* line 122, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 125, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 133, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #30465b;
}

/* line 144, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 146, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

/* line 163, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

/* line 165, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 171, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 177, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 193, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 201, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.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) {
  /* line 206, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 212, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
  .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;
  }
}

/* line 224, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 227, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 11, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 11, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 31, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 50, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 83, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 91, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 92, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  /* line 91, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 112, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 116, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 130, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 130, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 149, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 149, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 161, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 20px;
  line-height: 20px;
}

/* line 169, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 173, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 179, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 191, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 204, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 209, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 215, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 191, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 230, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 233, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 241, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 250, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 253, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 256, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 230, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 268, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 270, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 284, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  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: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 468, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 486, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 492, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 498, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 502, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 510, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 521, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 296, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 300, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 284, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 325, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 330, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 341, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 344, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}

/* line 347, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 357, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 357, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  /* line 377, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 380, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 384, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 395, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 399, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 402, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 408, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 413, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 417, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 425, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.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;
}

/* line 433, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.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;
}

/* line 444, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  /* line 453, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 456, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .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;
  }
  /* line 464, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .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;
  }
  /* line 472, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .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;
  }
}

/* line 481, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 484, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 487, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 493, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 502, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 504, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 509, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 512, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333;
}

/* line 518, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.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;
}

/* line 527, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

/* line 531, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9b9b9b;
}

/* line 534, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 540, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9b9b9b;
}

/* line 545, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9b9b9b;
}

/* line 549, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 557, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

/* line 565, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 575, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 767px) {
  /* line 584, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 587, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 590, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9b9b9b;
  }
  /* line 593, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 601, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .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: #090909;
  }
  /* line 609, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
  .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: #444;
    background-color: transparent;
  }
}

/* line 619, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 622, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 625, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 631, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 635, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9b9b9b;
}

/* line 637, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 642, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9b9b9b;
}

/* line 645, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 651, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_navbar.scss */
.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: #444;
}

/* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 13, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 16, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/Â ";
}

/* line 25, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #757575;
}

/* line 4, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 10, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}

/* line 13, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.25;
  color: #2781bc;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 25, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #9B3131;
  background-color: #eeeeee;
  border-color: #ddd;
}

/* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 41, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 51, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
.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;
  cursor: default;
  background-color: #30465b;
  border-color: #30465b;
}

/* line 66, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #757575;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
}

/* line 13, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}

/* line 13, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before,
.pager:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 24, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 32, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 48, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #757575;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 5, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 20, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}

/* line 25, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #757575;
}

/* line 8, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5c5c5c;
}

/* line 48, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #30465b;
}

/* line 8, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1e2c3a;
}

/* line 52, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 8, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 8, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 8, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 8, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #757575;
  border-radius: 10px;
}

/* line 22, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}

/* line 27, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 33, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge,
.btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 42, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #2781bc;
  background-color: #fff;
}

/* line 47, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}

/* line 51, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 55, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 63, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 14, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 18, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}

/* line 24, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 29, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

/* line 35, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 44, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 50, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

/* line 18, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

/* line 27, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #30465b;
}

/* line 36, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #2781bc;
}

/* line 9, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 16, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 22, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 28, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 32, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 43, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 47, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 8, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 8, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 8, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 8, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.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;
  }
}

/* line 26, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  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);
}

/* line 36, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #30465b;
  -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;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 55, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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;
}

/* line 65, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 77, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 81, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 85, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}

/* line 5, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 11, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 16, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 24, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 30, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 35, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 41, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 21, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 31, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 42, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #757575;
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 48, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 51, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #757575;
}

/* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #30465b;
  border-color: #30465b;
}

/* line 68, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 71, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #92acc5;
}

/* line 84, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 87, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 93, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 100, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 3, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 9, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 14, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 25, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 3, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 9, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 14, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 25, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 3, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 9, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 14, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 25, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 3, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 9, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 14, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 25, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 121, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 125, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.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);
}

/* line 16, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before,
.panel-body:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 27, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

/* line 43, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 64, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 67, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 74, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.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-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 82, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.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;
}

/* line 89, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 96, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 112, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 115, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 122, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 127, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.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;
}

/* line 132, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.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;
}

/* line 136, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.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;
}

/* line 144, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 149, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.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-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 154, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.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;
}

/* line 158, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.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;
}

/* line 167, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 171, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 175, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 182, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.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;
}

/* line 186, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.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;
}

/* line 195, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.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;
}

/* line 204, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.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;
}

/* line 210, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 222, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 226, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 230, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 235, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 239, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 244, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 246, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}

/* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 11, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 14, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 20, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #30465b;
}

/* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #30465b;
  border-color: #30465b;
}

/* line 11, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #30465b;
}

/* line 14, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #30465b;
  background-color: #fff;
}

/* line 20, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #30465b;
}

/* line 260, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 11, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 14, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 20, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 11, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 14, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 20, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 11, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 14, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 20, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 11, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 14, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 20, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 16, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 28, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

/* line 16, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_close.scss */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 30, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

/* line 11, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 32, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 36, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  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);
  outline: 0;
}

/* line 64, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 73, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 74, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 79, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before,
.modal-header:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.25;
}

/* line 97, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}

/* line 110, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 115, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 119, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 140, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 145, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 149, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 18, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 23, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 27, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 31, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 37, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 44, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 51, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 58, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 65, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 72, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 79, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 86, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 96, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 106, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 26, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 27, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 28, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 29, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 37, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 46, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 52, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 67, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 74, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 82, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 89, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 98, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 105, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 115, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 124, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 16, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 23, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.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) {
  /* line 16, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 35, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 40, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 46, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .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;
  }
}

/* line 55, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 64, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 70, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 73, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 77, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 81, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 84, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 109, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 112, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 120, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 131, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 139, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 144, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 149, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 157, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: "\2039";
}

/* line 162, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: "\203a";
}

/* line 173, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 184, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 207, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 218, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  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);
}

/* line 230, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 244, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .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;
  }
  /* line 251, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 255, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 261, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 268, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 47, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.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) {
  /* line 2, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 5, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 54, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 2, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 5, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 2, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 5, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 2, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 5, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 2, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 5, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

/* line 155, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 155, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 162, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 169, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/* Slider */
/* line 3, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/slick/slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/slick/slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 24, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/slick/slick.scss */
.slick-list:focus {
  outline: none;
}

/* line 28, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/slick/slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/slick/slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/slick/slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 51, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/slick/slick.scss */
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

/* line 56, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/slick/slick.scss */
.slick-track:after {
  clear: both;
}

/* line 60, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/slick/slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 64, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/slick/slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 68, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/slick/slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 71, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/slick/slick.scss */
.slick-slide img {
  display: block;
}

/* line 74, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/slick/slick.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 80, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/slick/slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 84, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/slick/slick.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 88, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/slick/slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 92, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/slick/slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 98, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/slick/slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/* line 5, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
html, body {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #30465b;
  font-size: 100%;
  font-weight: 300;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
.site-container {
  font-size: 1em;
  line-height: 1.25;
}

/* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
::-moz-selection {
  background: rgba(48, 70, 91, 0.5);
  text-shadow: none;
}

/* line 22, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
::selection {
  background: rgba(48, 70, 91, 0.5);
  text-shadow: none;
}

/* line 27, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
.max-text-width {
  max-width: 35em;
}

/* ==========================================================================
   Links
   ========================================================================== */
/* line 35, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
a:link, a:visited {
  color: #2781bc;
  text-decoration: none;
}

/* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
a:focus {
  outline: 1px dotted invert;
}

/* line 40, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
a:hover, a:active {
  outline: 0;
  color: #9B3131;
  text-decoration: underline;
}

/* ==========================================================================
   Headings
   ========================================================================== */
/* line 52, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
  margin: 0;
}

/* line 57, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link,
h6 a:visited,
.h1 a:link, .h1 a:visited, .h2 a:link, .h2 a:visited, .h3 a:link, .h3 a:visited, .h4 a:link, .h4 a:visited, .h5 a:link, .h5 a:visited, .h6 a:link, .h6 a:visited {
  text-decoration: none;
}

/* line 62, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
h1, .h1 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
  padding-bottom: 1em;
}

@media only screen and (min-width: 37.5em) {
  /* line 62, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
  h1, .h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
  }
}

/* line 74, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
h1, h1 a:link, h1 a:visited,
.h1, .h1 a:link, .h1 a:visited {
  color: #30465b;
}

/* line 78, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
h1 a:hover, h1 a:active,
.h1 a:hover, .h1 a:active {
  color: #2781bc;
}

/* line 82, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
h2, .h2 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.27273;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}

@media only screen and (min-width: 37.5em) {
  /* line 82, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
  h2, .h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.06667;
    padding-bottom: 28px;
    padding-bottom: 1.75rem;
  }
}

/* line 95, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
h2, h2 a:link, h2 a:visited,
.h2, .h2 a:link, .h2 a:visited {
  color: #30465b;
}

/* line 99, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
h2 a:hover, h2 a:active,
.h2 a:hover, .h2 a:active {
  color: #2781bc;
}

/* line 103, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
h3, .h3 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.16667;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  font-weight: 500;
}

@media only screen and (min-width: 37.5em) {
  /* line 103, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
  h3, .h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.16667;
  }
}

/* line 116, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
h3, h3 a:link, h3 a:visited,
.h3, .h3 a:link, .h3 a:visited {
  color: #30465b;
}

/* line 120, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
h3 a:hover, h3 a:active,
.h3 a:hover, .h3 a:active {
  color: #2781bc;
}

/* line 124, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
h4, .h4 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (min-width: 37.5em) {
  /* line 124, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
  h4, .h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

/* line 138, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
h4, h4 a:link, h4 a:visited,
.h4, .h4 a:link, .h4 a:visited {
  color: #30465b;
}

/* line 142, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
h4 a:hover, h4 a:active,
.h4 a:hover, .h4 a:active {
  color: #2781bc;
}

/* line 146, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
h5, .h5 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  font-weight: 500;
}

@media only screen and (min-width: 37.5em) {
  /* line 146, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
  h5, .h5 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
  }
}

/* line 158, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
h5, h5 a:link, h5 a:visited,
.h5, .h5 a:link, .h5 a:visited {
  color: #30465b;
}

/* line 162, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
h5 a:hover, h5 a:active,
.h5 a:hover, .h5 a:active {
  color: #2781bc;
}

/* line 166, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
h6, .h6 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media only screen and (min-width: 37.5em) {
  /* line 166, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
  h6, .h6 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

/* line 177, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
h6, h6 a:link, h6 a:visited,
.h6, .h6 a:link, .h6 a:visited {
  color: #30465b;
}

/* line 181, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
h6 a:hover, h6 a:active,
.h6 a:hover, .h6 a:active {
  color: #2781bc;
}

/* ==========================================================================
   Text Elements
   ========================================================================== */
/* line 190, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
em, i {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: italic;
}

/* line 193, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
em strong, em b, i strong, i b {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-style: italic;
}

/* line 199, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
q {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* line 204, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
strong, b {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* line 207, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
strong em, strong i, b em, b i {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-style: italic;
}

/* line 215, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
p {
  padding: 0 0 1em 0;
}

/* line 220, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_typography.scss */
.text-warning {
  color: #9B3131;
}

/* ==========================================================================
   Images/Embeds
   ========================================================================== */
/*img, object, embed {
  margin-bottom: em($base_font_line_height);
}
p{
  img, object, embed {
    padding-bottom: 0;
  }
}*/
/*
// Fix for images that are SVG
img[src$=".svg"]{
  padding-bottom: 0;
}

svg{
  pointer-events: none;
}
*/
/* ==========================================================================
   Tables
   ========================================================================== */
/* line 29, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
table th {
  background: #30465b;
  color: white;
  border-right: 2px solid #ffffff;
}

/* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
table td {
  padding: 0.125em 0.3125em;
}

/* line 38, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
table .group img, table .group .glyphicon {
  padding-right: 0.3125em;
}

/* line 44, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
table a:link, table a:visited {
  text-decoration: none;
}

/* line 50, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
.table-condensed {
  font-size: .75em;
}

/* ==========================================================================
   Dropdown menu
   ========================================================================== */
/* line 58, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
.scrollable-menu {
  height: auto;
  max-height: 13.7em;
  overflow-x: hidden;
}

/* ==========================================================================
   Buttons (probably want to move this)
   ========================================================================== */
/* line 68, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
a.btn-inverse {
  color: white;
  background-color: #30465b;
  border-color: #2373a7;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
a.btn-inverse:focus,
a.btn-inverse.focus {
  color: white;
  background-color: #1e2c3a;
  border-color: #0d2a3d;
}

/* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
a.btn-inverse:hover {
  color: white;
  background-color: #1e2c3a;
  border-color: #185074;
}

/* line 24, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
a.btn-inverse:active,
a.btn-inverse.active,
.open > a.btn-inverse.dropdown-toggle {
  color: white;
  background-color: #1e2c3a;
  background-image: none;
  border-color: #185074;
}

/* line 32, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
a.btn-inverse:active:hover,
a.btn-inverse:active:focus,
a.btn-inverse:active.focus,
a.btn-inverse.active:hover,
a.btn-inverse.active:focus,
a.btn-inverse.active.focus,
.open > a.btn-inverse.dropdown-toggle:hover,
.open > a.btn-inverse.dropdown-toggle:focus,
.open > a.btn-inverse.dropdown-toggle.focus {
  color: white;
  background-color: #121a22;
  border-color: #0d2a3d;
}

/* line 43, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
a.btn-inverse.disabled:hover,
a.btn-inverse.disabled:focus,
a.btn-inverse.disabled.focus,
a.btn-inverse[disabled]:hover,
a.btn-inverse[disabled]:focus,
a.btn-inverse[disabled].focus,
fieldset[disabled] a.btn-inverse:hover,
fieldset[disabled] a.btn-inverse:focus,
fieldset[disabled] a.btn-inverse.focus {
  background-color: #30465b;
  border-color: #2373a7;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
a.btn-inverse .badge {
  color: #30465b;
  background-color: white;
}

/* line 72, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
a.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
a.btn-default:focus,
a.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
a.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 24, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
a.btn-default:active,
a.btn-default.active,
.open > a.btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

/* line 32, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
a.btn-default:active:hover,
a.btn-default:active:focus,
a.btn-default:active.focus,
a.btn-default.active:hover,
a.btn-default.active:focus,
a.btn-default.active.focus,
.open > a.btn-default.dropdown-toggle:hover,
.open > a.btn-default.dropdown-toggle:focus,
.open > a.btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 43, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
a.btn-default.disabled:hover,
a.btn-default.disabled:focus,
a.btn-default.disabled.focus,
a.btn-default[disabled]:hover,
a.btn-default[disabled]:focus,
a.btn-default[disabled].focus,
fieldset[disabled] a.btn-default:hover,
fieldset[disabled] a.btn-default:focus,
fieldset[disabled] a.btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
a.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 76, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
a.btn-primary {
  color: #fff;
  background-color: #30465b;
  border-color: #27394a;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
a.btn-primary:focus,
a.btn-primary.focus {
  color: #fff;
  background-color: #1e2c3a;
  border-color: black;
}

/* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
a.btn-primary:hover {
  color: #fff;
  background-color: #1e2c3a;
  border-color: #121a22;
}

/* line 24, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
a.btn-primary:active,
a.btn-primary.active,
.open > a.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1e2c3a;
  background-image: none;
  border-color: #121a22;
}

/* line 32, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
a.btn-primary:active:hover,
a.btn-primary:active:focus,
a.btn-primary:active.focus,
a.btn-primary.active:hover,
a.btn-primary.active:focus,
a.btn-primary.active.focus,
.open > a.btn-primary.dropdown-toggle:hover,
.open > a.btn-primary.dropdown-toggle:focus,
.open > a.btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #121a22;
  border-color: black;
}

/* line 43, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
a.btn-primary.disabled:hover,
a.btn-primary.disabled:focus,
a.btn-primary.disabled.focus,
a.btn-primary[disabled]:hover,
a.btn-primary[disabled]:focus,
a.btn-primary[disabled].focus,
fieldset[disabled] a.btn-primary:hover,
fieldset[disabled] a.btn-primary:focus,
fieldset[disabled] a.btn-primary.focus {
  background-color: #30465b;
  border-color: #27394a;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
a.btn-primary .badge {
  color: #30465b;
  background-color: #fff;
}

/* line 80, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
.btn, a.btn {
  color: white;
  background-color: #2781bc;
  border-color: #2373a7;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn:focus,
.btn.focus, a.btn:focus,
a.btn.focus {
  color: white;
  background-color: #1e6492;
  border-color: #0d2a3d;
}

/* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn:hover, a.btn:hover {
  color: white;
  background-color: #1e6492;
  border-color: #185074;
}

/* line 24, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn:active,
.btn.active,
.open > .btn.dropdown-toggle, a.btn:active,
a.btn.active,
.open > a.btn.dropdown-toggle {
  color: white;
  background-color: #1e6492;
  background-image: none;
  border-color: #185074;
}

/* line 32, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn:active:hover,
.btn:active:focus,
.btn:active.focus,
.btn.active:hover,
.btn.active:focus,
.btn.active.focus,
.open > .btn.dropdown-toggle:hover,
.open > .btn.dropdown-toggle:focus,
.open > .btn.dropdown-toggle.focus, a.btn:active:hover,
a.btn:active:focus,
a.btn:active.focus,
a.btn.active:hover,
a.btn.active:focus,
a.btn.active.focus,
.open > a.btn.dropdown-toggle:hover,
.open > a.btn.dropdown-toggle:focus,
.open > a.btn.dropdown-toggle.focus {
  color: white;
  background-color: #185074;
  border-color: #0d2a3d;
}

/* line 43, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn.disabled:hover,
.btn.disabled:focus,
.btn.disabled.focus,
.btn[disabled]:hover,
.btn[disabled]:focus,
.btn[disabled].focus,
fieldset[disabled] .btn:hover,
fieldset[disabled] .btn:focus,
fieldset[disabled] .btn.focus, a.btn.disabled:hover,
a.btn.disabled:focus,
a.btn.disabled.focus,
a.btn[disabled]:hover,
a.btn[disabled]:focus,
a.btn[disabled].focus,
fieldset[disabled] a.btn:hover,
fieldset[disabled] a.btn:focus,
fieldset[disabled] a.btn.focus {
  background-color: #2781bc;
  border-color: #2373a7;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn .badge, a.btn .badge {
  color: #2781bc;
  background-color: white;
}

/* line 83, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
.btn.no-touch:hover, a.btn.no-touch:hover {
  background-color: #2781bc;
}

/* line 89, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
.btn-group button:nth-of-type(even) {
  background-color: #2478af;
}

/* line 92, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
.btn-group button.active {
  background-color: #ffffff;
}

/* line 97, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
.popover--xl + .popover {
  width: 48em;
}

/* line 101, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
.popover--lg + .popover {
  width: 36em;
}

/* line 105, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
.popover--md + .popover {
  width: 24em;
}

/* line 109, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
.popover--sm + .popover {
  width: 18em;
}

@media screen and (min-width: 268px) {
  /* line 114, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
  .popover {
    max-width: 188px;
  }
}

@media screen and (min-width: 364px) {
  /* line 120, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
  .popover {
    max-width: 284px;
  }
}

@media screen and (min-width: 460px) {
  /* line 126, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
  .popover {
    max-width: 380px;
  }
}

@media screen and (min-width: 652px) {
  /* line 132, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
  .popover {
    max-width: 572px;
  }
}

@media screen and (min-width: 844px) {
  /* line 138, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
  .popover {
    max-width: 764px;
  }
}

/* line 143, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
.modal-header {
  padding: 0.75em 1em 0.5em 1em;
}

/* line 146, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
.modal-header button {
  padding: 0.1em 0.5em;
}

/* line 150, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
.modal-header h4 {
  margin-top: .2em;
  text-transform: none;
}

/* ==========================================================================
    Remove .text-xs-* .text-sm-* .text-md-* .text-lg-* : once responsive 
    text-align classes are available in Bootstrap v4.*.
    
    $screen-sm-min, $screen-md-min, $screen-lg-min: 
        are defined by ..\bootstrap\_variables.scss.
   ========================================================================== */
/* line 164, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
.text-xs-left {
  text-align: left;
}

/* line 165, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
.text-xs-right {
  text-align: right;
}

/* line 166, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
.text-xs-center {
  text-align: center;
}

/* line 167, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
.text-xs-justify {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  /* line 170, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
  .text-sm-left {
    text-align: left;
  }
  /* line 171, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
  .text-sm-right {
    text-align: right;
  }
  /* line 172, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
  .text-sm-center {
    text-align: center;
  }
  /* line 173, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
  .text-sm-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 992px) {
  /* line 177, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
  .text-md-left {
    text-align: left;
  }
  /* line 178, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
  .text-md-right {
    text-align: right;
  }
  /* line 179, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
  .text-md-center {
    text-align: center;
  }
  /* line 180, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
  .text-md-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 1200px) {
  /* line 184, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
  .text-lg-left {
    text-align: left;
  }
  /* line 185, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
  .text-lg-right {
    text-align: right;
  }
  /* line 186, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
  .text-lg-center {
    text-align: center;
  }
  /* line 187, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_base_elements.scss */
  .text-lg-justify {
    text-align: justify;
  }
}

/* ==========================================================================
   Forms
   ========================================================================== */
/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_forms.scss */
form ul, form li {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 20, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_forms.scss */
label {
  padding: 0 0 0.3125em 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #30465b;
}

/* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_forms.scss */
input[type=text],
input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea,
select,
select[multiple="multiple"] {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #333333;
  font-size: inherit;
}

/* line 44, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_forms.scss */
input[type=text]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus,
select:focus,
select[multiple="multiple"]:focus {
  border-color: #dee3e8;
}

/* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_forms.scss */
input[type=text]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=password]:focus,
textarea:focus {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  transition: all 0.2s ease-in-out;
}

/* line 67, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_forms.scss */
textarea,
select[multiple="multiple"] {
  line-height: 1.4;
}

/* line 72, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_forms.scss */
.select-styled {
  position: relative;
  max-width: 28.125em;
}

/* line 76, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_forms.scss */
.select-styled:after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 11px;
  width: 0;
  height: 0;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
  pointer-events: none;
}

/* line 91, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_forms.scss */
.lt-ie10 .select-styled:after {
  display: none;
}

/* line 96, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_forms.scss */
.select-styled select {
  position: relative;
  border: none;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 30px;
}

/* line 103, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_forms.scss */
.select-styled select::-ms-expand {
  display: none;
}

/* line 109, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_forms.scss */
.select-styled--no-arrow-pad:after {
  right: 3px;
}

/* line 113, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_forms.scss */
.select-styled--no-arrow-pad select {
  padding-right: 0;
}

/* line 119, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_forms.scss */
select {
  -webkit-border-radius: 0;
}

/* line 125, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_forms.scss */
select[multiple="multiple"] option {
  text-indent: 0;
  padding: 0.2em 0.6875em;
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_modal.scss */
.modal-dialog.modal-wide-80 {
  min-width: 80%;
}

/* line 10, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_modal.scss */
.modal-dialog.modal-wide-90 {
  min-width: 90%;
}

/* line 14, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_modal.scss */
.modal-dialog.modal-maxwide-50 {
  min-width: 50%;
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_modal.scss */
.modal-content {
  box-shadow: 0px 20px 20px rgba(48, 70, 91, 0.2);
  border: none;
}

/* line 27, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_modal.scss */
.modal-title {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* line 32, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_modal.scss */
.modal-body iframe {
  min-height: 140px;
  width: 100%;
}

/* line 37, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_modal.scss */
.modal-body .horizontal-scroll-on-narrow__content {
  max-height: 25em;
  overflow-y: auto;
}

/* line 43, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_modal.scss */
.modal-subtitle {
  padding-bottom: 1em;
  font-size: 1.25em;
  text-align: center;
}

/* line 52, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_modal.scss */
.modal-footer__buttons {
  margin-bottom: 0.5em !important;
}

/* line 56, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_modal.scss */
.modalBasic--loading {
  background-image: url("../../../themes/shared/waiting.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 100px;
}

/* line 63, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_modal.scss */
.modal .hidden-buttons__container {
  display: none;
}

/* line 66, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_modal.scss */
.modal .hidden-buttons__container input {
  display: none;
}

/* ==========================================================================
   Nav Panel
   ========================================================================== */
/* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_nav_panel.scss */
.toggle-nav-panel--myaccount, .toggle-nav-panel--main-menu {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
}

@media only screen and (min-width: 31.25em) {
  /* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_nav_panel.scss */
  .toggle-nav-panel--myaccount, .toggle-nav-panel--main-menu {
    padding: 15px 30px;
    padding: 0.9375rem 1.875rem;
  }
}

/* line 16, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_nav_panel.scss */
.toggle-nav-panel--myaccount:link, .toggle-nav-panel--myaccount:visited, .toggle-nav-panel--main-menu:link, .toggle-nav-panel--main-menu:visited {
  color: white;
  text-decoration: none;
}

/* line 21, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_nav_panel.scss */
.toggle-nav-panel--myaccount:focus, .toggle-nav-panel--main-menu:focus {
  border-radius: 3px;
  outline: 2px solid white;
}

/* line 26, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_nav_panel.scss */
.toggle-nav-panel--myaccount:hover, .toggle-nav-panel--myaccount:active, .toggle-nav-panel--main-menu:hover, .toggle-nav-panel--main-menu:active {
  outline: 0;
  color: white;
  text-decoration: none;
}

/* line 33, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_nav_panel.scss */
.toggle-nav-panel--myaccount {
  padding: 12px;
  float: right;
  text-align: right;
  width: 75%;
}

/* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_nav_panel.scss */
.toggle-nav-panel--myaccount span {
  padding-left: 5px;
}

/* line 44, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_nav_panel.scss */
.toggle-nav-panel--main-menu {
  float: left;
  width: 25%;
}

/* line 48, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_nav_panel.scss */
.toggle-nav-panel--main-menu span {
  padding-right: 5px;
}

/* line 54, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_nav_panel.scss */
.nav-panel {
  background-color: #30465b;
}

/* line 60, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_nav_panel.scss */
.nav-panel__top-nav {
  position: relative;
}

/* line 64, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_nav_panel.scss */
.nav-panel__welcome {
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-left: 1.53846em;
  padding-right: 1.53846em;
  padding-top: 3.125em;
}

@media only screen and (min-width: 31.25em) {
  /* line 64, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_nav_panel.scss */
  .nav-panel__welcome {
    padding-left: 2.30769em;
    padding-right: 2.30769em;
  }
}

/* line 71, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_nav_panel.scss */
.nav-panel__welcome-link-name-mobile {
  width: 12em;
}

/* line 75, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_nav_panel.scss */
.nav-panel__welcome-link-name-full {
  width: 19em;
}

/* line 79, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_nav_panel.scss */
.nav-panel__welcome-link-name {
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: bottom;
}

/* line 90, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_nav_panel.scss */
.nav-panel__welcome-link:link, .nav-panel__welcome-link:visited {
  color: white;
  text-decoration: none;
}

/* line 95, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_nav_panel.scss */
.nav-panel__welcome-link:focus {
  outline: 1px dotted invert;
}

/* line 99, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_nav_panel.scss */
.nav-panel__welcome-link:hover, .nav-panel__welcome-link:active {
  outline: 0;
  color: white;
  text-decoration: underline;
}

/* line 107, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_nav_panel.scss */
.nav-panel__welcome-link--logout:link, .nav-panel__welcome-link--logout:visited .nav-panel__welcome-link--logout:hover, .nav-panel__welcome-link--logout:active {
  text-transform: capitalize;
}

/* line 112, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_nav_panel.scss */
.nav-panel__nav-head {
  color: white;
  font-size: 32px;
  font-size: 2rem;
  padding: 0px 0px 5px 0px;
  padding: 0rem 0rem 0.3125rem 0rem;
  padding-left: 0.625em;
  padding-right: 0.625em;
  font-weight: 500;
}

@media only screen and (min-width: 31.25em) {
  /* line 112, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_nav_panel.scss */
  .nav-panel__nav-head {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }
}

/* line 120, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_nav_panel.scss */
.nav-panel__quick-search {
  padding-top: 1.5625em;
  padding-bottom: 1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  background-color: #ffffff;
}

@media only screen and (min-width: 31.25em) {
  /* line 120, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_nav_panel.scss */
  .nav-panel__quick-search {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

/* line 130, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_nav_panel.scss */
.nav-panel__footer {
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 20px;
  padding: 1.25rem;
  padding-left: 1.53846em;
  padding-right: 1.53846em;
}

@media only screen and (min-width: 31.25em) {
  /* line 130, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_nav_panel.scss */
  .nav-panel__footer {
    padding-left: 2.30769em;
    padding-right: 2.30769em;
  }
}

/* line 138, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_nav_panel.scss */
.nav-panel__footer-link:link, .nav-panel__footer-link:visited {
  color: white;
  text-decoration: none;
  background: #30465b;
  font-weight: 500;
}

/* line 145, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_nav_panel.scss */
.nav-panel__footer-link:focus {
  outline: 1px dotted invert;
}

/* line 149, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_nav_panel.scss */
.nav-panel__footer-link:hover, .nav-panel__footer-link:active {
  outline: 0;
  color: white;
  text-decoration: none;
}

/* line 4, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.search-options-link:link, .search-options-link:visited {
  text-decoration: none;
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.search-options-link:hover, .search-options-link:focus {
  text-decoration: underline;
  color: #9B3131;
}

/* line 13, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
#KWResetLink:link, #KWResetLink:visited {
  text-decoration: none;
}

/* line 16, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
#KWResetLink:hover, #KWResetLink:focus {
  text-decoration: underline;
  color: #9B3131;
}

/* line 23, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
#BOOLResetLink:link, #BOOLResetLink:visited {
  text-decoration: none;
}

/* line 26, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
#BOOLResetLink:hover, #BOOLResetLink:focus {
  text-decoration: underline;
  color: #9B3131;
}

/* line 33, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
#PHResetLink:link, #PHResetLink:visited {
  text-decoration: none;
}

/* line 36, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
#PHResetLink:hover, #PHResetLink:focus {
  text-decoration: underline;
  color: #9B3131;
}

/* line 41, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.search-options-link__container {
  padding-top: .3125em;
  text-align: left;
  width: 100%;
}

/* line 45, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.search-options-link__container a:link, .search-options-link__container a:visited {
  color: #3166AA;
  text-decoration: none;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.search-options-link__container a:hover, .search-options-link__container a:focus {
  color: #9B3131;
  text-decoration: underline;
}

/* line 56, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
div.SearchBoxFlat {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 0;
  border-spacing: 1px;
  margin: 0;
  padding: 0.125em 0.125em 0.125em 0.375em;
  border: 1px;
}

/* line 67, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
div.SearchBoxFlat input,
div.SearchBoxGlow input {
  border: 0;
  margin: .25em 0;
  outline-style: none;
  padding-right: .3125em;
}

/* line 75, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
div.SearchBoxGlow {
  background-color: white;
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0.5em rgba(102, 175, 233, 0.6);
  outline: 0;
  margin: 0;
  padding: 0.125em 0.125em 0.125em 0.375em;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0.5em rgba(102, 175, 233, 0.6);
}

/* line 87, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.Highlight {
  background-color: #ffffaa;
  border: 1px solid #aaaaaa;
  padding: .25em;
  font-size: 0.875rem;
  font-weight: normal;
  max-width: 12.5rem;
  text-align: center;
}

/* line 97, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.help-form-link {
  padding: 1.25em 0 1.875em 0;
  text-align: center;
}

/* line 100, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.help-form-link a:link, .help-form-link a:visited {
  text-decoration: none;
}

/* line 103, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.help-form-link a:hover, .help-form-link a:focus {
  text-decoration: underline;
}

/* line 107, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header {
  position: relative;
  padding-bottom: 1em;
}

/* line 111, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__divMessage a:link, .c-search-header__divMessage a:visited {
  color: #3166AA;
}

/* line 114, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__divMessage a:hover, .c-search-header__divMessage a:focus {
  color: #9B3131;
}

/* line 118, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-advanced {
  padding-top: 1em;
  padding-bottom: 0;
}

/* line 122, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-advanced__dropdown {
  height: 1.75em;
  padding-top: 0.25em;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}

/* line 130, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-advanced__find {
  height: 1.75em;
  padding-top: 0.55em;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  margin-left: 0;
}

/* line 139, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-advanced__add-list--none {
  height: 0;
}

/* line 142, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-advanced__add-list {
  height: 1.75em;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  margin-top: 0.25em;
  padding-bottom: 0.25em;
}

/* line 150, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-advanced__dropdowns-styling {
  height: 1.75em;
  margin-top: 0.25em;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  margin-bottom: 0.5em;
}

/* line 158, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-advanced__text {
  padding-left: 0;
  margin-bottom: 0.4em;
}

/* line 162, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-advanced__dropdowns {
  padding-left: 0;
  padding-bottom: 0.25em;
}

/* line 166, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-advanced__search-string {
  border: solid 1px #CCCCCC;
}

/* line 169, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__content-container {
  padding-left: 0;
}

/* line 172, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-quick__button {
  margin-bottom: .5em;
}

/* line 175, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__row-data {
  padding: 0.25em 0;
  padding-left: 0;
  text-align: left;
}

/* line 181, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__row--padding {
  margin-top: .3125em;
}

/* line 184, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__row-label {
  padding-top: 0.25rem;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  word-break: break-word;
}

/* line 192, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__row {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

/* line 197, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__search-options-link-container {
  padding-bottom: 1em;
}

/* line 201, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header a.c-search-header__search-options-link:link, .c-search-header a.c-search-header__search-options-link:visited {
  color: #3166AA;
}

/* line 204, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header a.c-search-header__search-options-link:hover, .c-search-header a.c-search-header__search-options-link:focus {
  color: #9B3131;
}

/* line 208, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__search-options-link {
  font-weight: 500;
  padding-left: 1.25em;
}

/* line 212, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__search-options-link:link, .c-search-header__search-options-link:hover {
  text-decoration: none;
}

/* line 216, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__search-options-link .caret {
  border-right: .25em solid transparent;
  border-left: .25em solid transparent;
  border-bottom: .25em solid;
  border-top: none;
}

/* line 224, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__search-options-link.collapsed .caret {
  border-right: .25em solid transparent;
  border-left: .25em solid transparent;
  border-bottom: none;
  border-top: .25em solid;
}

/* line 233, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__using-dropdown {
  float: left;
}

/* line 237, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__using-label {
  padding-right: 1em;
  float: left;
}

/* line 242, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__box--height {
  height: 1.75em;
}

/* line 246, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__search-box {
  border: none;
  transition: none;
  margin: 0;
  outline-style: none;
  padding-right: .3125em;
  padding-bottom: 0;
  background-color: white;
  border-bottom-color: none;
  border-top-color: none;
  border-right-color: none;
  border-left-color: none;
}

/* line 259, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__search-boxinput {
  border: none;
  transition: none;
  outline-style: none;
  padding-right: .3125em;
  padding-bottom: 0;
  padding-top: 0;
}

/* line 268, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__search-box:focus {
  border-color: none;
}

/* line 273, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__dropdown {
  border: none;
  width: 15em;
}

/* line 277, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__header {
  padding-bottom: 0.3125em;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-search-header__header:before,
.c-search-header__header:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-search-header__header:after {
  clear: both;
}

/* line 282, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__form-label {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 500;
  color: #a2b0be;
}

/* line 288, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__type-container {
  position: relative;
  color: #30465b;
}

/* line 293, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__select-label {
  display: inline-block;
}

/* line 297, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__type-select-container {
  display: inline-block;
}

/* line 301, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__type-select {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #30465b;
  background: none;
  display: inline;
  position: relative;
  font-weight: 500;
}

/* line 310, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__type-option {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px;
  padding: 0.3125rem;
}

/* line 319, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__form-group {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  margin-bottom: 0.9375em;
  text-align: left;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-search-header__form-group:before,
.c-search-header__form-group:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-search-header__form-group:after {
  clear: both;
}

/* line 327, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__label-select-databases {
  font-size: .8125em;
  color: #30465b;
  margin: .5em 0 !important;
  padding: 0 !important;
}

/* line 335, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__form-group--inline .c-search-header__label {
  float: left;
  width: 35%;
  color: white;
}

/* line 341, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__form-group--inline .c-search-header__select-container {
  float: right;
  width: 65%;
}

/* line 347, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-panel__main {
  padding-bottom: 0.625em;
}

/* line 351, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-term {
  padding-bottom: 0.9375em;
}

/* line 354, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
input[type=text].c-search-header-term__input {
  background: #ffffff;
  max-width: none;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 15px;
  padding: 0.9375rem;
  height: auto;
  border: none;
}

/* line 362, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-term__btn {
  border-radius: 0;
  padding: 18px 24px;
  padding: 1.125rem 1.5rem;
}

/* line 368, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__glyphicon-search {
  padding: .125em 0;
  vertical-align: baseline;
}

/* line 373, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__label {
  color: #30465b;
  font-size: .8125em;
  margin: .5em 0;
  padding: 0;
  white-space: normal;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-search-header__label:before,
.c-search-header__label:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-search-header__label:after {
  clear: both;
}

/* line 382, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__checkbox-label {
  text-transform: none;
}

/* line 384, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__checkbox-label label {
  padding-left: 0.5em;
}

/* line 389, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__databases-link {
  padding-top: .3125em;
}

/* line 393, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__checkbox--pad {
  padding-top: .3125em;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-search-header-limit-by:before,
.c-search-header-limit-by:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-search-header-limit-by:after {
  clear: both;
}

/* line 401, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-limit-by__label {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 10px 10px 0px 0px;
  padding: 0.625rem 0.625rem 0rem 0rem;
  margin: 0;
  color: #30465b;
  text-transform: uppercase;
  text-align: right;
}

/* line 410, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-limit-by__select-container {
  max-width: 65%;
  width: 100%;
}

/* line 422, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-options__link {
  padding: 10px;
  padding: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  background: #8496a9;
  font-weight: 500;
}

/* line 429, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-options__link:link, .c-search-header-options__link:visited {
  color: white;
  text-decoration: none;
}

/* line 434, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-options__link:hover, .c-search-header-options__link:active {
  outline: 0;
  color: white;
  text-decoration: none;
}

/* line 440, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-options__link .caret {
  border-right: .25em solid transparent;
  border-left: .25em solid transparent;
  border-bottom: .25em solid;
  border-top: none;
}

/* line 448, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-options__link.collapsed .caret {
  border-right: .25em solid transparent;
  border-left: .25em solid transparent;
  border-bottom: none;
  border-top: .25em solid;
}

/* line 457, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-options__container {
  background: #dee3e8;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-search-header-options__container:before,
.c-search-header-options__container:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-search-header-options__container:after {
  clear: both;
}

/* line 462, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-databases {
  padding: 0 0.9375em 0.9375em 0.9375em;
}

/* line 465, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-databases__using {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0px 0px 5px 0px;
  padding: 0rem 0rem 0.3125rem 0rem;
  color: white;
  font-style: italic;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-search-header-more-save__container:before,
.c-search-header-more-save__container:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-search-header-more-save__container:after {
  clear: both;
}

/* line 480, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-save-search__link {
  text-align: center;
  display: block;
  float: right;
  width: 50%;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 15px 0px;
  padding: 0.9375rem 0rem;
  line-height: 1;
  font-weight: 500;
}

/* line 491, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-save-search__link:link, .c-search-header-save-search__link:visited {
  color: white;
  text-decoration: none;
  background-color: #2478af;
}

/* line 497, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-save-search__link:focus {
  outline: 1px dotted invert;
}

/* line 501, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-save-search__link:hover, .c-search-header-save-search__link:active {
  outline: 0;
  border: none;
  color: #333333;
  text-decoration: none;
  background-color: #ffffff;
}

/* line 510, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-more-options__link {
  position: relative;
  text-align: center;
  display: block;
  float: left;
  width: 50%;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 15px 0px;
  padding: 0.9375rem 0rem;
  line-height: 1;
  font-weight: 500;
}

/* line 522, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-more-options__link:link, .c-search-header-more-options__link:visited {
  color: white;
  text-decoration: none;
  background-color: #2781bc;
}

/* line 528, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-more-options__link:focus {
  outline: 1px dotted invert;
}

/* line 532, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-more-options__link:hover, .c-search-header-more-options__link:active {
  outline: 0;
  border: none;
  color: #30465b;
  text-decoration: none;
  background-color: #ffffff;
}

/* line 540, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-more-options__link:after {
  content: ' ';
  display: inline-block;
  margin-left: .5em;
  width: 0;
  height: 0;
  border-right: .25em solid transparent;
  border-left: .25em solid transparent;
  border-bottom: .25em solid;
  border-top: none;
  vertical-align: middle;
}

/* line 554, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-more-options__link.collapsed:after {
  border-bottom: none;
  border-top: .25em solid;
  border-right: .25em solid transparent;
  border-left: .25em solid transparent;
}

/* line 563, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__more-options {
  padding: 0.9375em 0;
  text-align: center;
}

/* line 567, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__more-options .btn-group {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 381px) {
  /* line 623, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
  .c-search-header__dropdown {
    width: 14.375em;
  }
  /* line 626, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
  .c-search-header__search-box-div--browse {
    width: 17.5em;
  }
}

@media screen and (max-width: 380px) {
  /* line 632, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
  .c-search-header__dropdown {
    width: 100%;
  }
  /* line 635, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
  .content-module--full-search {
    padding-bottom: 1.25em;
  }
}

@media screen and (max-width: 650px) {
  /* line 641, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
  .c-search-header {
    padding-bottom: 1em;
  }
}

@media screen and (min-width: 500px) {
  /* line 647, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
  .c-search-header__search-options-link {
    padding-left: 1.875em;
  }
}

@media screen and (max-width: 1200px) {
  /* line 653, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
  .c-search-header-advanced__text {
    margin-bottom: 0.75em;
  }
}

@media screen and (min-width: 1201px) {
  /* line 660, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
  .c-search-header__search-options-link {
    display: none;
  }
  /* line 663, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
  .c-search-header__label-select-databases {
    padding-top: .5625rem;
  }
}

/* line 668, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
div.c-search-header__search-box-div {
  padding: 0.125em 0.125em 0.125em 0.375em !important;
  width: 100%;
}

/* line 672, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
div.c-search-header__search-box-div input.AutoSuggestShowCold,
div.c-search-header__search-box-div input.AutoSuggestShowHot {
  right: 2.1875em;
}

/* line 677, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__search-box {
  margin: 0;
  width: calc(100% - 19px - 2.30rem);
}

/* line 683, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-advanced__search-box input:first-child {
  margin: 0;
  width: calc(100% - 19px - .375rem);
}

/* line 688, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header-community__search-box {
  margin: 0;
  width: calc(100% - 19px - 2.425rem);
}

/* line 693, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
div.c-search-header__search-box-div--browse {
  padding: 0.125em 0.125em 0.125em 0.375em !important;
  width: 100%;
}

/* line 698, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__search-box--browse {
  margin: 0;
  width: calc(100% - 2px - 2.05rem);
}

/* line 703, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__search-label {
  line-height: 100%;
  padding: 0.25em 0.375em;
  position: relative;
  right: 0;
  top: -1px;
}

/* line 711, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__search-button {
  padding: 0;
  border-width: 0;
  border-radius: 4px;
}

/* line 716, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__search-options-label {
  color: black;
  font-size: 1em;
  padding-top: .5em;
  text-align: left;
}

/* line 722, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__search-options-label--large {
  font-size: 1.25em;
}

/* line 727, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
.c-search-header__label--search {
  margin: .6625em 0;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-results-utility:before,
.c-results-utility:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-results-utility:after {
  clear: both;
}

/* line 3, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility__nav {
  height: 1.15em;
  padding-left: 1em;
  margin-left: 0;
  margin-right: 0;
}

/* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility__row {
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}

/* line 11, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-cr__row--bottom {
  padding-bottom: 1em;
}

/* line 14, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-cr__row--border {
  border-bottom: 1px solid #ccc;
}

/* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-cr__row--top {
  padding-top: 1em;
}

/* line 20, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility__container-browse {
  padding-bottom: 0;
}

/* line 24, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility__container-browse .c-results-utility-browse-prev
.c-results-utility-browse-next {
  display: inline-block;
  width: 100%;
}

/* line 29, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility__container {
  padding-bottom: 0.1875em;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-results-utility__container:before,
.c-results-utility__container:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-results-utility__container:after {
  clear: both;
}

/* line 33, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility__container--last {
  padding-bottom: 0;
}

/* line 36, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility__container--sort-narrow {
  text-align: center;
}

/* line 40, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility__container--affix.affix {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility__container--full-height {
  height: 100%;
}

/* line 58, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility__container--full-height .c-results-utility-narrow,
.c-results-utility__container--full-height .c-accordion--results-utility,
.c-results-utility__container--full-height .c-accordion__panel,
.c-results-utility__container--full-height .panel-collapse,
.c-results-utility__container--full-height .c-accordion__body {
  height: 100%;
}

/* line 62, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility__container--full-height .panel-collapse {
  position: relative;
}

/* line 66, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility__container--full-height .c-results-utility-narrow .c-accordion__body {
  overflow-y: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 75, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility__container--full-height .close {
  display: block !important;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

/* line 81, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility__container--full-height .c-results-utility-narrow .c-accordion-lvl2 {
  clear: both;
}

/* line 87, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility__container--back {
  padding-bottom: 0;
  background: #30465b;
  color: white;
  height: 2.25em;
}

/* line 95, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility__container--count-nav {
  text-align: center;
  display: table;
  width: 100%;
}

/* line 101, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility__container--count-nav:before,
.c-results-utility__container--count-nav:after {
  content: none;
}

/* line 106, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility__container--browse-nav {
  text-align: center;
  display: table;
  width: calc(100% + 1px);
  height: 2.25em;
}

/* line 113, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility__container--browse-nav:before,
.c-results-utility__container--browse-nav:after {
  content: none;
}

/* line 119, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-result-count {
  float: left;
  width: 50%;
  color: white;
  padding-top: 0.25em;
  text-align: left;
}

/* line 126, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-per-page {
  float: left;
  width: 50%;
  text-align: right;
  color: white;
}

/* line 132, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-per-page__select-container {
  display: inline-block;
}

/* line 135, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-per-page__select-container:after {
  margin-top: -2px;
  color: #30465b;
}

/* line 140, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
select.c-results-utility-per-page__select {
  background-color: #ffffff;
  width: auto;
  padding: 3px 16px 2px 1px;
  margin-right: 5px;
}

/* line 146, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-per-page__label {
  font-size: 13px;
  font-size: 0.8125rem;
  color: white;
  text-transform: uppercase;
}

/* line 153, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-per-page-browse {
  float: left;
  width: 50%;
  text-align: left;
  color: white;
}

/* line 159, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-per-page-browse__select-container {
  display: inline-block;
  margin-left: 1em;
  padding-top: 5px;
}

/* line 164, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-per-page-browse__select-container:after {
  margin-top: -2px;
  color: #30465b;
}

/* line 169, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
select.c-results-utility-per-page-browse__select {
  background-color: #ffffff;
  width: auto;
  padding: 3px 1px 2px 1px;
  height: 1.7em;
}

/* line 175, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-per-page-browse__label {
  font-size: 13px;
  font-size: 0.8125rem;
  color: white;
  text-transform: uppercase;
  vertical-align: bottom;
  padding: 0px;
  margin-bottom: 5px;
  height: 100%;
}

/* line 185, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-sort {
  float: left;
  width: 50%;
  height: 3.75em;
  padding: 0.25em 0.625em 0.3125em 0.375em;
  background-color: #2781bc;
  text-align: left;
  color: white;
}

/* line 194, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-sort__label {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0px 0px 3px 0px;
  padding: 0rem 0rem 0.1875rem 0rem;
  margin: 0;
  text-transform: uppercase;
  color: white;
}

/* line 202, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-sort__option {
  color: #000000;
}

/* line 206, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
select.c-results-utility-sort__select {
  background-color: #ffffff;
  width: auto;
  padding: 3px 3px 2px 1px;
  margin-right: 5px;
}

/* line 212, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
select.c-results-utility-sort__select:focus {
  border-radius: 3px;
  outline: 2px solid black;
}

/* line 220, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.js .c-results-utility-narrow {
  display: none;
}

/* line 224, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-narrow .close {
  display: none;
}

/* line 230, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-full-pagination {
  text-align: left;
}

/* line 233, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-full-pagination .btn-toolbar {
  display: inline-block;
}

/* line 241, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-back__link {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 6px 10px;
  padding: 0.375rem 0.625rem;
  text-transform: uppercase;
}

/* line 247, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-back__link:link, .c-results-utility-back__link:visited {
  color: white;
  text-decoration: none;
}

/* line 251, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-back__link:hover, .c-results-utility-back__link:active {
  outline: 0;
  color: white;
  text-decoration: none;
}

/* line 256, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-back__link:before {
  content: ' ';
  display: inline-block;
  margin-right: 8px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid;
  border-left: none;
}

/* line 269, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-perpage-browse {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-top: 0.4em;
}

/* line 275, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-perpage-browse:link, .c-results-utility-perpage-browse:visited {
  color: white;
  text-decoration: none;
}

/* line 279, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-perpage-browse:hover, .c-results-utility-perpage-browse:active {
  outline: 0;
  color: white;
  text-decoration: none;
}

/* line 286, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-display-count, .c-results-utility-prev, .c-results-utility-next {
  display: table-cell;
  text-transform: uppercase;
  vertical-align: middle;
  background-color: #2781bc;
}

/* line 292, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-browse-prev--pad {
  margin-right: 0.5em;
}

/* line 295, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-browse-prev {
  display: table-cell;
  vertical-align: middle;
  background-color: #1e6492;
}

/* line 300, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-browse-next {
  display: table-cell;
  vertical-align: middle;
  background: #2781bc;
}

/* line 305, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-display-count {
  color: white;
  background: #2373a7;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
}

/* line 311, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-display-count strong {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* line 314, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-display-count span {
  display: inline-block;
}

/* line 328, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-prev__link, .c-results-utility-next__link {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 15px 10px;
  padding: 0.9375rem 0.625rem;
}

/* line 334, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-prev__link:link, .c-results-utility-prev__link:visited, .c-results-utility-next__link:link, .c-results-utility-next__link:visited {
  text-decoration: none;
  color: white;
  background: #2781bc;
}

/* line 339, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-prev__link:hover, .c-results-utility-prev__link:active, .c-results-utility-next__link:hover, .c-results-utility-next__link:active {
  outline: 0;
  background-color: #3f9bd7;
  text-decoration: none;
}

/* line 346, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-prev__link:before {
  content: ' ';
  display: inline-block;
  margin-right: 8px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid;
  border-left: none;
}

/* line 359, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-next__link:after {
  content: ' ';
  display: inline-block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: none;
  border-left: 4px solid;
}

/* line 372, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-prev-browse__link, .c-results-utility-next-browse__link {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 7px 10px;
  padding: 0.4375rem 0.625rem;
  height: 100%;
  text-align: left;
  white-space: nowrap;
}

/* line 379, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-prev-browse__link:link, .c-results-utility-prev-browse__link:visited, .c-results-utility-next-browse__link:link, .c-results-utility-next-browse__link:visited {
  text-decoration: none;
  color: white;
}

/* line 383, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-prev-browse__link:hover, .c-results-utility-prev-browse__link:active, .c-results-utility-next-browse__link:hover, .c-results-utility-next-browse__link:active {
  outline: 0;
  text-decoration: none;
}

/* line 390, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-browse-next:link, .c-results-utility-browse-next:visited {
  background-color: #2781bc;
}

/* line 393, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-browse-next:hover, .c-results-utility-browse-next:active {
  background-color: #3f9bd7;
}

/* line 395, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-browse-next:hover .c-results-utility-next-browse__link, .c-results-utility-browse-next:active .c-results-utility-next-browse__link {
  background-color: #3f9bd7;
}

/* line 402, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-browse-prev:link, .c-results-utility-browse-prev:visited {
  background-color: #1e6492;
}

/* line 405, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-browse-prev:hover, .c-results-utility-browse-prev:active {
  background-color: #3f9bd7;
}

/* line 407, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-browse-prev:hover .c-results-utility-prev-browse__link, .c-results-utility-browse-prev:active .c-results-utility-prev-browse__link {
  background-color: #3f9bd7;
}

/* line 413, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility--full, .c-results-utility--partial {
  padding-left: 0.4em;
  padding-right: 0.4em;
  padding-top: 0.375em;
  padding-bottom: 4px;
  background-color: #30465b;
}

@media only screen and (min-width: 31.25em) {
  /* line 413, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .c-results-utility--full, .c-results-utility--partial {
    padding-left: 0.6em;
    padding-right: 0.6em;
  }
}

/* line 420, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility--section-start {
  margin-bottom: 0.625em;
}

/* line 424, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility.c-results-utility--detail {
  background-color: #2373a7;
}

/* line 427, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility.c-results-utility--detail.c-results-utility--more {
  background-color: #2781bc;
}

/* line 658, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-narrow__link .c-results-utility-narrow__narrow-label {
  display: inline;
}

/* line 662, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-narrow__link .c-results-utility-narrow__narrowed-label {
  display: none;
}

/* line 668, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-narrow__link.c-results-utility_narrow--narrowed,
.c-results-utility-narrow__link.c-results-utility_narrow--narrowed:visited,
.c-results-utility-narrow__link.c-results-utility_narrow--narrowed:hover {
  background-color: #ffffaa !important;
  color: #2781bc !important;
}

/* line 673, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-narrow__link.c-results-utility_narrow--narrowed .c-results-utility-narrow__narrow-label,
.c-results-utility-narrow__link.c-results-utility_narrow--narrowed:visited .c-results-utility-narrow__narrow-label,
.c-results-utility-narrow__link.c-results-utility_narrow--narrowed:hover .c-results-utility-narrow__narrow-label {
  display: none;
}

/* line 677, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-narrow__link.c-results-utility_narrow--narrowed .c-results-utility-narrow__narrowed-label,
.c-results-utility-narrow__link.c-results-utility_narrow--narrowed:visited .c-results-utility-narrow__narrowed-label,
.c-results-utility-narrow__link.c-results-utility_narrow--narrowed:hover .c-results-utility-narrow__narrowed-label {
  display: inline;
}

/* line 681, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
.c-results-utility-narrow__link.c-results-utility_narrow--narrowed.c-results-utility_narrow--narrowed:hover,
.c-results-utility-narrow__link.c-results-utility_narrow--narrowed:visited.c-results-utility_narrow--narrowed:hover,
.c-results-utility-narrow__link.c-results-utility_narrow--narrowed:hover.c-results-utility_narrow--narrowed:hover {
  color: #9B3131 !important;
}

/* line 2, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion {
  padding-bottom: 0.8125em;
}

/* line 5, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__save-search-heading {
  padding: 0;
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__save-search-heading h5 {
  color: white;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__save-search-heading h5:visited,
.c-accordion__save-search-heading h5:hover,
.c-accordion__save-search-heading h5.focus,
.c-accordion__save-search-heading h5:active {
  color: white;
}

/* line 16, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__save-search-heading h5 a:link {
  color: white;
}

/* line 22, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__save-search-link {
  border: none;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

/* line 27, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__save-search-link:link, .c-accordion__save-search-link:visited,
.c-accordion__save-search-link:hover, .c-accordion__save-search-link:focus {
  text-decoration: none !important;
}

/* line 36, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__link-more-less {
  padding-right: 10px;
  font-weight: 500;
  color: #30465b;
  font-weight: bold;
  text-decoration: none;
}

/* line 44, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__link-more-less a:link, .c-accordion__link-more-less b:link {
  color: #30465b;
  text-decoration: none;
}

/* line 48, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__link-more-less a:visited, .c-accordion__link-more-less b:visited {
  color: #30465b;
  text-decoration: none;
}

/* line 53, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__link-more-less a:hover, .c-accordion__link-more-less b:hover {
  color: #9B3131;
  text-decoration: underline;
}

/* line 60, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__heading {
  padding: 0.25em 0 0;
}

/* line 63, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__title {
  padding: 0;
}

/* line 66, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__title a {
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  font-weight: 500;
  color: white;
}

/* line 74, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__title a:after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 11px;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 4px solid;
  border-top: none;
  vertical-align: middle;
}

/* line 90, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__title a:link, .c-accordion__title a:visited {
  color: #2781bc;
  text-decoration: none;
  background-color: #ffffff;
}

/* line 95, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__title a:focus {
  outline: 1px dotted invert;
}

/* line 96, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__title a:hover, .c-accordion__title a:active {
  outline: 0;
  color: #30465b;
  text-decoration: none;
  background-color: #ffffff;
}

/* line 104, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__title a.collapsed:after {
  border-bottom: none;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 114, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__body {
  background-color: #ffffff;
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
  padding-right: 0.625em;
  padding-left: 0.625em;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
}

/* line 126, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__body p:last-child {
  margin-bottom: 0;
}

/* line 133, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 138, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__list--show-bullets {
  list-style: disc;
  padding-left: 1em;
}

/* line 142, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__list :checked + label {
  color: #B85000;
}

/* line 144, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__item {
  position: relative;
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 5px;
}

/* line 155, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__item-webparts {
  padding-bottom: 5px;
}

/* line 159, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__item-webparts--no-bullets {
  list-style: none;
}

/* line 163, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__item--not-selected {
  list-style: disc;
  padding: 0;
  margin: 0 0 0 11px;
}

/* line 168, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__link--not-selected {
  color: #2781bc;
}

/* line 171, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__item--selected {
  list-style-image: url(../../../themes/shared/raquo.gif);
  padding: 0;
  margin: 0 0 0 11px;
  color: #B85000;
}

/* line 178, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__link--selected {
  padding: 0.3125em 0em;
  color: #B85000;
  text-decoration: none;
}

/* line 184, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__link--selected:link {
  text-decoration: none;
  color: #B85000;
}

/* line 188, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__link--selected:visited {
  text-decoration: none;
  color: #B85000;
}

/* line 192, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__link--selected:hover {
  text-decoration: underline;
  color: #B85000;
}

/* line 196, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__link--selected:active {
  text-decoration: none;
  color: #B85000;
}

/* line 201, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__link {
  padding: 0.3125em 0em;
  text-decoration: none;
  color: #2781bc;
}

/* line 205, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__link:link {
  color: #2781bc;
  text-decoration: none;
}

/* line 209, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__link:visited {
  color: #2781bc;
  text-decoration: none;
}

/* line 213, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__link:hover {
  color: #9B3131;
  text-decoration: underline;
}

/* line 217, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__link:active {
  color: #B85000;
  text-decoration: none;
}

/* line 222, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__link-webparts-author {
  color: black;
}

/* line 225, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__span-count {
  text-decoration: none;
  color: black;
  font-style: normal;
  font-weight: 300;
  display: inline;
}

/* line 231, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__span-count:hover {
  color: black;
  text-decoration: none;
}

/* line 236, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__checkbox {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 241, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__checkbox:visited {
  color: #2781bc;
}

/* line 244, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__checkbox:hover {
  color: #9B3131;
}

/* line 250, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__label {
  margin-left: 1.25em;
  text-decoration: none;
}

/* line 254, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__item-narrowsearch {
  text-indent: 0em;
  padding-left: 1.5em;
}

/* line 259, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__label-narrowsearch {
  text-decoration: none;
  color: #2781bc;
  font-style: normal;
  display: inline;
  font-weight: 300;
}

/* line 268, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__label-narrowsearch:visited {
  color: #2781bc;
  text-decoration: none;
}

/* line 272, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__label-narrowsearch:hover {
  color: #9B3131;
  text-decoration: underline;
}

/* line 289, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion-lvl2__title-link-subheading {
  position: relative;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #7D7373;
  font-weight: bold;
  padding-bottom: 0.5em;
}

/* line 298, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion-lvl2__title a {
  position: relative;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  color: white;
}

/* line 305, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion-lvl2__title a:after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 11px;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 4px solid;
  border-top: none;
  vertical-align: middle;
}

/* line 321, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion-lvl2__title a:link, .c-accordion-lvl2__title a:visited {
  color: #30465b;
  text-decoration: none;
  background-color: #ffffff;
  border-top: 1px solid #e5ebf1;
}

/* line 328, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion-lvl2__title a:focus {
  border-radius: 3px;
  outline: 2px solid black;
}

/* line 332, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion-lvl2__title a:hover, .c-accordion-lvl2__title a:active {
  outline: 0;
  color: white;
  text-decoration: none;
  background-color: #2781bc;
}

/* line 342, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion-lvl2__title a.collapsed:after {
  border-bottom: none;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 352, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion-lvl2__body {
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
  padding-right: 0.625em;
  padding-left: 1.25em;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 360, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion-lvl2__body-narrowsearch {
  padding-left: 1em;
}

/* line 366, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion--results-utility {
  padding: 0;
  background: none;
}

/* line 371, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion--results-utility .c-accordion__panel {
  padding-left: 0;
  padding-right: 0;
}

/* line 375, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion--results-utility .c-accordion__heading {
  float: right;
  width: 50%;
  height: 3.75em;
  text-align: center;
  padding: 0;
}

/* line 382, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion--results-utility .c-accordion__title {
  height: 100%;
}

/* line 385, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion--results-utility .c-accordion__title a {
  font-size: 16px;
  font-size: 1rem;
  padding: 22px 0px 0px 0px;
  padding: 1.375rem 0rem 0rem 0rem;
  height: 100%;
  line-height: 1;
  background-color: #2373a7;
  vertical-align: middle;
}

/* line 393, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion--results-utility .c-accordion__title a:after {
  position: relative;
  top: auto;
  right: auto;
  margin-top: 0;
  margin-left: 5px;
}

/* line 401, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion--results-utility .c-accordion__title a:link, .c-accordion--results-utility .c-accordion__title a:visited {
  color: white;
  text-decoration: none;
  background-color: #2373a7;
}

/* line 406, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion--results-utility .c-accordion__title a:focus {
  outline: 1px dotted invert;
}

/* line 407, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion--results-utility .c-accordion__title a:hover, .c-accordion--results-utility .c-accordion__title a:active {
  outline: 0;
  color: #333333;
  text-decoration: none;
  background-color: #575757;
  border-left: 1px solid #666666;
}

/* line 417, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion--results-utility .panel-collapse {
  clear: both;
}

/* line 422, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__account {
  padding: 1.2em;
  padding-top: .5em;
}

/* line 427, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__account-name {
  font-weight: bold;
  padding-bottom: .8em;
}

/* line 432, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__account-option {
  padding: 0.5em 0em 0.5em 0.7em;
}

/* line 437, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__account-option-highlighted a:link, .c-accordion__account-option-highlighted a:visited {
  color: #B85000;
}

/* line 442, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__account-alert {
  padding: 0.5em 0em 0.5em 2em;
}

/* line 444, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__account-alert a:link, .c-accordion__account-alert a:visited, .c-accordion__account-alert a:hover {
  font-weight: bold;
}

/* line 449, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__account-logoff {
  padding-top: 1em;
}

/* line 451, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__account-logoff a:link, .c-accordion__account-logoff a:visited, .c-accordion__account-logoff a:hover, .c-accordion__account-logoff a:focus {
  text-decoration: none;
}

/* line 459, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.content-container--wysiwyg .c-accordion .c-accordion__title a {
  border-bottom: 1px solid #2781bc;
}

/* line 465, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion-lvl2__title > a.c-accordion-lvl2__subheading--filtered.collapsed:not(:hover) {
  color: #B85000;
}

/* line 469, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
#c-accordion__panel-narrow .c-accordion__heading.c-accordion__heading--full {
  height: 60px;
  width: 100%;
}

/* line 475, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
.c-accordion__panel--my-account {
  display: none;
}

@media only screen and (min-width: 40.625em) {
  /* line 480, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
  .c-accordion__panel--my-account {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  /* line 485, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
  .c-accordion__item {
    padding: 0.5em 0;
  }
  /* line 488, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
  .c-accordion__item-narrowsearch .c-accordion__checkbox {
    margin: 0.5em 0;
  }
}

@media only screen and (min-width: 769px) {
  /* line 493, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
  .c-accordion__item {
    padding: 0.25em 0;
  }
  /* line 496, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_accordion.scss */
  .c-accordion__item-narrowsearch .c-accordion__checkbox {
    margin: 0.4em 0;
  }
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.gbs-preview-div {
  display: none;
  text-align: center;
}

/*
.ltfl_header 
{
  	background-color: #F7F7F7;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #CCCCCC;
	padding: 2px 2px 2px 2px;
	text-align: center;
	font-weight: bold;
	color: #333366;
}

    */
/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-title-detail:before,
.c-title-detail:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-title-detail:after {
  clear: both;
}

/* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail__view-request {
  font-weight: bold;
}

/* line 43, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail__disable_a_href {
  pointer-events: none;
}

/* line 47, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-primary-content__section {
  padding: 0px 0px 0px 0px;
}

/* line 51, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail__title-display {
  padding-right: 0.5em !important;
  padding-left: 0.5em !important;
}

/* line 56, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail__special-hold {
  display: none;
  border: 1px solid #ccc;
  background-color: #ffffdd;
  padding: 5px;
  margin: 5px 0px 5px 0px;
  text-align: left;
}

/* line 65, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail__container {
  position: relative;
  padding-bottom: 1.25em;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-title-detail__container:before,
.c-title-detail__container:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-title-detail__container:after {
  clear: both;
}

/* line 71, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail__container-full-display {
  padding-bottom: 0;
}

/* line 75, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail__addthis {
  padding: 15px 0px 0px 8px;
}

/* line 78, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail__addthis a:link, .c-title-detail__addthis a:visited {
  color: #3166AA;
  text-decoration: none;
}

/* line 83, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail__addthis a:hover, .c-title-detail__addthis a:focus {
  color: #9B3131;
  text-decoration: underline;
}

/* line 89, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail__container--no-border {
  padding-bottom: 0;
}

/* line 96, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail__image-container {
  text-align: center;
  padding-bottom: 0.625em;
  max-width: 12.5em;
}

/* line 102, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail__img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-bottom: 0em;
}

/* line 109, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail__img--title-display {
  max-height: 8.125em;
  max-width: 6.25em;
}

/* line 114, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail__thumbnail {
  max-width: 100%;
  padding: 0;
  margin: 0;
  max-height: 8.125em;
  max-width: 6.25em;
  border-style: hidden;
}

/* line 122, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail__thumbnail img {
  max-width: 100%;
  padding: 0;
  margin: 0;
  max-height: 8.125em;
  max-width: 6.25em;
  border-style: hidden;
}

/* line 132, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-meta {
  position: relative;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-title-detail-meta:before,
.c-title-detail-meta:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-title-detail-meta:after {
  clear: both;
}

/* line 138, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-formats__list {
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 6px 2px;
  padding: 0.375rem 0.125rem;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-title-detail-formats__list:before,
.c-title-detail-formats__list:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-title-detail-formats__list:after {
  clear: both;
}

/* line 147, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-formats__img {
  margin-right: .2em;
  margin-left: .2em;
  height: 34px;
  width: 34px;
  max-width: 34px;
  min-width: 34px;
  max-height: 34px;
  min-height: 34px;
  margin-bottom: .4em;
}

/* line 161, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail__3rd-party-list {
  list-style: none;
  max-width: 15em;
  padding: 6px 2px;
  padding: 0.375rem 0.125rem;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-title-detail__3rd-party-list:before,
.c-title-detail__3rd-party-list:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-title-detail__3rd-party-list:after {
  clear: both;
}

/* line 167, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail__3rd-party-list--chilifresh {
  height: auto;
  width: auto !important;
  margin-bottom: 10px;
  align-content: center;
  align-items: center;
  margin: auto;
  max-width: 115px;
}

/* line 177, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail__3rd-party-list--chilifresh .chili_menu {
  width: auto;
}

/* line 180, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail__3rd-party-list--chilifresh .chili_menu .chili_link {
  width: auto;
}

/* line 187, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail__3rd-party-item {
  text-align: center;
  padding-bottom: 5px;
}

/* line 193, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail__3rd-party-img {
  max-width: 100%;
}

/* line 197, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail__3rd-party-item--google-preview {
  min-height: 1.5em;
  min-width: 4.5em;
  padding: 5px;
}

/* line 203, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail__3rd-party-item--novelist-lexile {
  font-size: 0.75rem;
  text-align: center;
}

/* line 208, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail__3rd-party-item--syndetics-review-source {
  font-weight: bold;
  padding: 10px 0px 10px 4px;
}

/* line 214, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail__pub-year {
  font-size: 12px;
  font-size: 0.75rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

/* line 221, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail__3rd-party {
  text-align: center;
  min-width: 4.5em;
}

/* line 225, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail__3rd-party img {
  max-width: 100%;
}

/* line 231, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-media__container--no-border .c-title-detail__image-container {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0;
  padding-bottom: 0.3125em;
}

/* line 241, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-info__container {
  float: right;
  width: 70%;
  padding-left: 0.3125em;
}

/* line 247, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-info__result-num {
  font-size: 20px;
  font-size: 1.25rem;
  color: rgba(48, 70, 91, 0.35);
  font-style: italic;
  position: relative;
  font-weight: 500;
}

/* line 255, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-info__title {
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  font-weight: 500;
  font-size: 30px;
  font-size: 1.875rem;
}

/* line 261, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-info__author {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

/* line 266, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-info__desc {
  position: relative;
  padding-right: 0.625em;
}

/* line 270, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-info__desc.collapsed {
  height: 15.625em;
  overflow: hidden;
}

/* line 275, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-info__desc.open {
  padding-bottom: 3.5em;
}

/* line 280, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-info__more-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-top: 1.5625em;
}

/* line 289, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-info__more-link {
  position: relative;
  display: inline-block;
  padding: 1.5625em 0.9375em 0.9375em;
  margin-left: auto;
  margin-right: auto;
  color: #30465b;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 301, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-info__more-link--less {
  padding-top: 1.25em;
  padding-bottom: 0.3125em;
}

/* line 311, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail__meta-term {
  font-weight: 500;
  color: #666666;
  padding: 0px 0px 2px 0px;
  padding: 0rem 0rem 0.125rem 0rem;
}

/* line 317, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail__meta-desc {
  color: black;
  padding: 0px 0px 12px 0px;
  padding: 0rem 0rem 0.75rem 0rem;
}

/* line 323, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-actions__container {
  clear: both;
}

/* line 326, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-actions__container-wrap {
  margin: 10px 0px;
  margin: 0.625rem 0rem;
}

@media only screen and (min-width: 40.625em) {
  /* line 329, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .c-title-detail-actions__container-wrap.js-move-to-sidebar {
    display: none;
  }
}

/* line 336, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-actions__container-full-display {
  background-color: #eaedf0;
  padding: 10px;
}

/* line 342, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-actions__add-to-my-list {
  margin-top: 1em;
  text-align: center;
  position: relative;
}

/* line 347, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-actions__add-to-my-list .dropdown-menu {
  width: 100%;
}

/* line 352, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-actions__list--none {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: none;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-title-detail-actions__list--none:before,
.c-title-detail-actions__list--none:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-title-detail-actions__list--none:after {
  clear: both;
}

/* line 360, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-actions__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #d4dfe9;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-title-detail-actions__list:before,
.c-title-detail-actions__list:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-title-detail-actions__list:after {
  clear: both;
}

/* line 371, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-actions__btn--disabled {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 12px 11px;
  padding: 0.75rem 0.6875rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  background-color: silver;
  color: #262626;
}

/* line 381, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-actions__btn--disabled:link, .c-title-detail-actions__btn--disabled:visited {
  color: #262626;
  background-color: silver;
  text-decoration: none;
  border-top: 1px solid #d4dfe9;
  border-left: 1px solid #d4dfe9;
  border-right: 1px solid #d4dfe9;
}

/* line 389, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-actions__btn--disabled:link .glyphicon, .c-title-detail-actions__btn--disabled:visited .glyphicon {
  color: #262626;
  background: silver;
  float: left;
  padding: 0.5em 0.5em;
  display: inline-block;
  margin-top: -0.4375em;
  margin-left: -0.5625em;
  margin-right: 0.3125em;
}

/* line 401, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-actions__btn--disabled:hover, .c-title-detail-actions__btn--disabled:active {
  outline: 0;
  color: #262626;
  background-color: silver;
  text-decoration: none;
}

/* line 407, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-actions__btn--disabled:hover .glyphicon, .c-title-detail-actions__btn--disabled:active .glyphicon {
  color: #262626;
  background: silver;
}

/* line 414, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-actions__btn--restricted {
  color: #262626;
  background-color: silver;
  text-decoration: none;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 12px 11px;
  padding: 0.75rem 0.6875rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}

/* line 425, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-actions__btn--restricted:link, .c-title-detail-actions__btn--restricted:visited {
  color: #262626;
  background-color: silver;
  text-decoration: none;
  border-top: 1px solid #d4dfe9;
  border-left: 1px solid #d4dfe9;
  border-right: 1px solid #d4dfe9;
}

/* line 434, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-actions__btn--restricted:focus {
  outline: 1px dotted invert;
}

/* line 438, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-actions__btn--restricted:hover, .c-title-detail-actions__btn--restricted:active {
  outline: 0;
  color: #262626;
  background-color: silver;
  text-decoration: none;
}

/* line 446, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-actions__btn {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 12px 11px;
  padding: 0.75rem 0.6875rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  word-wrap: break-word;
}

/* line 455, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-actions__btn:link, .c-title-detail-actions__btn:visited {
  color: #2781bc;
  background-color: #ffffff;
  text-decoration: none;
  border-top: 1px solid #d4dfe9;
  border-left: 1px solid #d4dfe9;
  border-right: 1px solid #d4dfe9;
}

/* line 463, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-actions__btn:link .glyphicon, .c-title-detail-actions__btn:visited .glyphicon {
  color: white;
  background: #2781bc;
  float: left;
  padding: 0.5em 0.5em;
  display: inline-block;
  margin-top: -0.4375em;
  margin-left: -0.5625em;
  margin-right: 0.3125em;
}

/* line 475, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-actions__btn:focus {
  outline: 1px dotted invert;
}

/* line 479, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-actions__btn:hover, .c-title-detail-actions__btn:active {
  outline: 0;
  color: white;
  background-color: #2781bc;
  text-decoration: none;
}

/* line 493, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-accordion__util {
  text-align: right;
  padding-bottom: 0.9375em;
  padding-left: 1.25em;
  padding-right: 1.25em;
}

@media only screen and (min-width: 31.25em) {
  /* line 493, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .c-title-detail-accordion__util {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

/* line 499, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-accordion-util__title-link {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 5px;
  padding: 0.3125rem;
  text-transform: uppercase;
}

/* line 504, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-accordion-util__title-link:link, .c-title-detail-accordion-util__title-link:visited {
  color: #2781bc;
  text-decoration: none;
  font-weight: 500;
}

/* line 510, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-accordion-util__title-link:focus {
  outline: 1px dotted invert;
}

/* line 514, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-accordion-util__title-link:hover, .c-title-detail-accordion-util__title-link:active {
  outline: 0;
  color: #30465b;
  text-decoration: none;
}

/* line 521, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-accordion__container {
  padding-top: 0.8125em;
  padding-bottom: 0.8125em;
  background-color: #dee3e8;
}

/* line 527, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-accordion__panel {
  padding-left: 1.25em;
  padding-right: 1.25em;
}

@media only screen and (min-width: 31.25em) {
  /* line 527, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .c-title-detail-accordion__panel {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

/* line 531, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-accordion__panel--margin {
  margin-right: 20px;
  margin-left: 20px;
}

/* line 536, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-accordion__heading {
  padding: 0.25em 0 0;
}

/* line 540, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-accordion__title-link {
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  color: #2781bc;
  background-color: #ffffff;
}

/* line 548, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-accordion__title-link:after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: 10px;
  right: 11px;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 4px solid;
  border-top: none;
  vertical-align: middle;
}

/* line 564, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-accordion__title-link:link, .c-title-detail-accordion__title-link:visited {
  color: #2781bc;
  text-decoration: none;
  background-color: #ffffff;
  font-weight: 500;
}

/* line 571, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-accordion__title-link:focus {
  outline: 1px dotted invert;
}

/* line 575, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-accordion__title-link:hover, .c-title-detail-accordion__title-link:active {
  outline: 0;
  color: white;
  text-decoration: none;
  background-color: #2781bc;
}

/* line 583, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-accordion__title-link.collapsed:after {
  border-bottom: none;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 592, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-accordion__body {
  max-width: 100%;
  overflow-x: auto;
  background-color: #ffffff;
  padding: 0.625em 0.9375em;
}

/* line 607, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail--initial-single-col .c-title-detail-media__container {
  float: left;
  width: 30%;
  padding: 0 4% 0 0;
  max-width: 12.5em;
}

/* line 688, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail--initial-two-col .c-title-detail-media__container {
  float: left;
  width: 30%;
  padding: 0 4% 0 0;
  max-width: 12.5em;
}

/* line 694, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail--initial-two-col .c-title-detail-info__container {
  float: right;
  width: 70%;
  padding-left: 0.3125em;
}

/* line 757, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail--initial-two-col .c-title-detail-formats__list {
  float: left;
  width: 100%;
  margin: 0;
  list-style: none;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-title-detail--initial-two-col .c-title-detail-formats__list:before,
.c-title-detail--initial-two-col .c-title-detail-formats__list:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-title-detail--initial-two-col .c-title-detail-formats__list:after {
  clear: both;
}

/* line 766, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail--initial-two-col .c-title-detail__pub-year {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 938, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-info__more-container {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF');";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF');
  zoom: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 60%);
}

/* line 944, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-info__more-link:link, .c-title-detail-info__more-link:visited {
  color: #2781bc;
  text-decoration: none;
}

/* line 949, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-info__more-link:focus {
  outline: 1px dotted invert;
}

/* line 953, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-info__more-link:hover, .c-title-detail-info__more-link:active {
  outline: 0;
  color: #666666;
  text-decoration: none;
}

/* line 1009, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-info-secondary__container {
  padding-right: 0.5em;
}

/* line 1012, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-title-detail-info-secondary__container table {
  empty-cells: hide;
}

/* line 1017, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.title-list__status {
  color: #9B3131;
  padding: 0.5em 0 0.5em 0.5em;
}

/* line 1022, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.title-list__remove-icon {
  color: #216c2a;
  margin-right: .1em;
}

/* line 1027, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
.c-add-to-my-list.dropdown-toggle:hover {
  cursor: pointer;
}

/* ==========================================================================
   Previous Titles
   ========================================================================== */
/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_previous_titles.scss */
.c-previous-titles__container {
  position: relative;
  padding-bottom: 1.25em;
}

/* line 13, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_previous_titles.scss */
.c-previous-titles__image-title-author-link-ul {
  list-style: none;
}

/* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_previous_titles.scss */
.c-previous-titles__image-title-author-link, .c-previous-titles __image-title-author-link-li, .c-previous-titles __image-title-author-link-ul {
  padding-bottom: 0.125em;
  font-weight: 500;
  display: block;
  text-align: center;
  vertical-align: middle;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

/* line 26, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_previous_titles.scss */
.c-previous-titles__image-title-author-link:link, .c-previous-titles__image-title-author-link:visited, .c-previous-titles __image-title-author-link-li:link, .c-previous-titles __image-title-author-link-li:visited, .c-previous-titles __image-title-author-link-ul:link, .c-previous-titles __image-title-author-link-ul:visited {
  color: #2781bc;
  text-decoration: none;
}

/* line 30, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_previous_titles.scss */
.c-previous-titles__image-title-author-link:hover, .c-previous-titles __image-title-author-link-li:hover, .c-previous-titles __image-title-author-link-ul:hover {
  color: #9B3131;
  text-decoration: underline;
}

/* line 35, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_previous_titles.scss */
.c-previous-titles__image-title-author-link a:link, .c-previous-titles__image-title-author-link a:visited, .c-previous-titles __image-title-author-link-li a:link, .c-previous-titles __image-title-author-link-li a:visited, .c-previous-titles __image-title-author-link-ul a:link, .c-previous-titles __image-title-author-link-ul a:visited {
  color: #2781bc;
  text-decoration: none;
}

/* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_previous_titles.scss */
.c-previous-titles__image-title-author-link a:hover, .c-previous-titles __image-title-author-link-li a:hover, .c-previous-titles __image-title-author-link-ul a:hover {
  color: #9B3131;
  text-decoration: underline;
}

/* line 45, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_previous_titles.scss */
.c-previous-titles__image-title-author-link-img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-bottom: 0em;
  max-height: 8.125em;
  max-width: 6.25em;
}

/* line 54, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_previous_titles.scss */
.c-previous-titles__material-type, .c-previous-titles__material-type-img {
  padding-bottom: 0.125em;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 60, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_previous_titles.scss */
.c-previous-titles__pub-year {
  font-size: 0.75rem;
  text-align: center;
}

/* line 66, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_previous_titles.scss */
.c-previous-titles__recently-viewed {
  margin-top: 1.5em;
  margin-left: 0.5em;
  color: #2781bc;
  text-decoration: none;
}

/* line 71, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_previous_titles.scss */
.c-previous-titles__recently-viewed:link, .c-previous-titles__recently-viewed:visited {
  color: #2781bc;
  text-decoration: none;
}

/* line 75, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_previous_titles.scss */
.c-previous-titles__recently-viewed:hover {
  color: #9B3131;
  text-decoration: underline;
}

/* line 80, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_previous_titles.scss */
.c-previous-titles__recently-viewed a:link, .c-previous-titles__recently-viewed a:visited {
  color: #2781bc;
  text-decoration: none;
}

/* line 84, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_previous_titles.scss */
.c-previous-titles__recently-viewed a:hover {
  color: #9B3131;
  text-decoration: underline;
}

/* line 3, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_auto-suggest.scss */
div.AutoSuggestMenu {
  background-clip: padding-box;
  background-color: transparent;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin: 1px 0 0;
  padding: 0;
  z-index: 9999;
}

/* line 14, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_auto-suggest.scss */
div.AutoSuggestMenu ul {
  border: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  list-style: none;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 23, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_auto-suggest.scss */
div.AutoSuggestMenu ul li {
  color: #000;
  margin: 0px;
  padding: 2px 6px;
  white-space: nowrap;
  background-color: white;
  font-size: 16px;
  font-weight: bold;
}

/* line 32, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_auto-suggest.scss */
div.AutoSuggestMenu ul li span {
  color: #30465b;
  font-size: 16px;
  font-weight: 100;
}

/* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_auto-suggest.scss */
div.AutoSuggestMenu ul li#AutoSuggestHighlight {
  background-color: #2781bc;
  color: white;
  margin: 0px;
  padding: 2px 6px;
  white-space: nowrap;
}

/* line 46, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_auto-suggest.scss */
div.AutoSuggestMenu ul li#AutoSuggestHighlight span {
  color: white;
}

/* line 52, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_auto-suggest.scss */
div.AutoSuggestMenu p {
  background: #fff;
  border-left: 8px;
  border-top: 1px solid #eee;
  color: #000000;
  margin: 0px 0px 0px 0px;
  padding: 4px 4px 4px 4px;
}

/* line 60, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_auto-suggest.scss */
div.AutoSuggestMenu p span {
  background: transparent url(../../../themes/shared/hide_suggestions_hot.gif) no-repeat left 50%;
  color: #2781bc;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 21px;
  text-decoration: underline;
}

/* line 68, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_auto-suggest.scss */
div.AutoSuggestMenu p span:hover {
  color: #9B3131;
}

/* line 75, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_auto-suggest.scss */
input.AutoSuggestShowCold {
  background: transparent url(../../../themes/shared/show_suggestions_cold.gif) no-repeat center 50%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 21px;
}

/* line 81, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_auto-suggest.scss */
input.AutoSuggestShowHot {
  background: transparent url(../../../themes/shared/show_suggestions_hot.gif) no-repeat center 50%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 21px;
}

/* line 87, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_auto-suggest.scss */
.AdvancedHint {
  padding: 5px;
  width: 95%;
  color: #333333;
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-brief-block-subzone {
  float: none;
  margin-bottom: 5px;
}

/* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-brief-hosted-by-group {
  font-size: 100%;
  text-indent: 12px;
}

/* line 11, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-brief-iconified-group {
  padding-left: 1em;
  text-indent: -1em;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-brief-iconified-group .glyphicon-new-window {
  padding: 0 0.1em;
  text-indent: 0;
}

/* line 21, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-brief-inline-subzone {
  float: none;
}

/* line 25, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-brief-label {
  color: #71777A;
  font-size: .875em;
  word-wrap: break-word;
}

/* line 31, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-brief-label.nsm-e258 {
  color: #000;
  font-weight: bold;
}

/* line 36, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-brief-primary-author-group {
  text-indent: 12px;
  word-wrap: break-word;
}

/* line 41, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-brief-primary-name-group {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 2px;
  word-break: break-word;
}

/* line 48, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-brief-primary-title-group {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 2px;
  word-break: break-word;
}

/* line 56, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-brief-primary-title-group + .nsm-brief-standard-group,
.nsm-brief-primary-author-group + .nsm-brief-standard-group {
  padding-top: .5em;
}

/* line 60, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-brief-standard-group {
  margin-bottom: 2px;
  padding-left: 1em;
  text-indent: -1em;
}

/* line 66, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-highlight-local-availability {
  font-weight: bold;
}

/* line 70, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-hit-text {
  font-style: italic;
  font-weight: bold;
}

/* line 75, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-full-block-subzone {
  float: none;
  margin-bottom: 5px;
}

/* line 80, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-full-content {
  line-height: 1.5em;
  font-size: .875em;
  text-align: left;
  width: 75%;
  word-wrap: break-word;
}

/* line 88, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-full-label {
  color: #71777A;
  font-size: .875em;
  line-height: 1.5em;
  text-align: right;
  width: 25%;
  word-wrap: break-word;
}

/* line 97, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-full-label.nsm-e258 {
  color: #000;
  font-weight: bold;
}

/* line 102, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-full-inline-subzone {
  float: none;
  font: .875em;
}

/* line 107, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-full-standard-group {
  vertical-align: top;
}

/* line 111, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
tr.nsm-full-standard-group.nsm-full-zone + tr.nsm-full-standard-group.nsm-full-zone {
  display: none;
}

/* line 116, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-short-image {
  border: 0px;
  height: 20px;
  margin: 0px 0.2em;
  vertical-align: middle;
  width: 20px;
}

/* line 124, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-short-item:not(.nsm-e135) {
  font-size: .875em;
  word-wrap: break-word;
}

/* line 129, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-summary-block-subzone {
  float: none;
  margin-bottom: 5px;
}

/* line 134, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-summary-hosted-by-group {
  font-size: 100%;
  text-indent: 12px;
}

/* line 139, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-summary-inline-subzone {
  float: none;
}

/* line 143, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-summary-label {
  color: #71777A;
  font-size: .875em;
  margin-top: .5em;
  word-wrap: break-word;
}

/* line 150, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-summary-label.nsm-e258 {
  color: #000;
  font-weight: bold;
}

/* line 155, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-summary-primary-author-group {
  text-indent: 12px;
  word-wrap: break-word;
}

/* line 160, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-summary-primary-name-group {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 2px;
  word-break: break-word;
}

/* line 167, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-summary-primary-title-group {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 2px;
  word-break: break-word;
}

/* line 175, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-summary-primary-title-group + .nsm-summary-standard-group,
.nsm-summary-primary-author-group + .nsm-summary-standard-group {
  padding-top: .5em;
}

/* line 179, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-summary-primary-zone {
  margin-top: .5em;
}

/* line 183, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-summary-secondary-subzone {
  float: none;
  margin-top: 10px;
}

/* line 188, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-summary-secondary-zone {
  margin-top: .5em;
}

/* line 192, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
div.nsm-long-item {
  margin-left: 1em;
  padding-bottom: .1em;
  text-indent: -1em;
}

/* line 198, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
div.nsm-long-item span.nsm-alternate-part a.nsm-browse-link {
  color: #008000;
  text-decoration: none;
}

/* line 203, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
div.nsm-long-item span.nsm-alternate-part a.nsm-browse-link:hover span.nsm-browse-text {
  text-decoration: underline;
}

/* line 207, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
div.nsm-long-item a.nsm-browse-link {
  color: #2781bc;
  text-decoration: none;
}

/* line 212, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
div.nsm-long-item a.nsm-browse-link:hover span.nsm-browse-text {
  text-decoration: underline;
}

/* line 216, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
div.nsm-long-item a.nsm-browse-link:hover span.nsm-browse-text {
  text-decoration: underline;
  color: #9B3131;
}

/* line 221, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
span.nsm-short-item span.nsm-alternate-part a.nsm-browse-link {
  color: #008000;
  text-decoration: none;
}

/* line 226, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
span.nsm-short-item span.nsm-alternate-part a.nsm-browse-link:hover span.nsm-browse-text {
  text-decoration: underline;
}

/* line 230, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
span.nsm-short-item a.nsm-browse-link {
  color: #2781bc;
  text-decoration: none;
}

/* line 236, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
span.nsm-short-item > a {
  color: #2781bc;
  text-decoration: none;
}

/* line 241, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
span.nsm-short-item > a:hover {
  color: #9B3131;
  text-decoration: underline;
}

/* line 247, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
span.nsm-short-item a.nsm-browse-link:hover span.nsm-browse-text {
  text-decoration: underline;
  color: #9B3131;
}

/* line 252, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
a.nsm-brief-action-link {
  text-decoration: none;
}

/* line 256, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
a.nsm-brief-action-link span.nsm-short-item {
  color: #2781bc;
}

/* line 260, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
a.nsm-brief-action-link:hover span.nsm-short-item {
  color: #9B3131;
  text-decoration: underline;
}

/* line 265, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
a.nsm-brief-action-link span.nsm-short-item span.nsm-alternate-part {
  color: #008000;
}

/* line 269, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
a.nsm-brief-action-link:hover span.nsm-short-item span.nsm-browse-text {
  color: #9B3131;
  text-decoration: underline;
}

/* line 274, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
a.nsm-brief-action-link:hover span.nsm-short-item span.nsm-alternate-part span.nsm-browse-text {
  color: #9B3131;
  text-decoration: underline;
}

/* line 280, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.nsm-e197 a {
  word-break: break-all;
}

/* line 284, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
a.nsm-summary-action-link {
  text-decoration: none;
}

/* line 288, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
a.nsm-summary-action-link span.nsm-browse-text {
  color: #2781bc;
  text-decoration: underline;
}

/* line 293, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
tr.nsm-brief-primary-zone td {
  padding-top: 3px;
}

/* line 297, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
tr.nsm-brief-secondary-zone td {
  padding-top: .5em;
}

/* line 301, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
tr.nsm-brief-secondary-zone td:empty {
  padding-top: 0px;
}

/* line 305, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
body.preview tr.nsm-brief-primary-zone > td > table > tbody > tr > td:nth-of-type(1) {
  display: none;
}

/* line 309, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
body.preview tr.nsm-brief-primary-zone > td > table > tbody > tr > td:nth-of-type(2) {
  padding-left: 0px;
}

/* quick hack for result number */
/* line 315, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
tr.nsm-brief-primary-zone td:first-child[width='1%'] {
  padding-top: 5px;
}

/* line 319, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
tr.nsm-brief-primary-zone td:first-child[width='1%']::after {
  content: "\00a0";
}

/* line 325, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.search-results__did-you-mean,
.search-results__follow-on-search,
.search-results__include-related-words {
  margin: 1em;
}

/* line 330, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.search-results__follow-on-search a:link, .search-results__follow-on-search a:visited,
.search-results__follow-on-search a:hover, .search-results__follow-on-search a:focus {
  text-decoration: none;
}

/* line 335, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.search-results__results-link-panel {
  background-color: #dee3e8;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

/* line 340, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.search-results__results-link {
  color: #3166AA;
}

/* line 342, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.search-results__results-link:link, .search-results__results-link:visited {
  text-decoration: none;
}

/* line 345, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.search-results__results-link:hover, .search-results__results-link:focus {
  text-decoration: underline;
  color: #9B3131;
}

/* line 350, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.search-results__browse-results {
  color: #3166AA;
}

/* line 352, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.search-results__browse-results:link, .search-results__browse-results:visited {
  color: #3166AA;
  text-decoration: none;
}

/* line 356, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
.search-results__browse-results:hover, .search-results__browse-results:focus {
  color: #9B3131;
  text-decoration: underline;
}

@media only screen and (max-width: 40.625em) {
  /* line 363, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
  .nsm-hidden-xs {
    display: none !important;
  }
  /* line 367, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
  body.page-title .content-module .content-container {
    padding-right: 0 !important;
  }
  /* line 373, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
  table.nsm-full-record table, table.nsm-full-record tbody {
    display: block !important;
  }
  /* line 377, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
  table.nsm-full-record tr:not(.nsm-hidden-xs) {
    display: block;
    margin-bottom: .5em;
  }
  /* line 382, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search-results.scss */
  table.nsm-full-record div, table.nsm-full-record th, table.nsm-full-record td {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
    width: auto !important;
  }
}

/* ==========================================================================
   Promoted Content
   ========================================================================== */
/* line 10, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_promoted-content.scss */
.c-promoted-content__body a:link, .c-promoted-content__body a:visited {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 21, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_promoted-content.scss */
.panel-default {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f6f7f9;
}

/* line 27, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_promoted-content.scss */
.panel-default > .panel-heading {
  background-color: #2781bc;
}

/* line 32, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_promoted-content.scss */
.panel-title a:link {
  color: white;
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_saved-searches.scss */
.c-saved-searches {
  padding: 0px;
  margin: 0;
  padding-right: 1em;
  padding-left: 1em;
}

/* line 8, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_saved-searches.scss */
.c-saved-searches__list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* line 18, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_saved-searches.scss */
.c-saved-searches__li-div {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

/* line 22, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_saved-searches.scss */
.c-saved-searches__link {
  text-decoration: none;
}

/* line 26, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_saved-searches.scss */
.c-saved-searches__link-name {
  color: #2781bc;
  text-decoration: none;
}

/* line 30, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_saved-searches.scss */
.c-saved-searches__link-name:link, .c-saved-searches__link-name:visited {
  color: #2781bc;
  text-decoration: none;
}

/* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_saved-searches.scss */
.c-saved-searches__link-name:hover {
  color: #9B3131;
  text-decoration: underline;
}

/* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_saved-searches.scss */
.c-saved-searches__show-all {
  margin-top: 1.5em;
  margin-left: 0.5em;
  color: #2781bc;
  text-decoration: none;
}

/* line 44, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_saved-searches.scss */
.c-saved-searches__show-all:hover {
  color: #9B3131;
  text-decoration: underline;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_saved-searches.scss */
.c-saved-searches__show-all a:link, .c-saved-searches__show-all a:visited {
  color: #2781bc;
  text-decoration: none;
}

/* line 53, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_saved-searches.scss */
.c-saved-searches__show-all a:hover {
  color: #9B3131;
  text-decoration: underline;
}

/* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_saved-searches.scss */
.c-saved-searches__glyphicon-play {
  color: green;
  margin-right: 1em;
  text-indent: 0px;
}

/* line 64, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_saved-searches.scss */
.c-saved-searches__link-go {
  text-indent: 0px;
}

/* line 67, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_saved-searches.scss */
.c-saved-searches__link-go:link {
  color: green;
  text-decoration: none;
}

/* line 70, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_saved-searches.scss */
.c-saved-searches__link-go:link:link, .c-saved-searches__link-go:link:visited, .c-saved-searches__link-go:link:hover, .c-saved-searches__link-go:link:active {
  color: green;
}

/* line 74, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_saved-searches.scss */
.c-saved-searches__glyphicon-remove {
  color: brown;
  margin-right: 1em;
  text-indent: 0px;
}

/* line 79, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_saved-searches.scss */
.c-saved-searches__link-delete {
  text-indent: 0px;
}

/* line 82, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_saved-searches.scss */
.c-saved-searches__link-delete:link {
  color: brown;
  text-decoration: none;
}

/* line 85, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_saved-searches.scss */
.c-saved-searches__link-delete:link:link, .c-saved-searches__link-delete:link:visited, .c-saved-searches__link-delete:link:hover, .c-saved-searches__link-delete:link:active {
  color: brown;
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_marc-table.scss */
.marc_body {
  background-color: #ffffff;
}

/* line 4, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_marc-table.scss */
.marc_table {
  font-family: monospace;
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_marc-table.scss */
.marc_table td {
  vertical-align: top;
  padding: 0.125em;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_marc-table.scss */
.marc_tag {
  color: blue;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_marc-table.scss */
.marc_ind {
  color: #9B3131;
}

/* line 18, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_marc-table.scss */
.marc_sub {
  color: green;
}

/* line 22, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_marc-table.scss */
.marc_data {
  color: black;
  vertical-align: top;
  padding-bottom: .2pt;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_hours.scss */
.hours {
  text-align: center;
  padding: 15px 0px 25px 0px;
}

/* line 5, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_hours.scss */
.hours__heading {
  font-size: 20px;
  padding-bottom: 15px;
}

/* line 10, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_hours.scss */
.hours__table {
  max-width: 400px;
  margin: 0px auto;
  text-align: left;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_hours.scss */
.hours__table-header {
  font-weight: normal;
}

/* line 20, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_hours.scss */
.hours__message {
  max-width: 400px;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 0px auto;
  margin-top: 25px;
}

/* line 28, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_hours.scss */
.hours__address-heading {
  font-weight: bold;
  margin: 30px 0px 18px 0px;
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_add_to_my_list.scss */
.c-add-to-my-list {
  padding: .5em;
  color: #3166AA;
}

/* line 5, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_add_to_my_list.scss */
.c-add-to-my-list:link, .c-add-to-my-list:visited {
  color: #3166AA;
  text-decoration: none;
}

/* line 10, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_add_to_my_list.scss */
.c-add-to-my-list:hover, .c-add-to-my-list:focus {
  text-decoration: underline;
  color: #9B3131;
}

/* line 16, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_add_to_my_list.scss */
.c-title-detail-actions__add-to-my-list {
  font-size: .8125rem;
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_block_ui.scss */
#block_ui_content {
  background-clip: border-box;
  background-color: white;
  border: 2px solid #cccccc;
  left: 50%;
  padding: 0;
  position: fixed;
  top: 40%;
  visibility: hidden;
  z-index: 20000;
}

/* line 13, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_block_ui.scss */
#block_ui_body {
  background: url(../../../themes/shared/waiting.gif) no-repeat scroll 14px center;
  padding: 20px 15px 20px 56px;
}

/* line 18, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_block_ui.scss */
#block_ui_overlay {
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  background-color: #aaaaaa;
  cursor: wait;
  display: none;
  filter: alpha(opacity=20);
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_message_panel.scss */
.message-panel {
  border: solid 1px #cccccc;
  background-color: #fffdea;
  color: #9B3131;
  max-width: 100%;
  padding: 14px;
  margin: 12px 0px;
}

/* line 10, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_message_panel.scss */
.message-panel ul {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_message_panel.scss */
.message-panel ul li {
  list-style: disc;
}

/* line 3, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_drawer.scss */
.drawer-head {
  background-color: #ffffff;
  background-image: url(../../../themes/shared/drawer_head_closed_background.gif);
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #2781bc;
  margin-top: 10px;
  padding: 7px 7px 7px 25px;
  border-top: 1px solid #b1bcdb;
  cursor: pointer;
}

/* line 18, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_drawer.scss */
.drawer-head-hover {
  background-color: #2781bc;
  color: white;
}

/* line 24, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_drawer.scss */
.drawer-head-open {
  background-image: url(../../../themes/shared/drawer_head_open_background.gif);
}

/* line 29, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_drawer.scss */
.drawer-body {
  background-color: #ffffff;
  padding: 7px;
  margin: 0, 20px, 0, 20px;
}

/* line 36, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_drawer.scss */
.drawer-link {
  background-color: #ffffff;
  background-image: url(../../../themes/shared/drawer_head_link_background.gif);
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #2781bc;
  margin-top: 10px;
  padding: 7px;
  padding-left: 25px;
  border-top: 1px solid #b1bcdb;
  cursor: pointer;
}

/* line 52, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_drawer.scss */
.drawer-link-hover {
  background-color: #2781bc;
  color: white;
}

/* line 58, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_drawer.scss */
.drawer a.drawer-link-link:Hover {
  text-decoration: none;
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_hover.scss */
img.hover__thumbnail {
  cursor: default !important;
}

/* line 5, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_hover.scss */
.hover__area {
  display: none;
}

/* line 11, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_hover.scss */
.popover-content .nsm-summary-record {
  height: 316px;
  margin-left: 0;
  overflow: auto;
  text-align: left;
  width: 100%;
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_hover.scss */
.popover-content .hover__share-this {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: .5em;
  padding-top: .3em;
}

/* line 25, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_hover.scss */
.popover-content .hover__share-this-text {
  color: #3399cc;
  margin: 1.3em 0.1em;
  padding-right: 20px;
  float: left;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  width: 70px;
}

/* line 35, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_hover.scss */
.popover-content .hover__share-this-text img {
  margin-top: -1px;
}

/* line 40, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_hover.scss */
.popover-content .hover__bookmark-buttons {
  float: left;
  margin-top: .4em;
  margin-right: 1px;
  padding-bottom: 1px;
  margin-bottom: 1em;
  width: calc(100% - 80px);
}

/* line 50, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_hover.scss */
.hover__container .popover {
  max-width: 375px;
}

@media screen and (min-width: 500px) {
  /* line 55, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_hover.scss */
  .popover {
    min-width: 375px;
  }
}

/* line 60, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_hover.scss */
.hover__container .addthis_toolbox a {
  margin: 0;
}

/* line 64, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_hover.scss */
.hover__container a.pin-it-button span.at-icon-wrapper {
  margin-top: -2px;
  padding: 0 2px;
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
.availability__body {
  background-color: #fff;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

/* line 8, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
.availability {
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

/* line 14, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
.availability__title-container {
  padding: 10px;
}

/* line 18, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
.availability__table-container.table-responsive {
  border-width: 0;
  height: 100%;
  overflow: auto;
}

/* line 23, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
.availability__table-container.table-responsive .label-xs {
  display: none;
}

/* line 27, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
.availability__table-container.table-responsive table.availability__table {
  border-width: 0;
  position: relative;
}

/* line 31, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
.availability__table-container.table-responsive table.availability__table th {
  font-weight: normal;
}

/* line 35, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
.availability__table-container.table-responsive table.availability__table tr {
  border: 0;
}

/* line 38, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
.availability__table-container.table-responsive table.availability__table tr td {
  border: 0;
  white-space: normal;
}

/* line 42, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
.availability__table-container.table-responsive table.availability__table tr td.availability-icons {
  white-space: nowrap;
}

/* line 47, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
.availability__table-container.table-responsive table.availability__table tr.notes td.piecefront {
  padding-left: 3.6em;
}

/* line 53, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
.availability__table-container.table-responsive img.group {
  padding-bottom: .2em;
  padding-right: .5em;
}

/* line 58, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
.availability__table-container.table-responsive .glyphicon:focus {
  outline: none;
}

/* line 62, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
.availability__table-container.table-responsive th.Holdings:first-child {
  padding-left: 4em;
}

/* line 66, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
.availability__table-container.table-responsive .glyphicon-usd {
  color: #216c2a;
}

/* line 70, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
.availability__table-container.table-responsive .glyphicon-eur {
  color: #216c2a;
}

/* line 74, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
.availability__table-container.table-responsive .glyphicon-gbp {
  color: #216c2a;
}

/* line 78, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
.availability__table-container.table-responsive .openurl--label {
  text-decoration: underline;
  padding-top: 50px;
  margin-top: 30px;
}

/* line 85, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
.availability--full-page {
  height: 85%;
  overflow: hidden;
}

/* line 90, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
a.group {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal;
}

/* line 100, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
i.group {
  padding-right: .5em;
}

@media screen and (max-width: 767px) {
  /* line 107, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
  .availability--full-page {
    height: calc(100% - 150px);
  }
  /* line 111, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
  .availability__table-container.table-responsive {
    border-color: transparent;
  }
  /* line 114, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
  .availability__table-container.table-responsive .label-xs {
    color: gray;
    display: block;
    font-size: 0.75em;
    padding-bottom: 0;
    text-transform: uppercase;
  }
  /* line 123, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
  .availability__table-container.table-responsive table.availability__table th {
    display: none;
  }
  /* line 129, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
  .availability__table-container.table-responsive table.availability__table tr.location > td.location,
  .availability__table-container.table-responsive table.availability__table tr.collection > td.collection,
  .availability__table-container.table-responsive table.availability__table tr.piece > td.piece {
    border-color: transparent;
    display: block;
    text-align: left;
    width: 100%;
  }
  /* line 136, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
  .availability__table-container.table-responsive table.availability__table tr.piece > td.piecefront {
    border-color: transparent;
    display: block;
    padding-left: 35px;
    padding-right: 35px;
    text-align: left;
  }
  /* line 143, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
  .availability__table-container.table-responsive table.availability__table tr.piece > td.piecefront table {
    width: 100%;
  }
  /* line 146, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
  .availability__table-container.table-responsive table.availability__table tr.piece > td.piecefront table td {
    display: block;
    padding: 0;
  }
  /* line 150, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
  .availability__table-container.table-responsive table.availability__table tr.piece > td.piecefront table td.availability-icons {
    float: right;
  }
  /* line 153, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
  .availability__table-container.table-responsive table.availability__table tr.piece > td.piecefront table td.availability-icons a, .availability__table-container.table-responsive table.availability__table tr.piece > td.piecefront table td.availability-icons span {
    padding-left: 5px;
  }
  /* line 161, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
  .availability__table-container.table-responsive table.availability__table tr.piece.notes > td.piecefront {
    padding-left: 35px;
  }
  /* line 165, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
  .availability__table-container.table-responsive table.availability__table tr.piece > td.piece {
    padding-left: 35px;
  }
  /* line 169, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_availability.scss */
  .availability__table-container.table-responsive table.availability__table tr.piece + tr.piece:not(.notes) > td.piecefront {
    border-top: solid 1px #bbb;
    padding-left: 0;
    margin-left: 35px;
  }
}

/* ==========================================================================
   Change Databases
   ========================================================================== */
/* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_change_databases.scss */
.change-databases__table-header-text {
  font-size: 1.2em;
  color: white;
  padding: 7px;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_change_databases.scss */
.change-databases__category-text {
  font-weight: bold;
  color: #666666;
}

/* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_change_databases.scss */
.change-databases__database-name {
  font-weight: normal;
}

/* line 25, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_change_databases.scss */
.change-databases__database-name--restricted {
  color: #757575;
}

/* line 30, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_change_databases.scss */
.change-databases__restricted-text {
  color: #860608;
}

/* line 35, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_change_databases.scss */
.change-databases__table-container label > input[type=checkbox]:checked + span {
  font-weight: bold;
}

/* line 3, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-header__refresh-econtent {
  margin-top: 1em;
  margin-bottom: 0.5em;
  word-break: break-word;
  white-space: normal;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__button {
  word-break: break-word;
  white-space: normal;
}

/* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-header__more-info {
  color: #2781bc;
}

/* line 21, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-header__name {
  font-weight: bold;
}

/* line 25, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-header__section-name {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.6em;
}

/* line 31, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-header-view {
  border-width: 0px;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 37, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-footer-view {
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 0px;
}

/* line 43, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__renew-message-item {
  padding-bottom: 1em;
}

/* line 46, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__renew {
  padding-top: 1em;
}

/* line 50, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__renew-message {
  padding-bottom: 1em;
}

/* line 54, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__not-renew-message {
  padding-bottom: 2em;
}

/* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__basic-info {
  padding-left: 10px;
}

/* line 63, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account-view {
  padding-top: 5px;
  padding-bottom: 5px;
  border-width: 0px;
}

/* line 70, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
a.patron-account__policy-link,
a.patron-account__click-here {
  text-decoration: none;
}

/* line 72, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
a.patron-account__policy-link:link,
a.patron-account__policy-link:visited,
a.patron-account__click-here:link, a.patron-account__click-here:visited {
  text-decoration: none;
}

/* line 75, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
a.patron-account__policy-link:hover,
a.patron-account__policy-link:focus,
a.patron-account__click-here:hover, a.patron-account__click-here:focus {
  text-decoration: underline;
}

/* line 80, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account-password-eye {
  margin-left: 5px;
  cursor: pointer;
  font-size: .9em;
  display: none;
}

/* line 88, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
tr.patrongrid-headings a {
  color: white;
  padding: .2em;
  text-decoration: underline;
}

/* line 94, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
tr.patrongrid-headings td {
  padding: 1em;
  white-space: normal !important;
}

/* line 99, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
tr.patrongrid-headings th {
  padding: .4em;
  text-align: center;
  border: solid 1px #999;
}

/* line 104, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
tr.patrongrid-headings th a {
  text-decoration: underline;
  padding: 0;
}

/* line 109, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
tr.patrongrid-headings th label {
  color: white;
}

/* line 118, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
tr.patrongrid-headings--sortable th.sort-asc .sort-wrapper,
tr.patrongrid-headings--sortable th.sort-desc .sort-wrapper {
  font-weight: bold;
  padding-right: 30px;
  position: relative;
}

/* line 124, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
tr.patrongrid-headings--sortable th.sort-asc .sort-wrapper a:first-of-type:after,
tr.patrongrid-headings--sortable th.sort-desc .sort-wrapper a:first-of-type:after {
  font-size: 0.75em;
  padding-left: 0.5em;
  position: absolute;
  text-decoration: none;
}

/* line 135, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
tr.patrongrid-headings--sortable th.sort-asc a:first-of-type:after {
  content: "\e253";
  font-family: "Glyphicons Halflings";
}

/* line 142, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
tr.patrongrid-headings--sortable th.sort-desc a:first-of-type:after {
  content: "\e252";
  font-family: "Glyphicons Halflings";
}

/* line 151, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patrongrid-narrow {
  display: none;
}

/* line 155, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patrongrid {
  border: solid 1px #bbb;
  border-collapse: collapse;
  border-spacing: 2px;
  width: 100%;
}

/* line 161, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patrongrid .label-xs {
  display: none;
}

/* line 166, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patrongrid tr th {
  font-weight: normal;
  text-align: left;
}

/* line 170, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patrongrid tr th a {
  text-decoration: none;
}

/* line 173, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patrongrid tr th a:hover {
  text-decoration: underline;
}

/* line 178, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patrongrid tr th.patron-account__grid-cell--select {
  text-align: center;
}

/* line 183, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patrongrid tr td {
  padding: 3px;
}

/* line 186, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patrongrid tr td:not(:first-child) {
  border-left-color: transparent;
}

/* line 190, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patrongrid tr td:not(:last-child) {
  border-right-color: transparent;
}

/* line 194, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patrongrid tr td .btn {
  width: 100%;
}

/* line 198, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patrongrid tr td.patron-account__grid-cell--select {
  text-align: center;
}

/* line 202, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patrongrid tr td.patron-account__grid-cell--cover-image {
  text-align: center;
}

/* line 205, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patrongrid tr td.patron-account__grid-cell--cover-image img {
  height: auto;
  width: 75px;
  max-width: 75px;
}

/* line 212, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patrongrid tr td.patron-account__grid-cell--format {
  text-align: center;
}

/* line 218, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patrongrid.no-cover-images tr .patron-account__grid-cell--cover-image {
  display: none;
}

@media screen and (max-width: 991px) {
  /* line 223, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
  td.items-patrongrid {
    white-space: normal !important;
  }
}

/* line 229, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patrongrid-headings-pager {
  border: 0px solid #cccccc;
  text-align: right;
}

/* line 233, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patrongrid-headings-pager a {
  text-decoration: underline !important;
}

/* line 237, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patrongrid-headings-pager td {
  border-style: none;
}

/* line 244, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patrongrid-headings--narrow .patrongrid-headings-select {
  padding-top: 10px;
  text-align: left;
}

/* line 250, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patrongrid-headings--narrow .patrongrid-headings-select input,
.patrongrid-headings--narrow .patrongrid-headings-select label,
.patrongrid-headings--narrow .patrongrid-headings-select span {
  display: inline-block;
}

/* line 254, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patrongrid-headings--narrow .patrongrid-headings-select input + label {
  margin-left: 5px;
}

/* line 259, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patrongrid-headings--narrow .patrongrid-headings-sort {
  background-color: #2781bc;
  color: white;
  text-align: left;
}

/* line 264, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patrongrid-headings--narrow .patrongrid-headings-sort label {
  display: inline-block;
}

/* line 268, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patrongrid-headings--narrow .patrongrid-headings-sort label + select {
  display: inline-block;
  margin-left: 5px;
  width: auto;
}

/* line 273, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patrongrid-headings--narrow .patrongrid-headings-sort label + select [selected][hidden] {
  display: block;
}

@media screen and (max-width: 1199px) {
  /* line 281, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
  .patrongrid-narrow {
    display: inline-block;
  }
  /* line 285, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
  .patrongrid {
    border-color: transparent;
  }
  /* line 288, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
  .patrongrid .label-xs {
    color: gray;
    display: block;
    font-size: 0.75em;
    padding-bottom: 0;
    text-transform: uppercase;
  }
  /* line 296, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
  .patrongrid .patrongrid-headings--sortable {
    display: none;
  }
  /* line 301, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
  .patrongrid tr td {
    text-align: left;
  }
  /* line 304, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
  .patrongrid tr td.patron-account__grid-cell--full-narrow {
    border-color: transparent;
    display: block;
    width: 100%;
  }
  /* line 310, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
  .patrongrid tr td.patron-account__grid-cell--full-narrow .btn,
  .patrongrid tr td.patron-account__grid-cell--full-narrow .form-control {
    width: auto;
  }
  /* line 315, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
  .patrongrid tr td.patron-account__grid-cell--select {
    border-color: transparent;
    border-right-style: hidden;
    vertical-align: text-top;
    width: 1.5em;
  }
  /* line 322, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
  .patrongrid tr td.patron-account__grid-cell--cover-image {
    border-color: transparent;
    display: block;
    float: right;
  }
  /* line 328, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
  .patrongrid tr td.patron-account__grid-cell--title {
    font-size: 1.2em;
    white-space: normal;
  }
  /* line 333, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
  .patrongrid tr td.patron-account__grid-cell--format {
    text-align: left;
  }
}

/* line 341, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account-action-button {
  margin: 5px;
}

/* line 345, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
a.patron-account-action-button {
  text-decoration: none;
}

/* line 349, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__message {
  padding: 10px 10% 25px 10%;
}

/* line 353, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__dialog-title {
  padding: 20px 5px;
  font-weight: bold;
  font-size: 1.1em;
}

/* line 359, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__holds-held {
  color: #9B3131;
  font-size: 1.2em;
}

/* line 360, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__holds-held-3m {
  color: green;
  font-size: 0.9em;
}

/* line 361, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__holds-active {
  color: green;
  font-size: 1.2em;
}

/* line 362, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__holds-pending-shipped {
  color: maroon;
  font-size: 1.2em;
}

/* line 363, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__holds-ill-transferred {
  color: navy;
  font-size: 1.2em;
}

/* line 364, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__holds-misc {
  color: #575757;
}

/* line 365, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__holds-author {
  color: #575757;
}

/* line 366, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__holds-date {
  color: #575757;
  font-size: .85em;
}

/* line 368, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__overdue-date {
  color: #9B3131;
}

/* line 370, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__grid-row {
  background-color: white;
  border-bottom: solid 1px #bbb;
}

/* line 374, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__grid-row td {
  border-style: none;
}

/* line 379, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__grid-alternating-row {
  background-color: white;
  border-bottom: solid 1px #bbb;
}

/* line 383, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__grid-alternating-row td {
  border-style: none;
}

/* line 388, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__grid-cell--title {
  min-width: 200px;
}

/* line 393, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__grid-link {
  text-decoration: none;
  color: #2781bc;
}

/* line 396, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__grid-link:link {
  color: #2781bc;
  text-decoration: none;
}

/* line 400, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__grid-link:visited {
  color: #2781bc;
  text-decoration: none;
}

/* line 404, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__grid-link:hover {
  color: #9B3131;
  text-decoration: underline;
}

/* line 408, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__grid-link:active {
  color: #2781bc;
  text-decoration: none;
}

/* line 414, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__grid-empty-message {
  padding: 30px 5% 30px 5%;
  border: solid 1px #ccc;
  margin-bottom: 15px;
}

/* line 421, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__fine-label {
  font-weight: bold;
}

/* line 425, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__fine-data {
  color: #9B3131;
}

/* line 429, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__estimate-overdue-fines {
  margin: 10px;
}

/* line 432, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__estimate-overdue-fines__header {
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 651px) {
  /* line 432, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
  .patron-account__estimate-overdue-fines__header {
    text-align: left;
  }
}

/* line 443, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__estimate-overdue-fines__body .invalid-date-text {
  color: #9B3131;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
}

/* line 451, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__estimate-overdue-fines__footer {
  padding-top: 20px;
  text-align: center;
}

/* line 456, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_patron-account.scss */
.patron-account__estimate-overdue-fines__amount {
  font-weight: bold;
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_librarything.scss */
.librarything-ratings {
  padding: 5px 0px;
  text-align: center;
  margin: 0 auto;
  word-break: break-all;
  font-size: 0.75em;
}

/* line 10, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_librarything.scss */
.librarything-ratings span {
  margin: 0 auto;
  display: inline-block;
  max-width: 115px;
}

/* line 14, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_librarything.scss */
.librarything-ratings span img {
  max-width: 80%;
}

/* line 18, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_librarything.scss */
.librarything-ratings a {
  margin: 0 auto;
  display: inline-block;
  max-width: 115px;
  word-break: break-word;
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
#showSearchStatusBox {
  margin-left: 0;
  visibility: visible;
}

/* line 5, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
#showSearchStatusBox a:link, #showSearchStatusBox a:visited,
#showSearchStatusBox a:hover, #showSearchStatusBox a:focus {
  text-decoration: none;
}

/* line 10, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
.search-status__container {
  margin: 0.75em 0 1.5em 0;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
.search-status-box__container {
  font-size: 1em;
  margin-top: .5em;
}

/* line 21, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
.c-results-utility--full + .search__position,
.feature-it__panel + .search__position {
  padding-top: .875em;
}

/* line 26, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
.c-results-utility-community--full + .search__position,
.feature-it__panel + .search__position {
  padding-top: .875em;
}

/* line 30, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
.search-status__container + .search__position {
  border-top: 1px solid #eeeeee;
  padding-top: .875em;
}

/* line 35, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
a.status-text-visible {
  visibility: visible;
}

/* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
a.status-text-hidden {
  visibility: hidden;
}

/* line 45, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
#searchStatusBox .table-responsive {
  min-height: 20em;
  overflow-y: auto;
  position: relative;
}

/* line 51, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
#searchStatusBox .table {
  position: relative;
  text-align: left;
}

/* line 55, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
#searchStatusBox .table th {
  font-weight: normal;
}

/* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
#searchStatusBox .table .label-xs {
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 67, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
  #searchStatusBox .table-responsive {
    border-color: transparent;
  }
  /* line 71, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
  #searchStatusBox .table {
    border-color: transparent;
  }
  /* line 74, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
  #searchStatusBox .table th {
    display: none;
  }
  /* line 78, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
  #searchStatusBox .table .search-status-item {
    border: none;
    font-size: 1em;
  }
  /* line 85, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
  #searchStatusBox .table .search-status-item .search-status-database-column,
  #searchStatusBox .table .search-status-item .search-status-status-column,
  #searchStatusBox .table .search-status-item .search-status-pending-column,
  #searchStatusBox .table .search-status-item .search-status-retrieved-column {
    border-color: transparent;
    display: block;
    width: 100%;
  }
  /* line 91, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
  #searchStatusBox .table .search-status-item .search-status-database-column {
    font-size: 1.2em;
    white-space: normal;
  }
  /* line 96, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
  #searchStatusBox .table .search-status-item .label-xs {
    color: gray;
    display: block;
    font-size: 0.75em;
    padding-bottom: 0;
    text-transform: uppercase;
  }
  /* line 106, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
  #searchStatusBox .table .search-status-item + .search-status-item .search-status-database-column {
    border-top-color: gray;
  }
}

/* line 114, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
.status-text-visible {
  padding: .75em;
}

@media screen and (min-width: 992px) {
  /* line 119, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
  .search-status-box__container {
    float: right;
    font-size: 1em;
    margin-top: 0;
  }
  /* line 124, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
  .search-status-box__container #showSearchStatusBox {
    text-align: right;
  }
}

@media screen and (max-width: 412px) {
  /* line 132, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
  #searchStatusBox .modal-dialog {
    width: 90%;
    /*Fallback*/
    width: calc(100% - 20px);
    /*Account for horizontal margins of 10px*/
  }
}

@media screen and (min-width: 1px) {
  /* line 141, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
  .search-status-status-column .popover {
    max-width: 280px !important;
    min-width: 5em !important;
  }
  /* line 148, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
  #searchStatusBox .modal-header, #searchStatusBox .modal-body, #searchStatusBox .modal-footer {
    padding: 5px;
  }
  /* line 152, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
  #searchStatusBox .modal-content {
    padding: 0.28125em 0.125em;
  }
}

@media screen and (min-width: 412px) {
  /* line 160, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
  #searchStatusBox .modal-header, #searchStatusBox .modal-body, #searchStatusBox .modal-footer {
    padding: 10px;
  }
}

@media screen and (min-width: 650px) {
  /* line 168, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
  .search-status-status-column .popover {
    max-width: 575px !important;
    min-width: 5em !important;
  }
  /* line 175, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
  #searchStatusBox .modal-header, #searchStatusBox .modal-body, #searchStatusBox .modal-footer {
    padding: 15px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 183, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_status.scss */
  .search-status-status-column .popover {
    max-width: 950px !important;
    min-width: 5em !important;
  }
}

/* line 2, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_browse_results.scss */
.TableHeader {
  COLOR: white;
  background-color: #2781bc;
  padding: 7px;
}

/* line 11, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_browse_results.scss */
.ColumnHeader {
  font-weight: bold;
  background-color: #6696c8;
  margin-bottom: 3em;
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_browse_results.scss */
.c-browse-results__heading {
  BORDER-LEFT-COLOR: #cfcfcf;
  BORDER-BOTTOM-COLOR: #cfcfcf;
  BORDER-TOP-COLOR: #cfcfcf;
  BACKGROUND-COLOR: #ffffff;
  BORDER-RIGHT-COLOR: #cfcfcf;
  padding-bottom: 0.4em;
  font-weight: 500;
}

/* line 29, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_browse_results.scss */
.c-browse-results__link:link, .c-browse-results__link:visited {
  text-decoration: none;
}

/* line 32, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_browse_results.scss */
.c-browse-results__link:hover, .c-browse-results__link:focus {
  text-decoration: underline;
  color: #9B3131;
}

/* line 38, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_browse_results.scss */
.c-browse-results__heading-alt {
  BORDER-LEFT-COLOR: #cfcfcf;
  BORDER-BOTTOM-COLOR: #cfcfcf;
  BORDER-TOP-COLOR: #cfcfcf;
  BACKGROUND-COLOR: #dee3e8;
  BORDER-RIGHT-COLOR: #cfcfcf;
}

/* ==========================================================================
   Community
   ========================================================================== */
/* patroncommunity.aspx styles */
/* line 8, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__list__container {
  padding: 0 10px;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__link {
  clear: both;
  margin-bottom: 20px;
  text-align: left;
}

/* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__link span + span {
  padding: 0 10px;
}

/* ajaxEditCommunityRecord.aspx and ajaxEditEvent.aspx shared styles */
/* More page-specific definitions below */
/* line 26, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body,
.community-event__body {
  background-color: white;
  /* BEGIN: Old Community.css */
  /* END: Old Community.css */
}

/* line 29, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .tabs__container,
.community-event__body .tabs__container {
  padding-bottom: 10px;
  position: relative;
  overflow: auto;
}

/* line 35, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .group__container,
.community-event__body .group__container {
  margin-bottom: 10px;
}

/* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .form-control,
.community-event__body .form-control {
  margin-bottom: 10px;
}

/* line 43, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .form-label,
.community-event__body .form-label {
  font-weight: normal;
}

/* line 46, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .form-label-header,
.community-event__body .form-label-header {
  font-weight: normal;
  padding-bottom: 10px;
}

/* line 50, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .form-label-header--bold,
.community-event__body .form-label-header--bold {
  font-weight: bold;
  padding-bottom: 10px;
}

/* line 56, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .form-label--bold,
.community-event__body .form-label--bold {
  font-weight: bold;
}

/* line 61, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .subtab-group__container,
.community-event__body .subtab-group__container {
  margin-bottom: 10px;
}

/* line 64, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .subtab-group__container .ui-tabs-hide,
.community-event__body .subtab-group__container .ui-tabs-hide {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

/* line 71, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .community__whats-this-link,
.community-event__body .community__whats-this-link {
  text-decoration: underline;
  color: blue;
  cursor: pointer;
}

/* line 77, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .hidden-buttons__container,
.community-event__body .hidden-buttons__container {
  display: none;
}

/* line 80, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .hidden-buttons__container input,
.community-event__body .hidden-buttons__container input {
  display: none;
}

/* line 86, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .community-warning-area,
.community-event__body .community-warning-area {
  Z-INDEX: 750;
  border-right: #222222 1px solid;
  border-bottom: #222222 1px solid;
  padding: 0px;
  POSITION: fixed;
  TOP: 200px;
  LEFT: 300px;
  background: white;
  overflow: hidden;
  width: 400px;
  height: 160px;
  zoom: 1;
  display: none;
}

/* line 105, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
a.community__calendar-link:link, a.community__calendar-link:visited,
a.community__calendar-link:hover, a.community__calendar-link:focus {
  text-decoration: none;
}

/* ajaxEditCommunityRecord.aspx styles */
/* line 110, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body {
  /*.community-record__moreinfo__container {
    }*/
  /*.community-record__services__container {
    }*/
}

/* line 112, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .community-record__edit-image {
  cursor: pointer;
  max-height: 100px;
  max-width: 100px;
}

/* line 117, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .community-record__edit-image__container {
  height: 105px;
  width: 105px;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

/* line 125, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .community-record__edit-image__popup {
  display: none;
}

/* line 129, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .community-record__edit-image__popup-header,
.community-record__body .community-record__edit-image__popup-footer {
  text-align: center;
}

/* line 135, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .community-record__hours__container {
  margin-bottom: 10px;
  padding: 1em 1.4em;
}

/* line 144, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .community-record__events__container .community-record__events__event-buttons__container {
  text-align: right;
}

/* line 150, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .community-record__event-view-link:link, .community-record__body .community-record__event-view-link:visited,
.community-record__body .community-record__event-view-link:hover, .community-record__body .community-record__event-view-link:focus {
  text-decoration: none;
}

/* line 156, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .community-record__social__container .community-record__social__share__container {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 160, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .community-record__social__container .community-record__social__share__container > div:first-of-type {
  padding-left: 0;
}

/* line 164, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .community-record__social__container .community-record__social__share__container > div:last-of-type {
  padding-right: 0;
}

/* line 169, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .community-record__social__container .community-record__social__web__container {
  margin-bottom: 10px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 1em 1.4em;
}

/* line 175, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .community-record__social__container .community-record__social__web__container .row > div {
  min-height: 0;
}

/* line 187, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .community-record__subjects__container .community-record__subjects__library-added__container {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 194, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .community-record__subjects__container .community-record__subjects__library-added__container li {
  list-style: disc;
  line-height: 2em;
}

/* line 200, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .community-record__subjects__container .community-record__subjects__organization-added__container {
  margin-bottom: 20px;
}

/* line 207, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .community-record__contentxchange__container .form-label--bold {
  margin-bottom: 0.5em;
}

/* line 212, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .community-record__contentxchange__container .community-record__contentxchange-header {
  margin-bottom: 2em;
}

/* line 217, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .community-record__contentxchange__container .community-record__contentxchange-options .row > div {
  margin-bottom: 2em;
}

/* line 221, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .community-record__contentxchange__container .community-record__contentxchange-options .btn {
  margin-top: 0.5em;
}

/* line 226, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .community-record__contentxchange__container .community-record__contentxchange__popup {
  display: none;
}

/* line 229, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-record__body .community-record__contentxchange__container .community-record__contentxchange__popup-header {
  font-weight: bold;
  text-align: center;
}

/* ajaxEditEvent.aspx styles */
/* line 241, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community-event__body .community-event__timing__container .community-event__date__container {
  /*padding-left: 0;*/
}

@media screen and (min-width: 651px) {
  /* line 246, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
  .community-event__body .community-event__timing__container .community-event__time__container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 252, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
  .community-event__body .community-event__timing__container .community-event__time__container > div {
    padding-left: 0;
    /*padding-right: 0;*/
  }
  /* line 256, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
  .community-event__body .community-event__timing__container .community-event__time__container > div select.form-control {
    padding: 6px;
    /*padding-right: 0;*/
  }
}

/* line 266, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community__thumbnail-cell {
  padding: 1em;
}

/* line 271, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community__content-container {
  padding-left: 0px;
}

/* line 274, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community__search {
  background-color: #dee3e8;
}

/* line 277, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.community__search--instructions {
  background-color: #ffffff;
}

/* line 282, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_community.scss */
.datepicker-only[readonly] {
  background-color: #ffffff;
}

/* line 2, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_text_it.scss */
.textit-container {
  width: 96%;
  margin: 0, 2%;
  padding: 20px;
}

/* line 8, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_text_it.scss */
.textit-header-container {
  clear: both;
  padding-bottom: 50px;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_text_it.scss */
.textit-header-container .textit-icon {
  font-size: 2em;
  text-align: right;
}

/* line 18, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_text_it.scss */
.textit-primary-header {
  font-weight: bold;
}

/* line 22, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_text_it.scss */
.textit-secondary-header {
  font-weight: normal;
}

/* line 27, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_text_it.scss */
.textit-inputs-container .row {
  margin-bottom: 10px;
}

/* line 30, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_text_it.scss */
.textit-inputs-container .row .form-group {
  margin-bottom: 0;
}

/* line 33, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_text_it.scss */
.textit-inputs-container .row .form-group .form-control {
  display: inline-block;
}

/* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_text_it.scss */
.textit-inputs-container .input-label {
  font-weight: bold;
}

/* line 43, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_text_it.scss */
.textit-inputs-container #TxtMobile1, .textit-inputs-container #TxtMobile2 {
  width: 60px;
}

/* line 47, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_text_it.scss */
.textit-inputs-container #TxtMobile3 {
  width: 80px;
}

/* line 51, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_text_it.scss */
.textit-inputs-container #TxtMobilePhoneNumber {
  width: 220px;
}

/* line 54, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_text_it.scss */
.textit-inputs-container #CarrierList {
  width: 220px;
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_legacy.scss */
.Red {
  color: #9B3131;
}

/* line 5, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_legacy.scss */
.Results {
  color: black;
}

/* line 9, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_legacy.scss */
.LibraryHeader {
  font-size: 1.4em;
  text-align: center;
}

/* line 14, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_legacy.scss */
img.thumbnail {
  max-height: 130px !important;
  max-width: 100px !important;
  -moz-force-broken-image-icon: 1;
  margin: 0px;
}

/* line 21, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_legacy.scss */
.AvailabilityHoldsMessage {
  margin: 10px 50px;
  padding: 25px;
  border: solid 1px #999999;
  background-color: #FFFFCC;
}

/* line 29, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_legacy.scss */
.RegularBold {
  font-weight: bold;
}

/* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_legacy.scss */
.RegularSmall {
  font-size: .9em;
}

/* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_legacy.scss */
.RegularXSmall {
  font-size: .9em;
}

/* line 44, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_legacy.scss */
.Headings1 {
  background-color: #f3f5f7;
  padding: 5px;
}

/* line 50, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_legacy.scss */
.Headings2 {
  background-color: White;
  padding: 5px;
}

/* line 56, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_legacy.scss */
.FormHeader {
  background-color: #ebf0f6;
}

/* line 61, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_legacy.scss */
.FormBody {
  background-color: #F6F6F6;
}

/* line 66, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_legacy.scss */
.FormHeaderText {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_did_you_mean.scss */
.did-you-mean-toggle {
  margin-left: .5em;
}

/* line 4, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_did_you_mean.scss */
.did-you-mean-toggle:link, .did-you-mean-toggle:visited,
.did-you-mean-toggle:hover, .did-you-mean-toggle:focus {
  text-decoration: none;
}

/* line 8, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_did_you_mean.scss */
.did-you-mean-toggle .glyphicon {
  font-size: .7em;
  top: 0;
}

/* line 14, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_did_you_mean.scss */
.did-you-mean-toggle__click-here a:link, .did-you-mean-toggle__click-here a:visited,
.did-you-mean-toggle__click-here a:hover, .did-you-mean-toggle__click-here a:focus {
  text-decoration: none;
}

/* line 18, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_did_you_mean.scss */
.did-you-mean-toggle__more {
  display: none;
  padding-right: .25em;
}

/* line 23, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_did_you_mean.scss */
.did-you-mean-toggle__less {
  display: inline;
  padding-right: .5em;
}

/* line 28, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_did_you_mean.scss */
.did-you-mean-toggle.collapsed .did-you-mean-toggle__more {
  display: inline;
}

/* line 32, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_did_you_mean.scss */
.did-you-mean-toggle.collapsed .did-you-mean-toggle__less {
  display: none;
}

/* line 37, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_did_you_mean.scss */
.DidYouMeanLink:link, .DidYouMeanLink:visited, .DidYouMeanLink:hover, .DidYouMeanLink:focus {
  text-decoration: none;
}

/* line 2, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
.content-carousel__panel .c-accordion__body {
  padding: 0.3125em 0 1em 0;
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
.content-carousel__slider {
  margin-left: -1em;
  display: inline-block;
  width: 118px;
}

/* line 13, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
.content-carousel__link:link, .content-carousel__link:visited {
  text-decoration: none;
}

/* line 16, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
.content-carousel__link:hover, .content-carousel__link:focus {
  text-decoration: underline;
}

/* line 20, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
.content-carousel__item {
  cursor: pointer;
  display: none;
  height: auto;
  max-height: 250px;
  padding: 4px;
  text-align: center;
  width: 118px;
  word-wrap: break-word;
}

/* line 30, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
.content-carousel__item img {
  display: inline;
  margin: 0;
}

/* line 35, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
.content-carousel__item:first-child {
  display: block;
}

/* line 40, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
.content-carousel__slider.slick-initialized .content-carousel__item {
  display: block;
}

/* line 44, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
.content-carousel__image_container {
  margin-bottom: .3em;
  width: 110px;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
.content-carousel__title {
  text-align: left;
}

/* line 54, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
.content-carousel__left-arrow,
.content-carousel__right-arrow {
  background-color: transparent;
  border: none;
  outline: none;
  color: #2781bc;
  display: block;
  font-size: 2em;
  height: 32px;
  padding: 0;
  position: absolute;
  top: 40%;
  /*  fallback for browsers without support for calc() */
  top: calc(50% - 25px);
  width: 28px;
}

/* line 68, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
.content-carousel__left-arrow:hover,
.content-carousel__right-arrow:hover {
  color: #30465b;
  cursor: pointer;
}

/* line 73, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
.content-carousel__left-arrow:focus,
.content-carousel__right-arrow:focus {
  border: solid 1px #2781bc;
}

/* line 78, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
.content-carousel__powerednovelist {
  font-size: .8em;
  padding-top: 6px;
}

/* line 83, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
.slick-disabled {
  display: none !important;
}

/* line 87, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
.content-carousel__left-arrow {
  left: -32px;
}

/* line 91, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
.content-carousel__right-arrow {
  right: -32px;
}

/* line 95, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
.slick-dots {
  position: relative;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 103, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 111, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

/* line 123, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

/* line 125, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

/* line 129, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\E074";
  width: 12px;
  height: 12px;
  font-family: "Glyphicons Halflings";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 146, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: .74;
}

/* line 153, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
.drawer-body--content_carousel {
  text-align: center;
}

@media only screen and (min-width: 364px) {
  /* line 158, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
  .content-carousel__slider {
    width: 177px;
  }
}

@media only screen and (min-width: 421px) {
  /* line 164, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
  .content-carousel__slider {
    width: 236px;
  }
}

@media only screen and (min-width: 471px) {
  /* line 170, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
  .content-carousel__slider {
    width: 295px;
  }
}

@media only screen and (min-width: 530px) {
  /* line 176, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
  .content-carousel__slider {
    width: 354px;
  }
}

@media only screen and (min-width: 600px) {
  /* line 182, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
  .content-carousel__slider {
    width: 413px;
  }
  /* line 185, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
  .content-carousel__slider-brief {
    width: 390px;
  }
}

@media only screen and (min-width: 650px) {
  /* line 191, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
  .content-carousel__slider {
    width: 236px;
  }
  /* line 194, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
  .content-carousel__slider-brief {
    width: 260px;
  }
}

@media only screen and (min-width: 808px) {
  /* line 200, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
  .content-carousel__slider {
    width: 295px;
  }
  /* line 203, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
  .content-carousel__slider-brief {
    width: 340px;
  }
}

@media only screen and (min-width: 867px) {
  /* line 209, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
  .content-carousel__slider {
    width: 354px;
  }
}

@media only screen and (min-width: 926px) {
  /* line 215, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
  .content-carousel__slider {
    width: 413px;
  }
  /* line 218, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
  .content-carousel__slider-brief {
    width: 350px;
  }
}

@media only screen and (min-width: 985px) {
  /* line 224, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
  .content-carousel__slider {
    width: 472px;
  }
  /* line 227, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
  .content-carousel__slider-brief {
    width: 370px;
  }
}

@media only screen and (min-width: 1090px) {
  /* line 233, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
  .content-carousel__slider {
    width: 531px;
  }
  /* line 236, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
  .content-carousel__slider-brief {
    width: 400px;
  }
}

@media only screen and (min-width: 1100px) {
  /* line 242, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
  .content-carousel__slider {
    width: 590px;
  }
  /* line 245, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
  .content-carousel__slider-brief {
    width: 400px;
  }
}

@media only screen and (min-width: 1162px) {
  /* line 251, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
  .content-carousel__slider {
    width: 649px;
  }
  /* line 254, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
  .content-carousel__slider-brief {
    width: 400px;
  }
}

@media only screen and (min-width: 1221px) {
  /* line 260, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
  .content-carousel__slider {
    width: 708px;
  }
  /* line 263, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
  .content-carousel__slider-brief {
    width: 475px;
  }
}

@media only screen and (min-width: 1280px) {
  /* line 269, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
  .content-carousel__slider {
    width: 767px;
  }
  /* line 272, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
  .content-carousel__slider-brief {
    width: 475px;
  }
}

@media only screen and (min-width: 1420px) {
  /* line 278, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
  .content-carousel__slider-brief {
    width: 590px;
  }
}

/* line 283, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
.fusion-content-carousel__slider {
  margin-left: 20px;
  margin-right: 20px;
}

@media only screen and (min-width: 250px) and (max-width: 420px) {
  /* line 288, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
  .fusion-content-carousel__slider {
    width: 177px;
  }
}

@media only screen and (max-width: 730px) and (min-width: 649px) {
  /* line 293, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
  .fusion-content-carousel__slider {
    width: 90%;
  }
}

/* line 298, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_content_carousel.scss */
#fancybox-content {
  overflow: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
.c-self-register {
  background-color: #ffffff;
}

/* line 4, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
.c-self-register .aspNetDisabled {
  background-color: green;
  color: darkgray !important;
}

/* line 9, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
.c-self-register__row-data {
  padding-left: 1em;
  text-align: left;
}

/* line 13, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
.c-self-register__row-udf {
  padding-right: 0;
  padding-left: 0;
}

/* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
.c-self-register__row-label {
  font-size: 1em;
  font-weight: 300;
  font-style: normal;
  padding-bottom: 0.5em;
  padding-right: 1em;
  padding-top: 5px;
}

/* line 25, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
.c-self-register__row-label input {
  border: none;
}

/* line 29, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
.c-self-register__button-left {
  text-align: center;
  margin: 0 1em 0 0;
}

/* line 33, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
.c-self-register__button-row--center {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 38, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
.c-self-register__button-row--left {
  text-align: left;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 43, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
.c-self-register__data--bold {
  font-weight: bold;
}

/* line 46, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
.c-self-register__dropdown, .c-self-register__dropdown--width {
  height: 26px;
  border: solid 1px #ccc;
  background-color: white;
}

/* line 51, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
.c-self-register__udf-row {
  margin-right: 0;
  margin-left: 0;
}

/* line 56, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
.c-self-register__row {
  padding-top: 0.5em;
  margin-right: 0;
  margin-left: 0;
}

/* line 61, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
.c-self-register__row--addnl {
  padding-top: 0.5em;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0.5em;
}

/* line 67, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
.c-self-register__row--custom-udf {
  margin-right: 0;
  margin-left: 0;
}

/* line 71, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
.c-self-register__row--inner {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 79, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
.c-self-register__zipcode {
  height: 28px;
  border: none;
  transition: none;
  margin: 0em 1em 0em 0em;
  outline-style: none;
  background-color: white;
  border-bottom-color: none;
  border-top-color: none;
  border-right-color: none;
  border-left-color: none;
}

/* line 91, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
.c-self-register__zipcodeinput {
  padding-left: 1em;
  height: 28px;
  border: none;
  transition: none;
  outline-style: none;
  padding-right: 5px;
  padding-bottom: 0;
  padding-top: 0;
}

/* line 102, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
.c-self-register__zipcode:focus {
  border-color: none;
}

/* line 106, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
.c-self-register__label {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  color: #30465b;
  white-space: nowrap;
  padding-top: 9px;
  margin-bottom: 5px;
}

/* line 114, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
.c-self-register__list {
  overflow: auto;
  max-width: calc(90% - 10px);
}

/* line 118, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
.c-self-register__line {
  margin: 0;
}

/* line 121, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
.c-self-register__notice-element {
  margin-bottom: 0.5em;
  padding-left: 2em;
}

/* line 125, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
.c-self-register__element {
  margin-bottom: 0.5em;
}

/* line 128, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
.c-self-register__udf-element {
  margin-bottom: 0.5em;
}

/* line 131, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
.c-self-register__row-udf-element {
  margin-bottom: 0.5em;
  padding-right: 0;
  padding-left: 0;
}

/* line 136, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
.c-self-register__text-entry {
  width: 95%;
  max-width: 31.25em;
  border: solid 1px #ccc;
  height: 26px;
}

/* line 142, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
.c-self-register__textbox {
  border: solid 1px #ccc;
  height: 26px;
}

/* line 146, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
.c-self-register__sms-terms {
  border: solid 1px #cccccc;
  background-color: #fffdea;
  padding: 14px;
  margin: 12px 0px;
}

/* line 154, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
div.c-self-register__row div.c-self-register__sms-terms {
  margin-right: 3.5em;
}

@media (max-width: 767px) {
  /* line 159, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
  .c-self-register__checkbox {
    height: 0;
  }
}

@media (min-width: 768px) {
  /* line 164, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
  .c-self-register__list {
    max-width: 80%;
  }
  /* line 167, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_self_register.scss */
  .c-self-register__checkbox {
    height: 20px;
  }
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.ill-request__message {
  color: #9B3131;
}

/* line 4, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.place-request__dropdown {
  width: 100%;
  max-width: 350px;
  min-width: 150px;
}

/* line 10, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.place-request-pickup-area__dropdown {
  width: 100%;
  max-width: 350px;
  min-width: 150px;
}

/* line 16, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.place-request__notes {
  width: 100%;
  max-width: 350px;
  min-width: 150px;
}

/* line 22, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.place-request__checkbox-label {
  text-transform: none;
}

/* line 24, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.place-request__checkbox-label label {
  padding: 0 0 0 0.25em;
  vertical-align: middle;
}

/* line 30, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
#CreateBBMRequest {
  height: .8125em;
  margin-top: .21875em;
  margin-bottom: .21875em;
}

/* line 36, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.request-header__section-name {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.25em;
}

/* line 42, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.request-footer-btn {
  margin: 5px;
}

/* line 45, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.request-control {
  margin-left: 5px;
  margin-right: 5px;
}

/*
// Extra small screen / phone
$screen-xs:                  480px !default;
$screen-xs-min:              $screen-xs !default;
// Small screen / tablet
$screen-sm:                  768px !default;
$screen-sm-min:              $screen-sm !default;
// Medium screen / desktop
$screen-md:                  992px !default;
$screen-md-min:              $screen-md !default;

$screen-xs-max:              ($screen-sm-min - 1) !default;
$screen-sm-max:              ($screen-md-min - 1) !default;
$screen-md-max:              ($screen-lg-min - 1) !default;
*/
@media (max-width: 991px) and (min-width: 650px) {
  /* line 72, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
  .request-col-sm-6-6 {
    width: 75% !important;
  }
}

@media (max-width: 767px) and (min-width: 650px) {
  /* line 77, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
  .request-col-sm-4-4 {
    width: 50% !important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  /* line 82, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
  .request-col-sm-2-2 {
    width: 33.33% !important;
  }
}

@media (max-width: 767px) and (min-width: 650px) {
  /* line 82, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
  .request-col-sm-2-2 {
    width: 50% !important;
  }
}

@media (max-width: 991px) and (min-width: 650px) {
  /* line 90, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
  .request-col-sm-3-3 {
    width: 50% !important;
  }
}

@media (max-width: 649px) {
  /* line 90, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
  .request-col-sm-3-3 {
    width: 75% !important;
  }
}

@media (max-width: 649px) {
  /* line 99, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
  .request__hidden-mobile {
    visibility: hidden;
  }
}

/* line 105, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.econtent-body {
  background-color: white;
  margin: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 111, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.econtent-body .session-timeout__container {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  padding-top: 80px;
  text-align: center;
  width: 100%;
  z-index: 1050;
}

/* line 121, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.econtent-body .loading__container {
  display: none;
  margin-left: 0;
  margin-right: 0;
  min-height: 150px;
  text-align: center;
  width: 100%;
  z-index: 1050;
}

/* line 130, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.econtent-body .loading__container .loading-text {
  font-size: 1.2em;
  margin-top: 1em;
}

/* line 138, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.econtent-body .econtent-request__details__container {
  margin-bottom: 1em;
  margin-left: -30px;
  margin-right: -30px;
  font-size: 1.2em;
}

/* line 145, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.econtent-body .econtent-request__details__thumbnail {
  padding-left: 0;
  text-align: center;
}

/* line 149, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.econtent-body .econtent-request__details__thumbnail img.thumbnail {
  margin: auto;
  max-width: 100% !important;
}

/* line 155, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.econtent-body .econtent-request__details__content {
  padding-left: 0;
  padding-right: 0;
  white-space: normal;
  word-wrap: break-word;
}

/* line 161, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.econtent-body .econtent-request__details__content-text {
  padding-left: 0;
  padding-right: 0;
}

/* line 167, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.econtent-body .econtent-request__details__vendor-logo {
  padding-left: 0;
  padding-right: 0;
}

/* line 172, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.econtent-body .econtent-request__details__title {
  font-weight: bold;
}

/* line 176, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.econtent-body .econtent-request__details__author {
  padding-left: 0.2em;
}

/* line 181, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.econtent-body .econtent-request__action__container {
  margin-bottom: 1em;
  margin-top: 1em;
}

/* line 185, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.econtent-body .econtent-request__action__container .btn {
  white-space: normal;
}

/* line 189, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.econtent-body .econtent-request__action__container .form-control {
  margin: 0.5em;
}

/* line 193, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.econtent-body .econtent-request__action__container .btn-econtent-request {
  margin: 0.5em;
}

/* line 198, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.econtent-body .econtent-request__check-in__container {
  margin: 15px;
  text-align: center;
}

/* line 204, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.econtent-body .econtent-request__check-out__container {
  margin: 15px;
  text-align: center;
}

/* line 209, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.econtent-body .econtent-request__check-out__additional {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 213, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.econtent-body .econtent-request__check-out__additional .econtent-request__label {
  margin: 0.5em;
  /* from .form-control */
  padding-top: 0.5em;
}

/* line 218, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.econtent-body .econtent-request__check-out__additional .form-control {
  margin: 0.5em;
}

/* line 225, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.econtent-body .econtent-request__place-hold__container {
  font-size: 1.25em;
  margin: 5px;
  text-align: center;
}

/* line 231, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.econtent-body .econtent-request__place-hold__message {
  margin-bottom: 1em;
}

/* line 236, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.econtent-body .econtent-request__generic__container {
  font-size: 1.2em;
  margin: 5px;
  text-align: center;
}

/* line 242, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.econtent-body .econtent-request__footer__container {
  font-size: 1.2em;
  margin: 5px;
  text-align: center;
}

/* line 252, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.econtent-body .econtent-request__errors__container {
  color: #9B3131;
  font-size: 1.2em;
  margin: 5px;
  text-align: center;
}

/* line 259, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_requests.scss */
.econtent-body .econtent-request__errors-reasons__container {
  margin-left: 100px;
  text-align: left;
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_custom.scss */
.custom-container {
  background-color: #ffffff;
  padding: 10px;
}

/* line 2, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_new_releases.scss */
.new-releases__rows .new-releases__row-item {
  padding: 1em;
  border-bottom: solid 1px #eaedf0;
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_new_releases.scss */
.new-releases__img-row {
  padding-right: 5px;
  padding-left: 10px;
}

/* line 10, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_new_releases.scss */
.new-releases__img-row__img {
  min-width: 35px;
  min-height: 50px;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_new_releases.scss */
.new-releases__heading {
  font-size: 20px;
  padding-bottom: 1em;
  padding-top: 1em;
  text-align: center;
}

/* line 21, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_new_releases.scss */
.new-releases__message {
  padding-bottom: 1em;
}

/* line 24, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_new_releases.scss */
.new-releases__link a:hover {
  text-decoration: underline;
}

/* line 3, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_rss_feeds.scss */
.rss-feeds__rows .rss-feeds__row:nth-child(even) {
  background-color: #ffffff;
}

/* line 4, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_rss_feeds.scss */
.rss-feeds__rows .rss-feeds__row:nth-child(odd) {
  background-color: #f3f5f7;
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_rss_feeds.scss */
.rss-feeds__row {
  padding-right: 1em;
  padding-left: 0;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  margin-right: 0;
  margin-left: 0;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_rss_feeds.scss */
.rss-feeds__row-heading {
  padding-right: 1em;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

/* line 21, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_rss_feeds.scss */
.rss-feeds__img {
  min-width: 36px;
  min-height: 14px;
}

/* line 25, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_rss_feeds.scss */
.rss-feeds__row-data1 {
  padding-right: 0;
  padding-left: 1em;
  padding-top: 0.5em;
  word-break: break-all;
}

/* line 31, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_rss_feeds.scss */
.rss-feeds__row-data2 {
  padding-right: 0;
  padding-left: 1em;
  padding-bottom: 0.5em;
  word-break: break-all;
}

/* line 37, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_rss_feeds.scss */
.rss-feeds__links a:hover {
  text-decoration: underline;
}

/* line 40, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_rss_feeds.scss */
.rss-feeds__RegularXSmall {
  font-size: .9em;
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__association-name {
  word-break: break-word;
}

/* line 4, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__drawer {
  margin-top: 0;
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__table {
  margin: 0px auto;
}

/* line 10, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__table-header {
  text-align: center;
}

/* line 14, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__messages--scroll {
  overflow-x: auto;
}

/* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__separator {
  height: .7em;
  background-color: #dee3e8;
}

/* line 21, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__table-header-labels {
  color: #ffffff;
  background-color: #30465b;
}

/* line 25, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__associations {
  overflow-x: auto;
}

/* line 28, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__associations .my-record__association:nth-child(odd) {
  background-color: #ffffff;
}

/* line 29, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__associations .my-record__association:nth-child(even) {
  background-color: #f3f5f7;
}

/* line 32, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__buttons--no-padding {
  padding-left: 0;
  overflow-wrap: break-word;
}

/* line 36, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__content-container {
  padding-bottom: 1em;
}

/* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__body {
  background-color: #ffffff;
}

/* line 42, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__patron-account {
  background-color: #ffffff;
}

/* line 44, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__patron-account .aspNetDisabled {
  background-color: white !important;
  color: darkgray !important;
  border: 1px solid #CCCCCC;
}

/* line 50, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__button--padding {
  padding-bottom: 1em;
}

/* line 53, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__info {
  background-color: #dee3e8;
  padding-left: 5px;
}

/* line 57, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__row-element {
  padding-bottom: 0.5em;
}

/* line 60, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__message-row {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

/* line 66, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__message-checkbox {
  padding: 0 !important;
}

/* line 69, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__message-checkbox-label {
  padding: 1.2em;
}

/* line 72, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__row {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0.3em;
}

/* line 77, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__row--separator {
  margin-right: 0;
  margin-left: 0;
}

/* line 81, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__label {
  color: #575757;
}

/* line 84, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__data {
  color: #30465b;
  margin-left: 1em;
}

/* line 88, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__current-blocks {
  color: #30465b;
}

/* line 91, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__data--blocks {
  color: #9B3131;
  margin-left: 1em;
}

/* line 95, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__drawer-head-hover {
  background-color: #ffffff;
  color: #2781bc;
}

/* line 100, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__checkbox-label label {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 0 0 0.5em;
  margin-bottom: 0;
}

/* line 106, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__account-view {
  padding-bottom: 5px;
  border-width: 0px;
}

/* line 110, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__tableresults {
  font-weight: bold;
  color: #9B3131;
  margin-left: 1em;
  margin-right: 1em;
}

/* line 116, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__tableresults ul, .my-record__tableresults li {
  list-style: disc;
}

/* line 119, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__tableresults ul {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 3em;
}

/* line 125, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__label--bold {
  font-weight: bold;
}

/* line 128, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.my-record__data--bold {
  font-weight: bold;
}

/* --- PATRON ACCOUNT ------------------------------------------------------------------- */
/* line 133, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.patron-default-body {
  background-color: #F6F6F6;
  border: solid 1px #CCCCCC;
}

/* line 138, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.MessageInfoHeader {
  font-size: 1.1em;
  font-weight: bold;
  color: #000000;
}

/* line 145, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.MessageInfoMaroonHeader {
  font-size: 1.1em;
  font-weight: bold;
  color: Maroon;
}

/* line 152, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_my_record.scss */
.MessageDataGridStyle {
  background-color: ButtonFace;
  padding: 2px 2px 2px 4px;
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_feature_it.scss */
.feature-it-icon {
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
  min-width: 20px;
  min-height: 20px;
}

/* line 11, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_feature_it.scss */
.feature-it__panel {
  border-bottom: 0.625em solid #dee3e8;
  border-top: 0.625em solid #dee3e8;
  font-size: .875em;
  padding: 0;
}

/* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_feature_it.scss */
.feature-it__panel .feature-body {
  max-height: 15em;
  overflow-y: auto;
  padding: 1em 1em 0 1.5em;
}

/* line 24, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_feature_it.scss */
.feature-it__panel + .feature-it__panel {
  border-top-width: 0;
}

/* line 28, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_feature_it.scss */
div.search__position:first-of-type {
  margin-top: .625em;
}

/* line 2, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_payment.scss */
.payment__page .row {
  margin-right: 0;
  margin-left: 0;
}

/* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_payment.scss */
.payment__header-name {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
}

/* line 13, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_payment.scss */
.payment__header-name--left {
  text-align: left;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 1em;
  padding-bottom: 1em;
}

/* line 20, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_payment.scss */
.payment__data--center {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 24, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_payment.scss */
.payment__data--center a:link, .payment__data--center a:visited {
  text-decoration: none;
}

/* line 27, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_payment.scss */
.payment__data--center a:hover, .payment__data--center a:focus {
  text-decoration: underline;
}

/* line 31, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_payment.scss */
.payment__table--scroll {
  overflow-x: auto;
}

/* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_payment.scss */
.payment__table--no-padding {
  padding-right: 0;
  padding-left: 0;
}

/* line 38, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_payment.scss */
.payment__table--center {
  margin-right: auto;
  margin-left: auto;
}

/* line 41, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_payment.scss */
.payment__table--center table td {
  padding: 0.7em 0.7em 0.7em 0.7em;
}

/* line 44, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_payment.scss */
.payment__table--center table th {
  padding: 0.7em 0.7em 0.7em 0.7em;
}

/* line 47, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_payment.scss */
.payment__table--center table th:last-child {
  border-right: 1px solid grey;
}

/* line 51, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_payment.scss */
.payment__row {
  margin-right: 0;
  margin-left: 0;
}

/* line 55, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_payment.scss */
.payment__total {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_payment.scss */
.payment__label {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* line 63, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_payment.scss */
.payment__label--col2 {
  margin-top: 0.5em;
}

/* line 67, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_payment.scss */
.payment__label--only {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 71, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_payment.scss */
.payment__button {
  margin-bottom: 0.5em;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-word;
}

/* line 79, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_payment.scss */
#checkboxSendAck {
  height: .8125em;
  margin-top: .21875em;
  margin-bottom: .21875em;
}

/* line 85, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_payment.scss */
#checkboxSendAck + label {
  padding: 0 0 0 0.25em;
  vertical-align: middle;
}

/* line 3, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
#linkDeleteList:link, #linkDeleteList:visited,
#linkDeleteList:hover, #linkDeleteList:focus {
  text-decoration: none;
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
.c-title-list {
  /*&-per-page{
    float: left;
    width: 50%;
    text-align: right;
    color: $color_font_white;
    
    @mixin {
    float: right !important;
    }
  }*/
}

/* line 9, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
.c-title-list__link:link, .c-title-list__link:visited, .c-title-list__link:hover, .c-title-list__link:focus {
  text-decoration: none;
}

/* line 13, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
.c-title-list__table {
  border: none;
  border-collapse: collapse;
}

/* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
.c-title-list__table td {
  padding: 5px;
}

/* line 21, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
.c-title-list__td {
  width: 1%;
  vertical-align: top;
  padding: 6px 6px;
}

/* line 27, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
.c-title-list__first-col-container {
  display: inline-flex;
  padding-left: 0.6em;
}

@media (max-width: 991px) {
  /* line 27, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
  .c-title-list__first-col-container {
    width: 100%;
    padding-left: 0.425em;
  }
}

/* line 38, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
.c-title-list__image-container {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 5px;
}

/* line 47, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
.c-title-list__header_row {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 52, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
.c-title-list__image_row {
  /*margin-top: 10px;
        padding: 5px;*/
  text-align: left;
}

/* line 58, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
.c-title-list__button_row {
  margin-top: 10px;
  padding-left: 15px;
}

/* line 63, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
.c-title-list__availability_row {
  padding-top: 5px;
}

/* line 67, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
.c-title-list__heading {
  font-size: 1.4em;
  font-weight: bold;
}

/* line 73, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
.c-title-list__select-all {
  vertical-align: middle;
  margin: 0 !important;
}

/* line 78, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
.c-title-list__select-single {
  margin-top: 0.6em !important;
}

/* line 82, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
.c-title-list__img_bar {
  height: 2px !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* line 88, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
.c-title-list__sort_container {
  margin-top: 0.25em !important;
}

@media (max-width: 650px) {
  /* line 88, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
  .c-title-list__sort_container {
    width: 100%;
    height: inherit;
    display: inline-flex;
  }
}

@media (max-width: 650px) {
  /* line 97, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
  .c-title-list__sort_container__sort-keys {
    float: right;
  }
}

@media (max-width: 650px) {
  /* line 103, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
  .c-title-list__sort_container__label {
    margin-top: 0.5em;
    margin-right: 0.5em;
  }
}

/* line 112, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
.c-title-list__format-container {
  display: inline-block;
  text-align: center !important;
}

/* line 116, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
.c-title-list__format-container__pub-year {
  text-align: center;
  min-width: 3.5em;
}

/* line 121, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
.c-title-list__format-container__format-img {
  margin-top: .2em;
  text-align: center;
}

@media (max-width: 479px) {
  /* line 127, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
  .c-title-list__col-xs-1 {
    width: 15%;
    min-width: 15%;
  }
}

@media (max-width: 479px) {
  /* line 134, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
  .c-title-list__col-xs-11 {
    width: 85%;
  }
}

@media (max-width: 350px) {
  /* line 142, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
  .c-title-list__page-count {
    width: 40%;
  }
}

/* line 148, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
.c-title-list__page-per-page {
  text-align: left;
}

@media (max-width: 650px) {
  /* line 148, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
  .c-title-list__page-per-page {
    float: right;
    text-align: right;
  }
}

/* line 156, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
.c-title-list__page-select-all-container {
  text-align: left;
}

@media (max-width: 350px) {
  /* line 156, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
  .c-title-list__page-select-all-container {
    width: 10%;
  }
}

/* line 178, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
#to_list_names {
  width: 15em;
  text-align: center;
  vertical-align: middle;
}

/* line 184, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
.c-title-list__image-container > .c-title-detail__thumbnail {
  height: auto;
  max-width: 100%;
  width: auto;
}

@media (min-width: 992px) {
  /* line 193, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title_list.scss */
  .c-title-list__image-container > .c-title-detail__thumbnail {
    width: 100%;
  }
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_ud_template.scss */
.ud_body_div {
  padding: 15px 0px 45px 0px;
  overflow-x: auto;
}

/* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_ud_template.scss */
.ud_body_div__table {
  width: 100%;
}

/* line 8, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_ud_template.scss */
.ud_body_div__table th, .ud_body_div__table td {
  padding: 15px;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_ud_template.scss */
.ud_body_div__table th {
  text-align: center;
}

/* line 16, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_ud_template.scss */
.ud_body_div__table td {
  text-align: initial;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-results-utility-community:before,
.c-results-utility-community:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-results-utility-community:after {
  clear: both;
}

/* line 3, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community__nav {
  height: 1.15em;
  padding-left: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2px;
}

/* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community__container-browse {
  padding-bottom: 0;
}

/* line 10, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community__container-browse .c-results-utility-browse-prev,
.c-results-utility-community__container-browse .c-results-utility-browse-next {
  display: inline-block;
  width: 100%;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community__no-results {
  margin: 1em;
}

/* line 18, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community__row {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community__row-style {
  background-color: #ffffff;
  border-bottom: solid 1px #ddd;
}

/* line 26, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community__results {
  padding: 1em;
}

/* line 29, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community__container {
  padding-bottom: 0.1875em;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-results-utility-community__container:before,
.c-results-utility-community__container:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-results-utility-community__container:after {
  clear: both;
}

/* line 33, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community__container--last {
  padding-bottom: 0;
}

/* line 36, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community__container--sort-narrow {
  text-align: center;
}

/* line 40, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community__container--affix.affix {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community__container--full-height {
  height: 100%;
}

/* line 58, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community__container--full-height .c-results-utility-community-narrow,
.c-results-utility-community__container--full-height .c-accordion--results-utility,
.c-results-utility-community__container--full-height .c-accordion__panel,
.c-results-utility-community__container--full-height .panel-collapse,
.c-results-utility-community__container--full-height .c-accordion__body {
  height: 100%;
}

/* line 62, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community__container--full-height .panel-collapse {
  position: relative;
}

/* line 66, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community__container--full-height .c-results-utility-community-narrow .c-accordion__body {
  overflow-y: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 75, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community__container--full-height .close {
  display: block !important;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

/* line 81, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community__container--full-height .c-results-utility-community-narrow .c-accordion-lvl2 {
  clear: both;
}

/* line 87, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community__container--back {
  padding-bottom: 0;
  background: #30465b;
  color: white;
}

/* line 95, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community__container--count-nav {
  text-align: center;
  display: table;
  width: 100%;
}

/* line 101, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community__container--count-nav:before,
.c-results-utility-community__container--count-nav:after {
  content: none;
}

/* line 105, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community__container--browse-nav {
  text-align: center;
  display: table;
  width: 100%;
  height: 2.25em;
}

/* line 113, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community__container--browse-nav:before,
.c-results-utility-community__container--browse-nav:after {
  content: none;
}

/* line 118, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-result-count {
  float: left;
  width: 50%;
  color: white;
  padding-top: 0.25em;
  text-align: left;
}

/* line 125, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-per-page {
  float: left;
  width: 50%;
  text-align: right;
  color: white;
}

/* line 130, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-per-page.select {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 11px;
  width: 0;
  height: 0;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
  pointer-events: none;
}

/* line 131, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-per-page.select-styled:after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 11px;
  width: 0;
  height: 0;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
  pointer-events: none;
}

/* line 132, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-per-pageselect-styled:after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 11px;
  width: 0;
  height: 0;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
  pointer-events: none;
}

/* line 133, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-per-pagedropdown {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 11px;
  width: 0;
  height: 0;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
  pointer-events: none;
}

/* line 135, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-per-page__select-container {
  display: inline-block;
}

/* line 137, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-per-page__select-container.select-styled:after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 11px;
  width: 0;
  height: 0;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
  pointer-events: none;
}

/* line 138, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-per-page__select-containerdropdown {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 11px;
  width: 0;
  height: 0;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
  pointer-events: none;
}

/* line 139, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-per-page__select-container:after {
  margin-top: -2px;
  color: #30465b;
}

/* line 144, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
select.c-results-utility-community-per-page__select {
  background-color: #ffffff;
  width: auto;
  padding: 3px 16px 2px 1px;
  margin-right: 5px;
}

/* line 150, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-per-page__label {
  font-size: 13px;
  font-size: 0.8125rem;
  color: white;
  text-transform: uppercase;
}

/* line 157, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-per-page-browse {
  float: left;
  text-align: left;
  color: white;
}

/* line 163, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-per-page-browse__select-container {
  display: inline-block;
  margin-left: 1em;
  padding-top: 5px;
}

/* line 168, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-per-page-browse__select-container:after {
  margin-top: -2px;
  color: #30465b;
}

/* line 173, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
select.c-results-utility-community-per-page-browse__select {
  background-color: #ffffff;
  width: auto;
  padding: 3px 1px 2px 1px;
  height: 1.7em;
}

/* line 179, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-per-page-browse__label {
  font-size: 13px;
  font-size: 0.8125rem;
  color: white;
  text-transform: uppercase;
  vertical-align: bottom;
  padding: 0px;
  margin-bottom: 5px;
  height: 100%;
}

/* line 188, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-per-page-browse__display {
  font-size: 13px;
  font-size: 0.8125rem;
  vertical-align: bottom;
  padding: 0px;
  margin-bottom: 5px;
  height: 100%;
}

/* line 198, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-sort {
  float: left;
  width: 50%;
  height: 3.75em;
  padding: 0.25em 0.625em 0.3125em 0.375em;
  background-color: #2781bc;
  text-align: left;
  color: white;
}

/* line 207, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-sort__label {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0px 0px 3px 0px;
  padding: 0rem 0rem 0.1875rem 0rem;
  margin: 0;
  text-transform: uppercase;
  color: white;
}

/* line 215, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-sort__option {
  color: #000000;
}

/* line 219, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
select.c-results-utility-community-sort__select {
  background-color: #ffffff;
  width: auto;
  padding: 3px 3px 2px 1px;
  margin-right: 5px;
}

/* line 228, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.js .c-results-utility-community-narrow {
  display: none;
}

/* line 232, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-narrow .close {
  display: none;
}

/* line 236, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-full-pagination {
  text-align: left;
}

/* line 239, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-full-pagination .btn-toolbar {
  display: inline-block;
}

/* line 244, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-perpage-browse {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-top: 0.4em;
}

/* line 249, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-perpage-browse:link, .c-results-utility-community-perpage-browse:visited {
  color: white;
  text-decoration: none;
}

/* line 253, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-perpage-browse:hover, .c-results-utility-community-perpage-browse:active {
  outline: 0;
  color: white;
  text-decoration: none;
}

/* line 260, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-display-count, .c-results-utility-community-prev, .c-results-utility-community-next {
  display: table-cell;
  text-transform: uppercase;
  vertical-align: middle;
  background-color: #2781bc;
}

/* line 266, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-browse-prev--pad {
  margin-right: 0.5em;
}

/* line 269, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-browse-prev {
  display: table-cell;
  vertical-align: middle;
  background-color: #1e6492;
}

/* line 274, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-browse-next {
  display: table-cell;
  vertical-align: middle;
  background: #2781bc;
}

/* line 279, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-display-count {
  color: white;
  background: #2373a7;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
}

/* line 285, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-display-count strong {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* line 288, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-display-count span {
  display: inline-block;
}

/* line 302, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-prev__link, .c-results-utility-community-next__link {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 15px 10px;
  padding: 0.9375rem 0.625rem;
}

/* line 308, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-prev__link:link, .c-results-utility-community-prev__link:visited, .c-results-utility-community-next__link:link, .c-results-utility-community-next__link:visited {
  text-decoration: none;
  color: white;
  background: #2781bc;
}

/* line 313, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-prev__link:hover, .c-results-utility-community-prev__link:active, .c-results-utility-community-next__link:hover, .c-results-utility-community-next__link:active {
  outline: 0;
  background-color: #3f9bd7;
  text-decoration: none;
}

/* line 320, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-prev__link:before {
  content: ' ';
  display: inline-block;
  margin-right: 8px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid;
  border-left: none;
}

/* line 333, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-next__link:after {
  content: ' ';
  display: inline-block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: none;
  border-left: 4px solid;
}

/* line 346, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-prev-browse__link, .c-results-utility-community-next-browse__link {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 10px;
  height: 100%;
  text-align: left;
  white-space: nowrap;
}

/* line 353, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-prev-browse__link:link, .c-results-utility-community-prev-browse__link:visited, .c-results-utility-community-next-browse__link:link, .c-results-utility-community-next-browse__link:visited {
  text-decoration: none;
  color: white;
}

/* line 357, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-prev-browse__link:hover, .c-results-utility-community-prev-browse__link:active, .c-results-utility-community-next-browse__link:hover, .c-results-utility-community-next-browse__link:active {
  outline: 0;
  text-decoration: none;
}

/* line 363, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-browse-next:link, .c-results-utility-community-browse-next:visited {
  background-color: #2781bc;
}

/* line 366, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-browse-next:hover, .c-results-utility-community-browse-next:active {
  background-color: #3f9bd7;
}

/* line 368, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-browse-next:hover .c-results-utility-community-next-browse__link, .c-results-utility-community-browse-next:active .c-results-utility-community-next-browse__link {
  background-color: #3f9bd7;
}

/* line 374, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-browse-prev:link, .c-results-utility-community-browse-prev:visited {
  background-color: #1e6492;
}

/* line 377, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-browse-prev:hover, .c-results-utility-community-browse-prev:active {
  background-color: #3f9bd7;
}

/* line 379, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-browse-prev:hover .c-results-utility-community-prev-browse__link, .c-results-utility-community-browse-prev:active .c-results-utility-community-prev-browse__link {
  background-color: #3f9bd7;
}

/* line 385, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community--full, .c-results-utility-community--partial {
  padding-left: 0.4em;
  padding-right: 0.4em;
  padding-top: 0.375em;
  padding-bottom: 4px;
  background-color: #30465b;
}

@media only screen and (min-width: 31.25em) {
  /* line 385, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .c-results-utility-community--full, .c-results-utility-community--partial {
    padding-left: 0.6em;
    padding-right: 0.6em;
  }
}

/* line 392, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community--section-start {
  margin-bottom: 0.625em;
}

/* line 396, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community.c-results-utility--detail {
  background-color: #2373a7;
}

/* line 399, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community.c-results-utility--detail.c-results-utility--more {
  background-color: #2781bc;
}

/* line 637, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-narrow__link .c-results-utility-community-narrow__narrow-label {
  display: inline;
}

/* line 641, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-narrow__link .c-results-utility-community-narrow__narrowed-label {
  display: none;
}

/* line 647, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed,
.c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed:visited,
.c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed:hover {
  background-color: #ffffaa !important;
  color: #2781bc !important;
}

/* line 652, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed .c-results-utility-community-narrow__narrow-label,
.c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed:visited .c-results-utility-community-narrow__narrow-label,
.c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed:hover .c-results-utility-community-narrow__narrow-label {
  display: none;
}

/* line 656, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed .c-results-utility-community-narrow__narrowed-label,
.c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed:visited .c-results-utility-community-narrow__narrowed-label,
.c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed:hover .c-results-utility-community-narrow__narrowed-label {
  display: inline;
}

/* line 660, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
.c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed.c-results-utility-community_narrow--narrowed:hover,
.c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed:visited.c-results-utility-community_narrow--narrowed:hover,
.c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed:hover.c-results-utility-community_narrow--narrowed:hover {
  color: #9B3131 !important;
}

/* line 3, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_results_community.scss */
.search-results-community__results-link-panel {
  background-color: #dee3e8;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  padding-right: 1em;
  text-align: right;
}

/* line 10, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_results_community.scss */
a.search-results-community__browse-results {
  color: #3166AA;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_results_community.scss */
a.search-results-community__browse-results:link, a.search-results-community__browse-results:visited {
  text-decoration: none;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_results_community.scss */
a.search-results-community__browse-results:hover, a.search-results-community__browse-results:focus {
  text-decoration: underline;
}

/* line 20, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_results_community.scss */
.search-results-community__heading {
  color: #3166AA;
}

/* line 22, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_results_community.scss */
.search-results-community__heading a:link, .search-results-community__heading a:visited {
  text-decoration: none;
  color: #3166AA;
}

/* line 26, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_results_community.scss */
.search-results-community__heading a:hover, .search-results-community__heading a:focus {
  text-decoration: underline;
  color: #9B3131;
}

/* line 2, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header_community.scss */
.c-search-header-community {
  position: relative;
  padding-bottom: 1em;
}

/* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header_community.scss */
.c-search-header-community__content-container {
  padding-left: 0px;
}

/* line 10, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header_community.scss */
.c-search-header-community__row-data {
  padding-top: 0.25em;
  padding-left: 0px;
  text-align: left;
}

/* line 16, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header_community.scss */
.c-search-header-community__dropdown {
  border: none;
  width: 230px;
}

/* line 21, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header_community.scss */
.c-search-header-community__results-dropdown {
  border: none;
  width: 4.5em;
}

/* line 26, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header_community.scss */
.c-search-header-community__per-page-dropdown {
  height: auto;
  border: solid 1px #ccc;
  background-color: white;
}

/* line 32, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header_community.scss */
.c-search-header-community__row--padding {
  margin-top: 5px;
}

/* line 36, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header_community.scss */
.c-search-header-community__row-label {
  padding-top: 0.25em;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
  word-break: break-word;
}

/* line 44, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header_community.scss */
.c-search-header-community__row {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

/* line 50, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header_community.scss */
.c-search-header-community__label {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0;
  color: #30465b;
  white-space: nowrap;
  padding-top: 9px;
  margin-bottom: 5px;
  white-space: normal;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-search-header-community__label:before,
.c-search-header-community__label:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-search-header-community__label:after {
  clear: both;
}

/* line 61, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header_community.scss */
.c-search-header-community__box--height {
  height: 28px;
}

/* line 65, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header_community.scss */
.c-search-header-community__glyphicon-search {
  padding-top: 2px;
}

/* line 69, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header_community.scss */
.c-search-header-community div.c-search-header-community__search-box-div {
  padding: 2px 2px 2px 6px !important;
  width: 100%;
}

/* line 74, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header_community.scss */
.c-search-header-community div.c-search-header-community__search-box-div input.AutoSuggestShowCold,
.c-search-header-community div.c-search-header-community__search-box-div input.AutoSuggestShowHot {
  right: 35px;
}

/* line 79, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header_community.scss */
.c-search-header-community .c-search-header-community__search-box {
  width: calc(100% - 32px - 1em);
}

/* line 83, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header_community.scss */
.c-search-header-community .c-search-header-community__search-browse-box {
  width: calc(100% - 20px - 0.91em);
}

/* line 87, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header_community.scss */
.c-search-header-community .c-search-header-community__search-label {
  padding: 4px 6px;
  position: relative;
  right: 0px;
  top: -0.02em;
}

/* line 94, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header_community.scss */
.c-search-header-community .c-search-header-community__search-button {
  padding: 0;
  border-width: 0;
  border-radius: 4px;
}

/* line 101, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header_community.scss */
.c-search-header-community__search-box {
  border: none;
  transition: none;
  margin: 0;
  outline-style: none;
  padding-right: 5px;
  padding-bottom: 0;
  background-color: white;
  border-bottom-color: none;
  border-top-color: none;
  border-right-color: none;
  border-left-color: none;
}

/* line 114, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header_community.scss */
.c-search-header-community__search-boxinput {
  border: none;
  transition: none;
  outline-style: none;
  padding-right: 5px;
  padding-bottom: 0;
  padding-top: 0;
}

/* line 123, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header_community.scss */
.c-search-header-community__search-box:focus {
  border-color: none;
}

@media screen and (min-width: 381px) {
  /* line 130, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header_community.scss */
  .c-search-header-community__dropdown {
    width: 230px;
  }
}

@media screen and (max-width: 380px) {
  /* line 136, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header_community.scss */
  .c-search-header-community__dropdown {
    width: 90%;
  }
}

@media screen and (max-width: 650px) {
  /* line 142, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header_community.scss */
  .c-search-header-community {
    padding-bottom: 1em;
  }
}

/* line 3, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_policy.scss */
.policy__back-column {
  text-align: center;
  padding: 0;
}

/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_policy.scss */
.policy__container {
  padding: 0;
  width: auto;
}

/* line 11, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_policy.scss */
.policy__row {
  padding: 0;
  margin: 1em;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_policy.scss */
.policy__column {
  padding: 0;
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_policy.scss */
.policy__link:link, .policy__link:visited {
  text-decoration: none;
}

/* line 22, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_policy.scss */
.policy__link:hover, .policy__link:focus {
  text-decoration: underline;
}

/* line 28, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_policy.scss */
.cookie-banner {
  display: flex;
  position: fixed;
  bottom: 0;
  padding: 2em 1em;
  margin-left: auto;
  margin-right: auto;
  min-width: 15.625em;
  max-width: 93.75em;
  align-items: center;
  background-color: #FFFAE6;
  z-index: 1;
  opacity: 0.9;
}

/* line 43, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_policy.scss */
.cookie-banner .cookie-message-container a:link, .cookie-banner .cookie-message-container a:visited {
  text-decoration: none;
}

/* line 46, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_policy.scss */
.cookie-banner .cookie-message-container a:hover, .cookie-banner .cookie-message-container a:focus {
  text-decoration: underline;
}

/* line 50, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_policy.scss */
.cookie-banner .cookie-button-container {
  width: 30%;
  text-align: center;
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
.toast-title {
  font-weight: bold;
}

/* line 5, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* line 11, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
.toast-message a,
.toast-message label {
  color: #ffffff;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
.toast-message a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* line 20, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

/* line 36, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
/* line 47, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 55, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 61, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 67, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 73, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 79, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
.toast-top-left {
  top: 12px;
  left: 12px;
}

/* line 84, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
.toast-top-right {
  top: 12px;
  right: 12px;
}

/* line 89, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

/* line 94, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* line 99, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

/* line 105, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 111, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 10px 15px;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  /*opacity: 0.8;*/
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

/* line 131, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

/* line 141, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

/* line 145, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

/* line 149, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

/* line 153, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

/* line 158, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* line 165, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

/* line 171, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
.toast {
  background-color: #030303;
}

/* line 175, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
.toast-success {
  background-color: #378637;
}

/* line 179, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
.toast-error {
  background-color: #bd362f;
}

/* line 183, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
.toast-info {
  background-color: #307C9C;
}

/* line 187, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
.toast-warning {
  background-color: #f89406;
}

/* line 191, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  /* line 204, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  /* line 209, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  /* line 216, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  /* line 221, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  /* line 228, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_toastr.scss */
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_devtools.scss */
.tools__page-data-table {
  background-color: #ffffff;
}

/* line 5, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_devtools.scss */
.tools__page-data-field {
  width: 1%;
  text-wrap: none;
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_rbdigital-register.scss */
.rbdigital-body {
  background-color: white;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 6, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_rbdigital-register.scss */
.rbdigital-body .row {
  margin-right: 0;
  margin-left: 0;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_rbdigital-register.scss */
.rbdigital-register__details__container {
  margin-bottom: 0.5em;
}

/* line 16, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_rbdigital-register.scss */
.rbdigital-register__title {
  text-align: center;
}

/* line 20, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_rbdigital-register.scss */
.rbdigital-register__title-label {
  font-weight: bold;
  font-size: 1.2em;
}

/* line 25, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_rbdigital-register.scss */
.rbdigital-request__submit__container {
  text-align: center;
}

/* line 27, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_rbdigital-register.scss */
.rbdigital-request__submit__container .row {
  margin-right: 0;
  margin-left: 0;
}

/* line 33, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_rbdigital-register.scss */
.btn-rbdigital-request {
  margin: 0.5em;
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_novelist.scss */
.novelist-similartitles-heading {
  display: none;
  padding: 20px 5px;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-aeon-place-request:before,
.c-aeon-place-request:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-aeon-place-request:after {
  clear: both;
}

/* line 5, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_aeon-place-request.scss */
.c-aeon-place-request__container {
  position: relative;
  padding-bottom: 1.25em;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-aeon-place-request__container:before,
.c-aeon-place-request__container:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.c-aeon-place-request__container:after {
  clear: both;
}

/* line 11, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_aeon-place-request.scss */
.c-aeon-place-request__table-container {
  color: #30465b;
}

/* line 14, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_aeon-place-request.scss */
.c-aeon-place-request__table-container label > input[type=checkbox]:checked + span {
  font-weight: bold;
}

/* line 20, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_aeon-place-request.scss */
.c-aeon-place-request-actions__container {
  clear: both;
}

/* line 23, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_aeon-place-request.scss */
.c-aeon-place-request-actions__container-wrap {
  margin: 10px 0px;
  margin: 0.625rem 0rem;
}

@media only screen and (min-width: 40.625em) {
  /* line 26, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_aeon-place-request.scss */
  .c-aeon-place-request-actions__container-wrap.js-move-to-sidebar {
    display: none;
  }
}

/* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_aeon-place-request.scss */
.c-aeon-place-request-actions__list {
  list-style-type: none;
}

/* line 38, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_aeon-place-request.scss */
.c-aeon-place-request-actions__item {
  margin-top: 1em;
  list-style-type: none;
}

/* line 43, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_aeon-place-request.scss */
.c-aeon-place-request-actions__btn {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 12px 11px;
  padding: 0.75rem 0.6875rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  word-wrap: break-word;
}

/* line 52, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_aeon-place-request.scss */
.c-aeon-place-request-actions__btn:link, .c-aeon-place-request-actions__btn:visited {
  color: #2781bc;
  background-color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  border-top: 1px solid #d4dfe9;
  border-left: 1px solid #d4dfe9;
  border-right: 1px solid #d4dfe9;
  border-bottom: 1px solid #d4dfe9;
}

/* line 62, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_aeon-place-request.scss */
.c-aeon-place-request-actions__btn:link .glyphicon, .c-aeon-place-request-actions__btn:visited .glyphicon {
  color: white;
  background: #2781bc;
  float: left;
  padding: 0.5em 0.5em;
  display: inline-block;
  margin-top: -0.4375em;
  margin-left: -0.5625em;
  margin-right: 0.3125em;
}

/* line 73, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_aeon-place-request.scss */
.c-aeon-place-request-actions__btn:focus {
  outline: 1px dotted invert;
}

/* line 77, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_aeon-place-request.scss */
.c-aeon-place-request-actions__btn:hover, .c-aeon-place-request-actions__btn:active {
  outline: 0;
  color: white;
  background-color: #2781bc;
  text-decoration: none;
}

/* ==========================================================================
   Content Module - Base Styles
   ========================================================================== */
@-ms-viewport {
  width: auto !important;
}

/* line 9, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/content-modules/_base.scss */
.content-module .content-container {
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media only screen and (min-width: 31.25em) {
  /* line 9, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/content-modules/_base.scss */
  .content-module .content-container {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/content-modules/_base.scss */
.content-module .content-container p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* ==========================================================================
   Content Module - Full Search
   ========================================================================== */
/* line 5, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/content-modules/_full-search.scss */
.content-module--full-search {
  background-color: #dee3e8;
}

/* ==========================================================================
   Content Module - Results Utility
   ========================================================================== */
/* line 8, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/content-modules/_results-utility.scss */
.content-module--results-utility .content-container {
  padding: 0;
}

/* ==========================================================================
   Content Module - Search Result
   ========================================================================== */
/* ==========================================================================
   Content Module - Accordion
   ========================================================================== */
/* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/content-modules/_accordion.scss */
.content-module--accordion .content-container {
  padding: 0;
}

/* ==========================================================================
   Nav - General
   ========================================================================== */
/* line 9, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.navbar-collapse {
  box-shadow: none;
  border: none;
}

/* ==========================================================================
   Expandable Block Nav
   ========================================================================== */
/* line 18, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.expandable-block-nav {
  padding-left: 0;
  padding-right: 0;
}

/* line 22, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.expandable-block-nav .nav__list-level-1 {
  margin: 0;
}

/* line 25, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.expandable-block-nav .nav__item-level-1 {
  margin-top: 0.375em;
}

/* line 33, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.expandable-block-nav .nav__item-level-1.open .nav__link-level-1:link, .expandable-block-nav .nav__item-level-1.open .nav__link-level-1:visited, .expandable-block-nav .nav__item-level-1.open .nav__link-level-1:focus {
  color: #cccccc;
  background: transparent;
  transition: all 0.2s ease-in-out;
}

/* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.expandable-block-nav .nav__item-level-1.open .nav__link-level-2, .expandable-block-nav .nav__item-level-1.open .nav__link-level-3 {
  padding-left: 1.25em;
  padding-right: 1.25em;
}

@media only screen and (min-width: 31.25em) {
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .expandable-block-nav .nav__item-level-1.open .nav__link-level-2, .expandable-block-nav .nav__item-level-1.open .nav__link-level-3 {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

/* line 43, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.expandable-block-nav .nav__item-level-1--more {
  display: none;
}

/* line 47, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.expandable-block-nav .nav__link-level-1 {
  text-align: left;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.expandable-block-nav .nav__link-level-1:before,
.expandable-block-nav .nav__link-level-1:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.expandable-block-nav .nav__link-level-1:after {
  clear: both;
}

@media only screen and (min-width: 31.25em) {
  /* line 47, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .expandable-block-nav .nav__link-level-1 {
    padding: 15px 30px;
    padding: 0.9375rem 1.875rem;
  }
}

/* line 56, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.expandable-block-nav .nav__link-level-1 span {
  position: relative;
  float: right;
  margin-top: 0.1875em;
}

/* line 61, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.expandable-block-nav .nav__link-level-1 span.caret-right {
  margin-right: 0.1875em;
}

/* line 66, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.expandable-block-nav .nav__link-level-1:link, .expandable-block-nav .nav__link-level-1:visited {
  color: white;
  text-decoration: none;
  background-color: #39536c;
}

/* line 71, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.expandable-block-nav .nav__link-level-1:focus {
  border-radius: 3px;
  outline: 2px solid white;
}

/* line 75, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.expandable-block-nav .nav__link-level-1:hover, .expandable-block-nav .nav__link-level-1:active {
  outline: 0;
  color: white;
  text-decoration: none;
  background: #2781bc;
}

/* line 82, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.expandable-block-nav .nav__list-level-2 {
  position: relative !important;
  min-width: 100%;
  border: none;
  box-shadow: 0px 20px 20px rgba(48, 70, 91, 0.2);
  padding: 0;
}

/* line 92, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.expandable-block-nav .nav__item-level-2--footer {
  padding-bottom: 0.25em;
}

/* line 95, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.expandable-block-nav .nav__link-level-2 {
  white-space: normal;
}

/* line 98, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.expandable-block-nav .nav__link-level-2:link, .expandable-block-nav .nav__link-level-2:visited {
  color: white;
  text-decoration: none;
}

/* line 102, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.expandable-block-nav .nav__link-level-2:hover, .expandable-block-nav .nav__link-level-2:active, .expandable-block-nav .nav__link-level-2:focus {
  outline: 0;
  color: white;
  text-decoration: none;
  background: #2781bc;
}

/* line 109, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.expandable-block-nav .nav__list-level-3 {
  position: relative !important;
}

/* line 115, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.expandable-block-nav .nav__link-level-3 {
  white-space: normal;
}

/* line 118, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.expandable-block-nav .nav__link-level-3:link, .expandable-block-nav .nav__link-level-3:visited {
  color: white;
  text-decoration: none;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

/* line 124, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.expandable-block-nav .nav__link-level-3:hover, .expandable-block-nav .nav__link-level-3:active, .expandable-block-nav .nav__link-level-3:focus {
  outline: 0;
  color: #333333;
  text-decoration: none;
  background: #575757;
}

/* line 137, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.expandable-block-nav .nav__link-level-3 {
  white-space: normal;
}

/* line 140, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.expandable-block-nav .nav__link-level-3:link, .expandable-block-nav .nav__link-level-3:visited {
  color: white;
  text-decoration: none;
}

/* line 144, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.expandable-block-nav .nav__link-level-3:hover, .expandable-block-nav .nav__link-level-3:active, .expandable-block-nav .nav__link-level-3:focus {
  outline: 0;
  color: #333333;
  text-decoration: none;
  background: #575757;
}

/* line 154, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.expandable-block-nav .dropdown-submenu, .expandable-block-nav .dropdown-menu {
  border: none;
  box-shadow: none;
  border-radius: 0;
}

/* line 159, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.expandable-block-nav .dropdown-submenu.open, .expandable-block-nav .dropdown-menu.open {
  display: block;
}

/* ==========================================================================
   Top Nav
   ========================================================================== */
/* line 170, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.top-nav {
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  padding-left: 1.25em;
  padding-right: 1.25em;
}

@media only screen and (min-width: 31.25em) {
  /* line 170, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .top-nav {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

/* line 175, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.top-nav .nav__list-level-1 {
  margin: 0;
}

/* line 178, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.top-nav .nav__item-level-1 {
  padding: 0;
  max-width: 105px;
  color: white;
}

/* line 183, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.top-nav .nav__select {
  padding: 10px;
  max-width: 105px;
  background: none;
  font-size: 16px;
  font-size: 1rem;
  color: white;
}

/* line 190, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.top-nav .nav__option {
  color: black;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px;
  padding: 0.3125rem;
}

/* line 198, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.top-nav--split-header .nav__item-level-1 {
  float: right;
}

/* line 201, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.top-nav--split-header .nav__item-level-1:first-child {
  float: left;
}

/* line 208, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.nav__item-level-1.nav__large-print {
  display: none;
  max-width: none;
}

/* line 216, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.nav__item-level-1.nav__large-print a,
.nav__item-level-1.nav__large-print a:active,
.nav__item-level-1.nav__large-print a:focus,
.nav__item-level-1.nav__large-print a:hover,
.nav__item-level-1.nav__large-print a:visited {
  padding: 10px;
  background-color: transparent;
  font-size: 16px;
  font-size: 1rem;
  color: white;
  max-width: none;
  text-decoration: none;
}

/* line 223, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.nav__item-level-1.nav__large-print a:hover,
.nav__item-level-1.nav__large-print a:active:hover,
.nav__item-level-1.nav__large-print a:focus:hover,
.nav__item-level-1.nav__large-print a:hover:hover,
.nav__item-level-1.nav__large-print a:visited:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  /* line 230, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav__item-level-1.nav__large-print {
    display: block;
  }
}

/* ==========================================================================
   Footer Nav
   ========================================================================== */
/* line 244, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
.nav--footer .expandable-block-nav .nav__item-level-1:first-child {
  border: none;
}

@media only screen and (min-width: 37.5em) {
  /* line 253, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1 {
    float: none;
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
  /* line 259, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1 {
    width: 33%;
  }
  /* line 262, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1:nth-child(4) {
    clear: left;
  }
  /* line 269, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav--footer .expandable-block-nav .nav__link-level-1--add-underline:link, .nav--footer .expandable-block-nav .nav__link-level-1--add-underline:visited {
    text-decoration: none;
  }
  /* line 272, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav--footer .expandable-block-nav .nav__link-level-1--add-underline:focus, .nav--footer .expandable-block-nav .nav__link-level-1--add-underline:hover {
    text-decoration: underline;
  }
  /* line 276, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav--footer .expandable-block-nav .nav__item-level-1 {
    display: block;
    float: left;
    border: none;
    padding-bottom: 1.25em;
  }
  /* line 282, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav--footer .expandable-block-nav .nav__link-level-1 {
    text-transform: uppercase;
    font-weight: bold;
  }
  /* line 286, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav--footer .expandable-block-nav .nav__link-level-1:link, .nav--footer .expandable-block-nav .nav__link-level-1:visited {
    color: white;
    text-decoration: none;
    background: none;
  }
  /* line 291, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav--footer .expandable-block-nav .nav__link-level-1:focus {
    outline: 0;
    text-decoration: underline;
  }
  /* line 295, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav--footer .expandable-block-nav .nav__link-level-1:hover, .nav--footer .expandable-block-nav .nav__link-level-1:active {
    outline: 0;
    color: white;
    text-decoration: none;
    background: none;
    cursor: default;
  }
  /* line 303, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav--footer .expandable-block-nav .nav__link-level-1 span {
    display: none;
  }
  /* line 309, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav--footer .expandable-block-nav .nav__list-level-2 {
    position: relative;
    top: auto;
    left: auto;
    z-index: auto;
    float: none;
    min-width: 0;
    display: block;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
    padding-bottom: 0.625em;
  }
  /* line 323, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav--footer .expandable-block-nav .nav__link-level-2 {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}

@media only screen and (min-width: 37.5em) and (min-width: 31.25em) {
  /* line 323, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav--footer .expandable-block-nav .nav__link-level-2 {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

@media only screen and (min-width: 37.5em) {
  /* line 326, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav--footer .expandable-block-nav .nav__link-level-2:link, .nav--footer .expandable-block-nav .nav__link-level-2:visited {
    color: white;
    text-decoration: none;
    background: none;
    font-weight: 300;
  }
  /* line 332, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav--footer .expandable-block-nav .nav__link-level-2:hover, .nav--footer .expandable-block-nav .nav__link-level-2:active {
    outline: 0;
    color: white;
    text-decoration: underline;
    background: none;
  }
  /* line 338, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav--footer .expandable-block-nav .nav__link-level-2:focus {
    text-decoration: underline;
  }
}

@media only screen and (min-width: 46.875em) {
  /* line 349, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1 {
    width: 25%;
  }
  /* line 352, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1:nth-child(4) {
    clear: none;
  }
  /* line 355, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1:nth-child(5) {
    clear: left;
  }
}

@media only screen and (min-width: 56.25em) {
  /* line 368, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1 {
    width: 20%;
  }
  /* line 371, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1:nth-child(5) {
    clear: none;
  }
  /* line 374, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1:nth-child(6) {
    clear: left;
  }
}

@media only screen and (min-width: 65.625em) {
  /* line 388, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1 {
    width: 16%;
  }
  /* line 391, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1:nth-child(6) {
    clear: none;
  }
  /* line 394, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1:nth-child(7) {
    clear: left;
  }
}

@media only screen and (min-width: 68.75em) {
  /* line 407, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1 {
    width: 14%;
  }
  /* line 410, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1:nth-child(7) {
    clear: none;
  }
  /* line 413, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_nav.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1:nth-child(8) {
    clear: left;
  }
}

/* ==========================================================================
   Header
   ========================================================================== */
/* line 5, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
.site-header {
  padding: 0;
  background: #30465b;
}

/* line 13, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
.site-header__branch {
  width: 100%;
  clear: both;
  background-color: #ffffff;
  padding-left: 1.25em;
  padding-right: 1.25em;
  text-align: center;
  padding: 15px;
  padding: 0.9375rem;
}

/* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.site-header__branch:before,
.site-header__branch:after {
  display: table;
  content: " ";
}

/* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.site-header__branch:after {
  clear: both;
}

@media only screen and (min-width: 31.25em) {
  /* line 13, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .site-header__branch {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

/* line 22, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
.site-header__branch-logo, .site-header__branch-name {
  width: 100%;
}

/* line 26, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
.site-header__branch-logo {
  display: none;
  padding: 0;
}

/* line 31, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
.site-header__branch-logo-center {
  display: none;
  padding: 0;
}

/* line 38, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
.site-header__branch-name {
  display: block;
}

/* line 41, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
.site-header__branch-name-link {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #30465b;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  font-weight: 500;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
.site-header__branch-name-link:link, .site-header__branch-name-link:visited {
  color: #30465b;
  text-decoration: none;
}

/* line 53, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
.site-header__branch-name-link:focus {
  outline: 1px dotted invert;
}

/* line 54, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
.site-header__branch-name-link:hover, .site-header__branch-name-link:active {
  outline: 0;
  color: #2781bc;
  text-decoration: none;
}

/* line 62, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
.site-header__branch--align-left {
  text-align: left;
}

/* line 65, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
.site-header__branch--align-right {
  text-align: right;
}

/* line 71, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
.site-header__branch--no-name.site-header__branch--has-logo {
  padding: 0px;
}

/* line 74, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
.site-header__branch--no-name.site-header__branch--has-logo .site-header__branch-logo {
  display: block;
}

/* line 81, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
.nav-panel--my-account .nav-panel__nav-container .dropdown-menu {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin-top: 1px;
  transition: all 0.2s ease-in-out;
}

/* line 91, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
.nav-panel--my-account .nav-panel__nav-head a:link, .nav-panel--my-account .nav-panel__nav-head a:visited, .nav-panel--my-account .nav-panel__nav-head a:hover, .nav-panel--my-account .nav-panel__nav-head a:active {
  color: white;
  text-decoration: none;
  cursor: default;
}

/* line 96, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
.nav-panel--my-account .nav-panel__nav-head a:focus {
  outline: 1px dotted invert;
}

/* line 98, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
.nav-panel--my-account .nav-panel__nav-head a span {
  display: none;
}

/* line 384, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
.nav__zoom {
  float: right;
}

/* line 388, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
.nav__zoom-in, .nav__zoom-out {
  color: white;
  background-color: transparent;
}

@media (max-width: 40.625em) {
  /* line 413, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--my-account .nav-panel__nav-container .dropdown-menu {
    position: static;
    display: block;
    float: none;
    border: none;
    box-shadow: none;
  }
}

/* ==========================================================================
   Footer
   ========================================================================== */
/* line 5, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_footer.scss */
.site-footer {
  position: relative;
}

/* line 8, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_footer.scss */
.site-footer__content-container {
  max-width: 93.75em;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_footer.scss */
.site-footer__main {
  background-color: #344b62;
}

/* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_footer.scss */
.site-footer__secondary-content {
  padding-left: 1.25em;
  padding-right: 1.25em;
  background-color: #30465b;
  color: white;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

@media only screen and (min-width: 31.25em) {
  /* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_footer.scss */
  .site-footer__secondary-content {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

/* line 26, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_footer.scss */
.site-footer__copyright {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.16667;
  padding: 5px 0px;
  padding: 0.3125rem 0rem;
  text-align: center;
  padding-bottom: 20px;
}

/* line 33, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_footer.scss */
.site-footer__logo {
  padding-bottom: 0.9375em;
}

/* line 38, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_footer.scss */
.site-footer__kids-mobile {
  text-align: center;
}

/* line 42, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_footer.scss */
.site-footer__kids-mobile-link {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  line-height: 1;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
}

/* line 51, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_footer.scss */
.site-footer__kids-mobile-link:link, .site-footer__kids-mobile-link:visited {
  color: white;
  text-decoration: none;
}

/* line 56, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_footer.scss */
.site-footer__kids-mobile-link:hover, .site-footer__kids-mobile-link:active {
  color: white;
  text-decoration: underline;
}

/* line 62, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_footer.scss */
.site-footer__kids-catalog-logo {
  font-size: 24px;
}

/* line 66, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_footer.scss */
.site-footer__virtual-reference {
  text-align: center;
  padding: 0px 0px 30px 0px;
  width: 100%;
}

@media only screen and (min-width: 37.5em) {
  /* line 82, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_footer.scss */
  .site-footer__main-col2 {
    text-align: right;
  }
  /* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .site-footer__secondary-content:before,
  .site-footer__secondary-content:after {
    display: table;
    content: " ";
  }
  /* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .site-footer__secondary-content:after {
    clear: both;
  }
  /* line 91, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_footer.scss */
  .site-footer__secondary-content-col1 {
    float: left;
    width: 60%;
  }
  /* line 96, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_footer.scss */
  .site-footer__copyright {
    padding: 0;
    text-align: left;
  }
  /* line 101, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_footer.scss */
  .site-footer__secondary-content-col2 {
    float: right;
    width: 40%;
    text-align: right;
    padding-right: 20px;
  }
  /* line 108, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_footer.scss */
  .site-footer__kids-mobile {
    display: inline-block;
  }
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_layout.scss */
body {
  background: #eaedf0;
}

/* line 5, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_layout.scss */
.site-container {
  margin-left: auto;
  margin-right: auto;
  min-width: 15.625em;
  max-width: 93.75em;
  background: #ffffff;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_layout.scss */
.site-container img {
  height: auto;
  width: auto\9;
  /* ie8 */
  max-width: 100%;
}

/* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_layout.scss */
.site-container img[src$=".svg"] {
  width: 100%;
}

/* line 22, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_layout.scss */
.slideout-transition {
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

/* line 30, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_layout.scss */
.slideout-position {
  position: absolute;
  z-index: 999999;
  overflow: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 41, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_layout.scss */
.slideout-top {
  bottom: 100%;
  left: 0;
  width: 100%;
}

/* line 47, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_layout.scss */
.slideout-left {
  top: 0;
  left: -80%;
  width: 80%;
  height: 100%;
}

/* line 54, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_layout.scss */
.slideout-canvas {
  position: relative;
  height: 100%;
  width: 100%;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 64, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_layout.scss */
.slideout-canvas.slideout-visible .site-overlay {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  cursor: ew-resize;
}

/* line 79, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_layout.scss */
.content-container--wysiwyg li {
  padding-bottom: 1em;
}

/* line 84, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_layout.scss */
.horizontal-scroll-on-narrow {
  position: relative;
}

/* line 87, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_layout.scss */
.horizontal-scroll-on-narrow:after {
  position: absolute;
  top: 0;
  right: 15px;
  width: 90px;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
  content: ' ';
}

/* line 97, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_layout.scss */
.horizontal-scroll-on-narrow__content {
  overflow-x: auto;
  padding-right: 90px;
}

/* ==========================================================================
   Main Content
   ========================================================================== */
/* line 109, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_layout.scss */
.site-main__container {
  background-color: #dee3e8;
}

/* line 114, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_layout.scss */
.primary-content {
  background: #ffffff;
}

@media only screen and (min-width: 37.5em) {
  /* line 108, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .site-header__branch {
    padding: 0px;
  }
  /* line 112, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .site-header__branch-logo {
    display: block;
  }
  /* line 116, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .site-header__branch-logo-center {
    display: inline-block;
    align: right;
    vertical-align: middle;
  }
  /* line 125, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .site-header__branch--align-left.site-header__branch--has-logo.site-header__branch--has-name .site-header__branch-logo img {
    max-width: none;
    width: 100%;
  }
  /* line 130, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .site-header__branch--align-left.site-header__branch--has-logo.site-header__branch--has-name .site-header__branch-name {
    padding-left: 1.25em;
  }
  /* line 138, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .site-header__branch--align-right.site-header__branch--has-logo.site-header__branch--has-name .site-header__branch-logo img {
    max-width: none;
    width: 100%;
  }
  /* line 143, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .site-header__branch--align-right.site-header__branch--has-logo.site-header__branch--has-name .site-header__branch-name {
    text-align: left;
    padding-right: 1.25em;
  }
  /* line 151, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .site-header__branch--align-left.site-header__branch--has-logo.site-header__branch--has-name, .site-header__branch--align-right.site-header__branch--has-logo.site-header__branch--has-name {
    display: table;
  }
  /* line 154, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .site-header__branch--align-left.site-header__branch--has-logo.site-header__branch--has-name .site-header__branch-logo, .site-header__branch--align-left.site-header__branch--has-logo.site-header__branch--has-name .site-header__branch-name, .site-header__branch--align-right.site-header__branch--has-logo.site-header__branch--has-name .site-header__branch-logo, .site-header__branch--align-right.site-header__branch--has-logo.site-header__branch--has-name .site-header__branch-name {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 179, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .site-header__branch-name-link {
    font-size: 22px;
    font-size: 1.375rem;
  }
  /* line 168, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-logo, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-logo {
    width: 15%;
  }
  /* line 171, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-name, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-name {
    width: 85%;
  }
}

@media only screen and (min-width: 40.625em) {
  /* line 187, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .site-header {
    position: relative;
    padding: 0 0 3.125em 0;
    border-bottom: 1px solid #eaedf0;
  }
  /* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .site-header:before,
  .site-header:after {
    display: table;
    content: " ";
  }
  /* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .site-header:after {
    clear: both;
  }
  /* line 196, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .toggle-nav-panel--myaccount, .toggle-nav-panel--main-menu {
    display: none;
  }
  /* line 200, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    height: auto !important;
    z-index: auto !important;
    overflow: visible !important;
  }
  /* line 210, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--my-account {
    float: right !important;
    width: auto !important;
    height: 3.125em !important;
  }
  /* line 215, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--my-account .nav-panel__welcome {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 0.66667em;
    padding-right: 0.66667em;
    padding-top: 15px;
    padding-top: 0.9375rem;
    color: white;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 40.625em) and (min-width: 31.25em) {
  /* line 215, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--my-account .nav-panel__welcome {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media only screen and (min-width: 40.625em) {
  /* line 223, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--my-account .nav-panel__top-nav {
    display: none;
  }
  /* line 225, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--my-account .nav-panel__top-nav nav__large-print {
    display: none;
  }
  /* line 230, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--my-account .nav-panel__nav-container {
    position: relative;
    display: block;
    width: 100%;
  }
  /* line 235, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--my-account .nav-panel__nav-head {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media only screen and (min-width: 40.625em) and (min-width: 31.25em) {
  /* line 235, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--my-account .nav-panel__nav-head {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

@media only screen and (min-width: 40.625em) {
  /* line 240, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--my-account .nav-panel__nav-head a:link, .nav-panel--my-account .nav-panel__nav-head a:visited {
    cursor: pointer;
  }
  /* line 243, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--my-account .nav-panel__nav-head a:hover, .nav-panel--my-account .nav-panel__nav-head a:active {
    cursor: pointer;
    text-decoration: none;
  }
  /* line 249, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--my-account .nav-panel__nav-head a span {
    display: inline-block;
    float: none;
    margin-left: 0.3125em;
    margin-top: 0;
  }
  /* line 257, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--my-account .dropdown-menu {
    width: 100%;
    margin: 0;
  }
  /* line 262, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--main-menu {
    float: left;
    width: 100% !important;
    height: 0 !important;
  }
  /* line 267, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--main-menu .nav-panel__top-nav {
    position: relative;
    float: left;
    width: auto;
    height: 3.125em;
    top: -3.125em;
    background-color: #30465b;
  }
  /* line 276, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--main-menu .nav-panel__top-nav.top-nav--split-header .nav__item-level-1 {
    float: left;
    margin-right: 4.375em;
  }
  /* line 282, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--main-menu .nav-panel__top-nav .nav__list-level-1 {
    float: none;
  }
  /* line 285, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--main-menu .nav-panel__top-nav .nav__option {
    background-color: #ffffff;
  }
  /* line 290, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--main-menu .nav-panel__nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-top: 4px solid #eaedf0;
  }
  /* line 298, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__item-level-1 {
    float: left;
    margin-top: -4px;
  }
  /* line 302, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__item-level-1:first-child {
    border-left: 0;
  }
  /* line 306, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__item-level-1:last-child .nav__list-level-2 {
    left: auto;
    right: 0;
  }
  /* line 314, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__link-level-1 span {
    float: none;
    margin-left: 0.3125em;
    margin-top: 0;
  }
  /* line 320, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__link-level-1:link, .nav-panel--main-menu .nav-panel__nav .nav__link-level-1:visited {
    color: #30465b;
    text-decoration: none;
    background-color: transparent;
    font-weight: 500;
    font-size: 20px;
    font-size: 1.25rem;
    border-top: 4px solid transparent;
  }
  /* line 329, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__link-level-1:focus {
    outline: 1px dotted invert;
  }
  /* line 330, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__link-level-1:hover, .nav-panel--main-menu .nav-panel__nav .nav__link-level-1:active {
    outline: 0;
    color: #2781bc;
    text-decoration: none;
    background: #ffffff;
    border-color: #2781bc;
    transition: all 0.2s ease-in-out;
  }
  /* line 340, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__list-level-2 {
    position: absolute !important;
    background: #fcfcfd;
    box-shadow: 0px 20px 20px rgba(48, 70, 91, 0.2);
  }
  /* line 346, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__link-level-2 {
    white-space: nowrap;
  }
  /* line 349, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__link-level-2:link, .nav-panel--main-menu .nav-panel__nav .nav__link-level-2:visited {
    color: #30465b;
    padding-top: 10px;
    padding-top: 0.625rem;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #eaedf0;
    text-decoration: none;
  }
  /* line 356, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__link-level-2:focus {
    outline: 1px dotted invert;
  }
  /* line 357, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__link-level-2:hover, .nav-panel--main-menu .nav-panel__nav .nav__link-level-2:active {
    outline: 0;
    color: white;
    text-decoration: none;
  }
  /* line 365, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__link-level-3 {
    white-space: nowrap;
  }
  /* line 368, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__link-level-3:link, .nav-panel--main-menu .nav-panel__nav .nav__link-level-3:visited {
    color: #666666;
    text-decoration: none;
  }
  /* line 372, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__link-level-3:focus {
    outline: 1px dotted invert;
  }
  /* line 373, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__link-level-3:hover, .nav-panel--main-menu .nav-panel__nav .nav__link-level-3:active {
    outline: 0;
    color: #333333;
    text-decoration: none;
  }
}

@media only screen and (min-width: 53.125em) {
  /* line 168, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-logo, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-logo {
    width: 12%;
  }
  /* line 171, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-name, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-name {
    width: 88%;
  }
}

@media only screen and (min-width: 59.375em) {
  /* line 168, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-logo, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-logo {
    width: 11%;
  }
  /* line 171, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-name, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-name {
    width: 89%;
  }
}

@media only screen and (min-width: 68.75em) {
  /* line 168, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-logo, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-logo {
    width: 10%;
  }
  /* line 171, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-name, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-name {
    width: 90%;
  }
  /* line 397, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--myaccount {
    width: 25% !important;
  }
  /* line 401, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .nav-panel--main-menu .nav-panel__top-nav {
    width: 75%;
  }
}

@media only screen and (min-width: 84.375em) {
  /* line 168, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-logo, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-logo {
    width: 9%;
  }
  /* line 171, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_header.scss */
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-name, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-name {
    width: 91%;
  }
}

/* ==========================================================================
   No Sidebar
   ========================================================================== */
/* line 156, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_layout.scss */
.no-sidebar .primary-content {
  max-width: 60em;
}

/* ==========================================================================
   Has Sidebar
   ========================================================================== */
@media only screen and (min-width: 0em) and (max-width: 40.625em) {
  /* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-media__container:before,
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-media__container:after {
    display: table;
    content: " ";
  }
  /* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-media__container:after {
    clear: both;
  }
  /* line 805, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__3rd-party {
    width: 100%;
  }
  /* line 809, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__3rd-party-list {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 813, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__3rd-party-list--chilifresh {
    margin-bottom: 10px;
    align-content: center;
    align-items: center;
    margin: auto;
    width: auto;
  }
  /* line 820, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__3rd-party-list--chilifresh .chili_menu {
    width: auto;
  }
  /* line 823, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__3rd-party-list--chilifresh .chili_menu .chili_link {
    width: auto;
  }
}

@media only screen and (min-width: 21.875em) {
  /* line 411, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community-result-count, .has-sidebar .c-results-utility-community--full .c-results-utility-community-per-page, .has-sidebar .c-results-utility-community--full .c-results-utility-community-per-page-browse {
    width: auto;
  }
  /* line 414, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community-result-count {
    margin-right: 1.5625em;
  }
  /* line 411, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community-result-count, .has-sidebar .c-results-utility-community--partial .c-results-utility-community-per-page, .has-sidebar .c-results-utility-community--partial .c-results-utility-community-per-page-browse {
    width: auto;
  }
  /* line 414, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community-result-count {
    margin-right: 1.5625em;
  }
  /* line 435, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--full .c-results-utility-result-count, .has-sidebar .c-results-utility--full .c-results-utility-per-page, .has-sidebar .c-results-utility--full .c-results-utility-per-page-browse {
    width: auto;
  }
  /* line 438, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--full .c-results-utility-result-count {
    margin-right: 1.5625em;
  }
  /* line 435, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--partial .c-results-utility-result-count, .has-sidebar .c-results-utility--partial .c-results-utility-per-page, .has-sidebar .c-results-utility--partial .c-results-utility-per-page-browse {
    width: auto;
  }
  /* line 438, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--partial .c-results-utility-result-count {
    margin-right: 1.5625em;
  }
  /* line 780, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail-formats__list {
    width: 100%;
  }
  /* line 785, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__pub-year {
    width: 100%;
  }
  /* line 621, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail-actions__btn {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  /* line 625, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail-actions__btn--disabled {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  /* line 629, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail-actions__btn--restricted {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media only screen and (min-width: 32.5em) and (max-width: 40.625em) {
  /* line 538, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--partial .c-results-utility__container--result-count {
    float: left;
    width: 45%;
    padding-top: 4px;
  }
  /* line 543, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--partial .c-results-utility__container--per-page {
    float: left;
    width: 45%;
    padding-top: 4px;
  }
  /* line 548, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--partial .c-results-utility-result-count {
    padding-bottom: 0.625em;
  }
  /* line 551, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--partial .c-results-utility__container--pagination {
    clear: none;
    padding-top: 0;
    text-align: right;
    float: right;
    width: 55%;
  }
  /* line 558, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--partial .c-results-utility-full-pagination {
    text-align: right;
  }
  /* line 514, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community__container--result-count {
    float: left;
    width: 45%;
    padding-top: 4px;
  }
  /* line 519, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community__container--per-page {
    float: left;
    width: 45%;
    padding-top: 4px;
  }
  /* line 524, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community-result-count {
    padding-bottom: 0.625em;
  }
  /* line 527, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community__container--pagination {
    clear: none;
    padding-top: 0;
    text-align: right;
    float: right;
    width: 55%;
  }
  /* line 534, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community-full-pagination {
    text-align: right;
  }
}

@media only screen and (min-width: 31.25em) and (max-width: 40.625em) {
  /* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-list:before,
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-list:after {
    display: table;
    content: " ";
  }
  /* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-list:after {
    clear: both;
  }
  /* line 918, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-term {
    padding: 0px 8px 10px 0px;
    padding: 0rem 0.5rem 0.625rem 0rem;
    width: 150px;
    width: 9.375rem;
    float: left;
  }
  /* line 924, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-desc {
    padding: 0px 0px 10px 0px;
    padding: 0rem 0rem 0.625rem 0rem;
    margin-left: 150px;
    margin-left: 9.375rem;
    clear: right;
  }
}

@media only screen and (min-width: 34.375em) {
  /* line 640, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__image-container {
    padding: 10px;
    padding: 0.625rem;
  }
  /* line 645, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail-media__container--no-border .c-title-detail__image-container {
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0;
    padding-bottom: 0.625em;
  }
  /* line 658, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail-formats__list {
    padding: 5px;
    padding: 0.3125rem;
  }
  /* line 664, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__3rd-party-list {
    padding: 10px;
    padding: 0.625rem;
  }
}

@media only screen and (min-width: 40.625em) {
  /* line 193, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_layout.scss */
  .has-sidebar .site-main__container {
    position: relative;
  }
  /* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .has-sidebar .site-main__container:before,
  .has-sidebar .site-main__container:after {
    display: table;
    content: " ";
  }
  /* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .has-sidebar .site-main__container:after {
    clear: both;
  }
  /* line 197, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_layout.scss */
  .has-sidebar .primary-content {
    float: left;
    width: 70%;
  }
  /* line 201, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_layout.scss */
  .has-sidebar .secondary-content {
    float: right;
    width: 30%;
  }
  /* line 32, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/content-modules/_base.scss */
  .has-sidebar .secondary-content .content-module .content-container {
    padding: 0.625em 0.625em 0.625em 0.625em;
  }
  /* line 858, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .secondary-content .c-title-detail-actions__item {
    float: none;
  }
  /* line 904, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .secondary-content .c-title-detail-actions__container {
    padding: 0.625em;
  }
  /* line 868, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .secondary-content .c-title-detail-actions__list {
    border-bottom: 1px solid #b3c5d7;
  }
  /* line 874, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .secondary-content .c-title-detail-actions__btn:link, .has-sidebar .secondary-content .c-title-detail-actions__btn:visited {
    border-top: 1px solid #b3c5d7;
    border-left: 1px solid #b3c5d7;
    border-right: 1px solid #b3c5d7;
  }
  /* line 214, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_layout.scss */
  .has-sidebar.sidebar-left .site-main__container:before {
    right: auto;
    left: 0;
  }
  /* line 219, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_layout.scss */
  .has-sidebar.sidebar-left .primary-content {
    float: right;
  }
  /* line 223, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_layout.scss */
  .has-sidebar.sidebar-left .secondary-content {
    float: left;
  }
  /* line 444, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--full {
    position: relative;
  }
  /* line 448, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--full .c-results-utility__container--result-count {
    float: left;
    width: 50%;
  }
  /* line 452, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--full .c-results-utility__container--per-page {
    float: left;
    width: 50%;
  }
  /* line 456, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--full .c-results-utility-result-count {
    padding-bottom: 0.375em;
  }
  /* line 460, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--full .c-results-utility__container--sort-narrow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    float: right;
    width: 50%;
    text-align: right;
  }
  /* line 469, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--full .c-results-utility-sort {
    float: none;
    width: auto;
    height: auto;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-size: 0.875rem;
  }
  /* line 478, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--full .c-results-utility__container--pagination {
    clear: both;
    padding-top: 1.25em;
  }
  /* line 482, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--full .c-results-utility-narrow {
    display: none !important;
  }
  /* line 420, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--full {
    position: relative;
  }
  /* line 424, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--result-count {
    float: left;
    width: 50%;
  }
  /* line 428, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--per-page {
    float: left;
  }
  /* line 432, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community-result-count {
    padding-bottom: 0.375em;
  }
  /* line 436, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--sort-narrow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    float: right;
    width: 50%;
    text-align: right;
  }
  /* line 445, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community-sort {
    float: none;
    width: auto;
    height: auto;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-size: 0.875rem;
  }
  /* line 454, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--pagination {
    clear: both;
    padding-top: 1.25em;
  }
  /* line 458, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community-narrow {
    display: none !important;
  }
  /* line 688, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-media__container {
    float: left;
    width: 30%;
    padding: 0 4% 0 0;
    max-width: 12.5em;
  }
  /* line 694, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info-main__container, .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info-secondary__container {
    float: right;
    width: 70%;
    padding-left: 0.3125em;
  }
  /* line 757, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-formats__list {
    float: left;
    width: 100%;
    margin: 0;
    list-style: none;
  }
  /* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-formats__list:before,
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-formats__list:after {
    display: table;
    content: " ";
  }
  /* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-formats__list:after {
    clear: both;
  }
  /* line 766, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__pub-year {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media only screen and (min-width: 46.875em) {
  /* line 490, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--full .c-results-utility__container--result-count {
    float: left;
    width: 60%;
    padding-top: 4px;
  }
  /* line 495, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--full .c-results-utility__container--per-page {
    float: left;
    width: 60%;
    padding-top: 4px;
  }
  /* line 500, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--full .c-results-utility-result-count {
    padding-bottom: 0;
  }
  /* line 504, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--full .c-results-utility__container--sort-narrow {
    width: 40%;
  }
  /* line 507, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--full .c-results-utility__container--pagination {
    clear: none;
    padding-top: 0;
    text-align: left;
    float: left;
    width: 60%;
  }
  /* line 514, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--full .c-results-utility-full-pagination {
    text-align: left;
  }
  /* line 466, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--result-count {
    float: left;
    width: 60%;
    padding-top: 4px;
  }
  /* line 471, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--per-page {
    float: left;
    width: 60%;
    padding-top: 4px;
  }
  /* line 476, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community-result-count {
    padding-bottom: 0;
  }
  /* line 480, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--sort-narrow {
    width: 40%;
  }
  /* line 483, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--pagination {
    clear: none;
    padding-top: 0;
    text-align: left;
    float: left;
    width: 60%;
  }
  /* line 490, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community-full-pagination {
    text-align: left;
  }
  /* line 780, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-formats__list {
    width: 100%;
  }
  /* line 785, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__pub-year {
    width: 100%;
  }
  /* line 986, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info__desc.collapsed {
    height: auto !important;
    overflow: auto;
  }
  /* line 992, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info__more-container {
    background: none;
  }
  /* line 996, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info__more-link {
    display: none;
  }
  /* line 640, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__image-container {
    padding: 10px;
    padding: 0.625rem;
  }
  /* line 645, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-media__container--no-border .c-title-detail__image-container {
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0;
    padding-bottom: 0.625em;
  }
  /* line 658, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-formats__list {
    padding: 5px;
    padding: 0.3125rem;
  }
  /* line 664, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__3rd-party-list {
    padding: 10px;
    padding: 0.625rem;
  }
}

@media only screen and (min-width: 46.875em) and (max-width: 56.25em) {
  /* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-list:before,
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-list:after {
    display: table;
    content: " ";
  }
  /* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-list:after {
    clear: both;
  }
  /* line 918, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-term {
    padding: 0px 8px 10px 0px;
    padding: 0rem 0.5rem 0.625rem 0rem;
    width: 150px;
    width: 9.375rem;
    float: left;
  }
  /* line 924, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-desc {
    padding: 0px 0px 10px 0px;
    padding: 0rem 0rem 0.625rem 0rem;
    margin-left: 150px;
    margin-left: 9.375rem;
    clear: right;
  }
}

@media only screen and (min-width: 50em) {
  /* line 538, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--partial .c-results-utility__container--result-count {
    float: left;
    width: 45%;
    padding-top: 4px;
  }
  /* line 543, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--partial .c-results-utility__container--per-page {
    float: left;
    width: 45%;
    padding-top: 4px;
  }
  /* line 548, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--partial .c-results-utility-result-count {
    padding-bottom: 0.625em;
  }
  /* line 551, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--partial .c-results-utility__container--pagination {
    clear: none;
    padding-top: 0;
    text-align: right;
    float: right;
    width: 55%;
  }
  /* line 558, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--partial .c-results-utility-full-pagination {
    text-align: right;
  }
  /* line 514, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community__container--result-count {
    float: left;
    width: 45%;
    padding-top: 4px;
  }
  /* line 519, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community__container--per-page {
    float: left;
    width: 45%;
    padding-top: 4px;
  }
  /* line 524, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community-result-count {
    padding-bottom: 0.625em;
  }
  /* line 527, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community__container--pagination {
    clear: none;
    padding-top: 0;
    text-align: right;
    float: right;
    width: 55%;
  }
  /* line 534, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community-full-pagination {
    text-align: right;
  }
}

@media only screen and (min-width: 56.25em) {
  /* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .has-sidebar .c-search-header:before,
  .has-sidebar .c-search-header:after {
    display: table;
    content: " ";
  }
  /* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .has-sidebar .c-search-header:after {
    clear: both;
  }
  /* line 578, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
  .has-sidebar .c-search-header__form-label {
    font-size: 56px;
    font-size: 3.5rem;
  }
  /* line 582, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
  .has-sidebar .c-search-header-panel__main {
    float: left;
    width: 50%;
    padding-right: 5%;
    padding-bottom: 0;
  }
  /* line 588, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
  .has-sidebar .c-search-header-panel__secondary {
    float: right;
    width: 50%;
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  /* line 594, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
  .has-sidebar .c-search-header__form {
    clear: both;
  }
  /* line 599, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
  .has-sidebar .c-search-header__more-options {
    background-color: #ffffff;
    margin-left: -100%;
    width: 200%;
    text-align: right;
  }
  /* line 605, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
  .has-sidebar .c-search-header__more-options .c-search-header__form-group {
    display: inline-block;
    width: 49%;
    padding-left: 2%;
    padding-right: 2%;
    vertical-align: top;
  }
  /* line 613, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_search_header.scss */
  .has-sidebar .c-search-header__more-options .btn-group {
    padding-top: 1.25em;
    margin-left: 0;
    margin-right: 2%;
  }
}

@media only screen and (min-width: 59.375em) {
  /* line 523, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--full .c-results-utility-sort .c-results-utility-sort__label {
    display: inline-block;
    padding: 2px 10px 2px 0px;
    padding: 0.125rem 0.625rem 0.125rem 0rem;
  }
  /* line 527, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--full .c-results-utility-sort .c-results-utility-sort__select-container {
    display: inline-block;
    max-width: 100%;
  }
  /* line 499, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community-sort .c-results-utility-community-sort__label {
    display: inline-block;
    padding: 2px 10px 2px 0px;
    padding: 0.125rem 0.625rem 0.125rem 0rem;
  }
  /* line 503, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community-sort .c-results-utility-community-sort__select-container {
    display: inline-block;
    max-width: 100%;
  }
  /* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__meta-list:before,
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__meta-list:after {
    display: table;
    content: " ";
  }
  /* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__meta-list:after {
    clear: both;
  }
  /* line 918, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__meta-term {
    padding: 0px 8px 10px 0px;
    padding: 0rem 0.5rem 0.625rem 0rem;
    width: 150px;
    width: 9.375rem;
    float: left;
  }
  /* line 924, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__meta-desc {
    padding: 0px 0px 10px 0px;
    padding: 0rem 0rem 0.625rem 0rem;
    margin-left: 150px;
    margin-left: 9.375rem;
    clear: right;
  }
  /* line 970, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info__desc.collapsed {
    height: 25em;
  }
}

@media only screen and (min-width: 60em) {
  /* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .has-sidebar .primary-content .c-title-detail--initial-two-col .c-title-detail:before,
  .has-sidebar .primary-content .c-title-detail--initial-two-col .c-title-detail:after {
    display: table;
    content: " ";
  }
  /* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .has-sidebar .primary-content .c-title-detail--initial-two-col .c-title-detail:after {
    clear: both;
  }
  /* line 838, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .primary-content .c-title-detail--initial-two-col .c-title-detail__container {
    float: left;
    width: 73.5%;
    padding-bottom: 0;
  }
  /* line 845, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .primary-content .c-title-detail--initial-two-col .c-title-detail-actions__container {
    clear: none;
    float: right;
    width: 26.5%;
  }
  /* line 858, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .primary-content .c-title-detail-actions__item {
    float: none;
  }
}

@media only screen and (min-width: 68.75em) {
  /* line 272, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_layout.scss */
  .has-sidebar .site-main__container:before {
    width: 25%;
  }
  /* line 276, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_layout.scss */
  .has-sidebar .primary-content {
    width: 75%;
  }
  /* line 281, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_layout.scss */
  .has-sidebar .secondary-content {
    width: 25%;
  }
  /* line 592, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--detail {
    background-color: #30465b !important;
  }
  /* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .has-sidebar .c-results-utility--detail:before,
  .has-sidebar .c-results-utility--detail:after {
    display: table;
    content: " ";
  }
  /* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .has-sidebar .c-results-utility--detail:after {
    clear: both;
  }
  /* line 597, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--detail .c-results-utility__container--back {
    float: left;
    width: 35%;
  }
  /* line 601, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--detail .c-results-utility-back {
    border-top: none;
  }
  /* line 604, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--detail .c-results-utility-back__link {
    padding: 10px;
    padding: 0.625rem;
  }
  /* line 614, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--detail .c-results-utility__container--count-nav {
    text-align: right;
    float: right;
    width: 65%;
  }
  /* line 620, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--detail .c-results-utility__container--browse-nav {
    text-align: right;
    float: right;
    width: 50%;
  }
  /* line 626, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--detail .c-results-utility-display-count, .has-sidebar .c-results-utility--detail .c-results-utility-prev, .has-sidebar .c-results-utility--detail .c-results-utility-next {
    display: inline-block;
  }
  /* line 629, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--detail .c-results-utility-browse-prev, .has-sidebar .c-results-utility--detail .c-results-utility-browse-next {
    display: inline-block;
  }
  /* line 632, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--detail .c-results-utility-display-count {
    padding: 10px 10px 9px;
    padding: 0.625rem 0.625rem 0.5625rem;
  }
  /* line 636, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--detail .c-results-utility-prev__link, .has-sidebar .c-results-utility--detail .c-results-utility-next__link {
    padding: 10px;
    padding: 0.625rem;
  }
  /* line 644, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--detail .c-results-utility-prev-browse__link, .has-sidebar .c-results-utility--detail .c-results-utility-next-browse__link {
    padding: 10px;
    padding: 0.625rem;
  }
  /* line 568, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--detail {
    background-color: #30465b !important;
  }
  /* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .has-sidebar .c-results-utility-community--detail:before,
  .has-sidebar .c-results-utility-community--detail:after {
    display: table;
    content: " ";
  }
  /* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .has-sidebar .c-results-utility-community--detail:after {
    clear: both;
  }
  /* line 574, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--detail .c-results-utility-community__container--back {
    float: left;
    width: 35%;
  }
  /* line 578, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--detail .c-results-utility-community-back {
    border-top: none;
  }
  /* line 581, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--detail .c-results-utility-community-back__link {
    padding: 10px;
    padding: 0.625rem;
  }
  /* line 591, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--detail .c-results-utility-community__container--count-nav {
    text-align: right;
    float: right;
    width: 65%;
  }
  /* line 596, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--detail .c-results-utility-community__container--browse-nav {
    text-align: right;
    float: right;
    width: 50%;
  }
  /* line 601, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--detail .c-results-utility-community-display-count, .has-sidebar .c-results-utility-community--detail .c-results-utility-community-prev, .has-sidebar .c-results-utility-community--detail .c-results-utility-community-next {
    display: inline-block;
  }
  /* line 604, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--detail .c-results-utility-community-browse-prev {
    display: inline-block;
  }
  /* line 608, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--detail .c-results-utility-community-browse-next {
    display: inline-block;
  }
  /* line 611, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--detail .c-results-utility-community-display-count {
    padding: 10px 10px 9px;
    padding: 0.625rem 0.625rem 0.5625rem;
  }
  /* line 615, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--detail .c-results-utility-community-prev__link, .has-sidebar .c-results-utility-community--detail .c-results-utility-community-next__link {
    padding: 10px;
    padding: 0.625rem;
  }
  /* line 623, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--detail .c-results-utility-community-prev-browse__link, .has-sidebar .c-results-utility-community--detail .c-results-utility-community-next-browse__link {
    padding: 11px;
    padding: 0.6875rem;
  }
  /* line 970, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail-info__desc.collapsed {
    height: 15.625em;
  }
  /* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .has-sidebar .c-title-detail--initial-single-col:before,
  .has-sidebar .c-title-detail--initial-single-col:after {
    display: table;
    content: " ";
  }
  /* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .has-sidebar .c-title-detail--initial-single-col:after {
    clear: both;
  }
  /* line 706, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-media__container {
    width: 12.5em;
    padding: 0.625em;
    max-width: none;
  }
  /* line 712, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info-main__container, .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info-secondary__container {
    float: none;
    margin-left: 11.875em;
    width: auto;
    padding-left: 1.875em;
    padding-right: 0em;
  }
  /* line 721, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info-main__container .c-title-detail-info__desc, .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info-secondary__container .c-title-detail-info__desc {
    padding-right: 0;
  }
}

@media only screen and (min-width: 78.125em) {
  /* line 567, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--full .c-results-utility__container--result-count {
    width: 35%;
    padding-top: 4px;
  }
  /* line 571, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--full .c-results-utility__container--per-page {
    width: 35%;
    padding-top: 4px;
  }
  /* line 575, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--full .c-results-utility__container--sort-narrow {
    width: 25%;
    padding-bottom: 0;
  }
  /* line 579, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility.scss */
  .has-sidebar .c-results-utility--full .c-results-utility__container--pagination {
    float: left;
    width: 40%;
  }
  /* line 543, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--result-count {
    width: 35%;
    padding-top: 4px;
  }
  /* line 547, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--per-page {
    width: 35%;
    padding-top: 4px;
  }
  /* line 551, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--sort-narrow {
    width: 25%;
    padding-bottom: 0;
  }
  /* line 555, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_results_utility_community.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--pagination {
    float: left;
    width: 40%;
  }
  /* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-list:before,
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-list:after {
    display: table;
    content: " ";
  }
  /* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-list:after {
    clear: both;
  }
  /* line 918, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-term {
    padding: 0px 8px 10px 0px;
    padding: 0rem 0.5rem 0.625rem 0rem;
    width: 150px;
    width: 9.375rem;
    float: left;
  }
  /* line 924, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-desc {
    padding: 0px 0px 10px 0px;
    padding: 0rem 0rem 0.625rem 0rem;
    margin-left: 150px;
    margin-left: 9.375rem;
    clear: right;
  }
  /* line 730, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail-info-main__container {
    position: relative;
  }
  /* line 734, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail-info__result-num {
    position: absolute;
    left: -68px;
    width: 60px;
    text-align: right;
  }
}

@media only screen and (min-width: 81.25em) {
  /* line 888, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .primary-content .c-title-detail--initial-two-col .c-title-detail__container {
    width: 73%;
  }
  /* line 893, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .primary-content .c-title-detail--initial-two-col .c-title-detail-actions__container {
    width: 27%;
  }
  /* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .has-sidebar .c-title-detail--initial-two-col:before,
  .has-sidebar .c-title-detail--initial-two-col:after {
    display: table;
    content: " ";
  }
  /* line 19, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
  .has-sidebar .c-title-detail--initial-two-col:after {
    clear: both;
  }
  /* line 706, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail-media__container {
    width: 12.5em;
    padding: 0.625em;
    max-width: none;
  }
  /* line 712, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail-info__container {
    float: none;
    margin-left: 11.875em;
    width: auto;
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
  /* line 721, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/components/_title-detail.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail-info__container .c-title-detail-info__desc {
    padding-right: 0;
  }
}

/* line 307, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/layout/_layout.scss */
.content-container--portal {
  margin-top: 1.5em;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  /* line 7, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_print.scss */
  * {
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 15, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_print.scss */
  a,
  a:visited {
    text-decoration: underline;
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  /* line 25, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  /* line 30, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_print.scss */
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  /* line 34, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_print.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  /* line 39, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }
  /* line 43, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_print.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 53, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 59, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/base/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }
  /*
     * Site Specific
     */
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/overrides/bootstrap_modals.scss */
.modal {
  -webkit-overflow-scrolling: auto;
}

/* line 4, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/overrides/bootstrap_modals.scss */
.modal .modal-dialog {
  z-index: 1051;
  -webkit-overflow-scrolling: touch;
}

/* line 10, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/overrides/bootstrap_modals.scss */
.modal-body {
  max-height: calc(100% - 175px);
  /* Fallback */
  max-height: calc(100vh - 175px);
  /* Default bootstrap */
  overflow-y: auto;
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/overrides/bootstrap_dropdowns.scss */
.caret-up {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/overrides/bootstrap_normalize.scss */
html {
  font-family: "Roboto";
}

@media print {
  /* line 2, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/overrides/bootstrap_print.scss */
  a[href]:after {
    content: none;
  }
}

/* line 1, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/overrides/bootstrap_scaffolding.scss */
body {
  -webkit-overflow-scrolling: touch;
}

/* ==========================================================================
   jquery-confirm Overrides
   ========================================================================== */
/* line 29, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/overrides/jquery-confirm.scss */
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-content {
  font-size: 16px;
}

/* line 36, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/overrides/jquery-confirm.scss */
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
  color: white;
  background-color: #2781bc;
  border-color: #2373a7;
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:focus,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.focus {
  color: white;
  background-color: #1e6492;
  border-color: #0d2a3d;
}

/* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  color: white;
  background-color: #1e6492;
  border-color: #185074;
}

/* line 24, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:active,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.active,
.open > .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.dropdown-toggle {
  color: white;
  background-color: #1e6492;
  background-image: none;
  border-color: #185074;
}

/* line 32, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:active:hover,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:active:focus,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:active.focus,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.active:hover,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.active:focus,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.active.focus,
.open > .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.dropdown-toggle:hover,
.open > .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.dropdown-toggle:focus,
.open > .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.dropdown-toggle.focus {
  color: white;
  background-color: #185074;
  border-color: #0d2a3d;
}

/* line 43, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.disabled:hover,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.disabled:focus,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.disabled.focus,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default[disabled]:hover,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default[disabled]:focus,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default[disabled].focus,
fieldset[disabled] .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover,
fieldset[disabled] .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:focus,
fieldset[disabled] .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.focus {
  background-color: #2781bc;
  border-color: #2373a7;
}

/* line 49, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/bootstrap-sass/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default .badge {
  color: #2781bc;
  background-color: white;
}

/* line 43, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/overrides/jquery-confirm.scss */
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default[disabled] {
  cursor: not-allowed;
}

/* line 47, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/overrides/jquery-confirm.scss */
.jconfirm .jconfirm-cell {
  vertical-align: top;
}

/* line 51, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/overrides/jquery-confirm.scss */
.jconfirm .jconfirm-holder {
  margin-top: 15px;
}

/* ==========================================================================
   jQuery-UI Overrides
   ========================================================================== */
/* line 5, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/overrides/jquery-ui.scss */
.ui-tabs {
  position: relative;
}

/* line 8, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/overrides/jquery-ui.scss */
.ui-tabs .ui-tabs-nav {
  border-bottom: 0;
}

/* line 12, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/overrides/jquery-ui.scss */
.ui-tabs .ui-tabs-hide {
  display: none !important;
}

/* line 17, C:/Program Files/Polaris/7.7/PowerPAC/themes/shared/scss/overrides/jquery-ui.scss */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-size: 16px;
}

/* ========================================================================== BOOTSTRAP ========================================================================== */
/*@mixin svg-img{
  padding-bottom: 0;
  max-height: 100%;
  width: 100%;
  height: auto;
}*/
/* line 34, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.caret-right {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid;
  display: inline-block;
  height: 0;
  vertical-align: middle;
  width: 0;
}

/*

@mixin icon-responsive-dimensions($width, $height, $monotone:true){
  width: $width+px;
  height: $height+px;
  
  @if $monotone == true {
    svg{
      *{
        fill: currentColor;
      }
    } 
  }

  &--r-svg{
    height: 0;
    padding-bottom: ($height/$width)*100%;

    
    &--max-scale{
      @include mq($width){
        width: $width+px;
        height: $height+px;
        padding-bottom: 0;
      }
    }
  }
}

/* ==========================================================================
   Default icon properties
   ========================================================================== *
.icon{

  &__img{
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 40px;
    height: 40px;
    max-width: 100%;
    
    svg{
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      padding: 0;
      margin: 0;
      width: 100%;
      height: 100%; 
    }

    // Responsive
    &--r-svg{
      width: 100%;
      height: 0;
      padding-bottom: 100%;
      
    }

    // Act like normal image in copy
    &--img{
      margin-bottom: em($base_font_line_height);
    }
  }
}

/* ==========================================================================
   Sizing
   ========================================================================== *
.icon{
  
  // logos
  &--adjacent_logo{
    $color: $color_default_primary;
    $color-hover: $color_font_gray_dark;
    color: $color;

    .icon__link{
      &:link, &:visited{
        color: $color;
      }
      &:hover, &:active{
        color: $color-hover;
      }
    }

    .icon__img{
      @include icon-responsive-dimensions(103, 25);
    }
  }

  // social
  &--social-facebook,
  &--social-linkedin,
  &--social-twitter,
  &--social-youtube{
    .icon__img{
      @include icon-responsive-dimensions(35, 35);
    }
  }
  &--social-facebook{
    $color: #3a5897;
    $color-hover: #b1b4b5; 
    color: $color;

    .icon__link{
      &:link, &:visited{
        color: $color;
      }
      &:hover, &:active{
        color: $color-hover;
      }
    }
  }
  &--social-linkedin{
    $color: #4876b5;
    $color-hover: #b1b4b5; 
    color: $color;

    .icon__link{
      &:link, &:visited{
        color: $color;
      }
      &:hover, &:active{
        color: $color-hover;
      }
    }
  }
  &--social-twitter{
    $color: #54aced;
    $color-hover: #b1b4b5; 
    color: $color;

    .icon__link{
      &:link, &:visited{
        color: $color;
      }
      &:hover, &:active{
        color: $color-hover;
      }
    }
  }
  &--social-youtube{
    $color: #ff3333;
    $color-hover: #b1b4b5; 
    color: $color;

    .icon__link{
      &:link, &:visited{
        color: $color;
      }
      &:hover, &:active{
        color: $color-hover;
      }
    }
  }

  // utility
  &--arrow-left,
  &--arrow-right{
    $color: $color_font_gray_medium;
    $color-hover: $color_font_gray_dark;
    color: $color;

    .icon__link{
      &:link, &:visited{
        color: $color;
      }
      &:hover, &:active{
        color: $color-hover;
      }
    }

    .icon__img{
      @include icon-responsive-dimensions(14, 28);
    }
  }
  &--menu{
    $color: $color_font_gray_medium;
    $color-hover: $color_font_gray_dark;
    color: $color;

    .icon__link{
      &:link, &:visited{
        color: $color;
      }
      &:hover, &:active{
        color: $color-hover;
      }
    }

    .icon__img{
      @include icon-responsive-dimensions(20, 16);
    }
  }
  &--search{
    $color: $color_font_gray_medium;
    $color-hover: $color_font_gray_dark;
    color: $color;

    .icon__link{
      &:link, &:visited{
        color: $color;
      }
      &:hover, &:active{
        color: $color-hover;
      }
    }

    .icon__img{
      @include icon-responsive-dimensions(17, 18);
    }
  }
}//.icon*/
/* ========================================================================== Helper classes ========================================================================== */
/* line 254, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nosidepad {
  padding-left: 0;
  padding-right: 0;
}

/* line 256, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.text-replace {
  position: absolute !important;
  top: -9999px !important;
  left: -9999px !important;
}

/* line 258, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

/* line 260, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/* line 262, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* line 264, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 266, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 268, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.invisible {
  visibility: hidden;
}

/* line 270, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.clearfix {
  *zoom: 1;
}

/* line 272, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 274, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.clearfix:after {
  clear: both;
}

/* line 276, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
html.csstransforms .vert-center {
  position: relative;
}

/* line 278, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
html.csstransforms .vert-center .vert-center-content {
  position: absolute !important;
  top: 50% !important;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
}

/* line 280, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.browsehappy {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFF;
  color: #000;
  padding: 2em 1em;
  z-index: 1500;
  line-height: 2;
  text-align: center;
}

/* line 282, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.browsehappy span {
  background-color: #000;
  padding: .5em;
  color: #FFF;
}

/* line 284, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.browsehappy a:link, .browsehappy a:visited {
  color: #666666;
  font-weight: normal;
  text-decoration: underline;
}

/* line 286, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.browsehappy a:focus, .browsehappy a:hover, .browsehappy a:active {
  outline: 0;
  color: #666666;
}

/*! Bootstrap v3.3.7 (http://getbootstrap.com) Copyright 2011-2016 Twitter, Inc. Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 290, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
html {
  font-family: "Roboto";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 292, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
body {
  margin: 0;
}

/* line 294, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 296, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 298, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 300, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
[hidden], template {
  display: none;
}

/* line 302, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a {
  background-color: transparent;
}

/* line 304, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a:active, a:hover {
  outline: 0;
}

/* line 306, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 308, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
b, strong {
  font-weight: bold;
}

/* line 310, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
dfn {
  font-style: italic;
}

/* line 312, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 314, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 316, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
small {
  font-size: 80%;
}

/* line 318, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 320, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
sup {
  top: -0.5em;
}

/* line 322, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
sub {
  bottom: -0.25em;
}

/* line 324, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
img {
  border: 0;
}

/* line 326, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 328, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
figure {
  margin: 1em 40px;
}

/* line 330, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 332, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
pre {
  overflow: auto;
}

/* line 334, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 336, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
button, input, optgroup, select, textarea {
  color: inherit;
  margin: 0;
}

/* line 338, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
button {
  overflow: visible;
}

/* line 340, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
button, select {
  text-transform: none;
}

/* line 342, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 344, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
button[disabled], html input[disabled] {
  cursor: default;
}

/* line 346, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 348, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
input {
  line-height: normal;
}

/* line 350, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 352, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 354, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 356, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 358, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 360, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 362, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
textarea {
  overflow: auto;
}

/* line 364, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
optgroup {
  font-weight: bold;
}

/* line 366, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 368, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
td, th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 371, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 372, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  a, a:visited {
    text-decoration: underline;
  }
  /* line 373, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  a[href]:after {
    /*content: " (" attr(href) ")";*/
    content: none;
  }
  /* line 374, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 375, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: "";
  }
  /* line 376, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 377, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  thead {
    display: table-header-group;
  }
  /* line 378, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  tr, img {
    page-break-inside: avoid;
  }
  /* line 379, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  img {
    max-width: 100% !important;
  }
  /* line 380, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 381, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  h2, h3 {
    page-break-after: avoid;
  }
  /* line 382, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar {
    display: none;
  }
  /* line 383, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 384, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 385, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 386, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .table td, .table th {
    background-color: #fff !important;
  }
  /* line 387, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../shared/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../shared/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../shared/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../shared/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../shared/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../shared/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

/* line 391, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 393, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 395, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 397, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-euro:before, .glyphicon-eur:before {
  content: "\20ac";
}

/* line 399, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 401, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 403, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 405, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 407, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 409, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 411, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 413, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 415, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 417, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 419, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 421, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 423, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 425, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 427, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 429, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 431, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 433, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 435, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 437, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 439, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 441, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 443, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 445, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 447, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 449, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 451, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 453, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 455, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 457, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 459, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 461, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 463, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 465, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 467, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 469, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 471, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 473, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 475, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 477, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 479, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 481, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 483, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 485, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 487, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 489, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 491, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 493, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 495, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 497, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 499, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 501, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 503, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 505, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 507, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 509, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 511, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 513, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 515, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 517, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 519, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 521, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 523, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 525, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 527, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 529, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 531, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 533, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 535, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 537, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 539, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 541, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 543, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 545, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 547, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 549, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 551, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 553, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 555, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 557, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 559, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 561, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 563, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 565, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 567, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 569, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 571, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 573, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 575, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 577, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 579, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 581, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 583, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 585, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 587, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 589, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 591, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 593, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 595, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 597, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 599, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 601, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 603, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 605, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 607, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 609, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 611, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 613, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 615, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 617, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 619, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 621, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 623, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 625, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 627, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 629, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 631, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 633, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 635, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 637, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 639, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 641, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 643, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 645, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 647, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 649, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 651, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 653, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 655, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 657, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 659, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 661, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 663, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 665, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 667, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 669, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 671, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 673, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 675, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 677, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 679, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 681, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 683, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 685, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 687, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 689, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 691, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 693, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 695, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 697, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 699, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 701, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 703, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 705, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 707, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 709, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 711, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 713, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 715, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 717, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 719, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 721, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 723, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 725, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 727, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 729, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 731, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 733, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 735, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 737, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 739, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 741, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 743, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 745, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 747, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 749, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 751, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 753, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 755, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 757, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 759, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 761, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 763, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 765, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 767, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 769, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 771, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 773, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 775, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 777, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 779, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 781, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 783, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 785, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 787, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 789, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 791, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 793, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 795, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 797, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 799, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 801, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 803, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 805, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 807, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 809, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 811, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 813, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 815, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 817, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 819, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 821, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 823, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 825, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 827, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 829, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 831, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 833, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 835, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 837, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 839, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 841, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 843, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 845, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 847, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 849, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 851, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 853, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 855, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 857, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 859, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 861, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 863, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 865, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 867, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 869, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 871, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 873, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 875, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 877, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 879, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 881, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 883, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 885, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 887, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 889, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 891, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 893, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 895, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 897, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 899, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 901, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 903, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 905, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 907, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 909, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 911, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 913, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 915, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 917, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 919, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 921, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

/* line 923, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #343a3a;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}

/* line 925, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
input, button, select, textarea {
  font-size: inherit;
  line-height: inherit;
}

/* line 927, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a {
  color: #717070;
  text-decoration: none;
}

/* line 930, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a:hover, a:focus {
  color: #9B3131;
  text-decoration: none;
}

/* line 932, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 934, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
figure {
  margin: 0;
}

/* line 936, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
img {
  vertical-align: middle;
}

/* line 938, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 940, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 942, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 944, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.img-circle {
  border-radius: 50%;
}

/* line 946, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 948, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 950, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 952, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
[role="button"] {
  cursor: pointer;
}

/* line 954, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 956, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
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: #757575;
}

/* line 958, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 960, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
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%;
}

/* line 962, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 964, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
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%;
}

/* line 966, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h1, .h1 {
  font-size: 41px;
}

/* line 968, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h2, .h2 {
  font-size: 34px;
}

/* line 970, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h3, .h3 {
  font-size: 28px;
}

/* line 972, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h4, .h4 {
  font-size: 20px;
}

/* line 974, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h5, .h5 {
  font-size: 16px;
}

/* line 976, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h6, .h6 {
  font-size: 14px;
}

/* line 978, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
p {
  margin: 0 0 10px;
}

/* line 980, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.lead {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 982, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .lead {
    font-size: 24px;
  }
}

/* line 984, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
small, .small {
  font-size: 87%;
}

/* line 986, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
mark, .mark {
  background-color: #fcf8e3;
  padding: .2em;
}

/* line 988, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.text-left {
  text-align: left;
}

/* line 990, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.text-right {
  text-align: right;
}

/* line 992, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.text-center {
  text-align: center;
}

/* line 994, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.text-justify {
  text-align: justify;
}

/* line 996, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 998, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 1000, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.text-uppercase, .initialism, .initialism {
  text-transform: uppercase;
}

/* line 1002, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 1004, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.text-muted {
  color: #757575;
}

/* line 1006, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.text-primary {
  color: #343a3a;
}

/* line 1008, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.text-primary:hover, a.text-primary:focus {
  color: #1c1f1f;
}

/* line 1010, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.text-success {
  color: #3c763d;
}

/* line 1012, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.text-success:hover, a.text-success:focus {
  color: #2b542c;
}

/* line 1014, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.text-info {
  color: #31708f;
}

/* line 1016, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.text-info:hover, a.text-info:focus {
  color: #245269;
}

/* line 1018, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 1020, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.text-warning:hover, a.text-warning:focus {
  color: #66512c;
}

/* line 1022, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.text-danger {
  color: #a94442;
}

/* line 1024, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.text-danger:hover, a.text-danger:focus {
  color: #843534;
}

/* line 1026, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.bg-primary {
  color: #fff;
}

/* line 1028, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.bg-primary {
  background-color: #343a3a;
}

/* line 1030, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.bg-primary:hover, a.bg-primary:focus {
  background-color: #1c1f1f;
}

/* line 1032, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 1034, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.bg-success:hover, a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 1036, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 1038, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.bg-info:hover, a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 1040, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 1042, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.bg-warning:hover, a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 1044, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 1046, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.bg-danger:hover, a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 1048, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 1050, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 1052, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0;
}

/* line 1054, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 1056, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 1058, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/* line 1060, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 1062, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
dt, dd {
  line-height: 1.25;
}

/* line 1064, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
dt {
  font-weight: bold;
}

/* line 1066, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
dd {
  margin-left: 0;
}

/* line 1068, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

/* line 1070, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 1072, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 1073, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 1075, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #757575;
}

/* line 1077, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.initialism {
  font-size: 90%;
}

/* line 1079, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}

/* line 1081, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 1083, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.25;
  color: #757575;
}

/* line 1085, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0';
}

/* line 1087, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.blockquote-reverse, blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

/* line 1089, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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: '';
}

/* line 1091, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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';
}

/* line 1093, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.25;
}

/* line 1095, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
code, kbd, pre, samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 1097, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 1099, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 1101, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

/* line 1103, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.25;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 1105, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 1107, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 1109, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 1111, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}

/* line 1113, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 1115, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 1117, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 1119, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .container {
    width: 1170px;
  }
}

/* line 1121, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 1123, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

/* line 1125, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.container-fluid:after {
  clear: both;
}

/* line 1127, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 1129, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 1131, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.row:after {
  clear: both;
}

/* line 1133, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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: 15px;
  padding-right: 15px;
}

/* line 1135, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1137, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-1 {
  width: 8.33333%;
}

/* line 1139, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-2 {
  width: 16.66667%;
}

/* line 1141, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-3 {
  width: 25%;
}

/* line 1143, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-4 {
  width: 33.33333%;
}

/* line 1145, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-5 {
  width: 41.66667%;
}

/* line 1147, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-6 {
  width: 50%;
}

/* line 1149, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-7 {
  width: 58.33333%;
}

/* line 1151, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-8 {
  width: 66.66667%;
}

/* line 1153, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-9 {
  width: 75%;
}

/* line 1155, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-10 {
  width: 83.33333%;
}

/* line 1157, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-11 {
  width: 91.66667%;
}

/* line 1159, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-12 {
  width: 100%;
}

/* line 1161, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 1163, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-pull-1 {
  right: 8.33333%;
}

/* line 1165, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-pull-2 {
  right: 16.66667%;
}

/* line 1167, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 1169, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-pull-4 {
  right: 33.33333%;
}

/* line 1171, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-pull-5 {
  right: 41.66667%;
}

/* line 1173, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 1175, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-pull-7 {
  right: 58.33333%;
}

/* line 1177, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-pull-8 {
  right: 66.66667%;
}

/* line 1179, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 1181, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-pull-10 {
  right: 83.33333%;
}

/* line 1183, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-pull-11 {
  right: 91.66667%;
}

/* line 1185, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 1187, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 1189, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-push-1 {
  left: 8.33333%;
}

/* line 1191, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-push-2 {
  left: 16.66667%;
}

/* line 1193, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 1195, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-push-4 {
  left: 33.33333%;
}

/* line 1197, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-push-5 {
  left: 41.66667%;
}

/* line 1199, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 1201, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-push-7 {
  left: 58.33333%;
}

/* line 1203, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-push-8 {
  left: 66.66667%;
}

/* line 1205, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 1207, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-push-10 {
  left: 83.33333%;
}

/* line 1209, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-push-11 {
  left: 91.66667%;
}

/* line 1211, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 1213, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 1215, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-offset-1 {
  margin-left: 8.33333%;
}

/* line 1217, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-offset-2 {
  margin-left: 16.66667%;
}

/* line 1219, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 1221, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-offset-4 {
  margin-left: 33.33333%;
}

/* line 1223, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-offset-5 {
  margin-left: 41.66667%;
}

/* line 1225, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 1227, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-offset-7 {
  margin-left: 58.33333%;
}

/* line 1229, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-offset-8 {
  margin-left: 66.66667%;
}

/* line 1231, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 1233, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-offset-10 {
  margin-left: 83.33333%;
}

/* line 1235, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-offset-11 {
  margin-left: 91.66667%;
}

/* line 1237, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 1239, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .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;
  }
  /* line 1240, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-1 {
    width: 8.33333%;
  }
  /* line 1241, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-2 {
    width: 16.66667%;
  }
  /* line 1242, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 1243, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-4 {
    width: 33.33333%;
  }
  /* line 1244, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-5 {
    width: 41.66667%;
  }
  /* line 1245, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 1246, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-7 {
    width: 58.33333%;
  }
  /* line 1247, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-8 {
    width: 66.66667%;
  }
  /* line 1248, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 1249, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-10 {
    width: 83.33333%;
  }
  /* line 1250, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-11 {
    width: 91.66667%;
  }
  /* line 1251, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 1252, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 1253, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  /* line 1254, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  /* line 1255, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 1256, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  /* line 1257, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  /* line 1258, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 1259, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  /* line 1260, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  /* line 1261, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 1262, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  /* line 1263, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  /* line 1264, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 1265, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 1266, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-push-1 {
    left: 8.33333%;
  }
  /* line 1267, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-push-2 {
    left: 16.66667%;
  }
  /* line 1268, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 1269, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-push-4 {
    left: 33.33333%;
  }
  /* line 1270, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-push-5 {
    left: 41.66667%;
  }
  /* line 1271, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 1272, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-push-7 {
    left: 58.33333%;
  }
  /* line 1273, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-push-8 {
    left: 66.66667%;
  }
  /* line 1274, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 1275, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-push-10 {
    left: 83.33333%;
  }
  /* line 1276, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-push-11 {
    left: 91.66667%;
  }
  /* line 1277, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 1278, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 1279, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 1280, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 1281, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 1282, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 1283, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 1284, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 1285, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 1286, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 1287, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 1288, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 1289, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 1290, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  /* line 1292, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .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;
  }
  /* line 1293, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-1 {
    width: 8.33333%;
  }
  /* line 1294, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-2 {
    width: 16.66667%;
  }
  /* line 1295, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 1296, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-4 {
    width: 33.33333%;
  }
  /* line 1297, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-5 {
    width: 41.66667%;
  }
  /* line 1298, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 1299, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-7 {
    width: 58.33333%;
  }
  /* line 1300, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-8 {
    width: 66.66667%;
  }
  /* line 1301, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 1302, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-10 {
    width: 83.33333%;
  }
  /* line 1303, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-11 {
    width: 91.66667%;
  }
  /* line 1304, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 1305, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 1306, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-pull-1 {
    right: 8.33333%;
  }
  /* line 1307, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-pull-2 {
    right: 16.66667%;
  }
  /* line 1308, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 1309, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-pull-4 {
    right: 33.33333%;
  }
  /* line 1310, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-pull-5 {
    right: 41.66667%;
  }
  /* line 1311, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 1312, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-pull-7 {
    right: 58.33333%;
  }
  /* line 1313, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-pull-8 {
    right: 66.66667%;
  }
  /* line 1314, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 1315, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-pull-10 {
    right: 83.33333%;
  }
  /* line 1316, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-pull-11 {
    right: 91.66667%;
  }
  /* line 1317, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 1318, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 1319, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-push-1 {
    left: 8.33333%;
  }
  /* line 1320, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-push-2 {
    left: 16.66667%;
  }
  /* line 1321, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 1322, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-push-4 {
    left: 33.33333%;
  }
  /* line 1323, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-push-5 {
    left: 41.66667%;
  }
  /* line 1324, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 1325, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-push-7 {
    left: 58.33333%;
  }
  /* line 1326, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-push-8 {
    left: 66.66667%;
  }
  /* line 1327, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 1328, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-push-10 {
    left: 83.33333%;
  }
  /* line 1329, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-push-11 {
    left: 91.66667%;
  }
  /* line 1330, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 1331, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 1332, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 1333, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 1334, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 1335, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 1336, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 1337, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 1338, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 1339, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 1340, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 1341, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 1342, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 1343, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 1345, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .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;
  }
  /* line 1346, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-1 {
    width: 8.33333%;
  }
  /* line 1347, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-2 {
    width: 16.66667%;
  }
  /* line 1348, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 1349, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-4 {
    width: 33.33333%;
  }
  /* line 1350, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-5 {
    width: 41.66667%;
  }
  /* line 1351, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 1352, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-7 {
    width: 58.33333%;
  }
  /* line 1353, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-8 {
    width: 66.66667%;
  }
  /* line 1354, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 1355, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-10 {
    width: 83.33333%;
  }
  /* line 1356, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-11 {
    width: 91.66667%;
  }
  /* line 1357, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 1358, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 1359, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  /* line 1360, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  /* line 1361, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 1362, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  /* line 1363, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  /* line 1364, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 1365, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  /* line 1366, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  /* line 1367, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 1368, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  /* line 1369, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  /* line 1370, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 1371, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 1372, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-push-1 {
    left: 8.33333%;
  }
  /* line 1373, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-push-2 {
    left: 16.66667%;
  }
  /* line 1374, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 1375, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-push-4 {
    left: 33.33333%;
  }
  /* line 1376, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-push-5 {
    left: 41.66667%;
  }
  /* line 1377, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 1378, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-push-7 {
    left: 58.33333%;
  }
  /* line 1379, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-push-8 {
    left: 66.66667%;
  }
  /* line 1380, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 1381, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-push-10 {
    left: 83.33333%;
  }
  /* line 1382, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-push-11 {
    left: 91.66667%;
  }
  /* line 1383, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 1384, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 1385, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  /* line 1386, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  /* line 1387, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 1388, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  /* line 1389, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  /* line 1390, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 1391, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  /* line 1392, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  /* line 1393, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 1394, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  /* line 1395, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  /* line 1396, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* line 1398, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
table {
  background-color: transparent;
}

/* line 1400, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #757575;
  text-align: left;
}

/* line 1402, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
th {
  text-align: left;
}

/* line 1404, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 1406, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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.25;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 1408, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 1410, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1412, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 1414, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.table .table {
  background-color: #fff;
}

/* line 1416, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1418, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 1420, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1422, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 1424, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 1426, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 1428, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 1430, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
table td[class*="col-"], table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 1432, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1434, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1436, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1438, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1440, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1442, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1444, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1446, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1448, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1450, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1452, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  /* line 1454, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 1455, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 1456, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .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;
  }
  /* line 1457, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 1458, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .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;
  }
  /* line 1459, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .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;
  }
  /* line 1460, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .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;
  }
}

/* line 1462, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

/* line 1464, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 1466, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

/* line 1468, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1470, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 1472, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
input[type="file"] {
  display: block;
}

/* line 1474, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 1476, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
select[multiple], select[size] {
  height: auto;
}

/* line 1478, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 1480, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.25;
  color: #555555;
}

/* line 1482, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.25;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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;
  -o-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;
}

/* line 1484, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 1486, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 1488, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 1490, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 1492, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

/* line 1494, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 1496, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 1498, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
textarea.form-control {
  height: auto;
}

/* line 1500, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 1502, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 34px;
  }
  /* line 1503, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm input[type="month"] {
    line-height: 33px;
  }
  /* line 1504, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] {
    line-height: 49px;
  }
}

/* line 1506, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 1508, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.radio, .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 1510, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.radio label, .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

/* line 1512, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1514, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

/* line 1516, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.radio-inline, .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

/* line 1518, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 1520, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
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: not-allowed;
}

/* line 1522, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline, .checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 1524, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 1526, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 36px;
}

/* line 1528, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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, .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, .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;
}

/* line 1530, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 1532, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn {
  height: 33px;
  line-height: 33px;
}

/* line 1534, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, .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[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 1536, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 1538, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}

/* line 1540, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control {
  height: auto;
}

/* line 1542, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 34px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

/* line 1544, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 1546, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn {
  height: 49px;
  line-height: 49px;
}

/* line 1548, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, .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[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

/* line 1550, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 1552, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.form-group-lg select.form-control {
  height: 49px;
  line-height: 49px;
}

/* line 1554, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control {
  height: auto;
}

/* line 1556, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.form-group-lg .form-control-static {
  height: 49px;
  min-height: 40px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333;
}

/* line 1558, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.has-feedback {
  position: relative;
}

/* line 1560, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 1562, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 1564, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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 + .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: 49px;
  height: 49px;
  line-height: 49px;
}

/* line 1566, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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 + .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: 33px;
  height: 33px;
  line-height: 33px;
}

/* line 1568, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1570, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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);
}

/* line 1572, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1574, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

/* line 1576, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 1578, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1580, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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);
}

/* line 1582, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1584, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 1586, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 1588, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1590, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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);
}

/* line 1592, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1594, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

/* line 1596, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 1598, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 1600, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 1602, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #707d7d;
}

@media (min-width: 768px) {
  /* line 1604, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 1605, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 1606, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 1607, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 1608, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
    width: auto;
  }
  /* line 1609, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 1610, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 1611, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 1612, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .form-inline .radio label, .form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 1613, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 1614, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 1616, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

/* line 1618, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.form-horizontal .radio, .form-horizontal .checkbox {
  min-height: 27px;
}

/* line 1620, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 1622, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

/* line 1624, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 1626, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

/* line 1628, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 1630, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  /* line 1632, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

/* line 1634, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.25;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 1636, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1638, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 1640, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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);
}

/* line 1642, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1644, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 1646, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-default {
  color: #231F20;
  background-color: #17A88D;
  border-color: #17A88D;
}

/* line 1648, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 1650, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 1652, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 1654, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 1656, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}

/* line 1658, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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: #fff;
  border-color: #ccc;
}

/* line 1660, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 1662, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-primary {
  color: #fff;
  background-color: #17A88D;
  border-color: #282d2d;
}

/* line 1664, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #1c1f1f;
  border-color: black;
}

/* line 1666, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #1c1f1f;
  border-color: #0b0c0c;
}

/* line 1668, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1c1f1f;
  border-color: #0b0c0c;
}

/* line 1670, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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: #0b0c0c;
  border-color: black;
}

/* line 1672, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}

/* line 1674, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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: #343a3a;
  border-color: #282d2d;
}

/* line 1676, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-primary .badge {
  color: #343a3a;
  background-color: #fff;
}

/* line 1678, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 1680, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 1682, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 1684, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 1686, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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: #398439;
  border-color: #255625;
}

/* line 1688, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}

/* line 1690, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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: #5cb85c;
  border-color: #4cae4c;
}

/* line 1692, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 1694, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 1696, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 1698, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 1700, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 1702, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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: #269abc;
  border-color: #1b6d85;
}

/* line 1704, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}

/* line 1706, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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: #5bc0de;
  border-color: #46b8da;
}

/* line 1708, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 1710, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 1712, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 1714, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 1716, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 1718, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1720, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}

/* line 1722, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1724, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 1726, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 1728, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 1730, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 1732, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 1734, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1736, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}

/* line 1738, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1740, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 1742, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-link {
  color: #3796e7;
  font-weight: normal;
  border-radius: 0;
}

/* line 1744, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1746, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 1748, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-link:hover, .btn-link:focus {
  color: #9B3131;
  text-decoration: none;
  background-color: transparent;
}

/* line 1750, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #757575;
  text-decoration: none;
}

/* line 1752, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 6px;
}

/* line 1754, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 1756, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-xs, .btn-group-xs > .btn, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 1758, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 1760, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 1762, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}

/* line 1764, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

/* line 1766, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.fade.in {
  opacity: 1;
}

/* line 1768, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.collapse {
  display: none;
}

/* line 1770, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.collapse.in {
  display: block;
}

/* line 1772, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
tr.collapse.in {
  display: table-row;
}

/* line 1774, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 1776, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1778, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1780, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.dropup, .dropdown {
  position: relative;
}

/* line 1782, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 1784, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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: 16px;
  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;
}

/* line 1786, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 1788, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 1790, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.25;
  color: #333333;
  white-space: nowrap;
}

/* line 1792, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 1794, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #343a3a;
}

/* line 1796, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #757575;
}

/* line 1798, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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: not-allowed;
}

/* line 1800, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 1802, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.open > a {
  outline: 0;
}

/* line 1804, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.dropdown-menu-right {
  left: auto;
  right: 0;
}

/* line 1806, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.dropdown-menu-left {
  left: 0;
  right: auto;
}

/* line 1808, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.25;
  color: #757575;
  white-space: nowrap;
}

/* line 1810, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

/* line 1812, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 1814, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

/* line 1816, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 1818, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 1819, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 1821, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 1823, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 1825, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1827, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 1829, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 1831, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

/* line 1833, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 1835, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
  float: left;
}

/* line 1837, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 1839, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 1841, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 1843, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 1845, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1847, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 1849, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 1851, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1853, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

/* line 1855, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 1857, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 1859, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

/* line 1861, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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);
}

/* line 1863, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 1865, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn .caret {
  margin-left: 0;
}

/* line 1867, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 1869, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 1871, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 1873, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

/* line 1875, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 1877, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 1879, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1881, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 1883, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 1885, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 1887, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 1889, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1891, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 1893, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 1895, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-group-justified > .btn, .btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

/* line 1897, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 1899, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 1901, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
[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;
}

/* line 1903, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 1905, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

/* line 1907, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 1909, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 1911, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.input-group-addon, .input-group-btn, .input-group .form-control {
  display: table-cell;
}

/* line 1913, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1915, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 1917, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 1919, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.input-group-addon.input-sm, .input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}

/* line 1921, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.input-group-addon.input-lg, .input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 20px;
  border-radius: 6px;
}

/* line 1923, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 1925, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1927, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 1929, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 1931, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 1933, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 1935, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 1937, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 1939, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 1941, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 1943, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 1945, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 1947, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav:before, .nav:after {
  content: " ";
  display: table;
}

/* line 1949, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav:after {
  clear: both;
}

/* line 1951, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 1953, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 1955, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 1957, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav > li.disabled > a {
  color: #757575;
}

/* line 1959, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #757575;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

/* line 1961, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #3796e7;
}

/* line 1963, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 1965, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 1967, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 1969, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 1971, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.25;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 1973, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

/* line 1975, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

/* line 1977, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-pills > li {
  float: left;
}

/* line 1979, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 1981, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 1983, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #343a3a;
}

/* line 1985, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-stacked > li {
  float: none;
}

/* line 1987, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 1989, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-justified, .nav-tabs.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

/* line 1991, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-justified > li, .nav-tabs.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

/* line 1993, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

/* line 1995, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 1997, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 1998, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 2000, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-tabs-justified, .nav-tabs.nav-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 2002, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 2004, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 2006, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 2007, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 2009, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 2011, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.tab-content > .active {
  display: block;
}

/* line 2013, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 2015, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

/* line 2017, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

/* line 2019, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 2021, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar {
    border-radius: 4px;
  }
}

/* line 2023, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

/* line 2025, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 2027, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-header {
    float: left;
  }
}

/* line 2029, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 2031, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

/* line 2033, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 2035, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 2037, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 2038, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 2039, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 2040, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 2042, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 2044, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

/* line 2046, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 2048, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 2050, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 2052, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 2054, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  /* line 2056, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 2058, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 2060, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 2062, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 20px;
  line-height: 20px;
  height: 50px;
}

/* line 2064, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 2066, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 2068, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 2070, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 2072, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 2074, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 2076, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 2078, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 2080, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 2082, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 2084, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 2085, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 2086, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 2087, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 2089, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 2090, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 2091, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 2093, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  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: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 2095, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 2096, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 2097, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 2098, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 2099, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 2100, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 2101, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 2102, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 2103, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-form .radio label, .navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 2104, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 2105, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 2107, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 2108, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 2110, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .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;
  }
}

/* line 2112, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 2114, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 2116, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 2118, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > .navbar-btn.btn {
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}

/* line 2120, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 2122, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 2124, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  /* line 2126, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 2127, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 2128, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 2130, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 2132, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 2134, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 2136, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 2138, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 2140, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 2142, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 2144, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 2146, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 2148, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 2150, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 2152, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 2154, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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) {
  /* line 2156, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 2157, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .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;
  }
  /* line 2158, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .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;
  }
  /* line 2159, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .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;
  }
}

/* line 2161, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 2163, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 2165, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 2167, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

/* line 2169, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 2171, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

/* line 2173, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-inverse .navbar-brand {
  color: #9c9c9c;
}

/* line 2175, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 2177, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-inverse .navbar-text {
  color: #9c9c9c;
}

/* line 2179, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9c9c9c;
}

/* line 2181, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 2183, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

/* line 2185, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 2187, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 2189, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 2191, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 2193, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 2195, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  /* line 2197, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 2198, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 2199, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9c9c9c;
  }
  /* line 2200, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 2201, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .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: #090909;
  }
  /* line 2202, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .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: #444;
    background-color: transparent;
  }
}

/* line 2204, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-inverse .navbar-link {
  color: #9c9c9c;
}

/* line 2206, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 2208, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-inverse .btn-link {
  color: #9c9c9c;
}

/* line 2210, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 2212, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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: #444;
}

/* line 2214, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 2216, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 2218, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.breadcrumb > li + li:before {
  content: "/Ã‚Â ";
  padding: 0 5px;
  color: #ccc;
}

/* line 2220, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.breadcrumb > .active {
  color: #757575;
}

/* line 2222, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 2224, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.pagination > li {
  display: inline;
}

/* line 2226, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.25;
  text-decoration: none;
  color: #3796e7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

/* line 2228, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 2230, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 2232, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  z-index: 2;
  color: #9B3131;
  background-color: #eeeeee;
  border-color: #ddd;
}

/* line 2234, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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: #343a3a;
  border-color: #343a3a;
  cursor: default;
}

/* line 2236, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #757575;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

/* line 2238, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
}

/* line 2240, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

/* line 2242, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

/* line 2244, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}

/* line 2246, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 2248, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 2250, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

/* line 2252, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.pager:before, .pager:after {
  content: " ";
  display: table;
}

/* line 2254, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.pager:after {
  clear: both;
}

/* line 2256, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.pager li {
  display: inline;
}

/* line 2258, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 2260, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 2262, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.pager .next > a, .pager .next > span {
  float: right;
}

/* line 2264, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.pager .previous > a, .pager .previous > span {
  float: left;
}

/* line 2266, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #757575;
  background-color: #fff;
  cursor: not-allowed;
}

/* line 2268, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 2270, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.label:empty {
  display: none;
}

/* line 2272, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 2274, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 2276, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.label-default {
  background-color: #757575;
}

/* line 2278, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5c5c5c;
}

/* line 2280, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.label-primary {
  background-color: #343a3a;
}

/* line 2282, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #1c1f1f;
}

/* line 2284, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 2286, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 2288, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 2290, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 2292, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 2294, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 2296, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 2298, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 2300, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #757575;
  border-radius: 10px;
}

/* line 2302, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.badge:empty {
  display: none;
}

/* line 2304, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 2306, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 2308, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #3796e7;
  background-color: #fff;
}

/* line 2310, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.list-group-item > .badge {
  float: right;
}

/* line 2312, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 2314, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 2316, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 2318, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 2320, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.jumbotron h1, .jumbotron .h1 {
  color: inherit;
}

/* line 2322, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}

/* line 2324, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 2326, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 2328, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 2330, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 2331, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* line 2332, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .jumbotron h1, .jumbotron .h1 {
    font-size: 72px;
  }
}

/* line 2334, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

/* line 2336, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.thumbnail > img, .thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* line 2338, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.thumbnail .caption {
  padding: 9px;
  color: #343a3a;
}

/* line 2340, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
  border-color: #3796e7;
}

/* line 2342, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 2344, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 2346, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 2348, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.alert > p, .alert > ul {
  margin-bottom: 0;
}

/* line 2350, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 2352, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.alert-dismissable, .alert-dismissible {
  padding-right: 35px;
}

/* line 2354, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 2356, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

/* line 2358, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 2360, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 2362, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

/* line 2364, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 2366, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 2368, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

/* line 2370, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 2372, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 2374, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* line 2376, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 2378, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
  }
}

/* line 2386, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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);
}

/* line 2388, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #343a3a;
  -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;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 2390, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.progress-striped .progress-bar, .progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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;
}

/* line 2392, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.progress.active .progress-bar, .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 2394, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 2396, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 2398, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 2400, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 2402, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 2404, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 2406, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 2408, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-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-image: -o-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-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);
}

/* line 2410, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.media {
  margin-top: 15px;
}

/* line 2412, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.media:first-child {
  margin-top: 0;
}

/* line 2414, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.media, .media-body {
  zoom: 1;
  overflow: hidden;
}

/* line 2416, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.media-body {
  width: 10000px;
}

/* line 2418, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.media-object {
  display: block;
}

/* line 2420, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 2422, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.media-right, .media > .pull-right {
  padding-left: 10px;
}

/* line 2424, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.media-left, .media > .pull-left {
  padding-right: 10px;
}

/* line 2426, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.media-left, .media-right, .media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 2428, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.media-middle {
  vertical-align: middle;
}

/* line 2430, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 2432, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 2434, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 2436, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

/* line 2438, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 2440, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 2442, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 2444, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.list-group-item, button.list-group-item {
  color: #555;
}

/* line 2446, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.list-group-item .list-group-item-heading, button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 2448, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.list-group-item:hover, a.list-group-item:focus, button.list-group-item:hover, button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

/* line 2450, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 2452, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #757575;
  cursor: not-allowed;
}

/* line 2454, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 2456, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #757575;
}

/* line 2458, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #343a3a;
  border-color: #343a3a;
}

/* line 2460, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.list-group-item.active .list-group-item-heading, .list-group-item.active .list-group-item-heading > small, .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading > small, .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading > small, .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 2462, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #98a2a2;
}

/* line 2464, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 2466, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.list-group-item-success, button.list-group-item-success {
  color: #3c763d;
}

/* line 2468, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.list-group-item-success .list-group-item-heading, button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 2470, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus, button.list-group-item-success:hover, button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 2472, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus, button.list-group-item-success.active, button.list-group-item-success.active:hover, button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 2474, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 2476, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.list-group-item-info, button.list-group-item-info {
  color: #31708f;
}

/* line 2478, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.list-group-item-info .list-group-item-heading, button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 2480, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus, button.list-group-item-info:hover, button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 2482, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus, button.list-group-item-info.active, button.list-group-item-info.active:hover, button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 2484, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 2486, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.list-group-item-warning, button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 2488, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.list-group-item-warning .list-group-item-heading, button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 2490, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus, button.list-group-item-warning:hover, button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 2492, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus, button.list-group-item-warning.active, button.list-group-item-warning.active:hover, button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 2494, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 2496, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.list-group-item-danger, button.list-group-item-danger {
  color: #a94442;
}

/* line 2498, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.list-group-item-danger .list-group-item-heading, button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 2500, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus, button.list-group-item-danger:hover, button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 2502, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus, button.list-group-item-danger.active, button.list-group-item-danger.active:hover, button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 2504, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 2506, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 2508, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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);
}

/* line 2510, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-body {
  padding: 15px;
}

/* line 2512, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

/* line 2514, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-body:after {
  clear: both;
}

/* line 2516, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 2518, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 2520, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}

/* line 2522, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
  color: inherit;
}

/* line 2524, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 2526, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel > .list-group, .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 2528, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 2530, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 2532, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 2534, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

/* line 2536, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 2538, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 2540, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 2542, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

/* line 2544, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 2546, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 2548, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 2550, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 2552, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 2554, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 2556, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 2558, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 2560, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 2562, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 2564, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 2566, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 2568, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 2570, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 2572, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 2574, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 2576, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 2578, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 2580, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 2582, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 2584, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 2586, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 2588, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 2590, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-default {
  border-color: #ddd;
}

/* line 2592, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 2594, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 2596, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 2598, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 2600, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-primary {
  border-color: #343a3a;
}

/* line 2602, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #343a3a;
  border-color: #343a3a;
}

/* line 2604, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #343a3a;
}

/* line 2606, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-primary > .panel-heading .badge {
  color: #343a3a;
  background-color: #fff;
}

/* line 2608, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #343a3a;
}

/* line 2610, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 2612, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 2614, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 2616, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 2618, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 2620, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 2622, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 2624, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 2626, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 2628, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 2630, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 2632, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 2634, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 2636, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 2638, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 2640, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 2642, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 2644, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 2646, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 2648, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 2650, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 2652, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/* line 2654, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 2656, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 2658, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 2660, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 2662, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 2664, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 2666, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 2668, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 2670, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 2672, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-open {
  overflow: hidden;
}

/* line 2674, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 2676, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 2678, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 2680, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 2682, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 2684, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-content {
  position: relative;
  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;
}

/* line 2686, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 2688, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 2690, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 2692, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 2694, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

/* line 2696, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-header:after {
  clear: both;
}

/* line 2698, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 2700, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-title {
  margin: 0;
  line-height: 1.25;
}

/* line 2702, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 2704, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 2706, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

/* line 2708, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-footer:after {
  clear: both;
}

/* line 2710, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

/* line 2712, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 2714, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 2716, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

/* line 2718, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal {
  -webkit-overflow-scrolling: auto;
}

/* line 2720, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal .modal-dialog {
  z-index: 1051;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 768px) {
  /* line 2722, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 2723, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 2724, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 2726, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 2728, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.25;
  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: 14px;
  opacity: 0;
  filter: alpha(opacity=0);
}

/* line 2730, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 2732, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

/* line 2734, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

/* line 2736, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

/* line 2738, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

/* line 2740, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 2742, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 2744, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 2746, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 2748, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 2750, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 2752, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 2754, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 2756, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 2758, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 2760, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.25;
  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: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 2762, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.popover.top {
  margin-top: -10px;
}

/* line 2764, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.popover.right {
  margin-left: 10px;
}

/* line 2766, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 2768, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.popover.left {
  margin-left: -10px;
}

/* line 2770, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 2772, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 2774, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 2776, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 2778, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

/* line 2780, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

/* line 2782, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

/* line 2784, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

/* line 2786, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

/* line 2788, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

/* line 2790, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 2792, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 2794, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

/* line 2796, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.carousel {
  position: relative;
}

/* line 2798, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 2800, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 2802, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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) {
  /* line 2804, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 2805, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 2806, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 2807, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .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;
  }
}

/* line 2809, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

/* line 2811, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 2813, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 2815, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 2817, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 2819, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

/* line 2821, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 2823, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 2825, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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: transparent;
}

/* line 2827, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  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);
}

/* line 2829, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  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);
}

/* line 2831, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

/* line 2833, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 2835, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 2837, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 2839, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

/* line 2841, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.carousel-control .icon-prev:before {
  content: '\2039';
}

/* line 2843, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.carousel-control .icon-next:before {
  content: '\203a';
}

/* line 2845, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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;
}

/* line 2847, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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: transparent;
}

/* line 2849, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

/* line 2851, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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);
}

/* line 2853, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 2855, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .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;
  }
  /* line 2856, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 2857, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 2858, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  /* line 2859, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 2861, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 2863, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.clearfix:after {
  clear: both;
}

/* line 2865, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 2867, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.pull-right {
  float: right !important;
}

/* line 2869, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.pull-left {
  float: left !important;
}

/* line 2871, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.hide {
  display: none !important;
}

/* line 2873, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.show {
  display: block !important;
}

/* line 2875, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.invisible {
  visibility: hidden;
}

/* line 2877, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 2879, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.hidden {
  display: none !important;
}

/* line 2881, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 2885, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.visible-xs {
  display: none !important;
}

/* line 2887, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.visible-sm {
  display: none !important;
}

/* line 2889, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.visible-md {
  display: none !important;
}

/* line 2891, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.visible-lg {
  display: none !important;
}

/* line 2893, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.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) {
  /* line 2895, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 2896, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 2897, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 2898, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 2900, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 2902, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 2904, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 2906, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 2907, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 2908, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 2909, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 2911, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 2913, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 2915, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 2917, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .visible-md {
    display: block !important;
  }
  /* line 2918, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 2919, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 2920, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 2922, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 2924, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 2926, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 2928, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 2929, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 2930, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 2931, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 2933, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 2935, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 2937, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 2939, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 2941, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 2943, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 2945, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 2947, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 2949, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .visible-print {
    display: block !important;
  }
  /* line 2950, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 2951, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 2952, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  th.visible-print, td.visible-print {
    display: table-cell !important;
  }
}

/* line 2954, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 2956, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 2958, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 2960, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 2962, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 2964, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 2966, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .hidden-print {
    display: none !important;
  }
}

/* Slider */
/* line 2969, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 2971, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

/* line 2973, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.slick-list:focus {
  outline: none;
}

/* line 2975, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 2977, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 2979, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 2981, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

/* line 2983, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.slick-track:after {
  clear: both;
}

/* line 2985, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 2987, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

/* line 2989, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
[dir="rtl"] .slick-slide {
  float: right;
}

/* line 2991, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.slick-slide img {
  display: block;
}

/* line 2993, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 2995, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 2997, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 2999, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 3001, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 3003, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* ========================================================================== Typography ========================================================================== */
/* line 3006, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
html, body {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #343a3a;
  font-size: 100%;
  font-weight: 300;
}

/* line 3008, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-container {
  font-size: 1em;
  line-height: 1.25;
}

/* line 3010, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
::-moz-selection {
  background: rgba(52, 58, 58, 0.5);
  text-shadow: none;
}

/* line 3012, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
::selection {
  background: rgba(52, 58, 58, 0.5);
  text-shadow: none;
}

/* line 3014, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.max-text-width {
  max-width: 35em;
}

/* ========================================================================== Links ========================================================================== */
/* line 3017, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a:link, a:visited {
  color: #717070;
  text-decoration: none;
}

/* line 3020, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a:focus {
  outline: 1px dotted invert;
}

/* line 3022, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a:hover, a:active {
  outline: 0;
  color: #9B3131;
  text-decoration: underline;
}

/* ========================================================================== Headings ========================================================================== */
/* line 3025, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
  margin: 0;
}

/* line 3027, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h1 a:link, h1 a:visited, h2 a:link, h2 a:visited, h3 a:link, h3 a:visited, h4 a:link, h4 a:visited, h5 a:link, h5 a:visited, h6 a:link, h6 a:visited, .h1 a:link, .h1 a:visited, .h2 a:link, .h2 a:visited, .h3 a:link, .h3 a:visited, .h4 a:link, .h4 a:visited, .h5 a:link, .h5 a:visited, .h6 a:link, .h6 a:visited {
  text-decoration: none;
}

/* line 3029, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h1, .h1 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1;
  padding-bottom: 1em;
}

@media only screen and (min-width: 37.5em) {
  /* line 3031, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  h1, .h1 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
  }
}

/* line 3033, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h1, h1 a:link, h1 a:visited, .h1, .h1 a:link, .h1 a:visited {
  color: #343a3a;
}

/* line 3035, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h1 a:hover, h1 a:active, .h1 a:hover, .h1 a:active {
  color: #3796e7;
}

/* line 3037, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h2, .h2 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.27273;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
}

@media only screen and (min-width: 37.5em) {
  /* line 3039, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  h2, .h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.06667;
    padding-bottom: 28px;
    padding-bottom: 1.75rem;
  }
}

/* line 3041, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h2, h2 a:link, h2 a:visited, .h2, .h2 a:link, .h2 a:visited {
  color: #343a3a;
}

/* line 3043, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h2 a:hover, h2 a:active, .h2 a:hover, .h2 a:active {
  color: #3796e7;
}

/* line 3045, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h3, .h3 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.16667;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  font-weight: 500;
}

@media only screen and (min-width: 37.5em) {
  /* line 3047, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  h3, .h3 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.16667;
  }
}

/* line 3049, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h3, h3 a:link, h3 a:visited, .h3, .h3 a:link, .h3 a:visited {
  color: #343a3a;
}

/* line 3051, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h3 a:hover, h3 a:active, .h3 a:hover, .h3 a:active {
  color: #3796e7;
}

/* line 3053, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h4, .h4 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  text-transform: uppercase;
  font-weight: 500;
}

@media only screen and (min-width: 37.5em) {
  /* line 3055, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  h4, .h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

/* line 3057, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h4, h4 a:link, h4 a:visited, .h4, .h4 a:link, .h4 a:visited {
  color: #343a3a;
}

/* line 3059, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h4 a:hover, h4 a:active, .h4 a:hover, .h4 a:active {
  color: #3796e7;
}

/* line 3061, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h5, .h5 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  font-weight: 500;
}

@media only screen and (min-width: 37.5em) {
  /* line 3063, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  h5, .h5 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.3125;
  }
}

/* line 3065, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h5, h5 a:link, h5 a:visited, .h5, .h5 a:link, .h5 a:visited {
  color: #343a3a;
}

/* line 3067, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h5 a:hover, h5 a:active, .h5 a:hover, .h5 a:active {
  color: #3796e7;
}

/* line 3069, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h6, .h6 {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}

@media only screen and (min-width: 37.5em) {
  /* line 3071, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  h6, .h6 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

/* line 3073, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h6, h6 a:link, h6 a:visited, .h6, .h6 a:link, .h6 a:visited {
  color: #343a3a;
}

/* line 3075, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
h6 a:hover, h6 a:active, .h6 a:hover, .h6 a:active {
  color: #3796e7;
}

/* ========================================================================== Text Elements ========================================================================== */
/* line 3078, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
em, i {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: italic;
}

/* line 3080, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
em strong, em b, i strong, i b {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-style: italic;
}

/* line 3082, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
q {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* line 3084, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
strong, b {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* line 3086, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
strong em, strong i, b em, b i {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-style: italic;
}

/* line 3088, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
p {
  padding: 0 0 1em 0;
}

/* line 3090, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.text-warning {
  color: #9B3131;
}

/* ========================================================================== Images/Embeds ========================================================================== */
/*img, object, embed {
  margin-bottom: em($base_font_line_height);
}
p{
  img, object, embed {
    padding-bottom: 0;
  }
}*/
/*
// Fix for images that are SVG
img[src$=".svg"]{
  padding-bottom: 0;
}

svg{
  pointer-events: none;
}
*/
/* ========================================================================== Tables ========================================================================== */
/* line 3112, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
table th {
  background: #343a3a;
  color: white;
  border-right: 2px solid #ffffff;
}

/* line 3114, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
table td {
  padding: 0.125em 0.3125em;
}

/* line 3116, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
table .group img, table .group .glyphicon {
  padding-right: 0.3125em;
}

/* line 3118, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
table a:link, table a:visited {
  text-decoration: none;
}

/* line 3120, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.table-condensed {
  font-size: .75em;
}

/* ========================================================================== Dropdown menu ========================================================================== */
/* line 3123, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.scrollable-menu {
  height: auto;
  max-height: 13.7em;
  overflow-x: hidden;
}

/* ========================================================================== Buttons (probably want to move this) ========================================================================== */
/* line 3126, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.btn-inverse {
  color: white;
  background-color: #343a3a;
  border-color: #17A88D;
}

/* line 3128, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.btn-inverse:focus, a.btn-inverse.focus {
  color: white;
  background-color: #1c1f1f;
  border-color: #433618;
}

/* line 3130, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.btn-inverse:hover {
  color: white;
  background-color: #1c1f1f;
  border-color: #735d2a;
}

/* line 3132, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.btn-inverse:active, a.btn-inverse.active, .open > a.btn-inverse.dropdown-toggle {
  color: white;
  background-color: #1c1f1f;
  border-color: #735d2a;
}

/* line 3134, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.btn-inverse:active:hover, a.btn-inverse:active:focus, a.btn-inverse:active.focus, a.btn-inverse.active:hover, a.btn-inverse.active:focus, a.btn-inverse.active.focus, .open > a.btn-inverse.dropdown-toggle:hover, .open > a.btn-inverse.dropdown-toggle:focus, .open > a.btn-inverse.dropdown-toggle.focus {
  color: white;
  background-color: #0b0c0c;
  border-color: #433618;
}

/* line 3136, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.btn-inverse:active, a.btn-inverse.active, .open > a.btn-inverse.dropdown-toggle {
  background-image: none;
}

/* line 3138, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.btn-inverse.disabled:hover, a.btn-inverse.disabled:focus, a.btn-inverse.disabled.focus, a.btn-inverse[disabled]:hover, a.btn-inverse[disabled]:focus, a.btn-inverse[disabled].focus, fieldset[disabled] a.btn-inverse:hover, fieldset[disabled] a.btn-inverse:focus, fieldset[disabled] a.btn-inverse.focus {
  background-color: #343a3a;
  border-color: #17A88D;
}

/* line 3140, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.btn-inverse .badge {
  color: #343a3a;
  background-color: white;
}

/* line 3142, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 3144, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.btn-default:focus, a.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 3146, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 3148, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.btn-default:active, a.btn-default.active, .open > a.btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 3150, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.btn-default:active:hover, a.btn-default:active:focus, a.btn-default:active.focus, a.btn-default.active:hover, a.btn-default.active:focus, a.btn-default.active.focus, .open > a.btn-default.dropdown-toggle:hover, .open > a.btn-default.dropdown-toggle:focus, .open > a.btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 3152, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.btn-default:active, a.btn-default.active, .open > a.btn-default.dropdown-toggle {
  background-image: none;
}

/* line 3154, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.btn-default.disabled:hover, a.btn-default.disabled:focus, a.btn-default.disabled.focus, a.btn-default[disabled]:hover, a.btn-default[disabled]:focus, a.btn-default[disabled].focus, fieldset[disabled] a.btn-default:hover, fieldset[disabled] a.btn-default:focus, fieldset[disabled] a.btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 3156, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 3158, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.btn-primary {
  color: #fff;
  background-color: #343a3a;
  border-color: #282d2d;
}

/* line 3160, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.btn-primary:focus, a.btn-primary.focus {
  color: #fff;
  background-color: #1c1f1f;
  border-color: black;
}

/* line 3162, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.btn-primary:hover {
  color: #fff;
  background-color: #1c1f1f;
  border-color: #0b0c0c;
}

/* line 3164, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.btn-primary:active, a.btn-primary.active, .open > a.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1c1f1f;
  border-color: #0b0c0c;
}

/* line 3166, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.btn-primary:active:hover, a.btn-primary:active:focus, a.btn-primary:active.focus, a.btn-primary.active:hover, a.btn-primary.active:focus, a.btn-primary.active.focus, .open > a.btn-primary.dropdown-toggle:hover, .open > a.btn-primary.dropdown-toggle:focus, .open > a.btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #0b0c0c;
  border-color: black;
}

/* line 3168, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.btn-primary:active, a.btn-primary.active, .open > a.btn-primary.dropdown-toggle {
  background-image: none;
}

/* line 3170, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.btn-primary.disabled:hover, a.btn-primary.disabled:focus, a.btn-primary.disabled.focus, a.btn-primary[disabled]:hover, a.btn-primary[disabled]:focus, a.btn-primary[disabled].focus, fieldset[disabled] a.btn-primary:hover, fieldset[disabled] a.btn-primary:focus, fieldset[disabled] a.btn-primary.focus {
  background-color: #343a3a;
  border-color: #282d2d;
}

/* line 3172, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.btn-primary .badge {
  color: #343a3a;
  background-color: #fff;
}

/* line 3174, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn, a.btn {
  background-color: #17A88D;
  border-color: #17A88D;
}

/* line 3176, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn:focus, .btn.focus, a.btn:focus, a.btn.focus {
  color: #231F20;
  background-color: #F89C24;
  border-color: #F89C24;
}

/* line 3178, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn:hover, a.btn:hover {
  color: #231F20;
  background-color: #F89C24;
  border-color: #F89C24;
}

/* line 3180, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn:active, .btn.active, .open > .btn.dropdown-toggle, a.btn:active, a.btn.active, .open > a.btn.dropdown-toggle {
  color: white;
  background-color: #3796e7;
  border-color: #3796e7;
}

/* line 3182, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn.dropdown-toggle:focus, .open > .btn.dropdown-toggle.focus, a.btn:active:hover, a.btn:active:focus, a.btn:active.focus, a.btn.active:hover, a.btn.active:focus, a.btn.active.focus, .open > a.btn.dropdown-toggle:hover, .open > a.btn.dropdown-toggle:focus, .open > a.btn.dropdown-toggle.focus {
  color: white;
  background-color: #735d2a;
  border-color: #433618;
}

/* line 3184, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn:active, .btn.active, .open > .btn.dropdown-toggle, a.btn:active, a.btn.active, .open > a.btn.dropdown-toggle {
  background-image: none;
}

/* line 3186, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn.disabled:hover, .btn.disabled:focus, .btn.disabled.focus, .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled].focus, fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .btn.focus, a.btn.disabled:hover, a.btn.disabled:focus, a.btn.disabled.focus, a.btn[disabled]:hover, a.btn[disabled]:focus, a.btn[disabled].focus, fieldset[disabled] a.btn:hover, fieldset[disabled] a.btn:focus, fieldset[disabled] a.btn.focus {
  background-color: Â  #17A88D;
  border-color: #17A88D;
}

/* line 3188, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn .badge, a.btn .badge {
  color: #3796e7;
  background-color: white;
}

/* line 3190, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn.no-touch:hover, a.btn.no-touch:hover {
  background-color: Â  #17A88D;
}

/* line 3192, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-group button:nth-of-type(even) {
  background-color: #a8883d;
}

/* line 3194, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.btn-group button.active {
  background-color: #ffffff;
}

/* line 3196, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.popover--xl + .popover {
  width: 48em;
}

/* line 3198, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.popover--lg + .popover {
  width: 36em;
}

/* line 3200, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.popover--md + .popover {
  width: 24em;
}

/* line 3202, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.popover--sm + .popover {
  width: 18em;
}

@media screen and (min-width: 268px) {
  /* line 3204, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .popover {
    max-width: 188px;
  }
}

@media screen and (min-width: 364px) {
  /* line 3206, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .popover {
    max-width: 284px;
  }
}

@media screen and (min-width: 460px) {
  /* line 3208, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .popover {
    max-width: 380px;
  }
}

@media screen and (min-width: 652px) {
  /* line 3210, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .popover {
    max-width: 572px;
  }
}

@media screen and (min-width: 844px) {
  /* line 3212, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .popover {
    max-width: 764px;
  }
}

/* line 3214, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-header {
  padding: 0.75em 1em 0.5em 1em;
}

/* line 3216, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-header button {
  padding: 0.1em 0.5em;
}

/* line 3218, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-header h4 {
  margin-top: .2em;
  text-transform: none;
}

/* ========================================================================== Remove .text-xs-* .text-sm-* .text-md-* .text-lg-* : once responsive  text-align classes are available in Bootstrap v4.*. $screen-sm-min, $screen-md-min, $screen-lg-min:  are defined by ..\bootstrap\_variables.scss. ========================================================================== */
/* line 3221, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.text-xs-left {
  text-align: left;
}

/* line 3223, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.text-xs-right {
  text-align: right;
}

/* line 3225, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.text-xs-center {
  text-align: center;
}

/* line 3227, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.text-xs-justify {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  /* line 3229, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .text-sm-left {
    text-align: left;
  }
  /* line 3230, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .text-sm-right {
    text-align: right;
  }
  /* line 3231, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .text-sm-center {
    text-align: center;
  }
  /* line 3232, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .text-sm-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 992px) {
  /* line 3234, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .text-md-left {
    text-align: left;
  }
  /* line 3235, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .text-md-right {
    text-align: right;
  }
  /* line 3236, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .text-md-center {
    text-align: center;
  }
  /* line 3237, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .text-md-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 1200px) {
  /* line 3239, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .text-lg-left {
    text-align: left;
  }
  /* line 3240, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .text-lg-right {
    text-align: right;
  }
  /* line 3241, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .text-lg-center {
    text-align: center;
  }
  /* line 3242, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .text-lg-justify {
    text-align: justify;
  }
}

/* ========================================================================== Forms ========================================================================== */
/* line 3247, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
label {
  padding: 0 0 0.3125em 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  color: #343a3a;
}

/* line 3249, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
input[type=text], input[type=url], input[type=email], input[type=tel], input[type=number], input[type=password], textarea, select, select[multiple="multiple"] {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #333333;
  font-size: inherit;
}

/* line 3251, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
input[type=text]:focus, input[type=url]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=password]:focus, textarea:focus, select:focus, select[multiple="multiple"]:focus {
  border-color: #e5e9ec;
}

/* line 3253, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
input[type=text]:focus, input[type=url]:focus, input[type=email]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=password]:focus, textarea:focus {
  -webkit-box-shadow: 0;
  box-shadow: 0;
  transition: all 0.2s ease-in-out;
}

/* line 3255, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
textarea, select[multiple="multiple"] {
  min-height: 5.6em;
  line-height: 1.4;
  resize: none;
}

/* line 3257, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.select-styled {
  position: relative;
  max-width: 28.125em;
}

/* line 3259, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.select-styled:after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 11px;
  width: 0;
  height: 0;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
  pointer-events: none;
}

/* line 3261, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.lt-ie10 .select-styled:after {
  display: none;
}

/* line 3263, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.select-styled select {
  position: relative;
  border: none;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 30px;
}

/* line 3265, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.select-styled select::-ms-expand {
  display: none;
}

/* line 3267, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.select-styled--no-arrow-pad:after {
  right: 3px;
}

/* line 3269, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.select-styled--no-arrow-pad select {
  padding-right: 0;
}

/* line 3271, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
select {
  -webkit-border-radius: 0;
}

/* line 3273, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
select[multiple="multiple"] option {
  text-indent: 0;
  padding: 0.2em 0.6875em;
}

/* line 3275, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-open {
  overflow: hidden;
}

/* line 3277, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-dialog.modal-wide {
  min-width: 80%;
}

/* line 3279, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-content {
  box-shadow: 0px 20px 20px rgba(52, 58, 58, 0.2);
  border: none;
}

/* line 3281, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-title {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* line 3283, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-body .horizontal-scroll-on-narrow__content {
  max-height: 25em;
  overflow-y: auto;
}

/* line 3285, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-subtitle {
  padding-bottom: 1em;
}

/* line 3287, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-footer__buttons {
  margin-bottom: 0.5em !important;
}

/* line 3289, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modalBasic--loading {
  background-image: url("../shared/waiting.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 100px;
}

/* line 3291, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal .hidden-buttons__container {
  display: none;
}

/* line 3293, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal .hidden-buttons__container input {
  display: none;
}

/* ========================================================================== Nav Panel ========================================================================== */
/* line 3296, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.toggle-nav-panel--myaccount, .toggle-nav-panel--main-menu {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
}

@media only screen and (min-width: 31.25em) {
  /* line 3298, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .toggle-nav-panel--myaccount, .toggle-nav-panel--main-menu {
    padding: 15px 30px;
    padding: 0.9375rem 1.875rem;
  }
}

/* line 3300, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.toggle-nav-panel--myaccount:link, .toggle-nav-panel--myaccount:visited, .toggle-nav-panel--main-menu:link, .toggle-nav-panel--main-menu:visited {
  color: white;
  text-decoration: none;
}

/* line 3302, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.toggle-nav-panel--myaccount:focus, .toggle-nav-panel--main-menu:focus {
  outline: 1px dotted invert;
}

/* line 3304, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.toggle-nav-panel--myaccount:hover, .toggle-nav-panel--myaccount:active, .toggle-nav-panel--main-menu:hover, .toggle-nav-panel--main-menu:active {
  outline: 0;
  color: white;
  text-decoration: none;
}

/* line 3306, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.toggle-nav-panel--myaccount {
  padding: 12px;
  float: right;
  text-align: right;
  width: 65%;
}

/* line 3308, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.toggle-nav-panel--myaccount span {
  padding-left: 5px;
}

/* line 3310, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.toggle-nav-panel--main-menu {
  float: left;
  width: 35%;
}

/* line 3312, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.toggle-nav-panel--main-menu span {
  padding-right: 5px;
}

/* line 3314, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-panel {
  background-color: #17A88D;
  overflow: visible !important;
}

/* line 3316, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-panel__top-nav {
  position: relative;
}

/* line 3318, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-panel__welcome {
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-left: 1.53846em;
  padding-right: 1.53846em;
  padding-top: 3.125em;
}

@media only screen and (min-width: 31.25em) {
  /* line 3320, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel__welcome {
    padding-left: 2.30769em;
    padding-right: 2.30769em;
  }
}

/* line 3322, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-panel__welcome-link:link, .nav-panel__welcome-link:visited {
  color: #231F20;
  text-decoration: none;
}

/* line 3324, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-panel__welcome-link:focus {
  outline: 1px dotted invert;
}

/* line 3326, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-panel__welcome-link:hover, .nav-panel__welcome-link:active {
  outline: 0;
  color: white;
  text-decoration: underline;
}

/* line 3328, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-panel__welcome-link--logout:link, .nav-panel__welcome-link--logout:visited .nav-panel__welcome-link--logout:hover, .nav-panel__welcome-link--logout:active {
  text-transform: capitalize;
}

/* line 3330, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-panel__nav-head {
  color: white;
  font-size: 32px;
  font-size: 2rem;
  padding: 0px 0px 5px 0px;
  padding: 0rem 0rem 0.3125rem 0rem;
  padding-left: 0.625em;
  padding-right: 0.625em;
  font-weight: 500;
}

@media only screen and (min-width: 31.25em) {
  /* line 3332, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel__nav-head {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }
}

/* line 3334, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-panel__quick-search {
  padding-top: 1.5625em;
  padding-bottom: 1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  background-color: #ffffff;
}

@media only screen and (min-width: 31.25em) {
  /* line 3336, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel__quick-search {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

/* line 3338, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-panel__footer {
  color: white;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 20px;
  padding: 1.25rem;
  padding-left: 1.53846em;
  padding-right: 1.53846em;
}

@media only screen and (min-width: 31.25em) {
  /* line 3340, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel__footer {
    padding-left: 2.30769em;
    padding-right: 2.30769em;
  }
}

/* line 3342, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-panel__footer-link:link, .nav-panel__footer-link:visited {
  color: white;
  text-decoration: none;
  background: #343a3a;
  font-weight: 500;
}

/* line 3344, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-panel__footer-link:focus {
  outline: 1px dotted invert;
}

/* line 3346, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-panel__footer-link:hover, .nav-panel__footer-link:active {
  outline: 0;
  color: white;
  text-decoration: none;
}

/* line 3348, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.search-options-link:link, .search-options-link:visited {
  text-decoration: none;
}

/* line 3350, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.search-options-link:hover, .search-options-link:focus {
  text-decoration: underline;
  color: #9B3131;
}

/* line 3352, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#KWResetLink:link, #KWResetLink:visited {
  text-decoration: none;
}

/* line 3354, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#KWResetLink:hover, #KWResetLink:focus {
  text-decoration: underline;
  color: #9B3131;
}

/* line 3356, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#BOOLResetLink:link, #BOOLResetLink:visited {
  text-decoration: none;
}

/* line 3358, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#BOOLResetLink:hover, #BOOLResetLink:focus {
  text-decoration: underline;
  color: #9B3131;
}

/* line 3360, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#PHResetLink:link, #PHResetLink:visited {
  text-decoration: none;
}

/* line 3362, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#PHResetLink:hover, #PHResetLink:focus {
  text-decoration: underline;
  color: #9B3131;
}

/* line 3364, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.search-options-link__container {
  padding-top: .3125em;
  text-align: left;
  width: 100%;
}

/* line 3366, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.search-options-link__container a:link, .search-options-link__container a:visited {
  color: #717070;
  text-decoration: none;
}

/* line 3369, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.search-options-link__container a:hover, .search-options-link__container a:focus {
  color: #9B3131;
  text-decoration: underline;
}

/* line 3371, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
div.SearchBoxFlat {
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 0;
  border-spacing: 1px;
  margin: 0;
  padding: 0.125em 0.125em 0.125em 0.375em;
  border: 1px;
}

/* line 3373, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
div.SearchBoxFlat input, div.SearchBoxGlow input {
  border: 0;
  margin: .25em 0;
  outline-style: none;
  padding-right: .3125em;
}

/* line 3375, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
div.SearchBoxGlow {
  background-color: white;
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0.5em rgba(102, 175, 233, 0.6);
  outline: 0;
  margin: 0;
  padding: 0.125em 0.125em 0.125em 0.375em;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0.5em rgba(102, 175, 233, 0.6);
}

/* line 3377, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.Highlight {
  background-color: #ffffaa;
  border: 1px solid #aaaaaa;
  padding: .25em;
  font-size: 0.875rem;
  font-weight: normal;
  max-width: 12.5rem;
  text-align: center;
}

/* line 3379, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.help-form-link {
  padding: 1.25em 0 1.875em 0;
  text-align: center;
}

/* line 3381, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.help-form-link a:link, .help-form-link a:visited {
  text-decoration: none;
}

/* line 3383, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.help-form-link a:hover, .help-form-link a:focus {
  text-decoration: underline;
}

/* line 3385, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header {
  position: relative;
  padding-bottom: 1em;
}

/* line 3387, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__divMessage a:link, .c-search-header__divMessage a:visited {
  color: #3796e7;
}

/* line 3389, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__divMessage a:hover, .c-search-header__divMessage a:focus {
  color: #9B3131;
}

/* line 3391, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-advanced {
  padding-top: 1em;
  padding-bottom: 0;
}

/* line 3393, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-advanced__dropdown {
  height: 1.75em;
  padding-top: 0.25em;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}

/* line 3395, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-advanced__find {
  height: 1.75em;
  padding-top: 0.55em;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  margin-left: 0;
}

/* line 3397, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-advanced__add-list--none {
  height: 0;
}

/* line 3399, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-advanced__add-list {
  height: 1.75em;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  margin-top: 0.25em;
  padding-bottom: 0.25em;
}

/* line 3401, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-advanced__dropdowns-styling {
  height: 1.75em;
  margin-top: 0.25em;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  margin-bottom: 0.5em;
}

/* line 3403, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-advanced__text {
  padding-left: 0;
  margin-bottom: 0.4em;
}

/* line 3405, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-advanced__dropdowns {
  padding-left: 0;
  padding-bottom: 0.25em;
}

/* line 3407, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-advanced__search-string {
  border: solid 1px #CCCCCC;
}

/* line 3409, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__content-container {
  padding-left: 0;
}

/* line 3411, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-quick__button {
  margin-bottom: .5em;
}

/* line 3413, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__row-data {
  padding: 0.25em 0;
  padding-left: 0;
  text-align: left;
}

/* line 3415, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__row--padding {
  margin-top: .3125em;
}

/* line 3417, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__row-label {
  padding-top: 0.25rem;
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  word-break: break-word;
}

/* line 3419, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__row {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

/* line 3421, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__search-options-link-container {
  padding-bottom: 1em;
}

/* line 3423, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header a.c-search-header__search-options-link:link, .c-search-header a.c-search-header__search-options-link:visited {
  color: #3796e7;
}

/* line 3425, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header a.c-search-header__search-options-link:hover, .c-search-header a.c-search-header__search-options-link:focus {
  color: #9B3131;
}

/* line 3427, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__search-options-link {
  font-weight: 500;
  padding-left: 1.25em;
}

/* line 3429, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__search-options-link:link, .c-search-header__search-options-link:hover {
  text-decoration: none;
}

/* line 3431, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__search-options-link .caret {
  border-right: .25em solid transparent;
  border-left: .25em solid transparent;
  border-bottom: .25em solid;
  border-top: none;
}

/* line 3433, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__search-options-link.collapsed .caret {
  border-right: .25em solid transparent;
  border-left: .25em solid transparent;
  border-bottom: none;
  border-top: .25em solid;
}

/* line 3435, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__using-dropdown {
  float: left;
}

/* line 3437, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__using-label {
  padding-right: 1em;
  float: left;
}

/* line 3439, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__box--height {
  height: 1.75em;
}

/* line 3441, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__search-box {
  border: none;
  transition: none;
  margin: 0;
  outline-style: none;
  padding-right: .3125em;
  padding-bottom: 0;
  background-color: white;
  border-bottom-color: none;
  border-top-color: none;
  border-right-color: none;
  border-left-color: none;
}

/* line 3443, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__search-boxinput {
  border: none;
  transition: none;
  outline-style: none;
  padding-right: .3125em;
  padding-bottom: 0;
  padding-top: 0;
}

/* line 3445, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__search-box:focus {
  border-color: none;
}

/* line 3447, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__dropdown {
  border: none;
  width: 15em;
}

/* line 3449, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__header {
  padding-bottom: 0.3125em;
}

/* line 3451, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__header:before, .c-search-header__header:after {
  content: " ";
  display: table;
}

/* line 3453, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__header:after {
  clear: both;
}

/* line 3455, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__form-label {
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 500;
  color: #aab7c1;
}

/* line 3457, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__type-container {
  position: relative;
  color: #343a3a;
}

/* line 3459, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__select-label {
  display: inline-block;
}

/* line 3461, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__type-select-container {
  display: inline-block;
}

/* line 3463, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__type-select {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #343a3a;
  background: none;
  display: inline;
  position: relative;
  font-weight: 500;
}

/* line 3465, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__type-option {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px;
  padding: 0.3125rem;
}

/* line 3467, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__form-group {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  margin-bottom: 0.9375em;
  text-align: left;
}

/* line 3469, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__form-group:before, .c-search-header__form-group:after {
  content: " ";
  display: table;
}

/* line 3471, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__form-group:after {
  clear: both;
}

/* line 3473, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__label-select-databases {
  font-size: .8125em;
  color: #343a3a;
  margin: .5em 0 !important;
  padding: 0 !important;
}

/* line 3475, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__form-group--inline .c-search-header__label {
  float: left;
  width: 35%;
  color: white;
}

/* line 3477, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__form-group--inline .c-search-header__select-container {
  float: right;
  width: 65%;
}

/* line 3479, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-panel__main {
  padding-bottom: 0.625em;
}

/* line 3481, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-term {
  padding-bottom: 0.9375em;
}

/* line 3483, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
input[type=text].c-search-header-term__input {
  background: #ffffff;
  max-width: none;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 15px;
  padding: 0.9375rem;
  height: auto;
  border: none;
}

/* line 3485, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-term__btn {
  border-radius: 0;
  padding: 18px 24px;
  padding: 1.125rem 1.5rem;
}

/* line 3487, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__glyphicon-search {
  padding: .125em 0;
  vertical-align: baseline;
}

/* line 3489, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__label {
  color: #343a3a;
  font-size: .8125em;
  margin: .5em 0;
  padding: 0;
  white-space: normal;
}

/* line 3491, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__label:before, .c-search-header__label:after {
  content: " ";
  display: table;
}

/* line 3493, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__label:after {
  clear: both;
}

/* line 3495, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__checkbox-label {
  text-transform: none;
}

/* line 3497, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__checkbox-label label {
  padding-left: 0.5em;
}

/* line 3499, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__databases-link {
  padding-top: .3125em;
}

/* line 3501, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__checkbox--pad {
  padding-top: .3125em;
}

/* line 3503, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-limit-by:before, .c-search-header-limit-by:after {
  content: " ";
  display: table;
}

/* line 3505, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-limit-by:after {
  clear: both;
}

/* line 3507, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-limit-by__label {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 10px 10px 0px 0px;
  padding: 0.625rem 0.625rem 0rem 0rem;
  margin: 0;
  color: #343a3a;
  text-transform: uppercase;
  text-align: right;
}

/* line 3509, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-limit-by__select-container {
  max-width: 65%;
  width: 100%;
}

/* line 3511, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-options__link {
  padding: 10px;
  padding: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  background: #8d9eab;
  font-weight: 500;
}

/* line 3513, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-options__link:link, .c-search-header-options__link:visited {
  color: white;
  text-decoration: none;
}

/* line 3515, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-options__link:hover, .c-search-header-options__link:active {
  outline: 0;
  color: white;
  text-decoration: none;
}

/* line 3517, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-options__link .caret {
  border-right: .25em solid transparent;
  border-left: .25em solid transparent;
  border-bottom: .25em solid;
  border-top: none;
}

/* line 3519, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-options__link.collapsed .caret {
  border-right: .25em solid transparent;
  border-left: .25em solid transparent;
  border-bottom: none;
  border-top: .25em solid;
}

/* line 3521, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-options__container {
  background: #e5e9ec;
}

/* line 3523, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-options__container:before, .c-search-header-options__container:after {
  content: " ";
  display: table;
}

/* line 3525, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-options__container:after {
  clear: both;
}

/* line 3527, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-databases {
  padding: 0 0.9375em 0.9375em 0.9375em;
}

/* line 3529, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-databases__using {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0px 0px 5px 0px;
  padding: 0rem 0rem 0.3125rem 0rem;
  color: white;
  font-style: italic;
}

/* line 3531, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-more-save__container:before, .c-search-header-more-save__container:after {
  content: " ";
  display: table;
}

/* line 3533, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-more-save__container:after {
  clear: both;
}

/* line 3535, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-save-search__link {
  text-align: center;
  display: block;
  float: right;
  width: 50%;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 15px 0px;
  padding: 0.9375rem 0rem;
  line-height: 1;
  font-weight: 500;
}

/* line 3537, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-save-search__link:link, .c-search-header-save-search__link:visited {
  color: white;
  text-decoration: none;
  background-color: #a8883d;
}

/* line 3539, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-save-search__link:focus {
  outline: 1px dotted invert;
}

/* line 3541, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-save-search__link:hover, .c-search-header-save-search__link:active {
  outline: 0;
  border: none;
  color: #333333;
  text-decoration: none;
  background-color: #ffffff;
}

/* line 3543, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-more-options__link {
  position: relative;
  text-align: center;
  display: block;
  float: left;
  width: 50%;
  text-transform: uppercase;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 15px 0px;
  padding: 0.9375rem 0rem;
  line-height: 1;
  font-weight: 500;
}

/* line 3545, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-more-options__link:link, .c-search-header-more-options__link:visited {
  color: white;
  text-decoration: none;
  background-color: Â  #17A88D;
}

/* line 3547, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-more-options__link:focus {
  outline: 1px dotted invert;
}

/* line 3549, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-more-options__link:hover, .c-search-header-more-options__link:active {
  outline: 0;
  border: none;
  color: #343a3a;
  text-decoration: none;
  background-color: #ffffff;
}

/* line 3551, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-more-options__link:after {
  content: ' ';
  display: inline-block;
  margin-left: .5em;
  width: 0;
  height: 0;
  border-right: .25em solid transparent;
  border-left: .25em solid transparent;
  border-bottom: .25em solid;
  border-top: none;
  vertical-align: middle;
}

/* line 3553, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-more-options__link.collapsed:after {
  border-bottom: none;
  border-top: .25em solid;
  border-right: .25em solid transparent;
  border-left: .25em solid transparent;
}

/* line 3555, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__more-options {
  padding: 0.9375em 0;
  text-align: center;
}

/* line 3557, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__more-options .btn-group {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 381px) {
  /* line 3559, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-search-header__dropdown {
    width: 14.375em;
  }
  /* line 3560, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-search-header__search-box-div--browse {
    width: 17.5em;
  }
}

@media screen and (max-width: 380px) {
  /* line 3562, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-search-header__dropdown {
    width: 100%;
  }
  /* line 3563, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .content-module--full-search {
    padding-bottom: 1.25em;
  }
}

@media screen and (max-width: 650px) {
  /* line 3565, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-search-header {
    padding-bottom: 1em;
  }
}

@media screen and (min-width: 500px) {
  /* line 3567, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-search-header__search-options-link {
    padding-left: 1.875em;
  }
}

@media screen and (max-width: 1200px) {
  /* line 3569, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-search-header-advanced__text {
    margin-bottom: 0.75em;
  }
}

@media screen and (min-width: 1201px) {
  /* line 3571, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-search-header__search-options-link {
    display: none;
  }
  /* line 3572, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-search-header__label-select-databases {
    padding-top: .5625rem;
  }
}

/* line 3574, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
div.c-search-header__search-box-div {
  padding: 0.125em 0.125em 0.125em 0.375em !important;
  width: 100%;
}

/* line 3576, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
div.c-search-header__search-box-div input.AutoSuggestShowCold, div.c-search-header__search-box-div input.AutoSuggestShowHot {
  right: 2.1875em;
}

/* line 3578, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__search-box {
  margin: 0;
  width: calc(100% - 19px - 2.30rem);
}

/* line 3580, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-advanced__search-box input:first-child {
  margin: 0;
  width: calc(100% - 19px - .375rem);
}

/* line 3582, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-community__search-box {
  margin: 0;
  width: calc(100% - 19px - 2.425rem);
}

/* line 3584, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
div.c-search-header__search-box-div--browse {
  padding: 0.125em 0.125em 0.125em 0.375em !important;
  width: 100%;
}

/* line 3586, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__search-box--browse {
  margin: 0;
  width: calc(100% - 2px - 2.05rem);
}

/* line 3588, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__search-label {
  line-height: 100%;
  padding: 0.25em 0.375em;
  position: relative;
  right: 0;
  top: -1px;
}

/* line 3590, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__search-button {
  padding: 0;
  border-width: 0;
  border-radius: 4px;
}

/* line 3592, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__search-options-label {
  color: black;
  font-size: 1em;
  padding-top: .5em;
  text-align: left;
}

/* line 3594, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__search-options-label--large {
  font-size: 1.25em;
}

/* line 3596, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header__label--search {
  margin: .6625em 0;
}

/* line 3598, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility:before, .c-results-utility:after {
  content: " ";
  display: table;
}

/* line 3600, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility:after {
  clear: both;
}

/* line 3602, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility__nav {
  height: 1.15em;
  padding-left: 1em;
  margin-left: 0;
  margin-right: 0;
}

/* line 3604, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility__row {
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}

/* line 3606, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-cr__row--bottom {
  padding-bottom: 1em;
}

/* line 3608, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-cr__row--border {
  border-bottom: 1px solid #ccc;
}

/* line 3610, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-cr__row--top {
  padding-top: 1em;
}

/* line 3612, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility__container-browse {
  padding-bottom: 0;
}

/* line 3614, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility__container-browse .c-results-utility-browse-prev .c-results-utility-browse-next {
  display: inline-block;
  width: 100%;
}

/* line 3616, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility__container {
  padding-bottom: 0.1875em;
}

/* line 3618, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility__container:before, .c-results-utility__container:after {
  content: " ";
  display: table;
}

/* line 3620, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility__container:after {
  clear: both;
}

/* line 3622, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility__container--last {
  padding-bottom: 0;
}

/* line 3624, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility__container--sort-narrow {
  text-align: center;
}

/* line 3626, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility__container--affix.affix {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

/* line 3628, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility__container--full-height {
  height: 100%;
}

/* line 3630, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility__container--full-height .c-results-utility-narrow, .c-results-utility__container--full-height .c-accordion--results-utility, .c-results-utility__container--full-height .c-accordion__panel, .c-results-utility__container--full-height .panel-collapse, .c-results-utility__container--full-height .c-accordion__body {
  height: 100%;
}

/* line 3632, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility__container--full-height .panel-collapse {
  position: relative;
}

/* line 3634, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility__container--full-height .c-results-utility-narrow .c-accordion__body {
  overflow-y: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 3636, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility__container--full-height .close {
  display: block !important;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

/* line 3638, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility__container--full-height .c-results-utility-narrow .c-accordion-lvl2 {
  clear: both;
}

/* line 3640, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility__container--back {
  padding-bottom: 0;
  background: #343a3a;
  color: white;
  height: 2.25em;
}

/* line 3642, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility__container--count-nav {
  text-align: center;
  display: table;
  width: 100%;
}

/* line 3644, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility__container--count-nav:before, .c-results-utility__container--count-nav:after {
  content: none;
}

/* line 3646, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility__container--browse-nav {
  text-align: center;
  display: table;
  width: calc(100% + 1px);
  height: 2.25em;
}

/* line 3648, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility__container--browse-nav:before, .c-results-utility__container--browse-nav:after {
  content: none;
}

/* line 3650, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-result-count {
  float: left;
  width: 50%;
  color: white;
  padding-top: 0.25em;
  text-align: left;
}

/* line 3652, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-per-page {
  float: left;
  width: 50%;
  text-align: right;
  color: white;
}

/* line 3654, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-per-page__select-container {
  display: inline-block;
}

/* line 3656, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-per-page__select-container:after {
  margin-top: -2px;
  color: #343a3a;
}

/* line 3658, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
select.c-results-utility-per-page__select {
  background-color: #ffffff;
  width: auto;
  padding: 3px 16px 2px 1px;
  margin-right: 5px;
}

/* line 3660, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-per-page__label {
  font-size: 13px;
  font-size: 0.8125rem;
  color: white;
  text-transform: uppercase;
}

/* line 3662, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-per-page-browse {
  float: left;
  width: 50%;
  text-align: left;
  color: white;
}

/* line 3664, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-per-page-browse__select-container {
  display: inline-block;
  margin-left: 1em;
  padding-top: 5px;
}

/* line 3666, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-per-page-browse__select-container:after {
  margin-top: -2px;
  color: #343a3a;
}

/* line 3668, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
select.c-results-utility-per-page-browse__select {
  background-color: #ffffff;
  width: auto;
  padding: 3px 1px 2px 1px;
  height: 1.7em;
}

/* line 3670, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-per-page-browse__label {
  font-size: 13px;
  font-size: 0.8125rem;
  color: white;
  text-transform: uppercase;
  vertical-align: bottom;
  padding: 0px;
  margin-bottom: 5px;
  height: 100%;
}

/* line 3672, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-sort {
  float: left;
  width: 50%;
  height: 3.75em;
  padding: 0.25em 0.625em 0.3125em 0.375em;
  background-color: Â  #17A88D;
  text-align: left;
  color: white;
}

/* line 3674, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-sort__label {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0px 0px 3px 0px;
  padding: 0rem 0rem 0.1875rem 0rem;
  margin: 0;
  text-transform: uppercase;
  color: white;
}

/* line 3676, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-sort__option {
  color: #000000;
}

/* line 3678, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
select.c-results-utility-sort__select {
  background-color: #ffffff;
  width: auto;
  padding: 3px 3px 2px 1px;
  margin-right: 5px;
}

/* line 3680, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.js .c-results-utility-narrow {
  display: none;
}

/* line 3682, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-narrow .close {
  display: none;
}

/* line 3684, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-full-pagination {
  text-align: left;
}

/* line 3686, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-full-pagination .btn-toolbar {
  display: inline-block;
}

/* line 3688, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-back__link {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 6px 10px;
  padding: 0.375rem 0.625rem;
  text-transform: uppercase;
}

/* line 3690, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-back__link:link, .c-results-utility-back__link:visited {
  color: white;
  text-decoration: none;
}

/* line 3692, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-back__link:hover, .c-results-utility-back__link:active {
  outline: 0;
  color: white;
  text-decoration: none;
}

/* line 3694, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-back__link:before {
  content: ' ';
  display: inline-block;
  margin-right: 8px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid;
  border-left: none;
}

/* line 3696, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-perpage-browse {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-top: 0.4em;
}

/* line 3698, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-perpage-browse:link, .c-results-utility-perpage-browse:visited {
  color: white;
  text-decoration: none;
}

/* line 3700, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-perpage-browse:hover, .c-results-utility-perpage-browse:active {
  outline: 0;
  color: white;
  text-decoration: none;
}

/* line 3702, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-display-count, .c-results-utility-prev, .c-results-utility-next {
  display: table-cell;
  text-transform: uppercase;
  vertical-align: middle;
  background-color: Â  #17A88D;
}

/* line 3704, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-browse-prev--pad {
  margin-right: 0.5em;
}

/* line 3706, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-browse-prev {
  display: table-cell;
  vertical-align: middle;
  background-color: #8e7333;
}

/* line 3708, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-browse-next {
  display: table-cell;
  vertical-align: middle;
  background: #17A88D;
}

/* line 3710, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-display-count {
  color: white;
  background: #343a3a;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
}

/* line 3712, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-display-count strong {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* line 3714, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-display-count span {
  display: inline-block;
}

/* line 3716, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-prev__link, .c-results-utility-next__link {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 15px 10px;
  padding: 0.9375rem 0.625rem;
}

/* line 3718, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-prev__link:link, .c-results-utility-prev__link:visited, .c-results-utility-next__link:link, .c-results-utility-next__link:visited {
  text-decoration: none;
  color: white;
  background: #17A88D;
}

/* line 3720, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-prev__link:hover, .c-results-utility-prev__link:active, .c-results-utility-next__link:hover, .c-results-utility-next__link:active {
  outline: 0;
  background-color: #B8D8FC;
  text-decoration: none;
}

/* line 3722, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-prev__link:before {
  content: ' ';
  display: inline-block;
  margin-right: 8px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid;
  border-left: none;
}

/* line 3724, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-next__link:after {
  content: ' ';
  display: inline-block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: none;
  border-left: 4px solid;
}

/* line 3726, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-prev-browse__link, .c-results-utility-next-browse__link {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 7px 10px;
  padding: 0.4375rem 0.625rem;
  height: 100%;
  text-align: left;
  white-space: nowrap;
}

/* line 3728, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-prev-browse__link:link, .c-results-utility-prev-browse__link:visited, .c-results-utility-next-browse__link:link, .c-results-utility-next-browse__link:visited {
  text-decoration: none;
  color: white;
}

/* line 3730, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-prev-browse__link:hover, .c-results-utility-prev-browse__link:active, .c-results-utility-next-browse__link:hover, .c-results-utility-next-browse__link:active {
  outline: 0;
  text-decoration: none;
}

/* line 3732, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-browse-next:link, .c-results-utility-browse-next:visited {
  background-color: Â  #17A88D;
}

/* line 3734, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-browse-next:hover, .c-results-utility-browse-next:active {
  background-color: #B8D8FC;
}

/* line 3736, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-browse-next:hover .c-results-utility-next-browse__link, .c-results-utility-browse-next:active .c-results-utility-next-browse__link {
  background-color: #B8D8FC;
}

/* line 3738, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-browse-prev:link, .c-results-utility-browse-prev:visited {
  background-color: #8e7333;
}

/* line 3740, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-browse-prev:hover, .c-results-utility-browse-prev:active {
  background-color: #B8D8FC;
}

/* line 3742, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-browse-prev:hover .c-results-utility-prev-browse__link, .c-results-utility-browse-prev:active .c-results-utility-prev-browse__link {
  background-color: #B8D8FC;
}

/* line 3744, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility--full, .c-results-utility--partial {
  padding-left: 0.4em;
  padding-right: 0.4em;
  padding-top: 0.375em;
  padding-bottom: 4px;
  background-color: #343a3a;
}

@media only screen and (min-width: 31.25em) {
  /* line 3746, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-results-utility--full, .c-results-utility--partial {
    padding-left: 0.6em;
    padding-right: 0.6em;
  }
}

/* line 3748, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility--section-start {
  margin-bottom: 0.625em;
}

/* line 3750, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility.c-results-utility--detail {
  background-color: #a0823a;
}

/* line 3752, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility.c-results-utility--detail.c-results-utility--more {
  background-color: Â  #17A88D;
}

/* line 3754, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-narrow__link .c-results-utility-narrow__narrow-label {
  display: inline;
}

/* line 3756, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-narrow__link .c-results-utility-narrow__narrowed-label {
  display: none;
}

/* line 3758, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-narrow__link.c-results-utility_narrow--narrowed, .c-results-utility-narrow__link.c-results-utility_narrow--narrowed:visited, .c-results-utility-narrow__link.c-results-utility_narrow--narrowed:hover {
  background-color: #ffffaa !important;
  color: #17A88D !important;
}

/* line 3760, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-narrow__link.c-results-utility_narrow--narrowed .c-results-utility-narrow__narrow-label, .c-results-utility-narrow__link.c-results-utility_narrow--narrowed:visited .c-results-utility-narrow__narrow-label, .c-results-utility-narrow__link.c-results-utility_narrow--narrowed:hover .c-results-utility-narrow__narrow-label {
  display: none;
}

/* line 3762, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-narrow__link.c-results-utility_narrow--narrowed .c-results-utility-narrow__narrowed-label, .c-results-utility-narrow__link.c-results-utility_narrow--narrowed:visited .c-results-utility-narrow__narrowed-label, .c-results-utility-narrow__link.c-results-utility_narrow--narrowed:hover .c-results-utility-narrow__narrowed-label {
  display: inline;
}

/* line 3764, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-narrow__link.c-results-utility_narrow--narrowed.c-results-utility_narrow--narrowed:hover, .c-results-utility-narrow__link.c-results-utility_narrow--narrowed:visited.c-results-utility_narrow--narrowed:hover, .c-results-utility-narrow__link.c-results-utility_narrow--narrowed:hover.c-results-utility_narrow--narrowed:hover {
  color: #9B3131 !important;
}

/* line 3766, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion {
  padding-bottom: 0.8125em;
}

/* line 3768, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__save-search-heading {
  padding: 0;
}

/* line 3770, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__save-search-heading h5 {
  color: white;
}

/* line 3772, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__save-search-heading h5:visited, .c-accordion__save-search-heading h5:hover, .c-accordion__save-search-heading h5.focus, .c-accordion__save-search-heading h5:active {
  color: white;
}

/* line 3774, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__save-search-heading h5 a:link {
  color: white;
}

/* line 3776, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__save-search-link {
  border: none;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

/* line 3778, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__save-search-link:link, .c-accordion__save-search-link:visited, .c-accordion__save-search-link:hover, .c-accordion__save-search-link:focus {
  text-decoration: none !important;
}

/* line 3780, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__link-more-less {
  padding-right: 10px;
  font-weight: 500;
  color: #343a3a;
  font-weight: bold;
  text-decoration: none;
}

/* line 3782, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__link-more-less a:link, .c-accordion__link-more-less b:link {
  color: #343a3a;
  text-decoration: none;
}

/* line 3784, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__link-more-less a:visited, .c-accordion__link-more-less b:visited {
  color: #343a3a;
  text-decoration: none;
}

/* line 3786, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__link-more-less a:hover, .c-accordion__link-more-less b:hover {
  color: #9B3131;
  text-decoration: underline;
}

/* line 3788, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__heading {
  padding: 0.25em 0 0;
}

/* line 3790, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__title {
  padding: 0;
}

/* line 3792, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__title a {
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  font-weight: 500;
  color: white;
}

/* line 3794, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__title a:after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 11px;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 4px solid;
  border-top: none;
  vertical-align: middle;
}

/* line 3796, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__title a:link, .c-accordion__title a:visited {
  color: #717070;
  text-decoration: none;
  background-color: #ffffff;
}

/* line 3799, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__title a:focus {
  outline: 1px dotted invert;
}

/* line 3801, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__title a:hover, .c-accordion__title a:active {
  outline: 0;
  color: #343a3a;
  text-decoration: none;
  background-color: #ffffff;
}

/* line 3803, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__title a.collapsed:after {
  border-bottom: none;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 3805, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__body {
  background-color: #ffffff;
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
  padding-right: 0.625em;
  padding-left: 0.625em;
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
}

/* line 3807, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__body p:last-child {
  margin-bottom: 0;
}

/* line 3809, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 3811, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__list--show-bullets {
  list-style: disc;
  padding-left: 1em;
}

/* line 3813, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__list :checked + label {
  color: #e66400;
}

/* line 3815, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__item {
  position: relative;
  margin: 0;
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 5px;
}

/* line 3817, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__item-webparts {
  padding-bottom: 5px;
}

/* line 3819, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__item-webparts--no-bullets {
  list-style: none;
}

/* line 3821, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__item--not-selected {
  list-style: disc;
  padding: 0;
  margin: 0 0 0 11px;
}

/* line 3823, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__link--not-selected {
  color: #3796e7;
}

/* line 3825, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__item--selected {
  list-style-image: url(../shared/raquo.gif);
  padding: 0;
  margin: 0 0 0 11px;
  color: #e66400;
}

/* line 3827, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__link--selected {
  padding: 0.3125em 0em;
  color: #e66400;
  text-decoration: none;
}

/* line 3829, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__link--selected:link {
  text-decoration: none;
  color: #e66400;
}

/* line 3831, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__link--selected:visited {
  text-decoration: none;
  color: #e66400;
}

/* line 3833, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__link--selected:hover {
  text-decoration: underline;
  color: #e66400;
}

/* line 3835, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__link--selected:active {
  text-decoration: none;
  color: #e66400;
}

/* line 3837, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__link {
  padding: 0.3125em 0em;
  text-decoration: none;
  color: #3796e7;
}

/* line 3839, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__link:link {
  color: #717070;
  text-decoration: none;
}

/* line 3842, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__link:visited {
  color: #717070;
  text-decoration: none;
}

/* line 3845, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__link:hover {
  color: #9B3131;
  text-decoration: underline;
}

/* line 3847, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__link:active {
  color: #e66400;
  text-decoration: none;
}

/* line 3849, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__link-webparts-author {
  color: black;
}

/* line 3851, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__span-count {
  text-decoration: none;
  color: black;
  font-style: normal;
  font-weight: 300;
  display: inline;
}

/* line 3853, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__span-count:hover {
  color: black;
  text-decoration: none;
}

/* line 3855, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__checkbox {
  position: absolute;
  left: 0;
  top: 0;
}

/* line 3857, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__checkbox:visited {
  color: #3796e7;
}

/* line 3859, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__checkbox:hover {
  color: #9B3131;
}

/* line 3861, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__label {
  margin-left: 1.25em;
  text-decoration: none;
}

/* line 3863, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__item-narrowsearch {
  text-indent: 0em;
  padding-left: 1.5em;
}

/* line 3865, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__label-narrowsearch {
  text-decoration: none;
  color: #3796e7;
  font-style: normal;
  display: inline;
  font-weight: 300;
}

/* line 3867, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__label-narrowsearch:visited {
  color: #717070;
  text-decoration: none;
}

/* line 3870, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__label-narrowsearch:hover {
  color: #9B3131;
  text-decoration: underline;
}

/* line 3872, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion-lvl2__title-link-subheading {
  position: relative;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #7D7373;
  font-weight: bold;
  padding-bottom: 0.5em;
}

/* line 3874, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion-lvl2__title a {
  position: relative;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  color: white;
}

/* line 3876, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion-lvl2__title a:after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 11px;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 4px solid;
  border-top: none;
  vertical-align: middle;
}

/* line 3878, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion-lvl2__title a:link, .c-accordion-lvl2__title a:visited {
  color: #343a3a;
  text-decoration: none;
  background-color: #ffffff;
  border-top: 1px solid #a6a6a6;
}

/* line 3880, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion-lvl2__title a:focus {
  outline: 1px dotted invert;
}

/* line 3882, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion-lvl2__title a:hover, .c-accordion-lvl2__title a:active {
  outline: 0;
  color: white;
  text-decoration: none;
  background-color: Â  #17A88D;
}

/* line 3884, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion-lvl2__title a.collapsed:after {
  border-bottom: none;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 3886, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion-lvl2__body {
  padding-top: 0.3125em;
  padding-bottom: 0.3125em;
  padding-right: 0.625em;
  padding-left: 1.25em;
  font-size: 14px;
  font-size: 0.875rem;
}

/* line 3888, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion-lvl2__body-narrowsearch {
  padding-left: 1em;
}

/* line 3890, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion--results-utility {
  padding: 0;
  background: none;
}

/* line 3892, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion--results-utility .c-accordion__panel {
  padding-left: 0;
  padding-right: 0;
}

/* line 3894, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion--results-utility .c-accordion__heading {
  float: right;
  width: 50%;
  height: 3.75em;
  text-align: center;
  padding: 0;
}

/* line 3896, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion--results-utility .c-accordion__title {
  height: 100%;
}

/* line 3898, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion--results-utility .c-accordion__title a {
  font-size: 16px;
  font-size: 1rem;
  padding: 22px 0px 0px 0px;
  padding: 1.375rem 0rem 0rem 0rem;
  height: 100%;
  line-height: 1;
  background-color: #a0823a;
  vertical-align: middle;
}

/* line 3900, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion--results-utility .c-accordion__title a:after {
  position: relative;
  top: auto;
  right: auto;
  margin-top: 0;
  margin-left: 5px;
}

/* line 3902, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion--results-utility .c-accordion__title a:link, .c-accordion--results-utility .c-accordion__title a:visited {
  color: white;
  text-decoration: none;
  background-color: #a0823a;
}

/* line 3904, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion--results-utility .c-accordion__title a:focus {
  outline: 1px dotted invert;
}

/* line 3906, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion--results-utility .c-accordion__title a:hover, .c-accordion--results-utility .c-accordion__title a:active {
  outline: 0;
  color: #333333;
  text-decoration: none;
  background-color: #999999;
  border-left: 1px solid #666666;
}

/* line 3908, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion--results-utility .panel-collapse {
  clear: both;
}

/* line 3910, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__account {
  padding: 1.2em;
  padding-top: .5em;
}

/* line 3912, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__account-name {
  font-weight: bold;
  padding-bottom: .8em;
}

/* line 3914, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__account-option {
  padding: 0.5em 0em 0.5em 0.7em;
}

/* line 3916, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__account-option-highlighted a:link, .c-accordion__account-option-highlighted a:visited {
  color: #e66400;
}

/* line 3918, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__account-alert {
  padding: 0.5em 0em 0.5em 2em;
}

/* line 3920, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__account-alert a:link, .c-accordion__account-alert a:visited, .c-accordion__account-alert a:hover {
  font-weight: bold;
}

/* line 3922, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__account-logoff {
  padding-top: 1em;
}

/* line 3924, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__account-logoff a:link, .c-accordion__account-logoff a:visited, .c-accordion__account-logoff a:hover, .c-accordion__account-logoff a:focus {
  text-decoration: none;
}

/* line 3926, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.content-container--wysiwyg .c-accordion .c-accordion__title a {
  border-bottom: 1px solid #b39141;
}

/* line 3928, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion-lvl2__title > a.c-accordion-lvl2__subheading--filtered.collapsed:not(:hover) {
  color: #e66400;
}

/* line 3930, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#c-accordion__panel-narrow .c-accordion__heading.c-accordion__heading--full {
  height: 60px;
  width: 100%;
}

/* line 3932, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-accordion__panel--my-account {
  display: none;
}

@media only screen and (min-width: 40.625em) {
  /* line 3934, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-accordion__panel--my-account {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  /* line 3936, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-accordion__item {
    padding: 0.5em 0;
  }
  /* line 3937, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-accordion__item-narrowsearch .c-accordion__checkbox {
    margin: 0.5em 0;
  }
}

@media only screen and (min-width: 769px) {
  /* line 3939, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-accordion__item {
    padding: 0.25em 0;
  }
  /* line 3940, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-accordion__item-narrowsearch .c-accordion__checkbox {
    margin: 0.4em 0;
  }
}

/* line 3942, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.gbs-preview-div {
  display: none;
  text-align: center;
}

/* .ltfl_header  { background-color: #F7F7F7; border-top: solid 1px #CCCCCC; border-bottom: solid 1px #CCCCCC; padding: 2px 2px 2px 2px; text-align: center; font-weight: bold; color: #333366; } */
/* line 3945, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail:before, .c-title-detail:after {
  content: " ";
  display: table;
}

/* line 3947, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail:after {
  clear: both;
}

/* line 3949, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__view-request {
  font-weight: bold;
}

/* line 3951, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__disable_a_href {
  pointer-events: none;
}

/* line 3953, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-primary-content__section {
  padding: 0px 0px 0px 0px;
}

/* line 3955, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__title-display {
  padding-right: 0.5em !important;
  padding-left: 0.5em !important;
}

/* line 3957, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__special-hold {
  display: none;
  border: 1px solid #ccc;
  background-color: #ffffdd;
  padding: 5px;
  margin: 5px 0px 5px 0px;
  text-align: left;
}

/* line 3959, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__container {
  position: relative;
  padding-bottom: 1.25em;
}

/* line 3961, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__container:before, .c-title-detail__container:after {
  content: " ";
  display: table;
}

/* line 3963, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__container:after {
  clear: both;
}

/* line 3965, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__container-full-display {
  padding-bottom: 0;
}

/* line 3967, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__addthis {
  padding: 15px 0px 0px 8px;
}

/* line 3969, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__addthis a:link, .c-title-detail__addthis a:visited {
  color: #717070;
  text-decoration: none;
}

/* line 3972, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__addthis a:hover, .c-title-detail__addthis a:focus {
  color: #9B3131;
  text-decoration: underline;
}

/* line 3974, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__container--no-border {
  padding-bottom: 0;
}

/* line 3976, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__image-container {
  text-align: center;
  padding-bottom: 0.625em;
  max-width: 12.5em;
}

/* line 3978, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__img {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-bottom: 0em;
}

/* line 3980, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__img--title-display {
  max-height: 8.125em;
  max-width: 6.25em;
}

/* line 3982, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__thumbnail {
  max-width: 100%;
  padding: 0;
  margin: 0;
  max-height: 8.125em;
  max-width: 6.25em;
  border-style: hidden;
}

/* line 3984, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__thumbnail img {
  max-width: 100%;
  padding: 0;
  margin: 0;
  max-height: 8.125em;
  max-width: 6.25em;
  border-style: hidden;
}

/* line 3986, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-meta {
  position: relative;
}

/* line 3988, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-meta:before, .c-title-detail-meta:after {
  content: " ";
  display: table;
}

/* line 3990, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-meta:after {
  clear: both;
}

/* line 3992, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-formats__list {
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: center;
  padding: 6px 2px;
  padding: 0.375rem 0.125rem;
}

/* line 3994, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-formats__list:before, .c-title-detail-formats__list:after {
  content: " ";
  display: table;
}

/* line 3996, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-formats__list:after {
  clear: both;
}

/* line 3998, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-formats__img {
  margin-right: .2em;
  margin-left: .2em;
  height: 34px;
  width: 34px;
  max-width: 34px;
  min-width: 34px;
  max-height: 34px;
  min-height: 34px;
  margin-bottom: .4em;
}

/* line 4000, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__3rd-party-list {
  list-style: none;
  max-width: 15em;
  padding: 6px 2px;
  padding: 0.375rem 0.125rem;
}

/* line 4002, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__3rd-party-list:before, .c-title-detail__3rd-party-list:after {
  content: " ";
  display: table;
}

/* line 4004, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__3rd-party-list:after {
  clear: both;
}

/* line 4006, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__3rd-party-list--chilifresh {
  height: auto;
  width: auto !important;
  margin-bottom: 10px;
  align-content: center;
  align-items: center;
  margin: auto;
  max-width: 115px;
}

/* line 4008, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__3rd-party-list--chilifresh .chili_menu {
  width: auto;
}

/* line 4010, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__3rd-party-list--chilifresh .chili_menu .chili_link {
  width: auto;
}

/* line 4012, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__3rd-party-item {
  text-align: center;
  padding-bottom: 5px;
}

/* line 4014, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__3rd-party-img {
  max-width: 100%;
}

/* line 4016, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__3rd-party-item--google-preview {
  min-height: 1.5em;
  min-width: 4.5em;
  padding: 5px;
}

/* line 4018, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__pub-year {
  font-size: 12px;
  font-size: 0.75rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

/* line 4020, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__3rd-party {
  text-align: center;
  min-width: 4.5em;
}

/* line 4022, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__3rd-party img {
  max-width: 100%;
}

/* line 4024, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-media__container--no-border .c-title-detail__image-container {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0;
  padding-bottom: 0.3125em;
}

/* line 4026, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-info__container {
  float: right;
  width: 70%;
  padding-left: 0.3125em;
}

/* line 4028, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-info__result-num {
  font-size: 20px;
  font-size: 1.25rem;
  color: rgba(52, 58, 58, 0.35);
  font-style: italic;
  position: relative;
  font-weight: 500;
}

/* line 4030, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-info__title {
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
  font-weight: 500;
  font-size: 30px;
  font-size: 1.875rem;
}

/* line 4032, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-info__author {
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

/* line 4034, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-info__desc {
  position: relative;
  padding-right: 0.625em;
}

/* line 4036, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-info__desc.collapsed {
  height: 15.625em;
  overflow: hidden;
}

/* line 4038, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-info__desc.open {
  padding-bottom: 3.5em;
}

/* line 4040, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-info__more-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding-top: 1.5625em;
}

/* line 4042, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-info__more-link {
  position: relative;
  display: inline-block;
  padding: 1.5625em 0.9375em 0.9375em;
  margin-left: auto;
  margin-right: auto;
  color: #343a3a;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 4044, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-info__more-link--less {
  padding-top: 1.25em;
  padding-bottom: 0.3125em;
}

/* line 4046, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__meta-term {
  font-weight: 500;
  color: #666666;
  padding: 0px 0px 2px 0px;
  padding: 0rem 0rem 0.125rem 0rem;
}

/* line 4048, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail__meta-desc {
  color: black;
  padding: 0px 0px 12px 0px;
  padding: 0rem 0rem 0.75rem 0rem;
}

/* line 4050, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-actions__container {
  clear: both;
}

/* line 4052, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-actions__container-wrap {
  margin: 10px 0px;
  margin: 0.625rem 0rem;
}

@media only screen and (min-width: 40.625em) {
  /* line 4054, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-title-detail-actions__container-wrap.js-move-to-sidebar {
    display: none;
  }
}

/* line 4056, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-actions__container-full-display {
  background-color: #f1f3f5;
  padding: 10px;
}

/* line 4058, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-actions__add-to-my-list {
  margin-top: 1em;
  text-align: center;
  position: relative;
}

/* line 4060, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-actions__add-to-my-list .dropdown-menu {
  width: 100%;
}

/* line 4062, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-actions__list--none {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: none;
}

/* line 4064, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-actions__list--none:before, .c-title-detail-actions__list--none:after {
  content: " ";
  display: table;
}

/* line 4066, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-actions__list--none:after {
  clear: both;
}

/* line 4068, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-actions__list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #cdd3d3;
}

/* line 4070, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-actions__list:before, .c-title-detail-actions__list:after {
  content: " ";
  display: table;
}

/* line 4072, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-actions__list:after {
  clear: both;
}

/* line 4074, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-actions__btn--disabled {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 12px 11px;
  padding: 0.75rem 0.6875rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  background-color: silver;
  color: #797979;
}

/* line 4076, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-actions__btn--disabled:link, .c-title-detail-actions__btn--disabled:visited {
  color: #797979;
  background-color: silver;
  text-decoration: none;
  border-top: 1px solid #cdd3d3;
  border-left: 1px solid #cdd3d3;
  border-right: 1px solid #cdd3d3;
}

/* line 4078, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-actions__btn--disabled:link .glyphicon, .c-title-detail-actions__btn--disabled:visited .glyphicon {
  color: #797979;
  background: silver;
  float: left;
  padding: 0.5em 0.5em;
  display: inline-block;
  margin-top: -0.4375em;
  margin-left: -0.5625em;
  margin-right: 0.3125em;
}

/* line 4080, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-actions__btn--disabled:hover, .c-title-detail-actions__btn--disabled:active {
  outline: 0;
  color: #797979;
  background-color: silver;
  text-decoration: none;
}

/* line 4082, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-actions__btn--disabled:hover .glyphicon, .c-title-detail-actions__btn--disabled:active .glyphicon {
  color: #797979;
  background: silver;
}

/* line 4084, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-actions__btn--restricted {
  color: #797979;
  background-color: silver;
  text-decoration: none;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 12px 11px;
  padding: 0.75rem 0.6875rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
}

/* line 4086, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-actions__btn--restricted:link, .c-title-detail-actions__btn--restricted:visited {
  color: #797979;
  background-color: silver;
  text-decoration: none;
  border-top: 1px solid #cdd3d3;
  border-left: 1px solid #cdd3d3;
  border-right: 1px solid #cdd3d3;
}

/* line 4088, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-actions__btn--restricted:focus {
  outline: 1px dotted invert;
}

/* line 4090, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-actions__btn--restricted:hover, .c-title-detail-actions__btn--restricted:active {
  outline: 0;
  color: #797979;
  background-color: silver;
  text-decoration: none;
}

/* line 4092, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-actions__btn {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  padding: 12px 11px;
  padding: 0.75rem 0.6875rem;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  word-wrap: break-word;
}

/* line 4094, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-actions__btn:link, .c-title-detail-actions__btn:visited {
  color: #3796e7;
  background-color: #ffffff;
  text-decoration: none;
  border-top: 1px solid #cdd3d3;
  border-left: 1px solid #cdd3d3;
  border-right: 1px solid #cdd3d3;
}

/* line 4096, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-actions__btn:link .glyphicon, .c-title-detail-actions__btn:visited .glyphicon {
  color: white;
  background: #17A88D;
  float: left;
  padding: 0.5em 0.5em;
  display: inline-block;
  margin-top: -0.4375em;
  margin-left: -0.5625em;
  margin-right: 0.3125em;
}

/* line 4098, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-actions__btn:focus {
  outline: 1px dotted invert;
}

/* line 4100, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-actions__btn:hover, .c-title-detail-actions__btn:active {
  outline: 0;
  color: white;
  background-color: #717070;
  text-decoration: none;
}

/* line 4103, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-accordion__util {
  text-align: right;
  padding-bottom: 0.9375em;
  padding-left: 1.25em;
  padding-right: 1.25em;
}

@media only screen and (min-width: 31.25em) {
  /* line 4105, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-title-detail-accordion__util {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

/* line 4107, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-accordion-util__title-link {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 5px;
  padding: 0.3125rem;
  text-transform: uppercase;
}

/* line 4109, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-accordion-util__title-link:link, .c-title-detail-accordion-util__title-link:visited {
  color: #717070;
  text-decoration: none;
  font-weight: 500;
}

/* line 4112, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-accordion-util__title-link:focus {
  outline: 1px dotted invert;
}

/* line 4114, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-accordion-util__title-link:hover, .c-title-detail-accordion-util__title-link:active {
  outline: 0;
  color: #343a3a;
  text-decoration: none;
}

/* line 4116, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-accordion__container {
  padding-top: 0.8125em;
  padding-bottom: 0.8125em;
  background-color: #e5e9ec;
}

/* line 4118, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-accordion__panel {
  padding-left: 1.25em;
  padding-right: 1.25em;
}

@media only screen and (min-width: 31.25em) {
  /* line 4120, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-title-detail-accordion__panel {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

/* line 4122, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-accordion__panel--margin {
  margin-right: 20px;
  margin-left: 20px;
}

/* line 4124, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-accordion__heading {
  padding: 0.25em 0 0;
}

/* line 4126, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-accordion__title-link {
  position: relative;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  padding: 10px 15px;
  padding: 0.625rem 0.9375rem;
  color: #3796e7;
  background-color: #ffffff;
}

/* line 4128, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-accordion__title-link:after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: 10px;
  right: 11px;
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 4px solid;
  border-top: none;
  vertical-align: middle;
}

/* line 4130, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-accordion__title-link:link, .c-title-detail-accordion__title-link:visited {
  color: #717070;
  text-decoration: none;
  background-color: #ffffff;
  font-weight: 500;
}

/* line 4133, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-accordion__title-link:focus {
  outline: 1px dotted invert;
}

/* line 4135, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-accordion__title-link:hover, .c-title-detail-accordion__title-link:active {
  outline: 0;
  color: white;
  text-decoration: none;
  background-color: Â  #17A88D;
}

/* line 4137, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-accordion__title-link.collapsed:after {
  border-bottom: none;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 4139, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-accordion__body {
  max-width: 100%;
  overflow-x: auto;
  background-color: #ffffff;
  padding: 0.625em 0.9375em;
}

/* line 4141, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail--initial-single-col .c-title-detail-media__container {
  float: left;
  width: 30%;
  padding: 0 4% 0 0;
  max-width: 12.5em;
}

/* line 4143, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail--initial-two-col .c-title-detail-media__container {
  float: left;
  width: 30%;
  padding: 0 4% 0 0;
  max-width: 12.5em;
}

/* line 4145, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail--initial-two-col .c-title-detail-info__container {
  float: right;
  width: 70%;
  padding-left: 0.3125em;
}

/* line 4147, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail--initial-two-col .c-title-detail-formats__list {
  float: left;
  width: 100%;
  margin: 0;
  list-style: none;
}

/* line 4149, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail--initial-two-col .c-title-detail-formats__list:before, .c-title-detail--initial-two-col .c-title-detail-formats__list:after {
  content: " ";
  display: table;
}

/* line 4151, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail--initial-two-col .c-title-detail-formats__list:after {
  clear: both;
}

/* line 4153, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail--initial-two-col .c-title-detail__pub-year {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 4155, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-info__more-container {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF');";
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF');
  zoom: 1;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 60%);
}

/* line 4157, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-info__more-link:link, .c-title-detail-info__more-link:visited {
  color: #717070;
  text-decoration: none;
}

/* line 4160, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-info__more-link:focus {
  outline: 1px dotted invert;
}

/* line 4162, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-info__more-link:hover, .c-title-detail-info__more-link:active {
  outline: 0;
  color: #666666;
  text-decoration: none;
}

/* line 4164, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-info-secondary__container {
  padding-right: 0.5em;
}

/* line 4166, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-info-secondary__container table {
  empty-cells: hide;
}

/* line 4168, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.title-list__status {
  color: #9B3131;
  padding: 0.5em 0 0.5em 0.5em;
}

/* line 4170, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.title-list__remove-icon {
  color: #216c2a;
  margin-right: .1em;
}

/* line 4172, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-add-to-my-list.dropdown-toggle:hover {
  cursor: pointer;
}

/* ========================================================================== Previous Titles ========================================================================== */
/* line 4175, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-previous-titles__container {
  position: relative;
  padding-bottom: 1.25em;
}

/* line 4177, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-previous-titles__image-title-author-link-ul {
  list-style: none;
}

/* line 4179, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-previous-titles__image-title-author-link, .c-previous-titles __image-title-author-link-li, .c-previous-titles __image-title-author-link-ul {
  padding-bottom: 0.125em;
  font-weight: 500;
  display: block;
  text-align: center;
  vertical-align: middle;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
}

/* line 4181, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-previous-titles__image-title-author-link:link, .c-previous-titles__image-title-author-link:visited, .c-previous-titles __image-title-author-link-li:link, .c-previous-titles __image-title-author-link-li:visited, .c-previous-titles __image-title-author-link-ul:link, .c-previous-titles __image-title-author-link-ul:visited {
  color: #717070;
  text-decoration: none;
}

/* line 4184, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-previous-titles__image-title-author-link:hover, .c-previous-titles __image-title-author-link-li:hover, .c-previous-titles __image-title-author-link-ul:hover {
  color: #9B3131;
  text-decoration: underline;
}

/* line 4186, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-previous-titles__image-title-author-link a:link, .c-previous-titles__image-title-author-link a:visited, .c-previous-titles __image-title-author-link-li a:link, .c-previous-titles __image-title-author-link-li a:visited, .c-previous-titles __image-title-author-link-ul a:link, .c-previous-titles __image-title-author-link-ul a:visited {
  color: #717070;
  text-decoration: none;
}

/* line 4189, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-previous-titles__image-title-author-link a:hover, .c-previous-titles __image-title-author-link-li a:hover, .c-previous-titles __image-title-author-link-ul a:hover {
  color: #9B3131;
  text-decoration: underline;
}

/* line 4191, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-previous-titles__image-title-author-link-img {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-bottom: 0em;
  max-height: 8.125em;
  max-width: 6.25em;
}

/* line 4193, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-previous-titles__material-type, .c-previous-titles__material-type-img {
  padding-bottom: 0.125em;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 4195, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-previous-titles__pub-year {
  font-size: 0.75rem;
  text-align: center;
}

/* line 4197, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-previous-titles__recently-viewed {
  margin-top: 1.5em;
  margin-left: 0.5em;
  color: #717070;
  text-decoration: none;
}

/* line 4200, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-previous-titles__recently-viewed:link, .c-previous-titles__recently-viewed:visited {
  color: #717070;
  text-decoration: none;
}

/* line 4203, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-previous-titles__recently-viewed:hover {
  color: #9B3131;
  text-decoration: underline;
}

/* line 4205, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-previous-titles__recently-viewed a:link, .c-previous-titles__recently-viewed a:visited {
  color: #717070;
  text-decoration: none;
}

/* line 4208, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-previous-titles__recently-viewed a:hover {
  color: #9B3131;
  text-decoration: underline;
}

/* line 4210, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
div.AutoSuggestMenu {
  background-clip: padding-box;
  background-color: transparent;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  margin: 1px 0 0;
  padding: 0;
  z-index: 9999;
}

/* line 4212, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
div.AutoSuggestMenu ul {
  border: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  list-style: none;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 4214, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
div.AutoSuggestMenu ul li {
  color: #000;
  margin: 0px;
  padding: 2px 6px;
  white-space: nowrap;
  background-color: white;
  font-size: 16px;
  font-weight: bold;
}

/* line 4216, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
div.AutoSuggestMenu ul li span {
  color: #30465b;
  font-size: 16px;
  font-weight: 100;
}

/* line 4218, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
div.AutoSuggestMenu ul li#AutoSuggestHighlight {
  background-color: Â  #17A88D;
  color: white;
  margin: 0px;
  padding: 2px 6px;
  white-space: nowrap;
}

/* line 4220, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
div.AutoSuggestMenu ul li#AutoSuggestHighlight span {
  color: white;
}

/* line 4222, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
div.AutoSuggestMenu p {
  background: #fff;
  border-left: 8px;
  border-top: 1px solid #eee;
  color: #000000;
  margin: 0px 0px 0px 0px;
  padding: 4px 4px 4px 4px;
}

/* line 4224, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
div.AutoSuggestMenu p span {
  background: transparent url(../shared/hide_suggestions_hot.gif) no-repeat left 50%;
  color: #3796e7;
  font-size: 14px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 21px;
  text-decoration: underline;
}

/* line 4226, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
div.AutoSuggestMenu p span:hover {
  color: #9B3131;
}

/* line 4228, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
input.AutoSuggestShowCold {
  background: transparent url(../shared/show_suggestions_cold.gif) no-repeat center 50%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 21px;
}

/* line 4230, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
input.AutoSuggestShowHot {
  background: transparent url(../shared/show_suggestions_hot.gif) no-repeat center 50%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 21px;
}

/* line 4232, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.AdvancedHint {
  padding: 5px;
  width: 95%;
  color: #333333;
}

/* line 4234, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-brief-block-subzone {
  float: none;
  margin-bottom: 5px;
}

/* line 4236, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-brief-hosted-by-group {
  font-size: 100%;
  text-indent: 12px;
}

/* line 4238, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-brief-iconified-group {
  padding-left: 1em;
  text-indent: -1em;
}

/* line 4240, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-brief-iconified-group .glyphicon-new-window {
  padding: 0 0.1em;
  text-indent: 0;
}

/* line 4242, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-brief-inline-subzone {
  float: none;
}

/* line 4244, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-brief-label {
  color: #71777A;
  font-size: .875em;
  word-wrap: break-word;
}

/* line 4246, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-brief-label.nsm-e258 {
  color: #000;
  font-weight: bold;
}

/* line 4248, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-brief-primary-author-group {
  text-indent: 12px;
  word-wrap: break-word;
}

/* line 4250, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-brief-primary-name-group {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 2px;
  word-break: break-word;
}

/* line 4252, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-brief-primary-title-group {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 2px;
  word-break: break-word;
}

/* line 4254, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-brief-primary-title-group + .nsm-brief-standard-group, .nsm-brief-primary-author-group + .nsm-brief-standard-group {
  padding-top: .5em;
}

/* line 4256, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-brief-standard-group {
  margin-bottom: 2px;
  padding-left: 1em;
  text-indent: -1em;
}

/* line 4258, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-highlight-local-availability {
  font-weight: bold;
}

/* line 4260, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-hit-text {
  font-style: italic;
  font-weight: bold;
}

/* line 4262, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-full-block-subzone {
  float: none;
  margin-bottom: 5px;
}

/* line 4264, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-full-content {
  line-height: 1.5em;
  font-size: .875em;
  text-align: left;
  width: 75%;
  word-wrap: break-word;
}

/* line 4266, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-full-label {
  color: #71777A;
  font-size: .875em;
  line-height: 1.5em;
  text-align: right;
  width: 25%;
  word-wrap: break-word;
}

/* line 4268, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-full-label.nsm-e258 {
  color: #000;
  font-weight: bold;
}

/* line 4270, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-full-inline-subzone {
  float: none;
  font: .875em;
}

/* line 4272, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-full-standard-group {
  vertical-align: top;
}

/* line 4274, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
tr.nsm-full-standard-group.nsm-full-zone + tr.nsm-full-standard-group.nsm-full-zone {
  display: none;
}

/* line 4276, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-short-image {
  border: 0px;
  height: 20px;
  margin: 0px 0.2em;
  vertical-align: middle;
  width: 20px;
}

/* line 4278, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-short-item:not(.nsm-e135) {
  font-size: .875em;
  word-wrap: break-word;
}

/* line 4280, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-summary-block-subzone {
  float: none;
  margin-bottom: 5px;
}

/* line 4282, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-summary-hosted-by-group {
  font-size: 100%;
  text-indent: 12px;
}

/* line 4284, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-summary-inline-subzone {
  float: none;
}

/* line 4286, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-summary-label {
  color: #71777A;
  font-size: .875em;
  margin-top: .5em;
  word-wrap: break-word;
}

/* line 4288, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-summary-label.nsm-e258 {
  color: #000;
  font-weight: bold;
}

/* line 4290, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-summary-primary-author-group {
  text-indent: 12px;
  word-wrap: break-word;
}

/* line 4292, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-summary-primary-name-group {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 2px;
  word-break: break-word;
}

/* line 4294, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-summary-primary-title-group {
  font-size: 1.2em;
  line-height: 1.2em;
  margin-bottom: 2px;
  word-break: break-word;
}

/* line 4296, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-summary-primary-title-group + .nsm-summary-standard-group, .nsm-summary-primary-author-group + .nsm-summary-standard-group {
  padding-top: .5em;
}

/* line 4298, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-summary-primary-zone {
  margin-top: .5em;
}

/* line 4300, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-summary-secondary-subzone {
  float: none;
  margin-top: 10px;
}

/* line 4302, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-summary-secondary-zone {
  margin-top: .5em;
}

/* line 4304, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
div.nsm-long-item {
  margin-left: 1em;
  padding-bottom: .1em;
  text-indent: -1em;
}

/* line 4306, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
div.nsm-long-item span.nsm-alternate-part a.nsm-browse-link {
  color: #008000;
  text-decoration: none;
}

/* line 4308, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
div.nsm-long-item span.nsm-alternate-part a.nsm-browse-link:hover span.nsm-browse-text {
  text-decoration: underline;
}

/* line 4310, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
div.nsm-long-item a.nsm-browse-link {
  color: #717070;
  text-decoration: none;
}

/* line 4313, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
div.nsm-long-item a.nsm-browse-link:hover span.nsm-browse-text {
  text-decoration: underline;
}

/* line 4315, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
div.nsm-long-item a.nsm-browse-link:hover span.nsm-browse-text {
  text-decoration: underline;
  color: #9B3131;
}

/* line 4317, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
span.nsm-short-item span.nsm-alternate-part a.nsm-browse-link {
  color: #008000;
  text-decoration: none;
}

/* line 4319, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
span.nsm-short-item span.nsm-alternate-part a.nsm-browse-link:hover span.nsm-browse-text {
  text-decoration: underline;
}

/* line 4321, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
span.nsm-short-item a.nsm-browse-link {
  color: #717070;
  text-decoration: none;
}

/* line 4324, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
span.nsm-short-item > a {
  color: #717070;
  text-decoration: none;
}

/* line 4327, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
span.nsm-short-item > a:hover {
  color: #9B3131;
  text-decoration: underline;
}

/* line 4329, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
span.nsm-short-item a.nsm-browse-link:hover span.nsm-browse-text {
  text-decoration: underline;
  color: #9B3131;
}

/* line 4331, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.nsm-brief-action-link {
  text-decoration: none;
}

/* line 4333, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.nsm-brief-action-link span.nsm-short-item {
  color: #3796e7;
}

/* line 4335, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.nsm-brief-action-link:hover span.nsm-short-item {
  color: #9B3131;
  text-decoration: underline;
}

/* line 4337, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.nsm-brief-action-link span.nsm-short-item span.nsm-alternate-part {
  color: #008000;
}

/* line 4339, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.nsm-brief-action-link:hover span.nsm-short-item span.nsm-browse-text {
  color: #9B3131;
  text-decoration: underline;
}

/* line 4341, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.nsm-brief-action-link:hover span.nsm-short-item span.nsm-alternate-part span.nsm-browse-text {
  color: #9B3131;
  text-decoration: underline;
}

/* line 4343, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nsm-e197 a {
  word-break: break-all;
}

/* line 4345, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.nsm-summary-action-link {
  text-decoration: none;
}

/* line 4347, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.nsm-summary-action-link span.nsm-browse-text {
  color: #3796e7;
  text-decoration: underline;
}

/* line 4349, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
tr.nsm-brief-primary-zone td {
  padding-top: 3px;
}

/* line 4351, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
tr.nsm-brief-secondary-zone td {
  padding-top: .5em;
}

/* line 4353, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
tr.nsm-brief-secondary-zone td:empty {
  padding-top: 0px;
}

/* line 4355, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
body.preview tr.nsm-brief-primary-zone > td > table > tbody > tr > td:nth-of-type(1) {
  display: none;
}

/* line 4357, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
body.preview tr.nsm-brief-primary-zone > td > table > tbody > tr > td:nth-of-type(2) {
  padding-left: 0px;
}

/* quick hack for result number */
/* line 4360, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
tr.nsm-brief-primary-zone td:first-child[width='1%'] {
  padding-top: 5px;
}

/* line 4362, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
tr.nsm-brief-primary-zone td:first-child[width='1%']::after {
  content: "\00a0";
}

/* line 4364, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.search-results__did-you-mean, .search-results__follow-on-search, .search-results__include-related-words {
  margin: 1em;
}

/* line 4366, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.search-results__follow-on-search a:link, .search-results__follow-on-search a:visited, .search-results__follow-on-search a:hover, .search-results__follow-on-search a:focus {
  text-decoration: none;
}

/* line 4368, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.search-results__results-link-panel {
  background-color: #e5e9ec;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

/* line 4370, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.search-results__results-link {
  color: #3796e7;
}

/* line 4372, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.search-results__results-link:link, .search-results__results-link:visited {
  text-decoration: none;
}

/* line 4374, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.search-results__results-link:hover, .search-results__results-link:focus {
  text-decoration: underline;
  color: #9B3131;
}

/* line 4376, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.search-results__browse-results {
  color: #3796e7;
}

/* line 4378, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.search-results__browse-results:link, .search-results__browse-results:visited {
  color: #717070;
  text-decoration: none;
}

/* line 4381, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.search-results__browse-results:hover, .search-results__browse-results:focus {
  color: #9B3131;
  text-decoration: underline;
}

@media only screen and (max-width: 40.625em) {
  /* line 4383, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nsm-hidden-xs {
    display: none !important;
  }
  /* line 4384, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  body.page-title .content-module .content-container {
    padding-right: 0 !important;
  }
  /* line 4385, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  table.nsm-full-record table, table.nsm-full-record tbody {
    display: block !important;
  }
  /* line 4386, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  table.nsm-full-record tr:not(.nsm-hidden-xs) {
    display: block;
    margin-bottom: .5em;
  }
  /* line 4387, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  table.nsm-full-record div, table.nsm-full-record th, table.nsm-full-record td {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
    width: auto !important;
  }
}

/* ========================================================================== Promoted Content ========================================================================== */
/* line 4390, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-promoted-content__body a:link, .c-promoted-content__body a:visited {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 4392, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-default {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fdfdfd;
}

/* line 4394, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-default > .panel-heading {
  background-color: Â  #17A88D;
}

/* line 4396, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.panel-title a:link {
  color: white;
}

/* line 4398, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-saved-searches {
  padding: 0px;
  margin: 0;
  padding-right: 1em;
  padding-left: 1em;
}

/* line 4400, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-saved-searches__list {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* line 4402, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-saved-searches__li-div {
  text-indent: -2.5em;
  padding-left: 2.5em;
}

/* line 4404, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-saved-searches__link {
  text-decoration: none;
}

/* line 4406, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-saved-searches__link-name {
  color: #717070;
  text-decoration: none;
}

/* line 4409, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-saved-searches__link-name:link, .c-saved-searches__link-name:visited {
  color: #717070;
  text-decoration: none;
}

/* line 4412, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-saved-searches__link-name:hover {
  color: #9B3131;
  text-decoration: underline;
}

/* line 4414, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-saved-searches__show-all {
  margin-top: 1.5em;
  margin-left: 0.5em;
  color: #717070;
  text-decoration: none;
}

/* line 4417, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-saved-searches__show-all:hover {
  color: #9B3131;
  text-decoration: underline;
}

/* line 4419, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-saved-searches__show-all a:link, .c-saved-searches__show-all a:visited {
  color: #717070;
  text-decoration: none;
}

/* line 4422, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-saved-searches__show-all a:hover {
  color: #9B3131;
  text-decoration: underline;
}

/* line 4424, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-saved-searches__glyphicon-play {
  color: green;
  margin-right: 1em;
  text-indent: 0px;
}

/* line 4426, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-saved-searches__link-go {
  text-indent: 0px;
}

/* line 4428, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-saved-searches__link-go:link {
  color: green;
  text-decoration: none;
}

/* line 4430, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-saved-searches__link-go:link:link, .c-saved-searches__link-go:link:visited, .c-saved-searches__link-go:link:hover, .c-saved-searches__link-go:link:active {
  color: green;
}

/* line 4432, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-saved-searches__glyphicon-remove {
  color: brown;
  margin-right: 1em;
  text-indent: 0px;
}

/* line 4434, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-saved-searches__link-delete {
  text-indent: 0px;
}

/* line 4436, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-saved-searches__link-delete:link {
  color: brown;
  text-decoration: none;
}

/* line 4438, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-saved-searches__link-delete:link:link, .c-saved-searches__link-delete:link:visited, .c-saved-searches__link-delete:link:hover, .c-saved-searches__link-delete:link:active {
  color: brown;
}

/* line 4440, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.marc_body {
  background-color: #ffffff;
}

/* line 4442, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.marc_table {
  font-family: monospace;
}

/* line 4444, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.marc_table td {
  vertical-align: top;
  padding: 0.125em;
}

/* line 4446, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.marc_tag {
  color: blue;
}

/* line 4448, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.marc_ind {
  color: #9B3131;
}

/* line 4450, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.marc_sub {
  color: green;
}

/* line 4452, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.marc_data {
  color: black;
  vertical-align: top;
  padding-bottom: .2pt;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

/* line 4454, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.hours {
  text-align: center;
  padding: 15px 0px 25px 0px;
}

/* line 4456, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.hours__heading {
  font-size: 20px;
  padding-bottom: 15px;
}

/* line 4458, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.hours__table {
  max-width: 400px;
  margin: 0px auto;
}

/* line 4460, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.hours__table-header {
  text-align: center;
}

/* line 4462, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.hours__message {
  max-width: 400px;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 0px auto;
  margin-top: 25px;
}

/* line 4464, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.hours__address-heading {
  font-weight: bold;
  margin: 30px 0px 18px 0px;
}

/* line 4466, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-add-to-my-list {
  padding: .5em;
  color: #3796e7;
}

/* line 4468, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-add-to-my-list:link, .c-add-to-my-list:visited {
  color: #717070;
  text-decoration: none;
}

/* line 4471, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-add-to-my-list:hover, .c-add-to-my-list:focus {
  text-decoration: underline;
  color: #9B3131;
}

/* line 4473, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-detail-actions__add-to-my-list {
  font-size: .8125rem;
}

/* line 4475, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#block_ui_content {
  background-clip: border-box;
  background-color: white;
  border: 2px solid #cccccc;
  left: 50%;
  padding: 0;
  position: fixed;
  top: 40%;
  visibility: hidden;
  z-index: 20000;
}

/* line 4477, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#block_ui_body {
  background: url(../shared/waiting.gif) no-repeat scroll 14px center;
  padding: 20px 15px 20px 56px;
}

/* line 4479, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#block_ui_overlay {
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  background-color: #aaaaaa;
  cursor: wait;
  display: none;
  filter: alpha(opacity=20);
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

/* line 4481, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.message-panel {
  border: solid 1px #cccccc;
  background-color: #fffdea;
  color: #9B3131;
  max-width: 100%;
  padding: 14px;
  margin: 12px 0px;
}

/* line 4483, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.message-panel ul {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

/* line 4485, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.message-panel ul li {
  list-style: disc;
}

/* line 4487, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.drawer-head {
  background-color: #ffffff;
  background-image: url(../shared/drawer_head_closed_background.gif);
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #3796e7;
  margin-top: 10px;
  padding: 7px 7px 7px 25px;
  border-top: 1px solid #b1bcdb;
  cursor: pointer;
}

/* line 4489, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.drawer-head-hover {
  background-color: Â  #17A88D;
  color: white;
}

/* line 4491, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.drawer-head-open {
  background-image: url(../shared/drawer_head_open_background.gif);
}

/* line 4493, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.drawer-body {
  background-color: #ffffff;
  padding: 7px;
  margin: 0, 20px, 0, 20px;
}

/* line 4495, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.drawer-link {
  background-color: #ffffff;
  background-image: url(../shared/drawer_head_link_background.gif);
  background-position: top left;
  background-repeat: no-repeat;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #3796e7;
  margin-top: 10px;
  padding: 7px;
  padding-left: 25px;
  border-top: 1px solid #b1bcdb;
  cursor: pointer;
}

/* line 4497, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.drawer-link-hover {
  background-color: Â  #17A88D;
  color: white;
}

/* line 4499, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.drawer a.drawer-link-link:Hover {
  text-decoration: none;
}

/* line 4501, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
img.hover__thumbnail {
  cursor: default !important;
}

/* line 4503, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.hover__area {
  display: none;
}

/* line 4505, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.popover-content .nsm-summary-record {
  height: 316px;
  margin-left: 0;
  overflow: auto;
  text-align: left;
  width: 100%;
}

/* line 4507, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.popover-content .hover__share-this {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: .5em;
  padding-top: .3em;
}

/* line 4509, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.popover-content .hover__share-this-text {
  color: #3399cc;
  margin: 1.3em 0.1em;
  padding-right: 20px;
  float: left;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  width: 70px;
}

/* line 4511, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.popover-content .hover__share-this-text img {
  margin-top: -1px;
}

/* line 4513, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.popover-content .hover__bookmark-buttons {
  float: left;
  margin-top: .4em;
  margin-right: 1px;
  padding-bottom: 1px;
  margin-bottom: 1em;
  width: calc(100% - 80px);
}

/* line 4515, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.hover__container .popover {
  max-width: 375px;
}

@media screen and (min-width: 500px) {
  /* line 4517, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .popover {
    min-width: 375px;
  }
}

/* line 4519, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.hover__container .addthis_toolbox a {
  margin: 0;
}

/* line 4521, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.hover__container a.pin-it-button span.at-icon-wrapper {
  margin-top: -2px;
  padding: 0 2px;
}

/* line 4523, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.availability__body {
  background-color: #fff;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

/* line 4525, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.availability {
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

/* line 4527, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.availability__table-container.table-responsive {
  border-width: 0;
  height: 100%;
  overflow: auto;
}

/* line 4529, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.availability__table-container.table-responsive table.table {
  border-width: 0;
  position: relative;
}

/* line 4531, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.availability__table-container.table-responsive table.table th {
  font-weight: normal;
}

/* line 4533, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.availability__table-container.table-responsive table.table tbody tr {
  border: 0;
}

/* line 4535, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.availability__table-container.table-responsive table.table tbody tr td {
  border: 0;
}

/* line 4537, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.availability__table-container.table-responsive table.table tbody tr td.course-reserves__title {
  white-space: normal;
}

/* line 4539, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.availability__table-container.table-responsive img.group {
  padding-bottom: .2em;
  padding-right: .5em;
}

/* line 4541, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.availability__table-container.table-responsive .glyphicon:focus {
  outline: none;
}

/* line 4543, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.availability__table-container.table-responsive th.Holdings:first-child {
  padding-left: 5em;
}

/* line 4545, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.availability__table-container.table-responsive .glyphicon-usd {
  color: #216c2a;
}

/* line 4547, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.availability--full-page {
  height: 100%;
  overflow: hidden;
}

/* line 4549, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.group {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 4551, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
i.group {
  padding-right: .5em;
}

/* ========================================================================== Change Databases ========================================================================== */
/* line 4554, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.change-databases__table-header-text {
  font-size: 1.2em;
  color: white;
  padding: 7px;
}

/* line 4556, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.change-databases__category-text {
  font-weight: bold;
  color: #666666;
}

/* line 4558, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.change-databases__database-name {
  font-weight: normal;
}

/* line 4560, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.change-databases__database-name--restricted {
  color: #888888;
}

/* line 4562, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.change-databases__restricted-text {
  color: #860608;
}

/* line 4564, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.change-databases__table-container label > input[type=checkbox]:checked + span {
  font-weight: bold;
}

/* line 4566, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-header__refresh-econtent {
  margin-top: 1em;
  margin-bottom: 0.5em;
  word-break: break-word;
  white-space: normal;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* line 4568, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account__button {
  word-break: break-word;
  white-space: normal;
}

/* line 4570, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-header__more-info {
  color: #3796e7;
}

/* line 4572, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-header__name {
  font-weight: bold;
}

/* line 4574, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-header__section-name {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.6em;
}

/* line 4576, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-header-view {
  border-width: 0px;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 4578, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-footer-view {
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 0px;
}

/* line 4580, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account__basic-info {
  padding-left: 10px;
}

/* line 4582, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account-view {
  padding-top: 5px;
  padding-bottom: 5px;
  border-width: 0px;
}

/* line 4584, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.patron-account__policy-link, a.patron-account__click-here {
  text-decoration: none;
}

/* line 4586, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.patron-account__policy-link:link, a.patron-account__policy-link:visited, a.patron-account__click-here:link, a.patron-account__click-here:visited {
  text-decoration: none;
}

/* line 4588, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.patron-account__policy-link:hover, a.patron-account__policy-link:focus, a.patron-account__click-here:hover, a.patron-account__click-here:focus {
  text-decoration: underline;
}

/* line 4590, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
tr.headings-patrongrid a {
  color: white;
  padding: .2em;
  text-decoration: underline;
}

/* line 4592, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
tr.headings-patrongrid td {
  padding: 1em;
  white-space: normal !important;
}

/* line 4594, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
tr.headings-patrongrid th {
  padding: .4em;
  text-align: center;
  border: solid 1px #999;
}

/* line 4596, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
tr.headings-patrongrid th a {
  text-decoration: underline;
}

/* line 4598, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patrongrid {
  border: solid 1px #bbb;
}

@media screen and (max-width: 991px) {
  /* line 4600, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  td.items-patrongrid {
    white-space: normal !important;
  }
}

/* line 4602, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patrongrid-headings-pager {
  border: 0px solid #cccccc;
  text-align: right;
}

/* line 4604, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patrongrid-headings-pager a {
  text-decoration: underline !important;
}

/* line 4606, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account-action-button {
  margin: 5px;
}

/* line 4608, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.patron-account-action-button {
  text-decoration: none;
}

/* line 4610, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account__message {
  padding: 10px 10% 25px 10%;
}

/* line 4612, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account__dialog-title {
  padding: 20px 5px;
  font-weight: bold;
  font-sice: 1.1em;
}

/* line 4614, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account__holds-held {
  color: #9B3131;
  font-size: 1.2em;
}

/* line 4616, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account__holds-held-3m {
  color: green;
  font-size: 0.9em;
}

/* line 4618, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account__holds-active {
  color: green;
  font-size: 1.2em;
}

/* line 4620, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account__holds-pending-shipped {
  color: maroon;
  font-size: 1.2em;
}

/* line 4622, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account__holds-ill-transferred {
  color: navy;
  font-size: 1.2em;
}

/* line 4624, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account__holds-misc {
  color: #7F7F7F;
}

/* line 4626, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account__holds-author {
  color: #555555;
}

/* line 4628, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account__holds-date {
  color: #555555;
  font-size: .85em;
}

/* line 4630, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account__overdue-date {
  color: #9B3131;
}

/* line 4632, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account__grid-row {
  background-color: white;
  border-bottom: solid 1px #bbb;
}

/* line 4634, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account__grid-alternating-row {
  background-color: white;
  border-bottom: solid 1px #bbb;
}

/* line 4636, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account__grid-row--title {
  min-width: 200px;
}

/* line 4638, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account__grid-link {
  text-decoration: none;
  color: #3796e7;
}

/* line 4640, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account__grid-link:link {
  color: #717070;
  text-decoration: none;
}

/* line 4643, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account__grid-link:visited {
  color: #717070;
  text-decoration: none;
}

/* line 4646, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account__grid-link:hover {
  color: #9B3131;
  text-decoration: underline;
}

/* line 4648, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account__grid-link:active {
  color: #717070;
  text-decoration: none;
}

/* line 4651, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account__grid-empty-message {
  padding: 30px 5% 30px 5%;
  border: solid 1px #ccc;
  margin-bottom: 15px;
}

/* line 4653, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account__fine-label {
  font-weight: bold;
}

/* line 4655, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account__fine-data {
  color: #9B3131;
}

/* line 4657, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account__estimate-overdue-fines {
  margin: 10px;
}

/* line 4659, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account__estimate-overdue-fines__header {
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 651px) {
  /* line 4661, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .patron-account__estimate-overdue-fines__header {
    text-align: left;
  }
}

/* line 4663, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account__estimate-overdue-fines__body .invalid-date-text {
  color: #9B3131;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: center;
}

/* line 4665, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account__estimate-overdue-fines__footer {
  padding-top: 20px;
  text-align: center;
}

/* line 4667, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-account__estimate-overdue-fines__amount {
  font-weight: bold;
}

/* line 4669, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.librarything-ratings {
  padding: 5px 0px;
  text-align: center;
  margin: 0 auto;
  word-break: break-all;
  font-size: 0.75em;
}

/* line 4671, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.librarything-ratings span {
  margin: 0 auto;
  display: inline-block;
  max-width: 115px;
}

/* line 4673, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.librarything-ratings span img {
  max-width: 80%;
}

/* line 4675, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.librarything-ratings a {
  margin: 0 auto;
  display: inline-block;
  max-width: 115px;
  word-break: break-word;
}

/* line 4677, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#showSearchStatusBox {
  margin-left: 0;
  visibility: visible;
}

/* line 4679, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#showSearchStatusBox a:link, #showSearchStatusBox a:visited, #showSearchStatusBox a:hover, #showSearchStatusBox a:focus {
  text-decoration: none;
}

/* line 4681, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.search-status__container {
  margin: 0.75em 0 1.5em 0;
}

/* line 4683, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.search-status-box__container {
  font-size: 1em;
  margin-top: .5em;
}

/* line 4685, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility--full + .search__position, .feature-it__panel + .search__position {
  padding-top: .875em;
}

/* line 4687, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community--full + .search__position, .feature-it__panel + .search__position {
  padding-top: .875em;
}

/* line 4689, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.search-status__container + .search__position {
  border-top: 1px solid #eeeeee;
  padding-top: .875em;
}

/* line 4691, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.status-text-visible {
  visibility: visible;
}

/* line 4693, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.status-text-hidden {
  visibility: hidden;
}

/* line 4695, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#searchStatusBox .table-responsive {
  min-height: 20em;
  overflow-y: auto;
  position: relative;
}

/* line 4697, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#searchStatusBox .table {
  position: relative;
}

/* line 4699, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.status-text-visible {
  padding: .75em;
}

@media screen and (min-width: 992px) {
  /* line 4701, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .search-status-box__container {
    float: right;
    font-size: 1em;
    margin-top: 0;
  }
  /* line 4702, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .search-status-box__container #showSearchStatusBox {
    text-align: right;
  }
}

@media screen and (max-width: 412px) {
  /* line 4704, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  #searchStatusBox .modal-dialog {
    width: 100%;
  }
}

@media screen and (min-width: 1px) {
  /* line 4706, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .search-status-status-column .popover {
    max-width: 280px !important;
    min-width: 5em !important;
  }
  /* line 4707, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  #searchStatusBox .modal-header, #searchStatusBox .modal-body, #searchStatusBox .modal-footer {
    padding: 5px;
  }
  /* line 4708, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  #searchStatusBox .modal-content {
    padding: 0.28125em 0.125em;
  }
}

@media screen and (min-width: 412px) {
  /* line 4710, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  #searchStatusBox .modal-header, #searchStatusBox .modal-body, #searchStatusBox .modal-footer {
    padding: 10px;
  }
}

@media screen and (min-width: 650px) {
  /* line 4712, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .search-status-status-column .popover {
    max-width: 575px !important;
    min-width: 5em !important;
  }
  /* line 4713, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  #searchStatusBox .modal-header, #searchStatusBox .modal-body, #searchStatusBox .modal-footer {
    padding: 15px;
  }
}

@media screen and (min-width: 1024px) {
  /* line 4715, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .search-status-status-column .popover {
    max-width: 950px !important;
    min-width: 5em !important;
  }
}

/* line 4717, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.TableHeader {
  COLOR: white;
  background-color: Â  #17A88D;
  padding: 7px;
}

/* line 4719, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.ColumnHeader {
  font-weight: bold;
  background-color: #6696c8;
  margin-bottom: 3em;
}

/* line 4721, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-browse-results__heading {
  BORDER-LEFT-COLOR: #cfcfcf;
  BORDER-BOTTOM-COLOR: #cfcfcf;
  BORDER-TOP-COLOR: #cfcfcf;
  BACKGROUND-COLOR: #ffffff;
  BORDER-RIGHT-COLOR: #cfcfcf;
  padding-bottom: 0.4em;
  font-weight: 500;
}

/* line 4723, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-browse-results__link:link, .c-browse-results__link:visited {
  text-decoration: none;
}

/* line 4725, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-browse-results__link:hover, .c-browse-results__link:focus {
  text-decoration: underline;
  color: #9B3131;
}

/* line 4727, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-browse-results__heading-alt {
  BORDER-LEFT-COLOR: #cfcfcf;
  BORDER-BOTTOM-COLOR: #cfcfcf;
  BORDER-TOP-COLOR: #cfcfcf;
  BACKGROUND-COLOR: #e5e9ec;
  BORDER-RIGHT-COLOR: #cfcfcf;
}

/* ========================================================================== Community ========================================================================== */
/* patroncommunity.aspx styles */
/* line 4731, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__list__container {
  padding: 0 10px;
}

/* line 4733, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__link {
  clear: both;
  margin-bottom: 20px;
  text-align: left;
}

/* line 4735, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__link span + span {
  padding: 0 10px;
}

/* ajaxEditCommunityRecord.aspx and ajaxEditEvent.aspx shared styles */
/* More page-specific definitions below */
/* line 4739, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body, .community-event__body {
  background-color: white;
  /* BEGIN: Old Community.css */
  /* END: Old Community.css */
}

/* line 4741, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .tabs__container, .community-event__body .tabs__container {
  padding-bottom: 10px;
  position: relative;
  overflow: auto;
}

/* line 4743, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .group__container, .community-event__body .group__container {
  margin-bottom: 10px;
}

/* line 4745, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .form-control, .community-event__body .form-control {
  margin-bottom: 10px;
}

/* line 4747, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .form-label, .community-event__body .form-label {
  font-weight: normal;
}

/* line 4749, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .form-label-header, .community-event__body .form-label-header {
  font-weight: normal;
  padding-bottom: 10px;
}

/* line 4751, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .form-label-header--bold, .community-event__body .form-label-header--bold {
  font-weight: bold;
  padding-bottom: 10px;
}

/* line 4753, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .form-label--bold, .community-event__body .form-label--bold {
  font-weight: bold;
}

/* line 4755, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .subtab-group__container, .community-event__body .subtab-group__container {
  margin-bottom: 10px;
}

/* line 4757, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .subtab-group__container .ui-tabs-hide, .community-event__body .subtab-group__container .ui-tabs-hide {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

/* line 4759, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .community__whats-this-link, .community-event__body .community__whats-this-link {
  text-decoration: underline;
  color: blue;
  cursor: pointer;
}

/* line 4761, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .hidden-buttons__container, .community-event__body .hidden-buttons__container {
  display: none;
}

/* line 4763, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .hidden-buttons__container input, .community-event__body .hidden-buttons__container input {
  display: none;
}

/* line 4765, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .community-warning-area, .community-event__body .community-warning-area {
  Z-INDEX: 750;
  border-right: #222222 1px solid;
  border-bottom: #222222 1px solid;
  padding: 0px;
  POSITION: fixed;
  TOP: 200px;
  LEFT: 300px;
  background: white;
  overflow: hidden;
  width: 400px;
  height: 160px;
  zoom: 1;
  display: none;
}

/* line 4767, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.community__calendar-link:link, a.community__calendar-link:visited, a.community__calendar-link:hover, a.community__calendar-link:focus {
  text-decoration: none;
}

/* ajaxEditCommunityRecord.aspx styles */
/* line 4770, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body {
  /*.community-record__moreinfo__container { }*/
  /*.community-record__services__container { }*/
}

/* line 4772, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .community-record__edit-image {
  cursor: pointer;
  max-height: 100px;
  max-width: 100px;
}

/* line 4774, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .community-record__edit-image__container {
  height: 105px;
  width: 105px;
  text-align: center;
  padding: 0px;
  margin: 0px;
}

/* line 4776, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .community-record__edit-image__popup {
  display: none;
}

/* line 4778, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .community-record__edit-image__popup-header, .community-record__body .community-record__edit-image__popup-footer {
  text-align: center;
}

/* line 4780, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .community-record__hours__container {
  margin-bottom: 10px;
  padding: 1em 1.4em;
}

/* line 4782, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .community-record__events__container .community-record__events__event-buttons__container {
  text-align: right;
}

/* line 4784, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .community-record__event-view-link:link, .community-record__body .community-record__event-view-link:visited, .community-record__body .community-record__event-view-link:hover, .community-record__body .community-record__event-view-link:focus {
  text-decoration: none;
}

/* line 4786, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .community-record__social__container .community-record__social__share__container {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 4788, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .community-record__social__container .community-record__social__share__container > div:first-of-type {
  padding-left: 0;
}

/* line 4790, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .community-record__social__container .community-record__social__share__container > div:last-of-type {
  padding-right: 0;
}

/* line 4792, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .community-record__social__container .community-record__social__web__container {
  margin-bottom: 10px;
  margin-left: -15px;
  margin-right: -15px;
  padding: 1em 1.4em;
}

/* line 4794, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .community-record__social__container .community-record__social__web__container .row > div {
  min-height: 0;
}

/* line 4796, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .community-record__subjects__container .community-record__subjects__library-added__container {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 4798, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .community-record__subjects__container .community-record__subjects__library-added__container li {
  list-style: disc;
  line-height: 2em;
}

/* line 4800, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .community-record__subjects__container .community-record__subjects__organization-added__container {
  margin-bottom: 20px;
}

/* line 4802, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .community-record__contentxchange__container .form-label--bold {
  margin-bottom: 0.5em;
}

/* line 4804, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .community-record__contentxchange__container .community-record__contentxchange-header {
  margin-bottom: 2em;
}

/* line 4806, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .community-record__contentxchange__container .community-record__contentxchange-options .row > div {
  margin-bottom: 2em;
}

/* line 4808, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .community-record__contentxchange__container .community-record__contentxchange-options .btn {
  margin-top: 0.5em;
}

/* line 4810, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .community-record__contentxchange__container .community-record__contentxchange__popup {
  display: none;
}

/* line 4812, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-record__body .community-record__contentxchange__container .community-record__contentxchange__popup-header {
  font-weight: bold;
  text-align: center;
}

/* ajaxEditEvent.aspx styles */
/* line 4815, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community-event__body .community-event__timing__container .community-event__date__container {
  /*padding-left: 0;*/
}

@media screen and (min-width: 651px) {
  /* line 4817, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .community-event__body .community-event__timing__container .community-event__time__container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 4818, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .community-event__body .community-event__timing__container .community-event__time__container > div {
    padding-left: 0;
    /*padding-right: 0;*/
  }
  /* line 4819, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .community-event__body .community-event__timing__container .community-event__time__container > div select.form-control {
    padding: 6px;
    /*padding-right: 0;*/
  }
}

/* line 4821, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community__thumbnail-cell {
  padding: 1em;
}

/* line 4823, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community__content-container {
  padding-left: 0px;
}

/* line 4825, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community__search {
  background-color: #e5e9ec;
}

/* line 4827, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.community__search--instructions {
  background-color: #ffffff;
}

/* line 4829, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.textit-container {
  width: 96%;
  margin: 0, 2%;
  padding: 20px;
}

/* line 4831, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.textit-header-container {
  clear: both;
  padding-bottom: 50px;
}

/* line 4833, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.textit-header-container .textit-icon {
  font-size: 2em;
  text-align: right;
}

/* line 4835, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.textit-primary-header {
  font-weight: bold;
}

/* line 4837, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.textit-secondary-header {
  font-weight: normal;
}

/* line 4839, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.textit-inputs-container .row {
  margin-bottom: 10px;
}

/* line 4841, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.textit-inputs-container .row .form-group {
  margin-bottom: 0;
}

/* line 4843, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.textit-inputs-container .row .form-group .form-control {
  display: inline-block;
}

/* line 4845, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.textit-inputs-container .input-label {
  font-weight: bold;
}

/* line 4847, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.textit-inputs-container #TxtMobile1, .textit-inputs-container #TxtMobile2 {
  width: 60px;
}

/* line 4849, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.textit-inputs-container #TxtMobile3 {
  width: 80px;
}

/* line 4851, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.textit-inputs-container #CarrierList {
  width: 220px;
}

/* line 4853, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.Red {
  color: #9B3131;
}

/* line 4855, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.Results {
  color: black;
}

/* line 4857, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.LibraryHeader {
  font-size: 1.4em;
  text-align: center;
}

/* line 4859, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
img.thumbnail {
  max-height: 130px !important;
  max-width: 100px !important;
  -moz-force-broken-image-icon: 1;
  margin: 0px;
}

/* line 4861, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.AvailabilityHoldsMessage {
  margin: 10px 50px;
  padding: 25px;
  border: solid 1px #999999;
  background-color: #FFFFCC;
}

/* line 4863, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.RegularBold {
  font-weight: bold;
}

/* line 4865, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.RegularSmall {
  font-size: .9em;
}

/* line 4867, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.RegularXSmall {
  font-size: .9em;
}

/* line 4869, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.Headings1 {
  background-color: #fafafb;
  padding: 5px;
}

/* line 4871, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.Headings2 {
  background-color: White;
  padding: 5px;
}

/* line 4873, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.FormHeader {
  background-color: #ebf0f6;
}

/* line 4875, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.FormBody {
  background-color: #F6F6F6;
}

/* line 4877, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.FormHeaderText {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

/* line 4879, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.did-you-mean-toggle {
  margin-left: .5em;
}

/* line 4881, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.did-you-mean-toggle:link, .did-you-mean-toggle:visited, .did-you-mean-toggle:hover, .did-you-mean-toggle:focus {
  text-decoration: none;
}

/* line 4883, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.did-you-mean-toggle .glyphicon {
  font-size: .7em;
  top: 0;
}

/* line 4885, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.did-you-mean-toggle__click-here a:link, .did-you-mean-toggle__click-here a:visited, .did-you-mean-toggle__click-here a:hover, .did-you-mean-toggle__click-here a:focus {
  text-decoration: none;
}

/* line 4887, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.did-you-mean-toggle__more {
  display: none;
  padding-right: .25em;
}

/* line 4889, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.did-you-mean-toggle__less {
  display: inline;
  padding-right: .5em;
}

/* line 4891, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.did-you-mean-toggle.collapsed .did-you-mean-toggle__more {
  display: inline;
}

/* line 4893, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.did-you-mean-toggle.collapsed .did-you-mean-toggle__less {
  display: none;
}

/* line 4895, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.DidYouMeanLink:link, .DidYouMeanLink:visited, .DidYouMeanLink:hover, .DidYouMeanLink:focus {
  text-decoration: none;
}

/* line 4897, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.content-carousel__panel .c-accordion__body {
  padding: 0.3125em 0 1em 0;
}

/* line 4899, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.content-carousel__slider {
  margin-left: -1em;
  display: inline-block;
  width: 118px;
}

/* line 4901, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.content-carousel__link:link, .content-carousel__link:visited {
  text-decoration: none;
}

/* line 4903, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.content-carousel__link:hover, .content-carousel__link:focus {
  text-decoration: underline;
}

/* line 4905, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.content-carousel__item {
  cursor: pointer;
  display: none;
  height: auto;
  max-height: 250px;
  padding: 4px;
  text-align: center;
  width: 118px;
  word-wrap: break-word;
}

/* line 4907, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.content-carousel__item img {
  display: inline;
  margin: 0;
}

/* line 4909, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.content-carousel__item:first-child {
  display: block;
}

/* line 4911, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.content-carousel__slider.slick-initialized .content-carousel__item {
  display: block;
}

/* line 4913, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.content-carousel__image_container {
  margin-bottom: .3em;
  width: 110px;
}

/* line 4915, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.content-carousel__title {
  text-align: left;
}

/* line 4917, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.content-carousel__left-arrow, .content-carousel__right-arrow {
  background-color: transparent;
  border: none;
  color: #3796e7;
  display: block;
  font-size: 2em;
  height: 20px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 40%;
  /*  fallback for browsers without support for calc() */
  top: calc(50% - 25px);
  width: 20px;
}

/* line 4919, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.content-carousel__left-arrow:hover, .content-carousel__right-arrow:hover {
  color: #343a3a;
  cursor: pointer;
}

/* line 4921, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.slick-disabled {
  display: none !important;
}

/* line 4923, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.content-carousel__left-arrow {
  left: -32px;
}

/* line 4925, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.content-carousel__right-arrow {
  right: -32px;
}

/* line 4927, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.slick-dots {
  position: relative;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

/* line 4929, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 4931, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

/* line 4933, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

/* line 4935, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

/* line 4937, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\E074";
  width: 12px;
  height: 12px;
  font-family: "Glyphicons Halflings";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 4939, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: .74;
}

/* line 4941, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.drawer-body--content_carousel {
  text-align: center;
}

@media only screen and (min-width: 364px) {
  /* line 4943, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .content-carousel__slider {
    width: 177px;
  }
}

@media only screen and (min-width: 421px) {
  /* line 4945, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .content-carousel__slider {
    width: 236px;
  }
}

@media only screen and (min-width: 471px) {
  /* line 4947, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .content-carousel__slider {
    width: 295px;
  }
}

@media only screen and (min-width: 530px) {
  /* line 4949, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .content-carousel__slider {
    width: 354px;
  }
}

@media only screen and (min-width: 600px) {
  /* line 4951, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .content-carousel__slider {
    width: 413px;
  }
}

@media only screen and (min-width: 650px) {
  /* line 4953, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .content-carousel__slider {
    width: 236px;
  }
}

@media only screen and (min-width: 808px) {
  /* line 4955, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .content-carousel__slider {
    width: 295px;
  }
}

@media only screen and (min-width: 867px) {
  /* line 4957, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .content-carousel__slider {
    width: 354px;
  }
}

@media only screen and (min-width: 926px) {
  /* line 4959, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .content-carousel__slider {
    width: 413px;
  }
}

@media only screen and (min-width: 985px) {
  /* line 4961, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .content-carousel__slider {
    width: 472px;
  }
}

@media only screen and (min-width: 1090px) {
  /* line 4963, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .content-carousel__slider {
    width: 531px;
  }
}

@media only screen and (min-width: 1100px) {
  /* line 4965, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .content-carousel__slider {
    width: 590px;
  }
}

@media only screen and (min-width: 1162px) {
  /* line 4967, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .content-carousel__slider {
    width: 649px;
  }
}

@media only screen and (min-width: 1221px) {
  /* line 4969, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .content-carousel__slider {
    width: 708px;
  }
}

@media only screen and (min-width: 1280px) {
  /* line 4971, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .content-carousel__slider {
    width: 767px;
  }
}

/* line 4973, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.fusion-content-carousel__slider {
  margin-left: 20px;
  margin-right: 20px;
}

@media only screen and (min-width: 250px) and (max-width: 420px) {
  /* line 4975, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .fusion-content-carousel__slider {
    width: 177px;
  }
}

@media only screen and (max-width: 730px) and (min-width: 649px) {
  /* line 4977, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .fusion-content-carousel__slider {
    width: 90%;
  }
}

/* line 4979, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#fancybox-content {
  overflow: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

/* line 4981, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-self-register {
  background-color: #ffffff;
}

/* line 4983, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-self-register .aspNetDisabled {
  background-color: green;
  color: darkgray !important;
}

/* line 4985, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-self-register__row-data {
  padding-left: 1em;
  text-align: left;
}

/* line 4987, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-self-register__row-udf {
  padding-right: 0;
  padding-left: 0;
}

/* line 4989, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-self-register__row-label {
  font-size: 1em;
  font-weight: 300;
  font-style: normal;
  padding-bottom: 0.5em;
  padding-right: 1em;
  padding-top: 5px;
}

/* line 4991, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-self-register__row-label input {
  border: none;
}

/* line 4993, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-self-register__button-left {
  text-align: center;
  margin: 0 1em 0 0;
}

/* line 4995, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-self-register__button-row--center {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 4997, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-self-register__button-row--left {
  text-align: left;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 4999, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-self-register__data--bold {
  font-weight: bold;
}

/* line 5001, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-self-register__dropdown, .c-self-register__dropdown--width {
  height: 26px;
  border: solid 1px #ccc;
  background-color: white;
}

/* line 5003, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-self-register__udf-row {
  margin-right: 0;
  margin-left: 0;
}

/* line 5005, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-self-register__row {
  padding-top: 0.5em;
  margin-right: 0;
  margin-left: 0;
}

/* line 5007, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-self-register__row--addnl {
  padding-top: 0.5em;
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 0.5em;
}

/* line 5009, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-self-register__row--custom-udf {
  margin-right: 0;
  margin-left: 0;
}

/* line 5011, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-self-register__row--inner {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 5013, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-self-register__zipcode {
  height: 28px;
  border: none;
  transition: none;
  margin: 0em 1em 0em 0em;
  outline-style: none;
  background-color: white;
  border-bottom-color: none;
  border-top-color: none;
  border-right-color: none;
  border-left-color: none;
}

/* line 5015, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-self-register__zipcodeinput {
  padding-left: 1em;
  height: 28px;
  border: none;
  transition: none;
  outline-style: none;
  padding-right: 5px;
  padding-bottom: 0;
  padding-top: 0;
}

/* line 5017, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-self-register__zipcode:focus {
  border-color: none;
}

/* line 5019, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-self-register__label {
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  color: #343a3a;
  white-space: nowrap;
  padding-top: 9px;
  margin-bottom: 5px;
}

/* line 5021, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-self-register__list {
  overflow: auto;
  max-width: calc(90% - 10px);
}

/* line 5023, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-self-register__line {
  margin: 0;
}

/* line 5025, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-self-register__notice-element {
  margin-bottom: 0.5em;
  padding-left: 2em;
}

/* line 5027, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-self-register__element {
  margin-bottom: 0.5em;
}

/* line 5029, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-self-register__udf-element {
  margin-bottom: 0.5em;
}

/* line 5031, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-self-register__row-udf-element {
  margin-bottom: 0.5em;
  padding-right: 0;
  padding-left: 0;
}

/* line 5033, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-self-register__text-entry {
  width: 95%;
  max-width: 31.25em;
  border: solid 1px #ccc;
  height: 26px;
}

/* line 5035, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-self-register__textbox {
  border: solid 1px #ccc;
  height: 26px;
}

@media (max-width: 767px) {
  /* line 5037, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-self-register__checkbox {
    height: 0;
  }
}

@media (min-width: 768px) {
  /* line 5039, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-self-register__list {
    max-width: 80%;
  }
  /* line 5040, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-self-register__checkbox {
    height: 20px;
  }
}

/* line 5042, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.ill-request__message {
  color: #9B3131;
}

/* line 5044, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.place-request__dropdown {
  width: 100%;
  max-width: 350px;
  min-width: 150px;
}

/* line 5046, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.place-request__notes {
  width: 100%;
  max-width: 350px;
  min-width: 150px;
}

/* line 5048, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.place-request__checkbox-label {
  text-transform: none;
}

/* line 5050, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.place-request__checkbox-label label {
  padding: 0 0 0 0.25em;
  vertical-align: middle;
}

/* line 5052, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#CreateBBMRequest {
  height: .8125em;
  margin-top: .21875em;
  margin-bottom: .21875em;
}

/* line 5054, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.request-header__section-name {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.25em;
}

/* line 5056, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.request-footer-btn {
  margin: 5px;
}

/* line 5058, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.request-control {
  margin-left: 5px;
  margin-right: 5px;
}

/*
// Extra small screen / phone
$screen-xs:                  480px !default;
$screen-xs-min:              $screen-xs !default;
// Small screen / tablet
$screen-sm:                  768px !default;
$screen-sm-min:              $screen-sm !default;
// Medium screen / desktop
$screen-md:                  992px !default;
$screen-md-min:              $screen-md !default;

$screen-xs-max:              ($screen-sm-min - 1) !default;
$screen-sm-max:              ($screen-md-min - 1) !default;
$screen-md-max:              ($screen-lg-min - 1) !default;
*/
@media (max-width: 991px) and (min-width: 650px) {
  /* line 5075, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .request-col-sm-6-6 {
    width: 75% !important;
  }
}

@media (max-width: 767px) and (min-width: 650px) {
  /* line 5077, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .request-col-sm-4-4 {
    width: 50% !important;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  /* line 5079, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .request-col-sm-2-2 {
    width: 33.33% !important;
  }
}

@media (max-width: 767px) and (min-width: 650px) {
  /* line 5081, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .request-col-sm-2-2 {
    width: 50% !important;
  }
}

@media (max-width: 991px) and (min-width: 650px) {
  /* line 5083, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .request-col-sm-3-3 {
    width: 50% !important;
  }
}

@media (max-width: 649px) {
  /* line 5085, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .request-col-sm-3-3 {
    width: 75% !important;
  }
}

@media (max-width: 649px) {
  /* line 5087, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .request__hidden-mobile {
    visibility: hidden;
  }
}

/* line 5089, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.econtent-body {
  background-color: white;
  margin: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 5091, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.econtent-body .session-timeout__container {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  padding-top: 80px;
  text-align: center;
  width: 100%;
  z-index: 1050;
}

/* line 5093, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.econtent-body .loading__container {
  display: none;
  margin-left: 0;
  margin-right: 0;
  min-height: 150px;
  text-align: center;
  width: 100%;
  z-index: 1050;
}

/* line 5095, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.econtent-body .loading__container .loading-text {
  font-size: 1.2em;
  margin-top: 1em;
}

/* line 5097, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.econtent-body .econtent-request__details__container {
  margin-bottom: 1em;
  margin-left: -30px;
  margin-right: -30px;
  font-size: 1.2em;
}

/* line 5099, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.econtent-body .econtent-request__details__thumbnail {
  padding-left: 0;
  text-align: center;
}

/* line 5101, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.econtent-body .econtent-request__details__thumbnail img.thumbnail {
  margin: auto;
  max-width: 100% !important;
}

/* line 5103, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.econtent-body .econtent-request__details__content {
  padding-left: 0;
  padding-right: 0;
  white-space: normal;
  word-wrap: break-word;
}

/* line 5105, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.econtent-body .econtent-request__details__content-text {
  padding-left: 0;
  padding-right: 0;
}

/* line 5107, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.econtent-body .econtent-request__details__vendor-logo {
  padding-left: 0;
  padding-right: 0;
}

/* line 5109, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.econtent-body .econtent-request__details__title {
  font-weight: bold;
}

/* line 5111, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.econtent-body .econtent-request__details__author {
  padding-left: 0.2em;
}

/* line 5113, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.econtent-body .econtent-request__action__container {
  margin-bottom: 1em;
  margin-top: 1em;
}

/* line 5115, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.econtent-body .econtent-request__action__container .btn {
  white-space: normal;
}

/* line 5117, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.econtent-body .econtent-request__action__container .form-control {
  margin: 0.5em;
}

/* line 5119, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.econtent-body .econtent-request__action__container .btn-econtent-request {
  margin: 0.5em;
}

/* line 5121, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.econtent-body .econtent-request__check-in__container {
  margin: 15px;
  text-align: center;
}

/* line 5123, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.econtent-body .econtent-request__check-out__container {
  margin: 15px;
  text-align: center;
}

/* line 5125, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.econtent-body .econtent-request__check-out__additional {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 5127, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.econtent-body .econtent-request__check-out__additional .econtent-request__label {
  margin: 0.5em;
  /* from .form-control */
  padding-top: 0.5em;
}

/* line 5129, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.econtent-body .econtent-request__check-out__additional .form-control {
  margin: 0.5em;
}

/* line 5131, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.econtent-body .econtent-request__place-hold__container {
  font-size: 1.25em;
  margin: 5px;
  text-align: center;
}

/* line 5133, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.econtent-body .econtent-request__place-hold__message {
  margin-bottom: 1em;
}

/* line 5135, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.econtent-body .econtent-request__generic__container {
  font-size: 1.2em;
  margin: 5px;
  text-align: center;
}

/* line 5137, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.econtent-body .econtent-request__footer__container {
  font-size: 1.2em;
  margin: 5px;
  text-align: center;
}

/* line 5139, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.econtent-body .econtent-request__errors__container {
  color: #9B3131;
  font-size: 1.2em;
  margin: 5px;
  text-align: center;
}

/* line 5141, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.econtent-body .econtent-request__errors-reasons__container {
  margin-left: 100px;
  text-align: left;
}

/* line 5143, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.custom-container {
  background-color: #ffffff;
  padding: 10px;
}

/* line 5145, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.new-releases__rows .new-releases__row-item {
  padding: 1em;
  border-bottom: solid 1px #f1f3f5;
}

/* line 5147, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.new-releases__img-row {
  padding-right: 5px;
  padding-left: 10px;
}

/* line 5149, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.new-releases__img-row__img {
  min-width: 35px;
  min-height: 50px;
}

/* line 5151, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.new-releases__heading {
  font-size: 20px;
  padding-bottom: 1em;
  padding-top: 1em;
  text-align: center;
}

/* line 5153, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.new-releases__message {
  padding-bottom: 1em;
}

/* line 5155, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.new-releases__link a:hover {
  text-decoration: underline;
}

/* line 5157, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.rss-feeds__rows .rss-feeds__row:nth-child(even) {
  background-color: #ffffff;
}

/* line 5159, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.rss-feeds__rows .rss-feeds__row:nth-child(odd) {
  background-color: #fafafb;
}

/* line 5161, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.rss-feeds__row {
  padding-right: 1em;
  padding-left: 0;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  margin-right: 0;
  margin-left: 0;
}

/* line 5163, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.rss-feeds__row-heading {
  padding-right: 1em;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

/* line 5165, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.rss-feeds__img {
  min-width: 36px;
  min-height: 14px;
}

/* line 5167, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.rss-feeds__row-data1 {
  padding-right: 0;
  padding-left: 1em;
  padding-top: 0.5em;
  word-break: break-all;
}

/* line 5169, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.rss-feeds__row-data2 {
  padding-right: 0;
  padding-left: 1em;
  padding-bottom: 0.5em;
  word-break: break-all;
}

/* line 5171, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.rss-feeds__links a:hover {
  text-decoration: underline;
}

/* line 5173, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.rss-feeds__RegularXSmall {
  font-size: .9em;
}

/* line 5175, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__association-name {
  word-break: break-word;
}

/* line 5177, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__drawer {
  margin-top: 0;
}

/* line 5179, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__table {
  margin: 0px auto;
}

/* line 5181, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__table-header {
  text-align: center;
}

/* line 5183, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__messages--scroll {
  overflow-x: auto;
}

/* line 5185, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__separator {
  height: .7em;
  background-color: #e5e9ec;
}

/* line 5187, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__table-header-labels {
  color: #ffffff;
  background-color: #343a3a;
}

/* line 5189, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__associations {
  overflow-x: auto;
}

/* line 5191, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__associations .my-record__association:nth-child(odd) {
  background-color: #ffffff;
}

/* line 5193, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__associations .my-record__association:nth-child(even) {
  background-color: #fafafb;
}

/* line 5195, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__buttons--no-padding {
  padding-left: 0;
  overflow-wrap: break-word;
}

/* line 5197, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__content-container {
  padding-bottom: 1em;
}

/* line 5199, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__body {
  background-color: #ffffff;
}

/* line 5201, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__patron-account {
  background-color: #ffffff;
}

/* line 5203, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__patron-account .aspNetDisabled {
  background-color: white !important;
  color: darkgray !important;
}

/* line 5205, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__button--padding {
  padding-bottom: 1em;
}

/* line 5207, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__info {
  background-color: #e5e9ec;
  padding-left: 5px;
}

/* line 5209, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__row-element {
  padding-bottom: 0.5em;
}

/* line 5211, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__message-row {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

/* line 5213, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__message-checkbox {
  padding: 0 !important;
}

/* line 5215, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__message-checkbox-label {
  padding: 1.2em;
}

/* line 5217, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__row {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0.3em;
}

/* line 5219, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__row--separator {
  margin-right: 0;
  margin-left: 0;
}

/* line 5221, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__label {
  color: #999999;
}

/* line 5223, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__data {
  color: #343a3a;
  margin-left: 1em;
}

/* line 5225, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__current-blocks {
  color: #343a3a;
}

/* line 5227, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__data--blocks {
  color: #9B3131;
  margin-left: 1em;
}

/* line 5229, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__drawer-head-hover {
  background-color: #ffffff;
  color: #3796e7;
}

/* line 5231, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__checkbox-label label {
  font-size: 16px;
  font-size: 1rem;
  padding: 0 0 0 0.5em;
  margin-bottom: 0;
}

/* line 5233, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__account-view {
  padding-bottom: 5px;
  border-width: 0px;
}

/* line 5235, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__tableresults {
  font-weight: bold;
  color: #9B3131;
  margin-left: 1em;
  margin-right: 1em;
}

/* line 5237, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__tableresults ul, .my-record__tableresults li {
  list-style: disc;
}

/* line 5239, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__tableresults ul {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 3em;
}

/* line 5241, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__label--bold {
  font-weight: bold;
}

/* line 5243, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.my-record__data--bold {
  font-weight: bold;
}

/* --- PATRON ACCOUNT ------------------------------------------------------------------- */
/* line 5246, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.patron-default-body {
  background-color: #F6F6F6;
  border: solid 1px #CCCCCC;
}

/* line 5248, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.MessageInfoHeader {
  font-size: 1.1em;
  font-weight: bold;
  color: #000000;
}

/* line 5250, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.MessageInfoMaroonHeader {
  font-size: 1.1em;
  font-weight: bold;
  color: Maroon;
}

/* line 5252, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.MessageDataGridStyle {
  background-color: ButtonFace;
  padding: 2px 2px 2px 4px;
}

/* line 5254, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.feature-it-icon {
  width: 20px;
  height: 20px;
  max-width: 20px;
  max-height: 20px;
  min-width: 20px;
  min-height: 20px;
}

/* line 5256, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.feature-it__panel {
  border-bottom: 0.625em solid #e5e9ec;
  border-top: 0.625em solid #e5e9ec;
  font-size: .875em;
  padding: 0;
}

/* line 5258, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.feature-it__panel .feature-body {
  max-height: 15em;
  overflow-y: auto;
  padding: 1em 1em 0 1.5em;
}

/* line 5260, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.feature-it__panel + .feature-it__panel {
  border-top-width: 0;
}

/* line 5262, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
div.search__position:first-of-type {
  margin-top: .625em;
}

/* line 5264, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.payment__page .row {
  margin-right: 0;
  margin-left: 0;
}

/* line 5266, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.payment__header-name {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
}

/* line 5268, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.payment__header-name--left {
  text-align: left;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 1em;
  padding-bottom: 1em;
}

/* line 5270, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.payment__data--center {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 5272, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.payment__data--center a:link, .payment__data--center a:visited {
  text-decoration: none;
}

/* line 5274, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.payment__data--center a:hover, .payment__data--center a:focus {
  text-decoration: underline;
}

/* line 5276, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.payment__table--scroll {
  overflow-x: auto;
}

/* line 5278, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.payment__table--no-padding {
  padding-right: 0;
  padding-left: 0;
}

/* line 5280, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.payment__table--center {
  margin-right: auto;
  margin-left: auto;
}

/* line 5282, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.payment__table--center table td {
  padding: 0.7em 0.7em 0.7em 0.7em;
}

/* line 5284, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.payment__table--center table th {
  padding: 0.7em 0.7em 0.7em 0.7em;
}

/* line 5286, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.payment__table--center table th:last-child {
  border-right: 1px solid grey;
}

/* line 5288, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.payment__row {
  margin-right: 0;
  margin-left: 0;
}

/* line 5290, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.payment__total {
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 5292, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.payment__label {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* line 5294, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.payment__label--col2 {
  margin-top: 0.5em;
}

/* line 5296, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.payment__label--only {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 5298, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.payment__button {
  margin-bottom: 0.5em;
  word-wrap: break-word;
  white-space: normal;
  word-break: break-word;
}

/* line 5300, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#checkboxSendAck {
  height: .8125em;
  margin-top: .21875em;
  margin-bottom: .21875em;
}

/* line 5302, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#checkboxSendAck + label {
  padding: 0 0 0 0.25em;
  vertical-align: middle;
}

/* line 5304, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#linkDeleteList:link, #linkDeleteList:visited, #linkDeleteList:hover, #linkDeleteList:focus {
  text-decoration: none;
}

/* line 5306, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-list {
  /*&-per-page{ float: left; width: 50%; text-align: right; color: $color_font_white; @mixin { float: right !important; } }*/
}

/* line 5308, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-list__link:link, .c-title-list__link:visited, .c-title-list__link:hover, .c-title-list__link:focus {
  text-decoration: none;
}

/* line 5310, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-list__table {
  border: none;
  border-collapse: collapse;
}

/* line 5312, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-list__table td {
  padding: 5px;
}

/* line 5314, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-list__td {
  width: 1%;
  vertical-align: top;
  padding: 6px 6px;
}

/* line 5316, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-list__first-col-container {
  display: inline-flex;
  padding-left: 0.6em;
}

@media (max-width: 991px) {
  /* line 5318, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-title-list__first-col-container {
    width: 100%;
    padding-left: 0.425em;
  }
}

/* line 5320, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-list__image-container {
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 5px;
}

/* line 5322, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-list__header_row {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* line 5324, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-list__image_row {
  /*margin-top: 10px; padding: 5px;*/
  text-align: left;
}

/* line 5326, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-list__button_row {
  margin-top: 10px;
  padding-left: 15px;
}

/* line 5328, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-list__availability_row {
  padding-top: 5px;
}

/* line 5330, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-list__heading {
  font-size: 1.4em;
  font-weight: bold;
}

/* line 5332, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-list__select-all {
  vertical-align: middle;
  margin: 0 !important;
}

/* line 5334, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-list__select-single {
  margin-top: 0.6em !important;
}

/* line 5336, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-list__img_bar {
  height: 2px !important;
  max-width: 100% !important;
  width: 100% !important;
}

/* line 5338, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-list__sort_container {
  margin-top: 0.25em !important;
}

@media (max-width: 650px) {
  /* line 5340, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-title-list__sort_container {
    width: 100%;
    height: inherit;
    display: inline-flex;
  }
}

@media (max-width: 650px) {
  /* line 5342, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-title-list__sort_container__sort-keys {
    float: right;
  }
}

@media (max-width: 650px) {
  /* line 5344, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-title-list__sort_container__label {
    margin-top: 0.5em;
    margin-right: 0.5em;
  }
}

/* line 5346, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-list__format-container {
  display: inline-block;
  text-align: center !important;
}

/* line 5348, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-list__format-container__pub-year {
  text-align: center;
  min-width: 3.5em;
}

/* line 5350, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-list__format-container__format-img {
  margin-top: .2em;
  text-align: center;
}

@media (max-width: 479px) {
  /* line 5352, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-title-list__col-xs-1 {
    width: 15%;
    min-width: 15%;
  }
}

@media (max-width: 479px) {
  /* line 5354, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-title-list__col-xs-11 {
    width: 85%;
  }
}

@media (max-width: 350px) {
  /* line 5356, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-title-list__page-count {
    width: 40%;
  }
}

/* line 5358, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-list__page-per-page {
  text-align: left;
}

@media (max-width: 650px) {
  /* line 5360, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-title-list__page-per-page {
    float: right;
    text-align: right;
  }
}

/* line 5362, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-list__page-select-all-container {
  text-align: left;
}

@media (max-width: 350px) {
  /* line 5364, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-title-list__page-select-all-container {
    width: 10%;
  }
}

/* line 5366, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#to_list_names {
  width: 15em;
  text-align: center;
  vertical-align: middle;
}

/* line 5368, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-title-list__image-container > .c-title-detail__thumbnail {
  height: auto;
  max-width: 100%;
  width: auto;
}

@media (min-width: 992px) {
  /* line 5370, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-title-list__image-container > .c-title-detail__thumbnail {
    width: 100%;
  }
}

/* line 5372, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.ud_body_div {
  padding: 15px 0px 45px 0px;
  overflow-x: auto;
}

/* line 5374, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.ud_body_div__table {
  width: 100%;
}

/* line 5376, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.ud_body_div__table th, .ud_body_div__table td {
  padding: 15px;
}

/* line 5378, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.ud_body_div__table th {
  text-align: center;
}

/* line 5380, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.ud_body_div__table td {
  text-align: initial;
}

/* line 5382, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community:before, .c-results-utility-community:after {
  content: " ";
  display: table;
}

/* line 5384, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community:after {
  clear: both;
}

/* line 5386, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community__nav {
  height: 1.15em;
  padding-left: 1em;
  margin-left: 0;
  margin-right: 0;
  padding-top: 2px;
}

/* line 5388, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community__container-browse {
  padding-bottom: 0;
}

/* line 5390, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community__container-browse .c-results-utility-browse-prev, .c-results-utility-community__container-browse .c-results-utility-browse-next {
  display: inline-block;
  width: 100%;
}

/* line 5392, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community__no-results {
  margin: 1em;
}

/* line 5394, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community__row {
  margin-right: 0;
  margin-left: 0;
}

/* line 5396, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community__row-style {
  background-color: #ffffff;
  border-bottom: solid 1px #ddd;
}

/* line 5398, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community__results {
  padding: 1em;
}

/* line 5400, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community__container {
  padding-bottom: 0.1875em;
}

/* line 5402, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community__container:before, .c-results-utility-community__container:after {
  content: " ";
  display: table;
}

/* line 5404, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community__container:after {
  clear: both;
}

/* line 5406, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community__container--last {
  padding-bottom: 0;
}

/* line 5408, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community__container--sort-narrow {
  text-align: center;
}

/* line 5410, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community__container--affix.affix {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

/* line 5412, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community__container--full-height {
  height: 100%;
}

/* line 5414, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community__container--full-height .c-results-utility-community-narrow, .c-results-utility-community__container--full-height .c-accordion--results-utility, .c-results-utility-community__container--full-height .c-accordion__panel, .c-results-utility-community__container--full-height .panel-collapse, .c-results-utility-community__container--full-height .c-accordion__body {
  height: 100%;
}

/* line 5416, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community__container--full-height .panel-collapse {
  position: relative;
}

/* line 5418, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community__container--full-height .c-results-utility-community-narrow .c-accordion__body {
  overflow-y: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 5420, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community__container--full-height .close {
  display: block !important;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

/* line 5422, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community__container--full-height .c-results-utility-community-narrow .c-accordion-lvl2 {
  clear: both;
}

/* line 5424, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community__container--back {
  padding-bottom: 0;
  background: #343a3a;
  color: white;
}

/* line 5426, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community__container--count-nav {
  text-align: center;
  display: table;
  width: 100%;
}

/* line 5428, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community__container--count-nav:before, .c-results-utility-community__container--count-nav:after {
  content: none;
}

/* line 5430, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community__container--browse-nav {
  text-align: center;
  display: table;
  width: 100%;
  height: 2.25em;
}

/* line 5432, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community__container--browse-nav:before, .c-results-utility-community__container--browse-nav:after {
  content: none;
}

/* line 5434, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-result-count {
  float: left;
  width: 50%;
  color: white;
  padding-top: 0.25em;
  text-align: left;
}

/* line 5436, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-per-page {
  float: left;
  width: 50%;
  text-align: right;
  color: white;
}

/* line 5438, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-per-page.select {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 11px;
  width: 0;
  height: 0;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
  pointer-events: none;
}

/* line 5440, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-per-page.select-styled:after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 11px;
  width: 0;
  height: 0;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
  pointer-events: none;
}

/* line 5442, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-per-pageselect-styled:after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 11px;
  width: 0;
  height: 0;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
  pointer-events: none;
}

/* line 5444, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-per-pagedropdown {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 11px;
  width: 0;
  height: 0;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
  pointer-events: none;
}

/* line 5446, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-per-page__select-container {
  display: inline-block;
}

/* line 5448, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-per-page__select-container.select-styled:after {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 11px;
  width: 0;
  height: 0;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
  pointer-events: none;
}

/* line 5450, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-per-page__select-containerdropdown {
  content: ' ';
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 11px;
  width: 0;
  height: 0;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  vertical-align: middle;
  pointer-events: none;
}

/* line 5452, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-per-page__select-container:after {
  margin-top: -2px;
  color: #343a3a;
}

/* line 5454, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
select.c-results-utility-community-per-page__select {
  background-color: #ffffff;
  width: auto;
  padding: 3px 16px 2px 1px;
  margin-right: 5px;
}

/* line 5456, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-per-page__label {
  font-size: 13px;
  font-size: 0.8125rem;
  color: white;
  text-transform: uppercase;
}

/* line 5458, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-per-page-browse {
  float: left;
  text-align: left;
  color: white;
}

/* line 5460, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-per-page-browse__select-container {
  display: inline-block;
  margin-left: 1em;
  padding-top: 5px;
}

/* line 5462, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-per-page-browse__select-container:after {
  margin-top: -2px;
  color: #343a3a;
}

/* line 5464, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
select.c-results-utility-community-per-page-browse__select {
  background-color: #ffffff;
  width: auto;
  padding: 3px 1px 2px 1px;
  height: 1.7em;
}

/* line 5466, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-per-page-browse__label {
  font-size: 13px;
  font-size: 0.8125rem;
  color: white;
  text-transform: uppercase;
  vertical-align: bottom;
  padding: 0px;
  margin-bottom: 5px;
  height: 100%;
}

/* line 5468, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-per-page-browse__display {
  font-size: 13px;
  font-size: 0.8125rem;
  vertical-align: bottom;
  padding: 0px;
  margin-bottom: 5px;
  height: 100%;
}

/* line 5470, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-sort {
  float: left;
  width: 50%;
  height: 3.75em;
  padding: 0.25em 0.625em 0.3125em 0.375em;
  background-color: Â  #17A88D;
  text-align: left;
  color: white;
}

/* line 5472, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-sort__label {
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0px 0px 3px 0px;
  padding: 0rem 0rem 0.1875rem 0rem;
  margin: 0;
  text-transform: uppercase;
  color: white;
}

/* line 5474, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-sort__option {
  color: #000000;
}

/* line 5476, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
select.c-results-utility-community-sort__select {
  background-color: #ffffff;
  width: auto;
  padding: 3px 3px 2px 1px;
  margin-right: 5px;
}

/* line 5478, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.js .c-results-utility-community-narrow {
  display: none;
}

/* line 5480, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-narrow .close {
  display: none;
}

/* line 5482, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-full-pagination {
  text-align: left;
}

/* line 5484, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-full-pagination .btn-toolbar {
  display: inline-block;
}

/* line 5486, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-perpage-browse {
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-top: 0.4em;
}

/* line 5488, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-perpage-browse:link, .c-results-utility-community-perpage-browse:visited {
  color: white;
  text-decoration: none;
}

/* line 5490, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-perpage-browse:hover, .c-results-utility-community-perpage-browse:active {
  outline: 0;
  color: white;
  text-decoration: none;
}

/* line 5492, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-display-count, .c-results-utility-community-prev, .c-results-utility-community-next {
  display: table-cell;
  text-transform: uppercase;
  vertical-align: middle;
  background-color: Â  #17A88D;
}

/* line 5494, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-browse-prev--pad {
  margin-right: 0.5em;
}

/* line 5496, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-browse-prev {
  display: table-cell;
  vertical-align: middle;
  background-color: #8e7333;
}

/* line 5498, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-browse-next {
  display: table-cell;
  vertical-align: middle;
  background: #b39141;
}

/* line 5500, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-display-count {
  color: white;
  background: #a0823a;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
}

/* line 5502, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-display-count strong {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-weight: 500;
  font-style: normal;
}

/* line 5504, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-display-count span {
  display: inline-block;
}

/* line 5506, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-prev__link, .c-results-utility-community-next__link {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 15px 10px;
  padding: 0.9375rem 0.625rem;
}

/* line 5508, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-prev__link:link, .c-results-utility-community-prev__link:visited, .c-results-utility-community-next__link:link, .c-results-utility-community-next__link:visited {
  text-decoration: none;
  color: white;
  background: #b39141;
}

/* line 5510, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-prev__link:hover, .c-results-utility-community-prev__link:active, .c-results-utility-community-next__link:hover, .c-results-utility-community-next__link:active {
  outline: 0;
  background-color: #B8D8FC;
  text-decoration: none;
}

/* line 5512, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-prev__link:before {
  content: ' ';
  display: inline-block;
  margin-right: 8px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid;
  border-left: none;
}

/* line 5514, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-next__link:after {
  content: ' ';
  display: inline-block;
  margin-left: 8px;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: none;
  border-left: 4px solid;
}

/* line 5516, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-prev-browse__link, .c-results-utility-community-next-browse__link {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 10px;
  height: 100%;
  text-align: left;
  white-space: nowrap;
}

/* line 5518, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-prev-browse__link:link, .c-results-utility-community-prev-browse__link:visited, .c-results-utility-community-next-browse__link:link, .c-results-utility-community-next-browse__link:visited {
  text-decoration: none;
  color: white;
}

/* line 5520, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-prev-browse__link:hover, .c-results-utility-community-prev-browse__link:active, .c-results-utility-community-next-browse__link:hover, .c-results-utility-community-next-browse__link:active {
  outline: 0;
  text-decoration: none;
}

/* line 5522, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-browse-next:link, .c-results-utility-community-browse-next:visited {
  background-color: Â  #17A88D;
}

/* line 5524, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-browse-next:hover, .c-results-utility-community-browse-next:active {
  background-color: #B8D8FC;
}

/* line 5526, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-browse-next:hover .c-results-utility-community-next-browse__link, .c-results-utility-community-browse-next:active .c-results-utility-community-next-browse__link {
  background-color: #B8D8FC;
}

/* line 5528, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-browse-prev:link, .c-results-utility-community-browse-prev:visited {
  background-color: #8e7333;
}

/* line 5530, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-browse-prev:hover, .c-results-utility-community-browse-prev:active {
  background-color: #B8D8FC;
}

/* line 5532, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-browse-prev:hover .c-results-utility-community-prev-browse__link, .c-results-utility-community-browse-prev:active .c-results-utility-community-prev-browse__link {
  background-color: #B8D8FC;
}

/* line 5534, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community--full, .c-results-utility-community--partial {
  padding-left: 0.4em;
  padding-right: 0.4em;
  padding-top: 0.375em;
  padding-bottom: 4px;
  background-color: #343a3a;
}

@media only screen and (min-width: 31.25em) {
  /* line 5536, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-results-utility-community--full, .c-results-utility-community--partial {
    padding-left: 0.6em;
    padding-right: 0.6em;
  }
}

/* line 5538, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community--section-start {
  margin-bottom: 0.625em;
}

/* line 5540, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community.c-results-utility--detail {
  background-color: #a0823a;
}

/* line 5542, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community.c-results-utility--detail.c-results-utility--more {
  background-color: Â  #17A88D;
}

/* line 5544, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-narrow__link .c-results-utility-community-narrow__narrow-label {
  display: inline;
}

/* line 5546, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-narrow__link .c-results-utility-community-narrow__narrowed-label {
  display: none;
}

/* line 5548, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed, .c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed:visited, .c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed:hover {
  background-color: #ffffaa !important;
  color: #b39141 !important;
}

/* line 5550, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed .c-results-utility-community-narrow__narrow-label, .c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed:visited .c-results-utility-community-narrow__narrow-label, .c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed:hover .c-results-utility-community-narrow__narrow-label {
  display: none;
}

/* line 5552, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed .c-results-utility-community-narrow__narrowed-label, .c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed:visited .c-results-utility-community-narrow__narrowed-label, .c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed:hover .c-results-utility-community-narrow__narrowed-label {
  display: inline;
}

/* line 5554, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed.c-results-utility-community_narrow--narrowed:hover, .c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed:visited.c-results-utility-community_narrow--narrowed:hover, .c-results-utility-community-narrow__link.c-results-utility-community_narrow--narrowed:hover.c-results-utility-community_narrow--narrowed:hover {
  color: #9B3131 !important;
}

/* line 5556, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.search-results-community__results-link-panel {
  background-color: #e5e9ec;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  padding-right: 1em;
  text-align: right;
}

/* line 5558, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.search-results-community__browse-results {
  color: #3796e7;
}

/* line 5560, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.search-results-community__browse-results:link, a.search-results-community__browse-results:visited {
  text-decoration: none;
}

/* line 5562, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
a.search-results-community__browse-results:hover, a.search-results-community__browse-results:focus {
  text-decoration: underline;
}

/* line 5564, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.search-results-community__heading {
  color: #3796e7;
}

/* line 5566, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.search-results-community__heading a:link, .search-results-community__heading a:visited {
  text-decoration: none;
  color: #3796e7;
}

/* line 5568, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.search-results-community__heading a:hover, .search-results-community__heading a:focus {
  text-decoration: underline;
  color: #9B3131;
}

/* line 5570, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-community {
  position: relative;
  padding-bottom: 1em;
}

/* line 5572, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-community__content-container {
  padding-left: 0px;
}

/* line 5574, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-community__row-data {
  padding-top: 0.25em;
  padding-left: 0px;
  text-align: left;
}

/* line 5576, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-community__dropdown {
  border: none;
  width: 230px;
}

/* line 5578, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-community__results-dropdown {
  border: none;
  width: 4.5em;
}

/* line 5580, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-community__per-page-dropdown {
  height: auto;
  border: solid 1px #ccc;
  background-color: white;
}

/* line 5582, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-community__row--padding {
  margin-top: 5px;
}

/* line 5584, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-community__row-label {
  padding-top: 0.25em;
  padding-left: 0px;
  padding-right: 0px;
  text-align: left;
  word-break: break-word;
}

/* line 5586, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-community__row {
  margin-right: 0;
  margin-left: 0;
  text-align: left;
}

/* line 5588, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-community__label {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0;
  color: #343a3a;
  white-space: nowrap;
  padding-top: 9px;
  margin-bottom: 5px;
  white-space: normal;
}

/* line 5590, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-community__label:before, .c-search-header-community__label:after {
  content: " ";
  display: table;
}

/* line 5592, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-community__label:after {
  clear: both;
}

/* line 5594, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-community__box--height {
  height: 28px;
}

/* line 5596, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-community__glyphicon-search {
  padding-top: 2px;
}

/* line 5598, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-community div.c-search-header-community__search-box-div {
  padding: 2px 2px 2px 6px !important;
  width: 100%;
}

/* line 5600, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-community div.c-search-header-community__search-box-div input.AutoSuggestShowCold, .c-search-header-community div.c-search-header-community__search-box-div input.AutoSuggestShowHot {
  right: 35px;
}

/* line 5602, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-community .c-search-header-community__search-box {
  width: calc(100% - 32px - 1em);
}

/* line 5604, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-community .c-search-header-community__search-browse-box {
  width: calc(100% - 20px - 0.91em);
}

/* line 5606, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-community .c-search-header-community__search-label {
  padding: 4px 6px;
  position: relative;
  right: 0px;
  top: -0.02em;
}

/* line 5608, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-community .c-search-header-community__search-button {
  padding: 0;
  border-width: 0;
  border-radius: 4px;
}

/* line 5610, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-community__search-box {
  border: none;
  transition: none;
  margin: 0;
  outline-style: none;
  padding-right: 5px;
  padding-bottom: 0;
  background-color: white;
  border-bottom-color: none;
  border-top-color: none;
  border-right-color: none;
  border-left-color: none;
}

/* line 5612, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-community__search-boxinput {
  border: none;
  transition: none;
  outline-style: none;
  padding-right: 5px;
  padding-bottom: 0;
  padding-top: 0;
}

/* line 5614, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.c-search-header-community__search-box:focus {
  border-color: none;
}

@media screen and (min-width: 381px) {
  /* line 5616, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-search-header-community__dropdown {
    width: 230px;
  }
}

@media screen and (max-width: 380px) {
  /* line 5618, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-search-header-community__dropdown {
    width: 90%;
  }
}

@media screen and (max-width: 650px) {
  /* line 5620, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .c-search-header-community {
    padding-bottom: 1em;
  }
}

/* line 5622, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.policy__back-column {
  text-align: center;
  padding: 0;
}

/* line 5624, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.policy__container {
  padding: 0;
  width: auto;
}

/* line 5626, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.policy__row {
  padding: 0;
  margin: 1em;
}

/* line 5628, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.policy__column {
  padding: 0;
}

/* line 5630, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.policy__link:link, .policy__link:visited {
  text-decoration: none;
}

/* line 5632, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.policy__link:hover, .policy__link:focus {
  text-decoration: underline;
}

/* line 5634, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.toast-title {
  font-weight: bold;
}

/* line 5636, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

/* line 5638, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.toast-message a, .toast-message label {
  color: #ffffff;
}

/* line 5640, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.toast-message a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* line 5642, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

/* line 5644, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.toast-close-button:hover, .toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version iOS requires the button element instead of an anchor tag. If you want the anchor version, it requires `href="#"`.*/
/* line 5647, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

/* line 5649, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 5651, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 5653, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

/* line 5655, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

/* line 5657, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.toast-top-left {
  top: 12px;
  left: 12px;
}

/* line 5659, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.toast-top-right {
  top: 12px;
  right: 12px;
}

/* line 5661, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

/* line 5663, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* line 5665, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

/* line 5667, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 5669, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 10px 15px;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  /*opacity: 0.8;*/
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

/* line 5671, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#toast-container > div:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

/* line 5673, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

/* line 5675, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

/* line 5677, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

/* line 5679, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

/* line 5681, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#toast-container.toast-top-center > div, #toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

/* line 5683, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

/* line 5685, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.toast {
  background-color: #030303;
}

/* line 5687, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.toast-success {
  background-color: #378637;
}

/* line 5689, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.toast-error {
  background-color: #bd362f;
}

/* line 5691, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.toast-info {
  background-color: #307C9C;
}

/* line 5693, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.toast-warning {
  background-color: #f89406;
}

/* line 5695, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  /* line 5698, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  /* line 5699, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  /* line 5701, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  /* line 5702, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  /* line 5704, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/* line 5706, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.tools__page-data-table {
  background-color: #ffffff;
}

/* line 5708, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.tools__page-data-field {
  width: 1%;
  text-wrap: none;
}

/* ========================================================================== Content Module - Base Styles ========================================================================== */
@-ms-viewport {
  width: auto !important;
}

/* line 5713, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.content-module .content-container {
  padding-left: 1.25em;
  padding-right: 1.25em;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}

@media only screen and (min-width: 31.25em) {
  /* line 5715, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .content-module .content-container {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

/* line 5717, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.content-module .content-container p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* ========================================================================== Content Module - Full Search ========================================================================== */
/* line 5720, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.content-module--full-search {
  background-color: #e5e9ec;
}

/* ========================================================================== Content Module - Results Utility ========================================================================== */
/* line 5723, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.content-module--results-utility .content-container {
  padding: 0;
}

/* ========================================================================== Content Module - Search Result ========================================================================== */
/* ========================================================================== Content Module - Accordion ========================================================================== */
/* line 5727, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.content-module--accordion .content-container {
  padding: 0;
}

/* ========================================================================== Nav - General ========================================================================== */
/* line 5730, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.navbar-collapse {
  box-shadow: none;
  border: none;
}

/* ========================================================================== Expandable Block Nav ========================================================================== */
/* line 5733, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.expandable-block-nav {
  padding-left: 0;
  padding-right: 0;
}

/* line 5735, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.expandable-block-nav .nav__list-level-1 {
  margin: 0;
}

/* line 5737, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.expandable-block-nav .nav__item-level-1 {
  margin-top: 0.375em;
}

/* line 5739, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.expandable-block-nav .nav__item-level-1.open .nav__link-level-1:link, .expandable-block-nav .nav__item-level-1.open .nav__link-level-1:visited, .expandable-block-nav .nav__item-level-1.open .nav__link-level-1:focus {
  color: #cccccc;
  background: transparent;
  transition: all 0.2s ease-in-out;
}

/* line 5741, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.expandable-block-nav .nav__item-level-1.open .nav__link-level-2, .expandable-block-nav .nav__item-level-1.open .nav__link-level-3 {
  padding-left: 1.25em;
  padding-right: 1.25em;
}

@media only screen and (min-width: 31.25em) {
  /* line 5743, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .expandable-block-nav .nav__item-level-1.open .nav__link-level-2, .expandable-block-nav .nav__item-level-1.open .nav__link-level-3 {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

/* line 5745, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.expandable-block-nav .nav__item-level-1--more {
  display: none;
}

/* line 5747, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.expandable-block-nav .nav__link-level-1 {
  text-align: left;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
}

/* line 5749, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.expandable-block-nav .nav__link-level-1:before, .expandable-block-nav .nav__link-level-1:after {
  content: " ";
  display: table;
}

/* line 5751, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.expandable-block-nav .nav__link-level-1:after {
  clear: both;
}

@media only screen and (min-width: 31.25em) {
  /* line 5753, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .expandable-block-nav .nav__link-level-1 {
    padding: 15px 30px;
    padding: 0.9375rem 1.875rem;
  }
}

/* line 5755, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.expandable-block-nav .nav__link-level-1 span {
  position: relative;
  float: right;
  margin-top: 0.1875em;
}

/* line 5757, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.expandable-block-nav .nav__link-level-1 span.caret-right {
  margin-right: 0.1875em;
}

/* line 5759, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.expandable-block-nav .nav__link-level-1:link, .expandable-block-nav .nav__link-level-1:visited {
  color: white;
  text-decoration: none;
  background-color: #0d0d0d;
}

/* line 5761, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.expandable-block-nav .nav__link-level-1:focus {
  outline: 1px dotted invert;
}

/* line 5763, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.expandable-block-nav .nav__link-level-1:hover, .expandable-block-nav .nav__link-level-1:active {
  outline: 0;
  color: white;
  text-decoration: none;
  background: #17A88D;
}

/* line 5765, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.expandable-block-nav .nav__list-level-2 {
  position: relative !important;
  min-width: 100%;
  border: none;
  box-shadow: 0px 20px 20px rgba(52, 58, 58, 0.2);
  padding: 0;
}

/* line 5767, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.expandable-block-nav .nav__item-level-2--footer {
  padding-bottom: 0.25em;
}

/* line 5769, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.expandable-block-nav .nav__link-level-2 {
  white-space: normal;
}

/* line 5771, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.expandable-block-nav .nav__link-level-2:link, .expandable-block-nav .nav__link-level-2:visited {
  color: white;
  text-decoration: none;
}

/* line 5773, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.expandable-block-nav .nav__link-level-2:hover, .expandable-block-nav .nav__link-level-2:active, .expandable-block-nav .nav__link-level-2:focus {
  outline: 0;
  color: white;
  text-decoration: none;
  background: #17A88D;
}

/* line 5775, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.expandable-block-nav .nav__list-level-3 {
  position: relative !important;
}

/* line 5777, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.expandable-block-nav .nav__link-level-3 {
  white-space: normal;
}

/* line 5779, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.expandable-block-nav .nav__link-level-3:link, .expandable-block-nav .nav__link-level-3:visited {
  color: white;
  text-decoration: none;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

/* line 5781, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.expandable-block-nav .nav__link-level-3:hover, .expandable-block-nav .nav__link-level-3:active, .expandable-block-nav .nav__link-level-3:focus {
  outline: 0;
  color: #333333;
  text-decoration: none;
  background: #999999;
}

/* line 5783, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.expandable-block-nav .nav__link-level-3 {
  white-space: normal;
}

/* line 5785, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.expandable-block-nav .nav__link-level-3:link, .expandable-block-nav .nav__link-level-3:visited {
  color: white;
  text-decoration: none;
}

/* line 5787, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.expandable-block-nav .nav__link-level-3:hover, .expandable-block-nav .nav__link-level-3:active, .expandable-block-nav .nav__link-level-3:focus {
  outline: 0;
  color: #333333;
  text-decoration: none;
  background: #999999;
}

/* line 5789, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.expandable-block-nav .dropdown-submenu, .expandable-block-nav .dropdown-menu {
  border: none;
  box-shadow: none;
  border-radius: 0;
}

/* line 5791, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.expandable-block-nav .dropdown-submenu.open, .expandable-block-nav .dropdown-menu.open {
  display: block;
}

/* ========================================================================== Top Nav ========================================================================== */
/* line 5794, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.top-nav {
  padding-top: 0.375em;
  padding-bottom: 0.375em;
  padding-left: 1.25em;
  padding-right: 1.25em;
}

@media only screen and (min-width: 31.25em) {
  /* line 5796, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .top-nav {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

/* line 5798, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.top-nav .nav__list-level-1 {
  margin: 0;
}

/* line 5800, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.top-nav .nav__item-level-1 {
  padding: 0;
  max-width: 105px;
  color: #231F20;
}

/* line 5802, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.top-nav .nav__select {
  padding: 10px;
  max-width: 105px;
  background: none;
  font-size: 16px;
  font-size: 1rem;
  color: #231F20;
}

/* line 5804, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.top-nav .nav__option {
  color: black;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 5px;
  padding: 0.3125rem;
}

/* line 5806, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.top-nav--split-header .nav__item-level-1 {
  float: right;
}

/* line 5808, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.top-nav--split-header .nav__item-level-1:first-child {
  float: left;
}

/* line 5810, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav__item-level-1.nav__large-print {
  display: none;
  max-width: none;
}

/* line 5812, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav__item-level-1.nav__large-print a, .nav__item-level-1.nav__large-print a:active, .nav__item-level-1.nav__large-print a:focus, .nav__item-level-1.nav__large-print a:hover, .nav__item-level-1.nav__large-print a:visited {
  padding: 10px;
  background-color: transparent;
  font-size: 16px;
  font-size: 1rem;
  color: #231F20;
  max-width: none;
  text-decoration: none;
}

/* line 5814, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav__item-level-1.nav__large-print a:hover, .nav__item-level-1.nav__large-print a:active:hover, .nav__item-level-1.nav__large-print a:focus:hover, .nav__item-level-1.nav__large-print a:hover:hover, .nav__item-level-1.nav__large-print a:visited:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  /* line 5816, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav__item-level-1.nav__large-print {
    display: block;
  }
}

/* ========================================================================== Footer Nav ========================================================================== */
/* line 5819, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav--footer .expandable-block-nav .nav__item-level-1:first-child {
  border: none;
}

@media only screen and (min-width: 37.5em) {
  /* line 5821, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1 {
    float: none;
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
  /* line 5822, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1 {
    width: 33%;
  }
  /* line 5823, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1:nth-child(4) {
    clear: left;
  }
  /* line 5824, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav--footer .expandable-block-nav .nav__link-level-1--add-underline:link, .nav--footer .expandable-block-nav .nav__link-level-1--add-underline:visited {
    text-decoration: none;
  }
  /* line 5825, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav--footer .expandable-block-nav .nav__link-level-1--add-underline:focus, .nav--footer .expandable-block-nav .nav__link-level-1--add-underline:hover {
    text-decoration: underline;
  }
  /* line 5826, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav--footer .expandable-block-nav .nav__item-level-1 {
    display: block;
    float: left;
    border: none;
    padding-bottom: 1.25em;
  }
  /* line 5827, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav--footer .expandable-block-nav .nav__link-level-1 {
    text-transform: uppercase;
    font-weight: bold;
  }
  /* line 5828, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav--footer .expandable-block-nav .nav__link-level-1:link, .nav--footer .expandable-block-nav .nav__link-level-1:visited {
    color: white;
    text-decoration: none;
    background: none;
  }
  /* line 5829, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav--footer .expandable-block-nav .nav__link-level-1:focus {
    outline: 0;
    text-decoration: underline;
  }
  /* line 5830, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav--footer .expandable-block-nav .nav__link-level-1:hover, .nav--footer .expandable-block-nav .nav__link-level-1:active {
    outline: 0;
    color: white;
    text-decoration: none;
    background: none;
    cursor: default;
  }
  /* line 5831, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav--footer .expandable-block-nav .nav__link-level-1 span {
    display: none;
  }
  /* line 5832, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav--footer .expandable-block-nav .nav__list-level-2 {
    position: relative;
    top: auto;
    left: auto;
    z-index: auto;
    float: none;
    min-width: 0;
    display: block;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
    padding-bottom: 0.625em;
  }
  /* line 5833, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav--footer .expandable-block-nav .nav__link-level-2 {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}

@media only screen and (min-width: 37.5em) and (min-width: 31.25em) {
  /* line 5835, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav--footer .expandable-block-nav .nav__link-level-2 {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

@media only screen and (min-width: 37.5em) {
  /* line 5837, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav--footer .expandable-block-nav .nav__link-level-2:link, .nav--footer .expandable-block-nav .nav__link-level-2:visited {
    color: white;
    text-decoration: none;
    background: none;
    font-weight: 300;
  }
  /* line 5838, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav--footer .expandable-block-nav .nav__link-level-2:hover, .nav--footer .expandable-block-nav .nav__link-level-2:active {
    outline: 0;
    color: white;
    text-decoration: underline;
    background: none;
  }
  /* line 5839, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav--footer .expandable-block-nav .nav__link-level-2:focus {
    text-decoration: underline;
  }
}

@media only screen and (min-width: 46.875em) {
  /* line 5841, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1 {
    width: 25%;
  }
  /* line 5842, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1:nth-child(4) {
    clear: none;
  }
  /* line 5843, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1:nth-child(5) {
    clear: left;
  }
}

@media only screen and (min-width: 56.25em) {
  /* line 5845, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1 {
    width: 20%;
  }
  /* line 5846, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1:nth-child(5) {
    clear: none;
  }
  /* line 5847, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1:nth-child(6) {
    clear: left;
  }
}

@media only screen and (min-width: 65.625em) {
  /* line 5849, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1 {
    width: 16%;
  }
  /* line 5850, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1:nth-child(6) {
    clear: none;
  }
  /* line 5851, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1:nth-child(7) {
    clear: left;
  }
}

@media only screen and (min-width: 68.75em) {
  /* line 5853, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1 {
    width: 14%;
  }
  /* line 5854, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1:nth-child(7) {
    clear: none;
  }
  /* line 5855, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav--footer .expandable-block-nav .nav__list-level-1.nav__list--items-7 .nav__item-level-1:nth-child(8) {
    clear: left;
  }
}

/* ========================================================================== Header ========================================================================== */
/* line 5858, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-header {
  padding: 0;
  background: #17A88D;
}

/* line 5860, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-header__branch {
  width: 100%;
  clear: both;
  background-color: #ffffff;
  padding-left: 1.25em;
  padding-right: 1.25em;
  text-align: center;
  padding: 15px;
  padding: 0.9375rem;
}

/* line 5862, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-header__branch:before, .site-header__branch:after {
  content: " ";
  display: table;
}

/* line 5864, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-header__branch:after {
  clear: both;
}

@media only screen and (min-width: 31.25em) {
  /* line 5866, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-header__branch {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

/* line 5868, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-header__branch-logo, .site-header__branch-name {
  width: 100%;
}

/* line 5870, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-header__branch-logo {
  display: none;
  padding: 0;
}

/* line 5872, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-header__branch-logo-center {
  display: none;
  padding: 0;
}

/* line 5874, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-header__branch-name {
  display: block;
}

/* line 5876, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-header__branch-name-link {
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  color: #343a3a;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  font-weight: 500;
}

/* line 5878, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-header__branch-name-link:link, .site-header__branch-name-link:visited {
  color: #343a3a;
  text-decoration: none;
}

/* line 5880, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-header__branch-name-link:focus {
  outline: 1px dotted invert;
}

/* line 5882, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-header__branch-name-link:hover, .site-header__branch-name-link:active {
  outline: 0;
  color: #717070;
  text-decoration: none;
}

/* line 5885, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-header__branch--align-left {
  text-align: left;
}

/* line 5887, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-header__branch--align-right {
  text-align: right;
}

/* line 5889, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-header__branch--no-name.site-header__branch--has-logo {
  padding: 0 0 10 0;
}

/* line 5891, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-header__branch--no-name.site-header__branch--has-logo .site-header__branch-logo {
  display: block;
}

/* line 5893, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-panel--my-account .nav-panel__nav-container .dropdown-menu {
  padding: 0;
  border: 0;
  border-radius: 0;
  margin-top: 1px;
  transition: all 0.2s ease-in-out;
}

/* line 5895, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-panel--my-account .nav-panel__nav-head a:link, .nav-panel--my-account .nav-panel__nav-head a:visited, .nav-panel--my-account .nav-panel__nav-head a:hover, .nav-panel--my-account .nav-panel__nav-head a:active {
  color: white;
  text-decoration: none;
  cursor: default;
}

/* line 5897, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-panel--my-account .nav-panel__nav-head a:focus {
  outline: 1px dotted invert;
}

/* line 5899, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav-panel--my-account .nav-panel__nav-head a span {
  display: none;
}

/* line 5901, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav__zoom {
  float: right;
}

/* line 5903, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.nav__zoom-in, .nav__zoom-out {
  color: white;
  background-color: transparent;
}

@media (max-width: 40.625em) {
  /* line 5905, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--my-account .nav-panel__nav-container .dropdown-menu {
    position: static;
    display: block;
    float: none;
    border: none;
    box-shadow: none;
  }
}

/* ========================================================================== Footer ========================================================================== */
/* line 5908, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-footer {
  position: relative;
}

/* line 5910, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-footer__content-container {
  max-width: 93.75em;
}

/* line 5912, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-footer__main {
  background-color: #393f3f;
}

/* line 5914, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-footer__secondary-content {
  padding-left: 1.25em;
  padding-right: 1.25em;
  background-color: #343a3a;
  color: white;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

@media only screen and (min-width: 31.25em) {
  /* line 5916, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-footer__secondary-content {
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
}

/* line 5918, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-footer__copyright {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.16667;
  padding: 5px 0px;
  padding: 0.3125rem 0rem;
  text-align: center;
  padding-bottom: 20px;
}

/* line 5920, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-footer__logo {
  padding-bottom: 0.9375em;
}

/* line 5922, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-footer__kids-mobile {
  text-align: center;
}

/* line 5924, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-footer__kids-mobile-link {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  line-height: 1;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
}

/* line 5926, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-footer__kids-mobile-link:link, .site-footer__kids-mobile-link:visited {
  color: white;
  text-decoration: none;
}

/* line 5928, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-footer__kids-mobile-link:hover, .site-footer__kids-mobile-link:active {
  color: white;
  text-decoration: underline;
}

/* line 5930, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-footer__kids-catalog-logo {
  font-size: 24px;
}

/* line 5932, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-footer__virtual-reference {
  text-align: center;
  padding: 0px 0px 30px 0px;
  width: 100%;
}

@media only screen and (min-width: 37.5em) {
  /* line 5934, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-footer__main-col2 {
    text-align: right;
  }
  /* line 5935, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-footer__secondary-content:before, .site-footer__secondary-content:after {
    content: " ";
    display: table;
  }
  /* line 5936, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-footer__secondary-content:after {
    clear: both;
  }
  /* line 5937, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-footer__secondary-content-col1 {
    float: left;
    width: 60%;
  }
  /* line 5938, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-footer__copyright {
    padding: 0;
    text-align: left;
  }
  /* line 5939, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-footer__secondary-content-col2 {
    float: right;
    width: 40%;
    text-align: right;
    padding-right: 20px;
  }
  /* line 5940, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-footer__kids-mobile {
    display: inline-block;
  }
}

/* line 5942, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
body {
  background: #f1f3f5;
}

/* line 5944, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-container {
  margin-left: auto;
  margin-right: auto;
  min-width: 15.625em;
  max-width: 93.75em;
  background: #ffffff;
}

/* line 5946, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-container img {
  height: auto;
  width: auto\9;
  /* ie8 */
  max-width: 100%;
}

/* line 5948, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-container img[src$=".svg"] {
  width: 100%;
}

/* line 5950, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.scotch-panel-canvas.scotch-is-showing .site-overlay {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  cursor: ew-resize;
}

/* line 5952, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.content-container--wysiwyg li {
  padding-bottom: 1em;
}

/* line 5954, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.horizontal-scroll-on-narrow {
  position: relative;
}

/* line 5956, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.horizontal-scroll-on-narrow:after {
  position: absolute;
  top: 0;
  right: 15px;
  width: 90px;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
  content: ' ';
}

/* line 5958, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.horizontal-scroll-on-narrow__content {
  overflow-x: auto;
  padding-right: 90px;
}

/* ========================================================================== Main Content ========================================================================== */
/* line 5961, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-main__container {
  background-color: #e5e9ec;
}

/* line 5963, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.primary-content {
  background: #ffffff;
}

@media only screen and (min-width: 37.5em) {
  /* line 5965, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-header__branch {
    padding: 0px;
  }
  /* line 5966, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-header__branch-logo {
    display: block;
  }
  /* line 5967, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-header__branch-logo-center {
    display: inline-block;
    align: right;
    vertical-align: middle;
  }
  /* line 5968, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-header__branch--align-left.site-header__branch--has-logo.site-header__branch--has-name .site-header__branch-logo img {
    max-width: none;
    width: 100%;
  }
  /* line 5969, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-header__branch--align-left.site-header__branch--has-logo.site-header__branch--has-name .site-header__branch-name {
    padding-left: 1.25em;
  }
  /* line 5970, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-header__branch--align-right.site-header__branch--has-logo.site-header__branch--has-name .site-header__branch-logo img {
    max-width: none;
    width: 100%;
  }
  /* line 5971, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-header__branch--align-right.site-header__branch--has-logo.site-header__branch--has-name .site-header__branch-name {
    text-align: left;
    padding-right: 1.25em;
  }
  /* line 5972, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-header__branch--align-left.site-header__branch--has-logo.site-header__branch--has-name, .site-header__branch--align-right.site-header__branch--has-logo.site-header__branch--has-name {
    display: table;
  }
  /* line 5973, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-header__branch--align-left.site-header__branch--has-logo.site-header__branch--has-name .site-header__branch-logo, .site-header__branch--align-left.site-header__branch--has-logo.site-header__branch--has-name .site-header__branch-name, .site-header__branch--align-right.site-header__branch--has-logo.site-header__branch--has-name .site-header__branch-logo, .site-header__branch--align-right.site-header__branch--has-logo.site-header__branch--has-name .site-header__branch-name {
    display: table-cell;
    vertical-align: middle;
  }
  /* line 5974, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-header__branch-name-link {
    font-size: 22px;
    font-size: 1.375rem;
  }
  /* line 5975, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-logo, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-logo {
    width: 15%;
  }
  /* line 5976, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-name, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-name {
    width: 85%;
  }
}

@media only screen and (min-width: 40.625em) {
  /* line 5978, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-header {
    position: relative;
    padding: 0 0 3.125em 0;
    border-bottom: 1px solid #f1f3f5;
  }
  /* line 5979, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-header:before, .site-header:after {
    content: " ";
    display: table;
  }
  /* line 5980, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-header:after {
    clear: both;
  }
  /* line 5981, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .toggle-nav-panel--myaccount, .toggle-nav-panel--main-menu {
    display: none;
  }
  /* line 5982, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
    height: auto !important;
    z-index: auto !important;
    overflow: visible !important;
  }
  /* line 5983, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--my-account {
    float: right !important;
    width: auto !important;
    height: 3.125em !important;
  }
  /* line 5984, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--my-account .nav-panel__welcome {
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 0.66667em;
    padding-right: 0.66667em;
    padding-top: 15px;
    padding-top: 0.9375rem;
    color: white;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 40.625em) and (min-width: 31.25em) {
  /* line 5986, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--my-account .nav-panel__welcome {
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media only screen and (min-width: 40.625em) {
  /* line 5988, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--my-account .nav-panel__top-nav {
    display: none;
  }
  /* line 5989, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--my-account .nav-panel__top-nav nav__large-print {
    display: none;
  }
  /* line 5990, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--my-account .nav-panel__nav-container {
    position: relative;
    display: block;
    width: 100%;
  }
  /* line 5991, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--my-account .nav-panel__nav-head {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 500;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media only screen and (min-width: 40.625em) and (min-width: 31.25em) {
  /* line 5993, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--my-account .nav-panel__nav-head {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

@media only screen and (min-width: 40.625em) {
  /* line 5995, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--my-account .nav-panel__nav-head a:link, .nav-panel--my-account .nav-panel__nav-head a:visited {
    cursor: pointer;
  }
  /* line 5996, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--my-account .nav-panel__nav-head a:hover, .nav-panel--my-account .nav-panel__nav-head a:active {
    cursor: pointer;
    text-decoration: none;
  }
  /* line 5997, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--my-account .nav-panel__nav-head a span {
    display: inline-block;
    float: none;
    margin-left: 0.3125em;
    margin-top: 0;
  }
  /* line 5998, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--my-account .dropdown-menu {
    width: 100%;
    margin: 0;
  }
  /* line 5999, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--main-menu {
    float: left;
    width: 100% !important;
    height: 0 !important;
  }
  /* line 6000, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--main-menu .nav-panel__top-nav {
    position: relative;
    float: left;
    width: auto;
    height: 3.125em;
    top: -3.125em;
    background-color: #17A88D;
  }
  /* line 6001, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--main-menu .nav-panel__top-nav.top-nav--split-header .nav__item-level-1 {
    float: left;
    margin-right: 4.375em;
  }
  /* line 6002, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--main-menu .nav-panel__top-nav .nav__list-level-1 {
    float: none;
  }
  /* line 6003, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--main-menu .nav-panel__top-nav .nav__option {
    background-color: #ffffff;
  }
  /* line 6004, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--main-menu .nav-panel__nav {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    border-top: 4px solid #f1f3f5;
  }
  /* line 6005, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__item-level-1 {
    float: left;
    margin-top: -4px;
  }
  /* line 6006, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__item-level-1:first-child {
    border-left: 0;
  }
  /* line 6007, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__item-level-1:last-child .nav__list-level-2 {
    left: auto;
    right: 0;
  }
  /* line 6008, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__link-level-1 span {
    float: none;
    margin-left: 0.3125em;
    margin-top: 0;
  }
  /* line 6009, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__link-level-1:link, .nav-panel--main-menu .nav-panel__nav .nav__link-level-1:visited {
    color: #343a3a;
    text-decoration: none;
    background-color: transparent;
    font-weight: 500;
    font-size: 20px;
    font-size: 1.25rem;
    border-top: 4px solid transparent;
  }
  /* line 6010, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__link-level-1:focus {
    outline: 1px dotted invert;
  }
  /* line 6011, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__link-level-1:hover, .nav-panel--main-menu .nav-panel__nav .nav__link-level-1:active {
    outline: 0;
    color: #717070;
    text-decoration: none;
    background: #ffffff;
    border-color: #3796e7;
    transition: all 0.2s ease-in-out;
  }
  /* line 6013, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__list-level-2 {
    position: absolute !important;
    background: white;
    box-shadow: 0px 20px 20px rgba(52, 58, 58, 0.2);
  }
  /* line 6014, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__link-level-2 {
    white-space: nowrap;
  }
  /* line 6015, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__link-level-2:link, .nav-panel--main-menu .nav-panel__nav .nav__link-level-2:visited {
    color: #343a3a;
    padding-top: 10px;
    padding-top: 0.625rem;
    padding-bottom: 10px;
    padding-bottom: 0.625rem;
    border-bottom: 1px solid #f1f3f5;
    text-decoration: none;
  }
  /* line 6016, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__link-level-2:focus {
    outline: 1px dotted invert;
  }
  /* line 6017, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__link-level-2:hover, .nav-panel--main-menu .nav-panel__nav .nav__link-level-2:active {
    outline: 0;
    color: white;
    text-decoration: none;
  }
  /* line 6018, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__link-level-3 {
    white-space: nowrap;
  }
  /* line 6019, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__link-level-3:link, .nav-panel--main-menu .nav-panel__nav .nav__link-level-3:visited {
    color: #666666;
    text-decoration: none;
  }
  /* line 6020, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__link-level-3:focus {
    outline: 1px dotted invert;
  }
  /* line 6021, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--main-menu .nav-panel__nav .nav__link-level-3:hover, .nav-panel--main-menu .nav-panel__nav .nav__link-level-3:active {
    outline: 0;
    color: #333333;
    text-decoration: none;
  }
}

@media only screen and (min-width: 53.125em) {
  /* line 6023, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-logo, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-logo {
    width: 12%;
  }
  /* line 6024, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-name, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-name {
    width: 88%;
  }
}

@media only screen and (min-width: 59.375em) {
  /* line 6026, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-logo, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-logo {
    width: 11%;
  }
  /* line 6027, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-name, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-name {
    width: 89%;
  }
}

@media only screen and (min-width: 68.75em) {
  /* line 6029, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-logo, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-logo {
    width: 10%;
  }
  /* line 6030, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-name, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-name {
    width: 90%;
  }
  /* line 6031, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--myaccount {
    width: 25% !important;
  }
  /* line 6032, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .nav-panel--main-menu .nav-panel__top-nav {
    width: 75%;
  }
}

@media only screen and (min-width: 84.375em) {
  /* line 6034, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-logo, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-logo {
    width: 9%;
  }
  /* line 6035, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-left .site-header__branch-name, .site-header__branch--has-logo.site-header__branch--has-name.site-header__branch--align-right .site-header__branch-name {
    width: 91%;
  }
}

/* ========================================================================== No Sidebar ========================================================================== */
/* line 6038, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.no-sidebar .primary-content {
  max-width: 60em;
}

/* ========================================================================== Has Sidebar ========================================================================== */
@media only screen and (min-width: 0em) and (max-width: 40.625em) {
  /* line 6041, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-media__container:before, .has-sidebar .c-title-detail--initial-single-col .c-title-detail-media__container:after {
    content: " ";
    display: table;
  }
  /* line 6042, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-media__container:after {
    clear: both;
  }
  /* line 6043, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__3rd-party {
    width: 100%;
  }
  /* line 6044, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__3rd-party-list {
    margin-left: auto;
    margin-right: auto;
  }
  /* line 6045, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__3rd-party-list--chilifresh {
    margin-bottom: 10px;
    align-content: center;
    align-items: center;
    margin: auto;
    width: auto;
  }
  /* line 6046, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__3rd-party-list--chilifresh .chili_menu {
    width: auto;
  }
  /* line 6047, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__3rd-party-list--chilifresh .chili_menu .chili_link {
    width: auto;
  }
}

@media only screen and (min-width: 21.875em) {
  /* line 6049, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community-result-count, .has-sidebar .c-results-utility-community--full .c-results-utility-community-per-page, .has-sidebar .c-results-utility-community--full .c-results-utility-community-per-page-browse {
    width: auto;
  }
  /* line 6050, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community-result-count {
    margin-right: 1.5625em;
  }
  /* line 6051, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community-result-count, .has-sidebar .c-results-utility-community--partial .c-results-utility-community-per-page, .has-sidebar .c-results-utility-community--partial .c-results-utility-community-per-page-browse {
    width: auto;
  }
  /* line 6052, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community-result-count {
    margin-right: 1.5625em;
  }
  /* line 6053, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--full .c-results-utility-result-count, .has-sidebar .c-results-utility--full .c-results-utility-per-page, .has-sidebar .c-results-utility--full .c-results-utility-per-page-browse {
    width: auto;
  }
  /* line 6054, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--full .c-results-utility-result-count {
    margin-right: 1.5625em;
  }
  /* line 6055, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--partial .c-results-utility-result-count, .has-sidebar .c-results-utility--partial .c-results-utility-per-page, .has-sidebar .c-results-utility--partial .c-results-utility-per-page-browse {
    width: auto;
  }
  /* line 6056, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--partial .c-results-utility-result-count {
    margin-right: 1.5625em;
  }
  /* line 6057, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail-formats__list {
    width: 100%;
  }
  /* line 6058, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__pub-year {
    width: 100%;
  }
  /* line 6059, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail-actions__btn {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  /* line 6060, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail-actions__btn--disabled {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  /* line 6061, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail-actions__btn--restricted {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media only screen and (min-width: 32.5em) and (max-width: 40.625em) {
  /* line 6063, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--partial .c-results-utility__container--result-count {
    float: left;
    width: 45%;
    padding-top: 4px;
  }
  /* line 6064, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--partial .c-results-utility__container--per-page {
    float: left;
    width: 45%;
    padding-top: 4px;
  }
  /* line 6065, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--partial .c-results-utility-result-count {
    padding-bottom: 0.625em;
  }
  /* line 6066, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--partial .c-results-utility__container--pagination {
    clear: none;
    padding-top: 0;
    text-align: right;
    float: right;
    width: 55%;
  }
  /* line 6067, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--partial .c-results-utility-full-pagination {
    text-align: right;
  }
  /* line 6068, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community__container--result-count {
    float: left;
    width: 45%;
    padding-top: 4px;
  }
  /* line 6069, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community__container--per-page {
    float: left;
    width: 45%;
    padding-top: 4px;
  }
  /* line 6070, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community-result-count {
    padding-bottom: 0.625em;
  }
  /* line 6071, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community__container--pagination {
    clear: none;
    padding-top: 0;
    text-align: right;
    float: right;
    width: 55%;
  }
  /* line 6072, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community-full-pagination {
    text-align: right;
  }
}

@media only screen and (min-width: 31.25em) and (max-width: 40.625em) {
  /* line 6074, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-list:before, .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-list:after {
    content: " ";
    display: table;
  }
  /* line 6075, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-list:after {
    clear: both;
  }
  /* line 6076, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-term {
    padding: 0px 8px 10px 0px;
    padding: 0rem 0.5rem 0.625rem 0rem;
    width: 150px;
    width: 9.375rem;
    float: left;
  }
  /* line 6077, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-desc {
    padding: 0px 0px 10px 0px;
    padding: 0rem 0rem 0.625rem 0rem;
    margin-left: 150px;
    margin-left: 9.375rem;
    clear: right;
  }
}

@media only screen and (min-width: 34.375em) {
  /* line 6079, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__image-container {
    padding: 10px;
    padding: 0.625rem;
  }
  /* line 6080, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail-media__container--no-border .c-title-detail__image-container {
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0;
    padding-bottom: 0.625em;
  }
  /* line 6081, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail-formats__list {
    padding: 5px;
    padding: 0.3125rem;
  }
  /* line 6082, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__3rd-party-list {
    padding: 10px;
    padding: 0.625rem;
  }
}

@media only screen and (min-width: 40.625em) {
  /* line 6084, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .site-main__container {
    position: relative;
  }
  /* line 6085, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .site-main__container:before, .has-sidebar .site-main__container:after {
    content: " ";
    display: table;
  }
  /* line 6086, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .site-main__container:after {
    clear: both;
  }
  /* line 6087, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .primary-content {
    float: left;
    width: 70%;
  }
  /* line 6088, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .secondary-content {
    float: right;
    width: 30%;
  }
  /* line 6089, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .secondary-content .content-module .content-container {
    padding: 0.625em 0.625em 0.625em 0.625em;
  }
  /* line 6090, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .secondary-content .c-title-detail-actions__item {
    float: none;
  }
  /* line 6091, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .secondary-content .c-title-detail-actions__container {
    padding: 0.625em;
  }
  /* line 6092, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .secondary-content .c-title-detail-actions__list {
    border-bottom: 1px solid #b3baba;
  }
  /* line 6093, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .secondary-content .c-title-detail-actions__btn:link, .has-sidebar .secondary-content .c-title-detail-actions__btn:visited {
    border-top: 1px solid #b3baba;
    border-left: 1px solid #b3baba;
    border-right: 1px solid #b3baba;
  }
  /* line 6094, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar.sidebar-left .site-main__container:before {
    right: auto;
    left: 0;
  }
  /* line 6095, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar.sidebar-left .primary-content {
    float: right;
  }
  /* line 6096, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar.sidebar-left .secondary-content {
    float: left;
  }
  /* line 6097, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--full {
    position: relative;
  }
  /* line 6098, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--full .c-results-utility__container--result-count {
    float: left;
    width: 50%;
  }
  /* line 6099, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--full .c-results-utility__container--per-page {
    float: left;
    width: 50%;
  }
  /* line 6100, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--full .c-results-utility-result-count {
    padding-bottom: 0.375em;
  }
  /* line 6101, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--full .c-results-utility__container--sort-narrow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    float: right;
    width: 50%;
    text-align: right;
  }
  /* line 6102, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--full .c-results-utility-sort {
    float: none;
    width: auto;
    height: auto;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-size: 0.875rem;
  }
  /* line 6103, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--full .c-results-utility__container--pagination {
    clear: both;
    padding-top: 1.25em;
  }
  /* line 6104, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--full .c-results-utility-narrow {
    display: none !important;
  }
  /* line 6105, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--full {
    position: relative;
  }
  /* line 6106, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--result-count {
    float: left;
    width: 50%;
  }
  /* line 6107, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--per-page {
    float: left;
  }
  /* line 6108, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community-result-count {
    padding-bottom: 0.375em;
  }
  /* line 6109, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--sort-narrow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    float: right;
    width: 50%;
    text-align: right;
  }
  /* line 6110, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community-sort {
    float: none;
    width: auto;
    height: auto;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    font-size: 0.875rem;
  }
  /* line 6111, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--pagination {
    clear: both;
    padding-top: 1.25em;
  }
  /* line 6112, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community-narrow {
    display: none !important;
  }
  /* line 6113, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-media__container {
    float: left;
    width: 30%;
    padding: 0 4% 0 0;
    max-width: 12.5em;
  }
  /* line 6114, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info-main__container, .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info-secondary__container {
    float: right;
    width: 70%;
    padding-left: 0.3125em;
  }
  /* line 6115, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-formats__list {
    float: left;
    width: 100%;
    margin: 0;
    list-style: none;
  }
  /* line 6116, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-formats__list:before, .has-sidebar .c-title-detail--initial-single-col .c-title-detail-formats__list:after {
    content: " ";
    display: table;
  }
  /* line 6117, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-formats__list:after {
    clear: both;
  }
  /* line 6118, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__pub-year {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media only screen and (min-width: 46.875em) {
  /* line 6120, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--full .c-results-utility__container--result-count {
    float: left;
    width: 60%;
    padding-top: 4px;
  }
  /* line 6121, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--full .c-results-utility__container--per-page {
    float: left;
    width: 60%;
    padding-top: 4px;
  }
  /* line 6122, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--full .c-results-utility-result-count {
    padding-bottom: 0;
  }
  /* line 6123, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--full .c-results-utility__container--sort-narrow {
    width: 40%;
  }
  /* line 6124, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--full .c-results-utility__container--pagination {
    clear: none;
    padding-top: 0;
    text-align: left;
    float: left;
    width: 60%;
  }
  /* line 6125, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--full .c-results-utility-full-pagination {
    text-align: left;
  }
  /* line 6126, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--result-count {
    float: left;
    width: 60%;
    padding-top: 4px;
  }
  /* line 6127, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--per-page {
    float: left;
    width: 60%;
    padding-top: 4px;
  }
  /* line 6128, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community-result-count {
    padding-bottom: 0;
  }
  /* line 6129, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--sort-narrow {
    width: 40%;
  }
  /* line 6130, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--pagination {
    clear: none;
    padding-top: 0;
    text-align: left;
    float: left;
    width: 60%;
  }
  /* line 6131, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community-full-pagination {
    text-align: left;
  }
  /* line 6132, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-formats__list {
    width: 100%;
  }
  /* line 6133, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__pub-year {
    width: 100%;
  }
  /* line 6134, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info__desc.collapsed {
    height: auto !important;
    overflow: auto;
  }
  /* line 6135, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info__more-container {
    background: none;
  }
  /* line 6136, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info__more-link {
    display: none;
  }
  /* line 6137, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__image-container {
    padding: 10px;
    padding: 0.625rem;
  }
  /* line 6138, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-media__container--no-border .c-title-detail__image-container {
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0;
    padding-bottom: 0.625em;
  }
  /* line 6139, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-formats__list {
    padding: 5px;
    padding: 0.3125rem;
  }
  /* line 6140, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__3rd-party-list {
    padding: 10px;
    padding: 0.625rem;
  }
}

@media only screen and (min-width: 46.875em) and (max-width: 56.25em) {
  /* line 6142, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-list:before, .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-list:after {
    content: " ";
    display: table;
  }
  /* line 6143, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-list:after {
    clear: both;
  }
  /* line 6144, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-term {
    padding: 0px 8px 10px 0px;
    padding: 0rem 0.5rem 0.625rem 0rem;
    width: 150px;
    width: 9.375rem;
    float: left;
  }
  /* line 6145, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-desc {
    padding: 0px 0px 10px 0px;
    padding: 0rem 0rem 0.625rem 0rem;
    margin-left: 150px;
    margin-left: 9.375rem;
    clear: right;
  }
}

@media only screen and (min-width: 50em) {
  /* line 6147, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--partial .c-results-utility__container--result-count {
    float: left;
    width: 45%;
    padding-top: 4px;
  }
  /* line 6148, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--partial .c-results-utility__container--per-page {
    float: left;
    width: 45%;
    padding-top: 4px;
  }
  /* line 6149, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--partial .c-results-utility-result-count {
    padding-bottom: 0.625em;
  }
  /* line 6150, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--partial .c-results-utility__container--pagination {
    clear: none;
    padding-top: 0;
    text-align: right;
    float: right;
    width: 55%;
  }
  /* line 6151, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--partial .c-results-utility-full-pagination {
    text-align: right;
  }
  /* line 6152, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community__container--result-count {
    float: left;
    width: 45%;
    padding-top: 4px;
  }
  /* line 6153, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community__container--per-page {
    float: left;
    width: 45%;
    padding-top: 4px;
  }
  /* line 6154, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community-result-count {
    padding-bottom: 0.625em;
  }
  /* line 6155, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community__container--pagination {
    clear: none;
    padding-top: 0;
    text-align: right;
    float: right;
    width: 55%;
  }
  /* line 6156, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--partial .c-results-utility-community-full-pagination {
    text-align: right;
  }
}

@media only screen and (min-width: 56.25em) {
  /* line 6158, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-search-header:before, .has-sidebar .c-search-header:after {
    content: " ";
    display: table;
  }
  /* line 6159, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-search-header:after {
    clear: both;
  }
  /* line 6160, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-search-header__form-label {
    font-size: 56px;
    font-size: 3.5rem;
  }
  /* line 6161, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-search-header-panel__main {
    float: left;
    width: 50%;
    padding-right: 5%;
    padding-bottom: 0;
  }
  /* line 6162, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-search-header-panel__secondary {
    float: right;
    width: 50%;
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  /* line 6163, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-search-header__form {
    clear: both;
  }
  /* line 6164, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-search-header__more-options {
    background-color: #ffffff;
    margin-left: -100%;
    width: 200%;
    text-align: right;
  }
  /* line 6165, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-search-header__more-options .c-search-header__form-group {
    display: inline-block;
    width: 49%;
    padding-left: 2%;
    padding-right: 2%;
    vertical-align: top;
  }
  /* line 6166, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-search-header__more-options .btn-group {
    padding-top: 1.25em;
    margin-left: 0;
    margin-right: 2%;
  }
}

@media only screen and (min-width: 59.375em) {
  /* line 6168, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--full .c-results-utility-sort .c-results-utility-sort__label {
    display: inline-block;
    padding: 2px 10px 2px 0px;
    padding: 0.125rem 0.625rem 0.125rem 0rem;
  }
  /* line 6169, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--full .c-results-utility-sort .c-results-utility-sort__select-container {
    display: inline-block;
    max-width: 100%;
  }
  /* line 6170, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community-sort .c-results-utility-community-sort__label {
    display: inline-block;
    padding: 2px 10px 2px 0px;
    padding: 0.125rem 0.625rem 0.125rem 0rem;
  }
  /* line 6171, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community-sort .c-results-utility-community-sort__select-container {
    display: inline-block;
    max-width: 100%;
  }
  /* line 6172, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__meta-list:before, .has-sidebar .c-title-detail--initial-single-col .c-title-detail__meta-list:after {
    content: " ";
    display: table;
  }
  /* line 6173, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__meta-list:after {
    clear: both;
  }
  /* line 6174, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__meta-term {
    padding: 0px 8px 10px 0px;
    padding: 0rem 0.5rem 0.625rem 0rem;
    width: 150px;
    width: 9.375rem;
    float: left;
  }
  /* line 6175, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail__meta-desc {
    padding: 0px 0px 10px 0px;
    padding: 0rem 0rem 0.625rem 0rem;
    margin-left: 150px;
    margin-left: 9.375rem;
    clear: right;
  }
  /* line 6176, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info__desc.collapsed {
    height: 25em;
  }
}

@media only screen and (min-width: 60em) {
  /* line 6178, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .primary-content .c-title-detail--initial-two-col .c-title-detail:before, .has-sidebar .primary-content .c-title-detail--initial-two-col .c-title-detail:after {
    content: " ";
    display: table;
  }
  /* line 6179, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .primary-content .c-title-detail--initial-two-col .c-title-detail:after {
    clear: both;
  }
  /* line 6180, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .primary-content .c-title-detail--initial-two-col .c-title-detail__container {
    float: left;
    width: 73.5%;
    padding-bottom: 0;
  }
  /* line 6181, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .primary-content .c-title-detail--initial-two-col .c-title-detail-actions__container {
    clear: none;
    float: right;
    width: 26.5%;
  }
  /* line 6182, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .primary-content .c-title-detail-actions__item {
    float: none;
  }
}

@media only screen and (min-width: 68.75em) {
  /* line 6184, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .site-main__container:before {
    width: 25%;
  }
  /* line 6185, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .primary-content {
    width: 75%;
  }
  /* line 6186, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .secondary-content {
    width: 25%;
  }
  /* line 6187, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--detail {
    background-color: #343a3a !important;
  }
  /* line 6188, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--detail:before, .has-sidebar .c-results-utility--detail:after {
    content: " ";
    display: table;
  }
  /* line 6189, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--detail:after {
    clear: both;
  }
  /* line 6190, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--detail .c-results-utility__container--back {
    float: left;
    width: 35%;
  }
  /* line 6191, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--detail .c-results-utility-back {
    border-top: none;
  }
  /* line 6192, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--detail .c-results-utility-back__link {
    padding: 10px;
    padding: 0.625rem;
  }
  /* line 6193, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--detail .c-results-utility__container--count-nav {
    text-align: right;
    float: right;
    width: 65%;
  }
  /* line 6194, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--detail .c-results-utility__container--browse-nav {
    text-align: right;
    float: right;
    width: 50%;
  }
  /* line 6195, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--detail .c-results-utility-display-count, .has-sidebar .c-results-utility--detail .c-results-utility-prev, .has-sidebar .c-results-utility--detail .c-results-utility-next {
    display: inline-block;
  }
  /* line 6196, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--detail .c-results-utility-browse-prev, .has-sidebar .c-results-utility--detail .c-results-utility-browse-next {
    display: inline-block;
  }
  /* line 6197, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--detail .c-results-utility-display-count {
    padding: 10px 10px 9px;
    padding: 0.625rem 0.625rem 0.5625rem;
  }
  /* line 6198, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--detail .c-results-utility-prev__link, .has-sidebar .c-results-utility--detail .c-results-utility-next__link {
    padding: 10px;
    padding: 0.625rem;
  }
  /* line 6199, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--detail .c-results-utility-prev-browse__link, .has-sidebar .c-results-utility--detail .c-results-utility-next-browse__link {
    padding: 10px;
    padding: 0.625rem;
  }
  /* line 6200, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--detail {
    background-color: #343a3a !important;
  }
  /* line 6201, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--detail:before, .has-sidebar .c-results-utility-community--detail:after {
    content: " ";
    display: table;
  }
  /* line 6202, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--detail:after {
    clear: both;
  }
  /* line 6203, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--detail .c-results-utility-community__container--back {
    float: left;
    width: 35%;
  }
  /* line 6204, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--detail .c-results-utility-community-back {
    border-top: none;
  }
  /* line 6205, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--detail .c-results-utility-community-back__link {
    padding: 10px;
    padding: 0.625rem;
  }
  /* line 6206, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--detail .c-results-utility-community__container--count-nav {
    text-align: right;
    float: right;
    width: 65%;
  }
  /* line 6207, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--detail .c-results-utility-community__container--browse-nav {
    text-align: right;
    float: right;
    width: 50%;
  }
  /* line 6208, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--detail .c-results-utility-community-display-count, .has-sidebar .c-results-utility-community--detail .c-results-utility-community-prev, .has-sidebar .c-results-utility-community--detail .c-results-utility-community-next {
    display: inline-block;
  }
  /* line 6209, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--detail .c-results-utility-community-browse-prev {
    display: inline-block;
  }
  /* line 6210, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--detail .c-results-utility-community-browse-next {
    display: inline-block;
  }
  /* line 6211, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--detail .c-results-utility-community-display-count {
    padding: 10px 10px 9px;
    padding: 0.625rem 0.625rem 0.5625rem;
  }
  /* line 6212, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--detail .c-results-utility-community-prev__link, .has-sidebar .c-results-utility-community--detail .c-results-utility-community-next__link {
    padding: 10px;
    padding: 0.625rem;
  }
  /* line 6213, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--detail .c-results-utility-community-prev-browse__link, .has-sidebar .c-results-utility-community--detail .c-results-utility-community-next-browse__link {
    padding: 11px;
    padding: 0.6875rem;
  }
  /* line 6214, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail-info__desc.collapsed {
    height: 15.625em;
  }
  /* line 6215, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col:before, .has-sidebar .c-title-detail--initial-single-col:after {
    content: " ";
    display: table;
  }
  /* line 6216, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col:after {
    clear: both;
  }
  /* line 6217, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-media__container {
    width: 12.5em;
    padding: 0.625em;
    max-width: none;
  }
  /* line 6218, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info-main__container, .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info-secondary__container {
    float: none;
    margin-left: 11.875em;
    width: auto;
    padding-left: 1.875em;
    padding-right: 0em;
  }
  /* line 6219, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info-main__container .c-title-detail-info__desc, .has-sidebar .c-title-detail--initial-single-col .c-title-detail-info-secondary__container .c-title-detail-info__desc {
    padding-right: 0;
  }
}

@media only screen and (min-width: 78.125em) {
  /* line 6221, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--full .c-results-utility__container--result-count {
    width: 35%;
    padding-top: 4px;
  }
  /* line 6222, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--full .c-results-utility__container--per-page {
    width: 35%;
    padding-top: 4px;
  }
  /* line 6223, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--full .c-results-utility__container--sort-narrow {
    width: 25%;
    padding-bottom: 0;
  }
  /* line 6224, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility--full .c-results-utility__container--pagination {
    float: left;
    width: 40%;
  }
  /* line 6225, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--result-count {
    width: 35%;
    padding-top: 4px;
  }
  /* line 6226, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--per-page {
    width: 35%;
    padding-top: 4px;
  }
  /* line 6227, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--sort-narrow {
    width: 25%;
    padding-bottom: 0;
  }
  /* line 6228, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-results-utility-community--full .c-results-utility-community__container--pagination {
    float: left;
    width: 40%;
  }
  /* line 6229, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-list:before, .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-list:after {
    content: " ";
    display: table;
  }
  /* line 6230, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-list:after {
    clear: both;
  }
  /* line 6231, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-term {
    padding: 0px 8px 10px 0px;
    padding: 0rem 0.5rem 0.625rem 0rem;
    width: 150px;
    width: 9.375rem;
    float: left;
  }
  /* line 6232, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail__meta-desc {
    padding: 0px 0px 10px 0px;
    padding: 0rem 0rem 0.625rem 0rem;
    margin-left: 150px;
    margin-left: 9.375rem;
    clear: right;
  }
  /* line 6233, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail-info-main__container {
    position: relative;
  }
  /* line 6234, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail-info__result-num {
    position: absolute;
    left: -68px;
    width: 60px;
    text-align: right;
  }
}

@media only screen and (min-width: 81.25em) {
  /* line 6236, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .primary-content .c-title-detail--initial-two-col .c-title-detail__container {
    width: 73%;
  }
  /* line 6237, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .primary-content .c-title-detail--initial-two-col .c-title-detail-actions__container {
    width: 27%;
  }
  /* line 6238, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-two-col:before, .has-sidebar .c-title-detail--initial-two-col:after {
    content: " ";
    display: table;
  }
  /* line 6239, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-two-col:after {
    clear: both;
  }
  /* line 6240, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail-media__container {
    width: 12.5em;
    padding: 0.625em;
    max-width: none;
  }
  /* line 6241, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail-info__container {
    float: none;
    margin-left: 11.875em;
    width: auto;
    padding-left: 1.875em;
    padding-right: 1.875em;
  }
  /* line 6242, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .has-sidebar .c-title-detail--initial-two-col .c-title-detail-info__container .c-title-detail-info__desc {
    padding-right: 0;
  }
}

/* line 6244, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.content-container--portal {
  margin-top: 1.5em;
}

/* line 6246, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-body {
  max-height: calc(100vh - 175px);
  overflow-y: auto;
}

/* ========================================================================== Print styles ========================================================================== */
@media print {
  /* line 6249, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  * {
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  /* line 6250, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  a, a:visited {
    text-decoration: underline;
  }
  /* Don't show links for images, or javascript/internal links */
  /* line 6252, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  /* line 6253, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  pre, blockquote {
    page-break-inside: avoid;
  }
  /* line 6254, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  /* line 6255, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  tr, img {
    page-break-inside: avoid;
  }
  /* line 6256, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  /* line 6258, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 6259, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
  h2, h3 {
    page-break-after: avoid;
  }
  /* Site Specific */
}

/* line 6262, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.modal-body {
  max-height: calc(100% - 175px);
  /* Fallback */
  max-height: calc(100vh - 175px);
  /* Default bootstrap */
}

/* ========================================================================== jquery-confirm Overrides ========================================================================== */
/* line 6265, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-content {
  font-size: 16px;
}

/* line 6267, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
  color: white;
  background-color: Â  #17A88D;
  border-color: #17A88D;
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
}

/* line 6269, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:focus, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.focus {
  color: white;
  background-color: #8e7333;
  border-color: #433618;
}

/* line 6271, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  color: white;
  background-color: #8e7333;
  border-color: #735d2a;
}

/* line 6273, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:active, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.active, .open > .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.dropdown-toggle {
  color: white;
  background-color: #8e7333;
  border-color: #735d2a;
}

/* line 6275, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:active:hover, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:active:focus, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:active.focus, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.active:hover, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.active:focus, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.active.focus, .open > .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.dropdown-toggle:hover, .open > .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.dropdown-toggle:focus, .open > .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.dropdown-toggle.focus {
  color: white;
  background-color: #735d2a;
  border-color: #433618;
}

/* line 6277, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:active, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.active, .open > .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.dropdown-toggle {
  background-image: none;
}

/* line 6279, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.disabled:hover, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.disabled:focus, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.disabled.focus, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default[disabled]:hover, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default[disabled]:focus, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default[disabled].focus, fieldset[disabled] .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover, fieldset[disabled] .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:focus, fieldset[disabled] .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default.focus {
  background-color: Â  #17A88D;
  border-color: #17A88D;
}

/* line 6281, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default .badge {
  color: #3796e7;
  background-color: white;
}

/* line 6283, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default[disabled] {
  cursor: not-allowed;
}

/* line 6285, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.jconfirm .jconfirm-cell {
  vertical-align: top;
}

/* line 6287, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.jconfirm .jconfirm-holder {
  margin-top: 15px;
}

/* ========================================================================== jQuery-UI Overrides ========================================================================== */
/* line 6290, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.ui-tabs {
  position: relative;
}

/* line 6292, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.ui-tabs .ui-tabs-nav {
  border-bottom: 0;
}

/* line 6294, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.ui-tabs .ui-tabs-hide {
  display: none !important;
}

/* line 6296, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-size: 16px;
}

/* For Social icon links */
/* line 6300, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#socialicons {
  padding-top: 10px;
}

/*For dashbutton Button */
/* line 6306, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.dashbutton {
  background: #222 url(alert-overlay.png) repeat-x;
  display: inline-block;
  padding: 5px 10px 6px;
  color: #fff;
  text-decoration: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  cursor: pointer;
  font-size: 14px;
  width: 150px;
}

/* line 6324, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.dashbutton.orange {
  background-color: #ff5c00;
}

/* line 6327, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.dashbutton.yellow {
  background-color: #F9BF65;
}

/* line 6330, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.dashbutton.red {
  background-color: #D90000;
}

/* line 6333, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.dashbutton.blue {
  background-color: #3A93E4;
}

/* line 6337, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.dashbutton img {
  float: left;
  padding-right: 5px;
}

/* line 6342, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.dashbutton:link {
  text-decoration: none;
  color: #fff;
}

/* line 6345, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.dashbutton:visited {
  text-decoration: none;
  color: #fff;
}

/* line 6347, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.dashbutton.orange:hover {
  text-decoration: none;
  background-color: #d45500;
  color: #fff;
}

/* line 6352, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.dashbutton.blue:hover {
  text-decoration: none;
  background-color: #0061AC;
  color: #fff;
}

/* line 6357, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.dashbutton:active {
  text-decoration: none;
  top: 1px;
}

/* line 6361, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.RegularXSmall {
  font-size: 1em;
}

/* line 6365, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.notice {
  background-color: #FF0004;
  color: #FFFFFF;
  padding: 3px;
  font-size: 1.1em;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  font-weight: bold;
}

/* line 6373, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.notice a:link, .notice a:visited {
  color: #ffffff;
  text-decoration: underline;
}

/* line 6377, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.content p {
  font-size: 1.1em;
}

/* line 6380, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#panelBibliography {
  background-color: #ffffff;
}

/* line 6383, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.policies table {
  border: 1px solid black;
}

/* line 6386, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#userdef {
  padding-top: 10px;
  padding-left: 10px;
  background-color: #fff;
}

/* line 6391, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#userdef p, #userdef td {
  font-size: 16px;
  line-height: 22px;
}

/* line 6395, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#userdef li {
  font-size: 16px;
  line-height: 22px;
}

/* line 6399, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
#userdef h3 {
  font-size: 18px;
  line-height: 22px;
}

/* line 6404, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 6410, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-left: none;
}

/* line 6424, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
img.or-rounded {
  border-radius: 25px;
}

/* line 6428, C:/Program Files/Polaris/7.7/PowerPAC/custom/themes/sumter/scss/style-sumter.scss */
.site-header__branch-logo-link img {
  padding-bottom: 3px;
  max-width: 250px;
}

