/* blue */
/* orange */
/* gray */
/* licg purple */
/* licg blue */
@media (min-width: 992px) {
  header .container .payoff {
    bottom: 51px;
    left: -36px;
    width: 213px; }
  header .container .illustration {
    left: calc(140px - 51px);
    width: 172px; }
  header .container .sitename {
    left: calc(306px - 51px);
    bottom: 30px;
    width: 429px; }
  header .container .logo {
    right: 0;
    bottom: 47px; }
    header .container .logo img {
      width: 223px; }

  .navbar-default .navbar-nav > li > a {
    color: #fff;
    font-weight: 600; }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background: transparent;
    color: #f59c00; }

  .dropdown-menu {
    background-color: #f1f1f5;
    border: none; }

  .navbar-nav > li:first-child:before,
  .navbar-nav > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    width: 1px;
    height: 23px;
    background: rgba(255, 255, 255, 0.3); }
  .navbar-nav > li:after {
    right: -1px; }

  .navbar .container {
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("../img/nav.png"); }
    .navbar .container:before {
      left: -51px; }
    .navbar .container:after {
      right: -51px; }
    .navbar .container .navbar-form input {
      width: 200px; }

  #navbar {
    padding: 0; }

  .dropdown .dropdown-menu {
    opacity: 0;
    transition: visibility 0s, opacity .2s;
    transition-delay: .1s;
    display: block;
    visibility: hidden; }

  .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1; }

  .dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none; }

  .dropdown-menu > li > a {
    position: relative;
    padding: 13px 20px; }
    .dropdown-menu > li > a:after {
      content: '';
      width: calc(100% - 40px);
      height: 1px;
      background: #d2d9e4;
      position: absolute;
      left: 20px;
      top: 0px; }
  .dropdown-menu > li:first-child > a:after {
    display: none; }

  .wide-gutter {
    padding-right: 38px; }

  .page h1 {
    font-size: 30px; }
  .page h2,
  .page h3 {
    font-size: 17px; }

  .sidebar {
    margin-top: 40px; }
    .sidebar .block {
      margin-bottom: 40px; }

  footer .footer-content {
    margin-top: 30px;
    padding: 50px 0; }
  footer .footer-disclaimer .rights-reserved,
  footer .footer-disclaimer .social span {
    display: inline; } }

/*# sourceMappingURL=tablet.css.map */
