/* trackpipe/public/css/zendesk_redirect.css */
/* an abbreviation of styles from zendesk */

html, body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font: 13px 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

@charset "UTF-8";
/***** Base *****/
* {
  box-sizing: border-box;
}

body {
  background-color: $background_color;
  color: $text_color;
  font-family: $text_font;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

/***** Header *****/
.header {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  align-items: center;
  display: flex;
  height: 71px;
  justify-content: space-between;
}

@media (min-width: 1160px) {
  .header {
    padding: 0;
    width: 90%;
  }
}

.logo img {
  max-height: 37px;
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}

.user-nav[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
  display: block;
  margin: 20px;
}

.nav-wrapper a {
  border: 0;
  color: $link_color;
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper a {
    display: inline-block;
  }
}

[dir="rtl"] .nav-wrapper a {
  padding: 0 0 0 20px;
}

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  background-color: transparent;
  color: $link_color;
  text-decoration: underline;
}

.nav-wrapper a.login {
  display: inline-block;
}

.nav-wrapper .icon-menu {
  display: inline-block;
  margin-right: 10px;
  color: $link_color;
}

@media (min-width: 768px) {
  .nav-wrapper .icon-menu {
    display: none;
  }
}

[dir="rtl"] .nav-wrapper .icon-menu {
  margin-left: 10px;
  margin-right: 0;
}

/***** Hero component *****/
.hero {
  background-image: url(../%24homepage_background_image.html);
  background-position: center;
  background-size: cover;
  height: 300px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

.hero-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 610px;
  margin: 0 auto;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 0;
  }
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}

.page-header-description {
  font-style: italic;
  font-weight: 300;
  margin: 0 0 30px 0;
  word-break: break-word;
}

@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}

.page-header .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

.sub-nav input[type="search"]::after {
  font-size: 15px;
}


/**************************************************/
/****************BC CUSTOMIZATIONS*****************/
/**************************************************/
body {
  font-size: 16px;
}

.button {
  font-size: 16px;
}

a.no-link, a.no-link:hover, a.no-link:focus, a.no-link:visited {
  color: $text_color;
  pointer-events: none;
}
a.single-band-link-yum.no-link {
  font-weight: bold;
}
.otherguy-ui, .value {
  font-weight: bold;
  color: lighten($text_color, 24%);
}

.article-body img {
    border: 1px solid $divider_color;
    margin-bottom: 1rem;
}

.container, .footer-inner, .error-page {
  max-width: unset;
  width: 100%;
  padding: 0 18px;
}

.popular-topics {
  margin-top: 20px;
}
.popular-topics a {
  color: white;
  text-decoration: underline;
}

.finger {
  display: none;
  font-size: 1.5em;
  line-height: .75;
  position: relative;
  top: 3px;
}

@media (min-width: 768px) {
  .container, .footer-inner, .error-page {
 	  padding: 0 32px;
  }
  .finger {
		display: inline;
  }
  .finger-container {
    position: relative;
    line-height: 15px;
    width: 540px;
    font-size: 13px;
  }
}

/*** forms ***/
input[type="text"] {
	font-size: 16px;
  font-weight: normal;
  width: 100%;
	padding: 10px 8px;
	border-width: 1px;
	border-style: solid;
	border-color: $grey_color;
  margin-bottom: 4px;
}
input[type="submit"] {
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  color: white;
  background-color: $brand_color;
  height: 40px;
}

@media (min-width: 768px) {
  input[type="text"] {
    width: auto;
  }
  input[type="submit"] {
    line-height: 28px;
    width: 100px;
    min-width: unset;
  }
}

/*** breadcrumbs ***/
.breadcrumbs {
  margin: 10px 0 15px 0;
}
.sub-nav {
  margin-bottom: 0;
}
.breadcrumbs li {
  font-weight: normal;
  font-size: 14px;
  color: lighten($text_color, 41%);
}
.breadcrumbs li[title="General Help"] {
  display: none;
}
@media (min-width: 768px) {
  .breadcrumbs {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .sub-nav {
    margin-bottom: 30px;
  }
}

/*** search ***/
.search input[type="search"] {
  font-weight: normal;
  padding-left: 14px;
  padding-right: 14px;
  color: $text_color;
  width: 320px;
  border-radius: 4px;
}
.search::before {
  left: unset;
  right: 14px;
  color: $text_color;
}
.search input[type="search"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: lighten($text_color, 41%);
    opacity: 1; /* Firefox */
}
.search input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: lighten($text_color, 41%);
}
.search input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
    color: lighten($text_color, 41%);
}

/*** header ***/
.header {
  padding-left: 18px;
  padding-right: 18px;
  position: absolute;
  width: 100%;
  max-width: unset;
  padding-top: 15px;
  padding-bottom: 14px;
  flex-flow: row wrap;
}
.logo, .nav-wrapper {
  flex: 1 auto;
}
.logo {
  order: 1;
}
.nav-wrapper {
  order: 2;
  text-align: right;
}
.nav-wrapper .icon-menu {
  display: none;
}
.search input[type="search"] {
  width: 100%;
}
.header-search {
  order: 3;
  width: 100%;
  max-width: 530px;
  margin: 20px auto 0;
}
#logo-small {
  padding-bottom: 2px;
}
#logo-big {
  display: none;
}
.logo .vertical-bar {
  display: inline-block;
  width: 1px;
  height: 30px;
  background: white;
  margin-right: 10px;
}
.logo a, .logo a:hover, .logo a:active, .logo a:focus {
  text-decoration: none;
  color: white;
}
.logo a {
  display: flex;
  align-items: center;
}
#help-center-text {
/*   padding-bottom: 2px; */
}
.header-search {
  opacity: 0;
}
.header-search.visible {
  opacity: 1;
}
.nav-wrapper a {
  display: inline-block;
  padding: 0;
}
.nav-wrapper a, .nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
	color: white;
}
#user-info-wrapper {
  cursor: default;
  opacity: 0;
  min-width: 15px;
  min-height: 15px;
  display: none;
}
#user-info-wrapper #user, #user-info-wrapper .login {
  display: none;
}
 #user-info-wrapper .user-info > [role="button"], #user-info-wrapper .user-info > [role="button"]::after {
  color: white;
}
#user-info-wrapper.visible {
  opacity: 1;
  display: initial;
  cursor: pointer;
}
#user-info-wrapper.visible #user, #user-info-wrapper.visible .login {
  display: initial;
}
@media (min-width: 330px) {
  #user-info-wrapper {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .header {
    padding-left: 12px;
  	padding-right: 12px;
  }
  .logo, .nav-wrapper, .header-search {
    order: initial;
    flex: 1 30%;
  }
  .logo {
    padding-left: 20px;
  }
  .header-search {
    margin-top: 2px;
  }
  #logo-big {
    display: block;
    margin-top: 2px;
  }
  #logo-small {
    display: none;
  }
  .nav-wrapper {
    padding-right: 20px;
    flex: 1 16%;
  }
}
@media (min-width: 900px) {
  .logo, .nav-wrapper, .header-search {
    flex: 1 16%;
  }
}

.bannercontainer {
  display: none;
}

.hero, .zendesk-banner {
  background: linear-gradient(135deg, #30D4BB 0%, #1DA0C3 100%);
  color: white;
}
.hero .search input[type="search"] {
  border-radius: 6px;
  height: 60px;
  font-size: 16px;
  padding-left: 18px;
  padding-right: 18px;
  width: 100%;
}
.hero .search::before {
  right: 18px;
  font-size: 22px;
}
.zendesk-banner {
  padding-top: 144px;
  padding-left: 32px;
  padding-right: 32px;
}
.headline {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}
h1.headline {
  font-size: 24px;
  padding-top: 30px;
}
@media (min-width: 370px) {
  h1.headline {
  	font-size: 30px;
  }
}
@media (min-width: 768px) {
  .hero {
    height: 380px;
  }
  .hero-inner {
    max-width: 680px;
  }
  .hero .search input[type="search"] {
    height: 80px;
    font-size: 18px;
    padding-left: 28px;
    padding-right: 28px;
  }
  .hero .search::before {
    right: 28px;
    font-size: 26px;
  }
  .zendesk-banner {
    padding-top: 150px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .zendesk-banner.section-banner, .zendesk-banner.article-banner {
    height: 234px;
  }
  h1.headline {
    font-size: 48px;
  }
  h2.headline {
    font-size: 32px;
  }
  h2.headline .breadcrumbs > * {
    display: none;
  }
  h2.headline .breadcrumbs li::before {
    display: none;
  }
  .breadcrumbs li + li::before {
    font-size: 12px;
    vertical-align: text-bottom;
  }
  .section-banner h2.headline .breadcrumbs li:nth-child(2) {
    display: inline;
  }
  .article-banner h2.headline .breadcrumbs li:nth-child(3) {
    display: inline;
  }
  h2.headline .breadcrumbs li a, h2.headline .breadcrumbs li a:visited, h2.headline .breadcrumbs li a:hover, h2.headline .breadcrumbs li a:focus {
    color: white;
    font-size: 32px;
    font-weight: bold;
  }
}

