@charset "UTF-8";
.demoTest {
  width: 600px; }

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


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


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

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

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

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

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

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

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

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

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

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

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

.initialism {
  font-size: 90%; }

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

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

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

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

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

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

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







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

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

.dropup,
.dropdown {
  position: relative; }

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

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

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

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

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

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

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

.open > a {
  outline: 0; }

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

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

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

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

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

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

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

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


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


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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff; }
  @media (max-width: 600px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090909; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

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

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

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

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

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

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

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

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

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

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

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

.label-default {
  background-color: #777777; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e; }

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

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

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

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }
  .jumbotron h1,
  .jumbotron .h1 {
    color: inherit; }
  .jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
  .jumbotron > hr {
    border-top-color: #d5d5d5; }
  .container .jumbotron,
  .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 15px;
    padding-right: 15px; }
  .jumbotron .container {
    max-width: 100%; }
  @media screen and (min-width: 601px) {
    .jumbotron {
      padding-top: 48px;
      padding-bottom: 48px; }
      .container .jumbotron,
      .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
      .jumbotron h1,
      .jumbotron .h1 {
        font-size: 63px; } }

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

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.media-body {
  width: 10000px; }

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

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

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

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

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

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

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

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

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

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

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

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

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

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

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

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

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

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

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
  .well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

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

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

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

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





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

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

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

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

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

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

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px; }
  .popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25); }
  .popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px; }
  .popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25); }
  .popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
  position: relative; }

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

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

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

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

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

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

.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: 'pf_handbook_proregular';
  src: url("../fonts/pfhandbookpro-regular.eot");
  src: url("../fonts/pfhandbookpro-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/pfhandbookpro-regular.woff2") format("woff2"), url("../fonts/pfhandbookpro-regular.woff") format("woff"), url("../fonts/pfhandbookpro-regular.svg#pf_handbook_proregular") format("svg");
  font-weight: 400 !important;
  font-style: normal; }

@font-face {
  font-family: 'pf_handbook_probold';
  src: url("../fonts/pfhandbookpro-bold.eot");
  src: url("../fonts/pfhandbookpro-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/pfhandbookpro-bold.woff2") format("woff2"), url("../fonts/pfhandbookpro-bold.woff") format("woff"), url("../fonts/pfhandbookpro-bold.svg#pf_handbook_probold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'pf_handbook_prolight';
  src: url("../fonts/pfhandbookpro-light.eot");
  src: url("../fonts/pfhandbookpro-light.eot?#iefix") format("embedded-opentype"), url("../fonts/pfhandbookpro-light.woff2") format("woff2"), url("../fonts/pfhandbookpro-light.woff") format("woff"), url("../fonts/pfhandbookpro-light.svg#pf_handbook_probold") format("svg");
  font-weight: 300 !important;
  font-style: normal; }

@font-face {
  font-family: 'pf_handbookpro_promedium';
  src: url("../fonts/pfhandbookpro-medium.eot");
  src: url("../fonts/pfhandbookpro-medium.eot?#iefix") format("embedded-opentype"), url("../fonts/pfhandbookpro-medium.woff2") format("woff2"), url("../fonts/pfhandbookpro-medium.woff") format("woff"), url("../fonts/pfhandbookpro-medium.svg#pf_handbook_probold") format("svg");
  font-weight: 500 !important;
  font-style: normal; }

@font-face {
  font-family: 'pf_encore_sans_probold';
  src: url("../fonts/pfencoresanspro-bold.eot");
  src: url("../fonts/pfencoresanspro-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/pfencoresanspro-bold.woff2") format("woff2"), url("../fonts/pfencoresanspro-bold.woff") format("woff"), url("../fonts/pfencoresanspro-bold.svg#pf_encore_sans_probold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'pf_encore_sans_proregular';
  src: url("../fonts/pfencoresanspro-reg.eot");
  src: url("../fonts/pfencoresanspro-reg.eot?#iefix") format("embedded-opentype"), url("../fonts/pfencoresanspro-reg.woff2") format("woff2"), url("../fonts/pfencoresanspro-reg.woff") format("woff"), url("../fonts/pfencoresanspro-reg.svg#pf_encore_sans_proregular") format("svg");
  font-weight: 400 !important;
  font-style: normal; }

/*reset*/
html, body, span, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, h1, h2, h3, h4, p,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, li, ul {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

body {
  line-height: 1;
  background: white;
  overflow-x: hidden; }

ol, ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

.clear {
  clear: both;
  display: inline-block; }

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

* html .clear {
  height: 1%; }

.clear {
  display: block; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

.pad-t40 {
  padding-top: 40px !important; }

.pad-b20 {
  padding-bottom: 20px !important; }

.small-radio {
  font-size: 22px;
  color: #000000; }

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

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

.mar-t-20 {
  margin-top: 20px !important; }

.mar-b-12 {
  margin-bottom: 12px !important; }

.mar-t-16 {
  margin-top: 16px !important; }

.mar-b-16 {
  margin-bottom: 16px !important; }

.pad-t-16 {
  padding-top: 16px !important; }

.pad-b-16 {
  padding-bottom: 16px !important; }

.pad-t-10 {
  padding-top: 10px !important; }

.mar-t-40 {
  margin-top: 40px !important; }

.mar-b-40 {
  margin-bottom: 40px !important; }

.mar-t-60 {
  margin-top: 60px !important; }

.mar-b-60 {
  margin-bottom: 60px !important; }

.pad-b-24 {
  padding-bottom: 24px !important; }

.mar-t-32 {
  margin-top: 32px !important; }

.mar-b-32 {
  margin-bottom: 32px !important; }

.mar-b-0 {
  margin-bottom: 0 !important; }

.pad-b-0 {
  padding-bottom: 0 !important; }

.no-mar {
  margin: 0px !important; }

.no-pad {
  padding: 0px !important; }

.margin-left-24 {
  margin-left: 24px; }

.no-border {
  border: none !important; }

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

.pos-relative {
  position: relative !important; }

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

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

.box-shadow {
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.3); }
  @media only screen and (min-width: 1401px) {
    .box-shadow {
      -webkit-box-shadow: none;
      box-shadow: none; } }

.img-float {
  margin-right: 10px !important;
  float: left; }
  @media only screen and (max-width: 600px) and (min-width: 320px) {
    .img-float {
      margin-bottom: 20px;
      width: 100%;
      margin-right: 0px !important; } }

.no_border {
  border: none !important; }

.font-20 {
  font-size: 20px !important;
  color: black; }

.font-22 {
  font-size: 22px !important; }

.font-16 {
  font-size: 16px !important; }

.pad-b-8 {
  padding-bottom: 8px !important; }

.inline-f {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.lh-28 {
  line-height: 28px !important; }

.lh-20 {
  line-height: 20px !important; }

.lh-40 {
  line-height: 40px !important; }

.lh-36 {
  line-height: 36px !important; }

.lh-28 {
  line-height: 28px !important; }

.grey-bg {
  background-color: #515151 !important;
  float: left;
  width: 100%; }

.d-bg {
  background: #F1F3F6; }

.protecting {
  background: #DA9089 !important;
  float: left;
  width: 100%; }

.investing {
  background: #969F6E !important;
  float: left;
  width: 100%; }

.financing {
  background: #CEAA6C !important;
  float: left;
  width: 100%; }

.redbg {
  background: #C7222A !important;
  float: left;
  width: 100%; }

.support-red {
  background: #8B151B !important;
  float: left;
  width: 100%; }

.white-gray {
  background: #F1F3F6 !important;
  float: left;
  width: 100%; }

.whitebg {
  background: #fff !important;
  float: left;
  width: 100%; }

.b-protecting {
  background: #6a4742 !important;
  float: left;
  width: 100%; }

.b-green {
  background: #3E593C !important;
  float: left;
  width: 100%; }

.b-investing {
  background: #3E593C !important;
  float: left;
  width: 100%; }

.b-financing {
  background: #695934 !important;
  float: left;
  width: 100%; }

.advising {
  background: #C7222A !important;
  float: left;
  width: 100%; }

.b-advising {
  background: #660D0A !important;
  float: left;
  width: 100%; }

.advising .header-static .header-top ul li a {
  color: #fff !important; }

.advising .header-static .header-top ul li a:after {
  color: #fff !important; }

.b-protecting .header-static .header-top ul li a {
  color: #fff !important; }

.b-protecting .header-static .header-top ul li a:after {
  color: #fff !important; }

.b-green .header-static .header-top ul li a {
  color: #fff !important; }

.b-green .header-static .header-top ul li a:after {
  color: #fff !important; }

.b-investing .header-static .header-top ul li a {
  color: #fff !important; }

.b-investing .header-static .header-top ul li a:after {
  color: #fff !important; }

.b-financing .header-static .header-top ul li a {
  color: #fff !important; }

.b-financing .header-static .header-top ul li a:after {
  color: #fff !important; }

.financing .header-static .header-top ul li a {
  color: #fff !important; }

.financing .header-static .header-top ul li a:after {
  color: #fff !important; }

.protecting .header-static .header-top ul li a {
  color: #fff !important; }

.protecting .header-static .header-top ul li a:after {
  color: #fff !important; }

.investing .header-static .header-top ul li a {
  color: #fff !important; }

.investing .header-static .header-top ul li a:after {
  color: #fff !important; }

.redbg .header-static .header-top ul li a {
  color: #fff !important; }

.redbg .header-static .header-top ul li a:after {
  color: #fff !important; }

.support-red .header-static .header-top ul li a {
  color: #fff !important; }

.support-red .header-static .header-top ul li a:after {
  color: #fff !important; }

.no-display {
  display: none; }

.no-display {
  display: none !important; }

.block-display {
  display: block !important; }

.con-bg {
  background: #F1F3F6; }

.w-100 {
  width: 100% !important; }

.mrt-16 {
  margin-top: 16px !important; }

.mrt-30 {
  margin-top: 30px !important; }

.mtb_i {
  border-bottom: 4px solid #969F6E; }

.mtb_p {
  border-bottom: 4px solid #DA9089; }

.mtb_f {
  border-bottom: 4px solid #CEAA6C; }

.mtb_a {
  border-bottom: 4px solid #C7222A; }

.mtb_ibg {
  background: #969F6E; }

.mtb_pbg {
  background: #DA9089; }

.mtb_fbg {
  background: #CEAA6C; }

.mtb_abg {
  background: #C7222A; }

.bgnone {
  background: none !important; }

.over_scroll {
  overflow: hidden;
/*  position: fixed;*/
  height: 100%;
  width: 100%; }

.ht_100 {
  height: 100vh; }

.ht_auto {
  height: auto !important; }

.no_sym::after {
  content: "" !important; }

.menu_fix_top {
  position: fixed;
  top: 0; }

.submenu_fix {
  position: fixed;
  top: 0;
  overflow-y: scroll;
  height: 100% !important;
  width: 100%; }
  @media only screen and (max-width: 600px) and (min-width: 320px) {
    .submenu_fix .div_subnav {
      width: 100% !important; } }

.over_fade {
  width: calc(100% - 412px) !important;
  -webkit-transition: width 0.4s;
  -o-transition: width 0.4s;
  transition: width 0.4s; }

.orient_fade {
  width: 50% !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.ticklistitem li {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-family: 'pf_encore_sans_proregular'; }
  .ticklistitem li:before {
    content: "\72";
    font-family: "icon-font";
    color: #C7222A;
    font-size: 18px;
    margin-right: 18px; }
  @media only screen and (max-width: 600px) and (min-width: 320px) {
    .ticklistitem li {
      font-size: 18px;
      line-height: 24px; } }

.bulletlistitem li {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-family: 'pf_encore_sans_proregular'; }
  .bulletlistitem li:before {
    content: "\42";
    font-family: "icon-font";
    color: #C7222A;
    margin-right: 18px;
    position: relative;
    top: 3px; }
  @media only screen and (max-width: 600px) and (min-width: 320px) {
    .bulletlistitem li {
      font-size: 18px;
      line-height: 24px; } }

.bulletlistitem li .ticklistitem li:before {
  content: "\72";
  font-family: "icon-font"; }

.ticklistitem li .bulletlistitem li:before {
  content: "\42";
  font-family: "icon-font"; }

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

.logostyle {
  width: 194px;
  height: 45px; }
  @media only screen and (max-width: 600px) and (min-width: 320px) {
    .logostyle {
      width: 181px;
      height: 41px; } }

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  height: 56px;
  line-height: 36px;
  outline: none;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto; }

.nice-select:hover {
  border-color: #ccc; }

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #ccc; }

.nice-select:after {
  content: "\64";
  display: block;
  font-family: "icon-font" !important;
  pointer-events: none;
  position: absolute;
  right: 15px;
  font-size: 18px;
  color: #c72426; }

.nice-select.open:after {
  content: "\65"; }

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0); }

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none; }

.nice-select.disabled:after {
  border-color: #cccccc; }

.nice-select.wide {
  width: 100%; }

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important; }

.nice-select.right {
  float: right; }

.nice-select.right .list {
  left: auto;
  right: 0; }

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px; }

.nice-select.small:after {
  height: 4px;
  width: 4px; }

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px; }

.nice-select .list {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  -o-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9; }

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important; }

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 16px;
  padding-right: 16px;
  text-align: left;
  -webkit-transition: all 0.2s;
  color: #000;
  -o-transition: all 0.2s;
  transition: all 0.2s; }

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #F1F3F6;
  color: #222626; }

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

.nice-select span.current {
  position: absolute;
  color: #6c7174; }

.nice-select.open ul.list {
  width: 100%;
  height: 220px; }

.nice-select.open ul.list li {
  border-bottom: 1px solid #CDCECE;
  height: 60px;
  line-height: 60px; }

.nice-select .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  height: 118px;
  width: 8px;
  border-radius: 8px;
  background-color: #C7C8CA; }

.nice-select .mCSB_dragger {
  height: 150px !important;
  width: 8px !important; }

.nice-select .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px !important; }

.selectcolor {
  color: red !important; }

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  line-height: inherit;
  border: 0; }

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100% !important;
  height: 45px;
  padding: 0px 0px 0px 0px;
  font-size: 15px !important;
  line-height: 1.42857;
  
  background-color: #fff;
  background-image: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
 /* -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
 /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);*/
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  color: #6C7174;
  font-size: 24px;
  line-height: 28px;
  font-family: 'pf_handbook_proregular'; }
  .form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px transparent;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0), 0 0 0px transparent;
    border-bottom: 1px solid #ddd; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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

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

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

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

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

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

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

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

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

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

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

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

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

.has-success .form-control {
  border-color: transparent;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: transparent;
    border-bottom: 2px solid #c7222A;
    -webkit-box-shadow: none;
    box-shadow: none; }

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

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

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

.has-warning .form-control {
  border-color: transparent;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: transparent;
    border-bottom: 2px solid #c7222A;
    -webkit-box-shadow: none;
    box-shadow: none; }

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

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

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

.has-error .form-control {
  border-color: transparent;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: transparent;
    border-bottom: 2px solid #c7222A;
    -webkit-box-shadow: none;
    box-shadow: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control.active {
  border-bottom: 2px solid #c7222A; }

.dropdown-group .form-control:focus {
  border-bottom: none; }

.pan-txt {
  position: relative; }

.validate:after {
  content: "\6c";
  color: 1f874c;
  position: absolute;
  right: 0;
  top: 30%; }

.radio label {
  line-height: 2;
  padding-left: 0;
  color: #000; }

.radio {
  margin-right: 64px; }
  @media only screen and (max-width: 600px) and (min-width: 320px) {
    .radio {
      margin-right: 0;
      margin-bottom: 16px; } }

.radio:nth-child(even) {
  margin-right: 0; }

.radio label:after {
  content: '';
  display: table;
  clear: both; }

.radio .cr {
  position: relative;
  display: inline-block;
  border: 2px solid #6c7174;
  border-radius: 16px;
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 16px; }

.radio .cr {
  border-radius: 50%; }

.radio .cr .cr-icon {
  position: absolute !important;
  font-size: 14px !important;
  line-height: 0 !important;
  top: 14px !important;
  left: 7px !important;
  color: #C7222A !important; }

input[type="radio"]:checked + .cr {
  border: 2px solid #C7222A; }

.radio .cr .cr-icon {
  margin-left: 0.04em; }

.radio label input[type="radio"] {
  display: none; }

.radio label input[type="radio"] + .cr > .cr-icon {
  -webkit-transform: scale(3) rotateZ(-20deg);
  -ms-transform: scale(3) rotate(-20deg);
  transform: scale(3) rotateZ(-20deg);
  opacity: 0; }

.radio label input[type="radio"]:checked + .cr > .cr-icon {
  -webkit-transform: scale(1) rotateZ(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotateZ(0deg);
  opacity: 1; }

.radio label input[type="radio"]:disabled + .cr {
  opacity: .5; }

.radio.radio-inline {
  margin-top: 0;
  padding-left: 0; }
  @media only screen and (max-width: 1200px) and (min-width: 801px) {
    .radio.radio-inline {
      display: inline-block; } }
  @media only screen and (max-width: 1400px) and (min-width: 801px) {
    .radio.radio-inline {
      margin-bottom: 24px; } }

.checkbox {
  padding-left: 0;
  margin-right: 64px;
  margin-bottom: 16px; }

.checkbox span {
  display: inline-block;
  position: relative;
  padding-left: 48px; }

.checkbox span::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  margin-left: 0px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }

.checkbox span::after {
  display: inline-block;
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  top: 0;
  font-size: 23px;
  color: #000; }

.checkbox input[type="checkbox"] {
  opacity: 1;
  display: none; }

.checkbox input[type="checkbox"]:focus + span::before {
  outline: thin dotted;
  outline: 0;
  outline-offset: -2px; }

.checkbox input[type="checkbox"]:checked + span::after {
  font-family: "icon-font" !important;
  content: "\72";
  color: #c7242c;
  font-size: 16px;
  font-size: 16px;
  margin: 3px 7px; }

.checkbox input[type="checkbox"]:disabled + span {
  opacity: 0.65; }

.checkbox input[type="checkbox"]:disabled + span::before {
  background-color: #eeeeee;
  cursor: not-allowed; }

.checkbox.checkbox-circle span::before {
  border-radius: 50%; }

.checkbox.checkbox-inline {
  margin-top: 0; }

.checkbox span p {
  font-size: 14px;
  font-weight: 400;
  color: black; }

.checkbox-group {
  margin-bottom: 56px; }
  @media only screen and (max-width: 600px) and (min-width: 320px) {
    .checkbox-group {
      margin-bottom: 32px; } }

.chk-cus {
  background-color: #ffffff !important;
  border: 1px solid #cdcece; }

.btn-info {
  color: #fff !important;
  background-color: #c7222a;
  border-color: #cccccc;
  height: 56px;
  padding: 0 16px;
  line-height: 43px;
  border-radius: 2px; }

.btn-info:hover, .btn-info:active, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .btn-info:focus, .btn-info:active:hover {
  background-color: transparent;
  border-color: #cdcece;
  color: #fff !important; }

.switch6 {
  margin-bottom: 40px; }

.switch6-light > span, .switch-toggle > span {
  color: #000000; }

.switch6-light span span, .switch6-light label, .switch-toggle span span, .switch-toggle label {
  color: #2b2b2b; }

.switch-toggle a,
.switch6-light span span {
  display: none; }

.switch6-light {
  display: block;
  position: relative; }

.switch6-light * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.switch6-light a {
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }

.switch6-light label,
.switch6-light > span {
  vertical-align: middle; }

.switch6-light label {
  font-weight: 700;
  margin-bottom: px;
  max-width: 100%; }

.switch6-light input {
  background: #c7222a; }

.switch6-light input:focus ~ a, .switch6-light input:focus + label {
  outline: 0px;
  border-radius: 1px;
  background: #c7222a; }

.switch6-light input {
  position: absolute;
  opacity: 0;
  z-index: 5; }

.switch6-light input:checked ~ a {
  right: 0%; }

.switch6-light > span {
  position: absolute;
  left: -100px;
  width: 100%;
  margin: 0px;
  padding-right: 100px;
  text-align: left; }

.switch6-light > span span {
  position: absolute;
  left: 0px;
  z-index: 5;
  display: block;
  width: 50%;
  margin-left: 100px;
  text-align: center;
  padding: 16px 12px 16px 18px; }

.switch6-light > span span:last-child {
  left: 50%; }

.switch6-light a {
  position: absolute;
  right: 50%;
  top: 0px;
  z-index: 4;
  display: block;
  width: 50%;
  height: 100%;
  padding: 0px; }

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative; }

.slider.slider-horizontal {
  width: 210px;
  height: 20px; }

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0; }

.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0; }

.slider.slider-horizontal .slider-tick, .slider.slider-horizontal .slider-handle {
  margin-left: 0px; }

.slider.slider-horizontal .slider-tick.triangle, .slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0; }

.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px; }

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center; }

.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0; }

.slider.slider-horizontal.slider-rtl .slider-tick, .slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px; }

.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0; }

.slider.slider-vertical {
  height: 210px;
  width: 20px; }

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0; }

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0; }

.slider.slider-vertical .slider-track-low, .slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0; }

.slider.slider-vertical .slider-tick, .slider.slider-vertical .slider-handle {
  margin-top: -10px; }

.slider.slider-vertical .slider-tick.triangle, .slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  border-right-color: #0480be;
  margin-left: 0;
  margin-right: 0; }

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap; }

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px; }

.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%; }

.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0; }

.slider.slider-vertical.slider-rtl .slider-tick.triangle, .slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0; }

.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px; }

.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0, #bebebe 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dfdfdf), to(#bebebe));
  background-image: linear-gradient(to bottom, #dfdfdf 0, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf',endColorstr='#ffbebebe',GradientType=0); }

.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0, #e9e9e9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #e5e5e5), to(#e9e9e9));
  background-image: linear-gradient(to bottom, #e5e5e5 0, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5',endColorstr='#ffe9e9e9',GradientType=0);
  cursor: not-allowed; }

.slider input {
  display: none; }

.slider .tooltip.top {
  margin-top: -36px; }

.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none; }

.slider .hide {
  display: none; }

.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0, #f9f9f9 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), to(#f9f9f9));
  background-image: linear-gradient(to bottom, #f5f5f5 0, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5',endColorstr='#fff9f9f9',GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.slider-selection {
  position: absolute;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px; }

.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0, #81bfde 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #89cdef), to(#81bfde));
  background-image: linear-gradient(to bottom, #89cdef 0, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef',endColorstr='#ff81bfde',GradientType=0); }

.slider-track-low, .slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px; }

.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #149bdf 0, #0480be 100%);
  background-image: -o-linear-gradient(top, #149bdf 0, #0480be 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #149bdf), to(#0480be));
  background-image: linear-gradient(to bottom, #149bdf 0, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);
  -webkit-filter: none;
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0 solid transparent; }

.slider-handle.round {
  border-radius: 50%; }

.slider-handle.triangle {
  background: transparent none; }

.slider-handle.custom {
  background: transparent none; }

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204; }

.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0, #f5f5f5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f9f9f9), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #f9f9f9 0, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9',endColorstr='#fff5f5f5',GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-filter: none;
  filter: none;
  opacity: .8;
  border: 0 solid transparent; }

.slider-tick.round {
  border-radius: 50%; }

.slider-tick.triangle {
  background: transparent none; }

.slider-tick.custom {
  background: transparent none; }

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204; }

.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #89cdef 0, #81bfde 100%);
  background-image: -o-linear-gradient(top, #89cdef 0, #81bfde 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #89cdef), to(#81bfde));
  background-image: linear-gradient(to bottom, #89cdef 0, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef',endColorstr='#ff81bfde',GradientType=0);
  opacity: 1; }

.loan-calc {
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 40px; }

.loan .loan-calc .range-slider {
  width: 100%;
  float: left;
  margin-bottom: 40px; }

.loan-calc .range-slider span {
  font-size: 18px;
  margin-bottom: 40px; }

.btn-group,
.btn-group-vertical {
  position: relative;
  /* display: inline-block; */
  /* vertical-align: middle; */
  text-align: left;
  color: #999; }

.btn-group a {
  color: #999; }

.loan-calc .range-slider span {
  font-size: 18px;
  margin-bottom: 40px; }

.slider.slider-horizontal {
  width: 100% !important;
  height: 25px !important; }

.slider.slider-horizontal .slider-track-high {
  background: #d1d1d1; }

.slider.slider-horizontal .slider-selection {
  background: #C7222A; }

.slider-handle {
  background: #fff !important;
  position: absolute;
  top: 0px;
  width: 35px !important;
  height: 35px !important;
  border: 1px solid #cdcece !important; }

.slider.slider-horizontal .slider-track {
  width: 100%;
  margin-top: 0px !important; }

span.rupee-ico {
  color: #0c0c0c;
  font-size: 24px;
  padding-right: 16px; }

.custom-go-btn {
  line-height: 18px !important;
  background: #dbdadc;
  padding: 23px 15px !important; }

.custom-go-btn-search {
  line-height: 18px !important;
  background: #dbdadc;
  padding: 23px 15px !important; }

.red_bg {
  background-color: #C7222A; }

.input-group-addon {
  background-color: #F1F3F6;
  border: none; }

.wid-ico {
  position: relative; }

.wid-ico span {
  position: absolute;
  left: 10px;
  top: 15px; }

.in-cur {
  padding-left: 36px;
  padding-right: 122px; }

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

.input-group .icon-addon .form-control {
  border-radius: 0; }

.icon-addon {
  position: relative;
  color: #555; }

.icon-addon:after,
.icon-addon:before {
  display: block;
  content: " "; }

.icon-addon:after {
  clear: both; }

.icon-addon.addon-md .glyphicon,
.icon-addon .glyphicon,
.icon-addon.addon-md .fa,
.icon-addon .fa {
  position: absolute;
  z-index: 2;
  left: 10px;
  font-size: 14px;
  width: 20px;
  margin-left: -2.5px;
  text-align: center;
  padding: 10px 0;
  top: 1px; }

.icon-addon.addon-lg .form-control {
  padding: 18px 0 18px 16px; }

.icon-addon.addon-sm .form-control {
  height: 30px;
  padding: 5px 10px 5px 28px;
  font-size: 12px;
  line-height: 1.5; }

.icon-addon.addon-lg .fa,
.icon-addon.addon-lg .glyphicon {
  font-size: 18px;
  margin-left: 0;
  left: 11px;
  top: 14px; }

.icon-addon.addon-md .form-control,
.icon-addon .form-control {
  padding-left: 30px;
  float: left;
  font-weight: normal; }

.icon-addon.addon-sm .fa,
.icon-addon.addon-sm .glyphicon {
  margin-left: 0;
  font-size: 12px;
  left: 5px;
  top: -1px; }

.icon-addon .form-control:focus + .glyphicon,
.icon-addon:hover .glyphicon,
.icon-addon .form-control:focus + .fa,
.icon-addon:hover .fa {
  color: #000; }

.ico-place {
  padding-left: 39px !important;
  position: relative; }

.ico-pass {
  position: relative; }

.set-pos {
  position: absolute;
  z-index: 3;
  right: 6%;
  top: 32%;
  font-size: 24px; }

.calender {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .calender .date {
    padding: 18px 20px;
    min-width: 64px;
    height: 64px;
    margin-right: 16px;
    width: 64px; }
  .calender .month {
    padding: 18px 17px;
    min-width: 64px;
    height: 64px;
    margin-right: 16px;
    width: 64px; }
  .calender .year {
    padding: 18px 24px;
    min-width: 64px;
    height: 64px;
    margin-right: 16px;
    width: 90px; }

textarea {
  font-family: inherit;
  font-size: inherit;
  min-width: 320px; }

.tooltip-inner {
  background-color: #f7a500;
  padding: 16px; }
  .tooltip-inner p {
    color: #000000;
    font-size: 16px; }

.tooltip.left .tooltip-arrow {
  border-left-color: #f7a500;
  border-width: 10px 0px 10px 10px;
  right: -5px; }

.has-error input::-webkit-input-placeholder {
  color: #BD2B2B; }

.has-error input:-ms-input-placeholder {
  color: #BD2B2B; }

.has-error input::-ms-input-placeholder {
  color: #BD2B2B; }

.has-error input::placeholder {
  color: #BD2B2B; }

.has-error input {
  border: 2px solid #BD2B2B !important; }

.has-success {
  position: relative; }

.has-success .val_c:after {
  position: absolute;
  content: "\72";
  color: #258a51;
  right: 18px;
  z-index: 3;
  top: 46%;
  font-family: "icon-font" !important;
  font-size: 18px; }

.redbg .has-error input {
  border: 2px solid #f7A500 !important; }

.redbg .has-error .ico-alert-cust {
  color: #BD2B2B;
  padding-left: 20px; }

.redbg .set-pos {
  color: #6C7174; }

.redbg .form-control {
  background-color: #fff; }
  .redbg .form-control:focus {
    border-bottom: 2px solid #f7A500; }

.redbg .btn-info {
  background: #f7A500; }

.redbg .radio .cr {
  background: #fff; }

.redbg .slider.slider-horizontal .slider-track-high {
  background: #CA1F34; }

.redbg .slider.slider-horizontal .slider-selection {
  background: #f7A500; }

.redbg .loan-calc {
  border-bottom: 0px solid; }

.redbg .red_bg_y {
  background: #f7A500; }

input[type="type"]::-webkit-input-placeholder {
  color: #6C7174;
  font-size: 24px;
  line-height: 28px;
  font-family: 'pf_handbook_proregular'; }

input[type="type"]:-ms-input-placeholder {
  color: #6C7174;
  font-size: 24px;
  line-height: 28px;
  font-family: 'pf_handbook_proregular'; }

input[type="type"]::-ms-input-placeholder {
  color: #6C7174;
  font-size: 24px;
  line-height: 28px;
  font-family: 'pf_handbook_proregular'; }

input[type="type"]::placeholder {
  color: #6C7174;
  font-size: 24px;
  line-height: 28px;
  font-family: 'pf_handbook_proregular'; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

.ico-place:-webkit-input-placeholder {
  color: inherit; }

.lab-rad {
  font-size: 22px;
  line-height: 28px;
  color: #000;
  font-family: 'pf_handbook_proregular'; }

.ico-blk {
  color: #000; }

.high-ico {
  z-index: 9 !important; }

.has-error .ico-alert-cust:before {
  color: #BD2B2B;
  margin-right: 7px;
  content: "\61"; }

.alert-txt {
  padding-left: 20px; }

.nice-select .default {
  color: #6c7174; }

.icon-tooltip-icon:before {
  content: "\41";
  padding: 5px;
  border-radius: 50px;
  background: orange;
  font-size: 10px;
  color: black;
  margin-left: 9px; }

input::-ms-clear, input::-ms-reveal {
  display: none; }

/*! =======================================================
                      VERSION  9.7.3              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *    Kyle Kemp
 *      - Twitter: @seiyria
 *      - Github:  seiyria
 *    Rohit Kalkur
 *      - Twitter: @Rovolutionary
 *      - Github:  rovolution
 *
 * =========================================================
  *
 * bootstrap-slider is released under the MIT License
 * Copyright (c) 2017 Kyle Kemp, Rohit Kalkur, and contributors
 * 
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation
 * files (the "Software"), to deal in the Software without
 * restriction, including without limitation the rights to use,
 * copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the
 * Software is furnished to do so, subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
 * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * ========================================================= */
.text-bold {
  font-family: 'pf_handbook_probold' !important; }

.text-bold2 {
  font-family: 'pf_encore_sans_probold' !important; }

h1, .h1 {
  font-size: 90px;
  line-height: 72px;
  color: #000;
  letter-spacing: -1px;
  font-family: 'pf_handbook_proregular';
  font-weight: 400; }
  @media only screen and (max-width: 600px) and (min-width: 320px) {
    h1, .h1 {
      font-size: 64px;
      line-height: 56px; } }

h2, .h2 {
  font-size: 64px;
  line-height: 72px;
  color: #000;
  font-family: 'pf_handbook_proregular';
  font-weight: 400; }
  @media only screen and (max-width: 600px) and (min-width: 320px) {
    h2, .h2 {
      font-size: 44px;
      line-height: 48px; } }

h3, .h3 {
  font-size: 44px;
  line-height: 48px;
  color: #000;
  font-family: 'pf_handbook_proregular'; }
  @media only screen and (max-width: 600px) and (min-width: 320px) {
    h3, .h3 {
      font-size: 36px;
      line-height: 40px; } }

h4, .h4 {
  font-size: 32px;
  line-height: 40px;
  color: #000;
  font-family: 'pf_handbook_proregular'; }
  @media only screen and (max-width: 600px) and (min-width: 320px) {
    h4, .h4 {
      font-size: 28px;
      line-height: 32px; } }

h5, .subheader {
  font-size: 24px;
  line-height: 28px;
  color: #000;
  font-family: 'pf_handbook_proregular'; }
  @media only screen and (max-width: 600px) and (min-width: 320px) {
    h5, .subheader {
      font-size: 22px;
      line-height: 28px; } }

h6, .labelText, label {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  font-family: 'pf_handbook_proregular';
  display: block;
  text-align: left;
  font-weight: normal !important; }

.small-label {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-family: 'pf_handbook_proregular'; }

body, p, .body {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-family: 'pf_handbook_proregular'; }
  @media only screen and (max-width: 600px) and (min-width: 320px) {
    body, p, .body {
      font-size: 18px;
      line-height: 24px; } }

.caption {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-family: 'pf_encore_sans_proregular'; }
  @media only screen and (max-width: 600px) and (min-width: 320px) {
    .caption {
      font-size: 16px;
      line-height: 24px; } }

.small {
  font-size: 12px;
  line-height: 16px;
  color: #000;
  font-family: 'pf_encore_sans_proregular'; }
  @media only screen and (max-width: 600px) and (min-width: 320px) {
    .small {
      font-size: 12px;
      line-height: 16px; } }

.secondary {
  color: #6C7174; }

.disabled {
  opacity: 0.25; }

.accent {
  color: #C7222A !important; }

.redbg body, .redbg p, .redbg h1, .redbg h2, .redbg h3, .redbg h4, .redbg .subheader, .redbg .labelText,
.redbg .small-label, .redbg .body, .redbg .caption, .redbg .small, .redbg .disabled, .redbg label, .redbg a, .protecting body, .protecting p, .protecting h1, .protecting h2, .protecting h3, .protecting h4, .protecting .subheader, .protecting .labelText,
.protecting .small-label, .protecting .body, .protecting .caption, .protecting .small, .protecting .disabled, .protecting label, .protecting a, .investing body, .investing p, .investing h1, .investing h2, .investing h3, .investing h4, .investing .subheader, .investing .labelText,
.investing .small-label, .investing .body, .investing .caption, .investing .small, .investing .disabled, .investing label, .investing a, .financing body, .financing p, .financing h1, .financing h2, .financing h3, .financing h4, .financing .subheader, .financing .labelText,
.financing .small-label, .financing .body, .financing .caption, .financing .small, .financing .disabled, .financing label, .financing a, .support-red body, .support-red p, .support-red h1, .support-red h2, .support-red h3, .support-red h4, .support-red .subheader, .support-red .labelText,
.support-red .small-label, .support-red .body, .support-red .caption, .support-red .small, .support-red .disabled, .support-red label, .support-red a {
  color: #fff; }

.redbg .secondary, .protecting .secondary, .investing .secondary, .financing .secondary, .support-red .secondary {
  color: rgba(255, 255, 255, 0.9) !important; }

.redbg .accent, .protecting .accent, .investing .accent, .financing .accent, .support-red .accent {
  color: #f7A500 !important; }

.redbg .header-static .header-top ul li a, .support-red .header-static .header-top ul li a {
  color: #fff !important; }
  .redbg .header-static .header-top ul li a:after, .support-red .header-static .header-top ul li a:after {
    color: #fff !important; }

.bck_div {
  padding: 20px 0 2px 0; }
  .bck_div .bck_btn {
    height: 20px;
    color: #C7222A;
    font-family: 'pf_handbook_proregular';
    font-size: 18px;
    font-weight: 500;
    line-height: 20px; }
    .bck_div .bck_btn:before {
      content: "\62";
      font-family: "icon-font" !important;
      font-size: 12px;
      padding-right: 4px;
      display: inline-block; }
    .bck_div .bck_btn:hover {
      text-decoration: underline; }
      .bck_div .bck_btn:hover:before {
        text-decoration: none; }
    .bck_div .bck_btn:active {
      color: #C7222A;
      text-decoration: none; }

.btn {
  color: #fff;
  line-height: 28px;
  text-align: left;
  border: none;
  border-radius: 4px;
  padding: 0;
  white-space: normal;
  text-transform: uppercase;
  opacity: 1; }
  .btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn:after {
    text-transform: none; }

.btn-default {
  padding: 18px 16px;
  font-size: 24px;
  height: auto;
  min-width: 184px;
  background: none;
  position: relative;
  font-family: 'pf_handbookpro_promedium'; }
  .btn-default:hover {
    background: none;
    border: none; }
  .btn-default:focus {
    background: none;
    border: none; }
  .btn-default:active {
    background: none;
    border: none; }
    .btn-default:active:hover {
      background: none;
      border: none; }
  @media only screen and (max-width: 600px) and (min-width: 320px) {
    .btn-default {
      width: inherit; } }

.btn-primary {
  background: #C7222A;
  color: #fff;
  font-family: 'pf_handbookpro_promedium';
  font-weight: 500; }
  .btn-primary:hover {
    background: #8B151B;
    color: #fff; }
  .btn-primary:focus {
    background: #C7222A; }
  .btn-primary:active {
    background: #C7222A; }
    .btn-primary:active:hover {
      background: #8B151B; }
  .btn-primary:after {
    content: "\63";
    font-family: "icon-font";
    float: right;
    font-size: 18px;
    opacity: 0.6;
    vertical-align: baseline;
    padding-left: 32px; }
    @media only screen and (max-width: 320px) and (min-width: 320px) {
      .btn-primary:after {
        padding-left: 10px; } }

.btn-second {
  background: none !important;
  border: 2px solid #C7222A;
  color: #C7222A; }
  .btn-second:hover {
    border: 3px solid #C7222A;
    padding: 17px 15px;
    color: #C7222A;
    background-color: none; }
  .btn-second:active:hover {
    border: 3px solid #C7222A;
    color: #C7222A;
    background-color: none; }

.btn-yellow {
  color: #000 !important;
  background: #f7A500; }
  .btn-yellow:active {
    background: #f7A500; }
    .btn-yellow:active:hover {
      background: #f7b964;
      color: #000; }
  .btn-yellow:focus {
    background: #f7A500; }
  .btn-yellow:hover {
    background: #f7b964; }
  .btn-yellow:after {
    content: "\63";
    font-family: "icon-font";
    font-size: 18px;
    opacity: 0.6;
    vertical-align: baseline;
    padding-left: 32px; }

.btn-small {
  height: auto;
  background: #C7222A;
  font-size: 20px;
  font-family: 'pf_handbook_probold';
  line-height: 24px;
  padding: 10px 14px 10px 16px;
  position: relative;
  color: #fff;
  min-width: 80px; }
  .btn-small:hover {
    background: #8B151B;
    color: #fff; }
  .btn-small::after {
    content: "\63";
    font-family: "icon-font";
    font-size: 12px;
    opacity: 0.6;
    vertical-align: baseline;
    float: right;
    padding-left: 16px; }

.outline-btn {
  height: auto;
  border: 2px solid #6c7174;
  padding: 10px 0 10px 16px;
  color: #000;
  font-size: 20px;
  font-family: 'pf_handbook_probold' !important;
  line-height: 24px;
  background: none !important;
  position: relative; }
  .outline-btn:hover {
    border: 3px solid #6c7174;
    padding: 9px 0 9px 14px; }

.outline-btn1:after {
  content: "\66";
  font-family: "icon-font";
  font-size: 12px;
  padding: 16px 14px; }

.outline-btn2 {
  color: #C7222A;
  position: relative;
  border: 2px solid #C7222A; }
  .outline-btn2:hover {
    border: 3px solid #C7222A;
    color: #C7222A; }
  .outline-btn2:after {
    content: "\72";
    font-family: "icon-font";
    font-size: 12px;
    padding: 17px 13px; }

.list-btn {
  background: #F1F3F6 !important;
  height: auto;
  width: 100%;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  border: none;
  padding: 18px 0 18px 16px;
  position: relative; }
  .list-btn:hover {
    border: 2px solid #C7222A;
    color: #000;
    padding: 16px 0 16px 16px; }
    .list-btn:hover:after {
      color: #C7222A; }
  .list-btn:after {
    content: "\63";
    font-family: "icon-font";
    position: absolute;
    font-size: 18px;
    right: 15px; }

.checkbox-btn {
  background: #F1F3F6 !important;
  height: auto;
  width: 100%;
  color: #000;
  font-size: 22px;
  line-height: 28px;
  border: none; }
  .checkbox-btn:hover {
    border: 2px solid #C7222A;
    color: #000; }
  .checkbox-btn .checkbox-text {
    margin: 16px 0 !important;
    float: left; }
  .checkbox-btn .checkbox-text2 {
    margin: 5px 0 !important;
    float: left; }
  .checkbox-btn .checkbox-small-text {
    font-size: 16px;
    line-height: 20px;
    display: block; }

.btn-subnav {
  border: 1px solid #fff;
  height: auto;
  font-size: 16px;
  font-family: 'pf_handbook_probold' !important;
  line-height: 16px;
  text-align: center;
  padding: 8px 12px; }
  .btn-subnav:hover {
    border: 3px solid #fff;
    color: #fff;
    padding: 6px 10px; }
  .btn-subnav:visited {
    background: none; }
  .btn-subnav:focus {
    background: none; }
  .btn-subnav:active {
    background: none; }
    .btn-subnav:active:hover {
      background: none; }

.disabled-btn {
  color: rgba(0, 0, 0, 0.4) !important;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.1); }

.redbg, .support-red {
  color: #fff; }
  .redbg .btn, .support-red .btn {
    text-decoration: none !important;
    opacity: 1; }
    .redbg .btn:hover, .support-red .btn:hover {
      text-decoration: none !important; }
  .redbg .btn-primary, .support-red .btn-primary {
    color: #000;
    background: #f7A500; }
    .redbg .btn-primary:hover, .support-red .btn-primary:hover {
      background: #f7b964;
      color: #000; }
    .redbg .btn-primary:hover, .support-red .btn-primary:hover {
      background: #f7b964;
      color: #000; }
    @media only screen and (max-width: 600px) and (min-width: 320px) {
      .redbg .btn-primary, .support-red .btn-primary {
        width: inherit; } }
  .redbg .btn-second, .support-red .btn-second {
    background: none;
    border: 2px solid #fff;
    color: #fff; }
    .redbg .btn-second:hover, .support-red .btn-second:hover {
      background: none;
      border: 3px solid #fff;
      color: #fff; }
  .redbg .outline-btn1, .support-red .outline-btn1 {
    border: 2px solid #fff;
    color: #fff; }
    .redbg .outline-btn1:hover, .support-red .outline-btn1:hover {
      border: 3px solid #fff;
      color: #fff; }
  .redbg .outline-btn2, .support-red .outline-btn2 {
    border: 2px solid #fff;
    color: #fff; }
    .redbg .outline-btn2:hover, .support-red .outline-btn2:hover {
      border: 3px solid #fff;
      color: #fff; }
  .redbg .btn-small, .support-red .btn-small {
    background: #f7A500;
    color: #000; }
    .redbg .btn-small:hover, .support-red .btn-small:hover {
      background: #f7b964;
      color: #000; }
    .redbg .btn-small:visited, .support-red .btn-small:visited {
      color: #000; }
    .redbg .btn-small:focus, .support-red .btn-small:focus {
      color: #000; }
  .redbg .center-btn, .support-red .center-btn {
    border: 2px solid #fff;
    height: auto;
    width: 100%;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    padding: 18px 0;
    background: none !important; }
    .redbg .center-btn:hover, .support-red .center-btn:hover {
      border: 3px solid #fff;
      padding: 17px 0; }
  .redbg .disabled-btn, .support-red .disabled-btn {
    border: 2px solid rgba(0, 0, 0, 0.1);
    background: rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.4) !important; }

.checkbox-btn:hover .badge {
  border: 2px solid #C7222A; }

.badgebox {
  opacity: 0; }

.badgebox + .badge {
  text-indent: -999999px; }

.badgebox:focus + .badge {
  -webkit-box-shadow: inset 0px 0px 5px;
  box-shadow: inset 0px 0px 5px; }

.badgebox:checked + .badge {
  text-indent: 0; }

.badge {
  display: inline-block;
  padding: 7px;
  font-size: 14px;
  font-family: 'pf_handbook_probold' !important;
  color: #C7222A;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #B1B3B8;
  position: relative;
  margin: 16px;
  float: left;
  width: 32px;
  height: auto; }
  .badge:hover {
    border: 2px solid #C7222A;
    padding: 5px; }

input[type="checkbox"] {
  display: none; }

.btn.disabled:hover .badge {
  border: 1px solid #B1B3B8; }

.yellow_btn {
  float: left;
  width: 100%; }
  .yellow_btn .center-btn {
    border: 0 solid #fff;
    height: auto;
    width: 100%;
    color: #000;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    padding: 18px 0;
    background: #f7A500; }
    .yellow_btn .center-btn:hover {
      border: 0px solid #fff;
      padding: 18px 0;
      background: #f7b964;
      color: #000; }

.contentblocklist li {
  list-style: none;
  border-bottom: 1px solid #C7C8CA;
  position: relative; }
  .contentblocklist li:last-child {
    border-bottom: none !important; }
  .contentblocklist li a {
    padding: 18px 0;
    width: 100%;
    display: block;
    padding-right: 25px;
    word-wrap: break-word; }
    .contentblocklist li a:after {
      content: "\63";
      font-family: "icon-font";
      margin: 0 6px;
      color: #000;
      Position: absolute;
      right: 0;
      font-size: 18px; }
    .contentblocklist li a:hover {
      text-decoration: none;
      color: #000; }
      .contentblocklist li a:hover:after {
        color: #C7222A; }
    .contentblocklist li a:focus {
      text-decoration: none;
      color: #000;
      outline: none; }

.list ul {
  padding: 0; }
  .list ul li {
    list-style: none;
    border-bottom: 1px solid #C7C8CA;
    position: relative; }
    .list ul li:last-child {
      border-bottom: none !important; }
    .list ul li a {
      padding: 18px 0;
      width: 100%;
      display: block;
      padding-right: 25px;
      word-wrap: break-word; }
      .list ul li a:after {
        content: "\63";
        font-family: "icon-font";
        margin: 0 6px;
        color: #000;
        Position: absolute;
        right: 6px;
        font-size: 18px;
        top: 33%; }
      .list ul li a:hover {
        text-decoration: none;
        color: #000; }
        .list ul li a:hover:after {
          color: #C7222A; }
      .list ul li a:focus {
        text-decoration: none;
        color: #000;
        outline: none; }

.textlink {
  color: #000;
  font-size: 22px;
  line-height: 25px;
  font-family: 'pf_handbook_proregular';
  display: block; }
  .textlink:hover {
    color: #C7222A;
    text-decoration: underline; }
    .textlink:hover:after {
      color: #C7222A; }
  .textlink:active {
    color: #C7222A;
    text-decoration: none; }
  .textlink:after {
    content: "\63";
    font-family: "icon-font";
    margin-left: 10px;
    color: #000;
    font-size: 12px;
    display: inline-block; }
  .textlink:focus {
    color: #8B151B; }
  .textlink:visited {
    color: #8B151B;
    text-decoration: none; }

.textlink:visited::after {
  color: #8B151B; }

.textlink:focus::after {
  color: #8B151B; }

a {
  color: #C7222A; }
  a:hover {
    color: #C7222A;
    text-decoration: underline; }
  a:active {
    color: #C7222A;
    text-decoration: none; }
  a:focus {
    color: #8B151B;
    text-decoration: none; }
  a:visited {
    text-decoration: none; }

.redbg .list ul, .support-red .list ul {
  padding: 0; }
  .redbg .list ul li, .support-red .list ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .redbg .list ul li a:after, .support-red .list ul li a:after {
      color: #fff; }
    .redbg .list ul li a:hover, .support-red .list ul li a:hover {
      text-decoration: none;
      color: #fff; }
      .redbg .list ul li a:hover:after, .support-red .list ul li a:hover:after {
        color: #f7A500; }
    .redbg .list ul li a:focus, .support-red .list ul li a:focus {
      text-decoration: none;
      color: #fff;
      outline: none; }

.redbg .contentblocklist li, .support-red .contentblocklist li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .redbg .contentblocklist li a:after, .support-red .contentblocklist li a:after {
    color: #fff; }
  .redbg .contentblocklist li a:hover, .support-red .contentblocklist li a:hover {
    text-decoration: none;
    color: #fff; }
    .redbg .contentblocklist li a:hover:after, .support-red .contentblocklist li a:hover:after {
      color: #f7A500; }
  .redbg .contentblocklist li a:focus, .support-red .contentblocklist li a:focus {
    text-decoration: none;
    color: #fff;
    outline: none; }

.redbg .textlink, .support-red .textlink {
  color: #fff; }
  .redbg .textlink:hover, .support-red .textlink:hover {
    color: #fff;
    text-decoration: underline; }
    .redbg .textlink:hover:after, .support-red .textlink:hover:after {
      color: #fff; }
  .redbg .textlink:after, .support-red .textlink:after {
    content: "\63";
    font-family: "icon-font";
    margin-left: 10px;
    color: #fff;
    font-size: 10px; }

.redbg a, .support-red a {
  color: #fff; }
  .redbg a:hover, .support-red a:hover {
    color: #fff;
    text-decoration: underline; }
  .redbg a:active, .support-red a:active {
    color: #fff;
    text-decoration: underline; }
  .redbg a:focus, .support-red a:focus {
    color: #fff;
    text-decoration: underline; }
  .redbg a:visited, .support-red a:visited {
    text-decoration: underline; }

@font-face {
  font-family: "icon-font";
  src: url("../fonts/icon-font.eot");
  src: url("../fonts/icon-font.eot?#iefix") format("embedded-opentype"), url("../fonts/icon-font.woff") format("woff"), url("../fonts/icon-font.ttf") format("truetype"), url("../fonts/icon-font.svg#icon-font") format("svg");
  font-weight: normal;
  font-style: normal; }

.abcicons:before {
  font-family: "icon-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.abcicons:before,
.abcicons:before {
  font-family: "icon-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-icon-alert:before {
  content: "\61"; }

.icon-icon-arrow-left:before {
  content: "\62"; }

.icon-icon-arrow-right:before {
  content: "\63"; }

.icon-icon-chevron-down:before {
  content: "\64"; }

.icon-icon-chevron-up:before {
  content: "\65"; }

.icon-icon-close:before {
  content: "\66"; }

.icon-icon-facebook:before {
  content: "\67"; }

.icon-icon-info:before {
  content: "\68"; }

.icon-icon-login:before {
  content: "\69"; }

.icon-icon-menu:before {
  content: "\6a"; }

.icon-icon-minus:before {
  content: "\6b"; }

.icon-icon-notification:before {
  content: "\6c"; }

.icon-icon-password-hidden:before {
  content: "\6d"; }

.icon-icon-youtube:before {
  content: "\6e"; }

.icon-icon-wishlist:before {
  content: "\6f"; }

.icon-icon-whatsapp:before {
  content: "\70"; }

.icon-icon-twitter:before {
  content: "\71"; }

.icon-icon-tick:before {
  content: "\72"; }

.icon-icon-search:before {
  content: "\73"; }

.icon-icon-plus:before {
  content: "\74"; }

.icon-icon-password-visible:before {
  content: "\75"; }

.icon-icon-phone:before {
  content: "\76"; }

.icon-large-chevron-right:before {
  content: "\78"; }

.icon-large-chevron-left:before {
  content: "\79"; }

.icon-mail:before {
  content: "\7a"; }

.icon-tooltip-icon:before {
  content: "\41"; }

.icon-icon-bullet:before {
  content: "\42"; }

.icon-icon-instagram:before {
  content: "\45"; }

.icon-icon-linkedin:before {
  content: "\46"; }

.icon-icon-download:before {
  content: "\77"; }

.icon-icon-refresh:before {
  content: "\43"; }

.icon-chat-icon:before {
  content: "\44"; }








@media only screen and (max-width: 800px) and (min-width: 320px) {
  .ico_mob_pos {
    position: absolute !important;
    top: 0;
    right: 0px; } }

.display_blk {
  display: block !important; }

.fixed_menu .header-static .header-top ul li a:after {
  xcolor: #fff !important; }

.masthead-border-bottom {
  border-bottom: 4px solid #969F6E;
  position: relative; }

.fixed_menu {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  /*@media only screen and (max-width: $screen-sm-max) and (min-width: $screen-xs-min){
    left : 0px;
  }*/ }
  @media only screen and (max-width: 1200px) and (min-width: 801px) {
    .fixed_menu {
      /*left: 40px;
    width: 93%*/ } }
  @media only screen and (max-width: 800px) and (min-width: 360px) {
    .fixed_menu {
      left: 0px;
      width: 100%; } }
  @media only screen and (max-width: 800px) and (min-width: 320px) {
    .fixed_menu {
      position: relative; } }
  .fixed_menu a {
    color: #fff; }
    .fixed_menu a:after {
      color: #fff; }

.header-static .custom-nav .navbar-toggle.open {
  padding-top: 10px;
  padding-bottom: 46px;
  padding-left: 10px;
  padding-right: 40px; }
  @media only screen and (max-width: 600px) and (min-width: 560px) {
    .header-static .custom-nav .navbar-toggle.open {
      padding-top: 44px;
      padding-left: 20px;
      Xpadding-right: 215px;
      padding-bottom: 23px;
      margin-top: 10px; } }
  @media only screen and (max-width: 560px) and (min-width: 500px) {
    .header-static .custom-nav .navbar-toggle.open {
      padding-top: 44px;
      padding-left: 20px;
      Xpadding-right: 150px;
      padding-bottom: 23px;
      margin-top: 10px; } }
  @media only screen and (max-width: 501px) and (min-width: 320px) {
    .header-static .custom-nav .navbar-toggle.open {
      padding-top: 44px;
      padding-left: 20px;
      padding-right: 40px;
      padding-bottom: 23px;
      margin-top: 10px; } }
  @media only screen and (max-width: 410px) and (min-width: 20px) {
    .header-static .custom-nav .navbar-toggle.open {
      padding-top: 44px;
      padding-left: 20px;
      xpadding-right: 62px;
      padding-bottom: 23px;
      margin-top: 10px; } }

.header-static {
  width: 100%;
  float: left; }
  .header-static .plan-header {
    float: left;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    @media only screen and (max-width: 800px) and (min-width: 320px) {
      .header-static .plan-header {
        background: #C7222A; } }
    .header-static .plan-header .plan-txt {
      color: #000;
      font-size: 14px;
      line-height: 20px;
      text-transform: uppercase;
      padding: 7px 0 8px 16px;
      float: left;
      font-family: 'pf_handbook_proregular'; }
      @media only screen and (max-width: 800px) and (min-width: 320px) {
        .header-static .plan-header .plan-txt {
          color: #fff !important; } }
      .header-static .plan-header .plan-txt:hover {
        color: #C7222A;
        text-decoration: underline; }
        .header-static .plan-header .plan-txt:hover:after {
          color: #C7222A; }
      .header-static .plan-header .plan-txt:active {
        color: #C7222A;
        text-decoration: none; }
      .header-static .plan-header .plan-txt:before {
        content: "\62";
        font-family: "icon-font";
        margin-right: 5px;
        color: #000;
        font-size: 10px;
        display: inline-block;
        text-transform: none; }
        @media only screen and (max-width: 800px) and (min-width: 320px) {
          .header-static .plan-header .plan-txt:before {
            color: #fff !important; } }
      .header-static .plan-header .plan-txt:focus {
        color: #8B151B; }
      .header-static .plan-header .plan-txt:visited {
        color: #8B151B;
        text-decoration: none; }
    .header-static .plan-header .plan-txt:visited::before {
      color: #8B151B; }
    .header-static .plan-header .plan-txt:focus::before {
      color: #C7222A; }
  .header-static .header-top {
    width: 100%;
    float: left; }
    .header-static .header-top .div_head {
      width: 100%;
      float: left; }
      @media only screen and (max-width: 1200px) and (min-width: 801px) {
        .header-static .header-top .div_head .topnavhidden {
          width: 30%; }
        .header-static .header-top .div_head .topnavlist {
          width: 70%; } }
    @media only screen and (max-width: 800px) and (min-width: 601px) {
      .header-static .header-top ul {
        width: 100%;
        float: left; } }
    @media only screen and (max-width: 600px) and (min-width: 320px) {
      .header-static .header-top ul {
        margin: 0 !important; } }
    .header-static .header-top ul li:last-child {
      padding-right: 28px; }
      .header-static .header-top ul li:last-child a:after {
        content: "";
        padding: 0px; }
    @media only screen and (max-width: 800px) and (min-width: 601px) {
      .header-static .header-top ul li {
        width: 100%;
        float: left; } }
    @media only screen and (max-width: 800px) and (min-width: 320px) {
      .header-static .header-top ul li {
        padding-top: 7px;
        padding-right: 0;
        float: none; }
        .header-static .header-top ul li:first-child {
          padding-top: 24px; }
        .header-static .header-top ul li:last-child {
          padding-bottom: 24px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.3); } }
    .header-static .header-top ul li a {
      color: #000000 !important;
      font-family: 'pf_handbook_proregular';
      font-size: 18px;
      line-height: 16px;
      padding: 10px 0px;
      position: relative; }
      @media only screen and (max-width: 1280px) and (min-width: 1201px) {
        .header-static .header-top ul li a {
          font-size: 16px; } }
      @media only screen and (max-width: 1200px) and (min-width: 1001px) {
        .header-static .header-top ul li a {
          font-size: 16px; } }
      @media only screen and (max-width: 1000px) and (min-width: 801px) {
        .header-static .header-top ul li a {
          font-size: 12px; } }
      .header-static .header-top ul li a:hover {
        text-decoration: none;
        background: transparent; }
      .header-static .header-top ul li a:active {
        text-decoration: none;
        background: transparent; }
      .header-static .header-top ul li a:visited {
        text-decoration: none;
        background: transparent; }
      .header-static .header-top ul li a:focus {
        text-decoration: none;
        background: transparent; }
      .header-static .header-top ul li a:after {
        content: "|";
        padding: 0 8px;
        color: #000;
        width: 2px;
        height: 14px;
        font-size: 15px; }
        @media only screen and (max-width: 800px) and (min-width: 320px) {
          .header-static .header-top ul li a:after {
            content: "";
            padding: 0; } }
      @media only screen and (max-width: 800px) and (min-width: 320px) {
        .header-static .header-top ul li a {
          padding: 0;
          margin: 0;
          color: #fff;
          font-family: 'pf_handbook_proregular';
          font-size: 22px;
          line-height: 28px; } }
  .header-static .divider-left {
    padding-right: 38px !important; }
    @media only screen and (max-width: 1200px) and (min-width: 800px) {
      .header-static .divider-left {
        padding-right: 20px !important; } }
  .header-static .custom-nav {
    height: 90px;
    background-color: #C7222A;
    border-color: #C7222A;
    margin-bottom: 0;
    border-radius: 0;
    float: left;
    width: 100%; }
    .header-static .custom-nav .navigation_div {
      width: 100%;
      float: left;
      position: relative; }
    .header-static .custom-nav .logo {
      padding: 23px 80px 23px 46px; }
      @media only screen and (max-width: 1200px) and (min-width: 801px) {
        .header-static .custom-nav .logo {
          padding: 23px 7px 23px 16px; } }
      @media only screen and (max-width: 1000px) and (min-width: 900px) {
        .header-static .custom-nav .logo {
          xpadding: 23px 40px 23px 26px; } }
      @media only screen and (max-width: 1100px) and (min-width: 1000px) {
        .header-static .custom-nav .logo {
          xpadding: 23px 80px 23px 26px; } }
      @media only screen and (max-width: 800px) and (min-width: 601px) {
        .header-static .custom-nav .logo {
          padding: 13px 52px 23px 21px; } }
      @media only screen and (max-width: 600px) and (min-width: 320px) {
        .header-static .custom-nav .logo {
          padding: 30px 28px 30px 16px; } }
      .header-static .custom-nav .logo img {
        /*width: 190px;
        height: 44px; */}
        @media only screen and (max-width: 1200px) and (min-width: 801px) {
          .header-static .custom-nav .logo img {
           /* width: 168px;*/ } }
        @media only screen and (max-width: 800px) and (min-width: 320px) {
          .header-static .custom-nav .logo img {
           /* width: 230px;
            height: 62px;*/ } }
        @media only screen and (max-width: 420px) and (min-width: 320px) {
          .header-static .custom-nav .logo img {
           /* width: 200px;
            height: 56px;*/ } }
    .header-static .custom-nav .logo-menu {
      margin-left: 1px; }
      .header-static .custom-nav .logo-menu span {
        color: white;
        font-family: 'pf_handbook_proregular';
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #ffffff; }
      .header-static .custom-nav .logo-menu a {
        color: white !important; }
      .header-static .custom-nav .logo-menu a:hover {
        text-decoration: underline; }
    @media only screen and (max-width: 600px) and (min-width: 320px) {
      .header-static .custom-nav .navbar-nav {
        margin: 7.5px 0; } }
    .header-static .custom-nav .cust-log-ico {
      color: #fff;
      padding-left: 4px; }
    .header-static .custom-nav .cust-log-ico-mob {
      color: #fff;
      padding-left: 4px;
      position: absolute;
      right: 83px;
      top: 34px; }
      @media only screen and (max-width: 600px) and (min-width: 320px) {
        .header-static .custom-nav .cust-log-ico-mob {
          font-size: 20px !important; } }
      @media only screen and (max-width: 800px) and (min-width: 601px) {
        .header-static .custom-nav .cust-log-ico-mob {
          font-size: 20px; } }
    @media only screen and (max-width: 800px) and (min-width: 601px) {
      .header-static .custom-nav .cust-log-ico-mob-user {
        color: #fff;
        position: absolute;
        right: 90px;
        top: 5px;
        padding: 6px; } }
    @media only screen and (max-width: 600px) and (min-width: 320px) {
      .header-static .custom-nav .cust-log-ico-mob-user {
        top: -4px;
        color: #fff;
        padding: 6px 7px 7px 6px;
        position: absolute;
        right: 90px; } }
    .header-static .custom-nav .pos-nav {
      xpadding: 42px 0 23px;
      float: left;
      padding-top: 42px;
      position: absolute;
      left: 30%; }
      @media only screen and (max-width: 1200px) and (min-width: 801px) {
        .header-static .custom-nav .pos-nav {
          left: 24.5% !important; } }
    .header-static .custom-nav .navbar-center .navbar-collapse {
      padding: 0px; }
    @media only screen and (max-width: 800px) and (min-width: 320px) {
      .header-static .custom-nav .navbar-center .center-list {
        margin: 0; } }
    .header-static .custom-nav .navbar-center .center-list li {
      padding-right: 40px; }
      @media only screen and (max-width: 950px) and (min-width: 800px) {
        .header-static .custom-nav .navbar-center .center-list li {
          padding-right: 15px; } }
      .header-static .custom-nav .navbar-center .center-list li:last-child {
        padding-right: 0px; }
      @media only screen and (max-width: 800px) and (min-width: 320px) {
        .header-static .custom-nav .navbar-center .center-list li {
          padding-bottom: 19px; }
          .header-static .custom-nav .navbar-center .center-list li:last-child {
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            padding-bottom: 19px; } }
      @media only screen and (max-width: 800px) and (min-width: 601px) {
        .header-static .custom-nav .navbar-center .center-list li {
          width: 100%;
          float: left; } }
      .header-static .custom-nav .navbar-center .center-list li a {
        color: #FFF;
        font-family: 'pf_handbook_proregular';
        font-size: 18px;
        font-weight: 500;
        line-height: 16px;
        padding: 0px; }
        @media only screen and (max-width: 800px) and (min-width: 320px) {
          .header-static .custom-nav .navbar-center .center-list li a {
            color: #fff;
            font-size: 28px;
            line-height: 32px;
            font-family: 'pf_handbook_proregular'; } }
    .header-static .custom-nav .navbar-toggle {
      background: transparent;
      border-color: transparent;
      padding: 23px 23px 23px 16px;
      margin: 0;
      border-radius: 0; }
      .header-static .custom-nav .navbar-toggle .icon-bar {
        background-color: #fff;
        border-radius: 0;
        width: 24px;
        height: 2px; }
      .header-static .custom-nav .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 6px; }
    .header-static .custom-nav .menu-icon.open span:nth-child(2) {
      top: 32px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg);
      position: absolute;
      z-index: 101; }
    .header-static .custom-nav .menu-icon.open span:nth-child(4) {
      top: 26px;
      -webkit-transform: rotate(135deg);
      -moz-transform: rotate(135deg);
      -o-transform: rotate(135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-44deg);
      position: absolute;
      z-index: 101; }
    .header-static .custom-nav .menu-icon.open span:nth-child(3) {
      opacity: 0;
      left: -60px;
      z-index: 101; }
    @media only screen and (max-width: 800px) and (min-width: 601px) {
      .header-static .custom-nav .navbar-toggle {
        display: block;
        padding: 34px 42px 43px 23px; }
      .header-static .custom-nav .navbar-left {
        float: none !important; } }
    @media only screen and (max-width: 600px) and (min-width: 320px) {
      .header-static .custom-nav .navbar-toggle {
        display: block;
        padding-top: 34px;
        padding-left: 21px;
        padding-right: 42px;
        padding-bottom: 23px; } }
    @media only screen and (max-width: 345px) and (min-width: 320px) {
      .header-static .custom-nav .navbar-toggle {
        display: block; } }
    .header-static .custom-nav .navbar-right {
      padding: 51px 0 21px;
      float: left;
      margin-right: 0px;
      position: absolute;
      right: 3%; }
      @media only screen and (max-width: 1200px) and (min-width: 800px) {
        .header-static .custom-nav .navbar-right {
          margin-right: 12px; } }
      @media only screen and (max-width: 1200px) and (min-width: 801px) {
        .header-static .custom-nav .navbar-right {
          margin-right: -13px; } }
      @media only screen and (max-width: 900px) and (min-width: 816px) {
        .header-static .custom-nav .navbar-right {
          xmargin-right: 1px; } }
      @media only screen and (max-width: 800px) and (min-width: 320px) {
        .header-static .custom-nav .navbar-right {
          padding: 0;
          margin: 0;
          float: none !important;
          position: relative; } }
      @media only screen and (max-width: 800px) and (min-width: 601px) {
        .header-static .custom-nav .navbar-right .center-list {
          width: 100%;
          float: left; } }
      .header-static .custom-nav .navbar-right .center-list .right-log {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 1px; }
        @media only screen and (max-width: 1400px) and (min-width: 1201px) {
          .header-static .custom-nav .navbar-right .center-list .right-log {
            margin-right: 12px; } }
        @media only screen and (max-width: 1200px) and (min-width: 801px) {
          .header-static .custom-nav .navbar-right .center-list .right-log {
            margin-right: 7px; } }
        @media only screen and (max-width: 800px) and (min-width: 601px) {
          .header-static .custom-nav .navbar-right .center-list .right-log {
            width: 100%;
            float: left; } }
        @media only screen and (max-width: 800px) and (min-width: 320px) {
          .header-static .custom-nav .navbar-right .center-list .right-log {
            padding: 24px 0; } }
        .header-static .custom-nav .navbar-right .center-list .right-log a {
          color: #FFF;
          font-family: 'pf_handbook_proregular';
          font-size: 18px;
          font-weight: 500;
          line-height: 16px;
          font-size: 18px;
          font-weight: normal;
          line-height: 20px;
          padding: 0 4px 0 0; }
          @media only screen and (max-width: 1280px) and (min-width: 1201px) {
            .header-static .custom-nav .navbar-right .center-list .right-log a {
              font-size: 16px; } }
          @media only screen and (max-width: 1200px) and (min-width: 1001px) {
            .header-static .custom-nav .navbar-right .center-list .right-log a {
              font-size: 16px; } }
          @media only screen and (max-width: 1000px) and (min-width: 801px) {
            .header-static .custom-nav .navbar-right .center-list .right-log a {
              font-size: 12px; } }
          @media only screen and (max-width: 800px) and (min-width: 320px) {
            .header-static .custom-nav .navbar-right .center-list .right-log a {
              color: #fff;
              font-size: 28px;
              line-height: 32px;
              font-family: 'pf_handbook_proregular'; } }
          .header-static .custom-nav .navbar-right .center-list .right-log a:hover {
            border-bottom: 1px solid #FFFFFF;
            padding-bottom: 4px !important; }
        .header-static .custom-nav .navbar-right .center-list .right-log:first-child a:hover {
          border-bottom: none; }
        .header-static .custom-nav .navbar-right .center-list .right-log .cust-log-ico:before {
          font-size: 12px; }
        .header-static .custom-nav .navbar-right .center-list .right-log .right-img {
          margin-top: -7px;
          padding-left: 4px; }
          @media only screen and (max-width: 1200px) and (min-width: 801px) {
            .header-static .custom-nav .navbar-right .center-list .right-log .right-img {
              width: 14px;
              height: 14px; } }
    @media only screen and (max-width: 409px) and (min-width: 320px) {
      .header-static .custom-nav .side-collapse-container {
        width: 100%;
        position: relative;
        left: 0;
        -webkit-transition: left .4s;
        -o-transition: left .4s;
        transition: left .4s; }
      .header-static .custom-nav .side-collapse-container.out {
        left: 200px; }
      .header-static .custom-nav .side-collapse {
        top: 80px;
        bottom: 0;
        right: 0;
        width: 100%;
        overflow: hidden;
        -webkit-transition: width .4s;
        -o-transition: width .4s;
        transition: width .4s;
        height: auto;
        position: fixed;
        overflow-y: scroll;
        z-index: 100; }
        .header-static .custom-nav .side-collapse ul {
          padding: 0 30px;
          top: 91px; }
        .header-static .custom-nav .side-collapse .navbar-collapse {
          border-color: #c7222a;
          border-top: none !important;
          padding: 0;
          -webkit-box-shadow: none;
          box-shadow: none; }
        .header-static .custom-nav .side-collapse .mob-cop {
          padding: 24px 35px 24px 40px;
          font-size: 16px;
          line-height: 24px;
          color: #fff !important;
          font-family: 'pf_encore_sans_proregular'; } }
    @media only screen and (max-width: 409px) and (min-width: 320px) and (max-width: 600px) and (min-width: 320px) {
      .header-static .custom-nav .side-collapse .mob-cop {
        width: 100%;
        float: left;
        padding: 24px 35px 24px 40px; } }
    @media only screen and (max-width: 409px) and (min-width: 320px) {
        .header-static .custom-nav .side-collapse .logo-menu {
          margin-left: 20px;
          margin-top: -9px; }
          .header-static .custom-nav .side-collapse .logo-menu span {
            color: white;
            font-family: 'pf_handbook_proregular';
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #ffffff; }
        .header-static .custom-nav .side-collapse .mob-top-images {
          padding: 20px 0px 10px 0px; }
          .header-static .custom-nav .side-collapse .mob-top-images a {
            padding: 1px 58px 10px;
            border-right: 1px solid #999;
            text-decoration: none; } }
      @media only screen and (max-width: 409px) and (min-width: 320px) and (max-width: 450px) and (min-width: 320px) {
        .header-static .custom-nav .side-collapse .mob-top-images a {
          padding: 1px 43px 10px; } }
    @media only screen and (max-width: 409px) and (min-width: 320px) {
            .header-static .custom-nav .side-collapse .mob-top-images a:last-child {
              border-right: 0px;
              padding-right: 0px; }
            .header-static .custom-nav .side-collapse .mob-top-images a:hover {
              text-decoration: none; }
        .header-static .custom-nav .side-collapse .mob-body {
          background: #fff;
          color: #000;
          height: 100%;
          padding-bottom: 20px; }
          .header-static .custom-nav .side-collapse .mob-body a {
            font-family: 'pf_handbook_proregular';
            font-size: 20px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.27;
            letter-spacing: normal;
            color: #444749 !important;
            display: block;
            margin-top: 15px; }
          .header-static .custom-nav .side-collapse .mob-body .mob-card-temp {
            width: 412px;
            height: 1px;
            padding-left: 22px;
            margin-top: 10px; }
          .header-static .custom-nav .side-collapse .mob-body .mob-card {
            width: 412px;
            height: 126px;
            padding-left: 22px;
            margin-top: 30px; }
            .header-static .custom-nav .side-collapse .mob-body .mob-card .mob-card-header {
              width: 131px;
              height: 32px;
              font-family: 'pf_handbook_proregular';
              font-size: 28px;
              font-weight: bold;
              font-style: normal;
              font-stretch: normal;
              line-height: 1.14;
              letter-spacing: normal; }
            .header-static .custom-nav .side-collapse .mob-body .mob-card .mob-card-details {
              float: left;
              margin-top: 12px;
              width: 40%;
              font-family: 'pf_handbook_proregular';
              font-size: 16px;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              line-height: normal;
              letter-spacing: normal;
              color: #444749 !important; }
          .header-static .custom-nav .side-collapse .mob-body .mob-protecting {
            border-left: 8px solid #da9089; }
            .header-static .custom-nav .side-collapse .mob-body .mob-protecting .mob-card-header {
              color: #da9089; }
          .header-static .custom-nav .side-collapse .mob-body .mob-investing {
            border-left: 8px solid #969f6e; }
            .header-static .custom-nav .side-collapse .mob-body .mob-investing .mob-card-header {
              color: #969f6e; }
          .header-static .custom-nav .side-collapse .mob-body .mob-finance {
            border-left: 8px solid #d4ae69; }
            .header-static .custom-nav .side-collapse .mob-body .mob-finance .mob-card-header {
              color: #d4ae69; }
          .header-static .custom-nav .side-collapse .mob-body .mob-advice {
            border-left: 8px solid #c7222a;
            height: 100px !important; }
            .header-static .custom-nav .side-collapse .mob-body .mob-advice .mob-card-header {
              color: #c7222a; }
          .header-static .custom-nav .side-collapse .mob-body .mob-footer {
            font-family: 'pf_encore_sans_proregular';
            margin-top: 98px;
            width: 234px;
            font-size: 16px;
            color: #444749; }
      .header-static .custom-nav .side-collapse.in {
        width: 0; } }
    @media only screen and (max-width: 800px) and (min-width: 409px) {
      .header-static .custom-nav .tab-logo {
        padding-bottom: 36px;
        padding-left: 20px; }
        .header-static .custom-nav .tab-logo img {
          width: 165px;
          height: 38px; }
      .header-static .custom-nav .side-collapse-container {
        width: 100%;
        position: relative;
        left: 0;
        -webkit-transition: left .4s;
        -o-transition: left .4s;
        transition: left .4s; }
      .header-static .custom-nav .side-collapse-container.out {
        left: 200px; }
      .header-static .custom-nav .side-collapse {
        top: 0px;
        bottom: 0;
        right: 0;
        width: 412px;
        overflow: hidden;
        -webkit-transition: width .4s;
        -o-transition: width .4s;
        transition: width .4s;
        height: auto;
        position: fixed;
        overflow-y: scroll;
        z-index: 100; }
        .header-static .custom-nav .side-collapse ul {
          padding: 0 30px;
          margin: 0; }
        .header-static .custom-nav .side-collapse .navbar-collapse {
          border-color: transparent;
          border-top: 0px solid transparent;
          padding: 23px 0 0; }
        .header-static .custom-nav .side-collapse .main-rtn {
          padding-top: 16px;
          float: none; }
          .header-static .custom-nav .side-collapse .main-rtn li {
            float: none;
            padding-bottom: 16px; }
            .header-static .custom-nav .side-collapse .main-rtn li:last-child {
              border-bottom: 1px solid rgba(255, 255, 255, 0.3);
              padding-bottom: 24px; }
            .header-static .custom-nav .side-collapse .main-rtn li a {
              padding: 0;
              line-height: 0; }
        .header-static .custom-nav .side-collapse .mob-log li {
          padding: 24px 0;
          border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
        .header-static .custom-nav .side-collapse .mob-top-head li {
          padding-top: 12px; }
          .header-static .custom-nav .side-collapse .mob-top-head li:first-child {
            padding: 24px; }
          .header-static .custom-nav .side-collapse .mob-top-head li:last-child {
            padding-bottom: 24px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
        .header-static .custom-nav .side-collapse .mob-cop {
          padding: 24px 40px 24px 40px;
          font-size: 16px;
          line-height: 24px;
          color: #fff;
          font-family: 'pf_encore_sans_proregular';
          width: 100%;
          float: left; } }
    @media only screen and (max-width: 800px) and (min-width: 409px) and (max-width: 600px) and (min-width: 320px) {
      .header-static .custom-nav .side-collapse .mob-cop {
        padding: 24px 35px 24px 40px; } }
    @media only screen and (max-width: 800px) and (min-width: 409px) {
        .header-static .custom-nav .side-collapse .logo-menu {
          margin-left: 20px; }
          .header-static .custom-nav .side-collapse .logo-menu span {
            color: white;
            font-family: 'pf_handbook_proregular';
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #ffffff; }
        .header-static .custom-nav .side-collapse .mob-top-images {
          padding: 20px 0px 10px 0px; }
          .header-static .custom-nav .side-collapse .mob-top-images a {
            padding: 1px 58px 10px;
            border-right: 1px solid #999; }
            .header-static .custom-nav .side-collapse .mob-top-images a:last-child {
              border-right: 0px; }
            .header-static .custom-nav .side-collapse .mob-top-images a:hover {
              text-decoration: none; }
        .header-static .custom-nav .side-collapse .mob-body {
          background: #fff;
          color: #000;
          height: 100%;
          padding-bottom: 20px; }
          .header-static .custom-nav .side-collapse .mob-body a {
            font-family: 'pf_handbook_proregular';
            font-size: 20px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.27;
            letter-spacing: normal;
            color: #444749 !important;
            display: block;
            margin-top: 15px; }
          .header-static .custom-nav .side-collapse .mob-body .mob-card-temp {
            width: 412px;
            height: 1px;
            padding-left: 22px;
            margin-top: 10px; }
          .header-static .custom-nav .side-collapse .mob-body .mob-card {
            width: 412px;
            height: 126px;
            padding-left: 22px;
            margin-top: 30px; }
            .header-static .custom-nav .side-collapse .mob-body .mob-card .mob-card-header {
              width: 131px;
              height: 32px;
              font-family: 'pf_handbook_proregular';
              font-size: 28px;
              font-weight: bold;
              font-style: normal;
              font-stretch: normal;
              line-height: 1.14;
              letter-spacing: normal; }
            .header-static .custom-nav .side-collapse .mob-body .mob-card .mob-card-details {
              float: left;
              margin-top: 12px;
              width: 40%;
              font-family: 'pf_handbook_proregular';
              font-size: 16px;
              font-weight: normal;
              font-style: normal;
              font-stretch: normal;
              line-height: normal;
              letter-spacing: normal;
              color: #444749 !important; }
          .header-static .custom-nav .side-collapse .mob-body .mob-protecting {
            border-left: 8px solid #da9089; }
            .header-static .custom-nav .side-collapse .mob-body .mob-protecting .mob-card-header {
              color: #da9089; }
          .header-static .custom-nav .side-collapse .mob-body .mob-investing {
            border-left: 8px solid #969f6e; }
            .header-static .custom-nav .side-collapse .mob-body .mob-investing .mob-card-header {
              color: #969f6e; }
          .header-static .custom-nav .side-collapse .mob-body .mob-finance {
            border-left: 8px solid #d4ae69; }
            .header-static .custom-nav .side-collapse .mob-body .mob-finance .mob-card-header {
              color: #d4ae69; }
          .header-static .custom-nav .side-collapse .mob-body .mob-advice {
            border-left: 8px solid #c7222a;
            height: 100px !important; }
            .header-static .custom-nav .side-collapse .mob-body .mob-advice .mob-card-header {
              color: #c7222a; }
          .header-static .custom-nav .side-collapse .mob-body .mob-footer {
            font-family: 'pf_encore_sans_proregular';
            margin-top: 98px;
            width: 234px;
            font-size: 16px;
            color: #444749; }
          .header-static .custom-nav .side-collapse .mob-body .mobCard {
            padding-top: 30px; }
            .header-static .custom-nav .side-collapse .mob-body .mobCard ul {
              list-style-type: none; }
              .header-static .custom-nav .side-collapse .mob-body .mobCard ul li {
                margin: 0px; }
                .header-static .custom-nav .side-collapse .mob-body .mobCard ul li h3 {
                  font-family: 'pf_handbook_probold';
                  font-size: 28px;
                  font-weight: bold;
                  font-style: normal;
                  font-stretch: normal;
                  line-height: 1.14;
                  letter-spacing: normal;
                  margin-bottom: 14px; }
            .header-static .custom-nav .side-collapse .mob-body .mobCard ul li ul {
              padding: 0px;
              margin: 0px; }
              .header-static .custom-nav .side-collapse .mob-body .mobCard ul li ul li a {
                float: left;
                width: 50%;
                font-size: 16px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: normal;
                letter-spacing: normal;
                color: #444749;
                margin-top: 0px;
                margin-bottom: 10px; }
            .header-static .custom-nav .side-collapse .mob-body .mobCard .marginBT {
              margin-bottom: 35px; }
            .header-static .custom-nav .side-collapse .mob-body .mobCard .protectingHd {
              color: #da9089; }
            .header-static .custom-nav .side-collapse .mob-body .mobCard .investingHd {
              color: #969f6e; }
            .header-static .custom-nav .side-collapse .mob-body .mobCard .financeHd {
              color: #d4ae69; }
            .header-static .custom-nav .side-collapse .mob-body .mobCard .advisingHd {
              color: #c7222a; }
      .header-static .custom-nav .side-collapse.in {
        width: 0; } }

.othersToggle {
  display: none;
  padding-left: 24px !important; }
  .othersToggle li a {
    font-size: 18px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.78;
    letter-spacing: normal;
    color: #444749; }

.mob-logo {
  width: 230px;
  height: 62px;
  padding-left: 16px; }
  @media only screen and (max-width: 408px) and (min-width: 20px) {
    .mob-logo {
      display: none; } }

.masthead-reduced {
  background: #C7222A;
  padding: 20px 40px; }
  @media only screen and (max-width: 600px) and (min-width: 320px) {
    .masthead-reduced {
      padding: 20px 14px; } }
  .masthead-reduced .abcicons {
    float: right;
    margin-top: 10px;
    color: #fff;
    font-size: 20px; }
  .masthead-reduced .mast_logo span img {
    width: 194px;
    height: 45px; }
    @media only screen and (max-width: 600px) and (min-width: 320px) {
      .masthead-reduced .mast_logo span img {
        width: 181px;
        height: 41px; } }

/*.divicon{
	border-radius:50px;
	padding:4px 6px;
	border:1px solid $white;
	margin-left:16px;
	background-color: $fireEngineRed-hover;
	line-height:16px;
	font-size: 18px;
	width: 30px;
	height: 30px;
	//padding: 6px 7px;
	&:hover{
  	border:1px solid $yellow;
	}
} */
.dash_drp_sub {
  margin-top: 98px !important;
  height: auto;
  min-width: 224px !important;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
  right: -1px !important;
  display: none;
  position: absolute;
  z-index: 999; }
  @media only screen and (max-width: 600px) and (min-width: 320px) {
    .dash_drp_sub {
      margin-top: 90px !important;
      right: 39px !important; } }
  @media only screen and (max-width: 1200px) and (min-width: 801px) {
    .dash_drp_sub {
      margin-top: 97px !important;
      right: -24px !important; } }
  @media only screen and (max-width: 800px) and (min-width: 601px) {
    .dash_drp_sub {
      margin-top: 86px !important;
      right: 39px !important; } }
  .dash_drp_sub li {
    padding-bottom: 28px;
    margin-left: 16px;
    margin-right: 16px; }
    .dash_drp_sub li a {
      color: #000 !important;
      font-size: 20px !important;
      line-height: 20px !important; }
      .dash_drp_sub li a:hover {
        text-decoration: none;
        background: transparent; }
      .dash_drp_sub li a:active {
        text-decoration: none;
        background: transparent; }
      .dash_drp_sub li a:visited {
        text-decoration: none;
        background: transparent; }
      .dash_drp_sub li a:focus {
        text-decoration: none;
        background: transparent; }

.dash_drp_sub.dashscreen {
  margin-top: 156px;
  right: 74px; }
  @media only screen and (max-width: 800px) and (min-width: 601px) {
    .dash_drp_sub.dashscreen {
      margin-top: 24px !important;
      right: -12px !important;
      padding: 0px !important; }
      .dash_drp_sub.dashscreen a:last-child {
        border-right: 0px;
        padding-left: 0px !important; } }
  @media only screen and (max-width: 600px) and (min-width: 320px) {
    .dash_drp_sub.dashscreen {
      margin-top: 76px !important;
      right: 10px !important;
      padding: 0px !important;
      top: 0px !important; } }

.show {
  display: block; }

.fixed_menu .header-top a {
  color: #fff !important; }

.fst_ele {
  padding-top: 22px; }

.divider {
  display: none; }

.last_chld {
  padding-top: 18px;
  padding-bottom: 18px !important;
  border-top: 1px solid #CDCECE; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 6px; }

.mob-nav .navbar-right .dash_link .dropbtn {
  display: none; }

@media only screen and (max-width: 800px) and (min-width: 320px) {
  .dashlink {
    display: none !important; }
  .mob-nav .dashlink {
    display: block !important; } }

.mob-nav .ico_mob_pos {
  position: relative !important; }

.navbar-center .center-list li a:hover, .navbar-center .center-list li a.active {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 4px !important; }

@media only screen and (max-width: 800px) and (min-width: 320px) {
  .hide_desk_log {
    display: none; } }

@media only screen and (max-width: 800px) and (min-width: 320px) {
  .mob-nav .hide_desk_log {
    display: block !important; } }

.nav-pills > li + li {
  margin-left: 0; }

.sml-list {
  color: white; }

/*.header-static .custom-nav .navbar-toggle.open{
	padding-top: 10px;
	padding-bottom: 46px ;
	padding-left: 10px ;
	padding-right: 70px;
}*/
/******** dropdown *********/
.header-static .custom-nav .custom-sub-nav .scnd_center {
  padding: 9px 16px 8px 16px; }
  @media only screen and (max-width: 1200px) and (min-width: 801px) {
    .header-static .custom-nav .custom-sub-nav .scnd_center {
      padding: 9px 7px 8px 7px; } }
  .header-static .custom-nav .custom-sub-nav .scnd_center a {
    color: white; }
  .header-static .custom-nav .custom-sub-nav .scnd_center li a {
    color: #FFF;
    font-family: 'pf_handbook_proregular';
    font-size: 16px;
    line-height: 16px;
    word-wrap: break-word;
    font-weight: 400;
    padding-bottom: 12px;
    padding-top: 7px;
    padding-left: 16px; }
    .header-static .custom-nav .custom-sub-nav .scnd_center li a:visited {
      text-decoration: none; }
    .header-static .custom-nav .custom-sub-nav .scnd_center li a:hover {
      background-color: #f1f3f6; }

.navbar-default .navbar-nav > .open > a {
  background-color: transparent !important; }

.dropdown-menu {
  width: 224px;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.18);
  border: none;
  border-radius: 0px;
  font-size: 16px;
  line-height: 1.25; }

.normal_drp {
  padding-right: 0px; }

.scnd_center a {
  color: #FFF;
  font-family: 'pf_handbook_proregular';
  font-size: 18px;
  line-height: 0.89;
  word-wrap: break-word;
  font-weight: normal;
  padding-bottom: 12px; }
  @media only screen and (max-width: 1280px) and (min-width: 1201px) {
    .scnd_center a {
      font-size: 16px; } }
  @media only screen and (max-width: 1200px) and (min-width: 1001px) {
    .scnd_center a {
      font-size: 16px; } }
  @media only screen and (max-width: 1000px) and (min-width: 801px) {
    .scnd_center a {
      font-size: 12px; } }

.scnd_center.open a {
  color: #000 !important; }

.scnd_center .ico-drop:after {
  font-family: "icon-font" !important;
  content: "\64";
  color: #fff;
  padding-left: 8px;
  font-size: 10px;
  vertical-align: top;
  text-transform: none; }

.scnd_center.open .ico-drop:after {
  content: "\65";
  color: #c7222A; }

.custom-sub-nav .scnd_center.open {
  background-color: #F1F3F6;
  padding: 16px 16px 8px 16px; }

/******** mobile Others toggling ****/
.mob-others.ico-drop:after {
  color: #000 !important; }

.mob-others {
  text-decoration: none !important; }

.ico-drop:after {
  font-family: "icon-font" !important;
  content: "\64";
  color: #000;
  padding-left: 8px;
  font-size: 15px;
  text-transform: none;
  text-decoration: none; }

.mob-others.open.ico-drop:after {
  content: "\65";
  color: #000; }

/************** Logged In screen **************/
.divicon {
  border-radius: 50px;
  padding: 4px 6px;
  border: 1px solid #fff;
  margin-left: 3px;
  background-color: #8B151B;
  line-height: 0.89;
  font-size: 10.8px;
  width: 10px;
  height: 10px;
  font-family: 'pf_handbook_proregular'; }
  .divicon:hover {
    border: 1px solid #f7A500; }
  @media only screen and (max-width: 1400px) and (min-width: 1201px) {
    .divicon {
      line-height: 10.7px;
      font-size: 12px;
      width: 20px;
      height: 20px; } }
  @media only screen and (max-width: 1200px) and (min-width: 801px) {
    .divicon {
      line-height: 9.6px;
      font-size: 10.8px;
      width: 18px;
      height: 18px; } }
  @media only screen and (max-width: 800px) and (min-width: 320px) {
    .divicon {
      width: 31px;
      height: 31px;
      font-size: 18.6px;
      line-height: 16.5px;
      padding: 4px 5px;
      margin-left: 1px; } }

.divicon-mob {
  border-radius: 50px;
  padding: 3px 5px;
  border: 1px solid #fff;
  margin-left: 0px;
  margin-top: 2px;
  background-color: #8B151B;
  line-height: 0.89;
  font-size: 15px;
  width: 25px;
  height: 25px;
  font-family: 'pf_handbook_proregular'; }
  .divicon-mob:hover {
    border: 1px solid #f7A500; }

.log-sml-top-icon {
  color: #fff;
  position: absolute;
  right: 88px;
  top: 30px;
  padding: 6px;
  /*.dashscreen {
	color: #fff;
  	position: absolute;
  	right: 88px;
  	top: 30px;
  	padding: 6px;
  	display: block !important;
	
}*/ }

.header-static .custom-nav.logged-nav .pos-nav {
  left: 26%; }

.dash-nav {
  background: #8b151b !important;
  float: left;
  width: 100%;
  border: 0px;
  border-radius: 0px; }
  .dash-nav .dash-link {
    font-family: 'pf_handbook_proregular';
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.89;
    letter-spacing: normal;
    color: #ffffff !important;
    text-decoration: underline;
    padding-left: 46px; }
    @media only screen and (max-width: 1200px) and (min-width: 801px) {
      .dash-nav .dash-link {
        padding-left: 24px; } }
    @media only screen and (max-width: 800px) and (min-width: 601px) {
      .dash-nav .dash-link {
        padding-left: 21px; } }
    @media only screen and (max-width: 600px) and (min-width: 320px) {
      .dash-nav .dash-link {
        padding-left: 35px; } }

.arrow_up {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #fff;
  position: absolute;
  right: 40px;
  top: -21px; }

.fixed_menu {
    padding-right: 10px;
    padding-left: 10px;
}
 .form-select-control {
   background: url(assets/images/arrow_down.png) no-repeat 107% !important; 
}
.tabcontent111 {
  display: none; 
}
.back-fff-input {
    background-color: #fff !important;
  }
 #myProgress {
        width: 100%;
        background-color: #ddd;
        border-radius: 50px;
        }
        #myBar {
        width: 17%;
        height: 30px;
        background-image: linear-gradient(to left,#3fd49f 0%,#3bb7b2 100%);
        text-align: center;
        line-height: 30px;
        color: white;
        border-radius: 50px;
        font-size: 14px;
        }
        /* slide family */
        .mySlides11 {
        display: none;
        }
        /* Add a pointer when hovering over the thumbnail images */
        .cursor {
        cursor: pointer;
        }
        /* Next & previous buttons */
        .prev11,
        .next11 {
        cursor: pointer;
        position: absolute;
      
        width: auto;
        padding: 16px;
        margin-top: -50px;
        color: white;
        font-weight: bold;
        font-size: 20px;
        border-radius: 0 3px 3px 0;
        user-select: none;
        -webkit-user-select: none;
        }
        /* Position the "next button" to the right */
        .next11 {
        right: 0;
        border-radius: 3px 0 0 3px;
        }
        /* On hover, add a black background color with a little bit see-through */
        .prev11:hover,
        .next11:hover {
        background-color: rgba(0, 0, 0, 0.8);
        }
        .form-control-mine { /*-webkit-appearance: none; -moz-appearance: none; appearance: none; */
         background: url(assets/images/arrow_down.png) no-repeat 107% center !important;
       
}
   /* .form-gp select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}*/
