/**
 * @file theme.scss
 *   Theme rules are similar to state rules in that they describe how modules
 *   or layouts might look. The theme styleshoeet can also contain components
 *   that are truely not reusable, but it should be used extremely sparingly in
 *   this regard. If you find that you have more than two or three components
 *   that fit into this category, you might want to reevaluate with the design
 *   and UI teams.
 */
.container {
  position: relative; }

.header {
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .header {
      margin-top: 30px; } }

.footer {
  border-top: none;
  margin-top: 0;
  padding: 30px 0 20px; }
  .footer .list-inline__icons {
    margin-top: 20px; }

.container + .footer {
  margin-top: 40px; }

.logo-container {
  min-height: 88px;
  overflow: hidden;
  position: relative; }
  .logo-container .slogan {
    background: url("../img/cayan-slogan.png") top left no-repeat;
    background-size: 64%;
    min-width: 450px;
    position: absolute;
    text-indent: -9999px; }
  @media (min-width: 768px) and (max-width: 991px) {
    .logo-container {
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .logo-container {
      min-height: 141px;
      overflow: visible;
      position: relative;
      top: 16px; } }

.cayan-logo-header {
  font-size: 6rem; }
  .cayan-logo-header:hover {
    text-decoration: none; }

.nav__header-secondary {
  font-size: 1.4rem;
  text-transform: uppercase; }
  .nav__header-secondary > li > a {
    color: #797979; }
    .nav__header-secondary > li > a:after {
      background-color: #797979;
      content: "";
      display: block;
      height: 8px;
      position: absolute;
      right: 0;
      top: 16px;
      width: 1px; }
    .nav__header-secondary > li > a:hover {
      background-color: transparent;
      color: #da291c; }
  .nav__header-secondary > li:last-child > a:after {
    width: 0; }
  .nav__header-secondary > li .dropdown-menu {
    border-radius: 0; }
  @media (max-width: 991px) {
    .nav__header-secondary {
      font-size: 1.4rem; }
      .nav__header-secondary > li > a {
        padding: 10px 4px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .nav__header-secondary {
      padding-left: 15px; } }

  @media (max-width: 767px) {
    .nav__header-secondary {
      font-size: 1rem; }
      .nav__header-secondary > li > a:after {
        width: 0; } }

@media (max-width: 767px) {
  .navbar {
    margin-bottom: 0; } }

.reverse-contrast {
  background-color: #919191;
  color: white; }
  .reverse-contrast a {
    color: white; }
  .reverse-contrast.reverse-contrast__base-1 {
    background-color: #da291c; }

.small-carousel-image {
  margin: 60px auto; }

.carousel-indicators {
  bottom: 0; }

.chat {
  position: absolute;
  right: 100px;
  top: 144px;
  z-index: 2;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease; }
  @media (max-width: 767px) {
    .chat i {
      font-size: 3rem; }
    .chat:hover {
      color: #00aec7; } }
  @media (min-width: 768px) {
    .chat {
      position: fixed !important;
      right: -10px;
      top: 50%;
      background-color: #00aec7;
      color: white;
      display: block;
      height: 104.4px;
      position: relative;
      text-align: center;
      width: 60px; }
      .chat:before, .chat:after {
        border-bottom-color: transparent;
        border-bottom-style: solid;
        border-bottom-width: 52.2px;
        border-top-color: transparent;
        border-top-style: solid;
        border-top-width: 52.2px;
        content: "";
        height: 0;
        position: absolute;
        top: 0px;
        width: 0; }
      .chat:before {
        border-right-color: #00aec7;
        border-right-style: solid;
        border-right-width: 30px;
        left: -30px; }
      .chat:after {
        border-left-color: #00aec7;
        border-left-style: solid;
        border-left-width: 30px;
        right: -30px; }
      .chat > .hexagon--content {
        display: table-cell;
        height: 104.4px;
        font-size: 1.8rem;
        vertical-align: middle; } }
  .chat:hover {
    text-decoration: none; }
    @media (min-width: 768px) {
      .chat:hover {
        color: white;
        right: 30px; } }

.nav .open > a,
.nav .open > a:focus,
.nav > li > a:focus {
  background-color: transparent; }

.theme--nav-search .theme--nav-search--nav {
  display: inline-block; }
.theme--nav-search .theme--nav-search--search {
  display: inline-block;
  max-width: 200px; }
@media (min-width: 992px) {
  .theme--nav-search {
    text-align: right;
    width: 600px; } }
@media (min-width: 1200px) {
  .theme--nav-search {
    text-align: right;
    width: 710px; }
    .theme--nav-search .theme--nav-search--search {
      max-width: 300px; } }
@media (max-width: 767px) {
  .theme--nav-search .theme--nav-search--search {
    max-width: 160px;
    position: absolute;
    right: 150px;
    top: 145px; } }

div[style] {
  line-height: inherit !important; }

@media (max-width: 992px) {
  .Safari8 .theme--nav-search--search {
    top: 165px; }
  .Safari8 .chat {
    top: 164px; } }

/*# sourceMappingURL=theme.css.map */
