@charset "UTF-8";

/* Embed Fonts */

@import url('https://fonts.googleapis.com/css?family=Overpass+Mono|Overpass:100,400,700,900');

/* Base Elements */

body {
  background-color: #FFFFFF;
  color: #1c0a14;
  font-family: 'Overpass', sans-serif;
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}

p {
  margin-bottom: 20px;
  margin-top: 0;
}

h1 {
  font-size: 40px;
  font-weight: 100;
  line-height: 40px;
  margin-bottom: 15px;
  margin-top: 30px;
}

h2 {
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 15px;
  margin-top: 30px;
}

h3 {
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 15px;
  margin-top: 30px;
}

h4 {
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 15px;
  margin-top: 30px;
}

h5 {
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 15px;
  margin-top: 30px;
}

h6 {
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 15px;
  margin-top: 30px;
}

small {
  font-size: 13px;
  line-height: 18px;
}

ul,
ol,
dl {
  margin-bottom: 20px;
  margin-top: 20px;
}

li ul,
li ol {
  margin-bottom: 0;
  margin-top: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 20px;
}

blockquote {
  border-left: 1px solid #d8dbe2;
  margin: 20px 0;
  padding-left: 20px;
}

hr {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #d8dbe2;
  margin: 30px 0;
}

a {
  color: #076EA8;
  text-decoration: none;
  transition: color 0.1s;
}

a:hover {
  color: #004658;
}

pre {
  font-family: 'Overpass Mono', monospace;
  font-size: 13px;
  margin-bottom: 30px;
  margin-top: 30px;
  overflow-x: scroll;
}

kbd,
var,
code,
samp {
  background-color: #004658;
  border-radius: 11px;
  color: #FFFFFF;
  display: inline-block;
  font-family: 'Overpass Mono', monospace;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
}

pre code {
  box-sizing: border-box;
  border: none;
  overflow-x: scroll;
  padding: 30px;
  width: 100%;
}

table {
  border-collapse: collapse;
  display: block;
  margin-bottom: 30px;
  margin-top: 30px;
  max-width: 100%;
  overflow-x: scroll;
}

caption {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

th {
  background-color: #004658;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 18px;
  padding: 10px 15px;
  text-transform: uppercase;
}

td {
  border: 1px solid #d8dbe2;
  padding: 10px 15px;
}

form {
  margin-bottom: 30px;
  margin-top: 30px;
}

fieldset {
  border: 1px solid #d8dbe2;
  border-radius: 20px;
  margin: 20px 0;
  padding: 30px;
}

legend {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

select {
  -webkit-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  background-image: url(//theme.zdassets.com/theme_assets/33359/58355df1a465c9c3fc082decb213503e6dcb41a3.svg);
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 12px auto;
  border: 2px solid #1c0a14;
  border-radius: 20px;
  color: #1c0a14;
  font-family: 'Overpass', sans-serif;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  max-width: 100%;
  outline: none;
  padding: 6px 35px 6px 15px;
}

/* input[type='search']{
  -webkit-appearance: none;
  appearance: none;
  background: #FFFFFF;
  color: #1c0a14;
  font-family: 'Overpass', sans-serif;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  max-width: 100%;
  outline: none;
  padding: 6px 15px;
} */

#new-request-form input[type='date'],
#new-request-form input[type='datetime-local'],
#new-request-form input[type='email'],
#new-request-form input[type='month'],
#new-request-form input[type='number'],
#new-request-form input[type='password'],
#new-request-form input[type='search'],
#new-request-form input[type='text'],
#new-request-form input[type='tel'],
#new-request-form input[type='time'],
#new-request-form input[type='url'],
#new-request-form input[type='week'],
#new-request-form textarea {
  appearance: none;
  transition: border-color 0.25s ease-in-out, box-shadow 0.1s ease-in-out, background-color 0.25s ease-in-out, color 0.25s ease-in-out, z-index 0.25s ease-in-out;
  border: 1px solid rgb(216, 220, 222);
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  vertical-align: middle;
  font-family: inherit;
  padding: 0.714286em 0.857143em;
  min-height: 40px;
  line-height: 1.28571;
  font-size: 14px;
  background-color: background;
}

input[type='date'],
input[type='datetime-local'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='text'],
input[type='tel'],
input[type='time'],
input[type='url'],
input[type='week'],
textarea {
  -webkit-appearance: none;
  appearance: none;
  background: #FFFFFF;
  border: 2px solid #1c0a14;
  border-radius: 20px;
  color: #1c0a14;
  font-family: 'Overpass', sans-serif;
  font-size: 15px;
  line-height: 24px;
  margin: 0;
  max-width: 100%;
  outline: none;
  padding: 6px 15px;
}

input[type='checkbox'] {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 2px solid #1c0a14;
  border-radius: 5px;
  cursor: pointer;
  height: 30px;
  margin: 10px 4px -10px 0;
  outline: none;
  padding: 0;
  width: 30px;
}

input[type='checkbox']:checked {
  background-image: url('../images/icon-check.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
}

input[type='radio'] {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: 2px solid #1c0a14;
  border-radius: 15px;
  cursor: pointer;
  height: 30px;
  margin: 10px 4px -10px 0;
  outline: none;
  padding: 0;
  width: 30px;
}

input[type='radio']:checked {
  background-image: url('../images/icon-check.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  background: #076EA8;
  border: none;
  border-radius: 20px;
  color: #FFFFFF;
  cursor: pointer;
  font-family: 'Overpass', sans-serif;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 18px;
  margin: 0;
  outline: none;
  padding: 11px 30px;
  text-transform: uppercase;
  transition: background 0.2s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #004658;
}

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

audio,
embed,
iframe,
video {
  max-width: 100%;
}

figure {
  margin: 20px 0;
}

figcaption {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 18px;
  margin-top: 5px;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 760px) {

  h1 {
    font-size: 50px;
    line-height: 50px;
  }

}

/* Custom Elements */

.btn {
  /* background-color: #076EA8;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 12px 30px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s; */

  display: inline-flex;
  gap: 15px;
  max-width: 100%;
  padding: 0 30px;
  min-height: 47px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: calc((16/16)*1rem);
  line-height: normal;
  color: white;
  border-radius: 50px;
  text-decoration: none!important;
  cursor: pointer;
  transition-property: color,border-color,background-color;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
  background: #076EA8;
  border: 1px solid #076EA8;
}

.btn.secondary {
  background-color: transparent;
  border: 2px solid #076EA8;
  color: #076EA8;
  -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

.btn.small {
  min-height: 35px;
}

.btn.secondary.small {
  min-height: 33px;
}

.btn:hover {
  background: 0 0;
  color: #004658;
}

.btn.secondary:hover {
  border-color: #004658;
}

.btn:active {
  color: #076EA8;
}

.arrow-link {
  color: #1c0a14;
  font-weight: 700;
}

.arrow-link:hover {
  color: #004658;
}

.arrow-link:after {
  content: " →";
}

.form-field {
  margin-bottom: 30px;
}

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

.form-field textarea,
.form-field input[type='text'] {
  box-sizing: border-box;
  width: 100%;
}

.form-field p {
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 4px;
}

.form-field .nesty-input {
  -webkit-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  background-image: url(//theme.zdassets.com/theme_assets/33359/58355df1a465c9c3fc082decb213503e6dcb41a3.svg);
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 12px auto;
  border: 2px solid #1c0a14;
  border-radius: 20px;
  color: #1c0a14;
  font-family: 'Overpass', sans-serif;
  font-size: 15px;
  height: 40px;
  line-height: 24px;
  margin: 0;
  max-width: 100%;
  outline: none;
  padding: 6px 35px 6px 15px;
}

.form-field .nesty-input:after {
  display: none;
}

table.small {
  font-size: 12px;
  line-height: 16px;
}

table.small th,
table.small td {
  padding: 5px;
  vertical-align: top;
}

table.full-width {
  display: table;
  width: 100%;
}

.upload-dropzone {
  border: 2px solid #1c0a14;
  border-radius: 20px
}

.upload-dropzone span {
  color: #1c0a14;
  font-size: 13px;
  line-height: 18px;
}

.comment-form-attachments {
  margin-top: 15px;
}

ul[data-hc-pills-container] {
  background-color: #FFFFFF;
  border: 2px solid #1c0a14;
  border-radius: 20px;
  margin-top: 0;
  padding: 6px 16px 0 16px;
}

ul[data-hc-pills-container][data-hc-focus="true"] {
  border: 2px solid #1c0a14;
}

ul[data-hc-pills-container] li {
  height: 30px;
  line-height: 30px;
}

ul[data-hc-pills-container] li:first-child > label {
  color: #1c0a14;
  margin: 0 10px;
}

ul[data-hc-pills-container] li[data-hc-pill="true"] {
  color: #FFFFFF;
  height: 18px;
  line-height: 18px;
  margin: 0 5px 5px 5px;
  background-color: #076EA8;
  cursor: default;
  border: 2px solid #076EA8;
  border-radius: 15px;
  padding: 4px 5px 4px 10px;
}

ul[data-hc-pills-container] li[data-hc-pill="true"][aria-invalid="true"] {
  border: 2px solid red;
}

ul[data-hc-pills-container] li[data-hc-pill="true"][aria-selected="true"] {
  border: 2px solid #1c0a14;
}

ul[data-hc-pills-container] li[data-hc-pill="true"]:focus {
  outline: none
}

ul[data-hc-pills-container] li[data-hc-pill="true"] > span:not([aria-label="close"]) {
  margin-left: 0;
  max-width: 400px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
}

[dir="rtl"] ul[data-hc-pills-container] li[data-hc-pill="true"] > span:not([aria-label="close"]) {
  margin-left: 0;
  margin-right: 0;
}

ul[data-hc-pills-container] li[data-hc-pill="true"] > span[aria-label="close"] {
  margin: 0 5px 0 10px;
  font-size: 13px;
}

[dir="rtl"] ul[data-hc-pills-container] li[data-hc-pill="true"] > span[aria-label="close"] {
  margin: 0 10px 0 5px;
}

ul[data-hc-pills-container] li[data-hc-pill="true"] > span[aria-label="close"]::before {
  content: "\00D7";
  cursor: pointer;
  color: #FFFFFF;
}

ul[data-hc-pills-container] li:last-child input {
  border: 0;
  height: 30px;
  max-width: 100%;
  padding: 0;
}

ul[data-hc-pills-container] li:last-child input, ul[data-hc-pills-container] li:last-child input:focus {
  outline: none;
  border: 0;
}

.hc-multiselect-toggle {
  -webkit-appearance: none;
  appearance: none;
  background-color: #FFFFFF;
  background-image: url(//theme.zdassets.com/theme_assets/33359/58355df1a465c9c3fc082decb213503e6dcb41a3.svg);
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 12px auto;
  border: 2px solid #1c0a14;
  border-radius: 20px;
  color: #1c0a14;
  font-family: 'Overpass', sans-serif;
  font-size: 15px;
  height: 40px;
  line-height: 24px;
  margin: 0;
  max-width: 100%;
  outline: none;
  padding: 6px 35px 6px 15px;
}

.hc-multiselect-toggle:after {
	display: none;
}

.hc-multiselect-toggle li {
  color: #FFFFFF;
  font-size: 13px;
  line-height: 14px;
  height: 24px;
  line-height: 18px;
  margin: 0 5px 5px 5px;
  background-color: #076EA8;
  cursor: default;
  border: 2px solid #076EA8;
  border-radius: 15px;
  padding: 2px 5px 2px 10px;
}

.hc-multiselect-toggle li span[aria-label]::before {
  color: #fff;
}

.hc-multiselect-menu input[type="checkbox"] {
	height: 15px;
	width: 15px;
}

.callout {
  background-color: #CCF2E8;
  border-radius: 11px;
  font-size: 15px;
  color: black;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}

/* Banner */

.banner {
  background-color: #076EA8;
}

.banner-message {
  color: #FFFFFF;
  display: block;
  font-size: 18px;
  line-height: 20px;
  padding: 10px 30px;
  text-align: center;
}

.banner-message.link {
  transition: background-color 0.2s;
}

.banner-message.link:hover {
  background-color: #00afec;
  color: #FFFFFF;
}

/* Header */

.header {
  position: absolute;
  width: 100%;
  z-index: 100000;
}

.header-wrapper {
  height: 30px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.header-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
}

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

.header-logo {
  float: left;
}

.header-logo img {
  display: block;
  height: 30px;
  width: 142px;
}

.header-nav-open {
  cursor: pointer;
  display: block;
  float: right;
  height: 24px;
  margin-top: 3px;
  width: 24px;
}

.header-nav-open-path {
  fill: #076EA8;
}

.header-nav {
  background-color: #FFFFFF;
  box-sizing: border-box;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
  padding: 20px 25px;
  position: fixed;
  right: -280px;
  top: 0;
  -webkit-transition: box-shadow 0.2s, transform 0.2s;
  -moz-transition: box-shadow 0.2s, transform 0.2s;
  transition: box-shadow 0.2s, transform 0.2s;
  width: 280px;
}

.header-nav.js-open {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-280px);
  -moz-transform: translate(-280px);
  -ms-transform: translate(-280px);
  transform: translate(-280px);
}

.header-nav-close {
  cursor: pointer;
  display: block;
  float: right;
  height: 24px;
  margin-top: 3px;
  width: 24px;
}

.header-nav-close-path {
  fill: #076EA8;
}

.header-menu {
  clear: both;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.header-menu-item {
  margin-top: 15px;
}

.header-menu-link {
  color: #1c0a14;
  font-weight: 700;
  text-decoration: none;
}

.header-menu-link:hover {
  color: #076EA8;
}

.header-menu-arrow {
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  -webkit-transition: transform 0.1s;
  -moz-transition: transform 0.1s;
  transition: transform 0.1s;
  width: 12px;
}

.header-menu-arrow.js-active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-menu-arrow-path {
  -webkit-transition: fill 0.1s;
  -moz-transition: fill 0.1s;
  transition: fill 0.1s;
}

.header-menu-arrow:hover .header-menu-arrow-path {
  fill: #076EA8;
}

.header-submenu {
  display: none;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.header-submenu-item {
  margin-top: 10px;
}

.header-submenu-link {
  text-decoration: none;
  color: #1c0a14;
}

.header-submenu-link:hover {
  color: #076EA8;
}

.header-submenu-image,
.header-submenu-icon {
	display: none;
}

.header-callouts {
  border-top: 1px solid #d8dbe2;
  margin-top: 18px;
  padding-top: 18px;
}

.header-callouts:after {
  clear: both;
  content: '';
  display: table;
}

.header-callout-log-in-link {
  color: #1c0a14;
  float: left;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 18px;
  margin-top: 3px;
  text-transform: uppercase;
}

.header-callout-log-in-link svg {
  margin-right: 6px;
  position: relative;
  top: 4px;
}

.header-callout-log-in-link path {
  transition: fill 0.1s;
}

.header-callout-log-in-link:hover path {
  fill: #004658;
}

.header-callout-sign-up-button {
  float: right;
}

.header-callout-ticket-links {
  margin-bottom: 5px;
}

.header-callout-tickets-link {
  display: none;
}

.header-callout-ticket-links:after {
  clear: both;
  content: "";
  display: table;
}

.header-callout-create-ticket-link {
  color: #1c0a14;
  float: left;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 18px;
  text-transform: uppercase;
}

.header-callout-view-tickets-link {
  color: #1c0a14;
  float: right;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 18px;
  text-transform: uppercase;
}

.header .user-info {
  display: block;
  margin-top: 10px;
}
.user-info .username{
  color: black;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  text-transform: none;
  letter-spacing: 0;
}

@media (max-width: 759px) {
  .user-info .username{
    color: white;
  }

}

.header .dropdown-toggle {
  box-sizing: border-box;
  height: 30px;
  line-height: 18px;
  padding: 6px 15px;
  text-align: center;
  width: 100%;
}

.header .user-avatar {
  display: none;
}

#user #user-name {
  max-width: calc(100% - 24px);
  white-space: nowrap;
  font-size: 15px;
}

#user #user-dropdown {
  background: #FFFFFF;
  border: none;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.dropdown-menu-end.dropdown-menu-caret::before {
  right: 36px;
}

.dropdown-menu-end.dropdown-menu-caret::after {
  right: 37px;
}

.dropdown-menu [role="menuitem"] {
  text-decoration: none;
  -webkit-transition: color 0.1s;
  -moz-transition: color 0.1s;
  transition: color 0.1s;
}

.dropdown-menu [role="menuitem"]:hover {
  background: none;
  color: #076EA8;
}

.header .login {
  background-color: #076EA8;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  color: #FFFFFF;
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-top: 10px;
  padding: 6px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.header .login:hover {
  background: #004658;
  color: #FFFFFF;
}

.header .login:active {
  color: #076EA8;
}

.legacy-text {
	font-style: italic;
}

@media (min-width: 760px) {

  .header {
    z-index: 1;
  }

  .header-wrapper {
    height: 60px;
    padding-bottom: 10px;
    padding-top: 10px;
  }

  .header-content {
    height: 60px;
    position: relative;
  }

  .header-logo {
    margin-top: 12px;
  }

  .header-logo img {
    height: 45px;
    width: 189px;
  }

  .header-nav-open {
    display: none;
  }

  .header-nav {
    background-color: transparent;
    bottom: 0;
    height: auto;
    overflow-y: visible;
    padding: 0;
    position: absolute;
    right: 30px;
    top: auto;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    width: calc(100% - 279px);
  }

  .header-nav.js-open {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .header-nav-close {
    display: none;
  }

  .header-menu {
    float: right;
  }

  .header-menu:after {
    clear: both;
    content: '';
    display: table;
  }

  .header-menu-item {
    float: left;
    margin-left: 15px;
    margin-top: 0;
    position: relative;
  }

  .header-menu-item:first-child {
    margin-left: 0;
  }

  .header-menu-item:hover .header-menu-link {
    color: #076EA8;
  }

  .header-menu-link {
    display: inline-block;
  }

  .header-menu-arrow {
    display: none;
  }

  .header-submenu {
    background-color: #FFFFFF;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: block;
    font-weight: 700;
    left: 50%;
    margin-left: -125px;
    opacity: 0;
    padding: 20px 30px 30px 30px;
    position: absolute;
    top: 28px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: opacity 0.1s 0s, transform 0.1s 0s, visibility 0s 0.1s;
    -moz-transition: opacity 0.1s 0s, transform 0.1s 0s, visibility 0s 0.1s;
    transition: opacity 0.1s 0s, transform 0.1s 0s, visibility 0s 0.1s;
    visibility: hidden;
    width: 250px;
  }

  .header-menu-item:hover > .header-submenu {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: opacity 0.1s 0s, transform 0.1s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.1s 0s, transform 0.1s 0s, visibility 0s 0s;
    transition: opacity 0.1s 0s, transform 0.1s 0s, visibility 0s 0s;
    visibility: visible;
  }

  .header-submenu:before {
    border-bottom: 10px solid #FFFFFF;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: '';
    display: block;
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: -10px;
    width: 0;
  }

  .header-submenu.has-image {
    margin-left: -200px;
    width: 400px;
		padding: 0;
  }

  .header-submenu-item.has-image {
		float: left;
		margin: 0;
		text-align: center;
		width: 50%;
		padding: 20px 30px 15px;
		box-sizing: border-box;
	}

	.header-submenu-item.has-image:nth-child(1) {
    padding-right: 10px;
	}

	.header-submenu-item.has-image:nth-child(2) {
    padding-left: 10px;
	}

  .header-submenu-image {
		height: 100px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		display: block;
		margin: 0 auto 10px;
	}

	.header-submenu-icon {
		height: 30px;
		margin-right: 10px;
		display: inline-block;
		vertical-align: middle;
	}

	.header-submenu-item.has-icon {
		text-align: center;
		border-top: 1px solid #d8dbe2;
		width: 100%;
		margin: 0;
		padding: 10px 30px 10px;
		float: left;
		box-sizing: border-box;
	}

	.legacy-text {
		font-weight: 100;
		font-style: italic;
	}

  .header-callouts {
    border-top: none;
    bottom: 30px;
    height: 30px;
    margin-top: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
  }

  .header-callout-log-in-link {
    margin-right: 15px;
  }

  .header-callout-ticket-links {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 7px;
    position: relative;
  }
  
  .header-callout-tickets-link {
    color: #1c0a14;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
  }
    
  .header-callout-tickets-link:hover,
  .header-callout-tickets-link.js-open {
    color: #076EA8;
  }

  .header-callout-tickets-link-arrow {
    display: inline-block;
    height: auto;
    margin-left: 2px;
    position: relative;
    top: 1px;
    -webkit-transition: transform 0.1s;
    -moz-transition: transform 0.1s;
    transition: transform 0.1s;
    width: 12px;
  }
  
  .header-callout-tickets-link-arrow.js-open {
    transform: rotate(180deg);
  }
    
  .header-callout-tickets-link-arrow-path {
    -webkit-transition: fill 0.1s;
    -moz-transition: fill 0.1s;
    transition: fill 0.1s;
  }

  .header-callout-tickets-link:hover .header-callout-tickets-link-arrow-path,
  .header-callout-tickets-link.js-open .header-callout-tickets-link-arrow-path {
    fill: #076EA8;
  }

  .header-callouts-ticket-drop-down {
    background-color: #FFFFFF;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); 
    left: 50%;
    margin-left: -70px;
    opacity: 0;
    padding: 20px;
    position: absolute;
    text-align: left;
    top: 30px;
    transition: opacity 0.1s 0s, visibility 0s 0.1s;
    visibility: hidden;
    width: 100px;
  }
  
  .header-callouts-ticket-drop-down:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #FFFFFF;
    content: '';
    display: block;
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    top: -6px;
    width: 0;
  }

  .header-callouts-ticket-drop-down.js-open {
    opacity: 1;
    transition: opacity 0.1s 0s, visibility 0s 0s;
    visibility: visible;
  }

  .header-callout-create-ticket-link {
    display: block;
    float: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 10px;
    text-transform: none;
  }

  .header-callout-view-tickets-link {
    display: block;
    float: none;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
    text-transform: none;
  }
  
  .header-callout-create-ticket-link:hover,
  .header-callout-view-tickets-link:hover {
    color: #076EA8;
  }
  
  .header .user-info {
    display: inline-block;
    margin-left: 10px;
    margin-top: 0;
    width: 150px;
  }

  .header .dropdown-toggle {
    background: none;
    color: #1c0a14;
    height: 22px;
    padding: 0;
    border:none;
  }

  .header .dropdown-toggle:after {
    color: #1c0a14;
  }

  .header .login {
    display: inline-block;
    margin-left: 10px;
    margin-top: 0;
  }

}

@media (min-width: 820px) {

  .header-menu-item {
    margin-left: 17px;
  }

  .header-menu-item:first-child {
    margin-left: 0;
  }

  .header-menu-arrow {
    display: inline-block;
  }

  .header-menu-item:hover .header-menu-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .header-menu-item:hover .header-menu-arrow-path {
    fill: #076EA8;
  }

}

@media (min-width: 1180px) {

  .header-wrapper {
    height: 40px;
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .header-logo {
    margin-top: -4px;
  }

  .header-nav {
    bottom: auto;
    left: 250px;
    right: auto;
    top: 11px;
  }

  .header-menu {
    float: left;
  }

  .header-menu-item {
    margin-left: 20px;
  }

  .header-menu-link {
    padding-bottom: 21px;
  }

  .header-submenu {
    top: 39px;
  }

  .header-callouts {
    bottom: auto;
    top: -6px;
  }
  
  .header .user-info {
    width: 120px;
  }

}

@media (min-width: 1260px) {

  .header .user-info {
    width: 150px;
  }

}


/***** 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.dropdown{
  position: relative;
}
.user-info > button {
  border: 0;
  color: #076EA8;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}
.user-info > button:hover, .user-info > button:focus {
  color: #076EA8;
  background-color: transparent;
}
.user-info > button::after {
  color: #076EA8;
  padding-right: 15px;
}
[dir=rtl] .user-info > 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 {
  color: #076EA8;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: #FFFFFF;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}


/* Hero */

.hero {
  background: #e1faf9;
  background: -moz-linear-gradient(top, #FFFFFF 0%, #e1faf9 100%);
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #e1faf9 100%);
  background: linear-gradient(to bottom, #FFFFFF 0%, #e1faf9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#e1faf9',GradientType=0 );
  margin-bottom: 30px;
  padding-top: 70px;
  position: relative;
}

.hero.minimal {
  background: none;
}

.hero-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 30px;
  position: relative;
}

.hero-wrapper:after {
  clear: both;
  content: '';
  display: table;
}

.breadcrumbs {
  font-size: 13px;
  line-height: 18px;
  list-style: none;
  margin-bottom: 20px;
  margin-top: 0;
  padding-left: 0;
}

.breadcrumbs li {
  display: inline-block;
}

.breadcrumbs li:after {
	content: url(//theme.zdassets.com/theme_assets/33359/4195eb5f90d8c27d6329866dc816e7b743c91b9a.svg);
  margin-left: 6px;
  margin-right: 4px;
  position: relative;
  top: -2px;
}

.breadcrumbs li:last-child:after {
  content: '';
  margin-left: 0;
  margin-right: 0;
}

.breadcrumbs a {
  color: #1c0a14;
  text-decoration: none;
}

.breadcrumbs a:hover {
  color: #004658;
}

.hero-title {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}

.hero-title.with-margin {
  margin-bottom: 30px;
}

.hero-title-text {
  color: #1c0a14;
  display: inline;
  margin-bottom: 0;
  margin-top: 0;
}

.hero-lock {
  display: inline-block;
  height: 26px;
  width: 26px;
}

.hero-lock-path {
  fill: #076EA8;
}

.hero-subscribe div{
  display: inline;
}

.hero-subscribe a, .hero-subscribe button {
  background-color: transparent;
  border: 2px solid #076EA8;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  border-radius: 21px;
  color: #076EA8;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 18px;
  padding: 5px 12px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  top: -10px;
  -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  -moz-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

.hero-subscribe a:hover {
  background: #004658;
  border-color: #004658;
  color: #FFFFFF;
}

.hero-subscribe a:active {
  color: #076EA8;
}

.hero-subscribe .section-subscribe a {
	top: 0;
}
.hero-subscribe .section-subscribe .dropdown-menu {
	line-height: 20px;
}

.hero-meta {
  margin-bottom: 30px;
  margin-top: 20px;
  position: relative;
}

.hero-meta.with-avatar {
  min-height: 50px;
  padding-left: 70px;
}

.hero-meta-avatar {
  border: 1px solid #d8dbe2;
  border-radius: 25px;
  box-sizing: border-box;
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

.hero-meta-author {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0;
}

.hero-meta-author a {
  color: #1c0a14;
	text-decoration: none;
}

.hero-meta-author a:hover {
  color: #004658;
}

.hero-meta-date {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 0;
}

.hero-meta-label {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 18px;
  text-transform: uppercase;
}

.hero-meta-value {
  font-size: 13px;
  margin-bottom: 0;
}

.hero-wave {
  display: block;
  height: 30px;
  width: 100%;
}

.hero-wave-path {
  fill: #FFFFFF;
}

@media (min-width: 760px) {

  .hero {
    margin-bottom: 60px;
    padding-top: 110px;
  }

  .hero-title {
    font-size: 50px;
    line-height: 50px;
  }

  .hero-lock {
    position: relative;
    top: -9px;
  }

  .hero-subscribe a {
    padding: 8px 15px;
    top: -15px;
  }

  .hero-wave {
    margin-top: 30px;
    height: 50px;
  }

}

@media (min-width: 1180px) {

  .hero-text {
    padding-right: calc(8.33% + 15px);
  }

  .hero-title {
    font-size: 65px;
    line-height: 65px;
  }

}

/* Search Bar */

.search-bar {
  background: #FFFFFF;
  background: -moz-linear-gradient(top,  #FFFFFF 0%, #e1faf9 100%);
  background: -webkit-linear-gradient(top,  #FFFFFF 0%,#e1faf9 100%);
  background: linear-gradient(to bottom,  #FFFFFF 0%,#e1faf9 100%);
  padding-top: 70px;
}

.search-bar-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 10px 30px 20px 30px;
}

.search-bar form {
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
}

.search-bar form input[type='search'] {
  border: none;
  border-radius: 19px;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding-left: 20px;
  padding-right: 40px;
  width: 100%;
}

.search-bar form input[type='submit'] {
  background-color: transparent;
  background-image: url(//theme.zdassets.com/theme_assets/9760845/75be85e169b1ee8bd3fb47ec750ee41f96d08f8b.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 38px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  transition: opacity 0.1s;
  width: 30px;
}

.search-bar form input[type='submit']:hover {
  opacity: 0.8;
}

.search-bar-wave {
  display: block;
  height: 10px;
  width: 100%;
}

.search-bar-wave-path {
  fill: #FFFFFF;
}

@media (min-width: 760px) {

  .search-bar-wrapper {
    padding-bottom: 40px;
    padding-top: 30px;
  }
  
  .search-bar-wrapper form {
    max-width: calc(66.66% - 15px);
  }
  
  .search-bar-wave {
    height: 20px;
  }

}

/* Main Content */

.main {
  margin: 50px auto;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
}

.main:after {
  clear: both;
  content: '';
  display: table;
}

.content {
  float: left;
  width: 100%;
}

.sidebar {
  float: right;
  margin-top: 50px;
  width: 100%;
}

.sidebar-block {
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
  padding: 30px;
}

.sidebar-block:last-child {
  margin-bottom: 0;
}

.sidebar-block.centered {
  text-align: center;
}

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

.sidebar-block .btn {
  margin-top: 5px;
}

.sidebar-block-jump-list {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.sidebar-block-jump-item {
  margin-top: 10px;
}

.sidebar-block dt {
  font-size: 16px;
  line-height: 1.2em;
  margin-bottom: 5px;
}

.sidebar-block dd {
  margin-bottom: 20px;
  margin-left: 0;
}

.sidebar-block dd:last-child {
  margin-bottom: 0;
}

.sidebar-block dd ul {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

@media (min-width: 760px) {

  .content {    
    width: calc(66.66% - 15px);
  }
  
  .content.wide {
    width: 100%;
  }

  .sidebar {    
    margin-top: 0;
    width: calc(33.33% - 15px);
  }

}

@media (min-width: 1180px) {

  .content {
    margin-left: calc(8.33%);
    width: calc(58.33% - 15px);
  }
  
  .content.wide {
    width: calc(83.33% - 30px);
  }
  
  .sidebar {
    margin-right: calc(8.33%);
    width: calc(24.99% - 15px);
  }

}

/* Footer */

.footer {
  background: #e1faf9;
  background: -moz-linear-gradient(top, #e1faf9 0%, #FFFFFF 100%);
  background: -webkit-linear-gradient(top, #e1faf9 0%, #FFFFFF 100%);
  background: linear-gradient(to bottom, #e1faf9 0%, #FFFFFF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1faf9', endColorstr='#FFFFFF',GradientType=0 );
}

.footer-wave {
  display: block;
  height: 30px;
  width: 100%;
}

.footer-wave-path {
  fill: #FFFFFF;
}

.footer-callout {
  margin: 30px auto;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

.footer-callout-title {
  margin-top: 0;
}

.footer-menu {
  border-bottom: 1px solid #e7f4f1;
  border-top: 1px solid #e7f4f1;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  list-style: none;
  margin-bottom: 30px;
  padding-left: 0;
  padding-bottom: 18px;
  padding-top: 18px;
  text-align: center;
  text-transform: uppercase;
}

.footer-menu-item {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.footer-menu-link {
  text-decoration: none;
}

.footer-copyright {
  font-size: 13px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

.footer-copyright a {
  text-decoration: none;
}

@media (min-width: 760px) {

  .footer-wave {
    height: 50px;
  }

  .footer-callout {
    margin-bottom: 50px;
    margin-top: 50px;
  }

  .footer-menu {
    margin-bottom: 40px;
  }

  .footer-copyright {
    padding-bottom: 40px;
  }

}

@media (min-width: 1300px) {

  .footer {
    overflow: hidden;
    position: relative;
  }
}

/* Articles */

.content-actions div{
  display: inline-flex;
}

.content-actions button{
  display: flex;
  background: transparent;
  color: black;
  border-bottom: 1px solid black;
  border-radius: 0;
  padding-left: 5px;
  padding-bottom: 4px;
}

.content-actions svg{
  margin-left: -20px;
  z-index: -1;
}

.feedback {
  border-top: 1px solid #d8dbe2;
  margin-top: 50px;
  padding-top: 30px;
}

.feedback-title {
  margin-top: 0;
  text-align: center;
}

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

.feedback-buttons .up-vote {
  margin-right: 5px;
  text-transform: capitalize;
}

.feedback-buttons .up-vote.voted {
  background: #004658;
  color: #076EA8;
}

/* .feedback-buttons .up-vote:after {
  content: "Yes";
} */

.feedback-buttons .down-vote {
  margin-right: 5px;
  text-transform: capitalize;
}

.feedback-buttons .down-vote.voted {
  background: #004658;
  border-color: #004658;
  color: #076EA8;
}

/* .feedback-buttons .down-vote:after {
  content: "No";
} */

.feedback-helpful {
  font-size: 13px;
  margin-bottom: 0;
  text-align: center;
}

.comments {
  border-top: 1px solid #d8dbe2;
  margin-top: 30px;
  padding-top: 30px;
}

.comments-title {
  margin-top: 0;
}

.comments-list {
  margin-top: 30px;
}

.comment {
  border-bottom: 1px solid #d8dbe2;
  margin-bottom: 30px;
  min-height: 50px;
  padding-left: 70px;
  padding-bottom: 30px;
  padding-top: 4px;
  position: relative;
}

.comment-avatar {
  border: 1px solid #d8dbe2;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  box-sizing: border-box;
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}

.comment-author {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0;
}

.comment-author a {
  color: #1c0a14;
  text-decoration: none;
}

.comment-author a:hover {
  color: #004658;
}

.comment-agent-flag {
  font-weight: 400;
  text-decoration: none;
}

.comment-date {
  font-size: 13px;
  margin-bottom: 18px;
}

.comments-footer {
  margin-bottom: 0;
  margin-top: 30px;
}

.comment-form {
  min-height: 60px;
  padding-left: 70px;
  padding-top: 30px;
  position: relative;
}

.comment-form-avatar img {
  border: 1px solid #d8dbe2;
  border-radius: 25px;
  box-sizing: border-box;
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  top: 30px;
  width: 50px;
}

.comment-form textarea {
  box-sizing: border-box;
  min-height: 120px;
  width: 100%;
}

.comment-form-controls {
  margin-top: 10px;
  text-align: right;
}

.comment-callout {
  margin-top: 30px;
}

@media (min-width: 760px) {

  .comment-actions {
    position: absolute;
    right: 0;
    top: 3px;
  }

}

/* Home Page */
.home-hero {
  background-image: url(/hc/theming_assets/01JQXWWQXDTMXTXJFRRF7RKBWA);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  border-bottom: 75px solid #FFFFFF;
  padding-bottom: 75px;
  padding-top: 70px;
  position: relative;
}

.home-hero:after {
  background-image: url(/hc/theming_assets/01JVWDP2EKKRWNMP37PQC079KF);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -75px;
  content: '';
  display: block;
  height: 150px;
  left: 50%;
  margin-left: -150px;
  position: absolute;
  width: 300px;
}

.home-hero-wave {
  bottom: 0;
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  width: 100%;
}

.home-hero-wave-path {
  fill: #FFFFFF;
}

.home-hero-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}

.home-hero-title {
  color: #1c0a14;
}

.home-hero-form form {
  margin: 30px auto 0 auto;
  max-width: 584px;
  position: relative;
}

.home-hero-form input[type='search'] {
  border: none;
  border-radius: 19px;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding-left: 20px;
  padding-right: 40px;
  width: 100%;
}

.home-hero-form input[type='submit'] {
  background-color: transparent;
  background-image: url(//theme.zdassets.com/theme_assets/33359/75be85e169b1ee8bd3fb47ec750ee41f96d08f8b.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 38px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  transition: opacity 0.1s;
  width: 30px;
}

.home-hero-form input[type='submit']:hover {
  opacity: 0.8;
}

.home-blocks {
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.home-blocks:after {
  clear: both;
  content: '';
  display: table;
}

.home-block {
  background-color: #FFFFFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  float: left;
  overflow: hidden;
  margin: 15px;
  padding: 25px 20px 30px 20px;
  text-align: center;
  width: calc(100% - 30px);
}

.home-block-icon {
  display: inline-block;
  height: 40px;
  width: 50px;
}

.home-block-title {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 0;
  margin-top: 10px;
}

.home-block-title-link {
  color: #1c0a14;
  text-decoration: none;
}

.home-block-link {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.home-block-link:after {
  content: ' →';
}

.home-articles {
  margin: 50px auto 100px auto;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
}

.home-articles:after {
  clear: both;
  content: '';
  display: table;
}

.home-promoted-articles {
  margin-bottom: 50px;
}

.home-promoted-articles-title {
  margin-top: 0;
}

.home-promoted-articles-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.home-promoted-articles-item {
  margin-top: 10px;
}

@media (min-width: 580px) {

  .home-block {
    min-height: 160px;
    max-height: 160px;
    width: calc(49.99% - 30px);
  }

}

@media (min-width: 760px) {

  .home-hero {
    border-bottom-width: 160px;
    padding-bottom: 160px;
    padding-top: 80px;
  }

  .home-hero:after {
    bottom: -160px;
    height: 340px;
    margin-left: -350px;
    width: 700px;
  }

  .home-hero-wave {
    height: 70px;
  }

  .home-blocks {
    margin-top: -120px;
  }

  .home-block {
    padding-left: 15px;
    padding-right: 15px;
    width: calc(24.99% - 30px);
  }

  .home-promoted-articles {
    float: left;
    margin-bottom: 0;
    width: calc(50% - 15px);
  }

}

@media (min-width: 1180px) {

  .home-hero {
    border-bottom-width: 185px;
    padding-bottom: 185px;
  }

  .home-hero:after {
    bottom: -185px;
    height: 390px;
    margin-left: -454px;
    width: 817px;
  }

  .home-hero-wave {
    height: 100px;
  }

  .home-blocks {
    margin-top: -140px;
  }

  .home-block {
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media (min-width: 1260px) {

  .home-block {
    min-height: 0;
  }

}

/* Article Lists */

.articles-list-title {
  border-top: 1px solid #d8dbe2;
  margin-top: 50px;
  padding-top: 50px;
}

.articles-list-title-link {
  color: #1c0a14;
}

.articles-list-title-link:hover {
  color: #004658;
}

.articles-list {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.articles-list-item {
  margin-top: 10px;
}

.articles-list-item-title.search-result {
  font-size: 20px;
  margin-bottom: 5px;
  margin-top: 30px;
}

.articles-list-item-promoted {
  height: 12px;
  margin-right: 2px;
  width: 12px;
}

.articles-list-item-promoted-path {
  fill: #076EA8;
  transition: fill 0.1s;
}

.articles-list-item-link:hover .articles-list-item-promoted-path {
  fill: #004658;
}

.articles-list-item-lock {
  height: 12px;
  margin-right: 2px;
  width: 12px;
}

.articles-list-item-lock-path {
  fill: #076EA8;
  transition: fill 0.1s;
}

.articles-list-item-link:hover .articles-list-item-lock-path {
  fill: #004658;
}

.articles-list-item-link.more {
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  margin-top: 10px;
}

.articles-list-item-link.more:after {
  content: '→';
  margin-left: 5px;
  position: absolute;
}

.articles-list-empty {
  border-top: 1px solid #d8dbe2;
  margin-top: 50px;
  padding-top: 50px;
}

/* Section Lists */

.sections-list-title {
border-top: 1px solid #d8dbe2;
margin-top: 50px;
padding-top: 50px;
}

.sections-list-item-link {
color: #1c0a14;
}

.sections-list-item-link:hover {
color: #004658;
}

.sections-list {
list-style: none;
margin-bottom: 0;
margin-top: 0;
padding-left: 0;
}

.sections-list-item {
margin-top: 10px;
}

.sections-list-item-title.search-result {
font-size: 20px;
margin-bottom: 5px;
margin-top: 30px;
}

.sections-list-item-promoted {
height: 12px;
margin-right: 2px;
width: 12px;
}

.sections-list-item-promoted-path {
fill: #076EA8;
transition: fill 0.1s;
}

.sections-list-item-link:hover .sections-list-item-promoted-path {
fill: #004658;
}

.sections-list-item-lock {
height: 12px;
margin-right: 2px;
width: 12px;
}

.sections-list-item-lock-path {
fill: #076EA8;
transition: fill 0.1s;
}

.sections-list-item-link:hover .sections-list-item-lock-path {
fill: #004658;
}

.sections-list-item-link.more {
display: inline-block;
font-size: 13px;
line-height: 18px;
margin-top: 10px;
}

.sections-list-item-link.more:after {
content: '→';
margin-left: 5px;
position: absolute;
}

.sections-list-empty {
border-top: 1px solid #d8dbe2;
margin-top: 50px;
padding-top: 50px;
}

/* Recent Activity */

.recent-activity:before {
  border-top: 2px dotted #076EA8;
  content: '';
  display: block;
  margin-bottom: 15px;
}

.recent-activity-header {
  box-sizing: border-box;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 15px;
  width: calc(100% - 30px);
}

.recent-activity-list {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.recent-activity-item-link {
  display: block;
  margin-bottom: 10px;
}

.recent-activity-item h3{
  display:none;
}

.recent-activity-item-parent {
  display: none;
}

.recent-activity-item-link {
  display: inline-block;
}

.recent-activity-item-meta {
  display: none;
}

.recent-activity-item-comment {
  display: none;
}

.recent-activity-controls {
  display: none !important;
}

@media (min-width: 760px) {

  .recent-activity {
    float: right;
    width: calc(50% - 15px);
  }

  .recent-activity:before {
    display: none;
  }
  
  .recent-activity-header {
    margin-top: 0;
  }

}

/* Admin Pages */

.admin-menu-list {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

.admin-menu-list:after {
  clear: both;
  content: '';
  display: table;
}

.admin-menu-item {
  border-bottom: 2px solid #076EA8;
  border-top: 2px solid #076EA8;
  display: block;
  float: left;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 3px 7px;
  position: relative;
  text-transform: uppercase;
}

.admin-menu-item:first-child {
  border-radius: 20px 0 0 20px;
  border-left: 2px solid #076EA8;
  padding-left: 14px;
}

.admin-menu-item:last-child {
  border-radius: 0 20px 20px 0;
  border-right: 2px solid #076EA8;
  padding-right: 14px;
}

.admin-menu-item.current {
  background-color: #076EA8;
  color: #FFFFFF;
}

.admin-menu-item a {
  display: block;
  text-decoration: none;
}

.admin-menu-item.current a {
  color: #FFFFFF;
}

.admin-subnav {
  border: 2px solid #076EA8;
  border-radius: 15px;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  height: 26px;
  letter-spacing: 0.1em;
  list-style: none;
  margin-bottom: 20px;
  margin-top: 0;
  overflow: hidden;
  padding: 0;
  text-transform: uppercase;
}

.admin-subnav:after {
  clear: both;
  content: '';
  display: table;
}

.admin-subnav-item {
  float: left;
}

.admin-subnav-item.current {
  background-color: #076EA8;
  color: #FFFFFF;
  padding: 4px 15px;
}

.admin-subnav a {
  display: block;
  padding: 4px 15px;
  text-decoration: none;
}

.admin-filter {
  margin-top: 10px;
}

.admin-filter label {
  font-weight: 700;
}

.admin-table {
  overflow-x: scroll;
  width: 100%;
}

.admin-table.subscriptions-page button{
  color: #076EA8;
  text-decoration: none;
  transition: color 0.1s;
  background: none;
  padding-left: 0;
  font-size: 12px;
  font-weight: 600;
}

.status-label {
  background: #076EA8;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.1em;
  padding: 6px 15px;
  text-transform: uppercase;
}

.status-label-open {
  background-color: #cc3340;
}

.status-label-closed {
  background-color: #ddd;
  color: #1c0a14;
}

.status-label-solved {
  background-color: #999;
}

.status-label-new {
  background-color: #ffd12a;
  color: #1c0a14;
}

.status-label-hold {
  background-color: #000;
}

.admin-no-results {
  margin-top: 18px;
}

@media (min-width: 760px) {

  .admin {
    padding-top: 80px;
  }

  .admin-filter {
    display: inline-block;
    margin-right: 10px;
    margin-top: 0;
  }

  .admin-table {
    display: table;
  }

}

/* Request */

.request-comments {
  border-top: 1px solid #d8dbe2;
  margin-top: 30px;
}

.request-comments .comment {
  margin-top: 30px;
}

.request-comments .comment:last-child {
  border-bottom: none;
}

#new_request textarea {
	min-height: 150px;
}

/* Pagination */

.pagination {
  clear: both;
  margin: 30px auto 50px auto;
  max-width: 1200px;
}

.pagination ul {
  border-top: 1px solid #d8dbe2;
  list-style: none;
  font-weight: 700;
  margin: 0;
  padding: 30px 0 0 0;
  text-align: center;
}

.pagination li {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}

.pagination a {
  text-decoration: none;
}

/* Remove Suggested Articles */

.request-form .suggestion-list {
  display:none;
}

.request-form .suggestion-list label {
  display:none;
}

.request-form .suggestion-list li {
  display:none;
}

.request-form .suggestion-list li a:visited {
  display:none;
}

/* New Request Page */

.new-request-intro {
  border-bottom: 2px dotted #076EA8;
  border-top: 2px dotted #076EA8;
  margin-bottom: 30px;
  margin-top: 18px;
  padding-top: 18px;
}

.new-request-intro:after {
  clear: both;
  content: '';
  display: table;
}

.new-request-intro-image {
  display: block;
  float: right;
  height: 200px;
  margin-bottom: 18px;
  margin-left: 18px;
}

@media (min-width: 1180px) {

  .new-request-intro {
    text-align: left;
  }

  .new-request-intro-image {
  }

  .new-request-intro .large-text:nth-child(2) {
    margin-top: 20px;
  }
  
  .full-width {
    width: 100%;
	}

}

/* Priority and escalation view */
.priority_view, .escalation_view{
	display: none;
}
.escalation_trigger.escalated{
  background: #076EA880;
}

/* Qualtrics div */
#userDataQualtrics{
  display: none;
  position: absolute;
  width: 0;
  height: 0;
}

/*
/* Used to hide the checkbox for custom field “Attachment (required)”
#request_custom_fields_23995389127831_label,
#request_custom_fields_23995389127831 {
display: none;
}
*/

/* New Dropdown menu when logged in */
.dropdown-menu {
  background-color: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  left: 50%;
  margin-left: -70px;
  opacity: 0;
  padding: 20px;
  position: absolute;
  text-align: left;
  top: 30px;
  transition: opacity 0.1s 0s, visibility 0s 0.1s;
  visibility: hidden;
  width: 120px;
}
.dropdown-menu.show{
  opacity: 1;
  transition: opacity 0.1s 0s, visibility 0s 0s;
  visibility: visible;
}
.dropdown-menu:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFFFFF;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  margin-left: -6px;
  position: absolute;
  top: -6px;
  width: 0;
}

.dropdown-menu .menu-items-wrapper{
  position: relative;
  height: 100%;
  width: 100%;
}

[dir=rtl] .dropdown-menu {
  text-align: right;
}
.dropdown-menu [role=separator] {
  border-bottom: 1px solid #e9ebed;
  margin: 4px 0;
}

.new-menu-item-style{
  border-radius: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-transform: none;
  display: block;
  float: none;
  letter-spacing: 0;
  text-transform: none;
}

.dropdown-menu [role=menuitem],
.dropdown-menu [role=menuitemradio] {
  position: relative;
  color: black;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
  padding: 0;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
}

.dropdown-menu [role=menuitem]:last-child{
  margin-bottom: 0;
}



[dir=rtl] .dropdown-menu [role=menuitem],
[dir=rtl] .dropdown-menu [role=menuitemradio] {
  padding: 7px 20px 7px 40px;
}

.dropdown-menu [role=menuitem][aria-selected=true], .dropdown-menu [role=menuitem][aria-checked=true],
.dropdown-menu [role=menuitemradio][aria-selected=true],
.dropdown-menu [role=menuitemradio][aria-checked=true] {
  cursor: default;
}
.dropdown-menu [role=menuitem][aria-selected=true]::after, .dropdown-menu [role=menuitem][aria-checked=true]::after,
.dropdown-menu [role=menuitemradio][aria-selected=true]::after,
.dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}
[dir=rtl] .dropdown-menu [role=menuitem][aria-selected=true]::after, [dir=rtl] .dropdown-menu [role=menuitem][aria-checked=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-selected=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}
.dropdown-menu [role=menuitem][hidden], .dropdown-menu [role=menuitem][aria-hidden=true],
.dropdown-menu [role=menuitemradio][hidden],
.dropdown-menu [role=menuitemradio][aria-hidden=true] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir=rtl] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}
[dir=rtl] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.dropdown-chevron-icon {
  vertical-align: middle;
}