*, input[type=search] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@font-face {
  font-family: 'gibson_lightregular';
  src: url('//p4.zdassets.com/hc/theme_assets/38089/200037168/gibson-light-webfont.eot');
  src: url('//p4.zdassets.com/hc/theme_assets/38089/200037168/gibson-light-webfont.eot?#iefix') format('embedded-opentype'),
  url("/hc/theming_assets/01HZPASYCDT61G1T1KJBRZXM9G") format('woff'),
  url("/hc/theming_assets/01HZPASWJ8KQ3QNMTJNA43DJY3") format('truetype'),
  url('//p4.zdassets.com/hc/theme_assets/38089/200037168/gibson-light-webfont.svg#gibson_lightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gibsonregular';
  src: url("/hc/theming_assets/01HZPASW8RQ3K74GGK9FB0MBWS");
  src: url('//p4.zdassets.com/hc/theme_assets/38089/200037168/gibson-regular-webfont.eot?#iefix') format('embedded-opentype'),
  url("/hc/theming_assets/01HZPASYN1BGBTZP5R4G2P5F9X") format('woff'),
  url("/hc/theming_assets/01HZPASWY2TXEGVTJVBZMRSD18") format('truetype'),
  url('//p4.zdassets.com/hc/theme_assets/38089/200037168/gibson-regular-webfont.svg#gibsonregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gibsonsemibold';
  src: url("/hc/theming_assets/01HZPASV1AH8J8SEVP6JV04P3W");
  src: url('//p4.zdassets.com/hc/theme_assets/38089/200037168/gibson-semibold-webfont.eot?#iefix') format('embedded-opentype'),
  url("/hc/theming_assets/01HZPASVCAAFG9H5TRPW7EWZ53") format('woff'),
  url("/hc/theming_assets/01HZPASX8WZQTHRPQ03KQF7BR1") format('truetype'),
  url('//p4.zdassets.com/hc/theme_assets/38089/200037168/gibson-semibold-webfont.svg#gibsonregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Regular */
@font-face {
    font-family: "proxima-nova";
    src: url("/hc/theming_assets/01HZPATRDRAC40RSZ0FVYRX6FV") format("woff");
    font-weight: normal;
    font-style: normal;
}
/* Italic */
@font-face {
    font-family: "proxima-nova";
    src: url("/hc/theming_assets/01HZPATRMXHARM7HHS4447PPKV") format("woff");
    font-weight: normal;
    font-style: italic;
}
/* Black */
@font-face {
    font-family: "proxima-nova";
    src: url("/hc/theming_assets/01HZPATPZ9VHGB4JZRY0497DF8") format("woff");
    font-weight: 900;
    font-style: normal;
}
/* Extra - bold */
@font-face {
    font-family: "proxima-nova";
    src: url("/hc/theming_assets/01HZPATQRAAZCW08C8E7GSDT5B") format("woff");
    font-weight: 800;
    font-style: normal;
}
/* Bold */
@font-face {
    font-family: "proxima-nova";
    src: url("/hc/theming_assets/01HZPATQ4XH6DYBKCQ7CYPFBXB") format("woff");
    font-weight: bold;
    font-style: normal;
}
/* Bold - Italic */
@font-face {
    font-family: "proxima-nova";
    src: url("/hc/theming_assets/01HZPATQERJ5WK8B68P0B3XZ6N") format("woff");
    font-weight: bold;
    font-style: italic;
}
/* Semi Bold */
@font-face {
    font-family: "proxima-nova";
    src: url("/hc/theming_assets/01HZPATRTG17NVFFWQE1M9EHDZ") format("woff");
    font-weight: 600;
  	font-display: swap;
    font-style: normal;
}
/* Semi-bold Italic */
@font-face {
    font-family: "proxima-nova";
    src: url("/hc/theming_assets/01HZPATS4YGMT6GR00D5TWF885") format("woff");
    font-weight: 600;
    font-style: italic;
}
/* light */
@font-face {
    font-family: "proxima-nova";
    src: url("/hc/theming_assets/01HZPATR2Y0SGCK2GVFAVE7RP3") format("woff");
    font-weight: 200;
    font-style: normal;
}
/* light - italic */
@font-face {
    font-family: "proxima-nova";
    src: url("/hc/theming_assets/01HZPATR800VVCT73VZWSB7QMN") format("woff");
    font-weight: 200;
    font-style: italic;
}

html {
  background-color: #fff;
}

body {
  background: #f4f0e9;
  color: #3e3e3e;
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
  margin: 0;
  position: absolute;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #05608f;
  font-family: inherit;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  text-decoration: underline;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

img[width], img[height] {
  max-width: none;
}

figure > img {
  display: block;
}

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

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-family: inherit;
  font-weight: normal;
}

label {
  display: inline-block;
  vertical-align: middle;
}

input[type=checkbox] + label {
  display: inline-block;
  margin-left: 5px;
}

input, textarea {
  border: 1px solid #DDD;
  border: 1px solid rgba(0, 0, 0, 0.13);
  padding: 10px;
}

textarea {
  height: 100px;
  padding: 7px 10px;
  resize: vertical;
}

textarea, input[type=text] {
  width: 100%;
}

input, textarea, select {
  color: #555;
}

input::-ms-clear {
  display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: #CCC;
}

:-ms-input-placeholder {
  color: #CCC;
}

::-moz-placeholder {
  color: #CCC;
}

button, [role=button], [type=button], [type=submit] {
  background: transparent;
  border: 1px solid #DDD;
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 2px;
  box-shadow: inset 0 -2px #f6f6f6;
  box-shadow: inset 0 -2px rgba(0, 0, 0, 0.03);
  color: #158EC2;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 200;
  height: 30px;
  line-height: 28px;
  padding: 0 10px;
  position: relative;
  vertical-align: middle;
  white-space: nowrap;
}

a[role=button]:hover {
  text-decoration: none;
}

input[type=submit] {
  background: #444;
  border-color: transparent;
  box-shadow: inset 0 -2px #222;
  color: #FFF;
  transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
}

input[type=submit][disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE 8 */
  opacity: 0.4;
}

strong {
  font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
  font-weight: bold;
}

table {
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}

td, th {
  border-color: #ECECEC;
  border-color: rgba(0, 0, 0, 0.07);
  border-style: solid;
  padding: 12px;
}

th {
  border-width: 1px 0;
  color: #BBB;
  font-weight: normal;
  white-space: nowrap;
}

td {
  border-width: 0 0 1px 0;
}

h1, .h1 {
  color: #333;
  font-weight: bold;
  margin: 0.8em 0;
}

.logo a,
.footer-logo a {
  display: block;
  height: 100%;
}

.page-title {
  font-size: 25px;
}

.h1, h1 {
  font-size: 20px;
}

.h2, h2 {
  font-size: 18px;
}

.h3, h3, .search-result-link {
  font-size: 16px;
}

.h4, h4 {
  font-size: 15px;
}

.nav.h4 {
  font-size: 18px;
}

body {
  font-size: 13px;
}

.legal {
  font-size: 11px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.canadian-logo {
  display: none;
}

/* buttons */

.btn-theme, .btn-theme-secondary {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 16px 30px;
    line-height: 1.1em;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: background-color 0.2s 
ease-in;
    outline: none;
    z-index: 1;
    background-color: #fe5000;
}

.btn-theme-secondary {
    background-color: #fff;
    color: #fe5000;
    border: 1px solid #fe5000;
    padding: 14px 28px;
}

/* end buttons */

.container {
   margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}


@media (min-width: 992px) {
    .container {
        width: 1170px;
    }
}

/*header*/

.logo-item {
  width: 133px;
  display: inline-block;
  font-size: 0px !important;
  line-height: 0;
  color: transparent;
}

@media (min-width: 768px) and (max-width: 991px) {
  .logo-item {
    width: 36px;
    overflow: hidden;
  }
}

.logo-item svg,
.logo-item img {
  height: 100%;
  width: 133px;
  max-height: 43px;
  margin-top: 2px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .logo-item svg,
  .logo-item img {
    max-width: 133px;
  }
}

@media (min-width: 1200px) {
  .logo-item {
    width: 160px;
  }
  .logo-item svg,
  .logo-item img {
    width: 160px;
  }
}

@media (max-width: 767px) {
  body.single-post .header-main {
    position: relative;
  }
}

.header-main {
  position: sticky;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
}

.header-main a {
  text-decoration: none;
  color: #444;
  font-weight: 700;
  font-size: 19px;
  text-align: center;
}

@media (min-width: 768px) {
  .header-main a {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
  }
}

.header-main .orange-link a {
  color: #FE5000;
}

.header-main .top-nav-wrapper {
  background-color: #f4f0e9;
  position: relative;
  z-index: 1;
  display: block;
}

.header-main .top-nav {
  padding-top: 9px;
  padding-bottom: 7px;
}

.header-main .top-nav:before, .header-main .top-nav:after {
  content: '';
  display: table;
}

.header-main .top-nav:after {
  clear: both;
}

.header-main .top-nav li {
  margin-left: 10px;
}

.header-main .top-nav li.fas:before {
  margin-right: 4px;
  font-size: 0.8em;
}

@media (min-width: 992px) {
  .header-main .top-nav li {
    margin-left: 17px;
  }
}

.header-main .top-nav li:first-of-type {
  margin-left: 0;
}

.header-main .top-nav li a {
  font-size: 14px;
  font-weight: 600;
}

@media (min-width: 768px) {
  .header-main .top-nav .menu-item.only-mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-main .top-nav .menu-item.no-mobile {
    display: none;
  }
}

.header-main .bottom-nav-wrapper {
  background-color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
}

.header-main .bottom-nav {
  padding-top: 14px;
  padding-bottom: 15px;
  position: relative;
  background-color: #ffffff;
  z-index: 1;
  display: flex;
  justify-content: space-between;
}

.header-main .bottom-nav .mobile-group {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (min-width: 768px) {
  .header-main .bottom-nav .mobile-group {
    display: none;
  }
}

.header-main .bottom-nav-inner-wrapper {
  position: absolute;
  width: 100vw;
  left: 0;
  top: -100vh;
  padding: 0 20px;
  background-color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.07);
  transition: top 0.5s ease-in-out;
}

@media (min-width: 768px) {
  .header-main .bottom-nav-inner-wrapper {
    position: static;
    width: auto;
    height: auto;
    top: unset;
    left: unset;
    box-shadow: none;
    padding: 9px 0;
    background-color: transparent;
  }
}

.header-main .bottom-nav-inner-wrapper.mobile-visible-item {
  position: static;
  width: auto;
  height: auto;
  top: unset;
  left: unset;
  box-shadow: none;
  padding: 9px 0;
  background-color: transparent;
}

.header-main .bottom-nav-inner-wrapper.show {
  top: 0px;
}

.header-main .bottom-nav-inner-wrapper.show .menu::after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 2px;
  background-color: #116094;
  left: 0;
  right: 0;
  top: 109px;
}

.header-main .bottom-nav-inner-wrapper.mobile-item {
  padding: 108px 20px 25px;
  overflow: auto;
  z-index: 0;
}

@media (min-width: 768px) {
  .header-main .bottom-nav-inner-wrapper.mobile-item {
    display: none;
  }
}

.header-main .bottom-nav-inner-wrapper.mobile-item .btn-theme, .header-main .bottom-nav-inner-wrapper.mobile-item .widget_text .default-form-wrapper input[type="submit"], .widget_text .default-form-wrapper .header-main .bottom-nav-inner-wrapper.mobile-item input[type="submit"] {
  display: none;
}

.header-main .bottom-nav-inner-wrapper.mobile-item .btn-theme-secondary {
  display: none;
}

.header-main .bottom-nav-inner-wrapper.mobile-item ul {
  float: none;
}

.header-main .bottom-nav-inner-wrapper.mobile-item ul li:not(.btn-theme):not(.btn-theme-secondary) {
  display: block;
  text-align: center;
  border-bottom: 1px solid #f4f4f4;
  padding: 20px 0 18px;
}

.header-main .bottom-nav-inner-wrapper.mobile-item ul li.fas:before {
  margin-right: 4px;
}

@media (min-width: 768px) {
  .header-main .bottom-nav-inner-wrapper.mobile-item .menu-item.only-mobile {
    display: none;
  }
}

.header-main .bottom-nav-inner-wrapper.desktop-item {
  display: none;
}

@media (min-width: 768px) {
  .header-main .bottom-nav-inner-wrapper.desktop-item {
    display: block;
  }
}

.header-main .bottom-nav-inner-wrapper.desktop-item .btn-theme, .header-main .bottom-nav-inner-wrapper.desktop-item .widget_text .default-form-wrapper input[type="submit"], .widget_text .default-form-wrapper .header-main .bottom-nav-inner-wrapper.desktop-item input[type="submit"] {
  display: inline-block;
  padding: 0;
}

.header-main .bottom-nav-inner-wrapper.desktop-item .btn-theme a, .header-main .bottom-nav-inner-wrapper.desktop-item .widget_text .default-form-wrapper input[type="submit"] a, .widget_text .default-form-wrapper .header-main .bottom-nav-inner-wrapper.desktop-item input[type="submit"] a {
  color: #ffffff;
  padding: 10px 16px 8px 16px;
  display: block;
}

.header-main .bottom-nav-inner-wrapper.desktop-item .btn-theme-secondary {
  display: inline-block;
  padding: 0;
}

.header-main .bottom-nav-inner-wrapper.desktop-item .btn-theme-secondary a {
  color: #fe5000;
  padding: 9px 15px 7px 15px;
  display: block;
}

.header-main .bottom-nav-inner-wrapper.desktop-item ul {
  float: none;
}

.header-main .bottom-nav-inner-wrapper.desktop-item ul li {
  margin-left: 10px;
}

.header-main .bottom-nav-inner-wrapper.desktop-item ul li:first-child {
  margin-left: 0;
}

@media (min-width: 992px) {
  .header-main .bottom-nav-inner-wrapper.desktop-item ul li {
    margin-left: 17px;
  }
}

.header-main .bottom-nav-inner-wrapper.desktop-item ul li.fas:before {
  margin-right: 4px;
}

.header-main .bottom-nav-inner-wrapper.desktop-item ul li.btn-theme + li.btn-theme,
.header-main .bottom-nav-inner-wrapper.desktop-item ul li.btn-theme-secondary + li.btn-theme-secondary,
.header-main .bottom-nav-inner-wrapper.desktop-item ul li.btn-theme + li.btn-theme-secondary,
.header-main .bottom-nav-inner-wrapper.desktop-item ul li.btn-theme-secondary + li.btn-theme {
  margin-left: 8px;
}

.header-main .bottom-nav-inner-wrapper.desktop-item .menu-item.only-mobile {
  display: none;
}

@media (min-width: 768px) {
  .header-main .bottom-nav-inner-wrapper.mobile-visible-item {
    display: none;
  }
}

.header-main .bottom-nav-inner-wrapper.mobile-visible-item .btn-theme, .header-main .bottom-nav-inner-wrapper.mobile-visible-item .widget_text .default-form-wrapper input[type="submit"], .widget_text .default-form-wrapper .header-main .bottom-nav-inner-wrapper.mobile-visible-item input[type="submit"] {
  display: inline-block;
  padding: 0;
}

.header-main .bottom-nav-inner-wrapper.mobile-visible-item .btn-theme a, .header-main .bottom-nav-inner-wrapper.mobile-visible-item .widget_text .default-form-wrapper input[type="submit"] a, .widget_text .default-form-wrapper .header-main .bottom-nav-inner-wrapper.mobile-visible-item input[type="submit"] a {
  color: #ffffff;
  padding: 10px 16px 8px 16px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.header-main .bottom-nav-inner-wrapper.mobile-visible-item .btn-theme-secondary {
  display: inline-block;
  padding: 0;
}

.header-main .bottom-nav-inner-wrapper.mobile-visible-item .btn-theme-secondary a {
  color: #fe5000;
  padding: 9px 15px 7px 15px;
  display: block;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.header-main .bottom-nav-inner-wrapper.mobile-visible-item ul {
  float: none;
}

.header-main .bottom-nav-inner-wrapper.mobile-visible-item ul li:not(.btn-theme):not(.btn-theme-secondary) {
  text-align: center;
  margin-bottom: 0;
  display: inline-block;
  margin-left: 10px;
  border-bottom: none;
  padding: 0;
}

.header-main .bottom-nav-inner-wrapper.mobile-visible-item ul li:not(.btn-theme):not(.btn-theme-secondary):first-child {
  margin-left: 0;
}

.header-main .bottom-nav-inner-wrapper.mobile-visible-item ul li {
  margin-bottom: 0;
  display: inline-block;
  margin-left: 8px;
}

.header-main .bottom-nav-inner-wrapper.mobile-visible-item ul li:first-child {
  margin-left: 0;
}

.header-main .bottom-nav-inner-wrapper.mobile-visible-item ul li.fas:before {
  margin-right: 4px;
}

.header-main .bottom-nav-inner-wrapper .additional-items {
  margin-top: 10px;
  text-align: center;
}

.header-main .bottom-nav-inner-wrapper .additional-items .btn-theme, .header-main .bottom-nav-inner-wrapper .additional-items .widget_text .default-form-wrapper input[type="submit"], .widget_text .default-form-wrapper .header-main .bottom-nav-inner-wrapper .additional-items input[type="submit"] {
  padding: 14px 64px;
  display: inline-block;
  margin: 16px auto;
}

.header-main .bottom-nav-inner-wrapper .additional-items .btn-theme a, .header-main .bottom-nav-inner-wrapper .additional-items .widget_text .default-form-wrapper input[type="submit"] a, .widget_text .default-form-wrapper .header-main .bottom-nav-inner-wrapper .additional-items input[type="submit"] a {
  color: #ffffff;
}

.header-main .bottom-nav-inner-wrapper .additional-items .btn-theme, .header-main .bottom-nav-inner-wrapper .additional-items .widget_text .default-form-wrapper input[type="submit"], .widget_text .default-form-wrapper .header-main .bottom-nav-inner-wrapper .additional-items input[type="submit"] {
  padding: 13px 63px;
  display: inline-block;
  margin: 16px auto;
}

.header-main .bottom-nav-inner-wrapper .additional-items .btn-theme a, .header-main .bottom-nav-inner-wrapper .additional-items .widget_text .default-form-wrapper input[type="submit"] a, .widget_text .default-form-wrapper .header-main .bottom-nav-inner-wrapper .additional-items input[type="submit"] a {
  color: #ffffff;
}

.header-main .bottom-nav-inner-wrapper .additional-items .btn-theme-secondary {
  padding: 12px 62px;
  display: inline-block;
  margin: 16px auto;
}

.header-main .bottom-nav-inner-wrapper .additional-items .btn-theme-secondary a {
  color: #fe5000;
}

.header-main ul {
  float: right;
}

.header-main ul li {
  display: inline-block;
}

.custom-header .btn-theme, .custom-header .widget_text .default-form-wrapper input[type="submit"], .widget_text .default-form-wrapper .custom-header input[type="submit"] {
  padding: 0;
}

.custom-header .btn-theme-secondary {
  padding: 0;
}

.nav-icon {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: .5s ease-in-out;
  transform: rotate(0deg);
}

.nav-icon span {
  position: absolute;
  right: 5px;
  display: block;
  width: 24px;
  height: 2px;
  transition: .25s ease-in-out;
  transform: rotate(0deg);
  opacity: 1;
  background: #116094;
}

.nav-icon span::before {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 2px;
  transition: .25s ease-in-out;
  transform: rotate(0deg);
  background: #116094;
}

.nav-icon span:nth-child(1) {
  top: 10px;
}

.nav-icon span:nth-child(2) {
  top: 18px;
}

.nav-icon span:nth-child(2)::before {
  content: '';
}

.nav-icon span:nth-child(3) {
  top: 25px;
}

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

.close-nav span:nth-child(1) {
  top: 20px;
  right: 17px;
  width: 0;
}

.close-nav span:nth-child(3) {
  top: 20px;
  right: 17px;
  width: 0;
}

.close-nav span:nth-child(2) {
  transform: rotate(45deg);
}

.close-nav span:nth-child(2)::before {
  transform: rotate(-90deg);
}

@media (min-width: 768px) {
  .menu-item-has-children:hover .sub-wrapper .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 17px;
  }
}

.sub-wrapper {
  padding-top: 5px;
  position: relative;
}

.header-main .sub-menu {
  position: static;
  opacity: 1;
  visibility: visible;
  transform: none;
  background-color: transparent;
  display: none;
  float: none;
}

.header-main .sub-menu li {
  padding: 11px 0 1px !important;
  border-bottom: none !important;
}

@media (min-width: 768px) {
  .header-main .sub-menu {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    display: block;
    z-index: -9999;
    width: 160px;
    top: 25px;
    left: 40px;
    transform: translate(-50%, 0);
    background-color: #ffffff;
    border-radius: 6px;
    padding: 33px 0 4px;
    transition: opacity 0.3s ease-in, top 0.3s ease-in, visibility 0.3s ease-in;
    box-shadow: 0 0 56px rgba(0, 0, 0, 0.1);
  }
  .header-main .sub-menu::before {
    content: '';
    position: absolute;
    bottom: calc(100% - 1px);
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10.5px 10px 10.5px;
    border-color: transparent transparent #ffffff transparent;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .header-main .sub-menu::before {
    display: none;
  }
}

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  .header-main .sub-menu::before {
    bottom: calc(100% - 1px);
  }
}

@media (min-width: 768px) {
  @supports (-ms-ime-align: auto) {
    .header-main .sub-menu::before {
      bottom: calc(100% - 1px);
    }
  }
  .header-main .sub-menu li:not(.btn-theme):not(.btn-theme-secondary) {
    margin-bottom: 0 !important;
    display: block !important;
    text-align: center;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  .header-main .sub-menu li:not(.btn-theme):not(.btn-theme-secondary) {
    margin: 0 0 26px 0 !important;
    padding: 0 !important;
  }
}

@media (min-width: 768px) {
  .header-main .sub-menu li:not(.btn-theme):not(.btn-theme-secondary) a {
    color: #444;
    font-size: 16px;
  }
}

.menu-item-has-children > a {
  position: relative;
}

.menu-item-has-children > a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #116094;
  transition: transform 0.3s ease;
}

@media (min-width: 768px) {
  .menu-item-has-children > a::after {
    display: none;
  }
}

.menu-item-has-children .open-item::after {
  top: 48%;
  transform: translate(0, -50%) rotate(180deg);
}

.set-min-height {
  height: calc(100vh - 20px);
  overflow: auto;
}

.current-menu-parent > a {
  font-weight: 800 !important;
}

.current-menu-item:not(.btn-theme):not(.btn-theme-secondary) a {
  font-weight: 800 !important;
}

/* end header */

/*#loginLink {
  margin-right: 30px;
}*/

.header .nav-area.show-state .drop {
  display: block;
}

.nav {
  float: none;
}

.nav li {
  display: inline-block;
  float: none;
  padding: 0;
}

/**/
.main-column {
  float: left;
}

.side-column {
  float: right;
}

.dropdown-toggle:hover {
  text-decoration: none;
}

.dropdown-toggle:after {
  color: #888;
  content: "\25BE";
  display: inline-block;
  font-family: "entypo";
  margin-left: 5px;
  vertical-align: middle;
}

.visibility-internal-icon:before {
  content: "\1F512";
  cursor: default;
  font-family: "entypo";
  margin-right: 5px;
}

.visibility-internal {
  position: relative;
}

.visibility-internal:before,
.visibility-internal:after {
  display: none;
  position: absolute;
}

.visibility-internal:hover:before,
.visibility-internal:hover:after {
  display: block;
}

.visibility-internal:before {
  background: #222;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  color: #FFF;
  content: attr(data-title);
  font-family: sans-serif;
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  text-transform: none;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}

.visibility-internal:after {
  border-bottom: 5px solid #222;
  border-bottom: 5px solid rgba(0, 0, 0, 0.85);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}

.header-inner {
  align-items: center;
  -webkit-align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1170px;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.content-wrapper {
  padding: 0 10px 50px 10px;
  max-width: 1170px;
  margin: 0 auto;
}

body .header {
  align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  font-size: 18px;
  height: 116px;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
}

.logo a {
  display: block;
  line-height: 120px;
}

.logo img {
  max-height: 60px;
  vertical-align: middle;
}

.user-nav {
  float: right;
  margin-top: 40px;
}

.user-nav > * {
  display: inline-block;
  font-size: inherit;
  vertical-align: middle;
}

.user-nav .login {
  content: 'Sign in to Support';
}

.user-info [role="button"] {
  background: #ffffff;
  background: linear-gradient(to bottom, white 0%, #f4f4f4 50%, #ededed 100%);
  border-bottom-color: #C0C0C0;
  border-radius: 3px;
  box-shadow: inset 0 -1px #DDD;
  color: #444;
  height: auto;
  line-height: 1;
  padding: 4px 10px 4px 4px;
}

.user-info [role="button"]:hover {
  border-color: #AAA;
  box-shadow: inset 0 -1px #BBB;
}

.user-info [role="button"]:active {
  background: linear-gradient(to bottom, whitesmoke 0%, #d5d5d5 100%);
}

.user-avatar {
  margin-right: 4px;
  max-height: 20px;
}

.user-avatar, .user-avatar + span {
  display: inline-block;
  vertical-align: middle;
}

.submit-a-request {
  clear: right;
  display: block;
  float: right;
  margin-left: 15px;
  padding-left: 15px;
}

.login, .user-info {
  float: right;
  margin-bottom: 12px;
  margin-left: 20px;
}

.search-box-wrapper.narrow {
  padding: 0;
}

.search-box, .search-box-results {
  padding: 30px 0 50px 0;
}

.search-box + .sub-nav, .search-box-results + .sub-nav {
  margin-top: -35px;
}

.search {
  margin: 0 auto;
  position: relative;
  width: 80%;
}

.search:before {
  background-image: url("/hc/theming_assets/01HZPATPEQPCFHRMQXP51GVVZR");
  background-repeat: no-repeat;
  content: ' ';
  display: block;
  height: 21px;
  left: 20px;
  position: absolute;
  top: 20px;
  width: 20px;
}

.search input {
  border: 0;
  display: inline-block;
  height: 60px;
  outline: 0;
  vertical-align: middle;
}

.search input[type=search],
.search input[type=text] {
  background: #fff;
  border-radius: 3px;
  display: block;
  font-family: 'gibson_lightregular', Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin-bottom: 12px;
  padding: 12px 25px 12px 55px;
  width: 100%;
}

.search input[type=submit] {
  background-color: #FE5000;
  border: 0;
  border-radius: 3px;
  bottom: 0;
  box-shadow: none;
  color: #fff;
  display: block;
  font-family: 'gibson_lightregular', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 2px;
  padding: 0 0;
  width: 100%;
  transition: background-color 0.2s ease-in;
}

.search input[type=submit]:hover {
  background-color: #FF6F36;
}

.search-box-results .search input[type=search],
.search-box-results .search input[type=text] {
  border-radius: 3px 0 0 3px;
  padding: 8px 100px 8px 0px;
  width: 80%;
}

.search-box-results .search input[type=submit] {
  border-radius: 0 3px 3px 0;
  min-width: 120px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  width: 20%;
}

.search-small {
  float: right;
  position: relative;
}

.search-small:before {
  content: "\1F50D";
  font-family: "entypo";
  line-height: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 28px;
  z-index: 1;
}

.search-small input[type=search],
.search-small input[type=text] {
  height: 30px;
  padding: 6px 10px 6px 28px;
}

.search-contact {
  background-color: #6e6e6e;
  border: 1px solid #6e6e6e;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  clear: both;
  color: #ffffff;
  display: block;
  float: none;
  font-family: 'gibson_lightregular', Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 18px;
  margin: 24px 0 0 0;
  padding: 7px 0 7px 0;
  text-align: center;
  width: 100%;
}

.search-contact:hover {
  background-color: #3e3e3e;
  text-decoration: none;
}

.contact-btn:hover {
  background-color: #3e3e3e;
  text-decoration: none;
}

.help-center-name {
  color: #ffffff;
  font-family: 'gibson_lightregular', Helvetica, Arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 24px;
  text-align: center;
}

.category-tree {
  padding: 0 0;
}

.category-tree h2 ~ *, .category-tree h3 ~ * {
  display: block;
}

.category-tree .category {
  display: inline-block;
  padding-right: 0;
  vertical-align: top;
  width: 100%;
}

.category-tree .category h2 {
  border-bottom: 1px solid #3e3e3e;
  margin: 12px 0;
  padding-bottom: 4px;
}

.category-tree .category h2 a {
  color: inherit;
  font-weight: 200;
}

.category-tree .section h3 {
  margin: 0;
}

.category-tree .section h3 a {
  color: inherit;
  font-weight: normal;
}

.category-tree .section {
  margin: 5px 20px;
}

.category-tree .article-list, .category-tree .section-empty a {
  margin: 8px 20px 12px 20px;
}

.category-tree .section-empty a {
  display: block;
}

.category-tree .article-list li {
  margin-bottom: 5px;
}

.category-description, .section-description {
  color: #BBB;
  margin-bottom: 30px;
  margin-top: 0;
}

.cant-find-answer {
  margin-top: 40px;
}

.cant-find-answer:hover {
  opacity: 0.8;
}

.cant-find-answer:before {
  content: "";
  background: url("/hc/theming_assets/01HZPATN571JAWME12SE1JKRRE") no-repeat;
  display: inline-block;
  width: 31px;
  height: 24px;
  margin-right: 15px;
  vertical-align: middle;
  margin-top: -2px;
}

.cant-find-answer a {
  color: #075277;
  text-decoration: none;
}

.cant-find-answer a span {
  text-decoration: underline;
}

/* ====== TOPICS TILES STYLE START ======*/
.home-title,
.content-wrapper .section-h1 {
  font-size: 36px;
  font-weight: 200;
  margin: 35px 0 30px;
}

.content-wrapper .section-h1 {
  margin: 0 0 30px;
  text-align: center;
  font-weight: 500;
  font-size: 34px;
}

.content-wrapper .section-h1 > img {
  margin-right: 16px;
  margin-top: -6px;
}

.page-content {
  display: flex;
}

.page-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.page-wrapper article,
.page-wrapper .section-tree {
  flex-grow: 1;
}

.page-wrapper .section-tree {
  background-color: #ffffff;
  padding: 0 20px;
}

.categories-row {
  display: flex;
  margin: -15px;
  flex-wrap: wrap;
}

.categories-row > .category-container {
  flex: 1 33%;
  padding: 15px;
}

@media(min-width: 768px) and (max-width: 992px) {
  .categories-row > .category-container {
  	flex: 1 50%;
  }
}

@media (max-width: 768px) {
  .categories-row > .category-container {
  	flex: 1 100%;
  }
}

a.category {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 54px 0 rgba(162, 162, 162, 0.2);
  display: flex;
  flex-direction: column;
  min-height: 190px;
  padding-top: 40px;
  text-align: center;
  text-decoration: none;
}

a.category:hover {
  box-shadow: 0 0 54px 0 rgba(162, 162, 162, 0.5);
}

a.category .category-content {
  flex-grow: 1;
  justify-content: center;
}

a.category .category-name {
  color: #30312f;
  display: block;
  font-size: 24px;
  margin-top: 10px;
}

a.category .category-footer {
  border-radius: 0 0 10px 10px;
  color: #ffffff;
  display: block;
  font-size: 18px;
  line-height: 40px;
  width: 100%;
}

a.category.set-up .category-footer {
  background-color: #80c18d;
}

a.category.checklist .category-footer {
  background-color: #59a795;
}

a.category.power-users .category-footer {
  background-color: #338e9d;
}

a.category.faq .category-footer {
  background-color: #d4b510;
}

a.category.integrations .category-footer {
  background-color: #d38b10;
}

a.category.account .category-footer {
  background-color: #d36011;
}

/* ====== TOPICS TILES STYLE END ======*/
[class*="-articles"] h3 {
  font-size: 24px;
}

[class*="-articles"] ul li {
  padding: 6px 0px;
}

[class*="-articles"] ul li a {
  color: #8e8e8e;
}

/* ====== POPULAR/RECENT ARTICLE LIST STYLE END ======*/

.pagination + .contact-wrapper {
  margin-top: 10px;
}

.contact-wrapper {
  width: 100%;
  padding: 60px 0;
  margin-top: 50px;
}

.contact-wrapper a {
  color: #FE5000;
}

.contact-wrapper .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1170px;
}

.feature-bug {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 10px;
}

.feature-bug a {
  color: #30312f;
  font-size: 24px;
  margin: 20px;
  text-decoration: none;
}

.feature-bug a:hover,
.contact-us a:hover {
  opacity: 0.8;
}

a.feature span {
  border-bottom: solid 3px #80c18d;
}

a.bug span {
  border-bottom: solid 3px #d36011;
}

.contact-us {
  align-items: center;
  font-size: 28px;
  margin: 20px 0;
  text-align: center;
}

.contact-us a {
  text-decoration: none;
}

.contact-us span {
  background-color: #FE5000;
  border-radius: 25px;
  color: #ffffff;
  display: inline-block;
  font-family: sans-serif;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 2px;
  margin: 0 0 20px 20px;
  padding: 14px 45px 12px;
  text-transform: uppercase;
}

.section-h1 {
  margin-bottom: 0;
}

.section-title {
  border-bottom: 1px solid #3e3e3e;
  padding-bottom: 4px;
}

.section-subscribe, .section-unsubscribe,
.article-subscribe, .article-unsubscribe {
  float: right;
}

.section-subscribe [role=button], .section-unsubscribe,
.article-subscribe, .article-unsubscribe {
  border: 0;
  border-radius: 5px;
  box-shadow: none;
  height: 25px;
  line-height: 25px;
  margin-top: 10px;
}

.see-all-articles {
  text-decoration: underline;
  margin-top: 20px;
  display: block;
  color: #3e3e3e;
}

.see-all-articles:hover {
  text-decoration: none;
}

.category-tree .see-all-articles {
  left: 20px;
  position: relative;
  top: -16px;
}

.community {
  background: rgba(0, 0, 0, 0.025);
  border-radius: 5px;
  margin-top: 40px;
  padding: 25px 30px;
}

.community h4 {
  color: #111111;
  float: right;
  margin: 0;
}

.community h4 a {
  font-weight: normal;
}

.trending-questions {
  margin-bottom: 40px;
}

.trending-questions h2 {
  border-bottom: 1px solid #e6e6e6;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: #111111;
  font-size: inherit;
  font-weight: normal;
  margin: 0 0 15px 0;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.trending-questions:last-child {
  margin-bottom: 0;
}

.trending-question-list {
  margin-bottom: 15px;
}

.trending-question-list li {
  display: block;
  padding: 10px 25px 0 0;
}

.article-promoted span {
  cursor: default;
  font-family: "entypo";
  margin-right: 5px;
  position: relative;
}

.article-promoted span:before,
.article-promoted span:after {
  display: none;
  position: absolute;
}

.article-promoted span:hover:before,
.article-promoted span:hover:after {
  display: block;
}

.article-promoted span:before {
  background: #222;
  background: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  color: #FFF;
  content: attr(data-title);
  font-family: sans-serif;
  left: -10px;
  margin-top: 5px;
  padding: 3px 10px;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}

.article-promoted span:after {
  border-bottom: 5px solid #222;
  border-bottom: 5px solid rgba(0, 0, 0, 0.85);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  bottom: -5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  width: 0;
}

.breadcrumbs {
  margin: 40px 0;
}

.breadcrumbs li {
  display: inline-block;
  white-space: nowrap;
  font-weight: 400;
  font-size: 20px;
}

.breadcrumbs li:first-of-type a:before {
  content: url("/hc/theming_assets/01HZPATN0V4JH3Z12QTMVXVRF9");
	display: inline-block;
  width: 23px;
  margin-right: 9px;
  vertical-align: text-top;
}

.breadcrumbs li:not(:last-of-type):after {
  color: #FE5000;
  content: " > ";
}

.breadcrumbs a {
  text-decoration: underline;
}

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

.breadcrumbs li:last-of-type a {
  color: #3e3e3e;
  text-decoration: none;
}

.breadcrumbs li a {
  color: #fe5000;
  font-weight: 600;
}

@media(max-width: 768px) {
  .breadcrumbs li {
    font-size: 18px;
  }

  .breadcrumbs li:first-of-type a:before {
    width: 21px;
    height: 19px;
  }
  
  .breadcrumbs li:not(:first-of-type) {
    display: block;
    margin-left: 30px;
    margin-top: 10px;
  }
}

.article-body {
  line-height: 2;
  word-wrap: break-word;
}

.article-body img {
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  height: auto;
  max-width: 100%;
  padding: 3px;
}

.video-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 35px;
  position: relative;
}

.video-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video-container object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.article-body pre {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  overflow: auto;
  padding: 10px 15px;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  color: #bbb;
  font-style: italic;
  margin: 20px 0;
  padding-left: 20px;
}

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

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

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

.article-body ol {
  list-style-type: decimal;
}

.article-body li {
  margin-left: 20px;
}

.article-body a {
  text-decoration: underline;
}

.article-body a:hover {
  text-decoration: none;
}

.article-meta {
  margin-bottom: 28px;
  margin-top: 28px;
}

.article-vote {
  color: #3e3e3e;
  position: relative;
}

.article-footer {
  margin: 40px 0 0 0;
  padding: 10px;
  border-top: 1px solid #eaebeb;
  border-bottom: 1px solid #eaebeb;
}

.article-footer .share {
  clear: both;
  display: block;
  float: none;
  margin: 0 auto;
  padding-top: 18px;
  text-align: center;
}

.article-vote-helpful {
  float: right;
}

.article-vote-question {
  display: inline-block;
  font-style: italic;
}

.article-vote-controls {
  display: inline-block;
  margin-left: 10px;
}

.article-vote-controls a {
  font-size: 18px;
}

.article-vote-controls a:hover,
.article-vote-controls a:hover:before,
.article-vote-controls a.article-voted:before {
  color: #FE5000;
}

.article-vote-up, .article-vote-down {
  color: inherit;
  font-family: "entypo";
}

.article-vote-up:before {
  content: "\1f44d";
}

.article-vote-down:before {
  content: "\1f44e";
}

@media(max-width: 768px) {
  .article-vote {
    font-size: 20px;
    text-align: center;
  }
  
  .article-vote-count,
  .article-vote-helpful {
    display: inline-block;
    float: none;
  }
}

.article-footer a, .article-footer a:before {
  border: 0;
  border-radius: 50%;
  box-shadow: none;
  color: #cccccc;
  height: 30px;
  line-height: 30px;
}

.article-more-questions {
  margin-bottom: 60px;
  margin-top: 35px;
}

.article-comments {
  display: none;
  width: 100%;
}

.article-comments h2 {
  font-size: inherit;
  font-weight: 200;
}

.share li {
  display: inline-block;
}

.share a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  vertical-align: middle;
  width: 30px;
}

.share a:before {
  color: #FFF;
  display: inline-block;
  font-family: "entypo";
  text-align: center;
  width: 100%;
}

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

.share-twitter:before {
  background: #00ACED;
  content: "\F309";
}

.share-facebook:before {
  background: #3B5998;
  content: "\F30C";
}

.share-linkedin:before {
  background: #4875B4;
  content: "\F318";
}

.share-googleplus:before {
  background: #CD3C2A;
  content: "\F30F";
}

.share-label {
  cursor: pointer;
}

.share-label + .share {
  background: #FFF;
  border: 1px solid #DDDDDD;
  border: 1px solid rgba(0, 0, 0, 0.17);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  left: 50%;
  line-height: 70px;
  margin: 10px 0 0 -75px;
  position: absolute;
  text-align: center;
  top: 100%;
  white-space: nowrap;
  z-index: 1;
}

.share-label + .share:before, .share-label + .share:after {
  content: "";
  display: inline-block;
  left: 50%;
  position: absolute;
}

.share-label + .share:before {
  border-bottom: 7px solid #CCC;
  border-left: 7px solid rgba(0, 0, 0, 0);
  border-right: 7px solid rgba(0, 0, 0, 0);
  margin-left: -6px;
  top: -7px;
}

.share-label + .share:after {
  border-bottom: 6px solid #FFF;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
  margin-left: -5px;
  top: -6px;
}

.share-label[aria-selected="true"] {
  color: #111;
}

.share-label[aria-selected="true"] + .share {
  display: block;
}

.share-label[aria-selected="false"] + .share {
  display: none;
}

.attachment-list span, .screencast-list span {
  color: #bbb;
}

.comment .attachment-list, .comment .screencast-list {
  margin-top: 25px;
}

.comment .attachment-list li, .comment .screencast-list li {
  margin-bottom: 10px;
}

.comment .attachment-list li:before, .comment .screencast-list li:before {
  background: #f6f6f6;
  border-radius: 3px;
  color: #bbb;
  font-family: "entypo";
  margin-right: 5px;
  padding: 5px;
}

.comment .attachment-list li:before {
  content: "\1F4CE";
}

.comment .screencast-list li:before {
  content: "\1F4BB";
}

.comment, .comment-form {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  font-size: inherit;
  line-height: 1.3;
  min-height: 100px;
  padding: 20px 0;
  position: relative;
}

.comment-container {
  margin-left: 90px;
}

.comment-avatar {
  display: inline-block;
  position: absolute;
}

.comment-avatar img {
  border: 0;
  border-radius: 3px;
  max-height: 70px;
  max-width: 70px;
}

.comment-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01HZPATHSA35TZ68B1KZ29W86N");
  background-image: url("/hc/theming_assets/01HZPATJ2K4BPPF3CM2QQV11WS");
  background-repeat: no-repeat;
  background-size: 14px;
  bottom: -5px;
  content: " ";
  height: 15px;
  position: absolute;
  right: -3px;
  width: 15px;
}

.comment-author {
  display: inline-block;
  font-size: inherit;
  margin: 0 0 10px 0;
}

.comment-published, .comment-edit, .comment-delete {
  float: right;
  margin-left: 12px;
  margin-right: 12px;
}

.comment-published {
  color: #bbb;
  font-weight: 200;
}

.comment-edit:before, .comment-delete:before {
  color: #CCC;
  content: "\2022";
  margin-left: -14px;
  pointer-events: none;
  position: absolute;
}

.comment-body {
  font-weight: 200;
  line-height: 2;
  word-wrap: break-word;
}

.comment-body p:first-child {
  margin-top: 0;
}

.comment-form textarea {
  border-radius: 2px 2px 0 0;
  border-width: 1px;
}

.comment-attachments {
  border-color: #DDDDDD;
  border-color: rgba(0, 0, 0, 0.13);
  border-radius: 0 0 2px 2px;
  border-style: solid;
  border-width: 0 1px 1px;
  padding: 10px;
}

.comment-form {
  padding-top: 30px;
}

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

.comment-form-controls input[type=submit] {
  display: inline-block;
  background-color: #FE5000;
  border: 0;
  border-radius: 2px;
  bottom: 0;
  box-shadow: none;
  color: #fff;
  box-shadow: none;
  font-family: 'gibson_lightregular', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  padding: 3px 45px;
  height: auto;
  outline: none;
  transition: background-color 0.2s ease-in;
}

.comment-form-controls input[type=submit]:hover {
  background-color: #FF6F36;
}

.comment-mark-as-solved {
  float: left;
  margin-top: 5px;
}

.comment-screencasts {
  float: left;
  margin-right: 25px;
  margin-top: 5px;
}

.pagination {
  width: 100%;
  line-height: 0;
  padding: 20px 0;
  text-align: center;
}

.pagination ul {
  display: inline-block;
  list-style: none;
}

.pagination li {
  float: left;
}

.pagination a,
.pagination span {
  display: inline-block;
  line-height: 20px;
  padding: 5px 10px;
  font-size: 18px;
  color: #737373;
}

.pagination-current {
  font-weight: bold;
}

.my-activities-header .breadcrumbs li:first-child,
.my-activities-header .breadcrumbs li:before {
  display: none;
}

.my-activities-header {
  font-weight: normal;
  padding: 25px 0;
}

.my-activities-nav {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
}

.my-activities-sub-nav li {
  padding-right: 15px;
}

.my-activities-nav li, .my-activities-sub-nav li {
  display: inline-block;
  font-weight: normal;
}

.my-activities-nav li a, .my-activities-sub-nav li a {
  font-weight: normal;
}

.my-activities-nav li + li {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
}

.my-activities-sub-nav li + li {
  padding-left: 15px;
}

.my-activities-sub-nav {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  position: relative;
}

.request-table-toolbar {
  background-color: #FAFAFA;
  padding: 8px;
  text-align: right;
}

.following-table th {
  border-top: 0;
}

.status-selection, .organization-selection {
  display: inline-block;
}

.status-selection > span, .organization-selection > span {
  margin-right: 10px;
}

.status-selection button, .organization-selection button {
  background: #FFF;
  border-radius: 0;
  color: inherit;
  height: 27px;
  line-height: 25px;
  text-align: left;
}

.status-selection button:after, .organization-selection button:after {
  color: #adadad;
  float: right;
  margin-left: 15px;
}

.organization-selection button {
  margin-right: 15px;
}

.requests-search {
  border-radius: 15px;
  float: left;
  height: 27px;
  outline: none;
  padding: 5px 15px;
}

.my-activities-table a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.my-requests th:first-child + th + th, .my-requests td:first-child + td + td {
  display: none;
}

.contribution-table th {
  border-top: none;
}

.following-table a {
  max-width: 390px;
}

.contribution-table a {
  max-width: 250px;
}

.request-table td:nth-child(1) {
  width: 5%;
}

.request-table td:nth-child(2) {
  width: 65%;
}

.request-table td:nth-child(3) {
  width: 15%;
}

.request-table td:nth-child(4), .request-table th:nth-child(4) {
  display: none;
}

.following-table td:nth-child(1) {
  width: 45%;
}

.following-table td:nth-child(2) {
  width: 15%;
}

.following-table td:nth-child(3), .following-table th:nth-child(3) {
  display: none;
}

.following-table td:nth-child(4) {
  width: 10%;
}

.contribution-table td:nth-child(1) {
  width: 45%;
}

.contribution-table td:nth-child(2) {
  width: 15%;
}

.contribution-table td:nth-child(3), .contribution-table th:nth-child(3) {
  display: none;
}

.contribution-table td:nth-child(4), .contribution-table th:nth-child(4) {
  display: none;
}

.contribution-table td:nth-child(5) {
  width: 10%;
}

.request-follow-up {
  text-align: right;
}

.follow-up-hint {
  display: inline-block;
  float: right;
  margin-top: 13px;
}

.request-details {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  margin: 30px 0 30px;
  padding: 15px 20px;
}

.request-details li + li {
  margin-top: 10px;
}

.request-header {
  font-weight: 200;
  margin: 1em 0;
}

.request-id {
  color: #bbb;
  display: block;
}

.request-details dt ~ dt {
  font-weight: bold;
  margin-top: 15px;
}

.request-details dd {
  margin: 2px 0 0;
}

.request-details dd ul {
  margin: 10px 0;
}

.request-details dd li {
  list-style-position: inside;
  list-style-type: disc;
  margin: 0;
}

.request-details .nested-field-tag:before {
  content: " > ";
}

.request-details .nested-field-tag:first-child:before {
  content: "";
}

.request-status {
  border-radius: 3px;
  color: #FFF;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 2px 5px;
  white-space: nowrap;
}

.request-open {
  background: #59BBE0;
}

.request-answered {
  background: #F5CA00;
}

.request-solved {
  background: #828282;
}

body.community-enabled .search-results-column {
  float: left;
  width: 100%;
}

.search-results-column .no-results {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
}

.search-results-heading {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 0;
}

.search-results-subheading {
  display: none;
}

.search-results-subheading-link {
  font-weight: normal;
  margin-left: 5px;
}

.page-wrapper-content {
  margin: 0;
  padding: 35px 25px;
  box-shadow: 0px 0px 10px rgb(0 0 0 / 8%);
  border-radius: 16px;
  width: 100%;
  background: #FFFFFF;
}

.page-wrapper-content .search-results-list {
  margin: 0;
}

.page-wrapper-content .search-results-list .search-result:not(:first-of-type) {
  margin-top: 22px;
}

.page-wrapper-content .search-results-list .search-result .search-result-link {
	color: #303135;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
}

.page-wrapper-content .search-results-list .search-result .search-result-description {
  margin: 12px 0 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  color: #303135;
}

.search-result-meta {
  display: none;
}

.search-result-meta-name,
.search-result-meta-time,
.search-result-meta-count {
  color: #bbb;
}

.search-result-meta-time:before,
.search-result-meta-count:before {
  content: '\2022';
  display: inline-block;
  line-height: 1;
  padding-right: 5px;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.search-result-votes {
  background: #A8D119;
  border-radius: 2px;
  color: #FFF;
  display: inline-block;
  line-height: 1;
  margin-left: 5px;
  padding: 4px 5px;
  position: relative;
  top: -2px;
}

.search-result-votes:before {
  content: "\1F44D";
  font-family: "entypo";
  margin-right: 3px;
}

@media(max-width: 768px) {
  .page-wrapper-content .search-results-list .search-result .search-result-link {
    text-decoration: underline;
  }
}

.form {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  overflow: hidden;
  padding: 40px 55px;
}

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

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

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

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

.form-field textarea, .form-field input {
  box-shadow: inset 0 1px #E3E3E3;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.11);
}

.form-field p {
  color: #BEBEBE;
}

.form-field input[type=number], .form-field input.datepicker {
  width: 150px;
}

.form form + form,
.searchbox {
  margin-top: 25px;
}

.searchbox-suggestions {
  background-color: #fff;
  border: solid 1px #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  padding: 10px 20px;
}

.searchbox-suggestions li {
  padding: 5px 0;
}

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

.form footer {
  border-top: 1px solid #ECECEC;
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  margin-top: 40px;
  padding-top: 25px;
  text-align: right;
}

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

.error-page {
  margin: 0 auto;
}

.error-page h1 {
  margin-bottom: 0;
}

.error-page h2 {
  margin-bottom: 5px;
}

.error-page > a {
  display: block;
  margin-top: 25px;
}

.community-heading {
  float: left;
  font-weight: bold;
  margin: 0;
}

.community-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  border-top: 0;
  margin-bottom: 55px;
  margin-top: 0;
  padding: 25px 0;
}

.community-nav li {
  display: inline-block;
  font-weight: bold;
  padding-right: 30px;
}

.community-nav li a {
  font-weight: normal;
}

.community-nav li + li {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  padding-left: 30px;
}

.community-nav li:last-child {
  border: 0;
  float: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: -5px;
}

.community-nav li:last-child a {
  color: #158EC2;
}

.community-nav li:last-child a:before {
  content: "\270E";
  font-family: "entypo";
  margin-right: 10px;
  vertical-align: middle;
}

.community-sub-nav {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 15px 0;
  position: relative;
}

.community-sub-nav li {
  display: inline-block;
  font-weight: bold;
  padding-right: 15px;
}

.community-sub-nav li a {
  font-weight: normal;
}

.community-sub-nav li + li {
  padding-left: 15px;
}

.community-sub-nav .topic-add {
  position: absolute;
  right: 0;
  top: 10px;
}

.topic {
  display: inline-block;
  padding: 20px 30px 20px 0;
  vertical-align: top;
  width: 49.5%;
}

.topic-header, .question-header {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  display: table;
  padding-bottom: 10px;
}

.topic-header > *, .question-header > * {
  display: table-cell;
  vertical-align: middle;
}

.topic-header .topic-meta, .question-header .question-meta {
  padding: 0 15px;
  white-space: nowrap;
}

.topic-heading, .question-heading, .answer-list-heading {
  font-weight: bold;
  width: 100%;
}

.topic-questions {
  margin-top: 45px;
}

.question, .answer {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  padding: 20px 0;
  position: relative;
}

.question-form .nesty-input {
  max-width: none;
}

.question-avatar, .answer-avatar {
  display: table-cell;
  margin-right: 10px;
  position: relative;
  vertical-align: top;
}

.question-avatar-agent:after, .answer-avatar-agent:after {
  background-color: transparent;
  background-image: url("/hc/theming_assets/01HZPATHSA35TZ68B1KZ29W86N");
  background-image: url("/hc/theming_assets/01HZPATJ2K4BPPF3CM2QQV11WS");
  background-repeat: no-repeat;
  background-size: 14px;
  content: " ";
  height: 15px;
  left: 30px;
  position: absolute;
  top: 30px;
  width: 15px;
}

.question-avatar img, .answer-avatar img {
  border-radius: 3px;
  max-height: 38px;
  max-width: 38px;
}

.question-body, .answer-body, .answer-official-body {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}

.question-body .answer-official-body {
  vertical-align: top;
  width: 100%;
}

.question-body p, .answer-body p, .answer-official-body p {
  margin: 0 0 5px;
}

.question-body .question-meta, .answer-body .answer-meta, .answer-official-body .answer-meta {
  float: left;
}

.question .answer {
  border: none;
  padding-bottom: 0;
}

.question-topic-list {
  margin: -20px 0 30px;
}

.question-topic-list li {
  display: inline-block;
  margin: 10px 10px 0 0;
}

.question-topic-list a {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border-radius: 5px;
  color: #C5C5C5;
  display: inline-block;
  padding: 7px 15px;
}

.question-title, .topic-title {
  margin: -3px 0 5px;
}

.question-title a, .topic-title a {
  font-weight: 200;
}

.question-meta, .answer-meta, .topic-meta {
  color: #C5C5C5;
}

.topic-meta span + span:before, .question-meta span + span:before, .answer-meta span + span:before {
  content: "\2022";
  margin: 0 10px;
}

.answer-form {
  margin: 30px 0 0 95px;
}

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

.answer-form-controls input[type=submit] {
  margin-left: 15px;
}

.answer-form-controls .pull-left {
  float: left;
}

.answer-official-heading {
  border-bottom: 0;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 20px;
}

.answer-list-heading {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  margin-top: 30px;
  padding-bottom: 20px;
}

.question-share, .answer-share {
  position: relative;
}

.related-questions-header {
  border-bottom: 1px solid #ECECEC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.related-questions-heading {
  margin-top: 3px;
}

.related-questions li {
  margin-bottom: 10px;
  margin-top: 10px;
}

.vote {
  display: table-cell;
  margin-left: 15px;
  margin-right: 10px;
  vertical-align: top;
}

.vote-sum, .vote-controls {
  display: inline-block;
  vertical-align: middle;
}

.vote-sum {
  font-weight: bold;
  padding-left: 10px;
  text-align: center;
}

.vote-controls {
  border-radius: 5px;
}

.vote-controls a {
  background: #FFF;
  border-color: #f6f6f6;
  box-shadow: none;
  color: #BBB;
  display: block;
  font-family: "entypo";
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
}

.vote-up {
  border-radius: 5px 5px 0 0;
}

.vote-down {
  border-radius: 0 0 5px 5px;
  border-top: 0;
}

.vote-up:before {
  content: "\E763";
}

.vote-down:before {
  content: "\E760";
}

.vote-controls:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.vote-controls:hover a {
  background: #FFF;
  border-color: #A6A6A6;
  color: #BBB;
}

.vote-controls a:hover, .vote-controls [aria-selected=true] {
  background: #f6f6f6;
  color: #333;
}

.vote-controls a:active {
  background: #CCC;
  color: #111;
}

.answer-accept {
  color: #BBB;
  overflow: hidden;
  padding-top: 7px;
  position: absolute;
  white-space: nowrap;
}

.answer-accept:hover {
  text-decoration: none;
}

.answer-accept:before {
  content: "\2713";
  font-family: "entypo";
  margin-right: 5px;
}

.answer-accepted .answer-accept, .answer-accepted .vote-sum {
  color: green;
}

.topic-controls, .question-controls, .answer-controls {
  float: right;
}

.topic-edit, .question-delete, .answer-delete {
  margin-left: 25px;
}

.topic-edit:before, .question-delete:before, .answer-delete:before {
  color: #CCC;
  content: "\2022";
  margin-left: -16px;
  pointer-events: none;
  position: absolute;
}

.chat {
  background: #f6f6f6;
  border: 1px solid #E0E0E0;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
  bottom: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  line-height: 35px;
  padding: 0 15px;
  position: fixed;
  right: 85px;
  transition: bottom .5s ease-in, color .5s ease-in;
  -moz-transition: bottom .5s ease-in, color .5s ease-in;
  -ms-transition: bottom .5s ease-in, color .5s ease-in;
  -o-transition: bottom .5s ease-in, color .5s ease-in;
  -webkit-transition: bottom .5s ease-in, color .5s ease-in;
}

.chat:before {
  content: "\E720";
  font-family: "entypo";
  margin-right: 10px;
  vertical-align: middle;
}

.chat:hover {
  text-decoration: none;
}

.chat-available {
  bottom: 0;
}

.chat-unavailable {
  bottom: -50px;
  color: gray;
  cursor: default !important;
}

.markdown {
  word-wrap: break-word;
}

.markdown h1,
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5 {
  font-weight: bold;
  line-height: 13px;
  margin: 0 0 10px 0;
  padding: 0;
}

.markdown img {
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  display: block;
  height: auto;
  margin-bottom: 10px;
  max-width: 100%;
  padding: 3px;
}

.markdown p {
  margin-bottom: 10px;
}

.markdown ul,
.markdown ol {
  list-style-position: inside;
  margin: 0 0 10px 10px;
}

.markdown ul {
  list-style-type: disc;
}

.markdown ol {
  list-style-type: decimal;
}

.markdown li > ul,
.markdown li > ol {
  margin: 0 0 0 10px;
}

.markdown pre {
  background: #f6f6f6;
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid #ECECEC;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  margin-bottom: 10px;
  overflow: auto;
  padding: 10px 15px;
  white-space: pre;
}

.markdown blockquote {
  border-left: 1px solid #ECECEC;
  border-left: 1px solid rgba(0, 0, 0, 0.07);
  color: #bbb;
  font-style: italic;
  margin: 0 0 10px 0;
  padding-left: 10px;
}

.markdown hr {
  background-color: #ECECEC;
  height: 2px;
  margin-bottom: 10px;
}

.request-form footer {
  background-color: transparent;
}

#footer .footer-area .nav.nav-store-list img {
  min-width: 158px;
  max-width: 158px;
}

/* footer-logo */
.footer-logo {
  background: url("/hc/theming_assets/01HZPATKQN2BYGHSFW2PDDXTWY") no-repeat;
  background-size: contain;
}
.footer-logo.canadian-logo {
  background: url("$assets-bookedin_logo_rev_can_slogan-svg") no-repeat;
  background-size: contain;
}

.plugin-area {
  padding-bottom: 62px;
  padding-top: 4px;
}

.plugin {
  margin: 0 0 6px 0;
  padding-right: 8px;
}

.plugin-area .plugin {
  float: left;
}

.plugin-area .plugin-row,
.associated-buttons {
  clear: both;
  float: none;
}

.fb-wrap {
  overflow: hidden;
  width: 48px;
}

@media (min-width: 320px) {
  .request-table a {
    max-width: 150px;
  }

  .following-table a {
    max-width: 142px;
  }

  .contribution-table a {
    max-width: 116px;
  }

  .my-activities-nav li, .my-activities-sub-nav li {
    padding: 12px 12px 12px 0;
  }

  .my-activities-nav li + li, .my-activities-sub-nav li + li {
    padding-left: 12px;
  }
}

@media (min-width: 360px) {
  .request-table a {
    max-width: 175px;
  }

  .following-table a {
    max-width: 183px;
  }

  .contribution-table a {
    max-width: 156px;
  }
}

@media (min-width: 400px) {
  .request-table a {
    max-width: 213px;
  }

  .following-table a {
    max-width: 206px;
  }

  .contribution-table a {
    max-width: 196px;
  }
}

@media (min-width: 440px) {
  .request-table a {
    max-width: 255px;
  }

  .following-table a {
    max-width: 248px;
  }

  .contribution-table a {
    max-width: 250px;
  }
}

@media (min-width: 480px) {
  .request-table a {
    max-width: 305px;
  }

  .following-table a {
    max-width: 290px;
  }

  .contribution-table a {
    max-width: 250px;
  }
}

@media (min-width: 520px) {
  .request-table a {
    max-width: 350px;
  }

  .following-table a {
    max-width: 390px;
  }

  .contribution-table a {
    max-width: 230px;
  }

  .contribution-table td:nth-child(4), .contribution-table th:nth-child(4) {
    display: table-cell;
  }
}

@media only screen and (min-width: 571px) {
  .header .nav-area .drop .nav .sign-btn {
    display: block;
  }
  .logo {
    margin-top: 1px;
  }
}

@media only screen and (min-width: 660px) {
  .search {
    width: 80%;
  }

  .contribution-table td:nth-child(3), .contribution-table th:nth-child(3) {
    display: table-cell;
  }

  .my-requests th:first-child + th + th, .my-requests td:first-child + td + td {
    display: table-cell;
  }

  .request-table td:nth-child(3), .request-table th:nth-child(3) {
    display: table-cell;
  }
}

@media (min-width: 768px) {
  .page-title {
    font-size: 40px;
  }

  .h1, h1 {
    font-size: 28px;
  }

  .h2, h2 {
    font-size: 25px;
  }

  .h3, h3, .search-result-link {
    font-size: 22px;
  }

  .h4, h4 {
    font-size: 18px;
  }

  body {
    font-size: 15px;
  }

  .legal {
    font-size: 13px;
  }

  .sm-phone {
    font-size: 12px;
  }

  /**/
  .content-wrapper, .header-inner {
    width: 100%;
  }

  .better-headings {
    margin-left: -20px;
  }

  .logo {
    margin-top: 0;
  }
  
  .header-inner {
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: horizontial;
  }
  .header .phone {
    display: block;
    height: 22px;
    padding-top: 4px;
  }

  .header .phone div {
    float: right;
  }

  .header .phone a {
    color: #3e3e3e;
  }

  .header .login-icon {
    height: 13px;
    margin: 0 0 -3px 5px;
    width: 10px;
  }

  .header .nav-area {
    color: #3e3e3e;
  }

  .header .nav-area .drop .nav a:hover {
    background: none;
    color: #3e3e3e;
    text-decoration: underline;
  }
  .header .nav-area .drop .nav .sign-btn {
    font-size: 18px;
    line-height: 22.5px;
  }
  .header .nav-area .drop .nav .login-li {
    margin-right: 30px;
  }
  .header .menu-btn {
    display: none;
  }

  .nav li {
    border-bottom: none;
    float: left;
  }

  .nav li a {
    position: relative;
  }

  .nav li a em {
    background: url("/hc/theming_assets/01HZPASVYN987BBV9RDBQCRK40");
    background-position: center 13px;
    background-size: cover;
    bottom: -8px;
    display: none;
    height: 8px;
    left: 50%;
    margin: 0 0 0 -14px;
    position: absolute;
    width: 12px;
  }

  .nav .active a em {
    display: block;
    transform: translateX(50%) rotate(180deg);
    -ms-transform: translateX(50%) rotate(180deg);
    -webkit-transform: translateX(50%) rotate(180deg);
  }

  /* navigation */
  .header .nav-area .drop {
    background: none;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    display: block;
    left: inherit;
    position: relative;
    top: inherit;
    width: auto;
  }

  .header .nav-area.show-state .drop {
    display: block;
  }

  /**/
  .submit-a-request {
    border-left: 1px solid #ECECEC;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
  }

  .search-box {
    padding: 35px 0;
  }

  .search-box + .sub-nav {
    margin-top: -50px;
  }

  .search {
    border-radius: 3px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    max-width: 525px;
    position: relative;
    display: flex;
  }

  .search input[type=search],
  .search input[type=text] {
    border-radius: 3px 0 0 3px;
    font-size: 20px;
    width: 80%;
    margin-bottom: 0;
  }

  .search input[type=submit] {
    border-radius: 0 3px 3px 0;
    font-size: 20px;
    padding: 0 20px;
    width: 20%;
  }

  .search-small:before {
    font-size: 16px;
    width: 35px;
  }

  .search-small input[type=search],
  .search-small input[type=text] {
    padding: 6px 10px 6px 35px;
    width: 250px;
  }

  .search-bar-holder {
    float: left;
    padding-right: 20px;
    width: 80%;
  }

  .search-contact {
    clear: none;
    float: right;
    font-size: 25px;
    height: 48px;
    margin: 0;
    padding: 13px 0;
    width: 20%;
  }

  .help-center-name + .search {
    margin-bottom: 35px;
  }
  
  .category-tree {
    padding: 0 30px;
  }

  .category-tree h3 ~ *, .category-tree h2 ~ * {
    display: block;
  }

  .category-tree .category {
    padding-right: 30px;
    width: 49.5%;
  }

  .category-tree .article-list, .category-tree .section-empty a {
    margin: 20px;
  }

  .section-subscribe [role=button], .section-unsubscribe,
  .article-subscribe, .article-unsubscribe {
    margin-top: 5px;
  }

  .community h4 a {
    font-size: 11px;
    font-weight: normal;
  }

  .trending-question-list li {
    display: inline-block;
    width: 49.5%;
  }

  .article-meta {
    margin-bottom: 12px;
    margin-top: 32px;
  }
  
  .share-label + .share {
    width: 175px;
  }

  .attachment-list, .screencast-list {
    font-size: 11px;
  }

  .article-comments {
    display: block;
  }

  .comment-published, .comment-edit, .comment-delete {
    font-size: 11px;
  }

  .comment-edit:before, .comment-delete:before {
    font-size: 10px;
  }

  .status-selection button, .organization-selection button {
    min-width: 85px;
  }

  .requests-search {
    width: 250px;
  }

  .follow-up-hint {
    font-size: 13px;
  }

  .request-header {
    font-size: 1.7em;
  }

  .request-id {
    font-size: 13px;
  }

  .request-details {
    font-size: 12px;
  }

  .request-status {
    font-size: 11px;
  }

  .request-table a {
    max-width: 550px;
  }

  .following-table a {
    max-width: 390px;
  }

  .contribution-table a {
    max-width: 450px;
  }

  .request-table td:nth-child(1) {
    width: 5%;
  }

  .request-table td:nth-child(2) {
    width: 65%;
  }

  .request-table td:nth-child(3) {
    width: 15%;
  }

  .request-table td:nth-child(4) {
    width: 15%;
  }

  .following-table td:nth-child(1) {
    width: 45%;
  }

  .following-table td:nth-child(2) {
    width: 15%;
  }

  .following-table td:nth-child(3) {
    width: 30%;
  }

  .following-table td:nth-child(3), .following-table th:nth-child(3) {
    display: table-cell;
  }

  .following-table td:nth-child(4) {
    width: 10%;
  }

  .search-results-subheading {
    margin-top: 12px;
  }

  .search-results-subheading-link {
    font-size: 13px;
  }

  .search-result-description,
  .search-result-meta-name,
  .search-result-meta-time,
  .search-result-meta-count {
    font-size: 12px;
  }

  .form-field p {
    font-size: 11px;
  }

  .error-page h1 {
    margin-top: 0;
  }

  .community-nav li:last-child a:before {
    font-size: 14px;
  }

  .topic-heading, .question-heading, .answer-list-heading {
    font-size: 13px;
  }

  .topic-heading {
    font-size: 18px;
  }

  .question-avatar, .answer-avatar {
    min-width: 50px;
  }

  .question-topic-list a {
    font-size: 11px;
  }

  .question-title, .topic-title {
    font-size: 15px;
  }

  .question-meta, .answer-meta, .topic-meta {
    font-size: 11px;
  }

  .topic-meta span + span:before, .question-meta span + span:before, .answer-meta span + span:before {
    font-size: 10px;
  }

  .answer-official-heading {
    font-size: 13px;
  }

  .vote {
    min-width: 95px;
  }

  .vote-sum {
    font-size: 15px;
    min-width: 60px;
  }

  .vote-controls a {
    font-size: 13px;
  }

  .answer-accept {
    font-size: 15px;
    max-width: 15px;
  }

  .topic-controls, .question-controls, .answer-controls {
    font-size: 11px;
  }

  .topic-edit:before, .question-delete:before, .answer-delete:before {
    font-size: 10px;
  }

  .chat {
    font-size: 13px;
  }

  .chat:before {
    font-size: 16px;
  }

  .social-networks li {
    margin: 0;
  }

  /* plugin-area */
  .plugin-area {
    overflow: hidden;
    padding: 4px 0 24px 0;
    width: 100%;
  }

  .plugin-area .plugin {
    padding: 0 8px 7px 0;
  }

  .feature-bug {
    margin-left: 0;
  }
}

@media (min-width: 1260px) {
  .page-title {
    font-size: 60px;
  }

  .h1, h1 {
    font-size: 48px;
  }

  .h2, h2 {
    font-size: 40px;
  }

  .h3, h3, .search-result-link {
    font-size: 30px;
  }

  .h4, h4 {
    font-size: 25px;
  }

  body {
    font-size: 20px;
  }

  .legal {
    font-size: 17px;
  }

  .sm-phone {
    font-size: 12px;
  }

  /**/
  .header {
    height: 94px;
    margin: 0 0;
    padding: 6px 0;
  }

  header .content {
    width: 1250px;
  }

  header .content:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
  }

  .better-headings {
    bottom: 116px;
    margin-left: 0;
    width: 1256px;
  }

  .logo a,
  .footer-logo a {
    display: block;
    height: 100%;
  }

  .header .phone {
    height: 30px;
    padding-top: 0;
  }

  .header .phone .icon {
    height: 17px;
    margin-top: 5px;
    width: 13px;
  }

  .header .login-icon {
    height: 15px;
    margin: 0 0 -1px 6px;
    width: 13px;
  }

  .header .nav-area {
    padding-top: 0;
  }

  .header .sign-btn:hover {
    text-decoration: none;
  }

  .header .nav-area .drop .nav .login-btn {
    text-align: center;
  }

  .header .nav-area .drop ul {
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
  }

  .user-nav {
    width: 316px;
  }

  .login, .user-info {
    float: left;
    margin-bottom: 12px;
    margin-left: 0;
  }

  .submit-a-request {
    border-left: 1px solid #ECECEC;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    clear: none;
    float: right;
    margin-top: 2px;
  }

  .search-box {
    margin: 0 auto;
    padding: 35px 0;
    width: 1250px;
  }

  .search {
    border-radius: 3px;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 525px;
  }

  .search-contact {
    font-size: 30px;
    height: 60px;
    padding: 20px 0;
  }

  .search-small:before {
    font-size: 16px;
    width: 35px;
  }

  .search-small input[type=search],
  .search-small input[type=text] {
    margin-top: 5px;
    padding: 6px 10px 6px 35px;
    width: 250px;
  }

  .help-center-name {
    font-size: 36px;
    font-weight: bold;
  }

  .help-center-name + .search {
    margin-bottom: 35px;
  }
}

.page-wrapper .article-column > article > h1 {
  margin: 0;
  font-weight: 500;
}

.sidebar {
  width: 290px;
  margin: 0 0 0 30px;
  display: inline-table;
  box-sizing: content-box;
  flex: none;
}

.related-articles,
.recent-articles,
.popular-articles,
.section-content {
  background: white;
  padding: 20px 15px;
  box-shadow: 0 0 16px 0 rgb(0 0 0 / 15%);
  border-radius: 10px;
}

.sidebar [class*="-articles"] + [class*="-articles"] {
  margin-top: 30px;
}

.related-articles h3,
.recent-articles h3,
.popular-articles h3,
.section-content h3,
.section-content h3 > a,
.section-content li a {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 5px;
  color: #3e3e3e;
}

.section-content li {
  margin-bottom: 10px;
}

.section-content li a {
  font-weight: 200;
  color: #8e8e8e
}

.section-tree {
  margin: 0 -15px;
}

.section-tree .section {
  width: 33.33333%;
  padding: 15px;
}

@media (max-width: 991px),
(orientation:landscape) and (max-width: 1024px) {
  img.bookedin-person {
    display: none !important;
	}
  
  div.search-box-wrapper.search-box-compressed {
    padding: 16px 0;
  }
  
  div.search-box-wrapper.search-box-compressed div.search-box {
    padding: 0;
  }
  
  div.search-box-wrapper.search-box-compressed .help-center-name {
    display: none;
  }
  
  div.search-box-wrapper.search-box-compressed form.search {
    display: flex;
    box-shadow: none;
    margin-bottom: 0;
  }
  
  div.search-box-wrapper.search-box-compressed form.search:before {
    background-image: url("/hc/theming_assets/01HZPATSKCK6ATEDN8DTTQXV5Z");
    top: 11px;
    left: 13px;
  }
  
  div.search-box-wrapper.search-box-compressed form.search input[type=search] {
    height: 40px;
    border-radius: 30px;
    margin-bottom: 0;
    padding-left: 41px;
    font-size: 16px;
  }
  
  div.search-box-wrapper.search-box-compressed form.search input[type=submit] {
    height: 40px;
    width: 100px;
    border-radius: 3px;
    margin-left: 10px;
    font-size: 16px;
    font-family: "proxima-nova";
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
  }
}

@media(max-width: 991px) {
  .section-tree .section {
    width: 50%;
  }
}

@media(max-width: 768px) {
  div.search-box-wrapper.search-box-compressed form.search input[type=submit] {
    width: 40px;
    color: transparent;
    background-image: url("/hc/theming_assets/01HZPATSFANN6CA3G1F23JMQNY");
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .page-content {
    display: block;
  }
  
  .section-tree,
  .categories-row {
    margin: 0;
  }
  
  .section-tree .section,
  .categories-row .category-container {
    padding-left: 0;
    padding-right: 0;
  }
  
  .sidebar {
    width: 100%;
    margin: 50px 0 0;
  }
  
  .sidebar.desktop-only {
    display: none;
  }
  
  .section-tree .section {
    width: 100%;
  }
}

[class*="-articles"] ul li {
  font-size: 18px;
}

.feature-bug {
  justify-content: flex-start;
}

.category-tree {
  padding: 0 30px;
}

.category-tree h3 ~ *, .category-tree h2 ~ * {
  display: block;
}

.category-tree .category {
  padding-right: 30px;
  width: 49.5%;
}

.category-tree .article-list, .category-tree .section-empty a {
  margin: 20px;
}

.section-subscribe [role=button], .section-unsubscribe,
.article-subscribe, .article-unsubscribe {
  margin-top: 5px;
}

.community h4 a {
  font-size: 11px;
  font-weight: normal;
}

.trending-question-list li {
  display: inline-block;
  width: 49.5%;
}

.article-meta {
  margin-bottom: 12px;
  margin-top: 32px;
}

.article-vote-count .article-vote-label,
.article-vote-count .article-vote-up {
  color: #CCC;
}

.share-label + .share {
  width: 175px;
}

.attachment-list, .screencast-list {
  font-size: 11px;
}

.comment-published, .comment-edit, .comment-delete {
  font-size: 11px;
}

.comment-edit:before, .comment-delete:before {
  font-size: 10px;
}

.status-selection button, .organization-selection button {
  min-width: 85px;
}

.requests-search {
  width: 250px;
}

.follow-up-hint {
  font-size: 13px;
}

.request-header {
  font-size: 1.7em;
}

.request-id {
  font-size: 13px;
}

.request-details {
  font-size: 12px;
}

.request-status {
  font-size: 11px;
}

.search-results-subheading-link {
  font-size: 13px;
}

.search-result-meta-name,
.search-result-meta-time,
.search-result-meta-count {
  font-size: 12px;
}

.form-field p {
  font-size: 11px;
}

.community-nav li:last-child a:before {
  font-size: 14px;
}

.question-avatar, .answer-avatar {
  min-width: 50px;
}

.vote {
  min-width: 95px;
}

.vote-sum {
  min-width: 60px;
}

.answer-accept {
  max-width: 15px;
}

.social-networks {
  overflow: hidden;
  width: 100%;
}

@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px), (min-resolution: 2dppx) and (min-width: 768px) {
  /* Retina-specific stuff here */
  .header {
    height: 85px;
  }
}

@media (min-width: 1260px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1260px) and (min-resolution: 2dppx) {
  .header {
    height: 94px;
  }
}

.column {
  padding: 0 20px;
}

.nested {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  #loginLink {
  	white-space: nowrap;
  }
}

/* Extra Small Devices, Phones */ 
.search-box-wrapper {
  background: #3d3d3c url("/hc/theming_assets/01HZPATNE0H3EAA45TG4XEQC8A") top no-repeat;
  padding: 50px 0;
  background-size: auto 361px;
  background-position-x: -71px;
}
 
.bookedin-person{
  display: none !important;
}

/* Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.search-box-wrapper {
    background: #3d3d3c url("/hc/theming_assets/01HZPATNE0H3EAA45TG4XEQC8A") top no-repeat;
    padding: 50px 0;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 481px) and (max-width : 767px) {
	.search-box-wrapper {
    background: #3d3d3c url("/hc/theming_assets/01HZPATNPTH3E47N25V0V0JMD3") top no-repeat;
    padding: 50px 0;
  }
}


/* Small Devices, Tablets */
@media only screen and (min-width : 768px) and (max-width : 991px) {
	.search-box-wrapper {
    background: #3d3d3c url("/hc/theming_assets/01HZPATNPTH3E47N25V0V0JMD3") top no-repeat;
    padding: 50px 0;
  }
}

@media only screen and (max-width : 991px) {
	.search-box-wrapper {
    background-size: cover;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) and (max-width : 1199px){
	.search-box-wrapper {
    background: #3d3d3c url("/hc/theming_assets/01HZPATNVPDSTJ8KNJQA456D9Q") top no-repeat;
    padding: 50px 0;
    background-size: auto 343px;
    background-position-x: -30px;
  }
  
  .bookedin-person{
    width: 76px;
    height: 76px;
    border-radius: 38px;
    display: inline-block;
    float left;
    display: inline-block !important;
  }

  .person-mike{
    position: absolute;
    left: 15px;
    top: 3px
  }

  .person-luis{
    position: absolute;
    left: 85px;
    top: 149px;
    background-color: #fff;
  }

  .person-geno{
    position: absolute;
    left: 176px;
  }

  .person-leanne{
    position: absolute;
    right: 174px;
    top: 3px
  }

  .person-patrick{
    position: absolute;
    right: 38px;
    top: 149px;
  }

  .search-box{
    position: relative; 
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) and (max-width : 1543px) {
	.search-box-wrapper {
    background: #3d3d3c url("/hc/theming_assets/01HZPATP207MJEMRT40WDYKTS8") top no-repeat;
    padding: 50px 0;
    background-size: auto 371px;
    background-position-x: -88px;
  }
  
  .bookedin-person{
    width: 76px;
    height: 76px;
    border-radius: 36px;
    display: inline-block;
    float left;
    display: inline-block !important;
  }

  .person-mike{
    position: absolute;
    left: 1%;
    top: 3px
  }

  .person-luis{
    position: absolute;
    left: 9%;
    top: 169px;
    background-color: #fff;
  }

  .person-geno{
    position: absolute;
    left: 21%;
  }

  .person-leanne{
    position: absolute;
    right: 14%;
    top: 18px
  }

  .person-patrick{
    position: absolute;
    right: 2%;
    top: 169px;
  }

  .search-box{
    position: relative;
  }
  
}

@media only screen and (min-width : 1544px) {
	.search-box-wrapper {
    background: #3d3d3c url("/hc/theming_assets/01HZPATP207MJEMRT40WDYKTS8") top no-repeat;
    padding: 50px 0;
    background-size: auto 371px;
    background-position-x: -88px;
  }
  
  .bookedin-person{
    width: 76px;
    height: 76px;
    border-radius: 36px;
    display: inline-block;
    float left;
    display: inline-block !important;
  }

  .person-mike{
    position: absolute;
    left: -11%;
    top: 3px
  }

  .person-luis{
    position: absolute;
    left: 3%;
    top: 169px;
    background-color: #fff;
  }

  .person-geno{
    position: absolute;
    left: 17%;
  }

  .person-leanne{
    position: absolute;
    right: 12%;
    top: 18px
  }

  .person-patrick{
    position: absolute;
    right: -3%;
    top: 169px;
  }

  .search-box{
    position: relative;
  }
}

@media(max-width: 768px) {
	.show-desktop {
		display: none !important;
  }
}
@media(min-width: 768px) {
	.show-mobile {
  	display: none !important;
  }
}


/* FOOTER STYLES */
.footer {
  background-color: #3e3e3e;
  padding-top: 46px;
  line-height: 23px;
}

.footer .item-has-icon {
  font-size: 0px;
  line-height: 0;
  color: transparent;
}

.footer .logo-item {
  width: 162px;
}

@media (min-width: 992px) {
  .footer {
    padding-top: 58px;
  }
}

.footer a {
  color: #b0b0b0;
  text-decoration: none;
  font-size: 16px;
}

.footer p {
  color: #b0b0b0;
  margin: 0;
  font-size: 16px;
}

@media (min-width: 768px) {
  .footer p {
    float: right;
  }
}

.footer h4 {
  margin-top: 0;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}

@media (min-width: 768px) {
  .footer h4 {
    margin-bottom: 13px;
  }
}

.footer__bottom {
  display: flex;
  border-top: 2px solid #525252;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 43px;
  padding-top: 39px;
  text-align: center;
  font-size: 0;
}

@media (min-width: 768px) {
  .footer__bottom {
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-bottom: 60px;
    padding-top: 45px;
    text-align: left;
  }
}

.footer__bottom a {
  font-size: 12px;
}

@media (min-width: 992px) {
  .footer__bottom a {
    font-size: 16px;
  }
}

.footer__bottom-links {
  align-self: center;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .footer__bottom-links {
    margin-bottom: 0;
    padding-top: 15px;
  }
}

.footer__bottom-text {
  align-self: center;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .footer__bottom-text {
    padding-top: 10px;
    flex: auto;
    max-width: unset;
    width: unset;
  }
}

@media (min-width: 1200px) {
  .footer__bottom-text {
    padding-right: 15px;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
}

.footer__logo {
  align-self: center;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  margin-bottom: 24px;
}

.footer__logo img, .footer__logo svg {
  width: 162px;
  height: auto;
}

@media (min-width: 768px) {
  .footer__logo {
    flex: auto;
    max-width: unset;
    width: unset;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .footer__logo {
    margin-bottom: 0;
    flex: 0 0 25%;
    width: 25%;
    max-width: 25%;
  }
}

.footer__bottom-links-wrapper li {
  display: inline-block;
  margin: 0 3px;
}

@media (min-width: 768px) {
  .footer__bottom-links-wrapper li {
    margin: 0 0 0 12px;
  }
  .footer__bottom-links-wrapper li:first-child {
    margin: 0;
  }
}

.footer__top {
  display: flex;
  padding-bottom: 40px;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  .footer__top {
    flex-wrap: nowrap;
    padding-bottom: 26px;
  }
}

.footer__top-columns {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .footer__top-columns {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .footer__top-columns {
    width: 82%;
    flex-wrap: nowrap;
  }
}

.footer__inner-column {
  margin-bottom: 30px;
}

.footer__inner-column li {
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .footer__inner-column {
    margin-bottom: 24px;
  }
  
  .footer__inner-column li {
    width: 100%;
    margin-bottom: 5px;
  }
}

.footer .footer__inner-column-links {
  padding-top: 1px;
}

@media (min-width: 992px) {
  .footer .footer__inner-column-links {
    padding-top: 0;
  }
  
  .footer__inner-column li {
    margin-bottom: 4px;
  }
}

.footer__inner-column-links.has-image {
    display: flex;
    gap: 5px;
}

.footer__inner-column-links.has-image li {
    width: auto;
}

.footer__inner-column-links.has-image li img {
    max-width: 20px;
}

.footer__inner-column + .hide-column {
  margin-top: 58px;
}

.footer__inner-column.hide-column {
  display: none;
  width: 100%;
}

.footer__inner-column.hide-column ul {
  display: flex;
  justify-content: space-between;
  padding-right: 10px;
}

.footer__inner-column.hide-column ul li {
  width: 47%;
}

@media (min-width: 768px) {
  .footer__inner-column.hide-column {
    display: inline-block;
  }
}

.footer__inner-column.has-icon {
  width: 100%;
  margin-bottom: 10px;
  max-width: 300px;
}

.footer__inner-column.has-icon ul {
  display: flex;
  justify-content: space-between;
}

.footer__inner-column.has-icon ul li {
  max-width: 150px;
  margin-left: 37px;
}

.footer__inner-column.has-icon ul li:first-child {
  margin-left: 0;
}

.footer__column {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

@media (min-width: 768px) {
  .footer__column {
    flex: 0 0 31.2%;
    max-width: 31.2%;
    width: 31.2%;
  }
}

.footer__column-show-on-mobile {
  margin-top: 13px;
  width: 100%;
}

.footer__column-show-on-mobile h4 {
  margin-bottom: 18px;
}

@media (min-width: 768px) {
  .footer__column-show-on-mobile {
    display: none;
  }
}

.footer__right-column {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .footer__right-column {
    padding-left: 0;
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .footer__right-column {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 1200px) {
  .footer__right-column {
    width: 18%;
    padding-left: 10px;
  }
}

.footer__right-column-badges {
  margin-top: 47px;
  text-align: center;
}

@media (min-width: 768px) {
  .footer__right-column-badges {
    margin-top: 0px;
    width: 135px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .footer__right-column-badges {
    flex: 0 0 135px;
    max-width: 135px;
  }
}

.footer__right-column-badges li {
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  .footer__right-column-badges li {
    margin-bottom: 20px;
  }
}

.footer__right-column-badges li img {
  max-width: 100%;
  max-height: 97px;
  object-fit: contain;
}

.footer__social-wrapper {
  margin-bottom: 61px;
  text-align: center;
}

@media (min-width: 768px) {
  .footer__social-wrapper {
    margin-bottom: 51px;
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .footer__social-wrapper {
    flex: 0 0 31.2%;
    max-width: 31.2%;
    width: 31.2%;
  }
}

.footer__social-wrapper li {
  width: 30px;
  display: inline-block;
  margin-right: 6px;
}

.footer__social-wrapper li:last-child {
  margin-right: 0;
}

.footer__social-wrapper li a {
  width: inherit;
}

.footer__social-wrapper li a img, .footer__social-wrapper li a svg {
  width: 100%;
}

.footer__social-wrapper ul {
  margin-top: 18px;
  font-size: 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .footer__right-inner-column {
    flex: 0 0 31.2%;
    max-width: 31.2%;
    width: 31.2%;
  }
}

.footer__right-inner-column ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: center;
}

@media (min-width: 768px) {
  .footer__right-inner-column ul {
    display: block;
  }
}

.footer__right-inner-column .image-links {
  padding-top: 1px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer__right-inner-column .image-links li {
  	margin-bottom: 20px;
  }
}

.footer__right-inner-column li {
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .footer__right-inner-column li {
    margin-bottom: 21px;
  }
  .footer__right-inner-column li img, .footer__right-inner-column li svg {
    width: auto;
  }
}

.footer .has-image {
  font-size: 0px;
  color: transparent;
  line-height: 0;
}
/* END FOOTER STYLES */