/* === Typeface Variables === */
/** === Color Variables === */
.navbar {
  height: 50px;
  color: white;
  font-size: 13px;
  position: relative;
  z-index: 100; }
  .navbar fpm-logo {
    float: left; }
    .navbar fpm-logo .logo-icon {
      margin-right: 16px; }
      .navbar fpm-logo .logo-icon i {
        font-size: 40px; }
  .navbar fpm-logo.short-title .logo-title {
    font-size: 16px; }
  .navbar fpm-logo.medium-title .logo-title {
    font-size: 14px; }
  .navbar fpm-logo.long-title .logo-title {
    font-size: 12px; }
  .navbar .pull-right {
    height: 50px;
    line-height: 50px;
    font-size: 13px; }
  .navbar .fpm-menu > a {
    height: 50px; }
  .navbar .y-form {
    display: none;
    margin: 0;
    padding: 0; }
    .navbar .y-form.profile-loaded {
      display: inline-block; }
  .navbar .nav-search-input {
    position: relative; }
    .navbar .nav-search-input input[type='text'] {
      padding-right: 35px;
      margin-top: 12px;
      width: 180px;
      height: 26px;
      font-size: 12px;
      color: #fff;
      background-color: #38bce8;
      border: 1px solid #38bce8;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px; }
      .navbar .nav-search-input input[type='text']::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.7); }
      .navbar .nav-search-input input[type='text']:-moz-placeholder {
        color: white;
        opacity: 0.7; }
      .navbar .nav-search-input input[type='text']::-moz-placeholder {
        color: rgba(255, 255, 255, 0.7);
        opacity: 0.7; }
      .navbar .nav-search-input input[type='text']:-ms-input-placeholder {
        color: white; }
    .navbar .nav-search-input .y-icon-search {
      position: absolute;
      right: 10px;
      top: 20px;
      color: #fff;
      cursor: pointer; }
    .navbar .nav-search-input input[type='submit'] {
      position: absolute;
      top: 12px;
      right: 10px;
      width: 34px;
      height: 26px;
      background-color: transparent;
      border-style: none;
      padding: 0; }
  .navbar .fpm-menu > a {
    line-height: 52px; }

.page-nav {
  padding: 15px 0;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5; }

.page-header {
  overflow: hidden; }
  .page-header .page-title {
    float: left;
    height: 40px;
    line-height: 40px;
    color: #323538;
    font-size: 16px; }
  .page-header .breadcrumb {
    float: right;
    color: #979ca2; }
    .page-header .breadcrumb .divider {
      margin: 0 16px; }
      .page-header .breadcrumb .divider i {
        vertical-align: middle; }
    .page-header .breadcrumb .active {
      color: #33b0db; }
    .page-header .breadcrumb ul {
      margin-top: 26px; }
      .page-header .breadcrumb ul > li {
        display: inline-block; }

.content-box {
  position: relative;
  padding-bottom: 30px;
  background-color: white;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }
  .content-box .section-title {
    padding: 27px 40px 20px; }
    .content-box .section-title h2, .content-box .section-title span {
      display: inline-block; }
    .content-box .section-title h2 {
      max-width: 620px;
      padding-left: 10px;
      margin: 0;
      border-left: 7px solid #33b0db;
      font-size: 18px;
      vertical-align: middle;
      color: #323538;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
  .content-box .section-subtitle {
    font-size: 16px;
    padding: 27px 40px 20px; }
  .content-box .section-title .desc, .content-box .section-subtitle .desc {
    margin-left: 24px;
    font-size: 14px; }
    .content-box .section-title .desc b, .content-box .section-subtitle .desc b {
      color: #33b0db;
      font-style: normal;
      font-weight: normal; }
  .content-box .section-content {
    padding: 0 40px; }
