/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }

/**
 * prism.js Coy theme for JavaScript, CoffeeScript, CSS and HTML
 * Based on https://github.com/tshedor/workshop-wp-theme (Example: http://workshop.kansan.com/category/sessions/basics or http://workshop.timshedor.com/category/sessions/basics);
 * @author Tim  Shedor
 */

code[class*="language-"],
pre[class*="language-"] {
	color: black;
	background: none;
	font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
	text-align: left;
	white-space: pre;
	word-spacing: normal;
	word-break: normal;
	word-wrap: normal;
	line-height: 1.5;

	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;

	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

/* Code blocks */
pre[class*="language-"] {
	position: relative;
	margin: .5em 0;
	overflow: visible;
	padding: 0;
}
pre[class*="language-"]>code {
	position: relative;
	border-left: 10px solid #358ccb;
	box-shadow: -1px 0px 0px 0px #358ccb, 0px 0px 0px 1px #dfdfdf;
	background-color: #fdfdfd;
	background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%);
	background-size: 3em 3em;
	background-origin: content-box;
	background-attachment: local;
}

code[class*="language"] {
	max-height: inherit;
	height: inherit;
	padding: 0 1em;
	display: block;
	overflow: auto;
}

/* Margin bottom to accomodate shadow */
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
	background-color: #fdfdfd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 1em;
}

/* Inline code */
:not(pre) > code[class*="language-"] {
	position: relative;
	padding: .2em;
	border-radius: 0.3em;
	color: #c92c2c;
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: inline;
	white-space: normal;
}

pre[class*="language-"]:before,
pre[class*="language-"]:after {
	content: '';
	z-index: -2;
	display: block;
	position: absolute;
	bottom: 0.75em;
	left: 0.18em;
	width: 40%;
	height: 20%;
	max-height: 13em;
	box-shadow: 0px 13px 8px #979797;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
	transform: rotate(-2deg);
}

:not(pre) > code[class*="language-"]:after,
pre[class*="language-"]:after {
	right: 0.75em;
	left: auto;
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	transform: rotate(2deg);
}

.token.comment,
.token.block-comment,
.token.prolog,
.token.doctype,
.token.cdata {
	color: #7D8B99;
}

.token.punctuation {
	color: #5F6364;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.function-name,
.token.constant,
.token.symbol,
.token.deleted {
	color: #c92c2c;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.function,
.token.builtin,
.token.inserted {
	color: #2f9c0a;
}

.token.operator,
.token.entity,
.token.url,
.token.variable {
	color: #a67f59;
	background: rgba(255, 255, 255, 0.5);
}

.token.atrule,
.token.attr-value,
.token.keyword,
.token.class-name {
	color: #1990b8;
}

.token.regex,
.token.important {
	color: #e90;
}

.language-css .token.string,
.style .token.string {
	color: #a67f59;
	background: rgba(255, 255, 255, 0.5);
}

.token.important {
	font-weight: normal;
}

.token.bold {
	font-weight: bold;
}
.token.italic {
	font-style: italic;
}

.token.entity {
	cursor: help;
}

.namespace {
	opacity: .7;
}

@media screen and (max-width: 767px) {
	pre[class*="language-"]:before,
	pre[class*="language-"]:after {
		bottom: 14px;
		box-shadow: none;
	}

}

/* Plugin styles */
.token.tab:not(:empty):before,
.token.cr:before,
.token.lf:before {
	color: #e0d7d1;
}

/* Plugin styles: Line Numbers */
pre[class*="language-"].line-numbers.line-numbers {
	padding-left: 0;
}

pre[class*="language-"].line-numbers.line-numbers code {
	padding-left: 3.8em;
}

pre[class*="language-"].line-numbers.line-numbers .line-numbers-rows {
	left: 0;
}

/* Plugin styles: Line Highlight */
pre[class*="language-"][data-line] {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
}
pre[data-line] code {
	position: relative;
	padding-left: 4em;
}
pre .line-highlight {
	margin-top: 0;
}

@charset "UTF-8";
.huk-version::before {
  display: none;
  content: "huk"; }

.huk-version::after {
  display: none;
  content: "v3.3.28"; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: "HCo Gotham", arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #3d3d3d;
  background-color: #fff; }

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

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.img-rounded {
  border-radius: 0; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -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; }

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

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #ededed; }

.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  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: #dadada; }

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

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

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

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

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

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

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

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

p {
  margin: 0 0 11px; }

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

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

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

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

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

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

.text-muted {
  color: #dadada; }

.text-primary {
  color: #337ab7; }

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #ededed; }

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

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 22px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #dadada; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #ededed; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #dadada; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right,
blockquote.panel-action {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #ededed;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.panel-action footer:before,
  blockquote.pull-right small:before,
  blockquote.panel-action small:before,
  blockquote.pull-right .small:before,
  blockquote.panel-action .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.panel-action footer:after,
  blockquote.pull-right small:after,
  blockquote.panel-action small:after,
  blockquote.pull-right .small:after,
  blockquote.panel-action .small:after {
    content: '\00A0 \2014'; }

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

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #3d3d3d;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent; }

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

th {
  text-align: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #3d3d3d;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

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

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

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

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

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

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

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

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.42857;
  color: #484848; }

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857;
  color: #484848;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -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; }
  .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); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #ededed;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

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

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

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

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

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

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

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

.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0; }

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

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

.form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0; }

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

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

.form-group-lg .form-control-static {
  height: 49px;
  min-height: 42px;
  padding: 11px 16px;
  font-size: 20px;
  line-height: 1.33333; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="togglePeriod"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="togglePeriod"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="clear"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="clear"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="today"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="today"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.picker-switch::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.picker-switch::after ~ .form-control-feedback {
  top: 0; }

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

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

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

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

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

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

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

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

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

.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.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

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

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad; }
    .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; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .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: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .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; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .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; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

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

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

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #dadada;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 0; }

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

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

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

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

.carousel {
  position: relative; }

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

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0); }
  .carousel-control.left {
    background-image: -webkit-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); }
  .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); }
  .carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .carousel-control .icon-prev,
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
  .carousel-control .icon-prev,
  .carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
  .carousel-control .icon-next,
  .carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
  .carousel-control .icon-prev:before {
    content: '\2039'; }
  .carousel-control .icon-next:before {
    content: '\203a'; }

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

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

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

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

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

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

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

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

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

.dropup,
.dropdown {
  position: relative; }

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

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

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

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

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

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

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

.open > a {
  outline: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #484848;
  text-align: center;
  background-color: #ededed;
  border: 1px solid #ccc;
  border-radius: 0; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 0; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 20px;
    border-radius: 0; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-collapse {
  overflow-x: visible;
  padding-right: 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; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 768px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

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

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

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

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

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

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

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

.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: 0; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 768px) {
    .navbar-toggle {
      display: none; } }

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

.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: 7px;
  margin-bottom: 7px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 767px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

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

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

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 8.5px;
    margin-bottom: 8.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

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

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

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

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: white; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: white; }
  .navbar-inverse .navbar-nav > li > a {
    color: white; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .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; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .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) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: white; }
      .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; }
    .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; }
    .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; } }
  .navbar-inverse .navbar-link {
    color: white; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: white; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .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; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 22px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #dadada; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 0; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.42857;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #ededed;
    border-color: #ddd; }
  .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: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #dadada;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33333; }

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

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

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5; }

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

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

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #dadada; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #c1c1c1; }

.label-primary {
  background-color: #337ab7; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #286090; }

.label-success {
  background-color: #5cb85c; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44; }

.label-info {
  background-color: #5bc0de; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5; }

.label-warning {
  background-color: #f0ad4e; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f; }

.label-danger {
  background-color: #d9534f; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c; }

.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: #dadada;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

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

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

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

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

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

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

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

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

.media-body {
  width: 10000px; }

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

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

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

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

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

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

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

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  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; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #ededed;
  color: #dadada;
  cursor: not-allowed; }
  .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; }
  .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: #dadada; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .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; }
  .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: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  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; }
  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; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  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; }
  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; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  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; }
  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; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  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; }
  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; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

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

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

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

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

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

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: -1;
    border-top-left-radius: -1; }
  .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: -1;
    border-bottom-left-radius: -1; }

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

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

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

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

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1; }
  .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: -1;
    border-top-right-radius: -1; }
    .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: -1; }
    .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: -1; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1; }
  .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: -1;
    border-bottom-right-radius: -1; }
    .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: -1; }
    .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: -1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "HCo Gotham", arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 16px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
  .popover.top {
    margin-top: -10px; }
  .popover.right {
    margin-left: 10px; }
  .popover.bottom {
    margin-top: 10px; }
  .popover.left {
    margin-left: -10px; }

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: -1 -1 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover > .arrow {
  border-width: 11px; }

.popover > .arrow:after {
  border-width: 10px;
  content: ""; }

.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; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.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); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.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; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.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); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -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); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
  padding: 24px;
  border-radius: 0; }

.well-sm {
  padding: 9px;
  border-radius: 0; }

.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); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

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

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

.clearfix:after {
  clear: both; }

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

.pull-right, .panel-action {
  float: right !important; }

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .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; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -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; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .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); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none; }
  .bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    padding: 4px;
    width: 19em; }
    @media (min-width: 768px) {
      .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em; } }
    @media (min-width: 992px) {
      .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em; } }
    @media (min-width: 1200px) {
      .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em; } }
    .bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
      content: '';
      display: inline-block;
      position: absolute; }
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #ccc;
      border-bottom-color: rgba(0, 0, 0, 0.2);
      top: -7px;
      left: 7px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid white;
      top: -6px;
      left: 8px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.top:before {
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #ccc;
      border-top-color: rgba(0, 0, 0, 0.2);
      bottom: -7px;
      left: 6px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.top:after {
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid white;
      bottom: -6px;
      left: 7px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before, .bootstrap-datetimepicker-widget.dropdown-menu.panel-action:before {
      left: auto;
      right: 6px; }
    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after, .bootstrap-datetimepicker-widget.dropdown-menu.panel-action:after {
      left: auto;
      right: 7px; }
  .bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0; }
  .bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0; }
  .bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none; }
  .bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0; }
  .bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px; }
  .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    content: "Increment Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    content: "Increment Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    content: "Decrement Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    content: "Decrement Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    content: "Show Hours"; }
  .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    content: "Show Minutes"; }
  .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    content: "Toggle AM/PM"; }
  .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    content: "Clear the picker"; }
  .bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    content: "Set the date to today"; }
  .bootstrap-datetimepicker-widget .picker-switch {
    text-align: center; }
    .bootstrap-datetimepicker-widget .picker-switch::after {
      content: "Toggle Date and Time Screens"; }
    .bootstrap-datetimepicker-widget .picker-switch td {
      padding: 0;
      margin: 0;
      height: auto;
      width: auto;
      line-height: inherit; }
      .bootstrap-datetimepicker-widget .picker-switch td span {
        line-height: 2.5;
        height: 2.5em;
        width: 100%; }
  .bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0; }
    .bootstrap-datetimepicker-widget table td,
    .bootstrap-datetimepicker-widget table th {
      text-align: center;
      border-radius: 0; }
    .bootstrap-datetimepicker-widget table th {
      height: 20px;
      line-height: 20px;
      width: 20px; }
      .bootstrap-datetimepicker-widget table th.picker-switch {
        width: 145px; }
      .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
        background: none;
        color: #dadada;
        cursor: not-allowed; }
      .bootstrap-datetimepicker-widget table th.prev::after {
        content: "Previous Month"; }
      .bootstrap-datetimepicker-widget table th.next::after {
        content: "Next Month"; }
    .bootstrap-datetimepicker-widget table thead tr:first-child th {
      cursor: pointer; }
      .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
        background: #ededed; }
    .bootstrap-datetimepicker-widget table td {
      height: 54px;
      line-height: 54px;
      width: 54px; }
      .bootstrap-datetimepicker-widget table td.cw {
        font-size: .8em;
        height: 20px;
        line-height: 20px;
        color: #dadada; }
      .bootstrap-datetimepicker-widget table td.day {
        height: 20px;
        line-height: 20px;
        width: 20px; }
      .bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
        background: #ededed;
        cursor: pointer; }
      .bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
        color: #dadada; }
      .bootstrap-datetimepicker-widget table td.today {
        position: relative; }
        .bootstrap-datetimepicker-widget table td.today:before {
          content: '';
          display: inline-block;
          border: solid transparent;
          border-width: 0 0 7px 7px;
          border-bottom-color: #337ab7;
          border-top-color: rgba(0, 0, 0, 0.2);
          position: absolute;
          bottom: 4px;
          right: 4px; }
      .bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
        background-color: #337ab7;
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
      .bootstrap-datetimepicker-widget table td.active.today:before {
        border-bottom-color: #fff; }
      .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
        background: none;
        color: #dadada;
        cursor: not-allowed; }
      .bootstrap-datetimepicker-widget table td span {
        display: inline-block;
        width: 54px;
        height: 54px;
        line-height: 54px;
        margin: 2px 1.5px;
        cursor: pointer;
        border-radius: 0; }
        .bootstrap-datetimepicker-widget table td span:hover {
          background: #ededed; }
        .bootstrap-datetimepicker-widget table td span.active {
          background-color: #337ab7;
          color: #fff;
          text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); }
        .bootstrap-datetimepicker-widget table td span.old {
          color: #dadada; }
        .bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
          background: none;
          color: #dadada;
          cursor: not-allowed; }
  .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px; }

.input-group.date .input-group-addon {
  cursor: pointer; }

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important; }

.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle; }
  .bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: right;
    white-space: nowrap; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
      color: #999; }
    .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
      color: rgba(255, 255, 255, 0.5); }
  .bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none; }
    .bootstrap-select > select.mobile-device {
      top: 0;
      left: 0;
      display: block !important;
      width: 100% !important;
      z-index: 2; }
  .has-error .bootstrap-select .dropdown-toggle,
  .error .bootstrap-select .dropdown-toggle,
  .bootstrap-select.is-invalid .dropdown-toggle,
  .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
    border-color: #b94a48; }
  .bootstrap-select.is-valid .dropdown-toggle,
  .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
    border-color: #28a745; }
  .bootstrap-select.fit-width {
    width: auto !important; }
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px; }
  .bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
  .bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px; }

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none; }
  :not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%; }
  .bootstrap-select.form-control.input-group-btn {
    z-index: auto; }
    .bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
      border-radius: 0; }

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0; }

.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
  float: right; }

.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0; }

.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0; }
  .form-group-lg .bootstrap-select.form-control .dropdown-toggle,
  .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit; }

.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit; }

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem; }

.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem; }

.form-inline .bootstrap-select .form-control {
  width: 100%; }

.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed; }
  .bootstrap-select.disabled:focus,
  .bootstrap-select > .disabled:focus {
    outline: none !important; }

.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important; }
  .bootstrap-select.bs-container .dropdown-menu {
    z-index: 1060; }

.bootstrap-select .dropdown-toggle:before {
  content: '';
  display: inline-block; }

.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: inherit;
  padding-right: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  height: 100%;
  width: 100%;
  text-align: left; }

.bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-right: inherit; }

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden; }

.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle; }

.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit; }

.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%; }

.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bootstrap-select .dropdown-menu > .inner:focus {
    outline: none !important; }
  .bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none; }
  .bootstrap-select .dropdown-menu li {
    position: relative; }
    .bootstrap-select .dropdown-menu li.active small {
      color: rgba(255, 255, 255, 0.5) !important; }
    .bootstrap-select .dropdown-menu li.disabled a {
      cursor: not-allowed; }
    .bootstrap-select .dropdown-menu li a {
      cursor: pointer;
      user-select: none; }
      .bootstrap-select .dropdown-menu li a.opt {
        position: relative;
        padding-left: 2.25em; }
      .bootstrap-select .dropdown-menu li a span.check-mark {
        display: none; }
      .bootstrap-select .dropdown-menu li a span.text {
        display: inline-block; }
    .bootstrap-select .dropdown-menu li small {
      padding-left: 0.5em; }
  .bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: whitesmoke;
    border: 1px solid #e3e3e3;
    -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);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0; }

.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline; }

.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px; }

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px; }

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px; }

.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg); }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061; }

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none; }

.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.panel-action .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto; }

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.panel-action .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto; }

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block; }

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px; }

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-actionsbox .btn-group button {
    width: 50%; }

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .bs-donebutton .btn-group button {
    width: 100%; }

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px; }

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none; }

/*
	Copyright (C) 2011-2017 Hoefler & Co.
	This software is the property of Hoefler & Co. (H&Co).
	Your right to access and use this software is subject to the
	applicable License Agreement, or Terms of Service, that exists
	between you and H&Co. If no such agreement exists, you may not
	access or use this software for any purpose.
	This software may only be hosted at the locations specified in
	the applicable License Agreement or Terms of Service, and only
	for the purposes expressly set forth therein. You may not copy,
	modify, convert, create derivative works from or distribute this
	software in any way, or make it accessible to any third party,
	without first obtaining the written permission of H&Co.
	For more information, please visit us at http://typography.com.
	53236-109108-20170615
*/
@font-face {
  font-family: 'HCo Gotham';
  src: url("../fonts/F2A3A0806ACF4443C.woff2") format("woff2"), url("../fonts/F2A3A0806ACF4443C.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'HCo Gotham';
  src: url("../fonts/44A2E3DACA40601DC.woff2") format("woff2"), url("../fonts/44A2E3DACA40601DC.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'HCo Gotham';
  src: url("../fonts/3B378E5863CC7B3F9.woff2") format("woff2"), url("../fonts/3B378E5863CC7B3F9.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'HCo Gotham';
  src: url("../fonts/443E40AF8E40D5DFB.woff2") format("woff2"), url("../fonts/443E40AF8E40D5DFB.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("../fonts/88511C2450F823437.woff2") format("woff2"), url("../fonts/88511C2450F823437.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'HCo Gotham SSm';
  src: url("../fonts/B378FA46F016EE7AF.woff2") format("woff2"), url("../fonts/B378FA46F016EE7AF.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

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

.cheatsheet {
  list-style: none;
  padding: 0; }
  .cheatsheet small {
    font-size: .6em;
    color: #068f96; }
  .cheatsheet li {
    padding-bottom: 10px;
    position: relative;
    padding-right: 2em; }
    .cheatsheet li > .icon {
      display: inline-block;
      font-family: higux;
      margin-right: 10px;
      font-style: normal;
      font-size: 2em; }
  .cheatsheet .jsCopyIconCodeToClipboard .icon {
    color: #888; }
    .cheatsheet .jsCopyIconCodeToClipboard .icon-inverse {
      color: #fff; }
  .cheatsheet .jsCopyIconCodeToClipboard.clip {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0; }

[data-icon]:before {
  font-family: "higux" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "higux" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-inverse {
  color: #fff; }
  .icon-inverse::before {
    color: #fff; }

.icon-spin::before {
  -webkit-animation: icon-spin 2s infinite linear;
  animation: icon-spin 2s infinite linear;
  display: inline-block; }

.icon-pulse::before {
  -webkit-animation: icon-spin 1s infinite steps(8);
  animation: icon-spin 1s infinite steps(8);
  display: inline-block; }

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

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

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

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

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

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

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

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

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

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

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

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

.icon-sm {
  font-size: 32px; }

.icon-md {
  font-size: 44px; }

.icon-lg {
  font-size: 60px; }

.icon-xl {
  font-size: 84px; }

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }
  .icon-stack-1x, .icon-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center; }
    .icon-stack-1x.blue-doc, .icon-stack-2x.blue-doc {
      color: #3a5a78;
      text-shadow: 0.03em 0.03em 0.09em #666; }
    .icon-stack-1x.green-doc, .icon-stack-2x.green-doc {
      color: #118654;
      text-shadow: 0.03em 0.03em 0.09em #666; }
    .icon-stack-1x.red-doc, .icon-stack-2x.red-doc {
      color: #b83b2f;
      text-shadow: 0.03em 0.03em 0.09em #666; }
    .icon-stack-1x.orange-doc, .icon-stack-2x.orange-doc {
      color: #e87502;
      text-shadow: 0.03em 0.03em 0.09em #666; }
    .icon-stack-1x.video-back, .icon-stack-2x.video-back {
      color: #3a5a78;
      text-shadow: 0.03em 0.03em 0.09em #666; }
    .icon-stack-1x.video-front, .icon-stack-2x.video-front {
      color: white; }
    .icon-stack-1x.flag-back, .icon-stack-2x.flag-back {
      color: #3a5a78; }
    .icon-stack-1x.flag-red, .icon-stack-2x.flag-red {
      color: #822b2f; }
    .icon-stack-1x.flag-orange, .icon-stack-2x.flag-orange {
      color: #e87502; }
    .icon-stack-1x.flag-yellow, .icon-stack-2x.flag-yellow {
      color: #efc21b; }
    .icon-stack-1x.flag-green, .icon-stack-2x.flag-green {
      color: #118654; }
    .icon-stack-1x.flag-blue, .icon-stack-2x.flag-blue {
      color: #4E79A2; }
    .icon-stack-1x.flag-purple, .icon-stack-2x.flag-purple {
      color: #4d4369; }
  .icon-stack-1x {
    line-height: inherit; }
  .icon-stack-2x {
    font-size: 2em; }

.icon-icon-review-questions:before {
  content: "\e07e"; }

.icon-icon-re-rate:before {
  content: "\e07f"; }

.icon-icon-flag:before {
  content: "\e081"; }

.icon-more-information:before {
  content: "\e028"; }

.icon-icon-alert-not-authorized:before {
  content: "\e003"; }

.icon-start-issue-icon:before {
  content: "\e076"; }

.icon-general-liability:before {
  content: "\e057"; }

.icon-accident-forgiveness:before {
  content: '\e000'; }

/* '' */
.icon-add-function:before {
  content: '\e001'; }

/* '' */
.icon-alert-not-available:before {
  content: '\e002'; }

/* '' */
.icon-alert-not-authorized:before {
  content: '\e003'; }

/* '' */
.icon-alert-warning:before {
  content: '\e004'; }

/* '' */
.icon-attention:before {
  content: '\e005'; }

/* '' */
.icon-atv:before {
  content: '\e006'; }

/* '' */
.icon-bank:before {
  content: '\e007'; }

/* '' */
.icon-benefit-car-repair:before {
  content: '\e008'; }

/* '' */
.icon-boat-insurance:before {
  content: '\e009'; }

/* '' */
.icon-bullet-check-mark:before {
  content: '\e00a'; }

/* '' */
.icon-bullet-not-valid:before {
  content: '\e00b'; }

/* '' */
.icon-call:before {
  content: '\e00c'; }

/* '' */
.icon-camera:before {
  content: '\e00d'; }

/* '' */
.icon-car-primary-option:before {
  content: '\e00e'; }

/* '' */
.icon-car-repair-benefit:before {
  content: '\e00f'; }

/* '' */
.icon-car-secondary-option:before {
  content: '\e010'; }

/* '' */
.icon-carousel-left:before {
  content: '\e011'; }

/* '' */
.icon-carousel-right:before {
  content: '\e012'; }

/* '' */
.icon-chat:before {
  content: '\e013'; }

/* '' */
.icon-chat-question:before {
  content: '\e014'; }

/* '' */
.icon-check-mark:before {
  content: '\e015'; }

/* '' */
.icon-claims-hotline:before {
  content: '\e016'; }

/* '' */
.icon-close:before {
  content: '\e017'; }

/* '' */
.icon-condominium:before {
  content: '\e018'; }

/* '' */
.icon-construction-worker:before {
  content: '\e019'; }

/* '' */
.icon-date-picker:before {
  content: '\e01a'; }

/* '' */
.icon-deductible-waiver:before {
  content: '\e01b'; }

/* '' */
.icon-disappearing-deductible:before {
  content: '\e01c'; }

/* '' */
.icon-edit:before {
  content: '\e01d'; }

/* '' */
.icon-help:before {
  content: '\e01e'; }

/* '' */
.icon-house:before {
  content: '\e01f'; }

/* '' */
.icon-id-card:before {
  content: '\e020'; }

/* '' */
.icon-in-progress:before {
  content: '\e021'; }

/* '' */
.icon-launch-video:before {
  content: '\e022'; }

/* '' */
.icon-lifetime-renewability:before {
  content: '\e023'; }

/* '' */
.icon-lightbulb:before {
  content: '\e024'; }

/* '' */
.icon-menu:before {
  content: '\e025'; }

/* '' */
.icon-minus:before {
  content: '\e026'; }

/* '' */
.icon-money:before {
  content: '\e027'; }

/* '' */
.icon-info-alt:before {
  content: '\e028'; }

/* '' */
.icon-my-account:before {
  content: '\e029'; }

/* '' */
.icon-not-valid:before {
  content: '\e02a'; }

/* '' */
.icon-notifications:before {
  content: '\e02b'; }

/* '' */
.icon-one-deductible:before {
  content: '\e02c'; }

/* '' */
.icon-plus:before {
  content: '\e02d'; }

/* '' */
.icon-policy:before {
  content: '\e02e'; }

/* '' */
.icon-present-benefits:before {
  content: '\e02f'; }

/* '' */
.icon-print:before {
  content: '\e030'; }

/* '' */
.icon-questions:before {
  content: '\e031'; }

/* '' */
.icon-rate-protection:before {
  content: '\e032'; }

/* '' */
.icon-recovery-care:before {
  content: '\e033'; }

/* '' */
.icon-renters:before {
  content: '\e034'; }

/* '' */
.icon-replacement-keys:before {
  content: '\e035'; }

/* '' */
.icon-save:before {
  content: '\e036'; }

/* '' */
.icon-save-or-view-pdf:before {
  content: '\e037'; }

/* '' */
.icon-search:before {
  content: '\e038'; }

/* '' */
.icon-secure:before {
  content: '\e039'; }

/* '' */
.icon-settings:before {
  content: '\e03a'; }

/* '' */
.icon-shield:before {
  content: '\e03b'; }

/* '' */
.icon-shopping-kart:before {
  content: '\e03c'; }

/* '' */
.icon-star-filled:before {
  content: '\e03d'; }

/* '' */
.icon-update:before {
  content: '\e03e'; }

/* '' */
.icon-view:before {
  content: '\e03f'; }

/* '' */
.icon-view-hidden:before {
  content: '\e040'; }

/* '' */
.icon-waiver-deductible:before {
  content: '\e041'; }

/* '' */
.icon-wallet:before {
  content: '\e042'; }

/* '' */
.icon-primative-dot:before {
  content: '\e043'; }

/* '' */
.icon-caret-down:before {
  content: '\e044'; }

/* '' */
.icon-caret-left:before {
  content: '\e045'; }

/* '' */
.icon-caret-right:before {
  content: '\e046'; }

/* '' */
.icon-caret-up:before {
  content: '\e047'; }

/* '' */
.icon-check:before {
  content: '\e048'; }

/* '' */
.icon-email:before {
  content: '\e049'; }

/* '' */
.icon-exclamation:before {
  content: '\e04a'; }

/* '' */
.icon-benefits:before {
  content: '\e04b'; }

/* '' */
.icon-billing:before {
  content: '\e04c'; }

/* '' */
.icon-document:before {
  content: '\e04d'; }

/* '' */
.icon-dashboard:before {
  content: '\e04e'; }

/* '' */
.icon-folder:before {
  content: '\e04f'; }

/* '' */
.icon-users:before {
  content: '\e050'; }

/* '' */
.icon-double-caret:before {
  content: '\e051'; }

/* '' */
.icon-dollar:before {
  content: '\e052'; }

/* '' */
.icon-trash:before {
  content: '\e053'; }

/* '' */
.icon-audit:before {
  content: '\e054'; }

/* '' */
.icon-claims:before {
  content: '\e055'; }

/* '' */
.icon-documents:before {
  content: '\e056'; }

/* '' */
.icon-commercial-auto:before {
  content: '\e057'; }

/* '' */
.icon-policies:before {
  content: '\e058'; }

/* '' */
.icon-clipboard:before {
  content: '\e059'; }

/* '' */
.icon-video:before {
  content: '\e05a'; }

/* '' */
.icon-workers-comp:before {
  content: '\e05b'; }

/* '' */
.icon-property:before {
  content: '\e05c'; }

/* '' */
.icon-umbrella:before {
  content: '\e05d'; }

/* '' */
.icon-user:before {
  content: '\e05e'; }

/* '' */
.icon-pdf:before {
  content: '\e05f'; }

/* '' */
.icon-twitter:before {
  content: '\e060'; }

/* '' */
.icon-youtube:before {
  content: '\e061'; }

/* '' */
.icon-spinner:before {
  content: '\e062'; }

/* '' */
.icon-google-plus:before {
  content: '\e063'; }

/* '' */
.icon-caret-down-alt:before {
  content: '\e064'; }

/* '' */
.icon-caret-left-alt:before {
  content: '\e065'; }

/* '' */
.icon-caret-right-alt:before {
  content: '\e066'; }

/* '' */
.icon-refresh:before {
  content: '\e067'; }

/* '' */
.icon-caret-up-alt:before {
  content: '\e068'; }

/* '' */
.icon-linkedin:before {
  content: '\e069'; }

/* '' */
.icon-facebook:before {
  content: '\e06a'; }

/* '' */
.icon-play:before {
  content: '\e06b'; }

/* '' */
.icon-sort-down:before {
  content: '\e06c'; }

/* '' */
.icon-sort-up:before {
  content: '\e06d'; }

/* '' */
.icon-fax:before {
  content: '\e06e'; }

/* '' */
.icon-general-pro-liability:before {
  content: '\e06f'; }

/* '' */
.icon-general-liability-alt:before {
  content: '\e070'; }

/* '' */
.icon-percentage:before {
  content: '\e071'; }

/* '' */
.icon-scales:before {
  content: '\e072'; }

/* '' */
.icon-group-benefits:before {
  content: '\e073'; }

/* '' */
.icon-car-alt:before {
  content: '\e074'; }

/* '' */
.icon-stop:before {
  content: '\e075'; }

/* '' */
.icon-start-issue:before {
  content: '\e076'; }

/* '' */
.icon-tree:before {
  content: '\e077'; }

/* '' */
.icon-computer:before {
  content: '\e078'; }

/* '' */
.icon-chat-menu:before {
  content: '\e079'; }

/* '' */
.icon-certificate-of-insurance:before {
  content: '\e07a'; }

/* '' */
.icon-doc:before {
  content: '\e07b'; }

/* '' */
.icon-manage-users:before {
  content: '\e07c'; }

/* '' */
.icon-spreadsheet:before {
  content: '\e07d'; }

/* '' */
.icon-review-questions:before {
  content: '\e07e'; }

/* '' */
.icon-re-rate:before {
  content: '\e07f'; }

/* '' */
.icon-esign:before {
  content: '\e080'; }

/* '' */
.icon-flag:before {
  content: '\e081'; }

/* '' */
.icon-attention-alt:before {
  content: '\e082'; }

/* '' */
.icon-info:before {
  content: '\e083'; }

/* '' */
.icon-leaf:before {
  content: '\e084'; }

/* '' */
.icon-arrow-down:before {
  content: '\e085'; }

/* '' */
.icon-arrow-up:before {
  content: '\e086'; }

/* '' */
.icon-blank-bullet:before {
  content: '\e087'; }

/* '' */
.icon-video-alt:before {
  content: '\e088'; }

/* '' */
.icon-thumbs-up:before {
  content: '\e089'; }

/* '' */
.icon-bookmark:before {
  content: '\e08a'; }

/* '' */
.icon-chat-alt:before {
  content: '\e08b'; }

/* '' */
.icon-stethoscope:before {
  content: '\e08c'; }

/* '' */
.icon-payments:before {
  content: '\e08d'; }

/* '' */
.icon-star:before {
  content: '\e08e'; }

/* '' */
.icon-filter:before {
  content: '\e08f'; }

/* '' */
.icon-pickup:before {
  content: '\e090'; }

/* '' */
.icon-rv:before {
  content: '\e091'; }

/* '' */
.icon-travel-trailer:before {
  content: '\e092'; }

/* '' */
.icon-utility-trailer:before {
  content: '\e093'; }

/* '' */
.icon-van:before {
  content: '\e094'; }

/* '' */
.icon-radio-checked:before {
  content: '\e095'; }

/* '' */
.icon-radio-unchecked:before {
  content: '\e096'; }

/* '' */
.icon-chart:before {
  content: '\e097'; }

/* '' */
.icon-business-small:before {
  content: '\e098'; }

/* '' */
.icon-business:before {
  content: '\e099'; }

/* '' */
.icon-claim:before {
  content: '\e09a'; }

/* '' */
.icon-badge:before {
  content: '\e09b'; }

/* '' */
.icon-download:before {
  content: '\e09c'; }

/* '' */
.icon-upload:before {
  content: '\e09d'; }

/* '' */
.icon-auto-pay:before {
  content: '\e09e'; }

/* '' */
.icon-airport:before {
  content: '\e09f'; }

/* '' */
.icon-roof-type-complex:before {
  content: '\e0a0'; }

/* '' */
.icon-dump-truck:before {
  content: '\e0a1'; }

/* '' */
.icon-forklift:before {
  content: '\e0a2'; }

/* '' */
.icon-marine:before {
  content: '\e0a3'; }

/* '' */
.icon-specialized-truck:before {
  content: '\e0a4'; }

/* '' */
.icon-tractor:before {
  content: '\e0a5'; }

/* '' */
.icon-subway:before {
  content: '\e0a6'; }

/* '' */
.icon-roof-type-flat:before {
  content: '\e0a7'; }

/* '' */
.icon-roof-type-gable:before {
  content: '\e0a8'; }

/* '' */
.icon-roof-type-gambrel:before {
  content: '\e0a9'; }

/* '' */
.icon-roof-type-hip:before {
  content: '\e0aa'; }

/* '' */
.icon-roof-type-mansard:before {
  content: '\e0ab'; }

/* '' */
.icon-roof-type-shed:before {
  content: '\e0ac'; }

/* '' */
.icon-check-alt:before {
  content: '\e0ad'; }

/* '' */
.icon-plus-alt:before {
  content: '\e0ae'; }

/* '' */
.icon-alert-warning-alt:before {
  content: '\e0af'; }

/* '' */
.icon-logout:before {
  content: '\e0b0'; }

/* '' */
.icon-credit-card:before {
  content: '\e0b1'; }

/* '' */
.icon-multiple-option-menu-selection:before {
  content: '\e0b2'; }

/* '' */
.icon-absence-management:before {
  content: '\e0b3'; }

/* '' */
.icon-accident-insurance:before {
  content: '\e0b4'; }

/* '' */
.icon-ad-and-d-insurance:before {
  content: '\e0b5'; }

/* '' */
.icon-arborists-and-landscaping:before {
  content: '\e0b6'; }

/* '' */
.icon-associations:before {
  content: '\e0b7'; }

/* '' */
.icon-associations-and-affinity-groups:before {
  content: '\e0b8'; }

/* '' */
.icon-auto-manufacturing-plant:before {
  content: '\e0b9'; }

/* '' */
.icon-bed:before {
  content: '\e0ba'; }

/* '' */
.icon-bicycle:before {
  content: '\e0bb'; }

/* '' */
.icon-board-game:before {
  content: '\e0bc'; }

/* '' */
.icon-builders-risk-insurance:before {
  content: '\e0bd'; }

/* '' */
.icon-business-income-insurance:before {
  content: '\e0be'; }

/* '' */
.icon-business-owners-policy:before {
  content: '\e0bf'; }

/* '' */
.icon-business-services:before {
  content: '\e0c0'; }

/* '' */
.icon-childrens-hospital:before {
  content: '\e0c1'; }

/* '' */
.icon-college-stadium-expansion:before {
  content: '\e0c2'; }

/* '' */
.icon-commercial-flood-insurance:before {
  content: '\e0c3'; }

/* '' */
.icon-casino:before {
  content: '\e0c4'; }

/* '' */
.icon-call-friend:before {
  content: '\e0c5'; }

/* '' */
.icon-contractors-equipment-insurance:before {
  content: '\e0c6'; }

/* '' */
.icon-convention-center:before {
  content: '\e0c7'; }

/* '' */
.icon-cook:before {
  content: '\e0c8'; }

/* '' */
.icon-criminal-justice-facility:before {
  content: '\e0c9'; }

/* '' */
.icon-critical-illness-coverage:before {
  content: '\e0ca'; }

/* '' */
.icon-cultural:before {
  content: '\e0cb'; }

/* '' */
.icon-data-breach-insurance:before {
  content: '\e0cc'; }

/* '' */
.icon-dog-walk:before {
  content: '\e0cd'; }

/* '' */
.icon-drive:before {
  content: '\e0ce'; }

/* '' */
.icon-earthquake-safety:before {
  content: '\e0cf'; }

/* '' */
.icon-education:before {
  content: '\e0d0'; }

/* '' */
.icon-energy:before {
  content: '\e0d1'; }

/* '' */
.icon-enrollment-and-service-support:before {
  content: '\e0d2'; }

/* '' */
.icon-finance-and-insurance:before {
  content: '\e0d3'; }

/* '' */
.icon-fridge:before {
  content: '\e0d4'; }

/* '' */
.icon-golf:before {
  content: '\e0d5'; }

/* '' */
.icon-group-disability:before {
  content: '\e0d6'; }

/* '' */
.icon-group-life-and-accident:before {
  content: '\e0d7'; }

/* '' */
.icon-group-retiree:before {
  content: '\e0d8'; }

/* '' */
.icon-home-based-business-insurance:before {
  content: '\e0d9'; }

/* '' */
.icon-hotel:before {
  content: '\e0da'; }

/* '' */
.icon-hurricane-safety:before {
  content: '\e0db'; }

/* '' */
.icon-disabilityflex:before {
  content: '\e0dc'; }

/* '' */
.icon-inland-marine-insurance:before {
  content: '\e0dd'; }

/* '' */
.icon-installation-insurance:before {
  content: '\e0de'; }

/* '' */
.icon-lawn-mower:before {
  content: '\e0df'; }

/* '' */
.icon-life-insurance:before {
  content: '\e0e0'; }

/* '' */
.icon-light-bulb:before {
  content: '\e0e1'; }

/* '' */
.icon-long-term-disability-insurance:before {
  content: '\e0e2'; }

/* '' */
.icon-mall:before {
  content: '\e0e3'; }

/* '' */
.icon-management-and-professional-liability-insurance:before {
  content: '\e0e4'; }

/* '' */
.icon-mass-media:before {
  content: '\e0e5'; }

/* '' */
.icon-military:before {
  content: '\e0e6'; }

/* '' */
.icon-multinational-insurance:before {
  content: '\e0e7'; }

/* '' */
.icon-museum-art-gallery:before {
  content: '\e0e8'; }

/* '' */
.icon-office-towers-with-multi-deck-parking-garage:before {
  content: '\e0e9'; }

/* '' */
.icon-passenger-observation-wheel:before {
  content: '\e0ea'; }

/* '' */
.icon-personal-care-services:before {
  content: '\e0eb'; }

/* '' */
.icon-pet-services:before {
  content: '\e0ec'; }

/* '' */
.icon-power-generation-and-utility-energy-insurance:before {
  content: '\e0ed'; }

/* '' */
.icon-professional-and-specialty-services:before {
  content: '\e0ee'; }

/* '' */
.icon-professional-services:before {
  content: '\e0ef'; }

/* '' */
.icon-read-book:before {
  content: '\e0f0'; }

/* '' */
.icon-real-estate-and-related:before {
  content: '\e0f1'; }

/* '' */
.icon-renewable-energy-insurance:before {
  content: '\e0f2'; }

/* '' */
.icon-residential-rental-building:before {
  content: '\e0f3'; }

/* '' */
.icon-restaurants-and-food:before {
  content: '\e0f4'; }

/* '' */
.icon-retail:before {
  content: '\e0f5'; }

/* '' */
.icon-risk-engineering:before {
  content: '\e0f6'; }

/* '' */
.icon-security:before {
  content: '\e0f7'; }

/* '' */
.icon-shopping-cart:before {
  content: '\e0f8'; }

/* '' */
.icon-short-term-disability-insurance:before {
  content: '\e0f9'; }

/* '' */
.icon-small-child:before {
  content: '\e0fa'; }

/* '' */
.icon-soccer-ball:before {
  content: '\e0fb'; }

/* '' */
.icon-surety-and-fidelity-bonds:before {
  content: '\e0fc'; }

/* '' */
.icon-technology:before {
  content: '\e0fd'; }

/* '' */
.icon-telecommunications:before {
  content: '\e0fe'; }

/* '' */
.icon-television:before {
  content: '\e0ff'; }

/* '' */
.icon-thunderstorm-safety:before {
  content: '\e100'; }

/* '' */
.icon-minus-function:before {
  content: '\e101'; }

/* '' */
.icon-expand-screen:before {
  content: '\e102'; }

/* '' */
.icon-schedule:before {
  content: '\e103'; }

/* '' */
.icon-leaf-alt:before {
  content: '\e104'; }

/* '' */
.icon-tornado-safety:before {
  content: '\e105'; }

/* '' */
.icon-upstream-energy-insurance:before {
  content: '\e106'; }

/* '' */
.icon-value-added-services:before {
  content: '\e107'; }

/* '' */
.icon-water-reservoir:before {
  content: '\e108'; }

/* '' */
.icon-wildfire-safety:before {
  content: '\e109'; }

/* '' */
.icon-winter-storm-safety:before {
  content: '\e10a'; }

/* '' */
.icon-catastrophe:before {
  content: '\e10b'; }

/* '' */
.icon-email-alert:before {
  content: '\e10c'; }

/* '' */
.icon-checkmark-checked:before {
  content: '\e10d'; }

/* '' */
.icon-checkmark-checked-alt:before {
  content: '\e10e'; }

/* '' */
.icon-checkmarked-unchecked:before {
  content: '\e10f'; }

/* '' */
.icon-play-pause:before {
  content: '\e110'; }

/* '' */
.icon-thumbs-down:before {
  content: '\e111'; }

/* '' */
.icon-news:before {
  content: '\e112'; }

/* '' */
.icon-phone-rep:before {
  content: '\e113'; }

/* '' */
.icon-doc-stack-back:before {
  content: '\e114'; }

/* '' */
.icon-doc-stack-excel:before {
  content: '\e115'; }

/* '' */
.icon-doc-stack-pdf:before {
  content: '\e116'; }

/* '' */
.icon-doc-stack-ppt:before {
  content: '\e117'; }

/* '' */
.icon-doc-stack-word:before {
  content: '\e118'; }

/* '' */
.icon-garage:before {
  content: '\e119'; }

/* '' */
.icon-user-alt:before {
  content: '\e11a'; }

/* '' */
.icon-employer-or-plan-admin:before {
  content: '\e11b'; }

/* '' */
.icon-programs:before {
  content: '\e11c'; }

/* '' */
.icon-review-questions-1:before {
  content: '\e11d'; }

/* '' */
.icon-quote:before {
  content: '\e11e'; }

/* '' */
.icon-circlespinner-background:before {
  content: '\e11f'; }

/* '' */
.icon-circlespinner-foreground:before {
  content: '\e120'; }

/* '' */
.icon-coins-dropping-into-hand:before {
  content: '\e121'; }

/* '' */
.icon-cs-rep:before {
  content: '\e122'; }

/* '' */
.icon-laptop:before {
  content: '\e123'; }

/* '' */
.icon-mobile-phone:before {
  content: '\e124'; }

/* '' */
.icon-tablet:before {
  content: '\e125'; }

/* '' */
.icon-face-id:before {
  content: '\e126'; }

/* '' */
.icon-touch-id:before {
  content: '\e127'; }

/* '' */
.icon-unavailable-error-unable:before {
  content: '\e128'; }

/* '' */
.icon-golf-cart:before {
  content: '\e129'; }

/* '' */
.icon-snowmobile:before {
  content: '\e12a'; }

/* '' */
.icon-collision-deductible-waiver:before {
  content: '\e12b'; }

/* '' */
.icon-deductible-waiver-with-crsp:before {
  content: '\e12c'; }

/* '' */
.icon-emergency-expense:before {
  content: '\e12d'; }

/* '' */
.icon-front-collision:before {
  content: '\e12e'; }

/* '' */
.icon-high-beams:before {
  content: '\e12f'; }

/* '' */
.icon-paycheck:before {
  content: '\e130'; }

/* '' */
.icon-calculator:before {
  content: '\e131'; }

/* '' */
.icon-calendar:before {
  content: '\e132'; }

/* '' */
.icon-organization:before {
  content: '\e133'; }

/* '' */
.icon-running:before {
  content: '\e134'; }

/* '' */
.icon-delete-vehicle:before {
  content: '\e800'; }

/* '' */
.icon-add-vehicle:before {
  content: '\e801'; }

/* '' */
.icon-mature-business:before {
  content: '\e802'; }

/* '' */
.icon-filter-alt:before {
  content: '\e938'; }

/* '' */
.icon-video-back:before {
  content: '\e939'; }

/* '' */
.icon-video-front:before {
  content: '\e93a'; }

/* '' */
.icon-school:before {
  content: '\e93b'; }

/* '' */
.icon-fire-hat:before {
  content: '\e93c'; }

/* '' */
.icon-equal-scale:before {
  content: '\e93d'; }

/* '' */
.icon-clock:before {
  content: '\e93e'; }

/* '' */
.icon-clock-alt:before {
  content: '\e93f'; }

/* '' */
.icon-trophy:before {
  content: '\e940'; }

/* '' */
.icon-money-award:before {
  content: '\e941'; }

/* '' */
.icon-deductible-waiver-alt:before {
  content: '\e942'; }

/* '' */
.icon-thumbs-up-alt:before {
  content: '\e943'; }

/* '' */
.icon-thumbs-down-alt:before {
  content: '\e944'; }

/* '' */
.icon-equality-flag-base:before {
  content: '\e945'; }

/* '' */
.icon-equality-flag-1:before {
  content: '\e946'; }

/* '' */
.icon-equality-flag-2:before {
  content: '\e947'; }

/* '' */
.icon-equality-flag-3:before {
  content: '\e948'; }

/* '' */
.icon-equality-flag-4:before {
  content: '\e949'; }

/* '' */
.icon-equality-flag-5:before {
  content: '\e94a'; }

/* '' */
.icon-equality-flag-6:before {
  content: '\e94b'; }

/* '' */
.icon-user-chat:before {
  content: '\e94c'; }

/* '' */
.icon-bullhorn:before {
  content: '\e94d'; }

/* '' */
.icon-money-exchange:before {
  content: '\e94e'; }

/* '' */
.icon-fast-ball:before {
  content: '\e94f'; }

/* '' */
.icon-loan:before {
  content: '\e950'; }

/* '' */
.icon-quick-time:before {
  content: '\e951'; }

/* '' */
.icon-talent:before {
  content: '\e952'; }

/* '' */
.icon-two-dollars:before {
  content: '\e953'; }

/* '' */
.icon-tow-truck:before {
  content: '\e954'; }

/* '' */
.icon-org-unit:before {
  content: '\e955'; }

/* '' */
.icon-make-payment:before {
  content: '\e956'; }

/* '' */
.icon-update-policy:before {
  content: '\e957'; }

/* '' */
.icon-claims-tracking:before {
  content: '\e958'; }

/* '' */
.icon-download-app:before {
  content: '\e959'; }

/* '' */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #3a5a78;
  margin-top: 0;
  margin-bottom: 20px; }
  h1.green,
  h2.green,
  h3.green,
  h4.green,
  h5.green,
  h6.green {
    color: #118654; }
  h1.underlined,
  h2.underlined,
  h3.underlined,
  h4.underlined,
  h5.underlined,
  h6.underlined {
    padding-bottom: 0.5em;
    border-bottom: 2px solid #3a5a78; }

h2.green.underlined {
  border-bottom: 2px solid #118654; }

p {
  font-family: "HCo Gotham SSm", arial, sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.5em; }
  p > a {
    font-weight: 700;
    color: #2477bf;
    text-decoration: underline; }
    p > a:active {
      text-decoration: underline; }

ul li {
  line-height: 1.5em; }

a {
  font-weight: 500;
  color: #2477bf; }
  a:hover {
    color: #4E79A2;
    text-decoration: underline; }
  a:active {
    color: #66019A;
    text-decoration: none; }

small {
  color: #888;
  line-height: 1.25em; }

sup {
  font-family: "arial, helvetica, sans-serif"; }

.footer {
  background-color: #484848;
  position: relative; }
  .footer-thin, .footer-medium {
    padding: 2em 0;
    font-weight: 400;
    font-size: 14px; }
    .footer-thin .links a, .footer-medium .links a {
      color: #fff;
      font-weight: 400; }
    .footer-thin .links li, .footer-medium .links li {
      border-right: 1px solid #888;
      padding: 0 1em; }
      .footer-thin .links li:last-of-type, .footer-medium .links li:last-of-type {
        border-right: 0; }
    .footer-thin .norton, .footer-medium .norton {
      width: 120px; }
  .footer-thin {
    text-align: left; }
    @media (min-width: 992px) {
      .footer-thin {
        text-align: center; } }
    .footer-thin .copyright {
      display: block;
      padding: 0 1em;
      color: #fff; }
    .footer-thin .norton {
      height: auto;
      display: block;
      margin: 0;
      float: left; }
      @media (min-width: 992px) {
        .footer-thin .norton {
          float: right;
          margin: 0; } }
  @media (max-width: 991px) {
    .footer-medium .text-right {
      text-align: center; } }
  .footer-medium .icon {
    font-size: 1.125em; }
    .footer-medium .icon.padding-right::before {
      padding-right: 1rem; }
  .footer-medium .copyright {
    display: block;
    padding: 0 0.6em;
    color: #fff; }
  .footer-medium .links a.icon-link:hover {
    text-decoration: none; }
    .footer-medium .links a.icon-link:hover span {
      text-decoration: underline; }
  .footer-primary {
    background-color: #484848;
    padding: 2em 0 2.5em;
    position: relative; }
    .footer-primary .icon.padding-right::before {
      padding-right: 1em;
      vertical-align: -0.125em; }
    .footer-primary h1,
    .footer-primary h2,
    .footer-primary h3,
    .footer-primary h4,
    .footer-primary h5,
    .footer-primary h6,
    .footer-primary p {
      color: #fff; }
    @media (min-width: 768px) {
      .footer-primary {
        margin: 0 auto;
        padding: 3em 0 2em; } }
    .footer-primary .faqs {
      margin-left: 1em;
      position: absolute; }
      @media (min-width: 768px) {
        .footer-primary .faqs {
          margin-left: auto; } }
    .footer-primary div > p {
      font-weight: 500; }
      @media (min-width: 992px) {
        .footer-primary div > p {
          padding: 0.5em 0; } }
    .footer-primary div:first-of-type > p:nth-of-type(n+4) {
      border: 0; }
    .footer-primary .content-row .content-contact {
      margin-top: 3em; }
      @media (min-width: 768px) {
        .footer-primary .content-row .content-contact {
          margin-top: 0; } }
      .footer-primary .content-row .content-contact > p {
        border-bottom: 1px solid #888;
        padding-bottom: 0.714em;
        padding-left: 1em;
        padding-right: 0;
        padding-top: 0.714em;
        margin-bottom: 0; }
        .footer-primary .content-row .content-contact > p:first-of-type {
          padding-left: 0; }
        .footer-primary .content-row .content-contact > p:last-of-type {
          margin-bottom: 2em; }
      @media (min-width: 768px) {
        .footer-primary .content-row .content-contact {
          border-left: 1px solid #888;
          float: right; } }
    .footer-primary .content-row .content-norton {
      margin: 0 0 2em; }
      @media (min-width: 768px) {
        .footer-primary .content-row .content-norton {
          margin: 3em 0 2em; } }
      @media (min-width: 992px) {
        .footer-primary .content-row .content-norton {
          float: right;
          margin: 0;
          text-align: center; } }
      .footer-primary .content-row .content-norton img {
        padding-bottom: 0.5em;
        width: 120px; }
        .footer-primary .content-row .content-norton img + p {
          color: #fff;
          font-size: 0.714em;
          font-weight: 400;
          margin-bottom: 2em; }
          @media (min-width: 768px) {
            .footer-primary .content-row .content-norton img + p {
              margin-bottom: 2em; } }
    .footer-primary .content-row .content-connect {
      font-size: 0.875em;
      font-weight: 400; }
      .footer-primary .content-row .content-connect ul {
        list-style: none;
        padding: 1.5em 0 1em; }
        .footer-primary .content-row .content-connect ul li {
          border-bottom: 1px solid #888;
          display: block;
          padding-top: 0.714em;
          padding-bottom: 0.714em; }
          @media (min-width: 768px) {
            .footer-primary .content-row .content-connect ul li {
              border-bottom: 0;
              display: inline-block;
              padding: 0; }
              .footer-primary .content-row .content-connect ul li:first-of-type a,
              .footer-primary .content-row .content-connect ul li:nth-of-type(2) a {
                border-right: 1px solid #fff;
                padding-right: 0.714em; }
              .footer-primary .content-row .content-connect ul li:not(:first-of-type):not(:last-of-type) {
                padding-left: 0.314em; } }
          .footer-primary .content-row .content-connect ul li a {
            color: #fff;
            font-weight: 400; }
            .footer-primary .content-row .content-connect ul li a:hover {
              text-decoration: none; }
      .footer-primary .content-row .content-connect .copyright {
        font-weight: 400;
        padding-top: 0; }
      .footer-primary .content-row .content-connect .icons {
        display: flex;
        flex-direction: row;
        margin: 0 auto;
        text-align: center; }
        .footer-primary .content-row .content-connect .icons .icon {
          line-height: 1; }
        @media (min-width: 992px) {
          .footer-primary .content-row .content-connect .icons {
            margin-left: 0;
            margin-top: 6em;
            padding-bottom: 4em;
            text-align: left;
            width: 75%; } }
        .footer-primary .content-row .content-connect .icons div {
          flex: 1; }
          .footer-primary .content-row .content-connect .icons div > a {
            border: 2px solid #b6d3e9;
            color: #b6d3e9;
            display: block;
            font-size: 1.429em;
            padding: 0.5em 0 0.2em;
            text-align: center;
            width: 2.5em; }
            .footer-primary .content-row .content-connect .icons div > a:visited, .footer-primary .content-row .content-connect .icons div > a:hover, .footer-primary .content-row .content-connect .icons div > a:active {
              text-decoration: none; }

body {
  background-color: #f7f7f7; }
  body .content {
    background: #fff;
    margin-bottom: 1em;
    padding-top: 1em;
    padding-bottom: 1em; }
    body .content-xp {
      padding-top: 2em;
      padding-bottom: 2em; }
      body .content-xp.no-top {
        margin-top: -1em;
        padding-top: 0;
        padding-bottom: 2em; }

.row-xs {
  margin-left: -5px;
  margin-right: -5px; }
  .row-xs:before, .row-xs:after {
    content: " ";
    display: table; }
  .row-xs:after {
    clear: both; }
  .row-xs .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px; }

.quick-links {
  text-align: center;
  display: block;
  background-color: #484848;
  color: #fff;
  padding: .5em 0 .01em 0;
  margin-bottom: 1em;
  border-radius: 10px; }
  .quick-links .icon, .quick-links h5 {
    color: #fff; }
  .quick-links:hover, .quick-links:active {
    text-decoration: none; }

.btn, a.btn {
  border: none;
  border-radius: 0;
  color: #fff;
  font-family: "HCo Gotham", arial, sans-serif;
  font-style: normal;
  padding: 0.75em 1em;
  text-align: center;
  vertical-align: middle;
  white-space: normal; }
  .btn.active, .btn:active, a.btn.active, a.btn:active {
    -moz-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5); }
  .btn-icon-xs, a.btn-icon-xs {
    height: 35px; }
    .btn-icon-xs .icon, .btn-icon-xs span, a.btn-icon-xs .icon, a.btn-icon-xs span {
      position: relative; }
    .btn-icon-xs .icon, a.btn-icon-xs .icon {
      font-size: 18px;
      top: -2px; }
    .btn-icon-xs span, a.btn-icon-xs span {
      top: -5px; }
  .btn-icon-sm, a.btn-icon-sm {
    height: 40.59px; }
    .btn-icon-sm .icon, .btn-icon-sm span, a.btn-icon-sm .icon, a.btn-icon-sm span {
      position: relative; }
    .btn-icon-sm .icon, a.btn-icon-sm .icon {
      font-size: 21px;
      top: -5px; }
    .btn-icon-sm span, a.btn-icon-sm span {
      top: -8px; }
  .btn-icon-md, a.btn-icon-md {
    height: 46px; }
    .btn-icon-md .icon, .btn-icon-md span, a.btn-icon-md .icon, a.btn-icon-md span {
      position: relative; }
    .btn-icon-md .icon, a.btn-icon-md .icon {
      font-size: 24px;
      top: -5px; }
    .btn-icon-md span, a.btn-icon-md span {
      top: -9px; }
  .btn-icon-lg, a.btn-icon-lg {
    height: 52.49px; }
    .btn-icon-lg .icon, .btn-icon-lg span, a.btn-icon-lg .icon, a.btn-icon-lg span {
      position: relative; }
    .btn-icon-lg .icon, a.btn-icon-lg .icon {
      font-size: 27px;
      top: -5px; }
    .btn-icon-lg span, a.btn-icon-lg span {
      top: -10px; }
  .btn .icon, a.btn .icon {
    margin-right: 0.625em; }
  .btn-default, a.btn-default {
    background-color: #f7f7f7;
    border: 1px solid #dadada;
    color: #484848;
    font-family: "HCo Gotham", arial, sans-serif;
    font-style: normal; }
    .btn-default:hover, a.btn-default:hover {
      background-color: #ededed; }
  .btn-xl, a.btn-xl {
    font-size: 1.125em;
    line-height: 1.143em;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-right: 10%;
    text-align: left; }
    .btn-xl .icon, a.btn-xl .icon {
      margin-right: 0.556em;
      font-size: 2em;
      float: left;
      padding-left: 10%; }
  .btn-lg, .btn-group-lg > .btn, a.btn-lg, .btn-group-lg > a.btn {
    font-size: 1.125em;
    line-height: 1.143em;
    padding-top: 0.85em;
    padding-bottom: 0.85em; }
    .btn-lg .icon, .btn-group-lg > .btn .icon, a.btn-lg .icon, .btn-group-lg > a.btn .icon {
      margin-right: 0.556em; }
  .btn-sm, .btn-group-sm > .btn, a.btn-sm, .btn-group-sm > a.btn {
    padding-top: 0.7em;
    padding-bottom: 0.7em; }
    .btn-sm .icon, .btn-group-sm > .btn .icon, a.btn-sm .icon, .btn-group-sm > a.btn .icon {
      margin-right: 0.714em; }
  .btn-xs, .btn-group-xs > .btn, a.btn-xs, .btn-group-xs > a.btn {
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
  .btn-primary, a.btn-primary {
    background-color: #118654;
    color: #fff; }
    .btn-primary:hover, .btn-primary:hover:focus, a.btn-primary:hover, a.btn-primary:hover:focus {
      background-color: #13a060;
      color: #fff; }
    .btn-primary:focus, a.btn-primary:focus {
      background-color: #118654;
      color: #fff; }
    .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary:active.focus, .btn-primary:active:focus, a.btn-primary.active.focus, a.btn-primary.active:focus, a.btn-primary:active.focus, a.btn-primary:active:focus {
      background-color: #13a060;
      border-color: #13a060;
      color: #fff; }
    .btn-primary.disabled, .btn-primary[disabled],
    .btn-primary fieldset[disabled], a.btn-primary.disabled, a.btn-primary[disabled],
    a.btn-primary fieldset[disabled] {
      background-color: #ededed;
      color: #888; }
      .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover,
      .btn-primary fieldset[disabled]:focus,
      .btn-primary fieldset[disabled]:hover, a.btn-primary.disabled:focus, a.btn-primary.disabled:hover, a.btn-primary[disabled]:focus, a.btn-primary[disabled]:hover,
      a.btn-primary fieldset[disabled]:focus,
      a.btn-primary fieldset[disabled]:hover {
        background-color: #ededed;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #888; }
  .btn-quickView, a.btn-quickView {
    font-size: 0.857em;
    background-color: #dadada;
    color: #3a5a78; }
    .btn-quickView:hover, .btn-quickView:hover:focus, a.btn-quickView:hover, a.btn-quickView:hover:focus {
      background-color: #dadada;
      color: #fff; }
    .btn-quickView:focus, a.btn-quickView:focus {
      background-color: #dadada;
      color: #3a5a78; }
    .btn-quickView.active.focus, .btn-quickView.active:focus, .btn-quickView:active.focus, .btn-quickView:active:focus, a.btn-quickView.active.focus, a.btn-quickView.active:focus, a.btn-quickView:active.focus, a.btn-quickView:active:focus {
      background-color: #dadada;
      border-color: #dadada;
      color: #fff; }
    .btn-quickView.disabled, .btn-quickView[disabled],
    .btn-quickView fieldset[disabled], a.btn-quickView.disabled, a.btn-quickView[disabled],
    a.btn-quickView fieldset[disabled] {
      background-color: #dadada;
      color: #fff; }
      .btn-quickView.disabled:focus, .btn-quickView.disabled:hover, .btn-quickView[disabled]:focus, .btn-quickView[disabled]:hover,
      .btn-quickView fieldset[disabled]:focus,
      .btn-quickView fieldset[disabled]:hover, a.btn-quickView.disabled:focus, a.btn-quickView.disabled:hover, a.btn-quickView[disabled]:focus, a.btn-quickView[disabled]:hover,
      a.btn-quickView fieldset[disabled]:focus,
      a.btn-quickView fieldset[disabled]:hover {
        background-color: #dadada;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff; }
  .btn-secondary, a.btn-secondary {
    background-color: #3a5a78;
    color: #fff; }
    .btn-secondary:hover, .btn-secondary:hover:focus, a.btn-secondary:hover, a.btn-secondary:hover:focus {
      background-color: #4E79A2;
      color: #fff; }
    .btn-secondary:focus, a.btn-secondary:focus {
      background-color: #3a5a78;
      color: #fff; }
    .btn-secondary.active.focus, .btn-secondary.active:focus, .btn-secondary:active.focus, .btn-secondary:active:focus, a.btn-secondary.active.focus, a.btn-secondary.active:focus, a.btn-secondary:active.focus, a.btn-secondary:active:focus {
      background-color: #4E79A2;
      border-color: #4E79A2;
      color: #fff; }
    .btn-secondary.disabled, .btn-secondary[disabled],
    .btn-secondary fieldset[disabled], a.btn-secondary.disabled, a.btn-secondary[disabled],
    a.btn-secondary fieldset[disabled] {
      background-color: #ededed;
      color: #888; }
      .btn-secondary.disabled:focus, .btn-secondary.disabled:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled]:hover,
      .btn-secondary fieldset[disabled]:focus,
      .btn-secondary fieldset[disabled]:hover, a.btn-secondary.disabled:focus, a.btn-secondary.disabled:hover, a.btn-secondary[disabled]:focus, a.btn-secondary[disabled]:hover,
      a.btn-secondary fieldset[disabled]:focus,
      a.btn-secondary fieldset[disabled]:hover {
        background-color: #ededed;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #888; }
  .btn-secondary-paired, a.btn-secondary-paired {
    border: 1px solid #dadada;
    font-weight: 500;
    background-color: #fff;
    color: #2477bf; }
    .btn-secondary-paired.disabled, .btn-secondary-paired[disabled],
    .btn-secondary-paired fieldset[disabled], a.btn-secondary-paired.disabled, a.btn-secondary-paired[disabled],
    a.btn-secondary-paired fieldset[disabled] {
      border: 1px solid #ededed; }
    .btn-secondary-paired:hover, .btn-secondary-paired:hover:focus, a.btn-secondary-paired:hover, a.btn-secondary-paired:hover:focus {
      background-color: #4E79A2;
      color: #fff; }
    .btn-secondary-paired:focus, a.btn-secondary-paired:focus {
      background-color: #fff;
      color: #2477bf; }
    .btn-secondary-paired.active.focus, .btn-secondary-paired.active:focus, .btn-secondary-paired:active.focus, .btn-secondary-paired:active:focus, a.btn-secondary-paired.active.focus, a.btn-secondary-paired.active:focus, a.btn-secondary-paired:active.focus, a.btn-secondary-paired:active:focus {
      background-color: #4E79A2;
      border-color: #4E79A2;
      color: #fff; }
    .btn-secondary-paired.disabled, .btn-secondary-paired[disabled],
    .btn-secondary-paired fieldset[disabled], a.btn-secondary-paired.disabled, a.btn-secondary-paired[disabled],
    a.btn-secondary-paired fieldset[disabled] {
      background-color: #fff;
      color: #888; }
      .btn-secondary-paired.disabled:focus, .btn-secondary-paired.disabled:hover, .btn-secondary-paired[disabled]:focus, .btn-secondary-paired[disabled]:hover,
      .btn-secondary-paired fieldset[disabled]:focus,
      .btn-secondary-paired fieldset[disabled]:hover, a.btn-secondary-paired.disabled:focus, a.btn-secondary-paired.disabled:hover, a.btn-secondary-paired[disabled]:focus, a.btn-secondary-paired[disabled]:hover,
      a.btn-secondary-paired fieldset[disabled]:focus,
      a.btn-secondary-paired fieldset[disabled]:hover {
        background-color: #fff;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #888; }
  .btn-delete, a.btn-delete {
    background-color: #fff;
    color: #822b2f; }
    .btn-delete:hover, .btn-delete:hover:focus, a.btn-delete:hover, a.btn-delete:hover:focus {
      background-color: #822b2f;
      color: #fff; }
    .btn-delete:focus, a.btn-delete:focus {
      background-color: #fff;
      color: #822b2f; }
    .btn-delete.active.focus, .btn-delete.active:focus, .btn-delete:active.focus, .btn-delete:active:focus, a.btn-delete.active.focus, a.btn-delete.active:focus, a.btn-delete:active.focus, a.btn-delete:active:focus {
      background-color: #822b2f;
      border-color: #822b2f;
      color: #fff; }
    .btn-delete.disabled, .btn-delete[disabled],
    .btn-delete fieldset[disabled], a.btn-delete.disabled, a.btn-delete[disabled],
    a.btn-delete fieldset[disabled] {
      background-color: #fff;
      color: #888; }
      .btn-delete.disabled:focus, .btn-delete.disabled:hover, .btn-delete[disabled]:focus, .btn-delete[disabled]:hover,
      .btn-delete fieldset[disabled]:focus,
      .btn-delete fieldset[disabled]:hover, a.btn-delete.disabled:focus, a.btn-delete.disabled:hover, a.btn-delete[disabled]:focus, a.btn-delete[disabled]:hover,
      a.btn-delete fieldset[disabled]:focus,
      a.btn-delete fieldset[disabled]:hover {
        background-color: #fff;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #888; }
  .btn-showmore:before, a.btn-showmore:before {
    font-family: "higux";
    content: "\e03f";
    display: inline-block;
    margin-right: 0.556em;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }
  .btn-showmore.btn-secondary-paired:hover, a.btn-showmore.btn-secondary-paired:hover {
    background-color: #fff;
    color: #3a5a78; }
    @media (min-width: 992px) {
      .btn-showmore.btn-secondary-paired:hover, a.btn-showmore.btn-secondary-paired:hover {
        background-color: #3a5a78;
        color: #fff; } }
  .btn-showmore.active, a.btn-showmore.active {
    box-shadow: none;
    background-color: #3a5a78; }
    .btn-showmore.active:before, a.btn-showmore.active:before {
      content: "\e040"; }
    .btn-showmore.active.btn-secondary-paired, a.btn-showmore.active.btn-secondary-paired {
      color: #fff; }
      .btn-showmore.active.btn-secondary-paired:focus, a.btn-showmore.active.btn-secondary-paired:focus {
        background-color: #3a5a78; }
      .btn-showmore.active.btn-secondary-paired:hover, a.btn-showmore.active.btn-secondary-paired:hover {
        background-color: #4E79A2; }
  .btn-link, a.btn-link {
    color: #2477bf;
    font-weight: 500; }

.cta-buttons .btn {
  margin-bottom: 1.25em; }

.security-message {
  padding-top: 1em; }
  .security-message-icon {
    display: table-cell;
    color: #3a5a78;
    vertical-align: top;
    font-size: 1.714em; }
  .security-message-content {
    color: #484848;
    display: table-cell;
    font-size: 0.857em;
    padding: 0 0 1em 1em; }

.tooltip div,
.tooltip h2 {
  text-align: left; }

.tooltip .tooltip-inner {
  background-color: #fff;
  border-top: 6px solid #b6d3e9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  color: #000;
  padding: 1em;
  min-width: 300px; }

.tooltip.in {
  opacity: 1; }

.tooltip.top {
  margin-top: -0.6em; }
  .tooltip.top .tooltip-arrow {
    border-top-color: #fff;
    transform: scale(5, 4); }

.tooltip.right {
  margin-left: 0.6em; }
  .tooltip.right .tooltip-arrow {
    border-right-color: #fff;
    transform: scale(4, 5); }

.tooltip.bottom {
  margin-top: 0.6em; }
  .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #fff;
    transform: scale(5, 4); }

.tooltip.left {
  margin-left: -0.6em; }
  .tooltip.left .tooltip-arrow {
    border-left-color: #fff;
    transform: scale(4, 5); }

[data-toggle='tooltip'] {
  display: block;
  margin-bottom: 0.5em; }

@media (min-width: 768px) {
  [data-toggle='tooltip'] {
    display: inline-block;
    margin-bottom: 0; } }

/*.tooltip{
  background-color: $white;
  border-top: 6px solid $blue-light;
  box-shadow: 0 0 10px $shadow-deep;
  left: 0;
  margin-top: 10px;
  opacity: 1;
  padding: 1em;
  position: absolute;
  top: 20px;

  > hr {
    background-color: $gray-light;
    height: 1px;
    margin: 0;
    padding: 0;
  }

  &-body {
    padding-top: 1em;

    &-content {

      @include font-family('Arial', 1em);
      color: $gray;
    }
  }

  &-container {
    position: relative;
  }

  &-close {
    display: inline-block;
    float: right;

    i {
      vertical-align: top;

      &:hover {
        cursor: pointer;
      }
    }
  }

  &-header {

    @include font-family('Arial Bold');
    display: inline-block;
    padding-bottom: 1em;

    &-content {
      color: $blue;
      font-size: 1.571em;
      margin: 0;
      vertical-align: top;
    }
  }
}

@media (min-width: $screen-sm-min) {
  .tooltip {
    min-width: 350px;
  }
}
*/
.popover {
  background-color: #fff;
  border-top: 6px solid #b6d3e9;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
  padding: 1em;
  max-width: 20em;
  color: #000;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  /* Popover Title */
  /* Popover Body/Content */
  /* Popover Arrow */
  /*Popover Close*/ }
  .popover .popover-title {
    background: none;
    border-bottom: 0;
    padding: 0 1.375em 1em 0;
    font-size: 20px; }
  .popover .popover-content {
    padding: 0; }
  .popover.right > .arrow {
    left: -10px; }
  .popover.top > .arrow {
    bottom: -10px; }
  .popover.left > .arrow {
    right: -10px; }
  .popover .popover-close {
    position: absolute;
    right: 1em;
    top: 1em;
    cursor: pointer;
    vertical-align: middle; }

.popover-dismissible,
.popover-toggle {
  display: block;
  margin-bottom: 0.5em; }

@media (min-width: 768px) {
  .popover-dismissible,
  .popover-toggle {
    display: inline-block;
    margin-bottom: 0; } }

/*
<div class="panel" >
<div class="panel-heading" [ngClass]="{'panel-heading-closed':!policyInfoToggle, 'panel-heading-opened':policyInfoToggle}"
(click)="policyInfoToggle = !policyInfoToggle">
<h3 class="panel-title">Panel title
<i class="fa pull-right" [ngClass]="{'icon-minus': policyInfoToggle,'icon-plus': !policyInfoToggle}"></i>
</h3>
</div>
<div class="panel-body collapse sub-panel" [ngClass]="{'in': policyInfoToggle}">Panel content<div class="panel">
<div class="panel-heading panel-heading-closed">
<h3 class="panel-title">Sub Panel title</h3>
</div>
<div class="panel-body collapse">Sub Panel content</div>
</div>
<div class="panel">
<div class="panel-heading panel-heading-opened">
<h3 class="panel-title">Sub Panel title</h3>
</div>
<div class="panel-body collapse in">Sub Panel content</div>
</div>
</div>
</div>
*/
.panel-group {
  margin-bottom: 0; }
  .panel-group .panel {
    margin-bottom: 0.5em; }

.panel {
  margin-bottom: 1em;
  border: none;
  box-shadow: none;
  clear: both;
  /* accordion collpase styles - start */
  /* accordion collpase styles - end */ }
  .panel a:active,
  .panel a:focus,
  .panel a:hover {
    text-decoration: none; }
  .panel .accordion-toggle:hover {
    color: #3a5a78; }
  .panel .accordion-toggle:active, .panel .accordion-toggle:focus {
    text-decoration: none; }
  .panel .accordion-toggle .panel-heading {
    color: #fff;
    background-color: #3a5a78;
    padding-left: 2em;
    padding-right: 2em; }
    .panel .accordion-toggle .panel-heading:hover {
      background: #4E79A2;
      color: #fff; }
      .panel .accordion-toggle .panel-heading:hover .panel-title .panel-title-text {
        text-decoration: underline; }
    .panel .accordion-toggle .panel-heading .panel-title {
      font-weight: 400; }
      .panel .accordion-toggle .panel-heading .panel-title:hover {
        text-decoration: underline; }
      .panel .accordion-toggle .panel-heading .panel-title .panel-title-text {
        display: inline; }
      .panel .accordion-toggle .panel-heading .panel-title .icon.icon-caret-down {
        transform: rotate(180deg);
        transition: 0.5s ease all; }
  .panel-primary {
    background-color: transparent; }
    .panel-primary .panel-body {
      border: 0; }
      .panel-primary .panel-body .panel-default-subject {
        background-color: #fff; }
  .panel .accordion-toggle.collapsed .panel-heading {
    cursor: pointer;
    border: none;
    color: #3a5a78;
    background-color: #ededed; }
    .panel .accordion-toggle.collapsed .panel-heading:hover {
      background: #fafafa; }
    .panel .accordion-toggle.collapsed .panel-heading .panel-title .panel-title-text {
      text-decoration: none; }
    .panel .accordion-toggle.collapsed .panel-heading .panel-title .icon.icon-caret-down {
      transform: rotate(0deg);
      transition: 0.5s ease all; }
  .panel-heading {
    border: none;
    color: #fff;
    padding-left: 2em;
    padding-right: 2em;
    background-color: #3a5a78; }
    .panel-heading-closed {
      color: #3a5a78;
      background-color: #ededed; }
  .panel-title {
    font-size: 1.25em;
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
  .panel-action a {
    color: #fff; }
  .panel-body {
    padding: 0; }
    .panel-body .panel-content {
      padding: 2em; }

.sub-panel {
  margin-bottom: 0.5em; }
  .sub-panel.panel-body {
    padding: 0; }
  .sub-panel .panel-body {
    border-bottom: #ededed 1px solid; }
  .sub-panel .panel {
    margin-bottom: 0.5em;
    /* accordion collpase for opening/closing styles - start */
    /* accordion collpase for opening/closing styles - end */ }
    .sub-panel .panel-heading {
      border-top: #ededed 6px solid;
      border-left: #ededed 1px solid;
      border-right: #ededed 1px solid;
      border-bottom: #ededed 1px solid;
      color: #3a5a78;
      cursor: pointer;
      background-color: #fff; }
      .sub-panel .panel-heading:hover {
        text-decoration: underline; }
      .sub-panel .panel-heading-open {
        border-bottom: transparent 1px solid; }
    .sub-panel .panel-title {
      font-weight: 700;
      font-size: 1em;
      margin-top: 0.25em;
      margin-bottom: 0.25em; }
    .sub-panel .panel-collapse .panel-body {
      border-bottom: 0; }
    .sub-panel .panel .accordion-toggle .panel-heading {
      color: #3a5a78;
      cursor: pointer;
      background-color: #fff;
      border-bottom: 0; }
      .sub-panel .panel .accordion-toggle .panel-heading .panel-title .icon.icon-caret-down {
        transform: rotate(180deg);
        transition: 0.5s ease all; }
    .sub-panel .panel .accordion-toggle.collapsed .panel-heading {
      border-top: #ededed 6px solid;
      border-bottom: #ededed 1px solid;
      color: #3a5a78;
      cursor: pointer;
      background-color: #fff; }
      .sub-panel .panel .accordion-toggle.collapsed .panel-heading .panel-title .icon.icon-caret-down {
        transform: rotate(0deg);
        transition: 0.5s ease all; }

/* panel-default-subject */
.panel-default-subject {
  margin-top: 10px;
  border: 1px solid #ededed;
  border-top: 7px solid #dadada; }
  .panel-default-subject > div:first-child {
    padding: 2em; }

/* panel-default-subject */
.sub-panel.sub-panel-default {
  margin-bottom: 0; }
  .sub-panel.sub-panel-default:first-child > .panel > .accordion-toggle > .panel-heading {
    border-top: 1px solid #ededed; }
  .sub-panel.sub-panel-default:last-child > .panel > .accordion-toggle > .panel-heading {
    border-bottom: 0; }
  .sub-panel.sub-panel-default .panel {
    margin-bottom: 0; }
    .sub-panel.sub-panel-default .panel .accordion-toggle.collapsed .panel-heading {
      background-color: #fff; }
      .sub-panel.sub-panel-default .panel .accordion-toggle.collapsed .panel-heading:hover {
        text-decoration: none; }
      @media (min-width: 768px) {
        .sub-panel.sub-panel-default .panel .accordion-toggle.collapsed .panel-heading .panel-title span:after {
          content: 'Show More'; } }
    .sub-panel.sub-panel-default .panel .accordion-toggle:hover {
      text-decoration: none; }
    .sub-panel.sub-panel-default .panel .accordion-toggle .panel-heading {
      border-top: 0 solid #ededed;
      border-bottom: 1px solid #ededed;
      border-left: 0;
      border-right: 0;
      background-color: #ededed;
      padding: 1.143em 2em; }
      .sub-panel.sub-panel-default .panel .accordion-toggle .panel-heading:hover {
        text-decoration: none; }
      .sub-panel.sub-panel-default .panel .accordion-toggle .panel-heading i {
        background-color: transparent;
        font-size: 2em;
        padding-left: 0; }
      .sub-panel.sub-panel-default .panel .accordion-toggle .panel-heading .panel-title {
        font-size: 1.143em;
        font-weight: 500;
        margin-left: 0; }
        .sub-panel.sub-panel-default .panel .accordion-toggle .panel-heading .panel-title:hover {
          text-decoration: underline; }
        .sub-panel.sub-panel-default .panel .accordion-toggle .panel-heading .panel-title span {
          background-color: transparent;
          color: #3a5a78;
          padding: 0;
          top: 0.5em;
          font-size: 1.143em;
          font-weight: 500; }
          .sub-panel.sub-panel-default .panel .accordion-toggle .panel-heading .panel-title span:hover {
            border: 0; }
          @media (min-width: 768px) {
            .sub-panel.sub-panel-default .panel .accordion-toggle .panel-heading .panel-title span:after {
              content: 'Show Less'; } }
    .sub-panel.sub-panel-default .panel .panel-body {
      padding: 2em; }

.sub-panel-primary {
  margin-bottom: 0; }
  .sub-panel-primary:first-child > .panel > .accordion-toggle > .panel-heading {
    border-top: 1px solid #ededed; }
  .sub-panel-primary:nth-child(n+2) > .panel > .accordion-toggle.collapsed > .panel-heading {
    border-top: 1px solid #ededed; }
  .sub-panel-primary:nth-child(n+2) > .panel > .accordion-toggle > .panel-heading {
    border-top: 0; }
  .sub-panel-primary .panel {
    margin-bottom: 0; }
    .sub-panel-primary .panel .accordion-toggle.collapsed .panel-heading {
      border-bottom: 0; }
      .sub-panel-primary .panel .accordion-toggle.collapsed .panel-heading .panel-title {
        font-size: 1.143em;
        font-weight: 500; }
        .sub-panel-primary .panel .accordion-toggle.collapsed .panel-heading .panel-title span .icon.icon-caret-down {
          transform: rotate(0deg);
          transition: 0.5s ease all; }
          @media (min-width: 768px) {
            .sub-panel-primary .panel .accordion-toggle.collapsed .panel-heading .panel-title span .icon.icon-caret-down::before {
              padding: 0; } }
        @media (min-width: 768px) {
          .sub-panel-primary .panel .accordion-toggle.collapsed .panel-heading .panel-title span:after {
            content: 'Show More';
            left: 0; } }
    .sub-panel-primary .panel .accordion-toggle:hover {
      text-decoration: none; }
    .sub-panel-primary .panel .accordion-toggle .panel-heading {
      padding: 1.143em 2em;
      border-left: 0;
      border-right: 0;
      background-color: #ededed; }
      .sub-panel-primary .panel .accordion-toggle .panel-heading:hover {
        text-decoration: none;
        background: #fafafa;
        color: #3a5a78; }
      .sub-panel-primary .panel .accordion-toggle .panel-heading .panel-title {
        font-size: 1.143em;
        font-weight: 500;
        margin: 0; }
        .sub-panel-primary .panel .accordion-toggle .panel-heading .panel-title:hover {
          text-decoration: none; }
        .sub-panel-primary .panel .accordion-toggle .panel-heading .panel-title i:before {
          font-size: 2em;
          vertical-align: middle;
          padding-right: 0.34em; }
        .sub-panel-primary .panel .accordion-toggle .panel-heading .panel-title span {
          top: 0.5em;
          position: relative; }
          .sub-panel-primary .panel .accordion-toggle .panel-heading .panel-title span .icon.icon-caret-down {
            transform: rotate(180deg);
            transition: 0.5s ease all;
            display: inline-block;
            margin-right: 0.383em; }
            .sub-panel-primary .panel .accordion-toggle .panel-heading .panel-title span .icon.icon-caret-down:before {
              font-size: 1em;
              padding: 0; }
              @media (min-width: 768px) {
                .sub-panel-primary .panel .accordion-toggle .panel-heading .panel-title span .icon.icon-caret-down:before {
                  padding: 0.32em; } }
          @media (min-width: 768px) {
            .sub-panel-primary .panel .accordion-toggle .panel-heading .panel-title span:before {
              margin-right: 0.383em;
              vertical-align: middle; }
            .sub-panel-primary .panel .accordion-toggle .panel-heading .panel-title span:after {
              content: 'Show Less';
              left: -0.32em;
              position: relative; } }
    .sub-panel-primary .panel .panel-body {
      padding: 2em;
      border: 0; }

.panel.panel-with-icon .sub-panel.sub-panel-default .panel .accordion-toggle .panel-heading i {
  background-color: #fff; }

.panel.panel-with-icon .sub-panel.sub-panel-default:last-child .panel .panel-collapse .panel-body {
  border-bottom: 0; }

.panel.panel-with-icon a.accordion-toggle.collapsed {
  text-decoration: none; }
  .panel.panel-with-icon a.accordion-toggle.collapsed div.panel-heading {
    padding-left: 0;
    background-color: #ededed; }
    .panel.panel-with-icon a.accordion-toggle.collapsed div.panel-heading:hover {
      background: #fafafa; }
      .panel.panel-with-icon a.accordion-toggle.collapsed div.panel-heading:hover i.icon-car-secondary-option.icon-3x:before {
        color: #3a5a78; }
    .panel.panel-with-icon a.accordion-toggle.collapsed div.panel-heading i.icon.icon-car-secondary-option {
      background-color: #dadada; }
      .panel.panel-with-icon a.accordion-toggle.collapsed div.panel-heading i.icon.icon-car-secondary-option:before {
        vertical-align: middle; }
    .panel.panel-with-icon a.accordion-toggle.collapsed div.panel-heading .panel-title {
      text-decoration: none; }
    .panel.panel-with-icon a.accordion-toggle.collapsed div.panel-heading h3.panel-title span {
      background-color: #3a5a78;
      color: #fff;
      top: -0.5em;
      position: relative; }
      .panel.panel-with-icon a.accordion-toggle.collapsed div.panel-heading h3.panel-title span .icon.icon-caret-down {
        transform: rotate(0deg);
        transition: 0.5s ease all; }
      .panel.panel-with-icon a.accordion-toggle.collapsed div.panel-heading h3.panel-title span .icon.icon-caret-down {
        transform: rotate(0deg);
        transition: 0.5s ease all; }
    @media (min-width: 768px) {
      .panel.panel-with-icon a.accordion-toggle.collapsed div.panel-heading h3.panel-title span {
        padding: 0.5em 2em;
        top: 0.2em; }
        .panel.panel-with-icon a.accordion-toggle.collapsed div.panel-heading h3.panel-title span:after {
          content: 'Show More'; } }

.panel.panel-with-icon a.accordion-toggle div.panel-heading {
  padding: 9px 0;
  background-color: #4E79A2; }
  @media (min-width: 768px) {
    .panel.panel-with-icon a.accordion-toggle div.panel-heading {
      padding-right: 2em;
      padding-top: 10px;
      padding-bottom: 10px; } }
  .panel.panel-with-icon a.accordion-toggle div.panel-heading:hover {
    background: #4E79A2; }
    .panel.panel-with-icon a.accordion-toggle div.panel-heading:hover .panel-title {
      text-decoration: underline; }
    .panel.panel-with-icon a.accordion-toggle div.panel-heading:hover i.icon-car-secondary-option.icon-3x:before {
      color: #fff; }
  .panel.panel-with-icon a.accordion-toggle div.panel-heading i.icon.icon-car-secondary-option {
    display: inline;
    vertical-align: middle;
    background-color: #3a5a78;
    padding: 0.34em 0.46em;
    font-size: 2.188em; }
    @media (min-width: 768px) {
      .panel.panel-with-icon a.accordion-toggle div.panel-heading i.icon.icon-car-secondary-option {
        font-size: 2.625em; } }
    .panel.panel-with-icon a.accordion-toggle div.panel-heading i.icon.icon-car-secondary-option:before {
      vertical-align: middle; }
  .panel.panel-with-icon a.accordion-toggle div.panel-heading h3.panel-title {
    display: inline;
    font-size: 1em;
    margin-left: 1em; }
    @media (min-width: 768px) {
      .panel.panel-with-icon a.accordion-toggle div.panel-heading h3.panel-title {
        font-size: 1.25em; } }
    .panel.panel-with-icon a.accordion-toggle div.panel-heading h3.panel-title span {
      background-color: #3a5a78;
      color: #fff;
      padding: 1.5em;
      top: -0.5em;
      position: relative;
      /*&:hover {
            background-color: $gray-hover;
            color: $blue;
            border: 1px solid $blue;
          }*/ }
      @media (min-width: 768px) {
        .panel.panel-with-icon a.accordion-toggle div.panel-heading h3.panel-title span {
          padding: 1.4em 1.2em; } }
      .panel.panel-with-icon a.accordion-toggle div.panel-heading h3.panel-title span .icon.icon-caret-down {
        transform: rotate(180deg);
        transition: 0.5s ease all;
        display: inline-block;
        vertical-align: middle; }
        .panel.panel-with-icon a.accordion-toggle div.panel-heading h3.panel-title span .icon.icon-caret-down:before {
          font-size: 1em;
          padding: 0;
          vertical-align: middle; }
      .panel.panel-with-icon a.accordion-toggle div.panel-heading h3.panel-title span .icon.icon-caret-down {
        transform: rotate(180deg);
        transition: 0.5s ease all; }
    @media (min-width: 768px) {
      .panel.panel-with-icon a.accordion-toggle div.panel-heading h3.panel-title {
        padding-right: 2em; }
        .panel.panel-with-icon a.accordion-toggle div.panel-heading h3.panel-title:hover {
          text-decoration: underline; }
        .panel.panel-with-icon a.accordion-toggle div.panel-heading h3.panel-title span {
          padding: 0.5em 2em;
          top: 0.2em;
          font-size: 1.125em; }
          .panel.panel-with-icon a.accordion-toggle div.panel-heading h3.panel-title span:after {
            content: 'Show Less';
            font-size: 0.75em; } }

.panel.panel-with-icon .panel-collapse .panel-body {
  border-bottom: 1px solid #ededed; }
  .panel.panel-with-icon .panel-collapse .panel-body .panel-default-subject .panel .accordion-toggle .panel-heading i {
    background-color: transparent;
    padding-left: 0; }
  .panel.panel-with-icon .panel-collapse .panel-body .panel-default-subject .panel .accordion-toggle .panel-heading .panel-title {
    margin-left: 0; }
    .panel.panel-with-icon .panel-collapse .panel-body .panel-default-subject .panel .accordion-toggle .panel-heading .panel-title span {
      background-color: transparent;
      color: #3a5a78;
      padding: 0;
      top: 0.8em; }
      .panel.panel-with-icon .panel-collapse .panel-body .panel-default-subject .panel .accordion-toggle .panel-heading .panel-title span:before {
        margin-right: 0.383em; }
  .panel.panel-with-icon .panel-collapse .panel-body .panel-default-subject .panel-group {
    margin-bottom: 0; }
    .panel.panel-with-icon .panel-collapse .panel-body .panel-default-subject .panel-group .sub-panel.sub-panel-default .panel .accordion-toggle .panel-heading {
      background-color: #ededed;
      padding: 0.393em 2em; }
      .panel.panel-with-icon .panel-collapse .panel-body .panel-default-subject .panel-group .sub-panel.sub-panel-default .panel .accordion-toggle .panel-heading:hover {
        background-color: #f7f7f7; }
      .panel.panel-with-icon .panel-collapse .panel-body .panel-default-subject .panel-group .sub-panel.sub-panel-default .panel .accordion-toggle .panel-heading .panel-title span .icon.icon-caret-down {
        font-size: 1em;
        margin-right: 0.383em; }
        @media (min-width: 768px) {
          .panel.panel-with-icon .panel-collapse .panel-body .panel-default-subject .panel-group .sub-panel.sub-panel-default .panel .accordion-toggle .panel-heading .panel-title span .icon.icon-caret-down::before {
            padding: 0.32em; } }
      .panel.panel-with-icon .panel-collapse .panel-body .panel-default-subject .panel-group .sub-panel.sub-panel-default .panel .accordion-toggle .panel-heading .panel-title span:after {
        font-size: 0.9em; }
        @media (min-width: 768px) {
          .panel.panel-with-icon .panel-collapse .panel-body .panel-default-subject .panel-group .sub-panel.sub-panel-default .panel .accordion-toggle .panel-heading .panel-title span:after {
            left: -0.32em;
            position: relative; } }
    .panel.panel-with-icon .panel-collapse .panel-body .panel-default-subject .panel-group .sub-panel.sub-panel-default .panel .accordion-toggle.collapsed .panel-heading {
      background-color: #fff; }
      .panel.panel-with-icon .panel-collapse .panel-body .panel-default-subject .panel-group .sub-panel.sub-panel-default .panel .accordion-toggle.collapsed .panel-heading:hover {
        background-color: #f7f7f7; }
      @media (min-width: 768px) {
        .panel.panel-with-icon .panel-collapse .panel-body .panel-default-subject .panel-group .sub-panel.sub-panel-default .panel .accordion-toggle.collapsed .panel-heading .panel-title span .icon.icon-caret-down::before {
          padding: 0; }
        .panel.panel-with-icon .panel-collapse .panel-body .panel-default-subject .panel-group .sub-panel.sub-panel-default .panel .accordion-toggle.collapsed .panel-heading .panel-title span:after {
          left: 0; } }

.table {
  font-size: 0.875em; }
  .table .help-block.with-errors {
    font-size: 1.167em; }
  .table .form-group,
  .table .select-container {
    margin-bottom: 0;
    font-weight: 400; }
  .table .parent-column {
    font-weight: 500; }
    .table .parent-column > h3 {
      margin-bottom: 0; }
  .table thead tr th {
    font-weight: 500;
    border-bottom: 3px solid #3a5a78;
    color: #3a5a78;
    font-size: 1.167em;
    padding: 0.5em 0.5em 0.5em 1.4rem; }
  .table a {
    text-decoration: underline; }
  .table > tbody {
    font-weight: 500; }
    @media (min-width: 768px) {
      .table > tbody {
        font-weight: normal;
        border-bottom: 2px solid #3a5a78; } }
    .table > tbody > tr:hover > td {
      background-color: #deecf7;
      cursor: pointer; }
    .table > tbody > tr > td {
      border-bottom: 1px solid #ededed;
      color: #484848;
      padding: 1em 1em 1em 1.4rem; }
    .table > tbody .delete-row {
      text-align: right;
      vertical-align: middle; }
      .table > tbody .delete-row a {
        display: table;
        float: right;
        text-decoration: none; }
        .table > tbody .delete-row a i,
        .table > tbody .delete-row a span {
          display: table-cell;
          vertical-align: middle; }
        .table > tbody .delete-row a i {
          display: table-cell;
          font-size: 1.5em;
          line-height: 1em;
          padding-right: 0.3em; }
  .table.colspan > tbody > tr.row-main > td {
    border-bottom: none; }
  .table.colspan > tbody > tr.row-comment > td {
    border-top: none; }
  .table.colspan > tbody > tr.row-comment > td[colspan] {
    font-size: 0.857em; }

.content {
  padding: 15px; }
  .content a:focus,
  .content a:hover {
    text-decoration: none; }
  .content-align {
    text-align: center; }

.data-prefix-xs {
  color: #3a5a78;
  float: left;
  font-weight: 400;
  width: 44%; }
  @media (min-width: 768px) {
    .data-prefix-xs {
      font-weight: 500; } }

@media only screen and (max-width: 767px) {
  table.table {
    display: block;
    margin: 0; }
    table.table tbody,
    table.table td,
    table.table th,
    table.table thead,
    table.table tr {
      display: block;
      margin: 0; }
    table.table td {
      border: 0; }
    table.table thead tr {
      display: none; }
    table.table tbody tr:first-child {
      border-top: 1px solid #3a5a78;
      padding-top: 1em; }
    table.table tbody tr > td {
      border: 0;
      clear: both;
      padding: 0.5em; }
      table.table tbody tr > td:last-child {
        border-bottom: 1px solid #dadada;
        margin-bottom: 1.5em;
        padding-bottom: 2em; }
        table.table tbody tr > td:last-child.delete-row {
          padding-bottom: 1em; }
      table.table tbody tr > td > .data-col {
        display: table-cell; }
      table.table tbody tr > td .d-print-table-cell {
        display: table-cell; }
    table.table tbody tr:last-child > td {
      border: 0; }
    table.table tbody tr:last-child > td:last-child {
      border-bottom: 1px solid #3a5a78;
      margin-bottom: 2em;
      padding-bottom: 1em; } }

.accordion-toggle {
  margin: 0; }
  .accordion-toggle .content-table-span:before {
    color: #009CFF;
    content: " View Less Content "; }
  .accordion-toggle .content-table-span:after {
    color: #009CFF;
    content: "\e047";
    font-family: 'higux';
    transition: 0.5s ease all;
    vertical-align: middle; }

.accordion-toggle.collapsed .content-table-span:before {
  color: #009CFF;
  content: " View More Content "; }

.accordion-toggle.collapsed .content-table-span:after {
  color: #009CFF;
  content: "\e044 ";
  font-family: 'higux';
  transition: 0.5s ease all;
  vertical-align: middle; }

.sample-table-collapse.collapse {
  display: none; }
  .sample-table-collapse.collapse.in {
    display: table-row; }

.icon.icon-spinner.icon-pulse {
  font-size: 2.25em;
  color: #B83B2F;
  margin: 1rem; }
  .icon.icon-spinner.icon-pulse.icon-btn {
    color: #fff;
    font-size: 2em;
    text-align: center;
    vertical-align: text-top;
    position: relative;
    bottom: 0.25em; }

.btn-load {
  height: 2.85714em; }

.btn.btn-secondary-paired.disabled .icon.icon-spinner.icon-pulse.icon-btn {
  color: #B83B2F; }

.btn.btn-primary.disabled {
  background-color: #118654;
  color: #fff; }

.btn.btn-secondary.disabled {
  background-color: #3a5a78;
  color: #fff; }

.btn.btn-primary.disabled .icon.icon-spinner.icon-pulse.icon-btn,
.btn.btn-secondary.disabled .icon.icon-spinner.icon-pulse.icon-btn,
.btn.btn-secondary-paired.disabled .icon.icon-spinner.icon-pulse.icon-btn {
  margin: 0; }

.list-group .list-group-item {
  border: none; }

.list-group.benefit > li, .list-group.benefit .list-group-item-checked {
  display: block;
  font-size: 1em;
  list-style: none;
  margin: auto auto 0.357em 0em;
  padding: 0 0 0 2em;
  position: relative; }
  @media (min-width: 768px) {
    .list-group.benefit > li, .list-group.benefit .list-group-item-checked {
      margin: auto auto 0.357em 1em; } }
  .list-group.benefit > li:before, .list-group.benefit .list-group-item-checked:before {
    display: inline-block;
    color: #118654;
    content: "";
    font-family: "higux";
    font-size: 1em;
    left: 0;
    position: absolute;
    top: 0; }

.list-group.standard > li, .list-group.standard .list-group-item {
  display: block;
  font-size: 1em;
  list-style: none;
  margin: auto auto 0.357em 0em;
  padding: 0 0 0 1.714em;
  position: relative; }
  @media (min-width: 768px) {
    .list-group.standard > li, .list-group.standard .list-group-item {
      margin: auto auto 0.357em 1em; } }
  .list-group.standard > li:before, .list-group.standard .list-group-item:before {
    display: inline-block;
    color: #3a5a78;
    content: "";
    font-family: "higux";
    font-size: 1em;
    left: 0;
    position: absolute;
    top: 0; }
  .list-group.standard > li:before, .list-group.standard .list-group-item:before {
    margin-top: 0.15em; }
    @media (min-width: 768px) {
      .list-group.standard > li:before, .list-group.standard .list-group-item:before {
        margin-top: auto; } }
  .list-group.standard > li > ul, .list-group.standard .list-group-item > ul {
    padding-left: 0; }
    .list-group.standard > li > ul > li, .list-group.standard > li > ul .list-group-item, .list-group.standard .list-group-item > ul > li, .list-group.standard .list-group-item > ul .list-group-item {
      display: block;
      font-size: 1em;
      list-style: none;
      margin: auto auto 0.357em 0em;
      padding: 0 0 0 1.614em;
      position: relative;
      margin-left: 0;
      padding-top: 0.2em; }
      @media (min-width: 768px) {
        .list-group.standard > li > ul > li, .list-group.standard > li > ul .list-group-item, .list-group.standard .list-group-item > ul > li, .list-group.standard .list-group-item > ul .list-group-item {
          margin: auto auto 0.357em 1em; } }
      .list-group.standard > li > ul > li:before, .list-group.standard > li > ul .list-group-item:before, .list-group.standard .list-group-item > ul > li:before, .list-group.standard .list-group-item > ul .list-group-item:before {
        display: inline-block;
        color: #3a5a78;
        content: "○";
        font-family: "higux";
        font-size: 1em;
        left: 0;
        position: absolute;
        top: 0; }
      @media (min-width: 768px) {
        .list-group.standard > li > ul > li, .list-group.standard > li > ul .list-group-item, .list-group.standard .list-group-item > ul > li, .list-group.standard .list-group-item > ul .list-group-item {
          padding-top: 0.15em; } }
      .list-group.standard > li > ul > li ul, .list-group.standard > li > ul .list-group-item ul, .list-group.standard .list-group-item > ul > li ul, .list-group.standard .list-group-item > ul .list-group-item ul {
        padding-left: 0; }
        .list-group.standard > li > ul > li ul > li, .list-group.standard > li > ul > li ul .list-group-item, .list-group.standard > li > ul .list-group-item ul > li, .list-group.standard > li > ul .list-group-item ul .list-group-item, .list-group.standard .list-group-item > ul > li ul > li, .list-group.standard .list-group-item > ul > li ul .list-group-item, .list-group.standard .list-group-item > ul .list-group-item ul > li, .list-group.standard .list-group-item > ul .list-group-item ul .list-group-item {
          display: block;
          font-size: 1em;
          list-style: none;
          margin: auto auto 0.357em 0em;
          padding: 0 0 0 1.514em;
          position: relative;
          margin-left: 0;
          padding-top: 0.3em; }
          @media (min-width: 768px) {
            .list-group.standard > li > ul > li ul > li, .list-group.standard > li > ul > li ul .list-group-item, .list-group.standard > li > ul .list-group-item ul > li, .list-group.standard > li > ul .list-group-item ul .list-group-item, .list-group.standard .list-group-item > ul > li ul > li, .list-group.standard .list-group-item > ul > li ul .list-group-item, .list-group.standard .list-group-item > ul .list-group-item ul > li, .list-group.standard .list-group-item > ul .list-group-item ul .list-group-item {
              margin: auto auto 0.357em 1em; } }
          .list-group.standard > li > ul > li ul > li:before, .list-group.standard > li > ul > li ul .list-group-item:before, .list-group.standard > li > ul .list-group-item ul > li:before, .list-group.standard > li > ul .list-group-item ul .list-group-item:before, .list-group.standard .list-group-item > ul > li ul > li:before, .list-group.standard .list-group-item > ul > li ul .list-group-item:before, .list-group.standard .list-group-item > ul .list-group-item ul > li:before, .list-group.standard .list-group-item > ul .list-group-item ul .list-group-item:before {
            display: inline-block;
            color: #3a5a78;
            content: "■";
            font-family: "higux";
            font-size: 1em;
            left: 0;
            position: absolute;
            top: 0; }
          @media (min-width: 768px) {
            .list-group.standard > li > ul > li ul > li, .list-group.standard > li > ul > li ul .list-group-item, .list-group.standard > li > ul .list-group-item ul > li, .list-group.standard > li > ul .list-group-item ul .list-group-item, .list-group.standard .list-group-item > ul > li ul > li, .list-group.standard .list-group-item > ul > li ul .list-group-item, .list-group.standard .list-group-item > ul .list-group-item ul > li, .list-group.standard .list-group-item > ul .list-group-item ul .list-group-item {
              padding-top: 0.3em; } }

.list-group.standard-order > li {
  font-size: 1em;
  margin: auto auto 0.357em 1.5em;
  padding-left: 0.23em; }
  @media (min-width: 768px) {
    .list-group.standard-order > li {
      margin: auto auto 0.357em 2.5em; } }

ul .list-group-item {
  display: block;
  font-size: 1em;
  list-style: none;
  margin: auto auto 0.357em 0em;
  padding: 0 0 0 2em;
  position: relative; }
  @media (min-width: 768px) {
    ul .list-group-item {
      margin: auto auto 0.357em 1em; } }
  ul .list-group-item:before {
    display: inline-block;
    color: #3a5a78;
    content: "";
    font-family: "higux";
    font-size: 1em;
    left: 2px;
    position: absolute;
    top: 0; }
  ul .list-group-item-checked {
    display: block;
    font-size: 1em;
    list-style: none;
    margin: auto auto 0.357em 0em;
    padding: 0 0 0 2em;
    position: relative; }
    @media (min-width: 768px) {
      ul .list-group-item-checked {
        margin: auto auto 0.357em 1em; } }
    ul .list-group-item-checked:before {
      display: inline-block;
      color: #118654;
      content: "";
      font-family: "higux";
      font-size: 1em;
      left: 0;
      position: absolute;
      top: 0; }
  ul .list-group-item-unchecked {
    display: block;
    font-size: 1em;
    list-style: none;
    margin: auto auto 0.357em 0em;
    padding: 0 0 0 2em;
    position: relative; }
    @media (min-width: 768px) {
      ul .list-group-item-unchecked {
        margin: auto auto 0.357em 1em; } }
    ul .list-group-item-unchecked:before {
      display: inline-block;
      color: #dadada;
      content: "";
      font-family: "higux";
      font-size: 1em;
      left: 0;
      position: absolute;
      top: 0; }

ol {
  margin-bottom: 20px;
  padding-left: 0; }
  ol > li {
    font-size: 1em;
    margin: auto auto 0.357em 1.5em;
    padding-left: 0.23em; }
    @media (min-width: 768px) {
      ol > li {
        margin: auto auto 0.357em 2.5em; } }

.card {
  background-color: #fff;
  border: 1px solid #dadada;
  margin-bottom: 1em;
  padding: 1em; }
  .card.top {
    border-top: 6px solid #dadada; }

.card.xp,
.card-heading.xp {
  padding: 1.429em; }

.card.xp2,
.card-heading.xp2 {
  padding: 2em; }

.card.offset,
.card-heading.offset {
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
  zoom: 1; }

.card-heading {
  background-color: #3a5a78;
  padding: 1em; }
  .card-heading .card-title {
    color: #fff;
    margin: 0 1px; }

.color-swatch {
  height: 150px; }
  .color-swatch-card {
    border-radius: 50%;
    height: 5em;
    width: 5em; }
  .color-swatch-title {
    color: #888;
    font-size: .75em;
    padding-top: .5em; }

@media (min-width: 992px) {
  .navbar-default.co-branded .navbar-primary .navbar-left, .navbar-default.co-branded .navbar-secondary .navbar-nav {
    padding-left: 294px; } }

.navbar-default .navbar-primary .navbar-left {
  padding-left: 15px; }
  @media (min-width: 992px) {
    .navbar-default .navbar-primary .navbar-left {
      padding-left: 130px; } }

.navbar {
  background: #fff;
  border: 0;
  min-height: 75px; }
  .navbar-nav {
    float: none; }
    @media (min-width: 992px) {
      .navbar-nav {
        float: left; } }
    .navbar-nav .search-menu {
      display: inline-block;
      width: 20%;
      margin-top: .6em; }
      .navbar-nav .search-menu .form-group {
        margin-bottom: 0; }
        .navbar-nav .search-menu .form-group .twitter-typeahead {
          display: table-cell !important; }
          .navbar-nav .search-menu .form-group .twitter-typeahead .tt-suggestion {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
        .navbar-nav .search-menu .form-group input:focus,
        .navbar-nav .search-menu .form-group input:active {
          box-shadow: none; }
        .navbar-nav .search-menu .form-group #search-btn:focus {
          outline: none; }
        .navbar-nav .search-menu .form-group .results-group {
          display: block;
          position: absolute;
          width: 225%;
          left: -125%;
          height: auto;
          min-height: 150px;
          box-shadow: rgba(0, 0, 0, 0.12) 4px 8px 12px 3px;
          background-color: #fff;
          z-index: 0;
          padding: 4.605625em 1.6em 1.6em; }
          .navbar-nav .search-menu .form-group .results-group p {
            margin-bottom: 2.7518em;
            font-weight: 300;
            font-family: "HCo Gotham", arial, sans-serif; }
          .navbar-nav .search-menu .form-group .results-group p:last-of-type {
            margin-bottom: 2.375em; }
          .navbar-nav .search-menu .form-group .results-group a {
            color: #2477bf;
            text-decoration: underline;
            font-size: 1.125em;
            font-weight: 500; }
      .navbar-nav .search-menu input {
        background-color: #fff !important;
        float: right;
        transition: all 300ms ease-in-out; }
        .navbar-nav .search-menu input.expand, .navbar-nav .search-menu input:hover {
          width: 263%; }
          .navbar-nav .search-menu input.expand ~ .tt-menu, .navbar-nav .search-menu input:hover ~ .tt-menu {
            left: -260px !important;
            max-width: 262%;
            width: 262%; }
      .navbar-nav .search-menu .input-group-addon {
        background-color: #3a5a78;
        cursor: pointer; }
        .navbar-nav .search-menu .input-group-addon .icon {
          color: #fff; }
    .navbar-nav > li {
      display: block;
      float: none;
      position: relative; }
      @media (min-width: 992px) {
        .navbar-nav > li {
          display: inline-block;
          float: left; } }
      .navbar-nav > li > a {
        font-size: 0.875em;
        padding-bottom: 13px; }
  @media (min-width: 992px) {
    .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown:focus .dropdown-menu {
      display: block;
      margin-top: -5px;
      border: 0;
      border-top: 4px solid transparent; } }
  .navbar-collapse {
    padding-left: 0;
    padding-right: 0; }
    .navbar-collapse.collapsing {
      bottom: 0;
      display: block;
      height: auto;
      left: -999px;
      position: fixed;
      right: 999px;
      top: 0;
      z-index: 999; }
      @media (min-width: 992px) {
        .navbar-collapse.collapsing {
          bottom: auto;
          left: auto;
          position: relative;
          right: auto;
          top: auto; } }
    .navbar-collapse.collapse {
      bottom: 0;
      display: block;
      left: -999px;
      position: fixed;
      right: 999px;
      top: 0;
      z-index: 999; }
      @media (min-width: 992px) {
        .navbar-collapse.collapse {
          bottom: auto;
          left: auto;
          position: relative;
          right: auto;
          top: auto;
          z-index: 10; } }
      .navbar-collapse.collapse.in {
        bottom: 0;
        display: block !important;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 101; }
        @media (min-width: 992px) {
          .navbar-collapse.collapse.in {
            position: relative; } }
  .navbar-toggle {
    border: 0;
    font-size: 27px;
    line-height: 1em;
    margin-bottom: 13px;
    margin-top: 17px; }
    @media (max-width: 991px) {
      .navbar-toggle {
        display: block; } }
    .navbar-toggle:before {
      content: "";
      border-left: 1px solid #dadada;
      position: absolute;
      top: -0.63em;
      right: 2.2em;
      height: 2.91em; }
    .navbar-toggle:active, .navbar-toggle:focus, .navbar-toggle:hover {
      background-color: #fff; }
    .navbar-toggle-close {
      background-color: inherit;
      border: 0;
      font-size: 16px;
      line-height: 1em;
      position: absolute;
      right: 8px;
      top: 8px;
      z-index: 999; }
      .navbar-toggle-close:active, .navbar-toggle-close:focus, .navbar-toggle-close:hover {
        background-color: inherit; }
      @media (min-width: 992px) {
        .navbar-toggle-close {
          display: none; } }
  .navbar-brand {
    background-color: #fff;
    height: auto;
    margin-top: 6px;
    padding: 7px 0 7px 15px;
    z-index: 9999; }
    @media (min-width: 992px) {
      .navbar-brand {
        border-left: 1px solid #dadada;
        border-right: 1px solid #dadada;
        margin-bottom: -98px;
        margin-top: 0;
        padding: 13px 13px 16px; } }
    .navbar-brand:active, .navbar-brand:hover {
      background-color: #fff;
      color: inherit; }
    .navbar-brand img {
      height: 53.405px;
      width: 54px; }
      @media (min-width: 992px) {
        .navbar-brand img {
          height: 80.125px;
          width: 81px; } }
  .navbar-header {
    background-color: #fff;
    border-top: 5px solid #b6d3e9;
    margin-bottom: 1em;
    position: relative;
    width: 100%; }
    @media (min-width: 992px) {
      .navbar-header {
        background-color: inherit;
        border: 0;
        left: auto;
        margin-bottom: auto;
        position: absolute;
        right: auto;
        width: auto;
        z-index: 99; } }
    .navbar-header.co-branded .navbar-brand img {
      width: 247px; }
  .navbar-default {
    border-bottom: 1px solid #dadada;
    color: #3a5a78;
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .navbar-default {
        border-bottom: 1px solid #dadada;
        margin-bottom: 20px; } }
    .navbar-default .navbar-nav > .open .dropdown-menu {
      -webkit-box-shadow: none;
      box-shadow: none;
      float: none;
      width: auto;
      color: #fff; }
      @media (min-width: 992px) {
        .navbar-default .navbar-nav > .open .dropdown-menu {
          -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
          float: left; } }
    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
      background-color: #3a5a78;
      color: #fff; }
      @media (min-width: 992px) {
        .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
          background-color: inherit;
          color: inherit; } }
    .navbar-default .navbar-nav > li > a {
      color: #3a5a78; }
      .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:hover {
        color: #3a5a78; }
    .navbar-default .navbar-primary {
      min-height: 44px;
      z-index: 2; }
      @media (min-width: 992px) {
        .navbar-default .navbar-primary {
          background-color: #b6d3e9;
          padding-left: 0; } }
      .navbar-default .navbar-primary .navbar-nav .icon {
        display: inline-block;
        vertical-align: middle; }
        .navbar-default .navbar-primary .navbar-nav .icon:before {
          display: inline-block;
          vertical-align: middle; }
      .navbar-default .navbar-primary .navbar-left {
        background-color: #b6d3e9;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        position: relative;
        width: 100%; }
        @media (min-width: 992px) {
          .navbar-default .navbar-primary .navbar-left {
            background-color: inherit;
            width: auto; } }
      .navbar-default .navbar-primary .navbar-icons {
        float: right;
        padding-left: 15px;
        padding-right: 15px;
        width: auto; }
        .navbar-default .navbar-primary .navbar-icons > li {
          padding-top: 6px;
          margin-top: -3px;
          float: left; }
          .navbar-default .navbar-primary .navbar-icons > li#alerts:hover, .navbar-default .navbar-primary .navbar-icons > li#alerts:focus, .navbar-default .navbar-primary .navbar-icons > li#alerts:active {
            background-color: #fff;
            text-decoration: none; }
          .navbar-default .navbar-primary .navbar-icons > li#alerts .dropdown-menu {
            padding: 15px; }
            .navbar-default .navbar-primary .navbar-icons > li#alerts .dropdown-menu > li.clear {
              border-bottom: 1px solid #dadada;
              margin: 10px 20px 0px 10px;
              text-align: right;
              font-size: .875em; }
              .navbar-default .navbar-primary .navbar-icons > li#alerts .dropdown-menu > li.clear:hover, .navbar-default .navbar-primary .navbar-icons > li#alerts .dropdown-menu > li.clear:focus, .navbar-default .navbar-primary .navbar-icons > li#alerts .dropdown-menu > li.clear:active {
                background-color: transparent; }
              .navbar-default .navbar-primary .navbar-icons > li#alerts .dropdown-menu > li.clear a {
                color: #2477bf;
                font-weight: 500;
                padding-bottom: 10px; }
                .navbar-default .navbar-primary .navbar-icons > li#alerts .dropdown-menu > li.clear a:hover, .navbar-default .navbar-primary .navbar-icons > li#alerts .dropdown-menu > li.clear a:focus, .navbar-default .navbar-primary .navbar-icons > li#alerts .dropdown-menu > li.clear a:active {
                  background-color: transparent; }
            .navbar-default .navbar-primary .navbar-icons > li#alerts .dropdown-menu .inner {
              overflow: scroll;
              list-style-type: none;
              min-width: 25.75em;
              max-height: 26.75em;
              padding: 0 10px; }
              .navbar-default .navbar-primary .navbar-icons > li#alerts .dropdown-menu .inner::-webkit-scrollbar {
                -webkit-appearance: none;
                width: 10px; }
              .navbar-default .navbar-primary .navbar-icons > li#alerts .dropdown-menu .inner::-webkit-scrollbar-track-piece {
                width: 50px; }
              .navbar-default .navbar-primary .navbar-icons > li#alerts .dropdown-menu .inner::-webkit-scrollbar-thumb {
                border-radius: 5px;
                background-color: #dadada;
                width: 10px; }
          .navbar-default .navbar-primary .navbar-icons > li.dropdown > a::after {
            content: "\e044";
            font-family: "higux";
            margin-left: 0.5em; }
          .navbar-default .navbar-primary .navbar-icons > li > a {
            display: table;
            font-weight: 400;
            padding: 10px; }
            .navbar-default .navbar-primary .navbar-icons > li > a:active, .navbar-default .navbar-primary .navbar-icons > li > a:hover {
              color: inherit; }
            .navbar-default .navbar-primary .navbar-icons > li > a .icon {
              display: table-cell;
              font-size: 24px;
              position: relative;
              vertical-align: middle; }
            .navbar-default .navbar-primary .navbar-icons > li > a > span {
              display: table-cell;
              padding-left: 0.5em;
              vertical-align: middle; }
            .navbar-default .navbar-primary .navbar-icons > li > a .badge {
              background-color: #822b2f;
              border-radius: 50%;
              color: #fff;
              display: inline-block;
              font: normal 0.38em/.38em Arial, sans-serif;
              height: 1.8em;
              margin: 0;
              padding: 0.8em 0;
              position: absolute;
              right: -10%;
              text-align: center;
              top: -20%;
              vertical-align: middle;
              width: 1.8em; }
    .navbar-default .navbar-secondary {
      background: #fff;
      margin-top: 0;
      min-height: 60px; }
      @media (min-width: 992px) {
        .navbar-default .navbar-secondary {
          z-index: 1; } }
      .navbar-default .navbar-secondary .mobile-logout {
        padding: 1.75em; }
        @media (min-width: 992px) {
          .navbar-default .navbar-secondary .mobile-logout {
            display: none; } }
      .navbar-default .navbar-secondary .navbar-nav .icon {
        display: inline-block;
        font-size: 1.4em;
        vertical-align: middle; }
      @media (min-width: 992px) {
        .navbar-default .navbar-secondary .navbar-nav {
          padding-left: 130px; } }
      .navbar-default .navbar-secondary .navbar-nav > li {
        background-color: #f7f7f7;
        border-top: 1px solid #dadada; }
        @media (min-width: 992px) {
          .navbar-default .navbar-secondary .navbar-nav > li {
            background-color: inherit;
            border-top: 0; } }
        .navbar-default .navbar-secondary .navbar-nav > li:last-of-type {
          border-bottom: 1px solid #dadada; }
          @media (min-width: 992px) {
            .navbar-default .navbar-secondary .navbar-nav > li:last-of-type {
              border-bottom: 0; } }
        .navbar-default .navbar-secondary .navbar-nav > li > a {
          font-size: 1em;
          font-weight: 500;
          padding: 18px 1em 9px 1.75em; }
          .navbar-default .navbar-secondary .navbar-nav > li > a span {
            display: inline-block;
            margin-left: 0.5em;
            vertical-align: middle; }
          @media (min-width: 992px) {
            .navbar-default .navbar-secondary .navbar-nav > li > a {
              padding-left: 1em; } }
        .navbar-default .navbar-secondary .navbar-nav > li.dropdown::after {
          border-bottom: solid 4px #f7941f;
          content: '';
          left: 0;
          opacity: 1;
          transition: all 300ms ease-in-out;
          width: 0px; }
        @media (min-width: 992px) {
          .navbar-default .navbar-secondary .navbar-nav > li.dropdown:hover::after {
            bottom: 0;
            color: #4E79A2;
            content: "";
            position: absolute;
            width: 100%; } }
        .navbar-default .navbar-secondary .navbar-nav > li.dropdown-active:hover::after {
          display: none; }
        @media (min-width: 992px) {
          .navbar-default .navbar-secondary .navbar-nav > li.dropdown-active {
            border-bottom: 4px solid #f7941f;
            height: 61px; } }
        .navbar-default .navbar-secondary .navbar-nav > li.dropdown-active .mega-menu-left {
          border-top: 1px solid #f7941f; }
        .navbar-default .navbar-secondary .navbar-nav > li.dropdown.open > a::after {
          transform: rotate(180deg); }
        .navbar-default .navbar-secondary .navbar-nav > li.dropdown.open > a.dropdown-toggle span,
        .navbar-default .navbar-secondary .navbar-nav > li.dropdown.open > a.dropdown-toggle i {
          color: #fff; }
        @media (min-width: 992px) {
          .navbar-default .navbar-secondary .navbar-nav > li.dropdown > a:hover {
            color: #4E79A2; } }
        .navbar-default .navbar-secondary .navbar-nav > li.dropdown > a::after {
          content: "";
          display: inline-block;
          font-family: "higux";
          margin-left: 0.5em;
          position: absolute;
          right: 1.75em;
          -moz-transition: transform 300ms ease-out;
          -o-transition: transform 300ms ease-out;
          -webkit-transition: transform 300ms ease-out;
          transition: transform 300ms ease-out;
          vertical-align: sub; }
          @media (min-width: 992px) {
            .navbar-default .navbar-secondary .navbar-nav > li.dropdown > a::after {
              position: relative;
              right: auto; } }
        .navbar-default .navbar-secondary .navbar-nav > li.dropdown > a.dropdown-hasmenu::after {
          content: "\e044";
          margin-bottom: 9px; }
        .navbar-default .navbar-secondary .navbar-nav > li.dropdown > a.no-icon {
          padding-bottom: 20px; }
      .navbar-default .navbar-secondary .navbar-nav .dropdown-menu {
        padding: 0;
        position: relative; }
        @media (min-width: 992px) {
          .navbar-default .navbar-secondary .navbar-nav .dropdown-menu {
            position: absolute; } }
        .navbar-default .navbar-secondary .navbar-nav .dropdown-menu .mega-menu {
          min-width: 620px;
          overflow: hidden;
          position: relative;
          margin-top: -4px; }
          .navbar-default .navbar-secondary .navbar-nav .dropdown-menu .mega-menu ul {
            padding-left: 0; }
            .navbar-default .navbar-secondary .navbar-nav .dropdown-menu .mega-menu ul li {
              list-style: none;
              padding-bottom: 1em; }
              .navbar-default .navbar-secondary .navbar-nav .dropdown-menu .mega-menu ul li > ul {
                margin-top: 10px;
                margin-left: 2px;
                padding-left: 8px; }
                .navbar-default .navbar-secondary .navbar-nav .dropdown-menu .mega-menu ul li > ul li:last-of-type {
                  padding-bottom: 0; }
          .navbar-default .navbar-secondary .navbar-nav .dropdown-menu .mega-menu-left {
            padding: 1.5em; }
          .navbar-default .navbar-secondary .navbar-nav .dropdown-menu .mega-menu-right {
            background: #f7f7f7;
            margin-bottom: -99999px;
            padding: 1.5em;
            padding-bottom: 99999px; }

.alert-messages .message-info {
  background-color: #fff;
  border-bottom: 10px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  font-size: 0.875em;
  margin-top: 1em;
  padding: 1.25em 1.25em 0;
  border-color: #2477bf; }
  .alert-messages .message-info .message-header {
    color: #484848;
    margin-bottom: 0.5em; }
    .alert-messages .message-info .message-header .message-header-icon {
      color: #2477bf; }
  .alert-messages .message-info .message-anchor-link,
  .alert-messages .message-info .message-close {
    color: #2477bf; }
    .alert-messages .message-info .message-anchor-link:active, .alert-messages .message-info .message-anchor-link:hover, .alert-messages .message-info .message-anchor-link:visited,
    .alert-messages .message-info .message-close:active,
    .alert-messages .message-info .message-close:hover,
    .alert-messages .message-info .message-close:visited {
      color: #2477bf; }

.alert-messages .message-success {
  background-color: #fff;
  border-bottom: 10px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  font-size: 0.875em;
  margin-top: 1em;
  padding: 1.25em 1.25em 0;
  border-color: #118654; }
  .alert-messages .message-success .message-header {
    color: #484848;
    margin-bottom: 0.5em; }
    .alert-messages .message-success .message-header .message-header-icon {
      color: #118654; }
  .alert-messages .message-success .message-anchor-link,
  .alert-messages .message-success .message-close {
    color: #118654; }
    .alert-messages .message-success .message-anchor-link:active, .alert-messages .message-success .message-anchor-link:hover, .alert-messages .message-success .message-anchor-link:visited,
    .alert-messages .message-success .message-close:active,
    .alert-messages .message-success .message-close:hover,
    .alert-messages .message-success .message-close:visited {
      color: #118654; }

.alert-messages .message-warning {
  background-color: #fff;
  border-bottom: 10px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  font-size: 0.875em;
  margin-top: 1em;
  padding: 1.25em 1.25em 0;
  border-color: #e87502; }
  .alert-messages .message-warning .message-header {
    color: #484848;
    margin-bottom: 0.5em; }
    .alert-messages .message-warning .message-header .message-header-icon {
      color: #e87502; }
  .alert-messages .message-warning .message-anchor-link,
  .alert-messages .message-warning .message-close {
    color: #e87502; }
    .alert-messages .message-warning .message-anchor-link:active, .alert-messages .message-warning .message-anchor-link:hover, .alert-messages .message-warning .message-anchor-link:visited,
    .alert-messages .message-warning .message-close:active,
    .alert-messages .message-warning .message-close:hover,
    .alert-messages .message-warning .message-close:visited {
      color: #e87502; }

.alert-messages .message-danger {
  background-color: #fff;
  border-bottom: 10px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  font-size: 0.875em;
  margin-top: 1em;
  padding: 1.25em 1.25em 0;
  border-color: #b83b2f; }
  .alert-messages .message-danger .message-header {
    color: #484848;
    margin-bottom: 0.5em; }
    .alert-messages .message-danger .message-header .message-header-icon {
      color: #b83b2f; }
  .alert-messages .message-danger .message-anchor-link,
  .alert-messages .message-danger .message-close {
    color: #b83b2f; }
    .alert-messages .message-danger .message-anchor-link:active, .alert-messages .message-danger .message-anchor-link:hover, .alert-messages .message-danger .message-anchor-link:visited,
    .alert-messages .message-danger .message-close:active,
    .alert-messages .message-danger .message-close:hover,
    .alert-messages .message-danger .message-close:visited {
      color: #b83b2f; }

.alert-messages .message-header-text {
  font-size: 1.1111em;
  padding-left: 0.25em;
  vertical-align: top; }

.alert-messages .message-header-icon {
  font-size: 1.3333em; }

.alert-messages .message-anchor-link {
  position: absolute;
  right: 2.5em; }
  .alert-messages .message-anchor-link .icon-arrow-down {
    font-size: 2em; }

.alert-messages .message-anchor-content {
  padding-right: 3em; }

.alert-messages .message-close {
  color: inherit;
  font-size: inherit;
  height: 1em;
  opacity: 1; }

.alert-messages .collapse-message p.collapse[aria-expanded=false] {
  display: block;
  height: 4.58em !important;
  overflow: hidden; }
  .alert-messages .collapse-message p.collapse[aria-expanded=false].faded {
    position: relative; }
    .alert-messages .collapse-message p.collapse[aria-expanded=false].faded.collapse {
      height: 250px; }
      .alert-messages .collapse-message p.collapse[aria-expanded=false].faded.collapse:before {
        height: 50px;
        content: " ";
        background: #fff;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        visibility: visible; }

.alert-messages .collapse-message p.collapsing[aria-expanded=false] {
  height: 4.58em !important; }

.alert-messages .collapse-message .expand-box .btn {
  border: 0;
  color: #2477bf;
  font-size: 1em;
  padding: 0;
  text-decoration: none;
  margin-bottom: 0.714em; }

.alert-messages .collapse-message .expand-box span {
  margin-right: 0.5em; }

.alert-messages .collapse-message .expand-box button.collapsed::after {
  content: "VIEW ALL CONTENT"; }

.alert-messages .collapse-message .expand-box button:not(.collapsed)::after {
  content: "COLLAPSE CONTENT"; }

.alert-messages .collapse-message .expand-box button[aria-expanded=true] .icon-caret-down {
  display: none; }

.alert-messages .collapse-message .expand-box button[aria-expanded=false] .icon-caret-up {
  display: none; }

.alert-messages .collapse-message.optional h4 {
  display: inline-block;
  float: left;
  margin-right: 1em; }

.message-info {
  background-color: #fff;
  border-bottom: 10px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  font-size: 0.875em;
  margin-top: 1em;
  padding: 1.25em 1.25em 0;
  border-color: #2477bf; }
  .message-info .message-header {
    color: #484848;
    margin-bottom: 0.5em; }
    .message-info .message-header .message-header-icon {
      color: #2477bf; }
  .message-info .message-anchor-link,
  .message-info .message-close {
    color: #2477bf; }
    .message-info .message-anchor-link:active, .message-info .message-anchor-link:hover, .message-info .message-anchor-link:visited,
    .message-info .message-close:active,
    .message-info .message-close:hover,
    .message-info .message-close:visited {
      color: #2477bf; }

.message-success {
  background-color: #fff;
  border-bottom: 10px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  font-size: 0.875em;
  margin-top: 1em;
  padding: 1.25em 1.25em 0;
  border-color: #118654; }
  .message-success .message-header {
    color: #484848;
    margin-bottom: 0.5em; }
    .message-success .message-header .message-header-icon {
      color: #118654; }
  .message-success .message-anchor-link,
  .message-success .message-close {
    color: #118654; }
    .message-success .message-anchor-link:active, .message-success .message-anchor-link:hover, .message-success .message-anchor-link:visited,
    .message-success .message-close:active,
    .message-success .message-close:hover,
    .message-success .message-close:visited {
      color: #118654; }

.message-warning {
  background-color: #fff;
  border-bottom: 10px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  font-size: 0.875em;
  margin-top: 1em;
  padding: 1.25em 1.25em 0;
  border-color: #e87502; }
  .message-warning .message-header {
    color: #484848;
    margin-bottom: 0.5em; }
    .message-warning .message-header .message-header-icon {
      color: #e87502; }
  .message-warning .message-anchor-link,
  .message-warning .message-close {
    color: #e87502; }
    .message-warning .message-anchor-link:active, .message-warning .message-anchor-link:hover, .message-warning .message-anchor-link:visited,
    .message-warning .message-close:active,
    .message-warning .message-close:hover,
    .message-warning .message-close:visited {
      color: #e87502; }

.message-danger {
  background-color: #fff;
  border-bottom: 10px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-top: 1px solid;
  font-size: 0.875em;
  margin-top: 1em;
  padding: 1.25em 1.25em 0;
  border-color: #b83b2f; }
  .message-danger .message-header {
    color: #484848;
    margin-bottom: 0.5em; }
    .message-danger .message-header .message-header-icon {
      color: #b83b2f; }
  .message-danger .message-anchor-link,
  .message-danger .message-close {
    color: #b83b2f; }
    .message-danger .message-anchor-link:active, .message-danger .message-anchor-link:hover, .message-danger .message-anchor-link:visited,
    .message-danger .message-close:active,
    .message-danger .message-close:hover,
    .message-danger .message-close:visited {
      color: #b83b2f; }

.message-header-text {
  font-size: 1.1111em;
  padding-left: 0.25em;
  vertical-align: top; }

.message-header-icon {
  font-size: 1.3333em; }

.message-anchor-link {
  position: absolute;
  right: 2.5em; }
  .message-anchor-link .icon-arrow-down {
    font-size: 2em; }

.message-anchor-content {
  padding-right: 3em; }

.message-close {
  color: inherit;
  font-size: inherit;
  height: 1em;
  opacity: 1; }

.collapse-message p.collapse[aria-expanded=false] {
  display: block;
  height: 4.58em !important;
  overflow: hidden; }
  .collapse-message p.collapse[aria-expanded=false].faded {
    position: relative; }
    .collapse-message p.collapse[aria-expanded=false].faded.collapse {
      height: 250px; }
      .collapse-message p.collapse[aria-expanded=false].faded.collapse:before {
        height: 50px;
        content: " ";
        background: #fff;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        visibility: visible; }

.collapse-message p.collapsing[aria-expanded=false] {
  height: 4.58em !important; }

.collapse-message .expand-box .btn {
  border: 0;
  color: #2477bf;
  font-size: 1em;
  padding: 0;
  text-decoration: none;
  margin-bottom: 0.714em; }

.collapse-message .expand-box span {
  margin-right: 0.5em; }

.collapse-message .expand-box button.collapsed::after {
  content: "VIEW ALL CONTENT"; }

.collapse-message .expand-box button:not(.collapsed)::after {
  content: "COLLAPSE CONTENT"; }

.collapse-message .expand-box button[aria-expanded=true] .icon-caret-down {
  display: none; }

.collapse-message .expand-box button[aria-expanded=false] .icon-caret-up {
  display: none; }

.collapse-message.optional h4 {
  display: inline-block;
  float: left;
  margin-right: 1em; }

.alert-messages-optional .message-info, .alert-messages-optional .message-success, .alert-messages-optional .message-warning, .alert-messages-optional .message-danger {
  display: flex; }
  .alert-messages-optional .message-info p, .alert-messages-optional .message-success p, .alert-messages-optional .message-warning p, .alert-messages-optional .message-danger p {
    padding-left: 1em; }

.media-left .icon {
  font-size: 2.75em;
  color: #3a5a78; }

.disclaimer {
  color: #484848;
  float: none; }
  .disclaimer-content {
    font-family: "HCo Gotham", arial, sans-serif;
    font-size: 0.7em;
    line-height: 1.3em; }
    .disclaimer-content a {
      color: #2477bf; }
  .disclaimer-footer {
    float: none; }
    .disclaimer-footer .disclaimer-content {
      color: #484848;
      line-height: 1.5em;
      font-size: 0.6em;
      font-weight: 400; }

.progress {
  background-color: #fff;
  height: auto; }
  .progress-list {
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-top: 1px solid #dadada;
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding: 1em; }
    .progress-list-item {
      cursor: pointer;
      display: inline-block;
      flex-grow: 1;
      position: relative;
      text-align: center; }
      .progress-list-item-number {
        background-color: #f2f2f2;
        border-radius: 100%;
        display: inline-block;
        height: 1.75em;
        line-height: 1.75em;
        text-align: center;
        width: 1.75em; }
      .progress-list-item-text {
        display: none;
        padding-left: 0.5em; }
      .progress-list-item-number, .progress-list-item-text {
        color: #3a5a78;
        font-size: 0.875em;
        margin: 0; }
      .progress-list-item.active > .progress-list-item {
        flex-grow: 3; }
        .progress-list-item.active > .progress-list-item-number {
          border: none;
          background-color: #3a5a78;
          color: #fff; }
        .progress-list-item.active > .progress-list-item-text {
          display: inline-block;
          font-weight: 600; }
      .progress-list-item.active:after, .progress-list-item.active:before {
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -15%;
        border-left: 2em solid transparent;
        border-right: 2em solid transparent; }
      .progress-list-item.active:after {
        top: 125%;
        border-bottom: 0.714em solid #f7f7f7; }
      .progress-list-item.active:before {
        top: 121%;
        border-bottom: 0.714em solid #dadada; }
      .progress-list-item.completed .progress-list-item-number {
        background-color: #484848;
        color: #fff; }
      .progress-list-item.completed .progress-list-item-text {
        font-weight: 600;
        color: #484848; }
      .progress-list-item:hover:not(.active) .progress-list-item-number {
        color: #fff;
        background-color: #2477bf;
        border-color: #2477bf; }
      .progress-list-item:hover:not(.active) .progress-list-item-text {
        color: #2477bf; }

@media (min-width: 768px) {
  .progress-list-item-text {
    display: inline-block; } }

/*
<div class="radial-progress" [attr.data-progress]="item.completed">
<div class="circle">
<div class="mask full">
<div class="fill"></div>
</div>
<div class="mask half">
<div class="fill"></div>
<div class="fill fix"></div>
</div>
</div>
<div class="inset">
<div class="percentage"><i class="icon-check"></i>
</div>
</div>
</div>
*/
.radial-progress {
  width: 3em;
  height: 3em;
  background-color: #ededed;
  border-radius: 50%;
  display: inline-block; }
  .radial-progress-text {
    display: inline-block;
    vertical-align: top;
    margin-top: 0.75em;
    margin-left: 1em; }
  .radial-progress .circle .fill,
  .radial-progress .circle .mask {
    width: 3em;
    height: 3em;
    position: absolute;
    border-radius: 50%; }
  .radial-progress .circle .fill,
  .radial-progress .circle .mask {
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 1s;
    transition: -ms-transform 1s;
    transition: transform 1s;
    border-radius: 50%; }
  .radial-progress .circle .mask {
    clip: rect(0, 3em, 3em, 1.5em); }
    .radial-progress .circle .mask .fill {
      clip: rect(0, 1.5em, 3em, 0);
      background-color: #118654; }
  .radial-progress .inset {
    width: 2.75em;
    height: 2.75em;
    position: absolute;
    margin-left: 0.125em;
    margin-top: 0.125em;
    background-color: #fff;
    border-radius: 50%; }
    .radial-progress .inset .percentage {
      height: 1em;
      width: 2.5em;
      overflow: hidden;
      position: absolute;
      top: 0.875em;
      left: 0.125em;
      line-height: 1;
      text-align: center; }
  .radial-progress[data-progress='1'] .circle .fill,
  .radial-progress[data-progress='1'] .circle .mask.full {
    transform: rotate(1.8deg); }
  .radial-progress[data-progress='1'] .circle .fill.fix {
    transform: rotate(3.6deg); }
  .radial-progress[data-progress='2'] .circle .fill,
  .radial-progress[data-progress='2'] .circle .mask.full {
    transform: rotate(3.6deg); }
  .radial-progress[data-progress='2'] .circle .fill.fix {
    transform: rotate(7.2deg); }
  .radial-progress[data-progress='3'] .circle .fill,
  .radial-progress[data-progress='3'] .circle .mask.full {
    transform: rotate(5.4deg); }
  .radial-progress[data-progress='3'] .circle .fill.fix {
    transform: rotate(10.8deg); }
  .radial-progress[data-progress='4'] .circle .fill,
  .radial-progress[data-progress='4'] .circle .mask.full {
    transform: rotate(7.2deg); }
  .radial-progress[data-progress='4'] .circle .fill.fix {
    transform: rotate(14.4deg); }
  .radial-progress[data-progress='5'] .circle .fill,
  .radial-progress[data-progress='5'] .circle .mask.full {
    transform: rotate(9deg); }
  .radial-progress[data-progress='5'] .circle .fill.fix {
    transform: rotate(18deg); }
  .radial-progress[data-progress='6'] .circle .fill,
  .radial-progress[data-progress='6'] .circle .mask.full {
    transform: rotate(10.8deg); }
  .radial-progress[data-progress='6'] .circle .fill.fix {
    transform: rotate(21.6deg); }
  .radial-progress[data-progress='7'] .circle .fill,
  .radial-progress[data-progress='7'] .circle .mask.full {
    transform: rotate(12.6deg); }
  .radial-progress[data-progress='7'] .circle .fill.fix {
    transform: rotate(25.2deg); }
  .radial-progress[data-progress='8'] .circle .fill,
  .radial-progress[data-progress='8'] .circle .mask.full {
    transform: rotate(14.4deg); }
  .radial-progress[data-progress='8'] .circle .fill.fix {
    transform: rotate(28.8deg); }
  .radial-progress[data-progress='9'] .circle .fill,
  .radial-progress[data-progress='9'] .circle .mask.full {
    transform: rotate(16.2deg); }
  .radial-progress[data-progress='9'] .circle .fill.fix {
    transform: rotate(32.4deg); }
  .radial-progress[data-progress='10'] .circle .fill,
  .radial-progress[data-progress='10'] .circle .mask.full {
    transform: rotate(18deg); }
  .radial-progress[data-progress='10'] .circle .fill.fix {
    transform: rotate(36deg); }
  .radial-progress[data-progress='11'] .circle .fill,
  .radial-progress[data-progress='11'] .circle .mask.full {
    transform: rotate(19.8deg); }
  .radial-progress[data-progress='11'] .circle .fill.fix {
    transform: rotate(39.6deg); }
  .radial-progress[data-progress='12'] .circle .fill,
  .radial-progress[data-progress='12'] .circle .mask.full {
    transform: rotate(21.6deg); }
  .radial-progress[data-progress='12'] .circle .fill.fix {
    transform: rotate(43.2deg); }
  .radial-progress[data-progress='13'] .circle .fill,
  .radial-progress[data-progress='13'] .circle .mask.full {
    transform: rotate(23.4deg); }
  .radial-progress[data-progress='13'] .circle .fill.fix {
    transform: rotate(46.8deg); }
  .radial-progress[data-progress='14'] .circle .fill,
  .radial-progress[data-progress='14'] .circle .mask.full {
    transform: rotate(25.2deg); }
  .radial-progress[data-progress='14'] .circle .fill.fix {
    transform: rotate(50.4deg); }
  .radial-progress[data-progress='15'] .circle .fill,
  .radial-progress[data-progress='15'] .circle .mask.full {
    transform: rotate(27deg); }
  .radial-progress[data-progress='15'] .circle .fill.fix {
    transform: rotate(54deg); }
  .radial-progress[data-progress='16'] .circle .fill,
  .radial-progress[data-progress='16'] .circle .mask.full {
    transform: rotate(28.8deg); }
  .radial-progress[data-progress='16'] .circle .fill.fix {
    transform: rotate(57.6deg); }
  .radial-progress[data-progress='17'] .circle .fill,
  .radial-progress[data-progress='17'] .circle .mask.full {
    transform: rotate(30.6deg); }
  .radial-progress[data-progress='17'] .circle .fill.fix {
    transform: rotate(61.2deg); }
  .radial-progress[data-progress='18'] .circle .fill,
  .radial-progress[data-progress='18'] .circle .mask.full {
    transform: rotate(32.4deg); }
  .radial-progress[data-progress='18'] .circle .fill.fix {
    transform: rotate(64.8deg); }
  .radial-progress[data-progress='19'] .circle .fill,
  .radial-progress[data-progress='19'] .circle .mask.full {
    transform: rotate(34.2deg); }
  .radial-progress[data-progress='19'] .circle .fill.fix {
    transform: rotate(68.4deg); }
  .radial-progress[data-progress='20'] .circle .fill,
  .radial-progress[data-progress='20'] .circle .mask.full {
    transform: rotate(36deg); }
  .radial-progress[data-progress='20'] .circle .fill.fix {
    transform: rotate(72deg); }
  .radial-progress[data-progress='21'] .circle .fill,
  .radial-progress[data-progress='21'] .circle .mask.full {
    transform: rotate(37.8deg); }
  .radial-progress[data-progress='21'] .circle .fill.fix {
    transform: rotate(75.6deg); }
  .radial-progress[data-progress='22'] .circle .fill,
  .radial-progress[data-progress='22'] .circle .mask.full {
    transform: rotate(39.6deg); }
  .radial-progress[data-progress='22'] .circle .fill.fix {
    transform: rotate(79.2deg); }
  .radial-progress[data-progress='23'] .circle .fill,
  .radial-progress[data-progress='23'] .circle .mask.full {
    transform: rotate(41.4deg); }
  .radial-progress[data-progress='23'] .circle .fill.fix {
    transform: rotate(82.8deg); }
  .radial-progress[data-progress='24'] .circle .fill,
  .radial-progress[data-progress='24'] .circle .mask.full {
    transform: rotate(43.2deg); }
  .radial-progress[data-progress='24'] .circle .fill.fix {
    transform: rotate(86.4deg); }
  .radial-progress[data-progress='25'] .circle .fill,
  .radial-progress[data-progress='25'] .circle .mask.full {
    transform: rotate(45deg); }
  .radial-progress[data-progress='25'] .circle .fill.fix {
    transform: rotate(90deg); }
  .radial-progress[data-progress='26'] .circle .fill,
  .radial-progress[data-progress='26'] .circle .mask.full {
    transform: rotate(46.8deg); }
  .radial-progress[data-progress='26'] .circle .fill.fix {
    transform: rotate(93.6deg); }
  .radial-progress[data-progress='27'] .circle .fill,
  .radial-progress[data-progress='27'] .circle .mask.full {
    transform: rotate(48.6deg); }
  .radial-progress[data-progress='27'] .circle .fill.fix {
    transform: rotate(97.2deg); }
  .radial-progress[data-progress='28'] .circle .fill,
  .radial-progress[data-progress='28'] .circle .mask.full {
    transform: rotate(50.4deg); }
  .radial-progress[data-progress='28'] .circle .fill.fix {
    transform: rotate(100.8deg); }
  .radial-progress[data-progress='29'] .circle .fill,
  .radial-progress[data-progress='29'] .circle .mask.full {
    transform: rotate(52.2deg); }
  .radial-progress[data-progress='29'] .circle .fill.fix {
    transform: rotate(104.4deg); }
  .radial-progress[data-progress='30'] .circle .fill,
  .radial-progress[data-progress='30'] .circle .mask.full {
    transform: rotate(54deg); }
  .radial-progress[data-progress='30'] .circle .fill.fix {
    transform: rotate(108deg); }
  .radial-progress[data-progress='31'] .circle .fill,
  .radial-progress[data-progress='31'] .circle .mask.full {
    transform: rotate(55.8deg); }
  .radial-progress[data-progress='31'] .circle .fill.fix {
    transform: rotate(111.6deg); }
  .radial-progress[data-progress='32'] .circle .fill,
  .radial-progress[data-progress='32'] .circle .mask.full {
    transform: rotate(57.6deg); }
  .radial-progress[data-progress='32'] .circle .fill.fix {
    transform: rotate(115.2deg); }
  .radial-progress[data-progress='33'] .circle .fill,
  .radial-progress[data-progress='33'] .circle .mask.full {
    transform: rotate(59.4deg); }
  .radial-progress[data-progress='33'] .circle .fill.fix {
    transform: rotate(118.8deg); }
  .radial-progress[data-progress='34'] .circle .fill,
  .radial-progress[data-progress='34'] .circle .mask.full {
    transform: rotate(61.2deg); }
  .radial-progress[data-progress='34'] .circle .fill.fix {
    transform: rotate(122.4deg); }
  .radial-progress[data-progress='35'] .circle .fill,
  .radial-progress[data-progress='35'] .circle .mask.full {
    transform: rotate(63deg); }
  .radial-progress[data-progress='35'] .circle .fill.fix {
    transform: rotate(126deg); }
  .radial-progress[data-progress='36'] .circle .fill,
  .radial-progress[data-progress='36'] .circle .mask.full {
    transform: rotate(64.8deg); }
  .radial-progress[data-progress='36'] .circle .fill.fix {
    transform: rotate(129.6deg); }
  .radial-progress[data-progress='37'] .circle .fill,
  .radial-progress[data-progress='37'] .circle .mask.full {
    transform: rotate(66.6deg); }
  .radial-progress[data-progress='37'] .circle .fill.fix {
    transform: rotate(133.2deg); }
  .radial-progress[data-progress='38'] .circle .fill,
  .radial-progress[data-progress='38'] .circle .mask.full {
    transform: rotate(68.4deg); }
  .radial-progress[data-progress='38'] .circle .fill.fix {
    transform: rotate(136.8deg); }
  .radial-progress[data-progress='39'] .circle .fill,
  .radial-progress[data-progress='39'] .circle .mask.full {
    transform: rotate(70.2deg); }
  .radial-progress[data-progress='39'] .circle .fill.fix {
    transform: rotate(140.4deg); }
  .radial-progress[data-progress='40'] .circle .fill,
  .radial-progress[data-progress='40'] .circle .mask.full {
    transform: rotate(72deg); }
  .radial-progress[data-progress='40'] .circle .fill.fix {
    transform: rotate(144deg); }
  .radial-progress[data-progress='41'] .circle .fill,
  .radial-progress[data-progress='41'] .circle .mask.full {
    transform: rotate(73.8deg); }
  .radial-progress[data-progress='41'] .circle .fill.fix {
    transform: rotate(147.6deg); }
  .radial-progress[data-progress='42'] .circle .fill,
  .radial-progress[data-progress='42'] .circle .mask.full {
    transform: rotate(75.6deg); }
  .radial-progress[data-progress='42'] .circle .fill.fix {
    transform: rotate(151.2deg); }
  .radial-progress[data-progress='43'] .circle .fill,
  .radial-progress[data-progress='43'] .circle .mask.full {
    transform: rotate(77.4deg); }
  .radial-progress[data-progress='43'] .circle .fill.fix {
    transform: rotate(154.8deg); }
  .radial-progress[data-progress='44'] .circle .fill,
  .radial-progress[data-progress='44'] .circle .mask.full {
    transform: rotate(79.2deg); }
  .radial-progress[data-progress='44'] .circle .fill.fix {
    transform: rotate(158.4deg); }
  .radial-progress[data-progress='45'] .circle .fill,
  .radial-progress[data-progress='45'] .circle .mask.full {
    transform: rotate(81deg); }
  .radial-progress[data-progress='45'] .circle .fill.fix {
    transform: rotate(162deg); }
  .radial-progress[data-progress='46'] .circle .fill,
  .radial-progress[data-progress='46'] .circle .mask.full {
    transform: rotate(82.8deg); }
  .radial-progress[data-progress='46'] .circle .fill.fix {
    transform: rotate(165.6deg); }
  .radial-progress[data-progress='47'] .circle .fill,
  .radial-progress[data-progress='47'] .circle .mask.full {
    transform: rotate(84.6deg); }
  .radial-progress[data-progress='47'] .circle .fill.fix {
    transform: rotate(169.2deg); }
  .radial-progress[data-progress='48'] .circle .fill,
  .radial-progress[data-progress='48'] .circle .mask.full {
    transform: rotate(86.4deg); }
  .radial-progress[data-progress='48'] .circle .fill.fix {
    transform: rotate(172.8deg); }
  .radial-progress[data-progress='49'] .circle .fill,
  .radial-progress[data-progress='49'] .circle .mask.full {
    transform: rotate(88.2deg); }
  .radial-progress[data-progress='49'] .circle .fill.fix {
    transform: rotate(176.4deg); }
  .radial-progress[data-progress='50'] .circle .fill,
  .radial-progress[data-progress='50'] .circle .mask.full {
    transform: rotate(90deg); }
  .radial-progress[data-progress='50'] .circle .fill.fix {
    transform: rotate(180deg); }
  .radial-progress[data-progress='51'] .circle .fill,
  .radial-progress[data-progress='51'] .circle .mask.full {
    transform: rotate(91.8deg); }
  .radial-progress[data-progress='51'] .circle .fill.fix {
    transform: rotate(183.6deg); }
  .radial-progress[data-progress='52'] .circle .fill,
  .radial-progress[data-progress='52'] .circle .mask.full {
    transform: rotate(93.6deg); }
  .radial-progress[data-progress='52'] .circle .fill.fix {
    transform: rotate(187.2deg); }
  .radial-progress[data-progress='53'] .circle .fill,
  .radial-progress[data-progress='53'] .circle .mask.full {
    transform: rotate(95.4deg); }
  .radial-progress[data-progress='53'] .circle .fill.fix {
    transform: rotate(190.8deg); }
  .radial-progress[data-progress='54'] .circle .fill,
  .radial-progress[data-progress='54'] .circle .mask.full {
    transform: rotate(97.2deg); }
  .radial-progress[data-progress='54'] .circle .fill.fix {
    transform: rotate(194.4deg); }
  .radial-progress[data-progress='55'] .circle .fill,
  .radial-progress[data-progress='55'] .circle .mask.full {
    transform: rotate(99deg); }
  .radial-progress[data-progress='55'] .circle .fill.fix {
    transform: rotate(198deg); }
  .radial-progress[data-progress='56'] .circle .fill,
  .radial-progress[data-progress='56'] .circle .mask.full {
    transform: rotate(100.8deg); }
  .radial-progress[data-progress='56'] .circle .fill.fix {
    transform: rotate(201.6deg); }
  .radial-progress[data-progress='57'] .circle .fill,
  .radial-progress[data-progress='57'] .circle .mask.full {
    transform: rotate(102.6deg); }
  .radial-progress[data-progress='57'] .circle .fill.fix {
    transform: rotate(205.2deg); }
  .radial-progress[data-progress='58'] .circle .fill,
  .radial-progress[data-progress='58'] .circle .mask.full {
    transform: rotate(104.4deg); }
  .radial-progress[data-progress='58'] .circle .fill.fix {
    transform: rotate(208.8deg); }
  .radial-progress[data-progress='59'] .circle .fill,
  .radial-progress[data-progress='59'] .circle .mask.full {
    transform: rotate(106.2deg); }
  .radial-progress[data-progress='59'] .circle .fill.fix {
    transform: rotate(212.4deg); }
  .radial-progress[data-progress='60'] .circle .fill,
  .radial-progress[data-progress='60'] .circle .mask.full {
    transform: rotate(108deg); }
  .radial-progress[data-progress='60'] .circle .fill.fix {
    transform: rotate(216deg); }
  .radial-progress[data-progress='61'] .circle .fill,
  .radial-progress[data-progress='61'] .circle .mask.full {
    transform: rotate(109.8deg); }
  .radial-progress[data-progress='61'] .circle .fill.fix {
    transform: rotate(219.6deg); }
  .radial-progress[data-progress='62'] .circle .fill,
  .radial-progress[data-progress='62'] .circle .mask.full {
    transform: rotate(111.6deg); }
  .radial-progress[data-progress='62'] .circle .fill.fix {
    transform: rotate(223.2deg); }
  .radial-progress[data-progress='63'] .circle .fill,
  .radial-progress[data-progress='63'] .circle .mask.full {
    transform: rotate(113.4deg); }
  .radial-progress[data-progress='63'] .circle .fill.fix {
    transform: rotate(226.8deg); }
  .radial-progress[data-progress='64'] .circle .fill,
  .radial-progress[data-progress='64'] .circle .mask.full {
    transform: rotate(115.2deg); }
  .radial-progress[data-progress='64'] .circle .fill.fix {
    transform: rotate(230.4deg); }
  .radial-progress[data-progress='65'] .circle .fill,
  .radial-progress[data-progress='65'] .circle .mask.full {
    transform: rotate(117deg); }
  .radial-progress[data-progress='65'] .circle .fill.fix {
    transform: rotate(234deg); }
  .radial-progress[data-progress='66'] .circle .fill,
  .radial-progress[data-progress='66'] .circle .mask.full {
    transform: rotate(118.8deg); }
  .radial-progress[data-progress='66'] .circle .fill.fix {
    transform: rotate(237.6deg); }
  .radial-progress[data-progress='67'] .circle .fill,
  .radial-progress[data-progress='67'] .circle .mask.full {
    transform: rotate(120.6deg); }
  .radial-progress[data-progress='67'] .circle .fill.fix {
    transform: rotate(241.2deg); }
  .radial-progress[data-progress='68'] .circle .fill,
  .radial-progress[data-progress='68'] .circle .mask.full {
    transform: rotate(122.4deg); }
  .radial-progress[data-progress='68'] .circle .fill.fix {
    transform: rotate(244.8deg); }
  .radial-progress[data-progress='69'] .circle .fill,
  .radial-progress[data-progress='69'] .circle .mask.full {
    transform: rotate(124.2deg); }
  .radial-progress[data-progress='69'] .circle .fill.fix {
    transform: rotate(248.4deg); }
  .radial-progress[data-progress='70'] .circle .fill,
  .radial-progress[data-progress='70'] .circle .mask.full {
    transform: rotate(126deg); }
  .radial-progress[data-progress='70'] .circle .fill.fix {
    transform: rotate(252deg); }
  .radial-progress[data-progress='71'] .circle .fill,
  .radial-progress[data-progress='71'] .circle .mask.full {
    transform: rotate(127.8deg); }
  .radial-progress[data-progress='71'] .circle .fill.fix {
    transform: rotate(255.6deg); }
  .radial-progress[data-progress='72'] .circle .fill,
  .radial-progress[data-progress='72'] .circle .mask.full {
    transform: rotate(129.6deg); }
  .radial-progress[data-progress='72'] .circle .fill.fix {
    transform: rotate(259.2deg); }
  .radial-progress[data-progress='73'] .circle .fill,
  .radial-progress[data-progress='73'] .circle .mask.full {
    transform: rotate(131.4deg); }
  .radial-progress[data-progress='73'] .circle .fill.fix {
    transform: rotate(262.8deg); }
  .radial-progress[data-progress='74'] .circle .fill,
  .radial-progress[data-progress='74'] .circle .mask.full {
    transform: rotate(133.2deg); }
  .radial-progress[data-progress='74'] .circle .fill.fix {
    transform: rotate(266.4deg); }
  .radial-progress[data-progress='75'] .circle .fill,
  .radial-progress[data-progress='75'] .circle .mask.full {
    transform: rotate(135deg); }
  .radial-progress[data-progress='75'] .circle .fill.fix {
    transform: rotate(270deg); }
  .radial-progress[data-progress='76'] .circle .fill,
  .radial-progress[data-progress='76'] .circle .mask.full {
    transform: rotate(136.8deg); }
  .radial-progress[data-progress='76'] .circle .fill.fix {
    transform: rotate(273.6deg); }
  .radial-progress[data-progress='77'] .circle .fill,
  .radial-progress[data-progress='77'] .circle .mask.full {
    transform: rotate(138.6deg); }
  .radial-progress[data-progress='77'] .circle .fill.fix {
    transform: rotate(277.2deg); }
  .radial-progress[data-progress='78'] .circle .fill,
  .radial-progress[data-progress='78'] .circle .mask.full {
    transform: rotate(140.4deg); }
  .radial-progress[data-progress='78'] .circle .fill.fix {
    transform: rotate(280.8deg); }
  .radial-progress[data-progress='79'] .circle .fill,
  .radial-progress[data-progress='79'] .circle .mask.full {
    transform: rotate(142.2deg); }
  .radial-progress[data-progress='79'] .circle .fill.fix {
    transform: rotate(284.4deg); }
  .radial-progress[data-progress='80'] .circle .fill,
  .radial-progress[data-progress='80'] .circle .mask.full {
    transform: rotate(144deg); }
  .radial-progress[data-progress='80'] .circle .fill.fix {
    transform: rotate(288deg); }
  .radial-progress[data-progress='81'] .circle .fill,
  .radial-progress[data-progress='81'] .circle .mask.full {
    transform: rotate(145.8deg); }
  .radial-progress[data-progress='81'] .circle .fill.fix {
    transform: rotate(291.6deg); }
  .radial-progress[data-progress='82'] .circle .fill,
  .radial-progress[data-progress='82'] .circle .mask.full {
    transform: rotate(147.6deg); }
  .radial-progress[data-progress='82'] .circle .fill.fix {
    transform: rotate(295.2deg); }
  .radial-progress[data-progress='83'] .circle .fill,
  .radial-progress[data-progress='83'] .circle .mask.full {
    transform: rotate(149.4deg); }
  .radial-progress[data-progress='83'] .circle .fill.fix {
    transform: rotate(298.8deg); }
  .radial-progress[data-progress='84'] .circle .fill,
  .radial-progress[data-progress='84'] .circle .mask.full {
    transform: rotate(151.2deg); }
  .radial-progress[data-progress='84'] .circle .fill.fix {
    transform: rotate(302.4deg); }
  .radial-progress[data-progress='85'] .circle .fill,
  .radial-progress[data-progress='85'] .circle .mask.full {
    transform: rotate(153deg); }
  .radial-progress[data-progress='85'] .circle .fill.fix {
    transform: rotate(306deg); }
  .radial-progress[data-progress='86'] .circle .fill,
  .radial-progress[data-progress='86'] .circle .mask.full {
    transform: rotate(154.8deg); }
  .radial-progress[data-progress='86'] .circle .fill.fix {
    transform: rotate(309.6deg); }
  .radial-progress[data-progress='87'] .circle .fill,
  .radial-progress[data-progress='87'] .circle .mask.full {
    transform: rotate(156.6deg); }
  .radial-progress[data-progress='87'] .circle .fill.fix {
    transform: rotate(313.2deg); }
  .radial-progress[data-progress='88'] .circle .fill,
  .radial-progress[data-progress='88'] .circle .mask.full {
    transform: rotate(158.4deg); }
  .radial-progress[data-progress='88'] .circle .fill.fix {
    transform: rotate(316.8deg); }
  .radial-progress[data-progress='89'] .circle .fill,
  .radial-progress[data-progress='89'] .circle .mask.full {
    transform: rotate(160.2deg); }
  .radial-progress[data-progress='89'] .circle .fill.fix {
    transform: rotate(320.4deg); }
  .radial-progress[data-progress='90'] .circle .fill,
  .radial-progress[data-progress='90'] .circle .mask.full {
    transform: rotate(162deg); }
  .radial-progress[data-progress='90'] .circle .fill.fix {
    transform: rotate(324deg); }
  .radial-progress[data-progress='91'] .circle .fill,
  .radial-progress[data-progress='91'] .circle .mask.full {
    transform: rotate(163.8deg); }
  .radial-progress[data-progress='91'] .circle .fill.fix {
    transform: rotate(327.6deg); }
  .radial-progress[data-progress='92'] .circle .fill,
  .radial-progress[data-progress='92'] .circle .mask.full {
    transform: rotate(165.6deg); }
  .radial-progress[data-progress='92'] .circle .fill.fix {
    transform: rotate(331.2deg); }
  .radial-progress[data-progress='93'] .circle .fill,
  .radial-progress[data-progress='93'] .circle .mask.full {
    transform: rotate(167.4deg); }
  .radial-progress[data-progress='93'] .circle .fill.fix {
    transform: rotate(334.8deg); }
  .radial-progress[data-progress='94'] .circle .fill,
  .radial-progress[data-progress='94'] .circle .mask.full {
    transform: rotate(169.2deg); }
  .radial-progress[data-progress='94'] .circle .fill.fix {
    transform: rotate(338.4deg); }
  .radial-progress[data-progress='95'] .circle .fill,
  .radial-progress[data-progress='95'] .circle .mask.full {
    transform: rotate(171deg); }
  .radial-progress[data-progress='95'] .circle .fill.fix {
    transform: rotate(342deg); }
  .radial-progress[data-progress='96'] .circle .fill,
  .radial-progress[data-progress='96'] .circle .mask.full {
    transform: rotate(172.8deg); }
  .radial-progress[data-progress='96'] .circle .fill.fix {
    transform: rotate(345.6deg); }
  .radial-progress[data-progress='97'] .circle .fill,
  .radial-progress[data-progress='97'] .circle .mask.full {
    transform: rotate(174.6deg); }
  .radial-progress[data-progress='97'] .circle .fill.fix {
    transform: rotate(349.2deg); }
  .radial-progress[data-progress='98'] .circle .fill,
  .radial-progress[data-progress='98'] .circle .mask.full {
    transform: rotate(176.4deg); }
  .radial-progress[data-progress='98'] .circle .fill.fix {
    transform: rotate(352.8deg); }
  .radial-progress[data-progress='99'] .circle .fill,
  .radial-progress[data-progress='99'] .circle .mask.full {
    transform: rotate(178.2deg); }
  .radial-progress[data-progress='99'] .circle .fill.fix {
    transform: rotate(356.4deg); }
  .radial-progress[data-progress='100'] .circle .fill,
  .radial-progress[data-progress='100'] .circle .mask.full {
    transform: rotate(180deg); }
  .radial-progress[data-progress='100'] .circle .fill.fix {
    transform: rotate(360deg); }
  .radial-progress[data-progress='100'] {
    color: #118654; }

.content-description {
  font-size: 0.8em; }

.content-message .buttons {
  margin: 0 auto; }
  .content-message .buttons .btn {
    width: 40%; }
    .content-message .buttons .btn:first-of-type {
      width: 35%;
      margin-right: 3%; }

.content-alert, .content-message {
  display: block;
  text-align: center;
  width: 95%;
  padding: 2.5%; }
  .content-alert i.icon, .content-message i.icon {
    font-size: 5em; }
    .content-alert i.icon.information, .content-message i.icon.information {
      color: #3a5a78; }
    .content-alert i.icon.success, .content-message i.icon.success {
      color: #118654; }
    .content-alert i.icon.warning, .content-message i.icon.warning {
      color: #e87502; }
    .content-alert i.icon.alert, .content-message i.icon.alert {
      color: #b83b2f; }
  .content-alert .btn, .content-message .btn {
    font-size: 0.75em;
    width: 55%; }

.intro {
  position: relative; }
  @media (min-width: 768px) {
    .intro {
      padding-bottom: 0; } }
  .intro-body {
    padding-bottom: 10px;
    border-bottom: 1px solid #dadada; }
    @media (min-width: 992px) {
      .intro-body {
        border: 0;
        border-right: 1px solid #dadada;
        border-bottom: 0; } }
    @media (min-width: 992px) {
      .intro-body {
        border-bottom: none;
        padding-top: 0;
        padding-right: 2em;
        padding-left: 0;
        padding-bottom: 0;
        min-height: 110px; } }
  .intro-row {
    position: initial; }
    @media (min-width: 992px) {
      .intro-row {
        padding-right: 1em;
        padding-left: 1em; } }
  .intro-row-title {
    padding-top: 15px;
    margin-bottom: 5px;
    text-align: left; }
    @media (min-width: 768px) {
      .intro-row-title {
        padding-top: 1em; } }
    @media (min-width: 992px) {
      .intro-row-title {
        padding-top: 0; } }
  .intro .row.vdivide {
    margin-bottom: 1em; }
    .intro .row.vdivide [class*='col-']:not(:last-child):after {
      background: #dadada;
      width: 1px;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      min-height: 20px; }
  .intro .section-left {
    display: inline-block;
    padding-right: 1em;
    border-right: 1px solid #333;
    margin-right: 1em; }
  .intro .section-right {
    display: inline-block; }
  .intro-active.button {
    padding-left: 0px;
    padding-right: 0px;
    position: initial; }
    .intro-active.button:after, .intro-active.button:before {
      content: "";
      position: absolute;
      left: 50%;
      margin-left: -1em;
      border-left: 2em solid transparent;
      border-right: 2em solid transparent; }
      @media (min-width: 992px) {
        .intro-active.button:after, .intro-active.button:before {
          left: initial;
          margin-left: 16%; } }
    .intro-active.button:after {
      border-bottom: 0.714em solid #f7f7f7;
      bottom: -2.0625em; }
    .intro-active.button:before {
      border-bottom: 0.714em solid #dadada;
      bottom: -2em; }

.marketing-container {
  text-align: center;
  border-top: 5px solid #dadada;
  padding: 1.25em; }
  .marketing-container i.icon {
    font-size: 3em; }
  .marketing-container p {
    font-size: 0.6875em; }
  .marketing-container-content {
    padding: 0 1.25em; }
    @media (min-width: 768px) {
      .marketing-container-content {
        padding: 0; } }
    .marketing-container-content h3 {
      margin-bottom: 0.625em; }
  .marketing-container img {
    max-height: 120px;
    max-width: 100%;
    height: auto;
    margin-bottom: 0.625em; }

/*@mixin aspect-ratio($width, $height) {
    position: relative;
    &:before{
        display: block;
        content: " ";
        width: 100%;
        padding-top: ($height / $width) * 100%;
    }

    > .content {
        background-color: $blue;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.item-inner {
  background-color: $blue;
  @include aspect-ratio(30, 9);
}*/
.carousel {
  background-color: #3a5a78; }
  .carousel .carousel-indicators {
    bottom: 10px; }
  .carousel .carousel-inner {
    margin-top: 3em;
    margin-bottom: 3em; }
    .carousel .carousel-inner .active.left,
    .carousel .carousel-inner .active.right,
    .carousel .carousel-inner .next,
    .carousel .carousel-inner .next.left,
    .carousel .carousel-inner .prev,
    .carousel .carousel-inner .prev.right {
      transition: 1s cubic-bezier(0.19, 1, 0.22, 1); }
    .carousel .carousel-inner .item .item-inner section {
      color: #fff;
      margin-left: 15%;
      margin-right: 15%;
      padding-bottom: 1em; }
      .carousel .carousel-inner .item .item-inner section h4 {
        text-transform: uppercase;
        padding-bottom: 15px;
        border-bottom: 2px solid #4E79A2;
        color: #fff;
        margin-bottom: 0; }
      .carousel .carousel-inner .item .item-inner section div {
        border-bottom: 2px solid #4E79A2;
        padding-bottom: 1em;
        padding-top: 1em; }
        @media (min-width: 768px) {
          .carousel .carousel-inner .item .item-inner section div {
            font-size: 1.714em; } }
  .carousel .carousel-control {
    background: none; }
    .carousel .carousel-control i {
      display: none; }
      @media (min-width: 768px) {
        .carousel .carousel-control i {
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          margin-top: -.75em;
          margin-left: -.75em; } }
      .carousel .carousel-control i:before {
        font-size: 1.5em; }

.modal.fade .modal-dialog {
  opacity: 0;
  transform: scale(0.2); }

.modal.fade.in {
  background: rgba(58, 90, 120, 0.85);
  display: table !important;
  height: 100%;
  width: 100%; }
  .modal.fade.in .modal-dialog {
    opacity: 1;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(1); }
    @media (max-width: 767px) {
      .modal.fade.in .modal-dialog {
        padding-left: 10px;
        padding-right: 10px; } }

.modal .modal-dialog-alt {
  display: table-cell;
  vertical-align: middle; }

.modal .modal-dialog .modal-content {
  border-radius: 0;
  border-top: 6px solid #b6d3e9;
  border-left: 0;
  border-right: 0;
  padding: 1.429em;
  width: inherit;
  height: inherit;
  margin: 0 auto; }
  .modal .modal-dialog .modal-content[data-height] {
    max-height: 620px;
    overflow: auto; }
  .modal .modal-dialog .modal-content .modal-header {
    border-bottom: 0;
    color: #3a5a78;
    padding-top: 0; }
    @media (max-width: 767px) {
      .modal .modal-dialog .modal-content .modal-header {
        padding: 0 0 1em 0; } }
    .modal .modal-dialog .modal-content .modal-header .modal-title {
      font-size: 1.5em;
      font-weight: 500; }
    .modal .modal-dialog .modal-content .modal-header button.close {
      opacity: 1;
      position: relative;
      top: 0.5em; }
      .modal .modal-dialog .modal-content .modal-header button.close i.icon-close {
        color: #3a5a78; }
  .modal .modal-dialog .modal-content .modal-body {
    padding-top: 0;
    padding-bottom: 0; }
    @media (max-width: 767px) {
      .modal .modal-dialog .modal-content .modal-body {
        padding: 0; } }
    .modal .modal-dialog .modal-content .modal-body[data-height] {
      max-height: calc(70vh);
      overflow: auto; }
  .modal .modal-dialog .modal-content .modal-footer {
    border-top: 0;
    padding-top: 0; }
    @media (max-width: 767px) {
      .modal .modal-dialog .modal-content .modal-footer {
        padding: 0 0 1em 0; } }
    .modal .modal-dialog .modal-content .modal-footer[data-timeout-modal] button {
      width: 100%;
      font-size: inherit; }
    .modal .modal-dialog .modal-content .modal-footer[data-timeout-modal] .btn-log-off {
      margin-bottom: 1em; }
    .modal .modal-dialog .modal-content .modal-footer a,
    .modal .modal-dialog .modal-content .modal-footer button {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 1.143em; }
    .modal .modal-dialog .modal-content .modal-footer a {
      float: none;
      padding-top: 1.429em; }
    @media (min-width: 768px) {
      .modal .modal-dialog .modal-content .modal-footer a,
      .modal .modal-dialog .modal-content .modal-footer button {
        display: inline-block;
        width: auto; }
      .modal .modal-dialog .modal-content .modal-footer a {
        float: left;
        position: relative;
        top: 11px;
        padding: 0; } }

.panel-default,
.panel-primary {
  border-color: #dadada;
  border-radius: 0; }
  .panel-default .panel-heading,
  .panel-primary .panel-heading {
    background-color: #3a5a78;
    border-color: #dadada;
    border-radius: 0;
    color: #fff; }
  .panel-default .panel-body,
  .panel-primary .panel-body {
    color: #3a5a78; }

.panel-primary .panel-body {
  border: 1px solid #ededed; }
  .panel-primary .panel-body > div:first-child {
    padding: 1.429em 2em; }
  .panel-primary .panel-body .panel-group {
    margin-bottom: 0; }

.panel-default {
  border: 0;
  box-shadow: none; }
  .panel-default .panel-body {
    padding: 0; }
    .panel-default .panel-body .panel-default-subject {
      padding: 1.429em 2em;
      margin-top: 10px;
      border: 1px solid #dadada;
      border-top: 7px solid #dadada;
      margin-left: 0;
      margin-right: 0; }

.video {
  min-height: 100px;
  position: relative; }
  .video .video-overlay {
    display: block;
    height: 100px;
    left: 50%;
    margin: -55px 0 0 -65px;
    position: absolute;
    top: 50%;
    width: 130px; }
  .video .video-play-wrapper {
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 10px;
    text-align: center; }
    .video .video-play-wrapper .video-play-button-wrapper {
      background-color: #b6d3e9;
      border: 4px solid #b6d3e9;
      color: #fff;
      cursor: pointer;
      font-size: 22px;
      height: 50px;
      margin: 0 auto;
      padding: 5px;
      text-align: center;
      width: 50px; }
      .video .video-play-wrapper .video-play-button-wrapper:hover {
        background-color: white;
        border: 4px solid #b6d3e9;
        color: #b6d3e9; }
      .video .video-play-wrapper .video-play-button-wrapper .video-play-button {
        margin-left: 5px;
        margin-top: 2px; }
    .video .video-play-wrapper .video-play-text {
      color: #fff;
      font-size: 18px;
      margin-top: 5px;
      text-align: center; }
      .video .video-play-wrapper .video-play-text:hover {
        color: #fff; }
    .video .video-play-wrapper .video-play-space {
      height: 10px; }

.modal-body-video .embed-responsive {
  height: 0;
  padding-bottom: 56.25%;
  /* (16:9) */
  position: relative;
  width: 100%; }
  .modal-body-video .embed-responsive iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.dropzone {
  border: 1px dashed #888;
  border-radius: 0;
  background-color: #f7f7f7;
  padding: 1em;
  color: #3a5a78;
  max-width: 600px; }
  .dropzone:hover {
    border-color: #3a5a78; }
  .dropzone.dz-drag-hover {
    border-style: dashed;
    border-color: #2477bf; }
  .dropzone.dz-message {
    margin: 3em 0; }
  .dropzone .dz-default .defaultText {
    margin-bottom: 0.5em; }
  .dropzone .dz-preview {
    display: block; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 0;
      background: none; }
    .dropzone .dz-preview.dz-image-preview {
      background-color: transparent; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      opacity: 1;
      top: 0;
      left: 5em;
      background: none;
      color: #D03E3E;
      width: auto;
      z-index: 1; }
      .dropzone .dz-preview.dz-error .dz-error-message:after {
        display: none; }
    .dropzone .dz-preview .dz-image {
      width: 55px;
      height: 60px;
      border-radius: 0; }
      .dropzone .dz-preview .dz-image i {
        font-size: 3.5em; }
      .dropzone .dz-preview .dz-image:hover {
        text-decoration: none; }
    .dropzone .dz-preview .dz-details {
      display: none; }
    .dropzone .dz-preview .dz-progress .dz-upload {
      background: #118654; }
    .dropzone .dz-preview .dz-error-mark,
    .dropzone .dz-preview .dz-success-mark {
      margin-left: 0;
      margin-top: 0;
      right: 0;
      left: 100%;
      top: 35%;
      font-family: "higux"; }
    .dropzone .dz-preview .dz-success-mark {
      animation: none !important;
      opacity: 1;
      left: 200px;
      top: 26%; }
    .dropzone .dz-preview .dz-error-mark {
      display: none; }
    .dropzone .dz-preview .dz-progress {
      position: relative;
      left: 0;
      margin-left: 0;
      width: 100%;
      margin-top: -0.2em;
      margin-left: 8.5vw;
      height: 1em;
      max-width: 412px;
      border-radius: 0; }
    .dropzone .dz-preview .dz-error-text,
    .dropzone .dz-preview .dz-success-text {
      position: relative;
      top: -3.85em;
      left: 5em; }
    .dropzone .dz-preview .dz-success-text {
      font-size: 13px;
      line-height: 2em;
      position: absolute;
      top: 0; }
    .dropzone .dz-preview .dz-error-text {
      color: #D03E3E; }
    .dropzone .dz-preview .dz-remove {
      position: absolute;
      right: 0;
      top: 35px;
      left: 100%; }
      .dropzone .dz-preview .dz-remove:before {
        content: "\e02a";
        font-family: "higux";
        font-size: 1.15em; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: none; }

.svg-icon {
  font-size: 10px; }

.svg-icon:before {
  content: ' ';
  vertical-align: middle;
  display: inline-block;
  background-image: url("../images/icon-sprite.svg");
  background-repeat: no-repeat;
  background-size: 51.303999999999995em 255.2em; }

.no-svg .svg-icon:before {
  background-image: url("../images/icon-sprite.png"); }

.svg-icon.AMEX-card:before {
  background-position: 0em 0em;
  width: 51.3em;
  height: 31.860000000000003em; }

.svg-icon.AMEX-card-grey:before {
  background-position: 0em -31.9em;
  width: 51.303999999999995em;
  height: 31.857999999999997em; }

.svg-icon.Discover-card:before {
  background-position: 0em -63.8em;
  width: 51.2em;
  height: 31.810000000000002em; }

.svg-icon.Discover-card-grey:before {
  background-position: 0em -95.7em;
  width: 51.2em;
  height: 31.810000000000002em; }

.svg-icon.MC-card:before {
  background-position: 0em -127.6em;
  width: 51.3em;
  height: 31.860000000000003em; }

.svg-icon.MC-card-grey:before {
  background-position: 0em -159.5em;
  width: 51.303999999999995em;
  height: 31.862000000000002em; }

.svg-icon.VISA-card:before {
  background-position: 0em -191.4em;
  width: 50.54em;
  height: 31.883em; }

.svg-icon.VISA-card-grey:before {
  background-position: 0em -223.3em;
  width: 50.54em;
  height: 31.883em; }

.carousel-alt-indicators li {
  height: 12px;
  width: 12px;
  margin: 0 3px; }

.carousel-alt-indicators.active {
  height: 12px;
  width: 12px;
  margin: 0 3px; }

@media (min-width: 768px) {
  .carousel-alt .carousel-caption {
    position: relative; } }

.item .carousel-caption {
  background-color: #4E79A2;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  position: relative; }
  .item .carousel-caption h3 {
    color: #fff;
    margin-bottom: 5px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px; }
  .item .carousel-caption p {
    font-size: 12px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px; }
  .item .carousel-caption .carousel-caption {
    position: relative; }

.sidebar-left {
  margin-right: 1em; }

.sidebar-right {
  margin-left: 1em; }
  .sidebar-right .card {
    padding: 0;
    margin-bottom: 2.5em;
    background-color: inherit;
    border: inherit; }
    .sidebar-right .card-img-top {
      max-width: 100%;
      height: auto; }
    .sidebar-right .card.image-banner {
      background-color: #fff; }
      .sidebar-right .card.image-banner .card-body {
        padding: 1.5em 1.5em .5em; }
  .sidebar-right .card.agent {
    background-color: #fff;
    padding: 1em 1.5em 0;
    border-radius: 1em .5em .5em;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.175); }
    .sidebar-right .card.agent .card-img-agent {
      width: 64px;
      height: 64px;
      border-radius: 50%;
      border: 2px solid #fff;
      display: inline-block;
      margin-top: -30px;
      margin-left: -24px;
      margin-bottom: -20px;
      margin-right: 10px;
      background-position: center center; }
    .sidebar-right .card.agent .card-title {
      margin-bottom: 30px;
      color: #333; }
    .sidebar-right .card.agent .card-text {
      border-top: 1px solid #dadada;
      padding-top: 1em;
      padding-bottom: 1.5em; }
  .sidebar-right .faq-list li {
    font-size: 0.875em;
    font-weight: 400; }
    .sidebar-right .faq-list li a {
      font-weight: 400; }
    .sidebar-right .faq-list li .collapsed-link:before {
      left: -15px; }

.sidebar-higux h2 {
  margin-bottom: 4px; }

.sidebar-higux a {
  padding-left: 8px; }
  .sidebar-higux a:hover, .sidebar-higux a[aria-expanded="true"] {
    border-left: 2px solid #000;
    color: #000;
    padding-left: 6px;
    text-decoration: none; }

.sidebar-higux > ul {
  list-style-type: none;
  padding-left: 0; }
  .sidebar-higux > ul li {
    margin-bottom: 0.3em;
    margin-top: 0.3em; }
    .sidebar-higux > ul li > ul {
      list-style-type: none;
      padding-left: 1em; }

.side-nav {
  margin: 0;
  padding: 0;
  margin-bottom: 24px; }
  .side-nav div {
    padding: 8px 15px;
    min-height: 30px;
    background: #dadada;
    color: #3a5a78;
    font-weight: 500; }
  .side-nav .app-nav {
    margin: 0;
    padding: 0; }
    .side-nav .app-nav li {
      list-style: none;
      border-bottom: 1px solid #dadada;
      border-left: 1px solid #dadada;
      border-right: 1px solid #dadada;
      background: #fff; }
      .side-nav .app-nav li a {
        padding: 10px 15px;
        min-height: 40px;
        color: #3a5a78;
        display: block;
        text-decoration: none; }
        .side-nav .app-nav li a:hover {
          background-color: #4E79A2;
          color: #fff; }
      .side-nav .app-nav li:first-of-type {
        border-top: 1px #dadada solid; }
      .side-nav .app-nav li.active {
        font-weight: 500;
        border-left: 5px #3a5a78 solid; }
        .side-nav .app-nav li.active a {
          padding-left: 10px; }
      .side-nav .app-nav li.disabled a {
        color: #888; }
        .side-nav .app-nav li.disabled a:hover {
          background-color: inherit;
          color: #888;
          cursor: not-allowed; }

pre code {
  font-size: 12px; }

.breadcrumb {
  background: none;
  border-radius: 0;
  padding: 0;
  margin-bottom: 20px; }
  .breadcrumb > .active {
    color: #6B6B6B; }
  .breadcrumb > li + li:before {
    color: #6B6B6B; }

.typeahead {
  max-width: 100%; }

.tt-menu {
  background-color: #fff;
  border: 1px solid #3a5a78;
  margin-top: 2px;
  padding: 0 0;
  max-width: 100%; }

.tt-suggestion {
  padding: 5px 15px; }

.tt-suggestion:hover {
  background-color: #3a5a78;
  color: #fff;
  cursor: pointer; }

.form-group input[type="text"][data-input-sentence]:active, .form-group input[type="text"][data-input-sentence]:focus {
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid black; }

.form-group [data-input-sentence] {
  border: 0;
  border-bottom: 1px solid black;
  box-shadow: none; }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

.animated-loader {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative; }

.background-mask {
  background: #fff;
  position: absolute; }

/* Every thing below this is just positioning */
.background-mask.header-top,
.background-mask.header-bottom,
.background-mask.subheader-bottom {
  top: 0;
  left: 40px;
  right: 0;
  height: 10px; }

.background-mask.header-left,
.background-mask.subheader-left,
.background-mask.header-right,
.background-mask.subheader-right {
  top: 10px;
  left: 40px;
  height: 8px;
  width: 10px; }

.background-mask.header-bottom {
  top: 18px;
  height: 6px; }

.background-mask.subheader-left,
.background-mask.subheader-right {
  top: 24px;
  height: 6px; }

.background-mask.header-right,
.background-mask.subheader-right {
  width: auto;
  left: 300px;
  right: 0; }

.background-mask.subheader-right {
  left: 230px; }

.background-mask.subheader-bottom {
  top: 30px;
  height: 10px; }

.background-mask.content-top,
.background-mask.content-second-line,
.background-mask.content-third-line,
.background-mask.content-second-end,
.background-mask.content-third-end,
.background-mask.content-first-end {
  top: 40px;
  left: 0;
  right: 0;
  height: 6px; }

.background-mask.content-top {
  height: 20px; }

.background-mask.content-first-end,
.background-mask.content-second-end,
.background-mask.content-third-end {
  width: auto;
  left: 380px;
  right: 0;
  top: 60px;
  height: 8px; }

.background-mask.content-second-line {
  top: 68px; }

.background-mask.content-second-end {
  left: 420px;
  top: 74px; }

.background-mask.content-third-line {
  top: 82px; }

.background-mask.content-third-end {
  left: 300px;
  top: 88px; }

/* sortable table default styling */
.fixed-table-container thead th .sortable {
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 1em;
  position: relative; }
  .fixed-table-container thead th .sortable span {
    padding-left: 1em; }
    @media (min-width: 768px) {
      .fixed-table-container thead th .sortable span {
        padding-left: 0em; } }

.fixed-table-container thead th .both span:after {
  content: "\e051";
  font-family: higux;
  margin-left: 0.5em;
  position: absolute; }

.fixed-table-container thead th .asc span:after {
  content: "\e068";
  font-family: higux;
  font-size: 0.8em;
  margin-left: 0.5em;
  position: absolute; }

.fixed-table-container thead th .desc span:after {
  content: "\e064";
  font-family: higux;
  font-size: 0.8em;
  margin-left: 0.5em;
  position: absolute; }

.fixed-table-loading {
  display: none; }

/* sortable table custom styling -> start */
.sortable-table-container {
  position: relative;
  display: inline-block;
  width: auto;
  z-index: 1; }
  .sortable-table-container:after {
    content: "\e044";
    font-family: "higux";
    text-align: center;
    line-height: 29px;
    position: absolute;
    width: 25px;
    height: 29px;
    background: #f7f7f7;
    color: #3a5a78;
    right: -1px;
    top: -12%;
    pointer-events: none; }

.table-category-sm {
  display: block;
  height: 100%;
  border: 0;
  background: none;
  width: 25px; }

.table.sortable-table thead:first-child > tr:first-child > th {
  border-top: 1px solid #dadada; }

.table.sortable-table thead tr {
  display: block; }
  .table.sortable-table thead tr th {
    bottom: 30px;
    display: none;
    left: 0px;
    position: relative;
    width: 163px;
    border: 1px solid #dadada;
    padding-top: 3px;
    padding-bottom: 3px; }
    .table.sortable-table thead tr th:first-child {
      display: block; }
    .table.sortable-table thead tr th.displayNone {
      display: none; }
    .table.sortable-table thead tr th.displayBlock {
      display: block; }

@media (min-width: 768px) {
  .sortable-table-container {
    display: none; }
  .table-category-sm {
    display: none; }
  .table.sortable-table span {
    padding-left: 0em; }
  .table.sortable-table thead:first-child > tr:first-child > th {
    border-top: 0; }
  .table.sortable-table thead tr {
    display: table-row; }
    .table.sortable-table thead tr th {
      display: table-cell;
      position: static;
      border: 0;
      border-bottom: 3px solid #3a5a78; }
      .table.sortable-table thead tr th:first-child, .table.sortable-table thead tr th.displayNone, .table.sortable-table thead tr th.displayBlock {
        display: table-cell; } }

/* sortable table custom styling -> end */
.tc-standard-textarea {
  font-size: 0.75em; }

.content-grid .row {
  margin-bottom: 30px; }
  .content-grid .row .grid-photo {
    margin-bottom: 0; }
  .content-grid .row :hover > .grid-photo {
    outline: 2px solid #2477bf; }

@media (max-width: 768px) {
  .content-grid [class^=col-] {
    padding-left: 10px;
    padding-right: 10px; }
  .content-grid .row {
    margin-bottom: 20px; } }

/*doc
---
title: Carousel
name: carousel-slick
category: Widgets
---
The carousel widget is using Slick. Only modifications are style related, though we are using their base styles (not their theme).
This was designed to have two carousels, one main viewer and one thumbnail carousel. These are linked together via our js file.
The thumbnail version would not necessarily have to be used.
Note that you can pass in a parameter on the URL to start at a certain slide: http://localhost:3000/generic-page-photo-gallery-viewer.html?DataPhotoId=123123123c
For the second carousel, note an option/setting that is passed as a data attribute: data-slick='{"slidesToScroll":6}'
Other settings can be passed by data attributes. Check Slick documentation for more:
http://kenwheeler.github.io/slick/



```html_example
<article class="cw-default">
  <div class="cw-body">
      <div class="content-section">
<div class="gallery-viewer-wrapper">  
<div><span class="icon-arrow-left"><a href="generic-page-photo-gallery-grid.html">View Full Gallery</a></span></div>
<h3>Here's a Header (optional)</h3>
<div>Here's some (optional) body copy about this gallery of photos.</div>
<div class="carousel-slick">

           <div class="photo-item" data-photo-id="123123123a" >
              <figure class="photo-img">
                <img alt="Picture Number 1" src="images/photo-gallery/1.jpg">
                <figcaption class="photo-heading">Picture Number 1</figcaption>
              </figure>
            </div>

            <div class="photo-item" data-photo-id="123123123b">
              <figure class="photo-img">
                <img alt="Picture Number 2" src="images/photo-gallery/2.jpg">
                <figcaption class="photo-heading">Picture Number 2</figcaption>
              </figure>
            </div>
  
</div>
<div class="carousel-nav-slick" data-slick='{"slidesToScroll":6}'> 

           <div >
                <img alt="Picture Number 1" src="images/photo-gallery/1.jpg">
            </div>

            <div >
                <img alt="Picture Number 2" src="images/photo-gallery/2.jpg">
            </div>
     
</div>
       </div> 
        
    </div>
  </div>
</article>
```

*/
/*Slick Carousel - base styles*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*Slick Carousel - HIG Theme styles*/
.gallery-viewer-wrapper {
  border: 1px solid #dadada;
  margin: 20px 0; }
  .gallery-viewer-wrapper .carousel-slick {
    margin-bottom: -1px;
    margin-top: 0; }

.carousel-slick {
  background-color: #f7f7f7;
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dadada; }
  .carousel-slick .slick-track .photo-item .photo-img {
    text-align: center;
    max-height: 100%; }
    .carousel-slick .slick-track .photo-item .photo-img img {
      margin: 0;
      display: inline-block;
      max-height: 160px; }
      @media (min-width: 480px) {
        .carousel-slick .slick-track .photo-item .photo-img img {
          max-height: 290px; } }
      @media (min-width: 768px) {
        .carousel-slick .slick-track .photo-item .photo-img img {
          max-height: 430px; } }
      @media (min-width: 992px) {
        .carousel-slick .slick-track .photo-item .photo-img img {
          max-height: 490px; } }
    .carousel-slick .slick-track .photo-item .photo-img .photo-heading {
      font-size: 14px;
      margin: 14px;
      text-align: center; }
  .carousel-slick .scroll-next, .carousel-slick .scroll-previous {
    position: absolute;
    top: 45%;
    margin-top: -15px;
    z-index: 100;
    border: 0;
    line-height: 45px;
    font-size: 45px;
    width: 45px;
    height: 45px;
    text-align: center;
    vertical-align: middle;
    color: #3a5a78;
    background-color: transparent;
    margin-bottom: 0;
    padding: 0; }
    .carousel-slick .scroll-next:hover, .carousel-slick .scroll-previous:hover {
      color: #2477bf; }
    .carousel-slick .scroll-next:focus, .carousel-slick .scroll-previous:focus {
      outline: 0; }
  .carousel-slick .scroll-next {
    text-align: right;
    right: 6px; }
    @media (min-width: 768px) {
      .carousel-slick .scroll-next {
        right: 20px; } }
  .carousel-slick .scroll-previous {
    text-align: left;
    left: 6px; }
    @media (min-width: 768px) {
      .carousel-slick .scroll-previous {
        left: 20px; } }

.carousel-slick + .carousel-nav-slick {
  padding-top: 20px;
  padding-bottom: 20px; }

.carousel-nav-slick {
  display: none;
  padding-right: 40px;
  padding-left: 40px; }
  @media (min-width: 480px) {
    .carousel-nav-slick {
      display: block; } }
  @media (min-width: 768px) {
    .carousel-nav-slick {
      margin-right: 80px;
      margin-left: 80px; } }
  .carousel-nav-slick .slick-list .slick-track {
    margin-top: 2px;
    margin-bottom: 2px; }
    .carousel-nav-slick .slick-list .slick-track .slick-slide {
      margin: 0 2px;
      cursor: pointer; }
      .carousel-nav-slick .slick-list .slick-track .slick-slide img {
        margin: 0 auto;
        max-height: 40px; }
        @media (min-width: 768px) {
          .carousel-nav-slick .slick-list .slick-track .slick-slide img {
            max-height: 50px; } }
        @media (min-width: 992px) {
          .carousel-nav-slick .slick-list .slick-track .slick-slide img {
            max-height: 60px; } }
      .carousel-nav-slick .slick-list .slick-track .slick-slide.slick-active {
        opacity: .65; }
  .carousel-nav-slick .cycle-previous, .carousel-nav-slick .cycle-next {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    z-index: 100;
    border: 0;
    background-color: transparent;
    line-height: 30px;
    font-size: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    color: #3a5a78;
    margin-bottom: 0; }
    .carousel-nav-slick .cycle-previous:hover, .carousel-nav-slick .cycle-next:hover {
      color: #2477bf; }
    .carousel-nav-slick .cycle-previous:focus, .carousel-nav-slick .cycle-next:focus {
      outline: 0; }
    @media (min-width: 768px) {
      .carousel-nav-slick .cycle-previous, .carousel-nav-slick .cycle-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -20px;
        font-size: 30px; } }
  .carousel-nav-slick .cycle-next {
    right: 0; }
  .carousel-nav-slick .cycle-previous {
    left: 0; }

.faq-list li {
  list-style: none;
  margin-bottom: 0.5em;
  max-width: 467px; }
  .faq-list li .collapsed-link {
    color: #2477bf;
    display: block;
    text-decoration: none; }
    .faq-list li .collapsed-link:hover {
      color: #68b5e4; }
      .faq-list li .collapsed-link:hover:before {
        color: #68b5e4; }
    .faq-list li .collapsed-link:before {
      color: #2477bf;
      content: "\e047";
      font-family: 'higux';
      left: -4px;
      margin-left: -19px;
      margin-top: 4px;
      position: relative;
      top: 2px; }
    .faq-list li .collapsed-link.collapsed {
      color: #3a5a78; }
      .faq-list li .collapsed-link.collapsed:hover {
        color: #68b5e4; }
        .faq-list li .collapsed-link.collapsed:hover:before {
          color: #68b5e4; }
      .faq-list li .collapsed-link.collapsed:before {
        color: #3a5a78;
        content: "\e044"; }
  .faq-list li .collapse-text {
    margin-top: 0.5em; }

.glyphicon {
  font-family: "higux" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .glyphicon.glyphicon-ok {
    display: inline-block;
    border: 1px solid black;
    padding: 2px; }
    .glyphicon.glyphicon-ok:before {
      content: "\e048"; }

.pagination li a {
  border-color: #dadada;
  margin-right: 0.5em; }
  @media (max-width: 360px) {
    .pagination li a {
      margin-right: 0.2em; } }
  .pagination li a:hover {
    background-color: #4E79A2;
    border-color: #4E79A2;
    color: #fff; }

.pagination li:first-child > a:before, .pagination li:last-child > a:before {
  font-family: "higux";
  font-size: 14px;
  vertical-align: middle; }

.pagination li:first-child > a:before {
  content: "\e045"; }

.pagination li:last-child > a {
  margin-right: 0em; }
  .pagination li:last-child > a:before {
    content: "\e046"; }

.pagination .active > a {
  background-color: #3a5a78;
  border-color: #3a5a78; }
  .pagination .active > a:hover, .pagination .active > a:focus {
    background-color: #3a5a78; }

.pagination .disabled > a {
  border: 0;
  color: #3a5a78;
  cursor: default; }
  .pagination .disabled > a:hover, .pagination .disabled > a:focus {
    color: #3a5a78;
    cursor: default;
    pointer-events: none; }

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

.pagination-container {
  display: block;
  text-align: center; }
  @media (min-width: 768px) {
    .pagination-container {
      display: flex;
      flex-flow: row nowrap;
      /* same line alignment */
      justify-content: space-between;
      /* same margin between the child elems */
      align-items: center;
      /* vertical alignment */ } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .pagination-container .pagination-right {
      /* Only for IE10+ */ }
      .pagination-container .pagination-right span {
        position: relative;
        top: -0.8em; } }
  .pagination-container .pagination-right .select-container {
    display: inline-block;
    float: none;
    margin-bottom: 0;
    margin-left: 0.625em;
    width: 4.5em; }
    .pagination-container .pagination-right .select-container select {
      height: 36px; }
    .pagination-container .pagination-right .select-container:after {
      height: 34px;
      width: 25px; }

.collapse-alt {
  position: relative; }
  .collapse-alt.collapse {
    height: 250px !important;
    display: block;
    overflow: hidden; }
    .collapse-alt.collapse:before {
      display: block;
      height: 50px;
      content: " ";
      background: #fff;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      visibility: visible; }
    .collapse-alt.collapse.in {
      height: auto !important; }
      .collapse-alt.collapse.in:before {
        visibility: hidden; }

.form-group {
  /* disabled styles - start */
  /* disabled styles - end */ }
  .form-group label {
    font-weight: 500;
    font-size: 0.875em; }
  .form-group .input-group.spinner .input-group-addon.spinner-addon {
    background-color: #3a5a78;
    color: white;
    text-decoration: none; }
  .form-group .input-group.spinner input {
    width: 95%;
    margin-left: 2.4%; }
  .form-group .input-group.spinner.input-disabled .spinner-addon {
    background-color: #ededed; }
    .form-group .input-group.spinner.input-disabled .spinner-addon .icon {
      color: #6B6B6B; }
  .form-group .input-group.spinner.input-disabled input[disabled] {
    background-color: #fff;
    border-color: #ededed; }
  .form-group .date-time-picker.input-disabled .date-picker-addon {
    background-color: #ededed;
    border-color: #ededed; }
    .form-group .date-time-picker.input-disabled .date-picker-addon .icon {
      color: #6B6B6B; }
  .form-group .date-time-picker.input-disabled input[disabled] {
    background-color: #fff;
    border-color: #ededed; }
  .form-group input {
    border-color: #3a5a78;
    height: 2.5em; }
    .form-group input[type="text"]:active, .form-group input[type="text"]:focus {
      border-color: #3a5a78;
      outline: 0;
      border: 1px solid #3A5A78;
      box-shadow: 0 0 4px 1px rgba(36, 119, 191, 0.5); }
  .form-group .date-picker-addon .icon,
  .form-group .spinner-addon .icon {
    color: #fff; }
  .form-group .datepicker .datepicker-days .active,
  .form-group .datepicker .datepicker-months .active,
  .form-group .datepicker .datepicker-years .active {
    background-color: #3a5a78; }
  .form-group .datepicker .datepicker-days .dow,
  .form-group .datepicker .datepicker-days .icon,
  .form-group .datepicker .datepicker-days .picker-switch,
  .form-group .datepicker .datepicker-months .dow,
  .form-group .datepicker .datepicker-months .icon,
  .form-group .datepicker .datepicker-months .picker-switch,
  .form-group .datepicker .datepicker-years .dow,
  .form-group .datepicker .datepicker-years .icon,
  .form-group .datepicker .datepicker-years .picker-switch {
    color: #3a5a78; }
  .form-group .date-time-picker input.form-control {
    width: 98%;
    border: 1px solid #3a5a78; }
  .form-group .date-time-picker span.input-group-addon {
    border: none;
    background-color: #3a5a78;
    color: white;
    font-size: 1.25em; }
  .form-group .select-dob-container {
    display: table;
    width: 100%; }
    .form-group .select-dob-container .select-month {
      display: table-cell;
      width: 56%; }
      .form-group .select-dob-container .select-month ~ input.select-day {
        display: table-cell;
        width: 16%;
        margin-left: 3%; }
      .form-group .select-dob-container .select-month ~ input.select-year {
        display: table-cell;
        width: 22%;
        margin-left: 3%; }

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-color: #3a5a78;
  font-family: "HCo Gotham", arial, sans-serif;
  font-size: 1.143em;
  height: 2.5em; }
  select::-ms-expand {
    /* IE 10+ (Note: appearance is not supported in IE)*/
    display: none; }
  select:focus {
    outline: 0;
    box-shadow: none; }

select.select {
  height: 3.125em;
  background-color: #3a5a78;
  color: #fff; }
  select.select > option {
    background-color: #fff;
    color: #3a5a78; }

label.custom-label-two:after {
  content: "\e044";
  position: absolute;
  top: 34px;
  right: 10px;
  line-height: 30px;
  padding: 1px 7px;
  pointer-events: none;
  font-family: "higux";
  color: #fff; }

.has-success input,
.has-success select {
  border-color: #3a5a78;
  box-shadow: none; }
  .has-success input[type="text"]:active, .has-success input[type="text"]:focus,
  .has-success select[type="text"]:active,
  .has-success select[type="text"]:focus {
    border-color: #3a5a78;
    outline: 0;
    border: 1px solid #3A5A78;
    box-shadow: 0 0 4px 1px rgba(36, 119, 191, 0.5); }

.has-success label {
  color: #3a5a78; }

.has-success .form-control:focus {
  box-shadow: none; }

.form-group.vertical-stacked label {
  display: block;
  margin-bottom: 0.625em; }
  @media (min-width: 768px) {
    .form-group.vertical-stacked label {
      display: inline-block;
      margin-bottom: 0em; } }

.form-group.vertical-stacked .radio-inline {
  margin-right: 0;
  margin-left: 2em; }
  @media (min-width: 768px) {
    .form-group.vertical-stacked .radio-inline {
      margin-right: 1.875em; } }

.form-group .checkbox label,
.form-group .radio label {
  font-weight: 400; }

.form-group label.checkbox-inline,
.form-group label.radio-inline {
  font-weight: 400; }

.form-group .radio-checkbox-title {
  margin: 0;
  font-size: 16px;
  border: 0;
  color: #3a5a78;
  font-weight: 500; }
  .form-group .radio-checkbox-title small {
    font-weight: normal; }
  .form-group .radio-checkbox-title-horizontal {
    margin-bottom: 0.5em; }

.form-group label.checkbox-inline,
.form-group label.radio-inline {
  font-weight: 400; }
  .form-group label.checkbox-inline + .checkbox-inline,
  .form-group label.radio-inline + .checkbox-inline {
    margin-left: 0px; }
  .form-group label.checkbox-inline[disabled],
  .form-group label.radio-inline[disabled] {
    color: #7f7f7f; }
    .form-group label.checkbox-inline[disabled]:hover,
    .form-group label.radio-inline[disabled]:hover {
      cursor: not-allowed; }
    .form-group label.checkbox-inline[disabled] i,
    .form-group label.radio-inline[disabled] i {
      cursor: not-allowed; }
      .form-group label.checkbox-inline[disabled] i:before,
      .form-group label.radio-inline[disabled] i:before {
        border-color: #dadada;
        color: #7f7f7f; }
      .form-group label.checkbox-inline[disabled] i:hover:before,
      .form-group label.radio-inline[disabled] i:hover:before {
        cursor: not-allowed; }
    .form-group label.checkbox-inline[disabled] input[disabled],
    .form-group label.radio-inline[disabled] input[disabled] {
      border-color: #dadada; }
      .form-group label.checkbox-inline[disabled] input[disabled] ~ span::before,
      .form-group label.radio-inline[disabled] input[disabled] ~ span::before {
        color: #dadada; }

label {
  padding-left: 0;
  padding-bottom: 3px;
  border-bottom: 2px transparent; }
  label.radio-inline {
    margin-bottom: 0.5em;
    margin-left: 2em;
    margin-right: 2.6em;
    padding-left: 0; }
    label.radio-inline + .radio-inline {
      margin-left: 2em; }
    label.radio-inline input[type="radio"] {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
      label.radio-inline input[type="radio"]:focus ~ ::before {
        box-shadow: 0 0 2px 2px rgba(36, 119, 191, 0.5);
        border-radius: 50px;
        border: 0; }
      label.radio-inline input[type="radio"]:focus:not(.focus-visible) ~ ::before {
        box-shadow: none; }
      label.radio-inline input[type="radio"]:focus-visible ~ ::before {
        box-shadow: 0 0 2px 2px rgba(36, 119, 191, 0.5);
        border-radius: 50px;
        border: 0; }
      label.radio-inline input[type="radio"] ~ ::before {
        content: "\e096";
        font-family: "higux";
        font-size: 1.313em;
        margin-left: -1.5em;
        margin-right: 0.5em;
        position: absolute;
        vertical-align: bottom; }
        @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
          label.radio-inline input[type="radio"] ~ ::before {
            /* IE10+ */
            vertical-align: middle; } }
      label.radio-inline input[type="radio"]:checked ~ ::before {
        content: "\e095"; }

.checkbox > .checkbox-inline {
  padding-left: 2em; }

.checkbox-inline {
  color: #3a5a78;
  font-weight: 400;
  margin-bottom: 0.5em;
  margin-right: 2em;
  padding-left: 2em; }
  .checkbox-inline input[type="checkbox"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .checkbox-inline input[type="checkbox"]:focus ~ ::before {
      box-shadow: 0 0 2px 2px rgba(36, 119, 191, 0.5);
      border-radius: 0px;
      border: 0; }
    .checkbox-inline input[type="checkbox"]:focus:not(.focus-visible) ~ ::before {
      box-shadow: none; }
    .checkbox-inline input[type="checkbox"]:focus-visible ~ ::before {
      box-shadow: 0 0 2px 2px rgba(36, 119, 191, 0.5);
      border-radius: 0px;
      border: 0; }
    .checkbox-inline input[type="checkbox"] ~ ::before {
      color: #3a5a78;
      content: "\e10f";
      font-family: "higux";
      font-size: 1.313em;
      margin-left: -1.5em;
      margin-right: 0.5em;
      position: absolute;
      vertical-align: bottom; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .checkbox-inline input[type="checkbox"] ~ ::before {
          /* IE10+ */
          vertical-align: middle; } }
    .checkbox-inline input[type="checkbox"]:checked ~ :before {
      content: "\e10d";
      font-family: "higux"; }
  .checkbox-inline input[type="checkbox"]:checked ~ .icon::before {
    content: "\e10d"; }
  .checkbox-inline.checkbox-inline-alt input[type="checkbox"]:checked ~ ::before {
    content: "\e10e";
    font-family: "higux"; }
  .checkbox-inline.checkbox-inline-alt input[type="checkbox"]:checked ~ ::after {
    color: #fff;
    content: "\e048";
    font-family: "higux";
    font-size: 0.8em;
    left: 0.35em;
    position: absolute; }

.radio-custom input[type=radio] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .radio-custom input[type=radio] ~ ::before {
    box-shadow: 0 0 2px 2px rgba(36, 119, 191, 0.5);
    border-radius: 50px;
    border: 0; }
  .radio-custom input[type=radio] ~ label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-left: 0px;
    font-weight: normal; }
    .radio-custom input[type=radio] ~ label::before {
      position: relative;
      display: inline-block;
      top: 4px;
      bottom: 0;
      left: 0;
      content: '';
      width: 20px;
      height: 20px;
      border: 1px solid #3a5a78;
      border-radius: 50%;
      box-shadow: 0 0 0 2px #fff inset;
      margin-right: 10px; }
  .radio-custom input[type=radio]:checked ~ label::before {
    background-color: #3a5a78; }

label {
  color: #3a5a78; }

.form-group {
  margin-bottom: 1.25em;
  /* pwd field eyeball icon - start */
  /* pwd field eyeball icon - end */ }
  .form-group .icon.icon-more-information {
    color: #3a5a78; }
  .form-group .icon.icon-view,
  .form-group .icon.icon-view-hidden {
    color: #3a5a78;
    font-size: 1.25em;
    padding: 10px;
    position: absolute;
    right: 0;
    z-index: 3; }
  .form-group small {
    color: #3a5a78; }
    .form-group small.help-block {
      color: #888; }
      .form-group small.help-block-disabled {
        color: #dadada; }
  .form-group label {
    font-size: 1em;
    font-weight: 500;
    line-height: 1.25em; }
  .form-group .label-alt {
    color: #888;
    font-size: 14px;
    font-weight: 400; }
  .form-group input:active, .form-group input:focus {
    border-color: #3a5a78;
    outline: 0; }
  .form-group input::-webkit-input-placeholder {
    color: #757575; }
  .form-group input:-moz-placeholder {
    /* Firefox 18- */
    color: #757575; }
  .form-group input::-moz-placeholder {
    /* Firefox 19+ */
    color: #757575; }
  .form-group input:-ms-input-placeholder {
    /* IE 10+ */
    color: #757575; }
  .form-group input::-ms-input-placeholder {
    /* Edge */
    color: #757575; }
  .form-group input:placeholder-shown {
    /* Standard one last! */
    color: #757575; }
  .form-group input::placeholder {
    color: #757575;
    font-size: 1em; }
  .form-group input[disabled] {
    background: #fff;
    border-color: #ededed;
    box-shadow: none; }
    .form-group input[disabled]:active, .form-group input[disabled]:focus {
      border-color: #ededed;
      box-shadow: none; }
  .form-group .input-disabled .input-group-addon {
    background-color: #ededed;
    border-color: #ededed;
    cursor: not-allowed; }
    .form-group .input-disabled .input-group-addon .icon {
      color: #6B6B6B; }
  .form-group.has-success label.help-block,
  .form-group.has-success small.help-block {
    color: #3a5a78; }

.input-group-addon,
input {
  border-color: #3a5a78; }

.input-group-addon {
  background-color: #f7f7f7; }
  .input-group-addon .icon {
    color: #3a5a78;
    font-size: 1.25em; }

.has-feedback .form-control {
  padding-right: 0.75em; }

.has-success .form-control {
  border-color: #3a5a78;
  padding-right: 0.75em; }
  .has-success .form-control:focus {
    border-color: #3a5a78; }
  .has-success .form-control-icon-view {
    /* pwd field eyeball icon padding */
    padding-right: 1.75em; }

.has-success .control-label {
  color: #3a5a78; }

.has-success .input-group-addon {
  background-color: #f7f7f7; }

.credit-card-input .input-group input {
  width: 98%; }

.credit-card-input .input-group .input-group-addon.credit-card-button {
  background-color: #3a5a78;
  color: #fff;
  font-size: 1.25em; }
  .credit-card-input .input-group .input-group-addon.credit-card-button.icon-disabled {
    background-color: #ededed;
    border-color: #ededed;
    color: #6B6B6B; }

@media (min-width: 768px) {
  .form-group {
    margin-bottom: 1.75em; } }

.form-group.readonly label, .input-group.readonly label {
  display: block; }
  .form-group.readonly label.radio-inline[disabled], .input-group.readonly label.radio-inline[disabled] {
    color: #3a5a78;
    cursor: default; }
    .form-group.readonly label.radio-inline[disabled] .margin-top::before, .input-group.readonly label.radio-inline[disabled] .margin-top::before {
      display: none; }

.form-group.readonly input[disabled], .input-group.readonly input[disabled] {
  background: transparent;
  cursor: default;
  color: #3a5a78;
  border: 0;
  display: inline-block;
  width: auto;
  padding: 0; }

.form-group.readonly textarea[disabled], .input-group.readonly textarea[disabled] {
  background: transparent;
  cursor: default;
  color: #3a5a78;
  border: none;
  overflow: auto;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

.btn-group.btn-group-toggle {
  display: flex; }
  @media (min-width: 992px) {
    .btn-group.btn-group-toggle {
      display: block; }
      .btn-group.btn-group-toggle::after {
        display: block;
        content: "";
        clear: both; } }
  .btn-group.btn-group-toggle [disabled],
  .btn-group.btn-group-toggle .active[disabled] {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.5);
    color: rgba(0, 0, 0, 0.5);
    box-shadow: none; }
    .btn-group.btn-group-toggle [disabled]:hover,
    .btn-group.btn-group-toggle .active[disabled]:hover {
      background-color: #fff;
      border-color: rgba(0, 0, 0, 0.5);
      box-shadow: none;
      color: rgba(0, 0, 0, 0.5);
      transform: none; }
  .btn-group.btn-group-toggle button,
  .btn-group.btn-group-toggle label {
    background-color: #fff;
    border: 1px solid #3a5a78;
    border-radius: 0;
    color: #3a5a78;
    outline: none;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    transform: scale(1);
    width: 50%; }
    @media (min-width: 768px) {
      .btn-group.btn-group-toggle button,
      .btn-group.btn-group-toggle label {
        min-width: 160px;
        width: auto; } }
    .btn-group.btn-group-toggle button:hover,
    .btn-group.btn-group-toggle label:hover {
      box-shadow: 0 0 2px 2px rgba(36, 119, 191, 0.5);
      border-color: #4E79A2; }
    .btn-group.btn-group-toggle button:focus, .btn-group.btn-group-toggle button:focus-within,
    .btn-group.btn-group-toggle label:focus,
    .btn-group.btn-group-toggle label:focus-within {
      box-shadow: 0 0 2px 2px rgba(36, 119, 191, 0.5);
      border-color: #4E79A2; }
    .btn-group.btn-group-toggle button:active,
    .btn-group.btn-group-toggle label:active {
      border-color: #3a5a78;
      box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.47), 0 0 2px 2px rgba(36, 119, 191, 0.5); }
    .btn-group.btn-group-toggle button.active,
    .btn-group.btn-group-toggle label.active {
      background: #4E79A2;
      border-color: #3a5a78;
      box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.47), 0 0 2px 2px rgba(36, 119, 191, 0.5);
      color: #fff;
      outline: none; }
      .btn-group.btn-group-toggle button.active:not(:focus),
      .btn-group.btn-group-toggle label.active:not(:focus) {
        box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.47); }
  .btn-group.btn-group-toggle.btn-group-fixed-padding {
    display: inline-block; }
    .btn-group.btn-group-toggle.btn-group-fixed-padding > label {
      padding: 9px;
      width: 60px; }
      @media (min-width: 768px) {
        .btn-group.btn-group-toggle.btn-group-fixed-padding > label {
          min-width: 60px;
          width: 60px; } }
  .btn-group.btn-group-toggle.btn-group-variable-padding {
    display: inline-block; }
    .btn-group.btn-group-toggle.btn-group-variable-padding > label {
      padding: 9px;
      width: 50px; }
      @media (min-width: 768px) {
        .btn-group.btn-group-toggle.btn-group-variable-padding > label {
          min-width: 50px;
          width: 50px; } }

.toggle-title {
  color: #3a5a78;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.25em;
  margin-bottom: 0.313em; }
  .toggle-title .icon {
    margin-left: 1em;
    right: 0; }

.tile-selectors .remove-tile {
  background-color: #fff;
  border: 0;
  padding: 0;
  margin: 0;
  line-height: .5em;
  font-size: 1.8em;
  position: absolute;
  right: 0em;
  top: -0.5em; }
  .tile-selectors .remove-tile:before {
    font-family: 'higux';
    content: '\e02a';
    background-color: #fff;
    font-size: 1em;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    line-height: 1em; }

.tile-selectors-alt .radio, .tile-selectors-alt .radio-inline {
  text-align: center; }
  .tile-selectors-alt .radio input, .tile-selectors-alt .radio-inline input {
    display: none; }

.tile-selectors.has-error .checkbox label:not(.input-disabled),
.tile-selectors.has-error .radio label:not(.input-disabled) {
  border: 1px solid #b83b2f; }
  .tile-selectors.has-error .checkbox label:not(.input-disabled):before,
  .tile-selectors.has-error .radio label:not(.input-disabled):before {
    background-color: #b83b2f; }
  .tile-selectors.has-error .checkbox label:not(.input-disabled) span,
  .tile-selectors.has-error .radio label:not(.input-disabled) span {
    color: #b83b2f; }
    .tile-selectors.has-error .checkbox label:not(.input-disabled) span:before,
    .tile-selectors.has-error .radio label:not(.input-disabled) span:before {
      box-shadow: inset 0 0 0 1px #b83b2f; }

.tile-selectors .radio-alt label {
  line-height: 1.125em;
  margin-bottom: 1em; }

.tile-selectors .radio-alt input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .tile-selectors .radio-alt input[type="radio"]:checked ~ span {
    color: #118654; }
    .tile-selectors .radio-alt input[type="radio"]:checked ~ span:first-of-type:before {
      background-color: #118654;
      box-shadow: inset 0 0 0 1px #118654;
      color: #fff;
      content: "\e048";
      font-family: "higux";
      line-height: 1.7em;
      text-align: center; }

.tile-selectors .radio-alt-title {
  padding-left: 2.5em; }
  .tile-selectors .radio-alt-title:before {
    background-color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #888;
    content: "";
    cursor: pointer;
    height: 1.75em;
    left: 1em;
    position: absolute;
    width: 1.75em; }
  .tile-selectors .radio-alt-title.input-disabled {
    color: rgba(0, 0, 0, 0.5);
    cursor: not-allowed; }
    .tile-selectors .radio-alt-title.input-disabled:before {
      box-shadow: inset 0 0 0 2px #dadada;
      cursor: not-allowed; }

.tile-selectors .radio-alt-details {
  display: block;
  font-size: 0.829em;
  font-weight: normal;
  margin-left: 3em; }
  .tile-selectors .radio-alt-details.input-disabled {
    color: rgba(0, 0, 0, 0.5);
    cursor: not-allowed; }

.tile-selectors .checkbox,
.tile-selectors .radio {
  margin-top: 0;
  /* disabled state - end */ }
  .tile-selectors .checkbox .input-disabled,
  .tile-selectors .radio .input-disabled {
    /* disabled state - start */
    cursor: not-allowed;
    border-color: #dadada; }
    .tile-selectors .checkbox .input-disabled:before,
    .tile-selectors .radio .input-disabled:before {
      background-color: #dadada; }
    .tile-selectors .checkbox .input-disabled:after,
    .tile-selectors .radio .input-disabled:after {
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
    .tile-selectors .checkbox .input-disabled span:before,
    .tile-selectors .radio .input-disabled span:before {
      box-shadow: inset 0 0 0 1px #dadada; }
  .tile-selectors .checkbox label,
  .tile-selectors .radio label {
    border: 1px solid #888;
    padding: 1em;
    transform: scale(1);
    width: 100%; }
    .tile-selectors .checkbox label:not(.input-disabled):hover,
    .tile-selectors .radio label:not(.input-disabled):hover {
      transform: scale(1.02);
      transition: all 0.6s cubic-bezier(1);
      border-color: #2477bf;
      box-shadow: 0px 2px 10px 0px #2477bf;
      color: #2477bf; }
      .tile-selectors .checkbox label:not(.input-disabled):hover:before, .tile-selectors .checkbox label:not(.input-disabled):hover.checkbox-active span:before,
      .tile-selectors .radio label:not(.input-disabled):hover:before,
      .tile-selectors .radio label:not(.input-disabled):hover.checkbox-active span:before {
        background-color: #2477bf; }
      .tile-selectors .checkbox label:not(.input-disabled):hover input[type="radio"]:checked + span,
      .tile-selectors .radio label:not(.input-disabled):hover input[type="radio"]:checked + span {
        color: #2477bf; }
        .tile-selectors .checkbox label:not(.input-disabled):hover input[type="radio"]:checked + span:before,
        .tile-selectors .radio label:not(.input-disabled):hover input[type="radio"]:checked + span:before {
          background-color: #2477bf; }
      .tile-selectors .checkbox label:not(.input-disabled):hover span,
      .tile-selectors .radio label:not(.input-disabled):hover span {
        color: #2477bf; }
    .tile-selectors .checkbox label:focus-within,
    .tile-selectors .radio label:focus-within {
      padding: 1em; }
    .tile-selectors .checkbox label span,
    .tile-selectors .radio label span {
      color: #888;
      line-height: 1.3em;
      padding-left: 3em; }
      .tile-selectors .checkbox label span.margin-top,
      .tile-selectors .radio label span.margin-top {
        margin-top: 1.45em; }
      .tile-selectors .checkbox label span:before,
      .tile-selectors .radio label span:before {
        background-color: #fff;
        border: 2px solid #fff;
        border-radius: 50%;
        box-shadow: inset 0 0 0 1px #888;
        content: "";
        cursor: pointer;
        height: 2em;
        left: 1em;
        position: absolute;
        top: 12px;
        width: 2em; }
    .tile-selectors .checkbox label:before,
    .tile-selectors .radio label:before {
      background-color: #888;
      content: "";
      height: 48px;
      left: 0;
      position: absolute;
      transform: translateY(-50%);
      width: 32px; }
    .tile-selectors .checkbox label input[type="radio"]:checked + span,
    .tile-selectors .radio label input[type="radio"]:checked + span {
      color: #118654; }
      .tile-selectors .checkbox label input[type="radio"]:checked + span:before,
      .tile-selectors .radio label input[type="radio"]:checked + span:before {
        background-color: #118654;
        color: #fff;
        content: "\e048";
        font-family: "higux";
        line-height: 1.9em;
        text-align: center; }
    .tile-selectors .checkbox label input[type="radio"],
    .tile-selectors .checkbox label input[type="checkbox"],
    .tile-selectors .radio label input[type="radio"],
    .tile-selectors .radio label input[type="checkbox"] {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
  .tile-selectors .checkbox .radio-alt input[type="radio"],
  .tile-selectors .radio .radio-alt input[type="radio"] {
    display: none; }
    .tile-selectors .checkbox .radio-alt input[type="radio"]:checked ~ span,
    .tile-selectors .radio .radio-alt input[type="radio"]:checked ~ span {
      color: #118654; }
      .tile-selectors .checkbox .radio-alt input[type="radio"]:checked ~ span:first-of-type:before,
      .tile-selectors .radio .radio-alt input[type="radio"]:checked ~ span:first-of-type:before {
        background-color: #118654;
        color: #fff;
        content: "\e048";
        font-family: "higux";
        line-height: 1.9em;
        text-align: center; }
  .tile-selectors .checkbox .radio-active,
  .tile-selectors .radio .radio-active {
    border-color: #118654; }
    .tile-selectors .checkbox .radio-active:before,
    .tile-selectors .radio .radio-active:before {
      background-color: #118654; }
  .tile-selectors .checkbox .checkbox-active,
  .tile-selectors .radio .checkbox-active {
    border-color: #118654; }
    .tile-selectors .checkbox .checkbox-active span,
    .tile-selectors .radio .checkbox-active span {
      color: #118654; }
      .tile-selectors .checkbox .checkbox-active span:before,
      .tile-selectors .radio .checkbox-active span:before {
        background-color: #118654;
        color: #fff;
        content: "\e048";
        font-family: "higux";
        line-height: 1.9em;
        text-align: center; }
    .tile-selectors .checkbox .checkbox-active:before,
    .tile-selectors .radio .checkbox-active:before {
      background-color: #118654; }

.tile-selectors .checkbox label span:before {
  border-radius: 0; }

.tile-selectors .icon.icon-attention {
  display: none; }

@media (max-width: 767px) {
  .tile-selectors .checkbox,
  .tile-selectors .radio {
    margin-bottom: 16px; }
    .tile-selectors .checkbox label,
    .tile-selectors .radio label {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .tile-selectors .checkbox label:before,
    .tile-selectors .radio label:before {
      height: 54px;
      top: 50%; } }

@media (min-width: 768px) {
  .tile-selectors .checkbox,
  .tile-selectors .radio {
    margin-bottom: 22px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0px;
    padding-left: 16px;
    padding-right: 16px; }
    .tile-selectors .checkbox label,
    .tile-selectors .radio label {
      background-color: #fff;
      border: 1px solid #888;
      height: 130px;
      padding: 1em;
      position: relative;
      width: 100%; }
      .tile-selectors .checkbox label:focus-within,
      .tile-selectors .radio label:focus-within {
        padding: 1em; }
      .tile-selectors .checkbox label:before,
      .tile-selectors .radio label:before {
        background-color: #888;
        bottom: -1em;
        content: "";
        height: 2em;
        left: 0;
        position: absolute;
        top: initial;
        transform: translateY(-50%);
        width: 100%; }
      .tile-selectors .checkbox label span,
      .tile-selectors .radio label span {
        color: #888;
        display: block;
        padding-left: 0;
        text-align: center; }
        .tile-selectors .checkbox label span:before,
        .tile-selectors .radio label span:before {
          background-color: #fff;
          border: 2px solid #fff;
          border-radius: 50%;
          bottom: -50px;
          box-shadow: inset 0 0 0 1px #888;
          content: "";
          cursor: pointer;
          height: 2em;
          left: 0;
          margin: auto;
          position: absolute;
          right: 0;
          width: 2em; }
        .tile-selectors .checkbox label span .icon,
        .tile-selectors .radio label span .icon {
          line-height: 1.26; }
      .tile-selectors .checkbox label input[type="radio"]:checked + span,
      .tile-selectors .radio label input[type="radio"]:checked + span {
        color: #118654; }
        .tile-selectors .checkbox label input[type="radio"]:checked + span:before,
        .tile-selectors .radio label input[type="radio"]:checked + span:before {
          background-color: #118654;
          border: 2px solid #fff;
          box-shadow: none;
          color: #fff;
          content: "\e048";
          font-family: "higux";
          line-height: 1.9em;
          text-align: center; }
    .tile-selectors .checkbox input[type="radio"],
    .tile-selectors .checkbox input[type="checkbox"],
    .tile-selectors .radio input[type="radio"],
    .tile-selectors .radio input[type="checkbox"] {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .tile-selectors .checkbox .radio-active,
    .tile-selectors .radio .radio-active {
      border-color: #118654; }
      .tile-selectors .checkbox .radio-active:before,
      .tile-selectors .radio .radio-active:before {
        background-color: #118654; }
  .tile-selectors .checkbox-active {
    border-color: #118654; }
    .tile-selectors .checkbox-active span:before {
      background-color: #118654;
      color: #fff;
      content: "\e048";
      font-family: "higux";
      line-height: 1.9em;
      text-align: center; }
    .tile-selectors .checkbox-active:before {
      background-color: #118654; }
  .tile-selectors .checkbox label span:before {
    border-radius: 0; } }

@media (min-width: 768px) {
  .tile-selectors .checkbox label span,
  .tile-selectors .radio label span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; } }

.tile-selectors-sm {
  text-align: center; }
  .tile-selectors-sm label {
    height: 70px;
    border: 1px solid #000;
    display: block; }
    .tile-selectors-sm label:focus-within {
      border: 2px solid #4E79A2; }
  .tile-selectors-sm span {
    display: block;
    margin-top: .5em; }
    .tile-selectors-sm span:before {
      background-color: #fff;
      border: 2px solid #fff;
      border-radius: 50%;
      box-shadow: inset 0 0 0 2px #888;
      bottom: .87em;
      content: "";
      cursor: pointer;
      height: 1.75em;
      left: 50%;
      margin-left: -.87em;
      position: absolute;
      width: 1.75em; }
  .tile-selectors-sm input[type="radio"] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    .tile-selectors-sm input[type="radio"]:checked + span:before {
      background-color: #118654;
      box-shadow: inset 0 0 0 1px #118654;
      color: #fff;
      content: "\e048";
      font-family: "higux";
      line-height: 1.7em;
      text-align: center; }

.content-block {
  clear: both;
  padding-top: 15px; }
  .content-block h3 {
    border-bottom: 2px solid #118654;
    color: #118654;
    padding-bottom: 10px; }

.tile-click-radio.has-error.has-danger label {
  border-color: #b83b2f; }
  .tile-click-radio.has-error.has-danger label:before {
    color: #b83b2f; }

.tile-click-radio label {
  background: #fff;
  border: 1px solid #6B6B6B;
  border-radius: 0;
  color: #2477bf;
  font-size: 16px;
  font-weight: 400;
  padding: 1em;
  text-align: center;
  transform: scale(1);
  width: 144px; }
  @media (max-width: 767px) {
    .tile-click-radio label {
      margin-bottom: 1.5em; } }
  .tile-click-radio label .info-tile-selected {
    display: none; }
  .tile-click-radio label:focus-within {
    padding: 1em; }
  .tile-click-radio label:not(.input-disabled):hover {
    border-color: #2477bf;
    box-shadow: 0px 2px 10px 0px #2477bf;
    color: #2477bf;
    transform: scale(1.1); }
    .tile-click-radio label:not(.input-disabled):hover:before {
      color: #3a5a78; }
  .tile-click-radio label:before {
    color: #3a5a78;
    content: "\e010";
    display: block;
    font-family: "higux";
    font-size: 3em;
    margin-bottom: 0.5em;
    margin-top: 0.2em;
    text-align: center; }
  .tile-click-radio label.input-disabled {
    border-color: #dadada;
    color: #888; }
    .tile-click-radio label.input-disabled:before {
      color: #888; }
  .tile-click-radio label input {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.tile-click-radio .tile-radio-active {
  border-color: #118654;
  box-shadow: 0px 2px 10px 0px #888;
  color: #118654; }
  .tile-click-radio .tile-radio-active:before {
    color: #118654; }
  .tile-click-radio .tile-radio-active:hover:after {
    color: #2477bf; }
  .tile-click-radio .tile-radio-active input[type="radio"]:checked ~ .info-tile-selected {
    display: inline; }
    .tile-click-radio .tile-radio-active input[type="radio"]:checked ~ .info-tile-selected:before {
      content: "\e048";
      color: #fff;
      font-family: "higux";
      font-size: 1em;
      position: absolute;
      left: 2em;
      right: 0;
      bottom: -10px;
      z-index: 1; }
  .tile-click-radio .tile-radio-active:after {
    color: #118654;
    content: "\e087";
    font-family: "higux";
    font-size: 2em;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px; }

.select-label .icon {
  position: absolute;
  right: 0; }

.select-container {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 1.75em;
  /* midselect styling -> start */
  /* midselect styling -> end */ }
  .select-container:after {
    content: "\e044";
    font-family: "higux";
    text-align: center;
    line-height: 38px;
    position: absolute;
    width: 38px;
    height: 38px;
    background: #3a5a78;
    color: #fff;
    right: 0px;
    top: 1px;
    pointer-events: none; }
  .select-container select {
    border-color: #3a5a78;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 2.5em; }
    .select-container select::-ms-expand {
      /* IE 10+ (Note: appearance is not supported in IE)*/
      display: none; }
    .select-container select::-ms-value {
      /* IE blue backgroud highlight fix per git issue #548 */
      color: #484848;
      background: none; }
  .select-container [disabled] {
    background: #fff;
    border-color: #ededed; }
  .select-container.input-disabled:after {
    background: #ededed;
    color: #6B6B6B; }
  .select-container-sentence {
    display: inline-flex; }
    .select-container-sentence::after {
      content: "\e044";
      font-family: "higux";
      font-size: 0.8em;
      pointer-events: none;
      position: relative;
      right: 12px;
      top: 10px; }
    .select-container-sentence [data-midselect-from] {
      display: inline-block;
      border: 0;
      background: none;
      box-shadow: none;
      border-bottom: 1px solid black;
      width: 144px; }
    .select-container-sentence [data-midselect-to] {
      display: none; }

.form-group.has-error .select-container:after {
  background: #b83b2f; }

/* midselect styling */
[data-form-group-midselect] {
  display: inline-block;
  margin-bottom: 0; }

.midselect-after {
  position: relative; }
  @media (min-width: 514px) {
    .midselect-after {
      left: -10px; } }

.form-select.custom-select-blue .bootstrap-select button.dropdown-toggle .filter-option {
  top: .188em; }
  .form-select.custom-select-blue .bootstrap-select button.dropdown-toggle .filter-option .filter-option-inner .filter-option-inner-inner {
    transform: translateY(-15%); }

.form-select .bootstrap-select {
  padding-right: 0; }
  .form-select .bootstrap-select.open .dropdown-toggle {
    box-shadow: none; }
  .form-select .bootstrap-select.open .dropdown-menu.open {
    margin: 3px 0 0; }
    .form-select .bootstrap-select.open .dropdown-menu.open > .inner.open {
      float: left;
      width: 100%; }
      .form-select .bootstrap-select.open .dropdown-menu.open > .inner.open .dropdown-menu > li a:hover {
        background-color: #fafafa; }
    .form-select .bootstrap-select.open .dropdown-menu.open .dropdown-menu.inner li.selected a {
      outline: 0;
      background-color: #fff; }
    .form-select .bootstrap-select.open .dropdown-menu.open .dropdown-menu.inner li a {
      color: #3a5a78; }
  .form-select .bootstrap-select button.dropdown-toggle {
    height: 2.5em;
    outline: 0; }
    .form-select .bootstrap-select button.dropdown-toggle.bs-placeholder {
      color: #3a5a78; }
      .form-select .bootstrap-select button.dropdown-toggle.bs-placeholder:active, .form-select .bootstrap-select button.dropdown-toggle.bs-placeholder:focus, .form-select .bootstrap-select button.dropdown-toggle.bs-placeholder:hover {
        color: #3a5a78; }
    .form-select .bootstrap-select button.dropdown-toggle:after {
      content: "\e044";
      position: absolute;
      top: 0;
      right: 0;
      padding: 8px 8px 8px 11px;
      background: #3a5a78;
      color: white;
      pointer-events: none;
      font-family: "higux"; }
    .form-select .bootstrap-select button.dropdown-toggle.active, .form-select .bootstrap-select button.dropdown-toggle:focus, .form-select .bootstrap-select button.dropdown-toggle:hover {
      background: none !important;
      border-color: #3a5a78;
      background-color: none !important;
      outline: 0 !important; }
    .form-select .bootstrap-select button.dropdown-toggle span {
      margin-top: -0.25em; }
    .form-select .bootstrap-select button.dropdown-toggle .bs-caret {
      display: none; }
    .form-select .bootstrap-select button.dropdown-toggle .filter-option {
      top: -0.188em; }

.custom-select-blue .bootstrap-select.open .dropdown-menu.open {
  margin: 14px 0 0; }
  .custom-select-blue .bootstrap-select.open .dropdown-menu.open .dropdown-menu.inner li.selected a {
    outline: 0;
    background-color: #fff;
    color: #3a5a78; }
  .custom-select-blue .bootstrap-select.open .dropdown-menu.open .dropdown-menu.inner li a {
    color: #3a5a78; }

.custom-select-blue .bootstrap-select button.dropdown-toggle {
  height: 3.125em;
  background-color: #3a5a78;
  color: #fff; }
  .custom-select-blue .bootstrap-select button.dropdown-toggle.bs-placeholder {
    color: #fff; }
    .custom-select-blue .bootstrap-select button.dropdown-toggle.bs-placeholder:active, .custom-select-blue .bootstrap-select button.dropdown-toggle.bs-placeholder:focus, .custom-select-blue .bootstrap-select button.dropdown-toggle.bs-placeholder:hover {
      color: #fff; }
  .custom-select-blue .bootstrap-select button.dropdown-toggle:after {
    padding: 13px 13px 13px 15px; }
  .custom-select-blue .bootstrap-select button.dropdown-toggle.active, .custom-select-blue .bootstrap-select button.dropdown-toggle:focus, .custom-select-blue .bootstrap-select button.dropdown-toggle:hover {
    background: #3a5a78 !important;
    color: #fff; }
  .custom-select-blue .bootstrap-select button.dropdown-toggle span {
    margin-top: 0.1em; }
  .custom-select-blue .bootstrap-select button.dropdown-toggle.disabled {
    background-color: #ededed; }
    .custom-select-blue .bootstrap-select button.dropdown-toggle.disabled:after {
      background-color: #ededed; }
    .custom-select-blue .bootstrap-select button.dropdown-toggle.disabled.active, .custom-select-blue .bootstrap-select button.dropdown-toggle.disabled:focus, .custom-select-blue .bootstrap-select button.dropdown-toggle.disabled:hover {
      background: #ededed;
      border-color: #ededed;
      background-color: #ededed !important;
      outline: 0 !important; }

.form-horizontal .control-label {
  text-align: left; }

.form-help {
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-left: .625em; }
  .form-help.alt {
    position: absolute;
    top: .5em;
    right: 0; }
  .form-help:after {
    content: "\e028";
    font-family: "higux";
    font-size: 1em;
    position: absolute; }
  .form-help:before {
    display: block;
    content: " ";
    width: 40px;
    height: 40px;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px; }
  .form-help:focus {
    outline: none; }
  .form-help:hover {
    color: #4E79A2;
    cursor: pointer; }

.form-group textarea {
  border-color: #3a5a78;
  max-width: 100%;
  min-height: 2.5em; }
  .form-group textarea::-webkit-input-placeholder {
    color: #757575; }
  .form-group textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #757575; }
  .form-group textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #757575; }
  .form-group textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #757575; }
  .form-group textarea::-ms-input-placeholder {
    /* Edge */
    color: #757575; }
  .form-group textarea:placeholder-shown {
    /* Standard one last! */
    color: #757575; }
  .form-group textarea::placeholder {
    color: #757575;
    font-size: 1em; }
  .form-group textarea[disabled] {
    background-color: #fff;
    border-color: #ededed; }

.form-group .textarea-character-limit {
  color: #484848;
  display: block;
  padding: 0.5em 0;
  text-align: right; }

.form-group {
  /*&.has-error.tile-selectors .radio-alt:last-of-type {
    label {
      margin-bottom: 11px;
    }
  }*/
  /*&.has-error {
    h6 {
      color: $red-error;
    }

    small {
      color: $red-error;
    }

    .input-group-addon,
    input {
      border-color: $red-error;
    }

    .input-group-addon {
      color: $white;
      .icon {
        color: $white;
      }
    }

    .icon.icon-attention {
      display: inline-block;
      right: auto;
      top: auto;

      &:before {
        color: $red-error;
        font-size: 1em;
        position: relative;
        content: "\e082";

      }

      .fa.fa-caret-down {
        color: $red-error;
        left: 7px;
        position: absolute;
        top: 16px;
        display: none;
      }

      .icon.icon-caret-down-alt {
        color: $red-error;
        left: 3px;
        position: absolute;
        top: 10px;
        display: none;
      }
    }

    .radio-inline {
      color: $red-error;

      input[type="radio"] {
        border: 1px solid $red-error;
      }

      input[type=radio]::-ms-check {
        border-color: $red-error;
      }
    }

    .checkbox-inline {
      color: $red-error;

      .icon:before {
        border: 1px solid $red-error;
      }
    }

    div.help-block {
      color: $red-error;
      margin-left: 2em;
      //position: absolute;

      &.help-block-horizontal {
        color: $red-error;
        margin-left: 4em;
      }
    }

    .checkbox-error,
    .checkbox-horizontal-error,
    .radio-error,
    .radio-horizontal-error {
      display: block;
      position: relative;
      top: 0;
      float: left;
      display: block;
      width: 24px;
      height: 24px;
      //background-color: $red-error;

      i.fa.fa-caret-up {
        color: $red-error;
        vertical-align: top;
        position: absolute;
        top: -0.67em;
        right: 0.45em;
      }
    }

    .icon.icon-attention {
      &.radio-error {
        top: -0.2em;
      }

      &.checkbox-horizontal-error {
        top: 1.7em;
        left: 1.5em;
      }

      &.radio-horizontal-error {
        left: 1.5em;
        top: 2.25em;
      }
    }
  }*/ }
  .form-group .icon.icon-attention {
    display: none; }
  .form-group.has-error {
    /* Error alignment (end) */ }
    .form-group.has-error .radio, .form-group.has-error .checkbox {
      /* Error alignment (start) */ }
      .form-group.has-error .radio:last-child, .form-group.has-error .checkbox:last-child {
        margin-bottom: 0; }
    .form-group.has-error .help-block {
      margin-bottom: 0; }
    .form-group.has-error.tile-selectors .checkbox, .form-group.has-error.tile-selectors .radio {
      margin-bottom: 10px; }
    .form-group.has-error .radio-alt-error {
      margin-top: -5px; }
    .form-group.has-error label, .form-group.has-error label.control-label,
    .form-group.has-error .radio-inline, .form-group.has-error .checkbox-inline, .form-group.has-error .toggle-title {
      color: #b83b2f; }
    .form-group.has-error label.checkbox-inline [type="checkbox"] ~ ::before {
      color: #b83b2f; }
    .form-group.has-error label.checkbox-inline .icon:before {
      color: #b83b2f; }
    .form-group.has-error label .radio-alt-title:not(.input-disabled):before {
      box-shadow: inset 0 0 0 2px #b83b2f; }
    .form-group.has-error .btn-group-toggle label {
      border-color: #b83b2f; }
      .form-group.has-error .btn-group-toggle label .active {
        background-color: #b83b2f;
        color: #fff; }
    .form-group.has-error .input-group-addon,
    .form-group.has-error input, .form-group.has-error select, .form-group.has-error .form-control {
      border-color: #b83b2f; }
    .form-group.has-error input {
      border-color: #b83b2f;
      box-shadow: none;
      outline: 0; }
      .form-group.has-error input:active, .form-group.has-error input:focus {
        border-color: #b83b2f;
        box-shadow: none;
        outline: 0; }
    .form-group.has-error [data-input-sentence] {
      border-bottom: 1px solid #b83b2f; }
      .form-group.has-error [data-input-sentence]:focus {
        border: 0;
        border-bottom: 1px solid #b83b2f; }
    .form-group.has-error .input-group.spinner .icon.icon-attention {
      top: 100%;
      right: 100%; }
    .form-group.has-error .input-group.spinner .input-group-addon.spinner-addon {
      background-color: #b83b2f; }
    .form-group.has-error .input-group-addon {
      background-color: #b83b2f; }
      .form-group.has-error .input-group-addon .icon {
        color: #fff; }
      .form-group.has-error .input-group-addon.icon.icon-camera {
        background-color: #b83b2f;
        color: #fff; }
    .form-group.has-error .icon.icon-attention {
      width: 0px;
      display: inline-block;
      right: auto;
      top: auto; }
      .form-group.has-error .icon.icon-attention[disabled] {
        display: none; }
      .form-group.has-error .icon.icon-attention:before {
        color: #b83b2f;
        font-size: 1em;
        position: relative;
        content: "\e082";
        vertical-align: -1px; }
      .form-group.has-error .icon.icon-attention .fa.fa-caret-down {
        color: #b83b2f;
        left: 7px;
        position: absolute;
        top: 16px;
        display: none; }
      .form-group.has-error .icon.icon-attention .icon.icon-caret-down-alt {
        color: #b83b2f;
        left: 3px;
        position: absolute;
        top: 10px;
        display: none; }
    .form-group.has-error .help-block {
      margin-left: 1.5em;
      color: #b83b2f; }
      .form-group.has-error .help-block.help-block-horizontal {
        margin-left: 4em; }
    .form-group.has-error .custom-label-one:after,
    .form-group.has-error select.select {
      background-color: #b83b2f; }
    .form-group.has-error .date-time-picker input.form-control {
      border-color: #b83b2f; }
    .form-group.has-error .date-time-picker .input-group-addon {
      background-color: #b83b2f;
      color: #fff; }

.form-group.has-success .radio, .form-group.has-success .radio-inline {
  color: #3a5a78; }

.panel-default-subject-alt {
  margin-top: 0; }

.panel-group-alt {
  margin-bottom: 0; }
  .panel-group-alt .sub-panel .panel .accordion-toggle .panel-heading {
    border-bottom: none;
    border-top: 1px solid #ededed;
    padding: 0.5em 2em; }
    .panel-group-alt .sub-panel .panel .accordion-toggle .panel-heading .icon {
      vertical-align: middle; }
    .panel-group-alt .sub-panel .panel .accordion-toggle .panel-heading .panel-title {
      padding-left: 0.34em; }
    .panel-group-alt .sub-panel .panel .accordion-toggle .panel-heading .icon,
    .panel-group-alt .sub-panel .panel .accordion-toggle .panel-heading .panel-title {
      display: inline; }
  .panel-group-alt .sub-panel .panel .accordion-toggle .collapse-text {
    margin-top: 0.75em; }
    .panel-group-alt .sub-panel .panel .accordion-toggle .collapse-text .icon:before {
      transform: rotate(180deg);
      transition: all 0.5s linear;
      position: absolute;
      font-size: 0.8em;
      right: 2em; }
  .panel-group-alt .sub-panel .panel .accordion-toggle.collapsed .collapse-text .icon:before {
    transform: rotate(0deg); }

@media (min-width: 768px) {
  .panel-group-alt {
    margin-bottom: 0; }
    .panel-group-alt .sub-panel .panel .accordion-toggle .collapse-text:after {
      content: 'Show Less';
      font-size: 1em;
      position: absolute;
      right: 3.35em;
      margin-top: 2px; }
    .panel-group-alt .sub-panel .panel .accordion-toggle .collapse-text .icon:before {
      right: 5.8em; }
    .panel-group-alt .sub-panel .panel .accordion-toggle.collapsed .collapse-text:after {
      content: 'Show More';
      right: 3em; } }

.panel-group-fade .panel-body .panel-content.panel-content-bottom {
  padding-bottom: 0; }

.panel-group-fade .panel-body .panel-content.panel-content-top {
  padding-top: 0; }

.panel-group-fade .panel-body .panel-content-fade[aria-expanded=false] {
  position: relative;
  display: block;
  height: 4.58em !important;
  overflow: hidden; }
  .panel-group-fade .panel-body .panel-content-fade[aria-expanded=false]:before {
    height: 50px;
    content: " ";
    background: #fff;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    visibility: visible; }

.panel-group-fade .panel-body .panel-btn-fade {
  padding: 0;
  text-decoration: none; }
  .panel-group-fade .panel-body .panel-btn-fade:after {
    content: "Collapse Content"; }
  .panel-group-fade .panel-body .panel-btn-fade .icon {
    position: relative;
    top: 2px; }
  .panel-group-fade .panel-body .panel-btn-fade .icon-caret-down {
    display: none; }
  .panel-group-fade .panel-body .panel-btn-fade .icon-caret-up {
    display: inline; }
  .panel-group-fade .panel-body .panel-btn-fade.collapsed .icon-caret-down {
    display: inline; }
  .panel-group-fade .panel-body .panel-btn-fade.collapsed .icon-caret-up {
    display: none; }
  .panel-group-fade .panel-body .panel-btn-fade.collapsed:after {
    content: "View All Content"; }

.nav-pills li {
  margin-bottom: 1em; }
  .nav-pills li:not(:first-of-type) {
    margin-left: 0; }
  .nav-pills li:not(:last-of-type) {
    margin-right: 1em; }
  .nav-pills li.active a {
    background-color: #2477bf;
    border-color: #2477bf; }
    .nav-pills li.active a:hover {
      border-color: #2477bf; }
    .nav-pills li.active a:focus {
      background-color: #2477bf; }
  .nav-pills li a {
    border: 1px solid #dadada;
    border-radius: 5px;
    font-size: 0.875em;
    padding: 0.2em 2em; }
    .nav-pills li a:hover {
      background-color: #ededed; }

.tab-content {
  font-size: 0.875em; }

.timeline-group-nav .message, .timeline-group-nav .marker, .timeline-group-nav .line {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }

.timeline-group-nav .message .media::before, .timeline-group-nav .message .media::after {
  content: "";
  width: 0px;
  height: 0px;
  border: 0.8em solid transparent;
  position: absolute; }

.timeline-group-nav.tline .message .media, .timeline-group-nav .message .media.active, .timeline-group-nav .message .media:hover {
  background-color: #2477bf; }
  .timeline-group-nav.tline .message .left.media::before, .timeline-group-nav .message .left.media.active::before, .timeline-group-nav .message .left.media:hover::before {
    border-left: 19px solid #2477bf;
    right: -30px;
    top: 30%; }
  .timeline-group-nav.tline .message .right.media::before, .timeline-group-nav .message .right.media.active::before, .timeline-group-nav .message .right.media:hover::before {
    border-right: 19px solid #2477bf;
    left: -30px;
    top: 30%; }
  .timeline-group-nav.tline .message .media::after, .timeline-group-nav .message .media.active::after, .timeline-group-nav .message .media:hover::after {
    display: none; }
  .timeline-group-nav.tline .message .media .icon, .timeline-group-nav .message .media.active .icon, .timeline-group-nav .message .media:hover .icon,
  .timeline-group-nav.tline .message .media .media-heading,
  .timeline-group-nav .message .media.active .media-heading,
  .timeline-group-nav .message .media:hover .media-heading {
    color: #fff; }

@media (min-width: 768px) {
  .timeline-header-left {
    width: 50%; } }

.timeline-header-left-title {
  border-bottom: 1px solid #3a5a78;
  text-align: center;
  padding-bottom: .5em;
  margin-bottom: .5em; }

.timeline-header-left p {
  text-align: center;
  font-size: .75em;
  margin-bottom: 0; }

@media (min-width: 768px) {
  .timeline-alt {
    display: table;
    width: 100%;
    margin-bottom: 20px; } }

.timeline-alt-description {
  display: none; }
  @media (min-width: 768px) {
    .timeline-alt-description {
      clear: both;
      margin: 2em;
      padding: 2em;
      border: 1px solid #888;
      display: block; } }

.timeline-alt-step {
  display: table;
  position: relative;
  margin-bottom: 110px;
  color: #757575; }
  @media (min-width: 768px) {
    .timeline-alt-step {
      margin-bottom: 0;
      text-align: center;
      display: table-cell;
      width: 20%; } }
  .timeline-alt-step-icon {
    display: table-cell;
    vertical-align: middle; }
    .timeline-alt-step-icon .icon:before {
      display: block;
      font-size: 3em;
      content: "\e096";
      font-family: higux; }
    @media (min-width: 768px) {
      .timeline-alt-step-icon {
        display: block; } }
  .timeline-alt-step-progress {
    position: absolute;
    background-color: #dadada;
    width: 3px;
    height: 118px;
    top: 60px;
    left: 1.5em; }
    @media (min-width: 768px) {
      .timeline-alt-step-progress {
        width: 60%;
        height: 3px;
        top: 2em;
        margin-left: 70%;
        left: auto; } }
  .timeline-alt-step-title {
    font-weight: 500;
    display: table-cell;
    vertical-align: middle;
    padding-left: .75em;
    font-size: 1.2em;
    position: relative;
    width: 95%; }
    .timeline-alt-step-title .description {
      position: absolute;
      font-weight: 400;
      font-size: .9em;
      display: none; }
      @media (min-width: 768px) {
        .timeline-alt-step-title .description {
          display: none; } }
    @media (min-width: 768px) {
      .timeline-alt-step-title {
        display: block; } }
  .timeline-alt-step[data-progress='complete'] {
    color: #484848; }
    .timeline-alt-step[data-progress='complete'] .timeline-alt-step-progress {
      background-color: #13a060; }
    .timeline-alt-step[data-progress='complete'] .icon:before {
      content: "\e00a";
      font-family: higux;
      color: #13a060; }
  .timeline-alt-step[data-progress='current'] {
    color: #484848; }
    .timeline-alt-step[data-progress='current'] .icon:before {
      content: "\e93F";
      font-family: higux;
      color: #5F1796; }
    .timeline-alt-step[data-progress='current'] .timeline-alt-step-title .description {
      display: block; }
      @media (min-width: 768px) {
        .timeline-alt-step[data-progress='current'] .timeline-alt-step-title .description {
          display: none; } }

.timeline-group {
  border-bottom: 1px solid #3a5a78;
  display: table;
  position: relative;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .timeline-group-left {
      width: 50%;
      display: table-cell; } }
  .timeline-group-right {
    background-color: #eaf2f8;
    border-top: 5px solid #2477bf;
    bottom: 20px;
    display: table-cell;
    padding: 15px 20px 20px;
    position: absolute;
    top: 20px; }
    @media (min-width: 768px) {
      .timeline-group-right {
        bottom: initial;
        display: table-cell;
        top: initial;
        position: relative;
        vertical-align: top;
        width: 50%; } }
    .timeline-group-right-description {
      display: none; }
      .timeline-group-right-description.in {
        display: block; }
      .timeline-group-right-description-cta {
        position: absolute;
        bottom: 14px;
        right: 20px;
        left: 20px;
        padding-top: 1em;
        border-top: 1px solid #3a5a78;
        font-size: .75em; }
        .timeline-group-right-description-cta p {
          margin-bottom: 0; }
  .timeline-group-nav {
    display: table;
    width: 100%;
    margin-bottom: 0; }
    .timeline-group-nav a:active,
    .timeline-group-nav a:hover,
    .timeline-group-nav a:focus,
    .timeline-group-nav a:visited {
      text-decoration: none; }
    .timeline-group-nav.tline.in .line hr {
      border-top: dashed 2px #2477bf; }
    .timeline-group-nav.tline.in .message hr {
      border-top: dashed 2px #2477bf;
      margin-left: 20px;
      display: none; }
      @media (min-width: 768px) {
        .timeline-group-nav.tline.in .message hr {
          display: block; } }
    .timeline-group-nav .message {
      width: 45%;
      position: relative; }
      .timeline-group-nav .message hr {
        border-top: 0; }
      .timeline-group-nav .message .media {
        background-color: #fff;
        padding: 15px 10px;
        position: relative;
        margin: 0 20px;
        overflow: visible;
        border: 1px solid #2477bf; }
        .timeline-group-nav .message .media-left {
          padding-right: .5em; }
        .timeline-group-nav .message .media-heading {
          padding-bottom: 0;
          margin-bottom: 0;
          font-size: .75em;
          line-height: 1em; }
        .timeline-group-nav .message .media.left::before {
          border-left: 19px solid #2477bf;
          right: -32px;
          top: 30%; }
        .timeline-group-nav .message .media.left::after {
          border-left: 19px solid #fff;
          right: -30px;
          top: 30%; }
        .timeline-group-nav .message .media.right {
          position: absolute;
          top: 3px; }
        .timeline-group-nav .message .media.right::before {
          border-right: 19px solid #2477bf;
          left: -32px;
          top: 30%; }
        .timeline-group-nav .message .media.right::after {
          border-right: 19px solid #fff;
          left: -30px;
          top: 30%; }
        .timeline-group-nav .message .media .icon {
          font-size: 1em; }
    .timeline-group-nav .marker {
      width: 10%;
      text-align: center; }
      .timeline-group-nav .marker .vline {
        height: 100%;
        display: table;
        width: 1px;
        height: 68px;
        border-left: 1px solid #888;
        margin-left: 50%; }
        .timeline-group-nav .marker .vline.short {
          height: 24px; }
        .timeline-group-nav .marker .vline .dot {
          display: table-cell;
          line-height: 1;
          vertical-align: middle; }
          .timeline-group-nav .marker .vline .dot:before {
            background-color: #fff;
            background-color: #2477bf;
            border: 3px solid #b6d3e9;
            border-radius: 50%;
            content: " ";
            display: block;
            height: 1.125em;
            margin-left: -0.55em;
            position: absolute;
            width: 1.125em; }
    .timeline-group-nav .line {
      width: 45%; }
      .timeline-group-nav .line hr {
        display: none;
        color: #fff;
        height: 0px;
        border-top: 0; }
        @media (min-width: 768px) {
          .timeline-group-nav .line hr {
            display: block; } }
        .timeline-group-nav .line hr.active {
          border-top: dashed 2px #2477bf; }

.dropdown-menu {
  padding: 0; }
  .dropdown-menu > li a:hover, .dropdown-menu > li a:focus {
    background-color: #3a5a78;
    color: white; }

@media (max-width: 767px) {
  .tab-accordion .tab-content {
    padding: 0; }
    .tab-accordion .tab-content .tab-pane {
      display: block; }
    .tab-accordion .tab-content .panel-title a {
      display: block; }
    .tab-accordion .tab-content .panel {
      box-shadow: none;
      border-radius: 0; }
      .tab-accordion .tab-content .panel-body {
        padding: 1em; }
  .tab-accordion .nav-tabs {
    display: none; }
    .tab-accordion .nav-tabs-wrapper {
      border-bottom: 0; } }

.tab-content {
  padding: 1em; }

.nav-tabs {
  width: 162px;
  display: table;
  table-layout: fixed;
  border-bottom: none;
  border-spacing: 2px 0;
  margin: 0; }
  .nav-tabs-wrapper {
    width: 100%;
    position: relative; }
    .nav-tabs-wrapper::before {
      content: "";
      display: block;
      border-bottom: 1px solid #dadada;
      width: 100%;
      height: 100%;
      position: absolute; }
    .nav-tabs-wrapper[data-overflow="tab"] {
      overflow-x: hidden;
      overflow: scroll;
      overflow: -moz-scrollbars-none;
      -ms-overflow-style: none; }
      .nav-tabs-wrapper[data-overflow="tab"]::-webkit-scrollbar {
        height: 0px; }
  .nav-tabs > li {
    width: 162px;
    display: table-cell;
    background-color: #ededed;
    border-bottom: 1px solid transparent;
    float: none;
    vertical-align: middle;
    left: -4px; }
    .nav-tabs > li:hover {
      border-bottom: 1px solid #dadada;
      text-decoration: underline; }
    .nav-tabs > li.active {
      text-decoration: none;
      background-color: #fff;
      border: 1px solid #dadada;
      border-bottom: 1px solid transparent;
      text-decoration: none; }
      .nav-tabs > li.active a {
        word-wrap: break-word;
        border: none; }
        .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus, .nav-tabs > li.active a:active, .nav-tabs > li.active a:focus-within {
          border: none; }
    .nav-tabs > li > a {
      color: #3a5a78;
      font-weight: normal;
      text-align: center;
      word-wrap: break-word;
      border: none;
      margin-right: 2px; }
      .nav-tabs > li > a:hover, .nav-tabs > li > a:focus, .nav-tabs > li > a:active {
        border: none; }

@media (min-width: 768px) {
  .tab-accordion .nav-tabs {
    position: relative; }
    .tab-accordion .nav-tabs::before {
      content: "";
      display: block;
      border-bottom: 1px solid #dadada;
      width: 100%;
      height: 100%;
      position: absolute; }
  .tab-accordion .tab-content .panel-heading {
    display: none; }
  .tab-accordion .tab-content .panel {
    border: none;
    box-shadow: none; }
  .tab-accordion .tab-content .panel-collapse {
    height: auto !important; }
    .tab-accordion .tab-content .panel-collapse.collapse {
      display: block; }
  .tab-accordion .tab-content .panel-primary .panel-body {
    border: 0; } }

.tile-circle {
  margin: 0 auto;
  border: 0.125em solid;
  border-radius: 50%;
  width: 7.25em;
  margin-top: 2em;
  text-align: center;
  display: inline-block;
  position: relative;
  line-height: 7em; }
  .tile-circle.big {
    font-size: 20px; }
  .tile-circle.small {
    font-size: 10px; }
  .tile-circle.enlarge-flip {
    display: inline-block !important;
    transform: scale(1);
    transition: transform linear .4s; }
    .tile-circle.enlarge-flip .icon {
      display: inline-block !important;
      vertical-align: middle;
      transform: rotateY(0);
      transition: transform linear .7s;
      line-height: normal !important; }
    .tile-circle.enlarge-flip:hover {
      transform: scale(1.1); }
      .tile-circle.enlarge-flip:hover .icon {
        transform: rotateY(180deg); }
  .tile-circle .icon {
    font-size: 3.5em;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    line-height: normal; }
  .tile-circle.blue {
    background-color: #b6d3e9;
    border-color: #3a5a78; }
    .tile-circle.blue .icon {
      color: #3a5a78; }
    .tile-circle.blue:hover, .tile-circle.blue.in {
      background-color: #3a5a78;
      cursor: pointer; }
      .tile-circle.blue:hover .icon::before, .tile-circle.blue.in .icon::before {
        color: #fff; }
    .tile-circle.blue.add::before {
      font-family: "higux";
      content: "\e087";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      font-size: 2em;
      color: #3a5a78;
      left: 50%;
      margin-left: -0.5em;
      margin-top: -0.5em; }
    .tile-circle.blue.add::after {
      left: 54%;
      font-family: "higux";
      left: 50%;
      content: "";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      font-size: 2em;
      color: #fff;
      margin-left: -0.5em;
      margin-top: -0.5em; }
    .tile-circle.blue.add:hover::before, .tile-circle.blue.add.in::before {
      text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }
    .tile-circle.blue.check::before {
      font-family: "higux";
      content: "\e087";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      font-size: 2em;
      color: #3a5a78;
      left: 50%;
      margin-left: -0.5em;
      margin-top: -0.5em; }
    .tile-circle.blue.check::after {
      left: 54%;
      font-family: "higux";
      left: 50%;
      content: "";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      font-size: 2em;
      color: #fff;
      margin-left: -0.5em;
      margin-top: -0.5em; }
    .tile-circle.blue.check:hover::before, .tile-circle.blue.check.in::before {
      text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }
  .tile-circle.white {
    background-color: #fff;
    border-color: #3a5a78; }
    .tile-circle.white .icon {
      color: #3a5a78; }
    .tile-circle.white:hover, .tile-circle.white.in {
      background-color: #b6d3e9;
      cursor: pointer; }
      .tile-circle.white:hover .icon::before, .tile-circle.white.in .icon::before {
        color: #fff; }
    .tile-circle.white.add::before {
      font-family: "higux";
      content: "\e087";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      font-size: 2em;
      color: #3a5a78;
      left: 50%;
      margin-left: -0.5em;
      margin-top: -0.5em; }
    .tile-circle.white.add::after {
      left: 54%;
      font-family: "higux";
      left: 50%;
      content: "";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      font-size: 2em;
      color: #fff;
      margin-left: -0.5em;
      margin-top: -0.5em; }
    .tile-circle.white.add:hover::before, .tile-circle.white.add.in::before {
      text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }
    .tile-circle.white.check::before {
      font-family: "higux";
      content: "\e087";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      font-size: 2em;
      color: #3a5a78;
      left: 50%;
      margin-left: -0.5em;
      margin-top: -0.5em; }
    .tile-circle.white.check::after {
      left: 54%;
      font-family: "higux";
      left: 50%;
      content: "";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      font-size: 2em;
      color: #fff;
      margin-left: -0.5em;
      margin-top: -0.5em; }
    .tile-circle.white.check:hover::before, .tile-circle.white.check.in::before {
      text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }
  .tile-circle.green {
    background-color: #fff;
    border-color: #118654; }
    .tile-circle.green .icon {
      color: #118654; }
    .tile-circle.green:hover, .tile-circle.green.in {
      background-color: #118654;
      cursor: pointer; }
      .tile-circle.green:hover .icon::before, .tile-circle.green.in .icon::before {
        color: #fff; }
    .tile-circle.green.add::before {
      font-family: "higux";
      content: "\e087";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      font-size: 2em;
      color: #118654;
      left: 50%;
      margin-left: -0.5em;
      margin-top: -0.5em; }
    .tile-circle.green.add::after {
      left: 54%;
      font-family: "higux";
      left: 50%;
      content: "";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      font-size: 2em;
      color: #fff;
      margin-left: -0.5em;
      margin-top: -0.5em; }
    .tile-circle.green.add:hover::before, .tile-circle.green.add.in::before {
      text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }
    .tile-circle.green.check::before {
      font-family: "higux";
      content: "\e087";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      font-size: 2em;
      color: #118654;
      left: 50%;
      margin-left: -0.5em;
      margin-top: -0.5em; }
    .tile-circle.green.check::after {
      left: 54%;
      font-family: "higux";
      left: 50%;
      content: "";
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      font-size: 2em;
      color: #fff;
      margin-left: -0.5em;
      margin-top: -0.5em; }
    .tile-circle.green.check:hover::before, .tile-circle.green.check.in::before {
      text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }

label.input-disabled .tile-circle {
  background-color: #ededed;
  color: #aaaaaa;
  border-color: #aaaaaa; }
  label.input-disabled .tile-circle .icon {
    color: #aaaaaa; }
  label.input-disabled .tile-circle:hover {
    background-color: #ededed;
    color: #aaaaaa;
    border-color: #aaaaaa;
    cursor: not-allowed; }
    label.input-disabled .tile-circle:hover .icon, label.input-disabled .tile-circle:hover .icon::before {
      color: #aaaaaa; }

label.input-disabled p {
  color: #aaaaaa; }

.label-default {
  background-color: #484848;
  border-radius: 0.25em;
  color: #fff;
  font-weight: normal; }

.label-primary {
  background-color: #3a5a78;
  border-radius: 0.25em;
  color: #fff;
  font-weight: normal; }

.label-info {
  background-color: #2477bf;
  border-radius: 0.25em;
  color: #fff;
  font-weight: normal; }

.label-success {
  background-color: #118654;
  border-radius: 0.25em;
  color: #fff;
  font-weight: normal; }

.label-warning {
  background-color: #e87502;
  border-radius: 0.25em;
  color: #fff;
  font-weight: normal; }

.label-danger {
  background-color: #b83b2f;
  border-radius: 0.25em;
  color: #fff;
  font-weight: normal; }

.horizontal-bar {
  height: 0.625em;
  overflow: hidden;
  background-color: #dadada;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(50%); }
  .horizontal-bar-progress {
    float: left;
    width: 100%;
    height: 100%;
    font-size: 0.75em;
    line-height: 1.25em;
    color: #fff;
    text-align: center;
    background-color: #118654;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    transition: width .6s ease;
    border-radius: 4px; }
  .horizontal-bar-text {
    font-weight: 500;
    color: #484848;
    margin-bottom: 0.313em; }

.cw-story .cw-body .media-top {
  margin-top: 30px;
  padding-bottom: 30px;
  position: relative;
  padding-right: 30px; }
  .cw-story .cw-body .media-top:before {
    content: " ";
    position: absolute;
    width: 70%;
    height: 100%;
    background-color: #b6d3e9;
    right: 0;
    bottom: 50px; }
  .cw-story .cw-body .media-top img {
    position: relative;
    z-index: 2;
    border: 15px solid #fff;
    border-left: 0;
    border-bottom: 0; }

.cw-story .cw-body .media-body {
  position: relative;
  padding-left: 30px;
  padding-right: 45px; }
  .cw-story .cw-body .media-body:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 8px;
    background-color: #f7941f; }

.circle-data-progress {
  width: 8em;
  height: 8em;
  background-color: #CC97FF;
  border-radius: 50%;
  display: inline-block;
  display: block;
  margin: auto; }
  @media (min-width: 768px) {
    .circle-data-progress {
      display: inline-block; } }
  .circle-data-progress-inbound, .circle-data-progress-outbound {
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: top; }
    .circle-data-progress-inbound [class$="progress"], .circle-data-progress-outbound [class$="progress"] {
      font-size: 4em;
      font-weight: 500; }
  .circle-data-progress-inbound {
    /*&.visible-xs {
      display: inline-block !important;

      @media (min-width: $screen-sm-min) {
        display: none !important;
      }
    }*/ }
    .circle-data-progress-inbound .inbound-progress {
      color: #5E2D8F; }
  .circle-data-progress-outbound .outbound-progress {
    color: #CC97FF; }
  .circle-data-progress .circle .fill,
  .circle-data-progress .circle .mask {
    width: 8em;
    height: 8em;
    position: absolute;
    border-radius: 50%; }
  .circle-data-progress .circle .fill,
  .circle-data-progress .circle .mask {
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform 1s;
    transition: -ms-transform 1s;
    transition: transform 1s;
    border-radius: 50%; }
  .circle-data-progress .circle .mask {
    clip: rect(0, 8em, 8em, 4em); }
    .circle-data-progress .circle .mask .fill {
      clip: rect(0, 4em, 8em, 0);
      background-color: #5E2D8F; }
  .circle-data-progress .inset {
    width: 6.5em;
    height: 6.5em;
    position: absolute;
    margin-left: 0.75em;
    margin-top: 0.75em;
    background-color: #fff;
    border-radius: 50%; }
    .circle-data-progress .inset .percentage {
      height: 1em;
      width: 2.5em;
      overflow: hidden;
      position: absolute;
      top: 2.75em;
      left: 2em;
      line-height: 1;
      text-align: center; }
  .circle-data-progress[data-progress='1'] .circle .fill,
  .circle-data-progress[data-progress='1'] .circle .mask.full {
    transform: rotate(1.8deg); }
  .circle-data-progress[data-progress='1'] .circle .fill.fix {
    transform: rotate(3.6deg); }
  .circle-data-progress[data-progress='2'] .circle .fill,
  .circle-data-progress[data-progress='2'] .circle .mask.full {
    transform: rotate(3.6deg); }
  .circle-data-progress[data-progress='2'] .circle .fill.fix {
    transform: rotate(7.2deg); }
  .circle-data-progress[data-progress='3'] .circle .fill,
  .circle-data-progress[data-progress='3'] .circle .mask.full {
    transform: rotate(5.4deg); }
  .circle-data-progress[data-progress='3'] .circle .fill.fix {
    transform: rotate(10.8deg); }
  .circle-data-progress[data-progress='4'] .circle .fill,
  .circle-data-progress[data-progress='4'] .circle .mask.full {
    transform: rotate(7.2deg); }
  .circle-data-progress[data-progress='4'] .circle .fill.fix {
    transform: rotate(14.4deg); }
  .circle-data-progress[data-progress='5'] .circle .fill,
  .circle-data-progress[data-progress='5'] .circle .mask.full {
    transform: rotate(9deg); }
  .circle-data-progress[data-progress='5'] .circle .fill.fix {
    transform: rotate(18deg); }
  .circle-data-progress[data-progress='6'] .circle .fill,
  .circle-data-progress[data-progress='6'] .circle .mask.full {
    transform: rotate(10.8deg); }
  .circle-data-progress[data-progress='6'] .circle .fill.fix {
    transform: rotate(21.6deg); }
  .circle-data-progress[data-progress='7'] .circle .fill,
  .circle-data-progress[data-progress='7'] .circle .mask.full {
    transform: rotate(12.6deg); }
  .circle-data-progress[data-progress='7'] .circle .fill.fix {
    transform: rotate(25.2deg); }
  .circle-data-progress[data-progress='8'] .circle .fill,
  .circle-data-progress[data-progress='8'] .circle .mask.full {
    transform: rotate(14.4deg); }
  .circle-data-progress[data-progress='8'] .circle .fill.fix {
    transform: rotate(28.8deg); }
  .circle-data-progress[data-progress='9'] .circle .fill,
  .circle-data-progress[data-progress='9'] .circle .mask.full {
    transform: rotate(16.2deg); }
  .circle-data-progress[data-progress='9'] .circle .fill.fix {
    transform: rotate(32.4deg); }
  .circle-data-progress[data-progress='10'] .circle .fill,
  .circle-data-progress[data-progress='10'] .circle .mask.full {
    transform: rotate(18deg); }
  .circle-data-progress[data-progress='10'] .circle .fill.fix {
    transform: rotate(36deg); }
  .circle-data-progress[data-progress='11'] .circle .fill,
  .circle-data-progress[data-progress='11'] .circle .mask.full {
    transform: rotate(19.8deg); }
  .circle-data-progress[data-progress='11'] .circle .fill.fix {
    transform: rotate(39.6deg); }
  .circle-data-progress[data-progress='12'] .circle .fill,
  .circle-data-progress[data-progress='12'] .circle .mask.full {
    transform: rotate(21.6deg); }
  .circle-data-progress[data-progress='12'] .circle .fill.fix {
    transform: rotate(43.2deg); }
  .circle-data-progress[data-progress='13'] .circle .fill,
  .circle-data-progress[data-progress='13'] .circle .mask.full {
    transform: rotate(23.4deg); }
  .circle-data-progress[data-progress='13'] .circle .fill.fix {
    transform: rotate(46.8deg); }
  .circle-data-progress[data-progress='14'] .circle .fill,
  .circle-data-progress[data-progress='14'] .circle .mask.full {
    transform: rotate(25.2deg); }
  .circle-data-progress[data-progress='14'] .circle .fill.fix {
    transform: rotate(50.4deg); }
  .circle-data-progress[data-progress='15'] .circle .fill,
  .circle-data-progress[data-progress='15'] .circle .mask.full {
    transform: rotate(27deg); }
  .circle-data-progress[data-progress='15'] .circle .fill.fix {
    transform: rotate(54deg); }
  .circle-data-progress[data-progress='16'] .circle .fill,
  .circle-data-progress[data-progress='16'] .circle .mask.full {
    transform: rotate(28.8deg); }
  .circle-data-progress[data-progress='16'] .circle .fill.fix {
    transform: rotate(57.6deg); }
  .circle-data-progress[data-progress='17'] .circle .fill,
  .circle-data-progress[data-progress='17'] .circle .mask.full {
    transform: rotate(30.6deg); }
  .circle-data-progress[data-progress='17'] .circle .fill.fix {
    transform: rotate(61.2deg); }
  .circle-data-progress[data-progress='18'] .circle .fill,
  .circle-data-progress[data-progress='18'] .circle .mask.full {
    transform: rotate(32.4deg); }
  .circle-data-progress[data-progress='18'] .circle .fill.fix {
    transform: rotate(64.8deg); }
  .circle-data-progress[data-progress='19'] .circle .fill,
  .circle-data-progress[data-progress='19'] .circle .mask.full {
    transform: rotate(34.2deg); }
  .circle-data-progress[data-progress='19'] .circle .fill.fix {
    transform: rotate(68.4deg); }
  .circle-data-progress[data-progress='20'] .circle .fill,
  .circle-data-progress[data-progress='20'] .circle .mask.full {
    transform: rotate(36deg); }
  .circle-data-progress[data-progress='20'] .circle .fill.fix {
    transform: rotate(72deg); }
  .circle-data-progress[data-progress='21'] .circle .fill,
  .circle-data-progress[data-progress='21'] .circle .mask.full {
    transform: rotate(37.8deg); }
  .circle-data-progress[data-progress='21'] .circle .fill.fix {
    transform: rotate(75.6deg); }
  .circle-data-progress[data-progress='22'] .circle .fill,
  .circle-data-progress[data-progress='22'] .circle .mask.full {
    transform: rotate(39.6deg); }
  .circle-data-progress[data-progress='22'] .circle .fill.fix {
    transform: rotate(79.2deg); }
  .circle-data-progress[data-progress='23'] .circle .fill,
  .circle-data-progress[data-progress='23'] .circle .mask.full {
    transform: rotate(41.4deg); }
  .circle-data-progress[data-progress='23'] .circle .fill.fix {
    transform: rotate(82.8deg); }
  .circle-data-progress[data-progress='24'] .circle .fill,
  .circle-data-progress[data-progress='24'] .circle .mask.full {
    transform: rotate(43.2deg); }
  .circle-data-progress[data-progress='24'] .circle .fill.fix {
    transform: rotate(86.4deg); }
  .circle-data-progress[data-progress='25'] .circle .fill,
  .circle-data-progress[data-progress='25'] .circle .mask.full {
    transform: rotate(45deg); }
  .circle-data-progress[data-progress='25'] .circle .fill.fix {
    transform: rotate(90deg); }
  .circle-data-progress[data-progress='26'] .circle .fill,
  .circle-data-progress[data-progress='26'] .circle .mask.full {
    transform: rotate(46.8deg); }
  .circle-data-progress[data-progress='26'] .circle .fill.fix {
    transform: rotate(93.6deg); }
  .circle-data-progress[data-progress='27'] .circle .fill,
  .circle-data-progress[data-progress='27'] .circle .mask.full {
    transform: rotate(48.6deg); }
  .circle-data-progress[data-progress='27'] .circle .fill.fix {
    transform: rotate(97.2deg); }
  .circle-data-progress[data-progress='28'] .circle .fill,
  .circle-data-progress[data-progress='28'] .circle .mask.full {
    transform: rotate(50.4deg); }
  .circle-data-progress[data-progress='28'] .circle .fill.fix {
    transform: rotate(100.8deg); }
  .circle-data-progress[data-progress='29'] .circle .fill,
  .circle-data-progress[data-progress='29'] .circle .mask.full {
    transform: rotate(52.2deg); }
  .circle-data-progress[data-progress='29'] .circle .fill.fix {
    transform: rotate(104.4deg); }
  .circle-data-progress[data-progress='30'] .circle .fill,
  .circle-data-progress[data-progress='30'] .circle .mask.full {
    transform: rotate(54deg); }
  .circle-data-progress[data-progress='30'] .circle .fill.fix {
    transform: rotate(108deg); }
  .circle-data-progress[data-progress='31'] .circle .fill,
  .circle-data-progress[data-progress='31'] .circle .mask.full {
    transform: rotate(55.8deg); }
  .circle-data-progress[data-progress='31'] .circle .fill.fix {
    transform: rotate(111.6deg); }
  .circle-data-progress[data-progress='32'] .circle .fill,
  .circle-data-progress[data-progress='32'] .circle .mask.full {
    transform: rotate(57.6deg); }
  .circle-data-progress[data-progress='32'] .circle .fill.fix {
    transform: rotate(115.2deg); }
  .circle-data-progress[data-progress='33'] .circle .fill,
  .circle-data-progress[data-progress='33'] .circle .mask.full {
    transform: rotate(59.4deg); }
  .circle-data-progress[data-progress='33'] .circle .fill.fix {
    transform: rotate(118.8deg); }
  .circle-data-progress[data-progress='34'] .circle .fill,
  .circle-data-progress[data-progress='34'] .circle .mask.full {
    transform: rotate(61.2deg); }
  .circle-data-progress[data-progress='34'] .circle .fill.fix {
    transform: rotate(122.4deg); }
  .circle-data-progress[data-progress='35'] .circle .fill,
  .circle-data-progress[data-progress='35'] .circle .mask.full {
    transform: rotate(63deg); }
  .circle-data-progress[data-progress='35'] .circle .fill.fix {
    transform: rotate(126deg); }
  .circle-data-progress[data-progress='36'] .circle .fill,
  .circle-data-progress[data-progress='36'] .circle .mask.full {
    transform: rotate(64.8deg); }
  .circle-data-progress[data-progress='36'] .circle .fill.fix {
    transform: rotate(129.6deg); }
  .circle-data-progress[data-progress='37'] .circle .fill,
  .circle-data-progress[data-progress='37'] .circle .mask.full {
    transform: rotate(66.6deg); }
  .circle-data-progress[data-progress='37'] .circle .fill.fix {
    transform: rotate(133.2deg); }
  .circle-data-progress[data-progress='38'] .circle .fill,
  .circle-data-progress[data-progress='38'] .circle .mask.full {
    transform: rotate(68.4deg); }
  .circle-data-progress[data-progress='38'] .circle .fill.fix {
    transform: rotate(136.8deg); }
  .circle-data-progress[data-progress='39'] .circle .fill,
  .circle-data-progress[data-progress='39'] .circle .mask.full {
    transform: rotate(70.2deg); }
  .circle-data-progress[data-progress='39'] .circle .fill.fix {
    transform: rotate(140.4deg); }
  .circle-data-progress[data-progress='40'] .circle .fill,
  .circle-data-progress[data-progress='40'] .circle .mask.full {
    transform: rotate(72deg); }
  .circle-data-progress[data-progress='40'] .circle .fill.fix {
    transform: rotate(144deg); }
  .circle-data-progress[data-progress='41'] .circle .fill,
  .circle-data-progress[data-progress='41'] .circle .mask.full {
    transform: rotate(73.8deg); }
  .circle-data-progress[data-progress='41'] .circle .fill.fix {
    transform: rotate(147.6deg); }
  .circle-data-progress[data-progress='42'] .circle .fill,
  .circle-data-progress[data-progress='42'] .circle .mask.full {
    transform: rotate(75.6deg); }
  .circle-data-progress[data-progress='42'] .circle .fill.fix {
    transform: rotate(151.2deg); }
  .circle-data-progress[data-progress='43'] .circle .fill,
  .circle-data-progress[data-progress='43'] .circle .mask.full {
    transform: rotate(77.4deg); }
  .circle-data-progress[data-progress='43'] .circle .fill.fix {
    transform: rotate(154.8deg); }
  .circle-data-progress[data-progress='44'] .circle .fill,
  .circle-data-progress[data-progress='44'] .circle .mask.full {
    transform: rotate(79.2deg); }
  .circle-data-progress[data-progress='44'] .circle .fill.fix {
    transform: rotate(158.4deg); }
  .circle-data-progress[data-progress='45'] .circle .fill,
  .circle-data-progress[data-progress='45'] .circle .mask.full {
    transform: rotate(81deg); }
  .circle-data-progress[data-progress='45'] .circle .fill.fix {
    transform: rotate(162deg); }
  .circle-data-progress[data-progress='46'] .circle .fill,
  .circle-data-progress[data-progress='46'] .circle .mask.full {
    transform: rotate(82.8deg); }
  .circle-data-progress[data-progress='46'] .circle .fill.fix {
    transform: rotate(165.6deg); }
  .circle-data-progress[data-progress='47'] .circle .fill,
  .circle-data-progress[data-progress='47'] .circle .mask.full {
    transform: rotate(84.6deg); }
  .circle-data-progress[data-progress='47'] .circle .fill.fix {
    transform: rotate(169.2deg); }
  .circle-data-progress[data-progress='48'] .circle .fill,
  .circle-data-progress[data-progress='48'] .circle .mask.full {
    transform: rotate(86.4deg); }
  .circle-data-progress[data-progress='48'] .circle .fill.fix {
    transform: rotate(172.8deg); }
  .circle-data-progress[data-progress='49'] .circle .fill,
  .circle-data-progress[data-progress='49'] .circle .mask.full {
    transform: rotate(88.2deg); }
  .circle-data-progress[data-progress='49'] .circle .fill.fix {
    transform: rotate(176.4deg); }
  .circle-data-progress[data-progress='50'] .circle .fill,
  .circle-data-progress[data-progress='50'] .circle .mask.full {
    transform: rotate(90deg); }
  .circle-data-progress[data-progress='50'] .circle .fill.fix {
    transform: rotate(180deg); }
  .circle-data-progress[data-progress='51'] .circle .fill,
  .circle-data-progress[data-progress='51'] .circle .mask.full {
    transform: rotate(91.8deg); }
  .circle-data-progress[data-progress='51'] .circle .fill.fix {
    transform: rotate(183.6deg); }
  .circle-data-progress[data-progress='52'] .circle .fill,
  .circle-data-progress[data-progress='52'] .circle .mask.full {
    transform: rotate(93.6deg); }
  .circle-data-progress[data-progress='52'] .circle .fill.fix {
    transform: rotate(187.2deg); }
  .circle-data-progress[data-progress='53'] .circle .fill,
  .circle-data-progress[data-progress='53'] .circle .mask.full {
    transform: rotate(95.4deg); }
  .circle-data-progress[data-progress='53'] .circle .fill.fix {
    transform: rotate(190.8deg); }
  .circle-data-progress[data-progress='54'] .circle .fill,
  .circle-data-progress[data-progress='54'] .circle .mask.full {
    transform: rotate(97.2deg); }
  .circle-data-progress[data-progress='54'] .circle .fill.fix {
    transform: rotate(194.4deg); }
  .circle-data-progress[data-progress='55'] .circle .fill,
  .circle-data-progress[data-progress='55'] .circle .mask.full {
    transform: rotate(99deg); }
  .circle-data-progress[data-progress='55'] .circle .fill.fix {
    transform: rotate(198deg); }
  .circle-data-progress[data-progress='56'] .circle .fill,
  .circle-data-progress[data-progress='56'] .circle .mask.full {
    transform: rotate(100.8deg); }
  .circle-data-progress[data-progress='56'] .circle .fill.fix {
    transform: rotate(201.6deg); }
  .circle-data-progress[data-progress='57'] .circle .fill,
  .circle-data-progress[data-progress='57'] .circle .mask.full {
    transform: rotate(102.6deg); }
  .circle-data-progress[data-progress='57'] .circle .fill.fix {
    transform: rotate(205.2deg); }
  .circle-data-progress[data-progress='58'] .circle .fill,
  .circle-data-progress[data-progress='58'] .circle .mask.full {
    transform: rotate(104.4deg); }
  .circle-data-progress[data-progress='58'] .circle .fill.fix {
    transform: rotate(208.8deg); }
  .circle-data-progress[data-progress='59'] .circle .fill,
  .circle-data-progress[data-progress='59'] .circle .mask.full {
    transform: rotate(106.2deg); }
  .circle-data-progress[data-progress='59'] .circle .fill.fix {
    transform: rotate(212.4deg); }
  .circle-data-progress[data-progress='60'] .circle .fill,
  .circle-data-progress[data-progress='60'] .circle .mask.full {
    transform: rotate(108deg); }
  .circle-data-progress[data-progress='60'] .circle .fill.fix {
    transform: rotate(216deg); }
  .circle-data-progress[data-progress='61'] .circle .fill,
  .circle-data-progress[data-progress='61'] .circle .mask.full {
    transform: rotate(109.8deg); }
  .circle-data-progress[data-progress='61'] .circle .fill.fix {
    transform: rotate(219.6deg); }
  .circle-data-progress[data-progress='62'] .circle .fill,
  .circle-data-progress[data-progress='62'] .circle .mask.full {
    transform: rotate(111.6deg); }
  .circle-data-progress[data-progress='62'] .circle .fill.fix {
    transform: rotate(223.2deg); }
  .circle-data-progress[data-progress='63'] .circle .fill,
  .circle-data-progress[data-progress='63'] .circle .mask.full {
    transform: rotate(113.4deg); }
  .circle-data-progress[data-progress='63'] .circle .fill.fix {
    transform: rotate(226.8deg); }
  .circle-data-progress[data-progress='64'] .circle .fill,
  .circle-data-progress[data-progress='64'] .circle .mask.full {
    transform: rotate(115.2deg); }
  .circle-data-progress[data-progress='64'] .circle .fill.fix {
    transform: rotate(230.4deg); }
  .circle-data-progress[data-progress='65'] .circle .fill,
  .circle-data-progress[data-progress='65'] .circle .mask.full {
    transform: rotate(117deg); }
  .circle-data-progress[data-progress='65'] .circle .fill.fix {
    transform: rotate(234deg); }
  .circle-data-progress[data-progress='66'] .circle .fill,
  .circle-data-progress[data-progress='66'] .circle .mask.full {
    transform: rotate(118.8deg); }
  .circle-data-progress[data-progress='66'] .circle .fill.fix {
    transform: rotate(237.6deg); }
  .circle-data-progress[data-progress='67'] .circle .fill,
  .circle-data-progress[data-progress='67'] .circle .mask.full {
    transform: rotate(120.6deg); }
  .circle-data-progress[data-progress='67'] .circle .fill.fix {
    transform: rotate(241.2deg); }
  .circle-data-progress[data-progress='68'] .circle .fill,
  .circle-data-progress[data-progress='68'] .circle .mask.full {
    transform: rotate(122.4deg); }
  .circle-data-progress[data-progress='68'] .circle .fill.fix {
    transform: rotate(244.8deg); }
  .circle-data-progress[data-progress='69'] .circle .fill,
  .circle-data-progress[data-progress='69'] .circle .mask.full {
    transform: rotate(124.2deg); }
  .circle-data-progress[data-progress='69'] .circle .fill.fix {
    transform: rotate(248.4deg); }
  .circle-data-progress[data-progress='70'] .circle .fill,
  .circle-data-progress[data-progress='70'] .circle .mask.full {
    transform: rotate(126deg); }
  .circle-data-progress[data-progress='70'] .circle .fill.fix {
    transform: rotate(252deg); }
  .circle-data-progress[data-progress='71'] .circle .fill,
  .circle-data-progress[data-progress='71'] .circle .mask.full {
    transform: rotate(127.8deg); }
  .circle-data-progress[data-progress='71'] .circle .fill.fix {
    transform: rotate(255.6deg); }
  .circle-data-progress[data-progress='72'] .circle .fill,
  .circle-data-progress[data-progress='72'] .circle .mask.full {
    transform: rotate(129.6deg); }
  .circle-data-progress[data-progress='72'] .circle .fill.fix {
    transform: rotate(259.2deg); }
  .circle-data-progress[data-progress='73'] .circle .fill,
  .circle-data-progress[data-progress='73'] .circle .mask.full {
    transform: rotate(131.4deg); }
  .circle-data-progress[data-progress='73'] .circle .fill.fix {
    transform: rotate(262.8deg); }
  .circle-data-progress[data-progress='74'] .circle .fill,
  .circle-data-progress[data-progress='74'] .circle .mask.full {
    transform: rotate(133.2deg); }
  .circle-data-progress[data-progress='74'] .circle .fill.fix {
    transform: rotate(266.4deg); }
  .circle-data-progress[data-progress='75'] .circle .fill,
  .circle-data-progress[data-progress='75'] .circle .mask.full {
    transform: rotate(135deg); }
  .circle-data-progress[data-progress='75'] .circle .fill.fix {
    transform: rotate(270deg); }
  .circle-data-progress[data-progress='76'] .circle .fill,
  .circle-data-progress[data-progress='76'] .circle .mask.full {
    transform: rotate(136.8deg); }
  .circle-data-progress[data-progress='76'] .circle .fill.fix {
    transform: rotate(273.6deg); }
  .circle-data-progress[data-progress='77'] .circle .fill,
  .circle-data-progress[data-progress='77'] .circle .mask.full {
    transform: rotate(138.6deg); }
  .circle-data-progress[data-progress='77'] .circle .fill.fix {
    transform: rotate(277.2deg); }
  .circle-data-progress[data-progress='78'] .circle .fill,
  .circle-data-progress[data-progress='78'] .circle .mask.full {
    transform: rotate(140.4deg); }
  .circle-data-progress[data-progress='78'] .circle .fill.fix {
    transform: rotate(280.8deg); }
  .circle-data-progress[data-progress='79'] .circle .fill,
  .circle-data-progress[data-progress='79'] .circle .mask.full {
    transform: rotate(142.2deg); }
  .circle-data-progress[data-progress='79'] .circle .fill.fix {
    transform: rotate(284.4deg); }
  .circle-data-progress[data-progress='80'] .circle .fill,
  .circle-data-progress[data-progress='80'] .circle .mask.full {
    transform: rotate(144deg); }
  .circle-data-progress[data-progress='80'] .circle .fill.fix {
    transform: rotate(288deg); }
  .circle-data-progress[data-progress='81'] .circle .fill,
  .circle-data-progress[data-progress='81'] .circle .mask.full {
    transform: rotate(145.8deg); }
  .circle-data-progress[data-progress='81'] .circle .fill.fix {
    transform: rotate(291.6deg); }
  .circle-data-progress[data-progress='82'] .circle .fill,
  .circle-data-progress[data-progress='82'] .circle .mask.full {
    transform: rotate(147.6deg); }
  .circle-data-progress[data-progress='82'] .circle .fill.fix {
    transform: rotate(295.2deg); }
  .circle-data-progress[data-progress='83'] .circle .fill,
  .circle-data-progress[data-progress='83'] .circle .mask.full {
    transform: rotate(149.4deg); }
  .circle-data-progress[data-progress='83'] .circle .fill.fix {
    transform: rotate(298.8deg); }
  .circle-data-progress[data-progress='84'] .circle .fill,
  .circle-data-progress[data-progress='84'] .circle .mask.full {
    transform: rotate(151.2deg); }
  .circle-data-progress[data-progress='84'] .circle .fill.fix {
    transform: rotate(302.4deg); }
  .circle-data-progress[data-progress='85'] .circle .fill,
  .circle-data-progress[data-progress='85'] .circle .mask.full {
    transform: rotate(153deg); }
  .circle-data-progress[data-progress='85'] .circle .fill.fix {
    transform: rotate(306deg); }
  .circle-data-progress[data-progress='86'] .circle .fill,
  .circle-data-progress[data-progress='86'] .circle .mask.full {
    transform: rotate(154.8deg); }
  .circle-data-progress[data-progress='86'] .circle .fill.fix {
    transform: rotate(309.6deg); }
  .circle-data-progress[data-progress='87'] .circle .fill,
  .circle-data-progress[data-progress='87'] .circle .mask.full {
    transform: rotate(156.6deg); }
  .circle-data-progress[data-progress='87'] .circle .fill.fix {
    transform: rotate(313.2deg); }
  .circle-data-progress[data-progress='88'] .circle .fill,
  .circle-data-progress[data-progress='88'] .circle .mask.full {
    transform: rotate(158.4deg); }
  .circle-data-progress[data-progress='88'] .circle .fill.fix {
    transform: rotate(316.8deg); }
  .circle-data-progress[data-progress='89'] .circle .fill,
  .circle-data-progress[data-progress='89'] .circle .mask.full {
    transform: rotate(160.2deg); }
  .circle-data-progress[data-progress='89'] .circle .fill.fix {
    transform: rotate(320.4deg); }
  .circle-data-progress[data-progress='90'] .circle .fill,
  .circle-data-progress[data-progress='90'] .circle .mask.full {
    transform: rotate(162deg); }
  .circle-data-progress[data-progress='90'] .circle .fill.fix {
    transform: rotate(324deg); }
  .circle-data-progress[data-progress='91'] .circle .fill,
  .circle-data-progress[data-progress='91'] .circle .mask.full {
    transform: rotate(163.8deg); }
  .circle-data-progress[data-progress='91'] .circle .fill.fix {
    transform: rotate(327.6deg); }
  .circle-data-progress[data-progress='92'] .circle .fill,
  .circle-data-progress[data-progress='92'] .circle .mask.full {
    transform: rotate(165.6deg); }
  .circle-data-progress[data-progress='92'] .circle .fill.fix {
    transform: rotate(331.2deg); }
  .circle-data-progress[data-progress='93'] .circle .fill,
  .circle-data-progress[data-progress='93'] .circle .mask.full {
    transform: rotate(167.4deg); }
  .circle-data-progress[data-progress='93'] .circle .fill.fix {
    transform: rotate(334.8deg); }
  .circle-data-progress[data-progress='94'] .circle .fill,
  .circle-data-progress[data-progress='94'] .circle .mask.full {
    transform: rotate(169.2deg); }
  .circle-data-progress[data-progress='94'] .circle .fill.fix {
    transform: rotate(338.4deg); }
  .circle-data-progress[data-progress='95'] .circle .fill,
  .circle-data-progress[data-progress='95'] .circle .mask.full {
    transform: rotate(171deg); }
  .circle-data-progress[data-progress='95'] .circle .fill.fix {
    transform: rotate(342deg); }
  .circle-data-progress[data-progress='96'] .circle .fill,
  .circle-data-progress[data-progress='96'] .circle .mask.full {
    transform: rotate(172.8deg); }
  .circle-data-progress[data-progress='96'] .circle .fill.fix {
    transform: rotate(345.6deg); }
  .circle-data-progress[data-progress='97'] .circle .fill,
  .circle-data-progress[data-progress='97'] .circle .mask.full {
    transform: rotate(174.6deg); }
  .circle-data-progress[data-progress='97'] .circle .fill.fix {
    transform: rotate(349.2deg); }
  .circle-data-progress[data-progress='98'] .circle .fill,
  .circle-data-progress[data-progress='98'] .circle .mask.full {
    transform: rotate(176.4deg); }
  .circle-data-progress[data-progress='98'] .circle .fill.fix {
    transform: rotate(352.8deg); }
  .circle-data-progress[data-progress='99'] .circle .fill,
  .circle-data-progress[data-progress='99'] .circle .mask.full {
    transform: rotate(178.2deg); }
  .circle-data-progress[data-progress='99'] .circle .fill.fix {
    transform: rotate(356.4deg); }
  .circle-data-progress[data-progress='100'] .circle .fill,
  .circle-data-progress[data-progress='100'] .circle .mask.full {
    transform: rotate(180deg); }
  .circle-data-progress[data-progress='100'] .circle .fill.fix {
    transform: rotate(360deg); }

.lined-list {
  background-color: #fff;
  list-style: none;
  margin-bottom: 1em;
  display: table;
  padding-left: 0;
  width: 100%;
  position: relative;
  border-collapse: separate;
  border-spacing: 0 10px; }
  .lined-list > li {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: top;
    transform: scale(1);
    font-weight: 500;
    font-size: .875em;
    padding-bottom: 0.7em; }
    .lined-list > li:before {
      content: " ";
      border-bottom: 2px dotted #b6d3e9;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      left: 20px;
      height: 0.70em; }
    .lined-list > li .badge {
      position: relative;
      float: right;
      background-color: #2477bf !important;
      border-radius: 4px !important; }
      .lined-list > li .badge:before {
        content: " ";
        background-color: #fff;
        display: block;
        position: absolute;
        width: 7px;
        height: 10px;
        left: -7px; }
    .lined-list > li .text {
      background-color: #fff;
      position: relative;
      padding-right: 0.5em;
      width: auto; }

.chart-legend {
  margin-top: 2em;
  list-style: none;
  padding-left: 5%;
  padding-right: 5%; }
  .chart-legend li {
    width: 50%;
    float: left;
    font-size: 1em;
    line-height: 2em; }

.switch {
  position: relative;
  display: inline-block;
  width: 4em;
  height: 2em; }
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dadada;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 1.2em; }
    .switch .slider:before {
      position: absolute;
      content: "";
      height: 1.6em;
      width: 1.6em;
      left: .24em;
      bottom: .22em;
      background-color: #fff;
      -webkit-transition: .4s;
      transition: .4s;
      box-shadow: 0 0 0.5em #aaaaaa;
      border-radius: 50%; }
  .switch input {
    opacity: 0;
    width: 0;
    height: 0; }
    .switch input:checked + .slider {
      background-color: #3a5a78; }
    .switch input:checked + .slider:before {
      -webkit-transform: translateX(2em);
      -ms-transform: translateX(2em);
      transform: translateX(2em); }
    .switch input:focus + .slider {
      box-shadow: 0 0 0.5em #4E79A2; }

.search-page-bar {
  display: block;
  margin-top: 1em; }
  .search-page-bar .twitter-typeahead {
    display: table-cell !important;
    color: #3a5a78; }
  .search-page-bar .input-group-addon {
    background-color: #3a5a78;
    cursor: pointer; }
    .search-page-bar .input-group-addon .icon {
      color: #fff; }

.results-group p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.search-highlight {
  font-weight: bold;
  color: #3a5a78; }

.alert-status.notice .icon {
  color: #2477bf; }

.alert-status.attention .icon, .alert-status.warning .icon {
  color: #e87502; }

.alert-status.urgent .icon {
  color: #b83b2f; }

.alert-status.success .icon {
  color: #118654; }

.alert-status-icon {
  display: inline-block;
  font-size: 14px; }

.alert-status-header {
  display: inline-block;
  margin-left: 0em;
  font-weight: 500; }

.alert-status-content {
  margin-left: 1.375em; }

li.alert-status {
  border-top: 1px solid #dadada;
  color: #3a5a78;
  padding: 0.5em 1em; }
  li.alert-status:first-child {
    border-top: none; }
  li.alert-status:hover {
    background-color: #ededed; }
  li.alert-status .alert-status-icon {
    position: relative;
    top: -2px; }
  li.alert-status .alert-status-header {
    color: #2477bf;
    font-size: .875em; }
  li.alert-status .alert-status-due {
    float: right;
    font-size: .875em; }
  li.alert-status .alert-status-content {
    font-size: .875em; }
    li.alert-status .alert-status-content span {
      font-weight: 500; }

div.alert-status {
  display: inline-block; }
  div.alert-status .alert-status-icon {
    font-size: 2em;
    position: absolute; }
  div.alert-status .alert-status-header {
    margin-left: 2.375em;
    font-size: 16px; }
  div.alert-status .alert-status-content {
    color: #888;
    font-size: .8em;
    margin-left: 2.9em;
    font-size: 14px; }

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  user-select: none; }
  .chosen-container * {
    box-sizing: border-box; }
  .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
    display: none; }
  .chosen-container.chosen-with-drop .chosen-drop {
    display: block; }
  .chosen-container a {
    cursor: pointer; }
  .chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999; }
    .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
      content: ":";
      padding-left: 2px;
      vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px; }
  .chosen-container-single .chosen-single input[type="text"] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    width: 0; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }
  .chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%; }
  .chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/chosen-sprite.png") no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }
  .chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url("../images/chosen-sprite.png") no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }
  .chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none; }
    .chosen-container .chosen-results li.active-result {
      display: list-item;
      cursor: pointer; }
    .chosen-container .chosen-results li.disabled-result {
      display: list-item;
      color: #ccc;
      cursor: default; }
    .chosen-container .chosen-results li.highlighted {
      background-color: #3875d7;
      background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
      color: #fff; }
    .chosen-container .chosen-results li.no-results {
      color: #777;
      display: list-item;
      background: #f4f4f4; }
    .chosen-container .chosen-results li.group-result {
      display: list-item;
      font-weight: bold;
      cursor: default; }
    .chosen-container .chosen-results li.group-option {
      padding-left: 15px; }
    .chosen-container .chosen-results li em {
      font-style: normal;
      text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }
  .chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
    .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
      margin: 1px 0;
      padding: 0;
      height: 25px;
      outline: 0;
      border: 0 !important;
      background: transparent !important;
      box-shadow: none;
      color: #999;
      font-size: 100%;
      font-family: sans-serif;
      line-height: normal;
      border-radius: 0;
      width: 25px; }
  .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eeeeee;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
    color: #333;
    line-height: 13px;
    cursor: default; }
    .chosen-container-multi .chosen-choices li.search-choice span {
      word-wrap: break-word; }
    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
      position: absolute;
      top: 4px;
      right: 3px;
      display: block;
      width: 12px;
      height: 12px;
      background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
      font-size: 1px; }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
        background-position: -42px -10px; }
  .chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666; }
  .chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4; }
    .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
      background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(#eee 20%, #fff 80%);
  box-shadow: 0 1px 0 #fff inset; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }
  .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  .chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }
  .chosen-disabled .chosen-single {
    cursor: default; }
  .chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }
  .chosen-rtl .chosen-single {
    overflow: visible;
    padding: 0 8px 0 0; }
  .chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl; }
  .chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px; }
  .chosen-rtl .chosen-single div {
    right: auto;
    left: 3px; }
  .chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px; }
  .chosen-rtl .chosen-choices li {
    float: right; }
    .chosen-rtl .chosen-choices li.search-field input[type="text"] {
      direction: rtl; }
    .chosen-rtl .chosen-choices li.search-choice {
      margin: 3px 5px 3px 0;
      padding: 3px 5px 3px 19px; }
      .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
        right: auto;
        left: 4px; }
  .chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0; }
  .chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0; }
  .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none; }
  .chosen-rtl .chosen-search input[type="text"] {
    padding: 4px 5px 4px 20px;
    background: url("../images/chosen-sprite.png") no-repeat -30px -20px;
    direction: rtl; }
  .chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 2px; }
  .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
select[multiple] {
  border: 1px solid #3a5a78; }
  select[multiple]:focus option:checked {
    background: #3a5a78 linear-gradient(0deg, #3a5a78 0%, #3a5a78 100%); }

.multiselect-arrows {
  margin-top: 42px;
  color: #3a5a78;
  font-size: 2em;
  padding-left: 0;
  padding-right: 0;
  max-width: 31px; }

.left-panel {
  max-width: 350px; }

.right-panel {
  max-width: 350px; }

.form-select.form-alt-select .bootstrap-select .dropdown-menu.open > .inner.open .dropdown-menu > li a:hover {
  background: #b6d3e9; }

.form-select.form-alt-select .bootstrap-select .dropdown-menu.open > .inner.open .dropdown-menu > li.selected a {
  background-color: #eaf2f8; }

.form-select.form-alt-select .bootstrap-select .dropdown-menu.open .dropdown-menu.inner li {
  border-bottom: 1px solid #dadada; }
  .form-select.form-alt-select .bootstrap-select .dropdown-menu.open .dropdown-menu.inner li:last-of-type {
    border: 0; }
  .form-select.form-alt-select .bootstrap-select .dropdown-menu.open .dropdown-menu.inner li .glyphicon-ok {
    background-color: #fff;
    border-color: #3a5a78;
    right: 20px;
    top: 3px; }

select.chosen {
  width: 500px; }

.chosen-container-multi {
  height: 30px; }
  .chosen-container-multi .chosen-choices {
    height: 30px;
    overflow: visible;
    border-color: #3a5a78;
    padding-right: 2em; }
    .chosen-container-multi .chosen-choices:before {
      content: "\e038";
      font-family: "higux";
      position: absolute;
      right: 4px;
      top: 3px;
      font-size: 13pt;
      background-color: #fff;
      z-index: 1;
      padding-left: 0.5em;
      padding-right: 0.2em; }
    .chosen-container-multi .chosen-choices li.search-choice {
      background: none;
      background-image: none;
      background-color: #3a5a78;
      border-color: #979797;
      box-shadow: none;
      color: #fff;
      padding: 9px 25px 9px 5px; }
      .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
        background: none;
        background-image: none !important; }
        .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
          content: "\e017";
          font-family: "higux";
          right: 4px;
          position: absolute;
          color: white;
          font-size: 7pt;
          top: 4.5px; }
        .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
          background: none; }
    .chosen-container-multi .chosen-choices .search-field {
      position: absolute; }
  .chosen-container-multi .chosen-results li.highlighted {
    background-image: none;
    background-color: transparent; }
  .chosen-container-multi .chosen-drop {
    /*.result-selected {
      color: $blue;
    }*/ }
    .chosen-container-multi .chosen-drop li.active-result {
      color: #3a5a78; }

.check-all,
.uncheck-all {
  display: inline-block; }

.check-all {
  padding-right: 1em; }
