.icon-small {
  height: 20px;
  width: 20px;
  -webkit-background-size: 20px 20px !important;
  background-size: 20px 20px !important;
  display: block; }

.icon-medium {
  height: 24px;
  width: 24px;
  -webkit-background-size: 24px 24px !important;
  background-size: 24px 24px !important;
  display: block; }

.icon-large {
  height: 30px;
  width: 30px;
  -webkit-background-size: 30px 30px !important;
  background-size: 30px 30px !important;
  display: block; }

.icon-xlarge {
  height: 40px;
  width: 40px;
  -webkit-background-size: 40px 40px !important;
  background-size: 40px 40px !important;
  display: block; }

.chi-rocket {
  background: url(../images/chi-rocket.svg) no-repeat center center; }

.chi-new {
  background: url(../images/chi-new.svg) no-repeat center center; }

.chi-knowledge-sharing {
  background: url(../images/chi-knowledge-sharing.svg) no-repeat center center; }

.chi-company {
  background: url(../images/chi-company.svg) no-repeat center center; }

.chi-information {
  background: url(../images/chi-information.svg) no-repeat center center; }

.chi-glossary {
  background: url(../images/chi-glossary.svg) no-repeat center center; }

.chi-print {
  background: url(../images/chi-print.svg) no-repeat center center; }

.chi-binoculars {
  background: url(../images/chi-binoculars.svg) no-repeat center center; }

@font-face {
  font-family: 'SourceSansProLight';
  src: url("../fonts/SourceSansProLight.eot");
  src: url("../fonts/SourceSansProLight.eot") format("embedded-opentype"), url("../fonts/SourceSansProLight.woff2") format("woff2"), url("../fonts/SourceSansProLight.woff") format("woff"), url("../fonts/SourceSansProLight.ttf") format("truetype"), url("../fonts/SourceSansProLight.svg#SourceSansProLight") format("svg"); }

@font-face {
  font-family: 'SourceSansProRegular';
  src: url("../fonts/SourceSansProRegular.eot");
  src: url("../fonts/SourceSansProRegular.eot") format("embedded-opentype"), url("../fonts/SourceSansProRegular.woff2") format("woff2"), url("../fonts/SourceSansProRegular.woff") format("woff"), url("../fonts/SourceSansProRegular.ttf") format("truetype"), url("../fonts/SourceSansProRegular.svg#SourceSansProRegular") format("svg"); }

@font-face {
  font-family: 'SourceSansProSemiBold';
  src: url("../fonts/SourceSansProSemiBold.eot");
  src: url("../fonts/SourceSansProSemiBold.eot") format("embedded-opentype"), url("../fonts/SourceSansProSemiBold.woff2") format("woff2"), url("../fonts/SourceSansProSemiBold.woff") format("woff"), url("../fonts/SourceSansProSemiBold.ttf") format("truetype"), url("../fonts/SourceSansProSemiBold.svg#SourceSansProSemiBold") format("svg"); }

@font-face {
  font-family: 'SourceSansProBold';
  src: url("../fonts/SourceSansProBold.eot");
  src: url("../fonts/SourceSansProBold.eot") format("embedded-opentype"), url("../fonts/SourceSansProBold.woff2") format("woff2"), url("../fonts/SourceSansProBold.woff") format("woff"), url("../fonts/SourceSansProBold.ttf") format("truetype"), url("../fonts/SourceSansProBold.svg#SourceSansProBold") format("svg"); }

body {
  font-family: "SourceSansProRegular";
  color: #131111;
  background: #f9f9f9; }

/*
==========================================================================
	Header
==========================================================================
*/
.header-container {
  background-color: #FFFFFF; }
  .header-container .header {
    padding: 5px 0;
    height: 40px; }
    .header-container .header .logo {
      max-width: 174px; }

/*
==========================================================================
	Welcome
==========================================================================
*/
.welcome-container {
  background: #cce5ff; }
  .welcome-container .welcome-content {
    padding: 5px 0; }
  .welcome-container h1 {
    font-size: 18px;
    font-weight: normal;
    font-family: "SourceSansProRegular";
    margin: 0;
    padding-top: 3px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 1023px) {
      .welcome-container h1 {
        justify-content: center;
        margin-bottom: 5px; } }
  .welcome-container .btn-binocular {
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: -3px; }
  .welcome-container .search {
    height: 34px;
    width: 100%;
    background: #FFFFFF url(../images/chi-search.svg) no-repeat 1px 1px !important;
    background-size: 30px auto !important;
    border: 1px solid #8f91a2;
    padding: 0 10px 0 40px;
    margin: 0; }
    .welcome-container .search:focus {
      outline: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }

/*
==========================================================================
	Top Container
==========================================================================
*/
.top-container {
  background: #F5F5F5; }

.top-content {
  padding: 5px 0; }

.top-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media (min-width: 1023px) {
    .top-right {
      justify-content: flex-end; } }
  .top-right .btn-print {
    margin-right: 10px; }
  .top-right select {
    width: 240px;
    height: 30px;
    border: 1px solid #8f91a2;
    margin: 0; }
    .top-right select:focus {
      outline: 0;
      -webkit-box-shadow: none;
      box-shadow: none; }

.breadcrumbs {
  float: left;
  background: none;
  margin-bottom: 0;
  padding: 5px 0; }
  .breadcrumbs li {
    font-size: 14px;
    text-transform: capitalize; }
    .breadcrumbs li a {
      color: #131111;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      .breadcrumbs li a:hover {
        color: #37c5ab; }
    .breadcrumbs li.active {
      color: #8f91a2; }

/*
==========================================================================
	help-container
==========================================================================
*/
.help-container {
  background: #f9f9f9; }
  .help-container .content {
    display: -ms-grid;
    display: grid;
    -ms-grid-template-columns: auto 1fr;
    grid-template-columns: auto 1fr; }
    .help-container .content.is-mechanic {
      -ms-grid-template-columns: auto;
      grid-template-columns: auto; }
      @media (min-width: 768px) {
        .help-container .content.is-mechanic {
          -ms-grid-template-columns: 200px 1fr;
          grid-template-columns: 200px 1fr; } }

.btn-booking {
  background: #3a88ce;
  color: #FFFFFF;
  padding: 8px 20px;
  font-size: 16px;
  display: inline-block;
  text-decoration: none; }
  .btn-booking:hover {
    text-decoration: none;
    background: #3a88ce;
    color: #FFFFFF; }

.help-tabs,
.help-vertical-menu {
  border: none;
  margin: 0;
  padding: 0;
  list-style: none; }
  .help-tabs li a,
  .help-vertical-menu li a {
    background-color: #e4e4e4;
    color: #131111;
    display: block;
    border: none !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .help-tabs li a:hover,
  .help-tabs li.is-active a,
  .help-vertical-menu li a:hover,
  .help-vertical-menu li.is-active a {
    background: #3a88ce;
    color: #FFFFFF !important;
    -webkit-box-shadow: none;
    box-shadow: none; }

.help-tabs {
  background-color: #e4e4e4; }
  .help-tabs li {
    background: #e4e4e4;
    color: #131111;
    text-align: center;
    font-family: "SourceSansProSemiBold";
    font-size: 16px;
    border-right: 2px solid #FFFFFF; }
    .help-tabs li .tabs-title,
    .help-tabs li a {
      float: left;
      font-size: 16px;
      padding: 13px 12px; }
      @media (min-width: 992px) {
        .help-tabs li .tabs-title,
        .help-tabs li a {
          width: 170px; } }

.help-vertical-menu li {
  float: none;
  padding: 0;
  font-size: 14px;
  margin: 5px 0 0 0; }
  .help-vertical-menu li:first-child {
    margin: 0; }
  .help-vertical-menu li a {
    text-align: center;
    padding: 8px 10px; }

.help-side-bar {
  padding: 15px 0 15px 15px; }
  @media (max-width: 768px) {
    .help-side-bar {
      padding: 15px; } }

.side-bar-icon {
  background-color: #cce5ff;
  width: 80px;
  padding: 0; }
  .side-bar-icon ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: sticky;
    top: 40px;
    z-index: 1; }
    .side-bar-icon ul li {
      background-color: #cce5ff;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out;
      padding: 10px 10px;
      text-align: center;
      cursor: pointer; }
      .side-bar-icon ul li:hover, .side-bar-icon ul li.active {
        background-color: #FFFFFF; }
      .side-bar-icon ul li i {
        position: relative;
        width: 40px;
        height: 40px;
        display: block;
        margin: 0 auto;
        background-size: 40px 40px;
        background-position: center center; }

.help-content {
  padding: 15px; }

.help-content_nav {
  margin-bottom: 10px;
  background-color: #e4e4e4;
  overflow: hidden; }

.help-content_body {
  padding: 20px;
  background-color: #FFFFFF;
  min-height: 100%; }
  @media (min-width: 640px) {
    .help-content_body {
      min-height: calc(100vh - 114px); } }
  .help-content_body h2 {
    color: #3a88ce; }

@media (min-width: 640px) {
  .is-nav-tabs .help-content_body {
    min-height: calc(100vh - 168px) !important; } }

@media (min-width: 640px) {
  .is-mechanic .help-content_body {
    min-height: calc(100vh - 155px) !important; } }

.tabs-content {
  border: none; }
  .tabs-content .tabs-panel {
    padding: 0; }

.card-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 20px 0 20px; }

.card {
  margin: 20px;
  text-align: center;
  padding: 40px 10px;
  background-color: #FFFFFF;
  cursor: pointer;
  width: 300px !important;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  flex-grow: unset; }
  .card:hover {
    background-color: #cce5ff; }
    .card:hover .card-icon {
      background-color: #FFFFFF; }
  .card .card-divider {
    background: transparent;
    flex-direction: column; }
  .card h3 {
    font-size: 20px;
    font-weight: normal; }
  .card .card-section ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .card .card-section ul li {
      padding: 2px 0;
      font-size: 14px; }
      .card .card-section ul li a {
        text-decoration: underline;
        color: #131111;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
        .card .card-section ul li a:hover {
          color: #37c5ab; }
  .card .card-icon {
    width: 75px;
    height: 75px;
    display: block;
    margin: 0 auto;
    background: #F5F5F5;
    border-radius: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center; }

.btn-area {
  text-align: center;
  margin-top: 20px; }

.item-row {
  padding-bottom: 30px; }

.item-row-title,
.item-title,
.item-content {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); }

.item-title {
  background: #99ccff;
  padding: 9px 10px;
  font-family: "SourceSansProSemiBold";
  font-size: 16px;
  text-align: center;
  height: 42px; }

.item-content {
  background: #f9f9f9;
  padding: 5px 10px 0 10px;
  display: block; }

.item-row--dashboard .item-group .item-title {
  background: #e4e4e4; }

.item-group::after {
  content: '';
  display: table;
  clear: both; }

.item-group .item-row {
  padding-bottom: 0; }

.item-group .item-title {
  width: 140px;
  float: left;
  margin-right: 20px; }

.item-group .item-group1 .item-title {
  background: #99ccff; }

.item-group .item-group2 .item-title {
  background: #deebf7; }

.item-group.item-group1, .item-group.item-group2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-template-columns: 140px auto;
  grid-template-columns: 140px auto;
  grid-column-gap: 20px; }

.item-group.item-group2 {
  margin-top: 20px; }
  .item-group.item-group2:first-child {
    margin-top: 0; }

.item {
  width: 200px;
  position: relative;
  background-color: #FFFFFF;
  margin-right: 10px;
  margin-bottom: 5px;
  float: left;
  cursor: pointer; }
  .item.width-auto {
    width: auto; }
  .item h4 {
    font-weight: normal;
    font-size: 16px;
    padding: 6px 10px;
    text-align: center;
    margin: 0;
    height: 32px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .item h4:hover {
      background: #3a88ce;
      color: #FFFFFF; }
  .item ul {
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 10;
    width: 100%;
    max-height: 212px;
    background-color: #FFFFFF;
    border: 1px solid #cbced7;
    display: none;
    overflow: auto; }
    .item ul li {
      font-size: 14px;
      font-weight: normal; }
      .item ul li a {
        text-decoration: none;
        display: block;
        padding: 0 10px;
        color: #131111; }
        .item ul li a:hover {
          background: #f9f9f9; }
  .item:hover ul {
    display: block; }
  .item:hover h4 {
    background: #3a88ce;
    color: #FFFFFF; }

/*  */
.content-style h1, .content-style h2, .content-style h3, .content-style h4, .content-style h5, .content-style h6 {
  color: #3a88ce; }

.content-style h1 {
  font-size: 1.5rem; }

.content-style h2 {
  font-size: 1.25rem; }

.content-style h3 {
  font-size: 1.1875rem; }

.content-style h4 {
  font-size: 1.125rem; }

.content-style h5 {
  font-size: 1.0625rem; }

.content-style h6 {
  font-size: 1rem; }

.content-style .thumbnail {
  border: 1px solid #66d0ea;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
  box-shadow: none; }

.content-style .media-object {
  border: 1px solid #66d0ea;
  padding: 10px;
  max-width: 864px; }
