﻿@charset "UTF-8";
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}
/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}
/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
*:focus {
  outline: 0;
}
html,
:root {
  color: #000;
  font-family: 'Graphik', sans-serif;
  font-size: 100%;
  font-size: 1em;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga" 1, "onum" 0, "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background-color: #f3f3f4;
}
@media (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio:144), only screen and (min-resolution:144dppx) {
  html,
  :root {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
  }
}
body {
  overflow-x: hidden;
  background-color: #f3f3f4;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 798px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 1022px) {
  .container {
    width: 992px;
  }
}
@media (min-width: 1230px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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;
}
@media (min-width: 798px) {
  .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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1022px) {
  .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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1230px) {
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
main {
  width: 100%;
  min-height: 600px;
  overflow: hidden;
  position: relative;
  padding: 30px 0 20px;
}
@media (min-width: 1022px) {
  main {
    padding: 60px 0 30px;
  }
}
figure {
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  height: 0;
  width: 5rem;
  margin: 2rem auto;
  border: 0;
  height: 2px;
  background: #1b202c;
}
.b-lazy {
  opacity: 0;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: opacity 0.25s ease-out;
}
.b-lazy.b-loaded {
  opacity: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: 'Graphik', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  margin: 3rem 0 1.5rem 0;
  text-transform: none;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #1b202c;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #c35b50;
}
h1 {
  font-size: 85px;
}
h2 {
  font-size: 50px;
}
h3 {
  font-size: 19px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
}
p {
  margin: 1.5rem 0;
}
p:first-child,
p:last-of-type {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: #c35b50;
  text-decoration: none;
  transition: all 0.25s ease-out;
}
a:hover {
  color: #000;
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
a:hover,
a:active {
  outline: 0;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 0.8rem;
  line-height: 1.5;
}
kbd {
  background-color: #ffffff;
  padding: 2px 8px 4px;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1021px) {
  kbd {
    padding: 0 4px 2px;
  }
}
code {
  padding: 1.5rem;
  margin: 1.5rem;
  display: block;
}
@media (max-width: 1021px) {
  code {
    margin: 1.5rem 0;
  }
}
code::-moz-selection {
  color: #f3f3f4;
  background: #1b202c;
}
code::selection {
  color: #f3f3f4;
  background: #1b202c;
}
pre {
  word-break: break-all;
  word-wrap: break-word;
  white-space: nowrap;
  margin: 1.5rem;
  display: block;
}
@media (max-width: 1021px) {
  pre {
    margin: 1.5rem 0;
  }
}
pre code {
  padding: 1.5rem;
  margin: 0;
  white-space: pre-wrap;
  display: block;
}
abbr {
  cursor: help;
}
blockquote {
  color: #1b202c;
  position: relative;
  margin: 1.5rem 0 1.5rem 0;
  padding: 0 20px 2px;
  font-size: 1.25rem;
  font-style: italic;
  border: 0;
  border-left: 3px solid rgba(0, 0, 0, 0.1);
}
blockquote.blockquote-reverse,
blockquote.pull-right {
  border: 0;
  border-right: 3px solid rgba(0, 0, 0, 0.1);
  text-align: right;
}
cite {
  font-style: normal;
}
address {
  font-style: normal;
}
sup {
  font-size: 0.575em;
  top: -0.625em;
}
strong {
  font-weight: 600;
}
html,
:root {
  color: #000;
  font-family: 'Graphik', sans-serif;
  font-size: 100%;
  font-size: 1em;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga" 1, "onum" 0, "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background-color: #f3f3f4;
}
@media (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio:144), only screen and (min-resolution:144dppx) {
  html,
  :root {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
  }
}
body {
  font-family: 'Graphik', sans-serif;
  font-size: 100%;
  font-size: 1em;
  line-height: 1.5;
  overflow-x: hidden;
  background-color: #f3f3f4;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  border: 0;
  border-radius: 3px;
  color: #ffffff;
  background: #c35b50;
  line-height: normal;
  padding: 0.5rem 1rem;
  transition: all 0.25s ease-out;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #1b202c;
}
.btn:not(select) {
  color: #ffffff;
  font-size: 14.5px;
  font-weight: 600;
  font-family: 'Graphik', sans-serif;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  border: 2px solid transparent;
  border-radius: 3px;
  padding: 14px 24px 13px;
  background: transparent;
  box-shadow: none;
  display: inline-block;
  transition: all 0.25s ease-out;
}
.btn:not(select).btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: normal;
  border-radius: 3px;
}
.btn:not(select):focus {
  outline: 0;
}
.btn:not(select):active {
  outline: 0;
  box-shadow: none;
}
.btn:not(select):active:focus {
  outline: 0;
}
.btn:not(select).btn--small {
  font-size: 13px;
  font-weight: 500;
  padding: 6px 16px 8px;
}
.btn:not(select) span {
  display: inline-block;
}
.btn:not(select) i {
  font-size: 20px;
  margin-right: 5px;
  float: left;
}
.btn--block {
  width: 100%;
  display: block;
}
.btn.btn--circle {
  font-size: 24px;
  width: 3em;
  height: 3em;
  line-height: 16px;
  border: 2px solid #aaa;
  border-radius: 50%;
  padding: 0;
}
.btn--trans,
.btn.grey-light6 {
  color: #c35b50 !important;
  background: transparent;
  border-color: transparent;
  padding: 0;
  display: inline-block !important;
}
.btn--trans.btn-xs,
.btn.grey-light6.btn-xs {
  padding: 0;
  margin: 0 !important;
}
.btn--trans:hover,
.btn.grey-light6:hover {
  color: #1b202c !important;
  background: transparent;
  border-color: transparent;
}
.btn--default {
  color: #1b202c;
  background: #ffffff;
  border-color: #ffffff;
}
.btn--outline,
.btn.grey-light5 {
  background: transparent !important;
  color: #c35b50 !important;
  border-color: #ccc !important;
}
.btn--outline:hover,
.btn.grey-light5:hover {
  color: #ffffff !important;
  background: #ccc !important;
  border-color: #ccc !important;
}
.btn--primary,
.btn.purple {
  color: #ffffff !important;
  background: #1b202c !important;
  border-color: #1b202c !important;
}
.btn--primary:hover,
.btn.purple:hover {
  color: #ffffff !important;
  background: #1b2330 !important;
  border-color: #1b2330 !important;
}
.btn--primary.btn--outline,
.btn.purple.btn--outline {
  background: transparent;
  color: #1b202c !important;
}
.btn--primary.btn--outline:hover,
.btn.purple.btn--outline:hover {
  color: #ffffff !important;
  background: #1b2330 !important;
  border-color: #1b2330 !important;
}
.btn--secondary,
.btn.green {
  color: #ffffff !important;
  background: #c35b50 !important;
  border-color: #c35b50 !important;
}
.btn--secondary:hover,
.btn.green:hover {
  color: #ffffff !important;
  background: #9d4944 !important;
  border-color: #9d4944 !important;
}
.btn--secondary.btn--outline,
.btn.green.btn--outline {
  background: transparent !important;
  color: #c35b50 !important;
}
.btn--secondary.btn--outline:hover,
.btn.green.btn--outline:hover {
  color: #ffffff !important;
  background: #9d4944 !important;
  border-color: #9d4944 !important;
}
.btn--disabled {
  color: #ffffff !important;
  background: #ccc !important;
  border-color: #ccc !important;
  pointer-events: none;
}
label {
  color: #7c7a75;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
.form-field--error label {
  color: #c35b50;
}
@media (min-width: 798px) {
  label[class*=" col-sm-"] {
    line-height: 28px;
    margin: 0;
  }
}
.group-label {
  margin-bottom: 10px;
}
input,
select,
select.btn,
textarea,
.form-control {
  color: #000;
  font-family: 'Graphik', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  height: auto;
  background: transparent;
  margin: 0;
  padding: 4px 0 4px;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  display: block;
  transition: border-color 0.25s ease-out, color 0.25s ease-out;
}
input:focus,
select:focus,
select.btn:focus,
textarea:focus,
.form-control:focus {
  outline: 0;
  border-bottom-color: #c35b50;
  box-shadow: none;
}
input:active,
select:active,
select.btn:active,
textarea:active,
.form-control:active {
  outline: 0;
  box-shadow: none;
}
input:active:focus,
select:active:focus,
select.btn:active:focus,
textarea:active:focus,
.form-control:active:focus {
  outline: 0;
}
.sub-header input,
.sub-header select,
.sub-header select.btn,
.sub-header textarea,
.sub-header .form-control {
  color: #ccc;
  font-size: 13px;
  font-weight: 400;
  background: transparent;
  border-color: #7b818a;
}
.sub-header input:focus,
.sub-header select:focus,
.sub-header select.btn:focus,
.sub-header textarea:focus,
.sub-header .form-control:focus {
  color: #ffffff;
  border-bottom-color: #c35b50;
}
input[type="search"] {
  box-sizing: border-box;
}
select,
select.form-control,
select.btn {
  padding: 3px 0 3px;
}
select option,
select.form-control option,
select.btn option {
  font-family: 'Graphik', sans-serif;
  font-weight: 500;
}
.sub-header select option,
.sub-header select.form-control option,
.sub-header select.btn option {
  color: #000;
}
textarea,
textarea.form-control {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  height: auto;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}
[type="file"]::-webkit-file-upload-button {
  outline: 0;
  cursor: pointer;
  color: #7c7a75;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  width: 50%;
  height: 40px;
  line-height: 40px;
  margin-left: -10px;
  background: #eee;
  border-radius: 0;
  border: 0;
  transition: all 0.2s ease-out;
}
[type="file"]::-webkit-file-upload-button:hover {
  color: #000;
}
[type="file"] {
  position: relative;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  line-height: normal;
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 5px 10px 0 10px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: block;
}
[type="file"]:before {
  content: 'Choose File';
  -webkit-user-select: none;
  cursor: pointer;
  color: #7c7a75;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  width: 50%;
  height: 40px;
  line-height: 40px;
  background: #eee;
  border-radius: 0;
  border: 0;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
[type="file"]:hover:before {
  color: #000;
}
.upload-container .input-group-btn span.btn {
  width: 60px;
  padding: 0;
  border: 0 !important;
}
.upload-container .input-group-btn span.btn input {
  outline: 0;
  border-color: #ddd !important;
}
.upload-container .input-group-btn input[type="file"]::-webkit-file-upload-button {
  display: none;
}
.upload-container .input-group-btn input[type="file"] {
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #ddd;
}
.upload-container .input-group-btn input[type="file"]:before {
  content: 'Browse';
  color: #1b202c;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
  height: auto;
  line-height: 28px;
  background: transparent;
  position: static;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  display: block;
}
::input-placeholder {
  color: #000;
  line-height: normal;
  opacity: 0.5;
  transition: all 0.25s ease-out;
}
*:focus::input-placeholder {
  opacity: 0;
}
:-moz-placeholder {
  color: #000;
  line-height: normal;
  opacity: 0.5;
  transition: all 0.25s ease-out;
}
*:focus:-moz-placeholder {
  opacity: 0;
}
::-moz-placeholder {
  color: #000;
  line-height: normal;
  opacity: 0.5;
  transition: all 0.25s ease-out;
}
*:focus::-moz-placeholder {
  opacity: 0;
}
:-ms-input-placeholder {
  color: #000;
  line-height: normal;
  opacity: 0.5;
  transition: all 0.25s ease-out;
}
*:focus:-ms-input-placeholder {
  opacity: 0;
}
::-webkit-input-placeholder {
  color: #000;
  line-height: normal;
  opacity: 0.5;
  transition: all 0.25s ease-out;
}
*:focus::-webkit-input-placeholder {
  opacity: 0;
}
.sub-header ::input-placeholder {
  color: #ccc;
  line-height: normal;
  opacity: 1;
  transition: all 0.25s ease-out;
}
*:focus.sub-header ::input-placeholder {
  opacity: 0;
}
.sub-header :-moz-placeholder {
  color: #ccc;
  line-height: normal;
  opacity: 1;
  transition: all 0.25s ease-out;
}
*:focus.sub-header :-moz-placeholder {
  opacity: 0;
}
.sub-header ::-moz-placeholder {
  color: #ccc;
  line-height: normal;
  opacity: 1;
  transition: all 0.25s ease-out;
}
*:focus.sub-header ::-moz-placeholder {
  opacity: 0;
}
.sub-header :-ms-input-placeholder {
  color: #ccc;
  line-height: normal;
  opacity: 1;
  transition: all 0.25s ease-out;
}
*:focus.sub-header :-ms-input-placeholder {
  opacity: 0;
}
.sub-header ::-webkit-input-placeholder {
  color: #ccc;
  line-height: normal;
  opacity: 1;
  transition: all 0.25s ease-out;
}
*:focus.sub-header ::-webkit-input-placeholder {
  opacity: 0;
}
.form-field--checkbox label {
  line-height: 20px;
  cursor: pointer;
}
.form-field--checkbox input[type="checkbox"] {
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 0;
  border-radius: 2px;
  margin: 2px;
  display: inline-block;
  float: right;
  position: relative;
  -webkit-appearance: none;
  box-sizing: border-box;
  outline: 0;
  transition: all 0.4s ease;
  box-shadow: 0 0 0 1px #ccc;
  cursor: pointer;
}
.form-field--checkbox input[type="checkbox"]:after {
  -webkit-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  border-right: 2px solid transparent;
  border-top: 2px solid transparent;
  content: '';
  display: block;
  height: 12px;
  left: 4px;
  position: absolute;
  top: 11px;
  width: 6px;
}
.form-field--checkbox input[type="checkbox"]:checked {
  background: #ffffff;
}
.form-field--checkbox input[type="checkbox"]:checked:after {
  -webkit-animation: check 0.4s;
  animation: check 0.4s;
  border-color: #000000;
}
.form-field--checkbox.checkbox-left input[type="checkbox"] {
  float: left;
  margin-right: 8px;
}
.form-field--checkbox.checkbox-right input[type="checkbox"] {
  float: right;
  margin-left: 8px;
}
.form-field--radio label {
  line-height: 20px;
  cursor: pointer;
}
.form-field--radio input[type="radio"] {
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  border: 0;
  border-radius: 2px;
  margin: 2px;
  display: inline-block;
  float: right;
  position: relative;
  -webkit-appearance: none;
  box-sizing: border-box;
  outline: 0;
  transition: all 0.4s ease;
  box-shadow: 0 0 0 1px #ccc;
  cursor: pointer;
}
.form-field--radio input[type="radio"]:after {
  -webkit-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  border-right: 2px solid transparent;
  border-top: 2px solid transparent;
  content: '';
  display: block;
  height: 12px;
  left: 4px;
  position: absolute;
  top: 11px;
  width: 6px;
}
.form-field--radio input[type="radio"]:checked {
  background: #ffffff;
}
.form-field--radio input[type="radio"]:checked:after {
  -webkit-animation: check 0.4s;
  animation: check 0.4s;
  border-color: #000000;
}
.form-field--radio.radio-left input[type="radio"] {
  float: left;
  margin-right: 8px;
}
.form-field--radio.radio-right input[type="radio"] {
  float: right;
  margin-left: 8px;
}
.form-field--group {
  width: 100%;
  display: inline-block;
}
@media (min-width: 798px) {
  .form-field--group .form-field--radio {
    margin-right: 15px;
    display: inline-block;
  }
}
.form-field--group .form-field--radio:last-child {
  margin-right: 0;
}
.form-section {
  padding-bottom: 40px;
  margin-bottom: 0;
}
@media (min-width: 798px) {
  .form-section {
    margin-bottom: 1.5rem;
  }
}
.form-footer .disclaimer {
  color: #7c7a75;
  font-size: 12.5px;
  text-align: center;
  margin-top: 40px;
}
.form-footer .disclaimer a {
  color: #7c7a75;
  text-decoration: underline;
}
.form-footer .disclaimer a:hover {
  text-decoration: none;
}
.form-footer .help {
  font-size: 14px;
  text-align: center;
  margin-top: 40px;
}
.form-footer .help a {
  color: #34a4df;
}
.form-footer .error-notification {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}
.app-body .form-section-title,
.app-body .sub-sect-head {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin: 0;
  padding-left: 0;
  border-bottom: 0;
}
@media (min-width: 798px) {
  .app-body .form-section-title,
  .app-body .sub-sect-head {
    padding-bottom: 30px;
  }
}
.app-body .form-section-title.form-section-title--error,
.app-body .sub-sect-head.form-section-title--error {
  color: #c35b50;
}
.sub-header .app-body .form-section-title,
.sub-header .app-body .sub-sect-head {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  padding-bottom: 20px;
}
@media (min-width: 798px) {
  .sub-header .app-body .form-section-title,
  .sub-header .app-body .sub-sect-head {
    padding-bottom: 40px;
  }
}
.form-field {
  margin-bottom: 30px;
}
@media (min-width: 1022px) {
  .sub-header .form-field {
    margin-bottom: 0;
  }
}
.form-field.form-field--error {
  position: relative;
}
.form-field.form-field--error .form-field--error-message {
  color: #7c7a75;
  font-size: 12px;
  line-height: 1.25;
  position: absolute;
  padding-top: 3px;
  display: block;
}
.form-field--icon {
  position: relative;
}
.form-field--icon > i {
  font-size: 24px;
  display: inline-block;
  position: absolute;
  cursor: pointer;
}
.form-field--icon.form-field--icon---right input {
  padding-right: 24px;
}
.form-field--icon.form-field--icon---right > i {
  bottom: 2px;
  right: 15px;
}
.form-field--icon.form-field--icon---left input {
  padding-left: 24px;
}
.form-field--icon.form-field--icon---left > i {
  bottom: 2px;
  left: 15px;
}
@media (max-width: 797px) {
  .form-field--label + .form-field {
    margin-bottom: 15px;
  }
}
@media (min-width: 798px) {
  .form-field--half {
    width: calc(50% - (30px/2));
    float: left;
    clear: both;
  }
}
@media (min-width: 798px) {
  .form-field--half---right {
    float: right;
    clear: none;
  }
}
@media (min-width: 798px) {
  .form-field--third {
    width: calc(33.33333333% - (30px));
    margin-left: 15px;
    margin-right: 15px;
    float: left;
  }
}
.form-field--hidden {
  display: none;
}
[class*=" col-"].datepicker {
  padding-left: 15px;
  padding-right: 15px;
}
.datepicker.dropdown-menu {
  margin-left: 15px;
  margin-right: 15px;
}
@-webkit-keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 6px;
  }
  50% {
    height: 12px;
    width: 6px;
  }
}
@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 6px;
  }
  50% {
    height: 12px;
    width: 6px;
  }
}
.form-group {
  min-height: 28px;
  margin-bottom: 30px;
}
.site-header {
  width: 100%;
  height: 80px;
  padding-top: 27px;
  padding-left: 60px;
  padding-right: 60px;
  background: #1b202c url(../img/closepin-logo.svg) no-repeat center center;
  background-size: auto 45.25px;
  position: relative;
}
.site-header.beta {
  background: #1b202c url(../img/closepin-logo_beta.svg) no-repeat center center;
  background-size: auto 45.25px;
}
@media (max-width: 1021px) {
  .site-header {
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.site-header .site-header--title {
  float: left;
}
.site-header .site-header--title h1 {
  color: #ffffff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
  margin-left: 15px;
  float: left;
}
@media (max-width: 1021px) {
  .site-header .site-header--title h1 {
    display: none;
  }
}
.site-header .site-header--nav {
  width: 340px;
  max-width: calc(100% - 24px);
  background: #293648;
  padding-top: 27px;
  padding-bottom: 27px;
  padding-left: 60px;
  padding-right: 60px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  box-shadow: 2px 0 20px 4px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1021px) {
  .site-header .site-header--nav {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.nav-visible.site-header .site-header--nav {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  pointer-events: auto;
  visibility: visible;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.site-header .site-header--nav .main-navigation {
  font-size: 17px;
  line-height: 1;
  padding-top: 5px;
  display: block;
}
.site-header .site-header--nav .main-navigation li {
  margin-top: 20px;
}
.site-header .site-header--nav .main-navigation li a {
  color: #ffffff;
  line-height: 1;
  display: inline-block;
}
.site-header .site-header--nav .main-navigation li a:hover {
  color: #dcdcdc;
}
.site-header .site-header--nav .sub-navigation {
  font-size: 15px;
  line-height: 1;
  margin-top: 50px;
  padding-top: 15px;
  border-top: 1px solid #1b202c;
  display: block;
}
.site-header .site-header--nav .sub-navigation li {
  margin-top: 20px;
}
.site-header .site-header--nav .sub-navigation li a {
  color: #dcdcdc;
  line-height: 1;
  display: inline-block;
}
.site-header .site-header--nav .sub-navigation li a:hover {
  color: #ffffff;
}
.site-header .site-header--nav .site-header--nav---user {
  color: #ffffff;
  font-size: 14px;
  margin-top: 200px;
  padding-top: 20px;
  border-top: 1px solid #1b202c;
}
.site-header .site-header--nav .site-header--nav---user a {
  font-size: 17px;
  color: #ffffff;
}
.site-header .site-header--nav .site-header--nav---user a:hover {
  color: #dcdcdc;
}
.site-header .site-header--nav .site-header--nav---user .user-name {
  line-height: 24px;
}
.site-header .site-header--nav .site-header--nav---user .user-name i {
  color: #ccc;
  font-size: 32px;
  line-height: 24px;
  margin-left: 6px;
  float: right;
  display: inline-block;
}
.site-header .site-header--userdrop {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  float: right;
  position: relative;
}
@media (max-width: 1021px) {
  .site-header .site-header--userdrop {
    display: none;
  }
}
.site-header .site-header--userdrop .site-header--userdropdown {
  text-align: center;
  background: #ffffff;
  position: absolute;
  top: calc(100% + 15px);
  right: -40px;
  z-index: 800;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.25s ease-out;
}
.site-header .site-header--userdrop .site-header--userdropdown.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.site-header .site-header--userdrop .site-header--userdropdown .site-header--userdropdown---inner {
  width: 360px;
  padding: 30px;
  line-height: 1.5;
}
.site-header .site-header--userdrop .site-header--userdropdown .site-header--userdropdown---inner .userdropdown--image {
  color: #ccc;
  font-size: 120px;
  line-height: 100px;
  margin-bottom: 10px;
  display: inline-block;
}
.site-header .site-header--userdrop .site-header--userdropdown .site-header--userdropdown---inner .userdropdown--name {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}
.site-header .site-header--userdrop .site-header--userdropdown .site-header--userdropdown---inner .userdropdown--email {
  color: #999;
  font-size: 12px;
  margin-bottom: 10px;
}
.site-header .site-header--userdrop .site-header--userdropdown .site-header--userdropdown---inner .userdropdown--edit {
  margin-bottom: 20px;
}
.site-header .site-header--userdrop .site-header--userdropdown .site-header--userdropdown---inner .userdropdown--edit a {
  color: #c35b50;
  font-size: 12px;
}
.site-header .site-header--userdrop .site-header--userdropdown .site-header--userdropdown---inner .userdropdown--edit a:hover {
  color: #333;
}
.site-header .site-header--userdrop .site-header--userdropdown .site-header--userdropdown---inner .userdropdown--signout {
  font-weight: 500;
  padding-top: 20px;
  border-top: 1px solid #e6e6e6;
}
.site-header .site-header--userdrop .site-header--userdropdown .site-header--userdropdown---inner .userdropdown--signout a {
  font-size: 17px;
  color: #333;
}
.site-header .site-header--userdrop > a {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  position: relative;
}
.site-header .site-header--userdrop > a i {
  color: #ccc;
  font-size: 32px;
  line-height: 24px;
  margin-right: 6px;
  float: left;
  display: inline-block;
}
.site-header .site-header--userdrop > a:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #ffffff;
  float: right;
  position: relative;
  top: 10px;
  margin-left: 8px;
}
.site-header .site-header--rightinfo {
  color: #7c7a75;
  font-size: 14px;
  text-align: center;
  display: block;
}
@media (min-width: 798px) {
  .site-header .site-header--rightinfo {
    float: right;
    text-align: right;
    display: inline-block;
  }
}
.site-header .site-header--rightinfo a {
  color: #34a4df;
  display: inline-block;
  position: relative;
}
.site-header .site-header--rightinfo a i {
  font-size: 24px;
  line-height: 22px;
  float: right;
  margin-left: 4px;
}
.site-header .site-header--rightinfo a:hover i {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
.site-header .site-header--btn {
  color: #fff;
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 24px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  display: block;
}
.site-header .site-header--btn i {
  display: block;
}
.site-header .site-header--btn[data-open="nav"] {
  float: left;
}
.sub-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #293648;
}
@media (min-width: 798px) {
  .sub-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.sub-header a {
  color: #ccc;
  font-size: 13px;
}
.sub-header a:hover {
  color: #ffffff;
}
.site-footer {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
@media (min-width: 798px) {
  .site-footer {
    padding-top: 90px;
  }
}
@media (min-width: 1230px) {
  .site-footer {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}
.site-footer .app-footer--icon {
  width: 40px;
  height: 40px;
  margin-bottom: 30px;
  display: inline-block;
}
.site-footer .app-footer--links {
  font-size: 15px;
  margin-bottom: 5px;
}
.site-footer .app-footer--links ul {
  display: inline-block;
}
.site-footer .app-footer--links ul li {
  margin: 0 5px;
  display: inline-block;
}
.site-footer .app-footer--links ul li a {
  color: #7c7a75;
}
.site-footer .app-footer--links ul li a:hover {
  color: #1b202c;
}
.site-footer .app-footer--legal {
  font-size: 13px;
  color: #7c7a75;
}
.site-footer .app-footer--legal a {
  color: #7c7a75;
  text-decoration: underline;
}
.site-footer .app-footer--legal a:hover {
  text-decoration: none;
}
.app-header {
  padding-bottom: 20px;
  text-align: center;
}
@media (min-width: 1022px) {
  .app-header {
    padding-bottom: 30px;
  }
}
.app-header .app-header--title {
  color: #1b202c;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: none;
}
.app-header .app-header--text {
  color: #333;
  font-size: 14px;
  margin-top: 10px;
}
.app-header .app-header--link {
  font-size: 13.5px;
  line-height: 24px;
  font-weight: 600;
  display: inline-block;
}
.app-header .app-header--link i {
  font-size: 24px;
  margin-right: 6px;
  float: left;
}
.app-header .app-header--text + .app-header--link {
  margin-top: 25px;
}
.app-header .site-header--rightinfo a {
  display: inline-block;
}
.app-header .site-header--rightinfo a i {
  font-size: 21px;
  line-height: 24px;
  font-weight: 400;
  float: right;
  margin-left: 4px;
}
.app-body {
  background: #ffffff;
  padding: 40px 30px 40px;
  border: 1px solid #e6e6e6;
}
@media (min-width: 798px) {
  .app-body {
    padding: 40px 30px 40px;
  }
}
.app-body p {
  color: #333;
  font-size: 15px;
}
.account-section .row.head {
  text-transform: uppercase;
  padding: 0;
}
.account-section .row.head div {
  font-size: 14px;
  margin-top: 0;
}
.account-section .row.head h2 {
  font-size: 15px !important;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.account-section .tab-content h1 {
  font-size: 15px !important;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.app-nav,
.account-section .app-nav {
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 10px;
}
@media (min-width: 1022px) {
  .app-nav,
  .account-section .app-nav {
    text-align: left;
    padding-top: 10px;
  }
}
.app-nav ul.account-nav li,
.account-section .app-nav ul.account-nav li {
  border: 0;
  width: auto;
  line-height: 1.1;
  display: inline-block;
  float: none;
}
@media (min-width: 1022px) {
  .app-nav ul.account-nav li,
  .account-section .app-nav ul.account-nav li {
    display: block;
  }
}
.app-nav ul.account-nav li a,
.account-section .app-nav ul.account-nav li a {
  color: #333;
  height: auto !important;
  background: transparent;
  padding: 6px 12px 8px !important;
  display: inline-block;
}
@media (min-width: 1022px) {
  .app-nav ul.account-nav li a,
  .account-section .app-nav ul.account-nav li a {
    padding: 6px 0 8px !important;
  }
}
.app-nav ul.account-nav li a:hover,
.account-section .app-nav ul.account-nav li a:hover {
  color: #c35b50;
  height: auto !important;
  background: transparent;
  padding: 6px 12px 8px !important;
}
@media (min-width: 1022px) {
  .app-nav ul.account-nav li a:hover,
  .account-section .app-nav ul.account-nav li a:hover {
    padding: 6px 0 8px !important;
  }
}
.app-nav ul.account-nav li.active a,
.account-section .app-nav ul.account-nav li.active a {
  color: #c35b50;
  background: transparent;
}
.sub-header + .steps {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 798px) {
  .sub-header + .steps {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.steps .steps--list:before,
.steps .steps--list:after {
  content: "";
  display: table;
}
.steps .steps--list:after {
  clear: both;
}
.ie6 .steps .steps--list,
.ie7 .steps .steps--list {
  zoom: 1;
}
.steps .steps--list li {
  color: #999;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  float: left;
  position: relative;
}
.steps .steps--list li a {
  pointer-events: none;
  display: inline-block;
}
.steps .steps--list li i {
  color: #999;
  font-size: 12px;
  line-height: 21px;
  font-weight: 600;
  font-style: normal;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #999;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.steps .steps--list li span {
  display: none;
}
@media (min-width: 798px) {
  .steps .steps--list li span {
    line-height: 1.2;
    padding: 10px 25% 0;
    display: block;
  }
}
.steps .steps--list li:after {
  content: '';
  width: calc(100% - 24px);
  height: 1px;
  background: #ccc;
  position: absolute;
  z-index: 1;
  top: 12px;
  right: calc((50% - 12px) * -1);
  display: block;
}
.steps .steps--list li:last-child:after {
  display: none;
}
.steps .steps--list li.active i {
  color: #ffffff;
  background: #c35b50;
  border-color: #c35b50;
}
.steps .steps--list li.active span {
  color: #c35b50;
}
.steps .steps--list li.complete {
  color: #293648;
}
.steps .steps--list li.complete i {
  color: #293648;
  background: #293648;
  border-color: #293648;
}
.steps .steps--list li.complete i:before {
  color: #ffffff;
  font-size: 17px;
  width: 20px;
  content: '\e919';
  font-family: '_pcicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
}
.steps .steps--list li.complete:after {
  background: #293648;
}
.steps .steps--list li.complete a {
  pointer-events: auto;
}
.steps .steps--list li.complete a:hover {
  pointer-events: auto;
  color: #ffffff;
}
.steps .steps--list li.complete a:hover i {
  color: #ffffff;
}
.steps .steps--list li.complete a:hover i:before {
  display: none;
}
.steps [data-steps="8"] li {
  width: 12.5%;
}
.steps [data-steps="7"] li {
  width: 14.2857142857%;
}
.steps [data-steps="6"] li {
  width: 16.66666667%;
}
.steps [data-steps="5"] li {
  width: 20%;
}
.steps [data-steps="4"] li {
  width: 25%;
}
.steps [data-steps="3"] li {
  width: 33.33333333%;
}
.steps [data-steps="2"] li {
  width: 50%;
}
.agent-rating {
  line-height: 1;
  display: inline-block;
}
.agent-rating span {
  display: inline-block;
  float: left;
}
.agent-rating span i {
  display: block;
}
.agent-rating .rating-1 {
  color: #c35b50;
}
.agent-rating .rating-0 {
  color: #ccc;
}
.agent-rating .link {
  line-height: 24px;
}
@media (min-width: 798px) {
  .agent-rating .link {
    margin-left: 8px;
    display: inline-block;
    float: right;
  }
}
.agent-rating a {
  font-size: 15px;
  font-weight: 500;
}
.pager {
  height: 24px;
  margin: 15px 0;
}
.pager:before,
.pager:after {
  content: "";
  display: table;
}
.pager:after {
  clear: both;
}
.ie6 .pager,
.ie7 .pager {
  zoom: 1;
}
.pager .pager--inner {
  display: inline-block;
}
.pager .pager--inner button {
  color: #29b7e3;
  line-height: 14px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  display: inline-block;
}
.pager .pager--inner button[disabled] {
  display: none;
}
.pager .pager--inner button span,
.pager .pager--inner button i {
  float: left;
}
.pager .pager--inner button span {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
@media (max-width: 509px) {
  .pager .pager--inner button span {
    display: none;
  }
}
.pager .pager--inner button i {
  font-size: 24px;
}
.pager .pager--inner button.pager--prev {
  float: left;
  margin-right: 10px;
}
@media (min-width: 798px) {
  .pager .pager--inner button.pager--prev {
    margin-right: 50px;
  }
}
@media (min-width: 510px) {
  .pager .pager--inner button.pager--prev i {
    margin-right: 6px;
  }
}
.pager .pager--inner button.pager--next {
  float: right;
  margin-left: 10px;
}
@media (min-width: 798px) {
  .pager .pager--inner button.pager--next {
    margin-left: 50px;
  }
}
@media (min-width: 510px) {
  .pager .pager--inner button.pager--next i {
    margin-left: 6px;
  }
}
.pager .pager--inner button:hover.pager--prev i {
  -webkit-transform: translateX(-4px);
  -ms-transform: translateX(-4px);
  transform: translateX(-4px);
}
.pager .pager--inner button:hover.pager--next i {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
.pager .pager--inner div {
  color: #7c7a75;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
.tab-footer {
  margin-top: 30px;
}
.tooltip {
  cursor: help;
  display: inline-block;
  position: relative;
}
.tooltip i {
  color: #ccc;
  transition: all 0.25s ease-out;
}
.tooltip:hover i {
  color: #aaa;
}
.tooltip span {
  color: #000;
  font-size: 13px;
  text-align: left;
  width: 320px;
  max-width: calc(100vw - 30px);
  border-radius: 6px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 2;
  bottom: calc(100% + 16px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.25s ease-out;
}
.tooltip span:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -10px;
  z-index: 1;
}
.tooltip:hover span {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.rating-stars {
  font-size: 40px;
  margin-left: -6px;
  display: inline-block;
}
.rating-stars > .star {
  color: #ccc;
  line-height: 1;
  cursor: pointer;
  float: left;
}
.rating-stars > .star > i {
  padding: 0 2px;
  display: block;
}
.rating-stars > .star:hover > i:before,
.rating-stars > .star.star-hovered > i:before,
.rating-stars > .star.star-checked > i:before,
.rating-stars > .star.star-checked.star-hovered > i:before {
  content: '\e912' !important;
}
.rating-stars > .star.star-checked.star-hovered ~ .star.star-checked:not(.star-hovered) > i:before {
  color: #ccc;
  content: '\e914' !important;
}
.rating-stars > .star:hover,
.rating-stars > .star.star-hovered,
.rating-stars > .star.star-checked {
  color: #c35b50;
}
#help-form {
  position: fixed;
  z-index: 1020;
  right: 0;
  bottom: 0;
  padding: 0 15px 15px;
}
#help-form > a {
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  background: #1b202c;
  padding: 12px;
  border-radius: 12px;
  display: inline-block;
}
#help-form > a i {
  font-size: 24px;
  line-height: 24px;
  float: left;
  display: inline-block;
}
#help-form > a span {
  font-weight: 600;
  opacity: 0;
  margin-right: -48px;
  margin-left: 6px;
  transition: all 0.25s ease-out;
}
#help-form > a:hover span,
.form-visible#help-form > a span {
  opacity: 1;
  margin-right: 0;
}
#help-form form {
  width: 360px;
  max-width: calc(100vw - 47px);
  background: #ffffff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: calc(100% + 18px);
  border-radius: 0 0 12px 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.25s ease-out;
}
.form-visible#help-form form {
  right: 15px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#help-form form .form-section-title {
  color: #333;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  padding: 15px 20px;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
#help-form form .form-section-title .form-close {
  color: #333;
  font-size: 24px;
  line-height: 24px;
  width: 48px;
  height: 100%;
  padding: 0;
  background: transparent;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
#help-form form .form-section-title .form-close i {
  display: block;
}
#help-form form .form-fields {
  padding: 20px 40px 30px;
}
#help-form form .form-field {
  margin-bottom: 20px;
}
#help-form form .form-field:last-child {
  margin-bottom: 0;
}
#help-form form textarea {
  resize: none;
}
#help-form form .form-footer {
  text-align: right;
  border-top: 1px solid #e6e6e6;
  padding: 20px 40px;
}
#help-form form .form-footer .btn--outline {
  color: #ccc !important;
  border-color: transparent !important;
}
#help-form form .form-footer .btn--outline:hover {
  color: #c35b50 !important;
  background: transparent !important;
}
.account-section .multiselect-container {
  width: 100%;
}
.account-section .multiselect-container > li {
  padding: 0;
  border: 0 !important;
}
.account-section .multiselect-container > li a {
  padding: 0 !important;
  display: block;
}
.account-section .multiselect-container > li a label {
  color: #1b202c;
  line-height: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.account-section .multiselect-container > li a label input {
  width: 16px !important;
  height: 16px !important;
  top: 2px;
}
.account-section .multiselect-container > li a:hover {
  color: #333;
  background: #ccc !important;
}
.account-section .multiselect-container > li a:hover label {
  color: #333;
  background: transparent !important;
}
.account-section .multiselect-container > li.active label {
  color: #fff;
  background: #1b202c;
}
.account-section .multiselect-container > li.active a {
  color: #fff;
  background: #1b202c;
}
.multiselect-item.filter {
  padding: 6px 12px 6px 12px !important;
}
.multiselect-item.filter .input-group {
  width: 100%;
  margin: 0;
  position: relative;
}
.multiselect-item.filter .input-group .multiselect-search {
  color: #1b202c;
  font-size: 13px;
  font-weight: 500;
  background: transparent;
  border-color: #ccc;
}
.multiselect-item.filter .input-group .multiselect-search:focus {
  border-color: #c35b50;
}
.multiselect-item.filter .input-group .multiselect-search + .input-group-btn {
  font-size: 18px;
  width: 12px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  top: 2px;
  right: 0;
  display: block;
}
.multiselect-item.filter .input-group .multiselect-search + .input-group-btn .multiselect-clear-filter {
  color: #7c7a75;
  line-height: 1;
  background: transparent;
  padding: 0;
}
.multiselect-item.filter .input-group .multiselect-search + .input-group-btn .multiselect-clear-filter:hover {
  color: #1b202c;
}
.account-section .btn-group {
  position: relative;
}
@media (max-width: 1021px) {
  .account-section .btn-group {
    margin-bottom: 30px;
  }
}
.account-section .btn-group .dropdown-toggle {
  color: #1b202c;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  width: 100%;
  background: transparent;
  margin: 0;
  padding: 4px 18px 4px 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.25s ease-out;
}
.account-section .btn-group .dropdown-toggle:hover {
  background: transparent;
  border-color: #c35b50;
}
.account-section .btn-group .dropdown-toggle .caret {
  width: 0;
  height: 0;
  position: absolute;
  right: 4px;
  top: 50%;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #1b202c transparent transparent transparent;
  margin-top: -2px;
}
.account-section .btn-group .dropdown-menu {
  background-color: #ffffff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: calc(100% - 1px);
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.25s ease-out;
}
.account-section .btn-group.open .btn.dropdown-toggle {
  color: #1b202c;
  border-color: #c35b50;
  background: transparent;
  box-shadow: none;
}
.account-section .btn-group.open .btn.dropdown-toggle .caret {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #1b202c transparent;
}
.account-section .btn-group.open .dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.badge {
  padding: 3px 5px 3px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #888;
  background-color: transparent;
  border-radius: 3px;
  border: 2px solid #aaa;
}
a.badge {
  color: #fff;
  background-color: #aaa;
}
a.badge:hover {
  background-color: #888;
  border-color: #888;
}
/*!
 * Datepicker for Bootstrap v1.7.0-dev (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  padding: 0;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: -o-linear-gradient(to bottom, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-size: 13px;
  line-height: 20px;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 4px 5px;
}
/*# sourceMappingURL=bootstrap-datepicker.standalone.css.map */
#page-agent .app-body {
  padding: 40px 30px 40px;
}
@media (min-width: 798px) {
  #page-agent .app-body {
    padding: 40px 30px 40px;
  }
}
#company_details .agent-detail--logo {
  padding-right: 20px;
  padding-top: 20px;
  height: 100%;
  float: left;
}
@media (min-width: 1022px) {
  #company_details .agent-detail--logo {
    padding-right: 20px;
    padding-top: 20px;
  }
}
#company_details .agent-detail--logo img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
@media (min-width: 1022px) {
  #company_details .agent-detail--logo img {
    width: 80px;
    height: 80px;
  }
}
#company_details .agent-detail--logoupload {
  width: 100%;
  padding-top: 40px;
  float: left;
}
@media (min-width: 1022px) {
  #company_details .agent-detail--logoupload {
    width: calc(100% - 100px);
  }
}
#company_details .agent-detail--logoupload span {
  color: #7c7a75;
  font-size: 13px;
  margin-top: 5px;
  display: block;
}
html,
body,
body.homepage,
b,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
.closepin-subheading,
button,
select,
.form-control,
.btn,
input,
textarea {
  font-family: 'Graphik', sans-serif;
}
b,
strong {
  font-weight: 600 !important;
}
img {
  max-width: 100% !important;
}
.row > .row {
  margin: 0;
}
.row > form > .row {
  margin: 0;
}
select.input-sm {
  height: auto;
  line-height: normal;
}
.glyphicon {
  font-size: 12px !important;
}
.popover {
  font-size: 13px !important;
  font-weight: 400;
  line-height: 1.2;
  padding: 0;
  border: 0;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}
.popover-title {
  padding: 12px 15px;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  border-radius: 6px 6px 0 0;
}
.popover-content {
  padding: 12px 15px;
}
.popover.top > .arrow {
  border-top-color: rgba(0, 0, 0, 0.1);
}
.popover.right > .arrow {
  border-right-color: rgba(0, 0, 0, 0.1);
}
.popover.bottom > .arrow {
  border-bottom-color: rgba(0, 0, 0, 0.1);
}
.popover.left > .arrow {
  border-left-color: rgba(0, 0, 0, 0.1);
}
table {
  font-size: 13px;
}
table .btn {
  font-size: 13px;
}
.modal {
  position: fixed !important;
}
.modal .modal-header,
.modal .modal-body,
.modal .modal-content,
.modal .modal-footer {
  background: #fff !important;
  color: #333 !important;
}
.modal .modal-content {
  border: 0;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.modal .modal-body {
  font-size: 14px;
  margin: 0;
  width: 100%;
  min-height: 25vh;
}
.modal .modal-header {
  font-size: 12.5px;
  font-weight: 500;
  line-height: 24px;
  padding: 20px 20px;
  border-bottom: 1px solid #e6e6e6;
  text-transform: uppercase;
  margin: 0;
}
.modal .modal-header strong {
  font-weight: 500 !important;
}
.modal .modal-footer {
  border-top: 1px solid #e6e6e6;
}
.modal .modal-header .close {
  color: #333 !important;
  font-size: 32px;
  font-weight: normal;
  line-height: 24px;
  text-shadow: none;
  background: transparent !important;
  border: 0;
  padding: 0;
  margin: 0;
  filter: alpha(opacity=100);
  opacity: 1;
  transition: none;
}
.modal .modal-header .close:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.tc-save-container button.save-close-btn,
.tc-load-container button.save-close-btn {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: transparent;
  padding: 0;
  border-radius: 0;
  opacity: 0.5;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
.tc-save-container button.save-close-btn:hover,
.tc-load-container button.save-close-btn:hover {
  opacity: 1;
  background: transparent;
}
.tc-save-container button.save-close-btn .sr-only,
.tc-load-container button.save-close-btn .sr-only {
  display: none;
}
.main-content {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 30px 0 20px;
}
@media (min-width: 1022px) {
  .main-content {
    padding: 60px 0 30px;
  }
}
.dashboard .welcome-buttons {
  padding: 1vh 0 2vh;
}
@media (min-width: 510px) {
  .dashboard .welcome-buttons {
    padding: 2vh 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 1230px) {
  .dashboard .welcome-buttons {
    padding: 3vh 0;
  }
}
.dashboard .welcome-buttons .dash-button {
  width: 100%;
  padding: 0 0 30px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}
@media (min-width: 510px) {
  .dashboard .welcome-buttons .dash-button {
    width: 50%;
    padding: 15px;
  }
}
@media (min-width: 798px) {
  .dashboard .welcome-buttons .dash-button {
    width: 33.333333%;
  }
}
@media (min-width: 1230px) {
  .dashboard .welcome-buttons .dash-button {
    width: 25%;
  }
}
.dashboard .welcome-buttons button {
  color: #1b202c;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  height: 120px;
  background: #ffffff;
  margin: 0;
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  transition: all 0.125s ease-out;
}
.dashboard .welcome-buttons button:hover {
  color: #ffffff;
  background: #1b202c;
  border-color: #1b202c;
}
.account-section {
  font-size: 14px;
}
.account-section h1.account-tabs-header {
  color: #1b202c;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  text-transform: capitalize;
}
.account-section h1.account-tabs-header {
  padding: 0 0 20px 0;
  text-align: center;
}
@media (min-width: 1022px) {
  .account-section h1.account-tabs-header {
    padding: 0 0 30px 0;
  }
}
.account-section #account-header-text {
  font-size: 20px;
  font-weight: 500;
  margin-top: 0;
  padding: 0;
}
.account-section select,
.account-section .multiselect {
  background: transparent;
  color: #333;
}
.agent-license .col-sm-2,
.agent-insurance .col-sm-2 {
  width: 100%;
}
.agent-license .row:first-child,
.agent-insurance .row:first-child {
  margin-top: 0 !important;
}
.agent-license [name="addmore"],
.agent-insurance [name="addmore"] {
  width: 100%;
  text-align: left;
  border-top: 2px solid #ccc;
  position: relative;
}
.agent-license [name="addmore"]:hover,
.agent-insurance [name="addmore"]:hover {
  border-top: 2px solid #1b202c;
}
.agent-license [name="addmore"]:focus,
.agent-insurance [name="addmore"]:focus {
  outline: 0 !important;
}
.agent-license [name="addmore"]:after,
.agent-insurance [name="addmore"]:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  right: 2px;
  top: 50%;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #bbb transparent transparent transparent;
  margin-top: -3px;
}
.agent-license [name="addmore"].active,
.agent-insurance [name="addmore"].active {
  border-top-color: #1b202c;
  box-shadow: none;
}
.agent-license [name="addmore"].active:after,
.agent-insurance [name="addmore"].active:after {
  color: #1b202c !important;
  border-width: 8px 6px 0 6px;
  border-color: #1b202c transparent transparent transparent;
  margin-top: -3px;
}
.tc-save-overlay,
.tc-load-overlay,
.tc-update-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #333;
  z-index: 1050;
  opacity: 0.5;
}
#tc_error_container b,
#tc_load_error_container b {
  color: #696;
}
.tc-save-content,
.tc-load-content,
.tc-update-content {
  width: 280px;
  position: fixed;
  left: 50%;
  margin-left: -140px;
  top: 35%;
  background-color: #fff;
  color: #333;
  z-index: 1051;
  min-height: 0;
  padding: 30px 15px 30px 15px;
  border-radius: 0;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
}
.tc-save-notify,
.tc-load-notify,
.tc-update-notify {
  height: auto;
  margin-top: 0;
}
.tc-save-start,
.tc-load-start,
.tc-update-start {
  float: left;
  margin: 0 0 0 59px;
}
.tc-save-container .validation-summary-errors,
.tc-load-container .validation-summary-errors,
.tc-update-container .validation-summary-errors {
  margin-top: 0;
}
.tc-load-start > div {
  display: none;
}
#premiumsTH hr {
  display: none;
}
#premiumsTH input {
  margin-bottom: 15px;
}
#premiumsTH [style="margin-top:30px;"] {
  margin: 0 0 0 0 !important;
}
#premiumsTH h4 {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05rem;
  line-height: 24px;
  margin: 0;
  text-transform: uppercase;
}
#premiumsTH #TitleHoundDisclaimer {
  color: #888;
  font-size: 13px;
  margin-top: 30px;
  margin-bottom: 60px;
}
#premiumsTH #TitleHoundCredentials {
  margin-top: 30px;
}
.switch-closepin.yesno {
  width: 64px;
  height: 24px;
  position: relative;
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 3px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  color: #fff;
  cursor: pointer;
  display: block;
}
.switch-closepin.yesno input {
  margin: 0;
  display: none;
}
.switch-closepin.yesno.switch-light {
  background-color: #ccc;
  cursor: pointer;
}
.switch-closepin.yesno.switch-light:hover {
  background-color: #ccc;
}
.switch-closepin.yesno.switch-light input ~ a {
  background-color: #888;
  border: 0;
  border-radius: 3px;
  padding: 0;
  outline: 0;
  margin: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.switch-closepin.yesno input:checked + span + a {
  background-color: #1b202c;
}
.switch-closepin.yesno > span {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: inherit;
  width: 100%;
  height: 24px;
  z-index: auto;
  margin: 0;
  padding-right: 0;
  text-align: left;
}
.switch-closepin.yesno > span span {
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  display: block;
  width: 50%;
  z-index: 1;
  margin-left: 0;
  text-align: center;
}
.switch-closepin.yesno a,
.switch-closepin.yesno span span {
  display: block;
}
.switch-closepin.yesno > span span {
  color: #1b202c;
  font-weight: 600;
  height: 24px;
  line-height: 24px;
  z-index: 1;
}
.switch-closepin.yesno > span span:first-child {
  opacity: 0.5 !important;
  left: auto;
  right: 0;
}
.switch-closepin.yesno > span span:last-child {
  opacity: 1 !important;
  left: 0;
  right: auto;
}
.panel {
  margin-bottom: 20px;
  background-color: transparent;
  border: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  box-shadow: none;
}
.panel-body {
  padding: 0;
  border: 0;
  border-bottom: 0;
}
.panel-heading {
  padding: 0;
  border: 0;
}
.panel-title {
  color: #aaa !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
  padding: 10px 0;
  transition: all 0.25s ease-out;
}
.panel-title:not(.collapsed) {
  color: #1b202c !important;
}
.panel-heading:hover .panel-title {
  color: #1b202c !important;
}
.panel-footer {
  padding: 10px 0;
  border: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel-default {
  margin-top: 15px;
  margin-bottom: 30px;
  border-color: #ddd;
}
.panel-collapse {
  margin-top: 0;
}
.panel-heading-main.grey {
  background-color: transparent !important;
  color: #aaa !important;
}
.panel-heading-main .toggle-drop {
  font-size: 14px !important;
  line-height: 16px;
}
.panel-collapse > *:first-child {
  margin-top: 20px;
}
.panel-collapse > *:last-child {
  margin-bottom: 30px;
}
.company-info-container {
  background: #fff;
  padding: 30px 30px 0;
  border: 1px solid #e6e6e6;
}
.company-info-container .company-name {
  color: #1b202c;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  margin-bottom: 15px;
}
.company-info-container .company-data {
  margin-left: -30px;
  margin-right: -30px;
}
.company-info-container table {
  width: 100%;
  vertical-align: middle;
  border-spacing: 0;
}
.company-info-container table thead th {
  color: #333;
  font-size: 13px;
  line-height: 1.1;
  vertical-align: bottom;
  font-weight: 600;
  padding: 15px 0 15px 0;
}
.company-info-container table tbody tr td {
  text-align: center;
  padding: 20px 10px;
  border-top: 1px solid #e6e6e6;
}
.company-info-container table tbody tr td.text-right {
  color: #999;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1;
  text-align: right;
  width: 160px;
  padding: 0 20px 0 20px;
}
.company-info-container table tbody tr td button {
  color: #29b7e3;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  background: transparent;
  padding: 0;
  border-radius: 0;
  border: 0 solid #aaa;
}
.dashboard .company-labels,
.dashboard .company-data {
  display: block;
}
.account-section td a {
  font-weight: 500;
  margin: 0 4px !important;
  display: inline-block !important;
}
.account-section td a:hover {
  text-decoration: none;
}
.input-group-addon {
  padding: 0 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #1b202c;
  text-align: center;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  transition: border-color 0.25s ease-out, color 0.25s ease-out;
}
input:focus + .input-group-addon {
  border-bottom-color: #c35b50;
}
.input-group-btn .btn {
  font-size: 0;
  color: #1b202c !important;
  font-weight: 500;
  padding: 4px 0 5px;
  background: transparent !important;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #ccc !important;
}
.input-group-btn .btn:hover {
  opacity: 1;
  color: #1b202c !important;
  background: transparent !important;
  border-bottom: 1px solid #ccc !important;
}
input:focus + .input-group-btn .btn {
  border-bottom-color: #c35b50 !important;
}
.save-notify {
  font-size: 13px;
  font-weight: 400;
  position: relative;
  top: -30px;
}
.costs-benefits .plan {
  color: #29b7e3;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}
.costs-benefits .plan-features {
  color: #333;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
}
.costs-benefits .plan {
  padding: 0;
}
.costs-benefits ul {
  line-height: 24px;
}
.costs-benefits ul li {
  height: 46px;
  padding: 10px 20px;
  background: #fff;
  border-bottom: 1px solid #ddd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.25s ease-out;
}
.costs-benefits ul li:first-child {
  border-top: 1px solid #ddd;
}
.costs-benefits .plan .check {
  color: #fff;
  background: #29b7e3;
  font-size: 18px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  display: inline-block;
  transition: all 0.25s ease-out;
}
.costs-benefits .plan .check i {
  line-height: 24px;
}
.costs-benefits .plan .check i:before {
  display: block;
}
.costs-benefits .features-title,
.costs-benefits .plan-title {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  margin: 0;
  padding: 15px 20px;
}
.costs-benefits .plan-title {
  color: #29b7e3;
  transition: all 0.25s ease-out;
}
.costs-benefits .features-inner {
  padding-bottom: 5px;
}
.costs-benefits .plan-inner {
  position: relative;
  padding-bottom: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: all 0.25s ease-out;
  display: block;
  border-radius: 8px;
}
.costs-benefits ul.fees-list {
  font-size: 11px;
  font-weight: 400;
  color: #888;
}
.costs-benefits ul.fees-list li {
  height: auto;
  padding: 5px 20px;
  border: 0;
  background: #f5f5f5;
}
.costs-benefits ul.fees-list li:last-child {
  padding-bottom: 10px;
}
.costs-benefits .features-title,
.costs-benefits .plan-title {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  margin: 0;
  padding: 15px 20px;
}
.costs-benefits .plan-title {
  color: #29b7e3;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.costs-benefits .disclaimer {
  color: #aaa;
  font-size: 10px;
  line-height: 1.25;
  margin-top: 40px;
  display: block;
  text-align: right;
  margin-right: 8.33333333%;
}
.costs-benefits .mobile-title {
  color: #333;
  font-size: 12px;
  text-align: left;
  width: 75%;
  float: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1022px) {
  .costs-benefits .mobile-title {
    display: none;
  }
}
@media (max-width: 1021px) {
  .costs-benefits {
    margin-left: -15px;
    margin-right: -15px;
  }
  .plan-features {
    display: none;
  }
  .plan {
    margin-bottom: 40px;
  }
}
.costs-benefits a.plan-inner {
  color: inherit;
}
.costs-benefits a.plan-inner:hover {
  color: inherit;
  text-decoration: none;
}
.costs-benefits a.plan-inner .cta {
  color: #fff;
  width: 100%;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  background: #29b7e3;
  padding: 8px;
  border-radius: 0;
  transition: all 0.25s ease-out;
  display: block;
  position: relative;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
@media (min-width: 1022px) {
  .costs-benefits.locked .plan {
    pointer-events: none;
  }
  .costs-benefits:not(.locked) .plan-inner:hover {
    z-index: 2;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  }
  .costs-benefits:not(.locked) .plan-inner:hover .plan-title {
    color: #fff;
    background: #29b7e3;
  }
  .costs-benefits a.plan-inner .cta {
    opacity: 0;
  }
  .costs-benefits:not(.locked) a.plan-inner:hover .cta {
    opacity: 1;
  }
  .costs-benefits .plan.active li {
    color: #1b202c;
  }
  .costs-benefits .plan.active .check {
    background: #1b202c;
  }
  .costs-benefits .plan.active .plan-inner {
    z-index: 3;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  }
  .costs-benefits .plan.active .plan-inner .plan-title {
    color: #fff;
    background: #1b202c;
  }
  .costs-benefits .plan.active a.plan-inner .cta {
    opacity: 1;
    background: #1b202c;
    padding: 8px 8px 8px 30px;
  }
  .costs-benefits .plan.active a.plan-inner .cta:before {
    color: #fff;
    font-size: 24px;
    height: 24px;
    width: 32px;
    content: '\e919';
    font-family: '_pcicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 24px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 8px;
    z-index: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@media (max-width: 1021px) {
  .costs-benefits .plan .plan-inner {
    border-radius: 0;
  }
  .costs-benefits .plan .plan-inner .plan-title {
    border-radius: 0;
  }
  .costs-benefits .plan a.plan-inner .cta {
    border-radius: 0;
  }
  .costs-benefits .plan.active li {
    color: #1b202c;
  }
  .costs-benefits .plan.active .check {
    background: #1b202c;
  }
  .costs-benefits .plan.active .plan-inner .plan-title {
    color: #fff;
    background: #1b202c;
  }
  .costs-benefits .plan.active a.plan-inner .cta {
    background: #1b202c;
    padding: 8px 8px 8px 30px;
  }
  .costs-benefits .plan.active a.plan-inner .cta:before {
    color: #fff;
    font-size: 24px;
    height: 24px;
    width: 32px;
    content: '\e919';
    font-family: '_pcicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 24px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 8px;
    z-index: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.company-rating-containers {
  margin-top: 30px;
}
.overall-rating-container .rating-text-snip {
  font-size: 24px !important;
}
.overall-rating-container {
  margin-top: 40px;
  margin-bottom: 40px;
}
.more-ratings-reviews .table td {
  padding-bottom: 0;
}
.rating-count {
  margin-top: 3px;
  color: #656565;
}
.ratings-block td {
  border-top: none !important;
}
.progress {
  height: 15px;
  margin: 6px 0;
  border-radius: 0;
}
.overall-rating-container h2 {
  font-size: 18px;
  font-weight: 500;
}
#feeScheduleList .filter-toggle {
  color: #c35b50 !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 16px 4px 4px !important;
  margin-top: 15px;
}
.account-section #feeScheduleList .btn-group .dropdown-toggle.multiselect {
  color: #1b202c;
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  text-align: left;
  width: 100%;
  background: transparent;
  margin: 0;
  padding: 4px 18px 4px 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  display: block;
  position: relative;
  transition: all 0.25s ease-out;
  color: #1b202c !important;
  background: transparent !important;
  border-color: #ccc !important;
  box-shadow: none;
  opacity: 1;
  min-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.account-section #feeScheduleList .btn-group .dropdown-toggle.multiselect:hover {
  color: #1b202c !important;
}
#feeScheduleList .custom-select-wrapper {
  position: relative;
}
#feeScheduleList .custom-select-wrapper:after {
  content: ' ';
  height: 0;
  width: 0;
  border: solid transparent;
  border-width: 5px 4px 0 4px;
  border-top-color: #1b202c;
  position: absolute;
  right: 4px;
  top: 50%;
  pointer-events: none;
  margin-top: -2px;
}
.account-section #feeScheduleList .multiselect-container > li a {
  padding: 4px 0 4px !important;
}
.account-section #feeScheduleList .multiselect-container > li a label {
  font-size: 13px;
  font-weight: 500;
}
#feeScheduleList .custom-select-wrapper select {
  background: transparent;
  color: #1b202c;
  padding: 4px 0 4px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #ccc;
  line-height: normal;
  min-height: 34px;
  box-shadow: none;
}
.account-section #feeScheduleList .custom-select-wrapper select > option {
  background: white;
  color: #1b202c;
}
.account-section #feeScheduleList .custom-select-wrapper select > option:nth-child(odd) {
  background: white;
}
.account-section #feeScheduleList .filter-popup .filter-header .title {
  color: #1b202c;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
.account-section #feeScheduleList .filter-header {
  margin-bottom: 20px;
}
.account-section #feeScheduleList .resultcount {
  color: #1b202c;
  font-size: 14px;
  font-weight: 500;
}
.account-section #feeScheduleList .opt-filter-btn {
  font-size: 13px;
  font-weight: 500;
  padding: 6px 16px 8px;
  margin-top: 20px;
}
.account-section #feeScheduleList .btn.opt-filter-btn {
  font-size: 13px;
  font-weight: 500;
  background: #1b202c !important;
  padding: 6px 16px 8px;
  margin-top: 20px;
}
.account-section #feeScheduleList .btn.opt-filter-btn:hover {
  color: white;
  background: #1b2330 !important;
}
#fee_schedule_edit_form .custom-select-wrapper select {
  padding-left: 0;
  border-bottom: 1px solid #ccc;
  line-height: 1.25;
  min-height: 34px;
  box-shadow: none;
}
#fee_schedule_edit_form .custom-select-wrapper select option {
  color: #1b202c;
  background: #fff;
}
.custom-select-wrapper select:focus {
  border-color: #c35b50;
}
#NewFeeSchedultContainer .custom-select-wrapper:after {
  border-width: 5px 4px 0 4px;
  border-top-color: #1b202c;
  right: 4px;
  top: 50%;
}
.custom-select-wrapper select > option {
  background-color: #242f41;
  color: #fff;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  color: #aaa !important;
  cursor: not-allowed;
  background-color: transparent;
  opacity: 1;
  border-bottom: 1px solid #ddd !important;
}
.hud-table {
  border: 1px solid #1b202c;
  margin-top: 0;
  margin-bottom: 0;
  border-collapse: inherit;
}
.hud-table select {
  font-family: 'MuseoSansRounded-500', Arial, sans-serif;
}
.hud-table td.hud-cell {
  padding: 6px;
  vertical-align: middle;
  border-top: 0 none;
  font-size: 12px;
  border-right: 1px solid #1b202c;
}
.hud-table tr.hud-total {
  background: #cdd6e3;
  color: #000;
  border-bottom: 1px solid #1b202c;
  border-top: 1px solid #1b202c;
}
.hud-table .form-control[disabled],
.hud-table .form-control[readonly],
.hud-table .endo-table select[disabled].endo-desc {
  background-color: #ccc !important;
}
.hud-table select[disabled].fee-type,
.hud-table .endo-toggle-widget.disabled,
.hud-table button[disabled] {
  opacity: 0.65;
}
.hud-table .form-control {
  display: block;
  width: 100%;
  height: 21px;
  padding: 2px;
  font-size: 12px;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc !important;
}
.hud-table .hud-form-control {
  width: 70% !important;
  color: #333;
  background-color: #fff;
  border: 1px outset #ccc !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
}
.hud-table td.endo-cell {
  padding: 0 !important;
}
.hud-table td.last-col {
  width: 99px !important;
}
.hud-table td.last-col,
.hud-table col.last-col {
  border-left: 1px solid #ccc !important;
}
.hud-table td.last-col input,
.hud-table col.last-col input {
  width: 90px;
  text-align: center;
}
.hud-table td.last-col:last-child,
.hud-table col.last-col:last-child {
  border-right: 0 none;
}
.table.hud-table tr {
  color: #333;
  background: transparent;
}
.table.hud-table tr td {
  padding: 10px;
}
.table.hud-table .clear-row-x {
  color: red;
  background: #fff;
  font-weight: 500;
  font-size: 21px;
  line-height: 10px;
  display: inline-block;
}
.table.hud-table .clear-row-x:hover {
  color: #333;
}
#titlehound_state_setup_partial {
  border: 1px solid #e6e6e6 !important;
  padding: 20px !important;
  border-radius: 3px;
  box-shadow: none !important;
}
#titlehound_state_setup_partial .form-group {
  width: 100% !important;
  min-height: 28px;
  margin-bottom: 0;
}
#titlehound_state_setup_partial .form-group .btn:not(select) {
  font-size: 13px;
  font-weight: 500;
  padding: 6px 16px 8px;
}
#titlehound_state_setup_partial .form-group .btn:not(select):hover {
  color: #fff;
}
#hud_fees .grey-legend {
  color: #333;
  font-size: 15px !important;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
  padding-bottom: 15px;
  margin-bottom: 30px;
  margin-top: 30px !important;
  border-bottom: 1px solid #ddd;
}
.hud-table {
  border: 1px solid #ccc;
  margin-top: 0;
  margin-bottom: 0;
  border-collapse: inherit;
}
.table.hud-table > tbody > tr:first-child > td {
  border-top: 0;
}
.table.hud-table tr td {
  padding: 10px;
}
.table.hud-table tr td.bold {
  font-weight: 500;
}
.table.hud-table .clear-row-x {
  color: red;
  background: #fff;
  font-weight: 500;
  font-size: 21px;
  line-height: 10px;
  display: inline-block;
}
.table.hud-table .clear-row-x:hover {
  color: #333;
}
.hud-table select {
  font-family: 'Graphik', sans-serif !important;
  height: 34px;
}
.hud-table .form-control {
  font-family: 'Graphik', sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: normal !important;
  color: #333 !important;
  width: 100%;
  height: 34px;
  background-color: #fff;
  background-image: none;
  border: 0 !important;
  padding: 4px 0 4px;
  border-bottom: 1px solid #ccc !important;
  display: block;
}
.hud-table .form-control:focus {
  border-color: #c35b50 !important;
}
.account-section .filter-popup .inner {
  border: 1px solid #ddd;
  background-color: #f5f5f5;
}
#SF_DownloadSelector,
#SF_UploadButton {
  background-color: transparent !important;
}
.view-edit-fees-btn.orange {
  font-size: 13px !important;
  height: auto;
  line-height: 1 !important;
  border: 0 !important;
  padding: 10px;
  background: #c35b50 !important;
  color: #fff !important;
  margin: 0 !important;
}
.csa-row .btn.green,
.title-fee-schedules-row .btn.green {
  color: #ffffff !important;
  background: transparent !important;
  color: #9d4944 !important;
  border-color: transparent !important;
}
.csa-row .btn.green:hover,
.title-fee-schedules-row .btn.green:hover {
  color: #1b202c !important;
}
table .pdf-list a,
table .Insurance-Documents a,
table .License-Documents a {
  text-align: left;
  line-height: 1;
  display: block !important;
  margin-bottom: 10px !important;
}
.costs-benefits-tbl .left-block {
  display: none;
}
.costs-benefits-tbl thead {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
}
.costs-benefits-tbl > tbody > tr > td.tlb-head,
.costs-benefits-tbl > tbody > tr > td.right-block {
  border: 0 !important;
}
.costs-benefits-tbl .table > tbody > tr > td {
  text-align: center;
  border-right: 1px solid #ddd !important;
}
.costs-benefits-tbl .table > tbody > tr > td:first-child {
  text-align: left;
}
.costs-benefits-tbl .table > tbody > tr > td:last-child {
  border-right: 0 !important;
}
.costs-benefits-tbl .table > tbody > tr > td.right-block thead {
  font-weight: 500;
}
.costs-benefits-tbl .light-purple-bk {
  background: transparent;
}
.costs-benefits-tbl .light-green-bk {
  background: transparent;
}
#agreement_form .col-md-12:last-child > div.pull-right {
  margin-top: 30px;
}
@media (min-width: 1022px) {
  #agreement_form .col-md-12:last-child > div:not(.pull-right) {
    padding-right: 35%;
  }
}
#tc_error_container b,
#tc_load_error_container b {
  color: #d2482f;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
#tc_error_container > #tc_error_text,
#tc_load_error_container > #tc_error_text {
  font-size: 14px;
  line-height: 1.5;
  display: inline-block;
}
#tc_error_container > #tc_error_text a,
#tc_load_error_container > #tc_error_text a {
  font-weight: 500;
  cursor: pointer;
}
.save-dialog button.close:hover {
  background: transparent;
}
div.terms {
  width: 800px;
  max-width: 100%;
  height: 400px;
  border: 1px solid #ddd;
  background: #f1f1f2;
  padding: 20px;
  overflow: auto;
  padding-right: 10% !important;
}
div.terms p,
div.terms li {
  font-size: 12px;
  line-height: 1.25;
  color: #333;
}
div.terms h3 {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.25;
  color: #000;
}
div.terms h4 {
  font-weight: bold;
  font-size: 13px;
  line-height: 1.25;
  color: #000;
}
div.terms strong {
  color: #000;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
}
.ie6 .clear,
.ie7 .clear {
  zoom: 1;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.hold-stuff {
  position: relative;
}
.u-no-break {
  white-space: nowrap;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.hide {
  display: none;
}

.magic-suggest-style .dropdown-menu {
    max-height: 305px !important;
}
.magic-suggest-style input[type=text] {
    /*width: 25% !important;*/
    width: 251px !important;
    margin-left: 10px;
}

    @media (max-width: 797px) {
        .hide-sm {
    display: none;
  }
}
.invisible {
  visibility: hidden;
}
.bg-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.altrows > div:nth-child(2n) div {
  float: right;
}
.altrows > div:nth-child(2n) div + div {
  float: left;
}
.altrows > div:nth-child(2n) div > div {
  float: left;
}
.altrows > div:nth-child(2n) div > div + div {
  float: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
@media (max-width: 797px) {
  .text-center-sm {
    text-align: center;
  }
}
@media (min-width: 798px) {
  .text-center-lg {
    text-align: center;
  }
}
.js-no-scroll {
  overflow: hidden !important;
}
.color-white {
  color: #ffffff;
}
.color-black {
  color: #000000;
}
.color-gray {
  color: #7c7a75;
}
.color-gray-dark {
  color: #f1f1f2;
}
.color-navy {
  color: #1b202c;
}
.color-navy-dark {
  color: #293648;
}
.color-navy-darker {
  color: #202b3b;
}
.color-green {
  color: #41b772;
}
.color-green-dark {
  color: #2d925a;
}
.color-red {
  color: #c35b50;
}
.color-red-dark {
  color: #d2482f;
}
.color-yellow {
  color: #ffc441;
}
.color-yellow-dark {
  color: #e9af3b;
}
.color-blue {
  color: #29b7e3;
}
.color-blue-dark {
  color: #34a4df;
}
.color-purple {
  color: #8c5b91;
}
.color-purple-dark {
  color: #704772;
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: #000000;
}
.bg-gray {
  background-color: #7c7a75;
}
.bg-gray-dark {
  background-color: #f1f1f2;
}
.bg-navy {
  background-color: #1b202c;
}
.bg-navy-dark {
  background-color: #293648;
}
.bg-navy-darker {
  background-color: #202b3b;
}
.bg-green {
  background-color: #41b772;
}
.bg-green-dark {
  background-color: #2d925a;
}
.bg-red {
  background-color: #c35b50;
}
.bg-red-dark {
  background-color: #d2482f;
}
.bg-yellow {
  background-color: #ffc441;
}
.bg-yellow-dark {
  background-color: #e9af3b;
}
.bg-blue {
  background-color: #29b7e3;
}
.bg-blue-dark {
  background-color: #34a4df;
}
.bg-purple {
  background-color: #8c5b91;
}
.bg-purple-dark {
  background-color: #704772;
}
.fs-16 {
  font-size: 16px;
}
.fs-15 {
  font-size: 15px;
}
.fs-14 {
  font-size: 15px;
}
.fs-13 {
  font-size: 13px;
}
.fs-12 {
  font-size: 12px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
@media (max-width: 1021px) {
  .mt10-md {
    margin-top: 10px;
  }
}
@media (max-width: 1021px) {
  .mb10-md {
    margin-bottom: 10px;
  }
}
@media (max-width: 797px) {
  .mt10-sm {
    margin-top: 10px;
  }
}
@media (max-width: 797px) {
  .mb10-sm {
    margin-bottom: 10px;
  }
}
