@charset "UTF-8";

/***** Fonts ****/
@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 400;
  src: url('https://mogofiles.s3.amazonaws.com/outage/fonts/proximaNova-regular-webfont.woff2') format('woff2'),
  url('https://mogofiles.s3.amazonaws.com/outage/fonts/proximaNova-regular-webfont.woff') format('woff');
}

@font-face {
  font-family: 'ProximaNova';
  font-style: italic;
  font-weight: 400;
  src: url('https://mogofiles.s3.amazonaws.com/outage/fonts/proximaNova-italic-webfont.woff2') format('woff2'),
  url('https://mogofiles.s3.amazonaws.com/outage/fonts/proximaNova-italic-webfont.woff') format('woff');
}

@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 500;
  src: url('https://mogofiles.s3.amazonaws.com/outage/fonts/proximaNova-semibold-webfont.woff2') format('woff2'),
  url('https://mogofiles.s3.amazonaws.com/outage/fonts/proximaNova-semibold-webfont.woff') format('woff');
}

@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 700;
  src: url('https://mogofiles.s3.amazonaws.com/outage/fonts/proximaNova-bold-webfont.woff2') format('woff2'),
  url('https://mogofiles.s3.amazonaws.com/outage/fonts/proximaNova-bold-webfont.woff') format('woff');
}

@font-face {
  font-family: 'ProximaNova';
  font-style: normal;
  font-weight: 800;
  src: url('https://mogofiles.s3.amazonaws.com/outage/fonts/proximaNova-extra-bold-webfont.woff2') format('woff2'),
  url('https://mogofiles.s3.amazonaws.com/outage/fonts/proximaNova-extra-bold-webfont.woff') format('woff');
}

@font-face {
  font-family: 'TuskerGrotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('https://mogofiles.s3.amazonaws.com/outage/fonts/TuskerGrotesk-webfont.woff2') format('woff2'),
  url('https://mogofiles.s3.amazonaws.com/outage/fonts/TuskerGrotesk-webfont.woff') format('woff');
}


/***** Base *****/
.a11y__hidden-content {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

* {
  box-sizing: border-box;
}

body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: ProximaNova, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  margin-top: 50px;
}

@media (min-width: 768px) {
  body {
    font-size: 18px;
    margin-top: 80px;
  }
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: ProximaNova, Arial, sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h1, .h1 {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 1.3em;
  font-family: TuskerGrotesk, Arial, sans-serif;
  text-transform: uppercase;
  line-height: 1.2;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 30px;
  }
}

h2, .h2 {
  font-size: 18px;
  font-weight: 500;
  font-family: TuskerGrotesk, Arial, sans-serif;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  h2, .h2 {
    font-size: 26px;
  }
}

h3, .h3 {
  font-size: 20px;
  font-weight: bold;
}

h4, .h4 {
  font-weight: bold;
}

a {
  color: #ff002a;
  text-decoration: none;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  opacity: 0.8;
}

input,
textarea {
  color: #000000;
  font-size: 14px;
}

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border .12s ease-in-out;
}

input:focus {
  border: 1px solid #ff002a;
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/hc/theming_assets/01HZ5V7AJBZR8EX0KCD434XXGF) no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid #ff002a;
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid #ff002a;
}

.light-text {
  color: #666;
}

.container {
  max-width: calc(830px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}

.container-wide {
  max-width: calc(960px + 10%);
}

.container-divider {
  border-top: 1px solid #ddd;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.dropdown-toggle {
  background: none;
  border: 0;
  padding: 0;
  text-align: initial;
}

.dropdown-toggle:focus {
  outline: 0;
  text-decoration: underline;
}

.dropdown-toggle::after {
  color: inherit;
}

.visibility-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

body .no-margin {
  margin: 0;
}

.hide {
  display: none !important;
}

.center-text {
  text-align: center;
}

@media (max-width: 767px) {
  .hide-sm {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hide-md-up {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hide-lg-up {
    display: none !important;
  }
}


/***** Buttons *****/
.button {
  min-width: 117px;
  height: 42px;
  text-align: center;
  padding: 5px 18px;
  color: #000000;
  background: #fff;
  border: 2px solid #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 2.6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button:hover {
  background: #d7d7d7;
  border-color: #d7d7d7;
  opacity: 1;
}

.button-dark {
  background: #000;
  color: #fff;
}

.button-dark:hover {
  background: #6c6c6c;
  border-color: #6c6c6c;
}

.button-primary {
  background: #ff002a;
  border-color: #ff002a;
  color: #fff;
}

.button-primary:hover {
  background: #ff002a;
  border-color: #ff002a;
}

.button-transparent {
  border-color: transparent;
}

.button-transparent:hover {
  background: transparent;
  border-color: transparent;
}




/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: #333;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

[dir="rtl"] .table th, [dir="rtl"]
.table th a {
  text-align: right;
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  display: block;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 1024px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

td, th {
  padding: 3px 10px;
}




/***** Forms *****/
.form {
  max-width: 650px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid #ff002a;
}

.form-field input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-field input[type="text"]:focus {
  border: 1px solid #ff002a;
}

.form-field input[type="checkbox"] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid #ff002a;
  text-decoration: none;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid #ff002a;
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label::after {
  content: "*";
  color: #f00;
  margin-left: 2px;
}

.form-field .optional {
  color: #333;
  margin-left: 4px;
}

.form-field p {
  color: #333;
  font-size: 12px;
  margin: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url(/hc/theming_assets/01HZ5V7A9BD9A5T02D0BARGPX2) 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

.form footer a {
  color: #333;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: #990019;
}




/***** 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: #ff002a;
  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: #ff002a;
  text-decoration: underline;
}

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

.nav-wrapper .menu-button {
  background: none;
  border: 0;
  color: #ff002a;
  display: inline-block;
  margin-right: 10px;
  padding: 0;
  width: auto;
}

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

.nav-wrapper .menu-button .icon-menu {
  vertical-align: middle;
  width: 13px;
  height: 13px;
}

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

.nav-wrapper .menu-button:hover, .nav-wrapper .menu-button:focus, .nav-wrapper .menu-button:active {
  background-color: transparent;
  color: #ff002a;
}




/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > [role="button"] {
  border: 0;
  color: #ff002a;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role="button"]:hover, .user-info > [role="button"]:focus {
  color: #ff002a;
  background-color: transparent;
}

.user-info > [role="button"]::after {
  color: #ff002a;
  padding-right: 15px;
}

[dir="rtl"] .user-info > [role="button"]::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
}




/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent::before {
  background-color: #ff002a;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #FFFFFF;
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}




/***** Footer *****/
.footer {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding: 30px 0;
}

.footer a {
  color: #333;
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}

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

.footer-language-selector {
  color: #333;
  display: inline-block;
  font-weight: 300;
}





/***** Sub nav (breadcrumbs and search) *****/
.sub-nav__container {
  background: #f9f9fa;
  padding: 15px 0;
  margin-bottom: 50px;
  min-height: 50px;
}

@media (min-width: 768px) {
  .sub-nav__container {
    padding: 25px;
    margin-bottom: 60px;
  }
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.sub-nav input[type="search"] {
  font-weight: 600;
}

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

.sub-nav input[type="search"]::placeholder {
  color: #999;
}

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

@media (max-width: 767px) {
  .sub-nav form {
    order: -1;
  }
}



/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 15px 0 10px;
  padding: 0;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}

.breadcrumbs li {
  color: #999;
  display: inline;
  font-weight: 300;
  font-size: 16px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  content: "\e762";
  font-family: "entypo";
  margin: 0 4px;
  font-size: 30px;
  vertical-align: -5px;
  color: #525252;
}

.breadcrumbs li a:visited {
  color: #ff002a;
}




/***** Search field *****/
.search {
  position: relative;
}

.search input[type="search"] {
  border: 2px solid #e5e5e5;
  box-sizing: border-box;
  color: #000000;
  height: 40px;
  padding-left: 40px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
  line-height: 3;
}

[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}

.search input[type="search"]:focus {
  color: #555;
}

body .search::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #000000;
  content: "\1F50D";
  font-size: 18px;
  position: absolute;
  left: 15px;
  font-weight: 900;
}

[dir="rtl"] .search::before {
  right: 15px;
  left: auto;
}




/***** Article List *****/
.list-link {
  color: #000000;
  display: block;
  font-size: 16px;
  padding: 16px 50px 16px 0;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
}

@media (min-width: 768px) {
  .list-link {
    font-size: 18px;
  }
}

.list-link::after {
  content: "\e762";
  font-family: "entypo";
  font-size: 35px;
  font-weight: 400;
  color: #000000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.max-3 li:nth-child(n+4) {
  display: none;
}




/***** Category pages *****/
.category-content,
.section-content {
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .category-content,
  .section-content {
    padding-bottom: 70px;
  }
}

@media (min-width: 1024px) {
  .category-content,
  .section-content {
    padding-bottom: 100px;
  }
}

.section-tree section {
  margin-bottom: 50px;
}

.section-tree-title {
  margin-bottom: 1.3em;
}

.section-tree-title::after {
  content: '';
  border-bottom: 2px solid #000;
  width: 70px;
  height: 1px;
  margin-top: 30px;
  display: block;
}

.section-tree-title a {
  color: inherit;
}

.see-all-articles {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2.6px;
  font-weight: bold;
  color: #000000;
  margin-top: 30px;
  display: inline-block;
}

.see-all-articles::after {
  content: "\e762";
  font-family: "entypo";
  margin-left: 8px;
  font-weight: 100;
  font-size: 24px;
  vertical-align: sub;
  line-height: 1;
}




/***** Article *****/

.article-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
}

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}

.article h1 {
  margin-bottom: 0.5em;
  font-family: ProximaNova, Arial, sans-serif;
  font-weight: bold;
  line-height: normal;
  text-transform: none;
  font-size: 22px;
}

@media (min-width: 768px) {
  .article h1 {
    font-size: 34px;
  }
}

.article-body p:not(:last-child) {
  margin-bottom: 45px;
}

.article-body h2 {
  margin-bottom: 0.5em;
  font-family: ProximaNova, Arial, sans-serif;
  font-weight: bold;
  line-height: normal;
  text-transform: none;
  font-size: 18px;
}

@media (min-width: 768px) {
  .article-body h2 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .article-body h3 {
    font-size: 16px;
  }
}

.article-avatar {
  margin-right: 10px;
}

.article-author {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    /* Take entire row */
  }
}

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

.article [role="button"] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

@media (min-width: 768px) {
  .article [role="button"] {
    width: auto;
  }
}

.article-info {
  max-width: 100%;
  padding-bottom: 50px;
}

.article-meta {
  display: inline-block;
  vertical-align: middle;
}

.article-body img {
  height: auto;
  max-width: 100%;
}

.article-body ul, .article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .article-body ul, [dir="rtl"] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.article-body ul > ul, .article-body ol > ol, .article-body ol > ul, .article-body ul > ol, .article-body li > ul, .article-body li > ol {
  margin: 0;
}

.article-body ul {
  list-style-type: disc;
}

.article-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #333;
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-content {
  line-height: 1.6;
}

.article-relatives {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px 0 30px;
}

@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
    padding-bottom: 50px;
  }
}

@media (min-width: 1024px) {
  .article-relatives {
    padding-bottom: 80px;
  }
}

.article-relatives > * {
  flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}

.article-relatives > *:last-child {
  padding: 0;
}

@media (min-width: 768px) {
  .article-relatives > * {
    padding-right: 20px;
  }
}

.article-votes-question {
  font-weight: 600;
}

.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

.article-votes-controls {
  display: flex;
  margin-top: 20px;
}

.vote-up,
.article-vote-up {
  margin-right: 20px;
}

.article-vote::before {
  font-size: 8px;
  margin-right: 10px;
}

[dir="rtl"] .article-vote::before {
  margin-right: 0;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .article-vote {
    flex: 1;
  }
}

.article-vote::after {
  content: attr(title);
  /* Yes/No label*/
}

.related-articles {
  margin-top: 20px;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .related-articles {
    font-size: 18px;
  }
}




/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item::before {
  color: #000000;
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item::before {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #333;
}




/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share a {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}

.share a::before {
  color: #333;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share a:hover::before {
  color: #ff002a;
}

.share-twitter::before {
  content: "\e901";
}

.share-facebook::before {
  content: "\e903";
}

.share-linkedin::before {
  content: "\e900";
}




/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading, .recent-articles-title,
.related-articles-title {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 20px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .related-articles-title {
    font-size: 22px;
  }
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #333;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: #ff002a;
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter .dropdown-toggle {
  color: #333;
  font-weight: 300;
  font-size: 13px;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: flex;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid #ff002a;
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}

.comment-avatar {
  margin-right: 10px;
}

[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.comment-meta {
  flex: 1 0 auto;
}

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

.comment-form-controls input[type="submit"] {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
  [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: #ff002a;
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  font-family: ProximaNova, Arial, sans-serif;
  line-height: 1.6;
  overflow-x: auto;
}

.comment-body img {
  height: auto;
  max-width: 100%;
}

.comment-body ul, .comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

[dir="rtl"] .comment-body ul, [dir="rtl"] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}

.comment-body ul > ul, .comment-body ol > ol, .comment-body ol > ul, .comment-body ul > ol, .comment-body li > ul, .comment-body li > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body a:visited {
  color: #990019;
}

.comment-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #333;
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}




/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #333;
  display: block;
  margin: 3px 0;
}

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-voted {
  color: #ff002a;
}

.vote-voted:hover {
  color: #990019;
}




/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}

.actions .dropdown-toggle:hover::before, .actions .dropdown-toggle:focus::before, .actions .dropdown-toggle:active::before {
  background-color: #f7f7f7;
}

.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #333;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}



/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
  font-size: 14px;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav {
    flex-direction: row;
  }
}

.collapsible-nav-border {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

@media (min-width: 768px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: calc(45px / 2);
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .collapsible-nav-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}

.collapsible-nav-toggle::after {
  content: "\25BE";
}

.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid #ff002a;
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: #000000;
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: #000000;
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a:not([aria-current="page"]) {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li:not([aria-selected="true"]),
.collapsible-nav-list li:not(.current) {
  display: none;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:not([aria-selected="true"]),
  .collapsible-nav-list li:not(.current) {
    display: block;
  }
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"],
.collapsible-nav-list li.current {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid #ff002a;
    order: 1;
  }
}

.collapsible-nav-list li[aria-selected="true"] a,
.collapsible-nav-list li.current a {
  color: #000000;
}

.collapsible-nav[aria-expanded="true"] .collapsible-nav-toggle::after {
  content: "\2715";
}

.collapsible-nav[aria-expanded="true"] li:not([aria-selected="true"]),
.collapsible-nav[aria-expanded="true"] li:not(.current) {
  display: block;
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-toggle {
  position: absolute;
  top: calc(45px / 2);
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-toggle {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}

.collapsible-sidebar-toggle::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
}

.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid #ff002a;
}

.collapsible-sidebar-body {
  display: none;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-body {
    display: block;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-toggle::after {
  content: "\2715";
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-body {
  display: block;
}



/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
}

.pagination .pagination-last, .pagination .pagination-first {
  display: none;
}

.pagination a, .pagination span {
  font-size: 18px;
  color: #000000;
  padding: 10px 8px;
  font-weight: bold;
}

.pagination-current a, .pagination-current span {
  color: #ff002a;
}

.pagination-prev a, .pagination-prev span,
.pagination-next a, .pagination-next span {
  font-size: 0;
  padding: 10px 15px;
}

.pagination-prev a::before, .pagination-prev span::before,
.pagination-next a::before, .pagination-next span::before {
  font-family: "entypo";
  font-size: 35px;
  font-weight: 400;
  color: #000000;
}

.pagination-prev a::before, .pagination-prev span::before {
  content: "\e761";
}

.pagination-next a::before, .pagination-next span::before {
  content: "\e762";
}





/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #333;
  font-size: 13px;
  font-weight: 300;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}




/***** Icons *****/
[class^="icon-"]::before,
[class*=" icon-"]::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.actions .dropdown-toggle::before,
.collapsible-nav-toggle::after,
.collapsible-sidebar-toggle::after {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "\1F512";
}

.icon-star::before {
  content: "\2605";
}

.icon-linkedin::before {
  content: "\e900";
}

.icon-twitter::before {
  content: "\e901";
}

.icon-facebook::before {
  content: "\e903";
}

.icon-agent::before {
  content: "\1F464";
}

.icon-close::before {
  content: "\2715";
}

.icon-arrow-up::before {
  content: "\2B06";
}

.icon-arrow-down::before {
  content: "\2B07";
}

.icon-attachments::before {
  content: "\1F4CE";
}

.icon-comments::before {
  content: "\1F4AC";
}

.icon-search::before {
  content: "\1F50D";
}

.icon-vote::before {
  content: "\1F44D";
}

.icon-handle::before {
  content: "\25BE";
}

.icon-check::before {
  content: "\2713";
}

.icon-gear::before {
  content: "\2699";
}

.icon-article::before {
  content: "\1F4C4";
}

.icon-post::before {
  content: "\1F4D4";
}

.icon-notification-alert::before {
  content: "\26A0";
}

.icon-notification-error::before {
  content: "\00D7";
}

.icon-notification-info::before {
  content: "\2139";
}

.icon-notification-success::before {
  content: "\2714";
}

.icon-chevron-right::before {
  content: "\e75e";
}

.icon-chevron-right-large::before {
  content: "\e766";
}

.icon-chevron-right-mini::before {
  content: "\e762";
}

.icon-chevron-left-mini::before {
  content: "\e761";
}




/***** Search results *****/

.search-results-column {
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .search-results-column {
    padding-bottom: 70px;
  }
}

@media (min-width: 1024px) {
  .search-results-column {
    padding-bottom: 100px;
  }
}

.search-results-list .list-link {
  color: #000000;
  font-weight: inherit;
}

.search-result-title {
  margin-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
}

@media (min-width: 768px) {
  .search-result-title {
    font-size: 18px;
  }
}

.search-results-subtitle {
  font-size: 18px;
  font-family: ProximaNova, Arial, sans-serif;
  text-transform: none;
  font-weight: bold;
}

@media (min-width: 768px) {
  .search-results-subtitle {
    font-size: 22px;
  }
}

.search-results-description {
  margin: 0;
  font-size: 16px;
  color: #666;
}

.no-results {
  font-size: 16px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .no-results {
    font-size: 18px;
  }
}

.no-results-image {
  max-width: 100%;
  max-height: 184px;
  margin-top: 140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media (min-width: 768px) {
  .no-results-image {
    margin-right: 0;
  }
}

/* Don't emphasize */
.search-results-description em {
  font-style: inherit;
  font-weight: inherit;
}





/***** Homepage *****/

.home-section-title {
  margin-bottom: 1em;
  text-align: center;
}

.homepage h3 {
  font-size: 20px;
}


/***** Hero *****/
.hero {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  .hero {
    padding-bottom: 85px;
  }
}

.hero-title {
  font-size: 30px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 45px;
    margin-top: 70px;
    margin-bottom: 30px;
  }
}

.hero-inner {
  width: 90%;
}

.hero form {
  max-width: 430px;
  width: 100%;  
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}

.hero input[type="search"] {
  font-size: 18px;
  height: 50px;
  font-weight: 600;
  color: #000000;
}

.hero input[type="search"]::placeholder {
  color: #999;
}

.hero-image {
  display: none;
}

@media (min-width: 768px) {
  .hero-image {
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 610px;
  }
}

/***** Browse by Topic *****/

.homepage .categories {
  background: #f1f1f3;
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .homepage .categories {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.topic-list {
  margin-top: 50px;
}

@media (min-width: 768px) {
  .topic-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 65px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.topic-list__category {
  width: 100%;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .topic-list__category {
    margin: 15px;
    width: calc(50% - 30px);
  }
}

@media (min-width: 1024px) {
  .topic-list__category {
    width: calc(33.33% - 30px);
  }
}

.topic-list__title::after {
  content: '';
  border-bottom: 2px solid #000;
  width: 50px;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
  display: block;
}

.topic-list__category a {
  color: #000000;
  display: block;
}

.topic-list__content {
  background: #fff;
  padding: 25px 30px;
  height: calc(100% - 62px);
}

.topic-list__section a {
  margin-top: 1em;
}

.topic-list__cta {
  background: #f7f7f7;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  padding: 23px;
  text-align: center;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2.6px;
  font-weight: bold;
  height: 62px;
}

/***** Promoted articles *****/
.popular-questions {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .popular-questions {
    padding-bottom: 80px;
  }
}

.promoted-articles {
  font-size: 16px;
}

@media (min-width: 768px) {
  .promoted-articles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: inherit;
  }
}

.promoted-articles li {
  flex: 0 0 45%;
  margin-bottom: 1em;
}




/***** Error page *****/
.error-page {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .error-page {
    min-height: 65vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.error-content {
  flex: 12;
  display: flex;
  max-width: 397px;
  flex-direction: column;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .error-content {
    align-items: flex-start;
  }
}

.error-image {
  flex: 10;
}

.error-image img {
  max-width: 100%;
  margin-top: 80px;
}

@media (max-width: 767px) {
  .error-image img {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media (min-width: 768px) {
  .error-image img {
    margin-left: 30px;
    margin-top: 0;
  }
}

.error-page__title {
  margin-bottom: 15px;
}

.error-page__description {
  margin: 10px 0 35px;
  line-height: normal;
}




/***** Instant search *****/
zd-autocomplete {
  margin-top: -4px;
}

zd-autocomplete zd-autocomplete-multibrand {
  border-bottom: 0;
  margin: 16px;
  overflow: hidden;
  padding: 0;
}

zd-autocomplete zd-autocomplete-multibrand:not(:last-child) {
  margin-bottom: 0;
}

zd-autocomplete zd-autocomplete-title-multibrand {
  font-size: 16px;
  color: #000000;
  margin-bottom: 3px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}

zd-autocomplete zd-autocomplete-breadcrumbs-multibrand {
  font-size: 14px;
  color: #666;
  text-indent: -88px;
}




/**** Contact/Footer top ****/
.contact {
  background: #f9f9fa;
  padding-top: 50px;
}

@media (min-width: 768px) {
  .contact {
    padding-top: 80px;
  }
  
  .contact__content {
    padding-bottom: 80px;
  }
}

.homepage .contact {
  background: #fff;
}

.contact__inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .contact__inner {
    flex-direction: row;
  }
}

.contact__image {
  order: 1;
}

@media (min-width: 768px) {
  .contact__image {
    flex: 1;
    margin-right: 40px;
    order: -1;
    display: flex;
    align-items: flex-end;
  }
}

.contact__image img {
  height: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .contact__image img {
    height: 324px;
    margin-left: 0;
  }
}

.contact__content {
  flex: 1;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .contact__content {
    padding-bottom: 80px;
    padding-top: 27px;
  }
}

.contact .button {
  width: 224px;
}

@media (max-width: 767px) {
  .contact .button {
    width: 100%;
  }
}

.contact__content-description {
  margin-bottom: 30px;
  margin-top: 0;
}

.contact__content-title {
  margin-bottom: 25px;
}


/**** Footer ****/
.marketing-footer {
  -webkit-flex: none;
  flex: none
}

.page-content {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto
}

.marketing-footer {
  position: relative;
  z-index: 50;
  display: block!important;
  background-color: #000;
  -webkit-font-smoothing: antialiased
}

.marketing-footer.marketing-footer--full-anchored-ctas {
  padding-bottom: 50px
}

.marketing-footer-container {
  max-width: 1068px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.marketing-footer-footnotes {
  overflow: auto;
  background-color: #1d1d1d
}

.marketing-footer-footnotes:empty {
  display: none
}

.marketing-footer-footnotes__list {
  padding-top: 22px;
  padding-bottom: 22px;
  margin: 0 auto;
  list-style: none;
  counter-reset: li
}

.marketing-footer-footnotes__list:empty {
  display: none
}

@media only screen and (min-width: 768px) {
  .marketing-footer-footnotes__list {
      padding-top: 50px;
      padding-bottom: 55px
  }
}

@media only screen and (min-width:1024px) {
  .marketing-footer-footnotes__list {
      padding-top: 70px;
      padding-bottom: 60px
  }
}

.marketing-footer--border .marketing-footer-footnotes__list {
  position: relative;
  padding-top: 50px;
  padding-bottom: 55px
}

.marketing-footer--border .marketing-footer-footnotes__list:before {
  position: absolute;
  top: 0;
  right: 15px;
  left: 15px;
  height: 2px;
  background-color: rgba(218, 218, 218, .19);
  content: ''
}

.marketing-footer-footnotes__list-item {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, .5);
  word-wrap: break-word
}

.marketing-footer-footnotes__list-item:before {
  content: counter(li) " - ";
  counter-increment: li
}

.marketing-footer-footnotes__list-item:last-of-type {
  margin-bottom: 0
}

.marketing-footer-footnotes .progress-spinner {
  border-color: rgba(255, 255, 255, .3);
  border-left-color: rgba(255, 255, 255, .8)
}

.marketing-footer-footnotes__loader {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center
}

.marketing-footer-navigation {
  position: relative
}

.marketing-footer-navigation:after,
.marketing-footer-navigation:before {
  position: absolute;
  right: 15px;
  left: 15px;
  height: 2px;
  background-color: #272727;
  content: ''
}

.marketing-footer-navigation:before {
  top: 0
}

.marketing-footer-navigation:after {
  bottom: 0
}

@media only screen and (min-width: 768px) {
  .marketing-footer-navigation {
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      padding-bottom: 35px
  }
}

@media only screen and (min-width:1024px) {
  .marketing-footer-navigation {
      -webkit-justify-content: space-between;
      justify-content: space-between
  }
}

.marketing-footer-navigation__list {
  padding-bottom: 25px
}

@media only screen and (max-width:640px) {
  .marketing-footer-navigation__list {
      max-height: 68px;
      overflow: hidden;
      background-image: linear-gradient(to right, #333 20%, transparent 0);
      background-position: bottom;
      background-repeat: repeat-x;
      background-size: 5px 2px;
      transition: max-height 350ms
  }
  .marketing-footer-navigation__list:last-child {
      background: 0 0
  }
  .marketing-footer-navigation__list.marketing-footer-navigation--active {
      max-height: 350px
  }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
  .marketing-footer-navigation__list {
      width: 33.33333%;
      padding-top: 50px;
      padding-right: 15px;
      padding-bottom: 0;
      padding-left: 15px
  }
  .marketing-footer-navigation__list:nth-child(3n+1) {
      padding-left: 0
  }
  .marketing-footer-navigation__list:nth-child(3n+3) {
      padding-right: 0
  }
}

@media only screen and (min-width:1024px) {
  .marketing-footer-navigation__list {
      min-width: 15%;
      padding: 35px 15px 0
  }
  .marketing-footer-navigation__list:first-of-type {
      padding-left: 0
  }
  .marketing-footer-navigation__list:last-of-type {
      padding-right: 0
  }
}

.marketing-footer-navigation__list-item-heading {
  padding-top: 16px;
  padding-bottom: 8px
}

@media only screen and (min-width: 768px) {
  .marketing-footer-navigation__list-item-heading {
      padding-top: 0
  }
}

.marketing-footer-navigation__list-heading {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3px;
  color: rgba(255, 255, 255, .5);
  text-transform: uppercase
}

.marketing-footer-navigation__list-item {
  margin-bottom: 10px
}

.marketing-footer-navigation__list-item:last-of-type {
  margin-bottom: 0
}

@media only screen and (max-width:640px) {
  .marketing-footer-navigation__list-item {
      opacity: 0;
      transition: opacity 250ms;
      transition-delay: .1s
  }
  .marketing-footer-navigation--active .marketing-footer-navigation__list-item {
      opacity: 1
  }
}

.marketing-footer-navigation__arrow {
  display: none
}

.marketing-footer-navigation__arrow::before {
  font-family: 'entypo';
  content: "\e764";
  font-size: 20px;
  font-weight: 900;
}

@media only screen and (max-width:640px) {
  .marketing-footer-navigation__arrow {
      position: absolute;
      right: 0;
      display: inline-block;
      width: 20px;
      height: 20px;
      transition: -webkit-transform 350ms;
      transition: transform 350ms;
      transition: transform 350ms, -webkit-transform 350ms
  }
  .marketing-footer-navigation--active .marketing-footer-navigation__arrow {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg)
  }
}

.marketing-footer-navigation__link,
.marketing-footer-navigation__link:active,
.marketing-footer-navigation__link:visited {
  color: #fff
}

.marketing-footer-navigation__link:focus,
.marketing-footer-navigation__link:hover {
  color: #f34545
}

.marketing-footer-icons__list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px
}

@media only screen and (min-width: 768px) {
  .marketing-footer-icons__list {
      -webkit-justify-content: center;
      justify-content: center;
      width: 100%;
      padding-top: 60px
  }
}

@media only screen and (min-width:1024px) {
  .marketing-footer-icons__list {
      padding-top: 80px;
      padding-bottom: 40px
  }
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
  .marketing-footer-icons__list-item {
      padding-right: 20px;
      padding-left: 20px
  }
}

@media only screen and (min-width:1024px) {
  .marketing-footer-icons__list-item {
      padding-right: 25px;
      padding-left: 25px
  }
}

.marketing-footer-icons__svg {
  display: block;
  width: 70px;
  height: 23px;
  fill: #fff
}

@media only screen and (min-width: 768px) {
  .marketing-footer-icons__svg {
      width: 90px;
      height: 29px
  }
}

.marketing-footer-icons__icon {
  width: auto;
  max-height: 40px
}

.marketing-footer-disclaimers {
  padding: 22px 15px 30px;
  color: rgba(255, 255, 255, .5)
}

@media only screen and (min-width: 768px) {
  .marketing-footer-disclaimers {
      padding-top: 32px;
      padding-bottom: 60px
  }
}

@media only screen and (min-width:1024px) {
  .marketing-footer-disclaimers {
      padding-bottom: 80px
  }
}

.marketing-footer-disclaimers__list:empty {
  display: none
}

.marketing-footer-disclaimers__list-item {
  display: block;
  margin-right: .25rem;
  font-size: 14px;
  line-height: 1.5
}







/**** Header *****/

#navbar-container + .marketing-nav .marketing-nav__main-nav,
#navbar-container + .marketing-nav .marketing-nav__mobile-nav {
  top: 50px !important;
}

.marketing-nav__main-nav {
  position: fixed;
  top: 0;
  z-index: 91;
  width: 100%;
  height: 50px;
  padding: 11px 15px;
  background-color: #fff;
  content: 'small';
  -webkit-transition: all .3s;
  transition: all .3s;
  will-change: top;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  .marketing-nav__main-nav {
      height: 80px;
      padding: 0 20px;
      content: 'large'
  }
}

.marketing-nav__logo {
  display: flex;
  align-items: center;
  color: #000000;
  margin-right: 20px;
}

.marketing-nav-logo__svg {
  width: 94px;
  height: 28px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .marketing-nav-logo__svg {
      width: 118px;
      height: 35px;
      display: block;
  }
}

.marketing-nav-menu {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  float: right;
  height: 28px
}

@media only screen and (min-width: 1024px) {
  .marketing-nav-menu {
      position: relative;
      height: 35px
  }
}

@media only screen {
  .marketing-nav-menu .marketing-nav__is-logged-in {
      display: none
  }
}

@media only screen and (min-width: 1024px) {
  .marketing-nav-menu .marketing-nav__is-logged-in {
      display: block
  }
}

.marketing-nav__user-status {
  display: flex;
}

.marketing-nav__link {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  min-width: 137px;
  max-height: 36px;
  margin-left: 20px;
  color: #000000;
}

.marketing-nav__link.button-primary {
  color: #FFFFFF;
}

@media only screen and (max-width: 767px) {
  .marketing-nav__link {
    display: none;
  }
}

.marketing-nav__link--borderless {
  padding: 0;
  color: #000000;
  line-height: 35px;
  text-align: center;
}

@media only screen and (max-width: 1023px) {
  .marketing-nav__user-status {
      padding-right: 10px;
      border-right: 2px solid rgba(0, 0, 0, .1)
  }
}

.marketing-nav-menu__close {
  padding: 20px;
  font-size: 18px;
  color: #000000;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  cursor: pointer;
}

.marketing-nav__toggle-mob-tray {
  position: relative;
  width: 30px;
  height: 50px;
  margin-left: 14px
}

@media only screen and (min-width: 1024px) {
  .marketing-nav__toggle-mob-tray {
      display: none
  }
}

.marketing-nav-menu__open {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 3px;
  margin-top: -1.5px;
  background-color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.marketing-nav-menu__open:after,
.marketing-nav-menu__open:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  content: '';
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.marketing-nav-menu__open:before {
  bottom: 8px
}

.marketing-nav-menu__open:after {
  top: 8px
}

@media only screen and (max-width: 1024px) {
  .marketing-nav__user-status {
      display: none;
}
}

.marketing-nav__large-up-nav {
    display: block;
    height: 100%;
    margin-right: auto;
    margin-left: 40px
}

.marketing-nav__submenu-wrap {
  display: inline-block;
  margin-right: 40px
}

.marketing-nav__submenu-wrap .marketing-nav__link-main {
  margin-right: 0
}

.marketing-nav__submenu-wrap:hover .marketing-nav__link-main:after {
  width: 100%
}

.marketing-nav__submenu-wrap:active .marketing-nav__submenu-dropdown {
  height: 50px
}

.marketing-nav__link-main {
  position: relative;
  display: none;
  align-items: center;
  color: #000000;
  padding-left: 25px;
  margin-left: 5px;
  margin-right: auto;
  border-left: 2px solid #e5e5e5;
  line-height: 1.2;
}

@media only screen and (min-width: 1024px) {
  .marketing-nav__link-main {
      display: flex;
  }
}

.marketing-nav__link-main:last-child {
  margin-right: 0
}

.marketing-nav__link-main:after {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #ff002a;
  content: '';
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all .3s;
  transition: all .3s
}

.marketing-nav__mobile-nav {
  position: fixed;
  top: 0;
  right: 0; 
  width: 100vw;
  height: 100vh;
  z-index: 99;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  -webkit-transform: translate3d(100vw, 0, 0);
  transform: translate3d(100vw, 0, 0);
}

.marketing-nav-mobile-tray {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: -webkit-box;
  width: 288px;
  overflow-y: auto;
  background-color: #fff;
  -webkit-transform: translate3d(260px, 0, 0);
  transform: translate3d(260px, 0, 0);
  -webkit-transition: all .3s;
  transition: all .3s
}

@media only screen and (min-width: 1024px) {
  .marketing-nav-mobile-tray {
      display: none
  }
}

.marketing-nav-mobile-tray__wrap {
  width: 100%;
  padding-top: 75px;
}

.marketing-nav-mobile-tray__main-links {
  padding: 18px
}

.marketing-nav-mobile-tray__cta:last-child {
  margin-top: 14px;
  padding: 5px;
}

.marketing-nav-mobile-tray__nav-links {
  position: relative;
  width: 100%;
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  padding-top: 5px;
  padding-bottom: 20px
}

.marketing-nav-mobile-tray__nav-links:before {
  position: absolute;
  top: 0;
  left: 18px;
  width: calc(100% - 36px);
  height: 2px;
  background-color: #e6e6e6;
  content: ''
}

.marketing-nav-mobile-tray__nav-item {
  display: inline-block;
  width: 100%;
  height: 42px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s
}

.marketing-nav-mobile-tray__nav-item-line {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 100%;
  background-color: #333
}

.marketing-nav__links-tray {
  position: relative;
  float: left;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-left: 18px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.6px;
  color: #fff;
  text-transform: uppercase
}

@media only screen and (max-width: 1023px) {
  .marketing-nav-tray-open {
    overflow: hidden
  }
}

@media only screen and (max-width: 1023px) {
  .marketing-nav-tray-open .marketing-nav__mobile-nav,
  .marketing-nav-tray-open .marketing-nav-mobile-tray {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.marketing-nav+.page-content--relative {
  position: relative;
  z-index: 3
}

.marketing-nav {
  display: block
}

.marketing-nav .marketing-nav--hide-subnav .marketing-nav__submenu-dropdown {
  height: 0
}

.marketing-nav .marketing-nav--hide-subnav .marketing-nav__link-main:after {
  width: 0
}

/* bar user sees when logged in */
#preview-bar-container > div {
  box-shadow: none;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  z-index: 99;
}