@charset "utf-8";


@font-face {
   font-family: 'FuturaPT-heavy';
   src: url('/hc/theming_assets/01HZPCF180G737VDW3QM7C9YW5') format('truetype'),
       	url('/hc/theming_assets/01HZPCF1CYRWRNCV4V98Z3M238') format('woff'),
       	url('/hc/theming_assets/01HZPCF3PNRNGQXV6XHEC39ZXK') format('woff2');
   font-weight: 900;
   font-style: normal;
 }

@font-face {
   font-family: 'FuturaPT-extrabold';
   src: url('/hc/theming_assets/01HZPCF3ETNX3PFQ7KAGBF3YH3') format('truetype'),
       	url('/hc/theming_assets/01HZPCF2ZZD78V4RGEST2RQWWS') format('woff'),
       	url('/hc/theming_assets/01HZPCF50JTFX24WQM7ZCKWEP2') format('woff2');
   font-weight: 800;
   font-style: normal;
 }

@font-face {
   font-family: 'FuturaPT-bold';
   src: url('/hc/theming_assets/01HZPCF13VJGYMV7WV93HQPM8Y') format('truetype'),
        url('/hc/theming_assets/01HZPCF7913V6WC71ASZVFP6KV') format('woff'),
        url('/hc/theming_assets/01HZPCF84ZQC2WNTEN6GPMTJEB') format('woff2');
   font-weight: 700;
   font-style: normal;
 }

@font-face {
   font-family: 'FuturaPT-medium';
   src: url('/hc/theming_assets/01HZPCF6DXSE3K3EBXTPM7AW18') format('truetype'),
       	url('/hc/theming_assets/01HZPCF2DRWE4DEGNTX86DK9TW') format('woff'),
       	url('/hc/theming_assets/01HZPCF2JZE8VS1227TF1JWGSC') format('woff2');
   font-weight: 500;
   font-style: normal;
 }

@font-face {
   font-family: 'FuturaPT-light';
   src: url('/hc/theming_assets/01HZPCF5S66Y3KW39NHA01E0DR') format('truetype'),
       	url('/hc/theming_assets/01HZPCF8998GTQH3YF3W7VY5W5') format('woff'),
       	url('/hc/theming_assets/01HZPCF28GTCT6XRWAVBH1RBYW') format('woff2');
   font-weight: 300;
   font-style: normal;
 }

@font-face {
   font-family: 'FuturaPT-regular';
   src: url('/hc/theming_assets/01HZPCEZSY38DSWV5F8S5AF0WE') format('truetype'),
       	url('/hc/theming_assets/01HZPCF35F29NW1FEQKA3QVMHN') format('woff'),
       	url('/hc/theming_assets/01HZPCEZX5E00REYFD93VH089M') format('woff2');
   font-weight: 400;
   font-style: normal;
 }

.fa-icon,
blockquote:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/**********
 Variables
 **********/
body::-webkit-scrollbar {
  display: none;
}

body {
    /* Text */
    --text-font-family: 'Lato', sans-serif;
    --heading-font-family: 'Lato', sans-serif;
    --text-font-size: 16px;
    --text-font-size-large: calc(16px + 2px);
    --heading-1-font-size: 48px;
    --heading-2-font-size: 32px;
    --heading-3-font-size: 24px;
    --heading-4-font-size: 20px;
    --heading-5-font-size: 16px;
    --heading-6-font-size: calc(16px - 2px);
    /* Other */
    --border-radius-base: 6px;
    --border-radius-small: calc(6px / 2);
    --border-radius-button: 6px;
    --logo-height: 40px;
    /* Assets */
    --assets-check-svg: url(/hc/theming_assets/01HZPCF61855DPR76SFZSMA87T);
    --assets-circle-svg: url(/hc/theming_assets/01HZPCF541B6APD55Z7AVR0KE4);
}

/**********
 Light mode
 **********/
body {
    --primary-color: #1863BC;
    --secondary-color: #6DBC1D;
    --primary-bg-color: #FFFFFF;
    --primary-bg-color-always: #FFFFFF;
    --secondary-bg-color: #F1F4FA;
    --secondary-bg-color-always: #F1F4FA;
    --primary-text-color: #000C20;
    --secondary-text-color: #8290A8;
    --link-color: #1863BC;
    --border-color: #DDE2EB;
    --info-color: #1863BC;
    --success-color: #67C30B;
    --warning-color: #F1D52F;
    --danger-color: #e64545;
    --primary-color-light-hover: #1555a1;
    --primary-color-hover: #114686;
    --primary-color-active: #0f3f78;
    --secondary-color-hover: #4e8715;
    --secondary-color-active: #477a13;
    --secondary-bg-color-hover: #e2e8f5;
    --secondary-bg-color-active: #dae2f2;
    --secondary-text-color-hover: #7685a0;
    --secondary-text-color-active: #70809b;
    --link-color-hover: #114686;
    --link-color-active: #0f3f78;
    --bg-image-opacity: 0.5;
    --bg-image-opacity-dark: 0.5;
    --bg-image-color: var(--primary-text-color);
}

.layout--style-filled .section:nth-child(even),
.layout--style-invert .section:nth-child(odd),
.section--secondary {
    /* Invert colors */
    --primary-bg-color: #F1F4FA;
    --secondary-bg-color: #FFFFFF;
}

/*********
 Dark mode
 *********/
.ui-dark body {
    /* UI dark colors */
    --primary-color: #1863BC;
    --secondary-color: #6DBC1D;
    --primary-bg-color: #000C20;
    --primary-bg-color-always: #000C20;
    --secondary-bg-color: #182233;
    --secondary-bg-color-always: #182233;
    --primary-text-color: #FFFFFF;
    --secondary-text-color: #8290A8;
    --link-color: #1863BC;
    --border-color: #242f42;
    --info-color: #1863BC;
    --success-color: #67C30B;
    --warning-color: #F1D52F;
    --danger-color: #e64545;
    --primary-color-light-hover: #1b71d7;
    --primary-color-hover: #2d81e4;
    --primary-color-active: #3b89e6;
    --secondary-color-hover: #8ce036;
    --secondary-color-active: #93e243;
    --secondary-bg-color-hover: #2c3e5d;
    --secondary-bg-color-active: #304567;
    --link-color-hover: #4891e8;
    --link-color-active: #5699e9;
    --bg-image-opacity: 0.5;
    --bg-image-opacity-dark: 0.75;
    --bg-image-color: var(--primary-bg-color);
}

.ui-dark .layout--style-filled .section:nth-child(even),
.ui-dark .layout--style-invert .section:nth-child(odd),
.ui-dark .section--secondary {
    /* Invert colors */
    --primary-bg-color: #182233;
    --secondary-bg-color: #000C20;
}

/***********
 Base styles
 ***********/
*,
*:before,
*:after {
    box-sizing: border-box;
}

body,
html {
    min-height: 100vh;
}

[dir] body,
[dir] html {
    margin: 0;
    padding: 0;
}

body {
    font-family: var(--text-font-family);
    font-size: var(--text-font-size);
    font-weight: 400;
    line-height: 1.5;
    color: var(--primary-text-color);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

[dir] body {
    background-color: var(--secondary-bg-color);
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: var(--link-color);
    text-decoration: none;
}

a:hover {
    color: var(--link-color-hover);
}

a:active,
a.is-active {
    color: var(--link-color-active);
}

[dir] a.is-disabled {
    cursor: default;
}

a.is-disabled,
a.is-disabled:hover,
a.is-disabled:active,
a.is-disabled.is-active {
    color: var(--secondary-text-color);
}

[dir] a,
[dir] button,
[dir] [type=submit],
[dir] [type=button],
[dir] [type=reset] {
    cursor: pointer;
}

a,
input,
button,
select,
textarea,
label {
    transition: all 400ms cubic-bezier(0.17, 0.67, 0.54, 1);
}

a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus,
label:focus {
    outline: none;
}

a.focus-visible,
input.focus-visible,
button.focus-visible,
select.focus-visible,
textarea.focus-visible,
label.focus-visible {
    outline: auto 5px -webkit-focus-ring-color;
}

[dir] figure {
    margin: 0;
}

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

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/********
 Headings
 ********/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: var(--heading-font-family);
    font-weight: 700;
}

h1,
.h1 {
    font-size: var(--heading-2-font-size);
    line-height: 1.2;
}

[dir] h1,
[dir] .h1 {
    margin: 0 0 1.2em;
}

[dir] .markdown h1,
[dir] .markdown .h1 {
    margin-top: 1.2em;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    h1,
    .h1 {
        font-size: var(--heading-1-font-size);
        line-height: 1.1;
    }

    [dir] h1,
    [dir] .h1 {
        margin: 0 0 1em;
    }

    [dir] .markdown h1,
    [dir] .markdown .h1 {
        margin-top: 1em;
    }
}

h2,
.h2 {
    font-size: var(--heading-3-font-size);
    line-height: 1.3;
}

[dir] h2,
[dir] .h2 {
    margin: 0 0 1.3em;
}

[dir] .markdown h2,
[dir] .markdown .h2 {
    margin-top: 1.3em;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    h2,
    .h2 {
        font-size: var(--heading-2-font-size);
        line-height: 1.2;
    }

    [dir] h2,
    [dir] .h2 {
        margin: 0 0 1.2em;
    }

    [dir] .markdown h2,
    [dir] .markdown .h2 {
        margin-top: 1.2em;
    }
}

h3,
.h3 {
    font-size: var(--heading-4-font-size);
    line-height: 1.4;
}

[dir] h3,
[dir] .h3 {
    margin: 0 0 1.4em;
}

[dir] .markdown h3,
[dir] .markdown .h3 {
    margin-top: 1.4em;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    h3,
    .h3 {
        font-size: var(--heading-3-font-size);
        line-height: 1.3;
    }

    [dir] h3,
    [dir] .h3 {
        margin: 0 0 1.3em;
    }

    [dir] .markdown h3,
    [dir] .markdown .h3 {
        margin-top: 1.3em;
    }
}

h4,
.h4 {
    font-size: var(--heading-4-font-size);
    line-height: 1.4;
}

[dir] h4,
[dir] .h4 {
    margin: 0 0 1.4em;
}

[dir] .markdown h4,
[dir] .markdown .h4 {
    margin-top: 1.4em;
}

h5,
.h5 {
    font-size: var(--heading-5-font-size);
    line-height: 1.5;
}

[dir] h5,
[dir] .h5 {
    margin: 0 0 1.5em;
}

[dir] .markdown h5,
[dir] .markdown .h5 {
    margin-top: 1.5em;
}

h6,
.h6 {
    font-size: var(--heading-6-font-size);
    line-height: 1.5;
}

[dir] h6,
[dir] .h6 {
    margin: 0 0 1.5em;
}

[dir] .markdown h6,
[dir] .markdown .h6 {
    margin-top: 1.5em;
}

/**********************
 Other default elements
 *********************/
[dir] p,
[dir] ul,
[dir] ol,
[dir] dl,
[dir] pre,
[dir] table,
[dir] blockquote {
    margin: 1.5em 0 1.5em;
}

[dir] li {
    margin: 0.75em 0 0.75em;
}

small,
.small {
    font-size: var(--heading-6-font-size);
}

[role="main"] {
    flex-grow: 1;
    position: relative;
}

hr {
    display: block;
    height: 0;
}

[dir] hr {
    border: 0;
    border-top: 1px solid var(--border-color);
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

pre {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    color: var(--primary-bg-color);
}

[dir] pre {
    padding: 8px 16px;
    border-radius: var(--border-radius-base);
    background-color: var(--primary-text-color);
}

.ui-dark pre {
    color: var(--secondary-text-color);
}

[dir].ui-dark pre {
    background-color: var(--secondary-bg-color);
}

blockquote {
    display: block;
    position: relative;
    z-index: 2;
}

[dir=ltr] blockquote {
    padding-left: 16px;
    border-left: 1px solid var(--border-color);
}

[dir=rtl] blockquote {
    padding-right: 16px;
    border-right: 1px solid var(--border-color);
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir=ltr] blockquote {
        padding-left: 24px;
    }

    [dir=rtl] blockquote {
        padding-right: 24px;
    }
}

@media only screen and (min-width: 980px) {
    [dir=ltr] blockquote {
        padding-left: 32px;
    }

    [dir=rtl] blockquote {
        padding-right: 32px;
    }
}

blockquote:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: -4px;
    font-size: 60px;
    color: var(--secondary-bg-color);
}

[dir=ltr] blockquote:before {
    left: 8px;
}

[dir=rtl] blockquote:before {
    right: 8px;
}

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9) and (max-width: 979px), only screen and (min-width: 668px) and (min-height: 416px) and (max-width: 979px) {
    [dir=ltr] blockquote:before {
        left: 12px;
    }

    [dir=rtl] blockquote:before {
        right: 12px;
    }
}

@media only screen and (min-width: 980px) {
    [dir=ltr] blockquote:before {
        left: 16px;
    }

    [dir=rtl] blockquote:before {
        right: 16px;
    }
}

.list-unstyled {
    list-style: none;
}

[dir=ltr] .list-unstyled {
    padding-left: 0;
}

[dir=rtl] .list-unstyled {
    padding-right: 0;
}

dl.details {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
}

[dir] dl.details {
    margin-bottom: 32px;
}

dl.details > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

dl.details > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

dl.details > dt {
    font-weight: 700;
}

[dir] dl.details > dt {
    margin-bottom: 12px;
}

[dir=ltr] dl.details > dt {
    margin-right: 8px;
}

[dir=rtl] dl.details > dt {
    margin-left: 8px;
}

[dir] dl.details > dd {
    margin-bottom: 12px;
}

dl.details > div {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / 3;
}

[dir] dl.details > div {
    margin-bottom: 12px;
}

dl.details--type-2 {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
}

[dir] dl.details--type-2 {
    margin-bottom: 0;
}

dl.details--type-2 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

dl.details--type-2 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

dl.details--type-2 > dd {
    color: var(--secondary-text-color);
}

@media only screen and (min-width: 980px), only screen and (max-width: 567px) and (max-aspect-ratio: 13 / 9) {
    [dir=ltr] dl.details--type-2 > dd {
        text-align: right;
    }

    [dir=rtl] dl.details--type-2 > dd {
        text-align: left;
    }
}

.text-secondary {
    font-size: var(--heading-6-font-size);
    line-height: 1.5;
    color: var(--secondary-text-color);
}

/******
 Tables
 ******/
.table-container {
    display: block;
    width: 100%;
    overflow-x: auto;
}

[dir] .table-container {
    border: 1px solid var(--border-color);
}

.table-container table:not(.pika-table) {
    width: calc(100% + 3px);
    max-width: calc(100% + 3px);
}

[dir] .table-container table:not(.pika-table) {
    margin: -1px;
}

table:not(.pika-table) {
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

table:not(.pika-table) thead {
    font-weight: 700;
}

[dir] table:not(.pika-table) thead {
    background-color: var(--secondary-bg-color);
}

[dir] table:not(.pika-table) tfoot {
    background-color: var(--secondary-bg-color);
}

table:not(.pika-table) thead,
table:not(.pika-table) tbody,
table:not(.pika-table) tfoot {
    width: 100%;
    max-width: 100%;
}

[dir=ltr] table:not(.pika-table) th {
    border-left: 1px solid var(--border-color);
}

[dir=rtl] table:not(.pika-table) th {
    border-right: 1px solid var(--border-color);
}

[dir] table:not(.pika-table) td {
    padding: 8px;
    border: 1px solid var(--border-color);
}

/*******
 Iframes
 *******/
.iframe {
    display: block;
    width: 100%;
    height: 0;
    position: relative;
}

.iframe iframe {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

[dir=ltr] .iframe iframe {
    left: 0;
}

[dir=rtl] .iframe iframe {
    right: 0;
}


/* New Styling Css */
.header-main.header .header__container {
    padding: 0;
    min-height: 60px;
    background: var(--primary-bg-color);
  	box-shadow: 0px 2px 2px rgb(0 0 0 / 20%) !important;
}

.toggle-menu.active {
    top: auto;
    background: #fff;
}

.toggle-menu.active .opacity-0 {
    opacity: 1;
}

.toggle-menu ul li {
    margin: 0;
}

.toggle-menu ul {
    margin: 0;
}

.toggle-btn .cross-icon {
    display: none
}

.toggle-btn.active .cross-icon {
    display: block;
}

.toggle-btn.active .toggle-icon {
       display: none !important;
}

.toggle-btn .cross-icon {
    filter: invert(1);
}

.header-main.header .header-inner  {
  	display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1430px;
    margin: 0 auto;
    align-items: center;
    padding: 10px 24px;
}

.header-main.header .header-inner .header__col .header__logo img {
    max-width: 150px;
    height: auto;
    width: 100%;
}

.header-main.header {
    height: 60px;
}

#header .header-logo {
  	max-width: 100%;
}

.header-main.header .header__col .headermenu-link {
  	font-family: 'FuturaPT-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    margin-right: 42px;
  	text-transform: uppercase;
  	padding: 7px 0 5px;
    border-bottom: 2px solid transparent;
    display: inline-block;
}

.header-main.header .header__col .headermenu-link:hover {
  border-color: #5BC0BE;
}

.mobile-menu .headermenu-link {
  	font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-right: 0;
  	text-transform: uppercase;
}

.header-main.header .header__col .sign-btn {
  	 font-family: 'FuturaPT-medium';
    color: #000000;
    min-height: 30px;
    padding: 4px 41px !important;
    margin: 0;
    margin-right: 38px;
}

[dir] #header .header__search-btn {
    margin: 0;
    color: #fff;
    border: 0;
    padding: 0;
}

.header-main.header .header__col .signup-dropdown .header__avatar {
    margin: 0;
    margin-right: 40px;
  	border-color: grey;
}

.header-main.header .header__col .signup-dropdown .header__avatar.is-active {
    border-color: #5BC0BE;
}

.header-main.header .header-inner .header__col .toggle-btn {
    background: var(--primary-bg-color);
    border: 0;
    padding: 0;
    margin-right: 16px;
}

.header-main.header .header-inner .header__col .toggle-btn .header__menu-icon {
    width: 25px;
    height: 16px;
}

.header-main.header .header-inner .header__col .toggle-btn  .header__menu-icon:before,
.header-main.header .header-inner .header__col .toggle-btn .header__menu-icon span:before,
.header-main.header .header-inner .header__col .toggle-btn .header__menu-icon span:after {
    border-radius: 0;
    background-color: #000000;
}

.header-main.header .header__col .headermenu-link .header__categories-icon {
    display: none;
}

.header-main.header .header__col .dropdown .dropdown__content {
    border-radius: 0px 0px 4px 4px;
    padding: 0px 0px;
    box-shadow: 0px 25px 40px rgb(0 0 0 / 12%);
}

.header-main.header .header__col .dropdown .dropdown__content .dropdown__menuitem {
    margin: 0;
    padding: 10px 20px;
    font-family: 'FuturaPT-regular';
    font-weight: 400;
    color: #212322;
    border-bottom: 1px solid transparent;
}

.header-main.header .header__col .dropdown .dropdown__content .dropdown__menuitem:hover {
    border-color: #5BC0BE;
    color: #5BC0BE;
}

.header-main.header .header__col .headermenu-link.is-active {
    border-color: #5BC0BE;
}

@media (max-width: 567px) {
  .header-main.header .header-inner {
    padding: 10px 12px;
  }
  .header-main.header .header-inner .header__col .toggle-btn {
    margin-right: 14px;
    margin-top: 4px;
  }
}

/* Global Css */
.custom-container {
    max-width: 1199px;
    padding: 0 14px;
    margin: 0 auto;
    width: 100%;
}

.column {
    padding: 0 15px !important;
}

.section__title {
  font-family: 'FuturaPT-bold';
  font-style: normal;
  font-weight: bold;
  font-size: 45px;
  line-height: 40px;
  text-align: center;
	color: #212322;
  text-transform: uppercase;
  margin-bottom: 71px !important;
}

/* .background_hover:before {content: "";box-shadow: 0 4px 40px rgb(0 0 0 / 12%);position: absolute;top: 50%;width: 100%;height: 100%;z-index: -1;transition: all .4s cubic-bezier(.17,.67,.54,1);left: 50%;transform: translate(-50%,-50%);border-radius: 20px;} */

/* .background_hover:hover:before {
    width: calc(100% + 30px) !important;
    height: calc(100% + 24px) !important;
    background-color: #212322 !important;
} */

.background_hover:hover {
    transform: scale(1.08);
  	background: #212322 !important;
  	box-shadow: 4px 4px 20px rgb(0 0 0 / 60%) !important;
}

.category-blocks__link:before {
  display: none !important;
}

.page_main_banner .inner-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 283px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 20px 10px 20px;
  background-color: #212322;
}

.page_main_banner .inner-banner .banner_content .section__title {
    color: #fff;
    margin-bottom: 0px !important;
}

.page_main_banner .inner-banner .banner_content .section__subtitle {
  margin: 0px !important;
  margin-top: 26px !important;
}

.section__subtitle {
  	font-family: 'FuturaPT-regular';
    font-style: normal;
    font-weight: normal;
    font-size: 33px;
    line-height: 30px;
    color: #FFFFFF;
    margin: 0;
}

/* Home Page Banner Css */
[dir] .banner-main .welcome__section {
  	margin: 0 !important;
    min-height: 300px;
    padding: 95px 0 38px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  	background-color: #212322;
}

[dir] .banner-main .welcome__section .welcome__container {
    padding: 0 12px;
    max-width: 650px;
    text-align: center;
}

.banner-main .welcome__section .welcome__container .head {
  	font-family: 'FuturaPT-bold';
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 40px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 45px;
}


.banner-main .welcome__section .search {
        width: 100%;
    max-width: 485px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.banner-main .welcome__section .search input[type=search]::placeholder {
    color: #5C5B59;
  	font-family: 'Roboto', sans-serif;
}

.banner-main .welcome__section .search input[type=search] {
  	font-family: 'Roboto', sans-serif;
    padding: 8px 16px;
    min-height: 40px;
    border: 1px solid #5C5B59;
    box-sizing: border-box;
    border-radius: 20px;
    background: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #5C5B59;
    width: 100%;
    max-width: 300px;
  	outline: 0;
}

.banner-main .welcome__section .search input[type="submit"] {
    font-family: 'FuturaPT-medium';
  	position: relative;
    min-height: 40px;
    width: 100%;
    max-width: 150px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #5BC0BE;
    box-sizing: border-box;
    border-radius: 20px;
    background: transparent;
    padding: 5px 15px;
  	display: block;
}

.banner-main .welcome__section .search input[type="submit"]:hover {
  background: #5BC0BE;
  color: #fff;
}

[dir] .btn.custom__btn{
  	font-family: 'FuturaPT-medium';
    min-height: 40px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #5BC0BE !important;
    box-sizing: border-box;
    border-radius: 20px;
    background: transparent;
    padding: 5px 23px !important;
    width: auto;
  	transition: all 400ms cubic-bezier(0.17, 0.67, 0.54, 1);
}

[dir] .btn.custom__btn:hover {
  background: #5BC0BE !important;
  color: #fff !important;
}

/* Cta Section CSS */
.cta__section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 26px 0px 30px;
    min-height: 390px;
    display: flex;
    align-items: center;
    justify-content: center;
}

[dir] .cta__section .cta__content{
    width: 100%;
    text-align: center;
  	padding: 0px;
}

.cta__section .cta__content .cta__title {
  	font-family: 'FuturaPT-bold';
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 26px;
}

.cta__section .cta__content .cta__subtitle {
  	font-family: 'FuturaPT-regular';
    font-style: normal;
    font-weight: normal;
    font-size: 33px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 68px;
}

[dir] .cta__section .cta__content .custom__btn {
    padding: 5px 30px !important;
}

/* Helper Section */
.helper-section {
    padding: 0 0 158px !important;
    background: rgba(33, 35, 34, 0.1);
    margin-top: -100px;
} 

[dir] .helper-section .helpers__secondary-icon {
    display: none;
}

[dir] .helper-section .helpers__block {
    background: #FFFFFF !important;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 20%);
    border-radius: 20px;
    min-height: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    padding: 20px 15px !important;
  	transition: all 400ms cubic-bezier(0.17, 0.67, 0.54, 1);
  position: relative;
}

[dir] .helper-section .helpers__block .helpers__title {
  	font-family: 'FuturaPT-bold';
    width: 100%;
    align-self: flex-end;
    margin-bottom: 32px;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #5C5B59;
  	transition: all 400ms cubic-bezier(0.17, 0.67, 0.54, 1);
  	display: flex;
    align-items: center;
    justify-content: center;
}

[dir] .helper-section .helpers__block .helpers__content span {
  	font-family: 'FuturaPT-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
    color: #5C5B59;
    text-align: center;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 5px;
  	transition: all 400ms cubic-bezier(0.17, 0.67, 0.54, 1);
}

[dir] .helper-section .helpers__block .helpers__title:after {content: "]";font-family: 'FuturaPT-light';font-size: 40px;line-height: 40px;color: #8C734B;font-style: normal;font-weight: 300;margin-left: 5px;}

[dir] .helper-section .helpers__block .helpers__title:before {content: "[";font-family: 'FuturaPT-light';font-size: 40px;line-height: 40px;color: #8C734B;font-style: normal;font-weight: 300;margin-right: 5px;}

[dir] .helper-section .helpers__block:hover {
    background: #212322 !important;
}

/* [dir] .helper-section .helpers__block.background_hover:hover:before {
  box-shadow: 4px 4px 20px rgb(0 0 0 / 60%);
} */

[dir] .helper-section .helpers__block.background_hover:hover {
  box-shadow: 4px 4px 20px rgb(0 0 0 / 60%);
}

[dir] .helper-section .helpers__block:hover .helpers__title {
    color: #fff;
}

[dir] .helper-section .helpers__block:hover .helpers__content span {
    color: #fff;
}

[dir] .helper-section .column {
    margin-bottom: 20px;
}


/* Video Section */
.videos__section {
  padding: 100px 0px;
  text-align: center;
}

.videos__section .video__wrap {
    background: rgba(92, 91, 89, 0.5);
    border-radius: 20px;
    height: 335px;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  	position: relative;
  	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.videos__section .video__wrap .video__subtitle {
  	font-family: 'FuturaPT-bold';
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 30px;
  	position: absolute;
    bottom: 0;
    width: 100%;
  	padding: 0 10px;
}

.videos__section .video__wrap .play__button {
    max-width: 90px;
    position: absolute;
  	cursor: pointer;
    color: #ffffff !important;
  width: 100%;
}

.videos__section .video__wrap iframe {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

/* Category Section CSS */
.category-blocks {
  background: rgba(33, 35, 34, 0.1) !important; 
  padding: 178px 0 149px !important;
}
.category-blocks .category-blocks__item .category-blocks__link {
    background: #FFFFFF;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    min-height: 250px;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  	text-align: center;
  	transition: all .4s cubic-bezier(.17,.67,.54,1);
} 

/* .category-blocks .category-blocks__item .category-blocks__link:hover {
  background-color: #212322 !important;
} */

.category-blocks .category-blocks__item .category-blocks__link .hover-wrap {
    display: none;
}

.category-blocks .category-blocks__item .category-blocks__link .category-blocks__title {
  	font-family: 'FuturaPT-bold';
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 29px;
    color: #5C5B59;
    margin-bottom: 0;
    text-transform: uppercase;
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
}

.category-blocks .category-blocks__item .category-blocks__link:hover .hover-wrap {
    display: block;
}

.category-blocks .category-blocks__item .category-blocks__link:hover .category-blocks__title {
    display: none;
}

.category-blocks .category-blocks__item .category-blocks__link .category-blocks__description {
   	font-family: 'FuturaPT-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin: 0 auto;
    margin-bottom: 33px;
    max-width: 220px;
    width: 100%;
    display: table;
}

.category-blocks .category-blocks__item .category-blocks__link .category-blocks__description:empty {
    display: none;
}

.category-blocks .category-blocks__item .category-blocks__link .custom__btn {
    color: #5BC0BE;
}

.category-blocks .category-blocks__item:after {
    display: none !important;
}

.category-blocks .category-blocks__item {
  margin-bottom: 29px;
}

/** Search Page CSS**/
form.search input[type="submit"]{
  	background: #5BC0BE !important;
    color: #fff !important;
    font-family: 'FuturaPT-medium';
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
  	border: none;
}

zd-autocomplete {
    width: 100% !important;
    max-width: 485px !important;
}

zd-autocomplete-breadcrumbs-multibrand {
    font-family: 'FuturaPT-regular' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #5C5B59 !important;
}

zd-autocomplete-title-multibrand em {
    background-color: #5BC0BE !important;
}

zd-autocomplete-title-multibrand {
    font-family: 'FuturaPT-medium' !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 22px !important;
    color: #5C5B59 !important;
}



/* HELPFUL ARTICLES Section CSS */
.helpful-articles .articles_wrapper {
    min-height: 250px;
    background: #212322;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  	transition: all .4s cubic-bezier(.17,.67,.54,1);
  position: relative;
      z-index: 3;
}

.helpful-articles .column {
   margin-bottom: 34px;
}

.head_H4 {
  	font-family: 'FuturaPT-bold';
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 29px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0 !important;
}

.helpful-articles {
    padding: 178px 0;
    text-align: center;
}

[dir] .helpful-articles .custom__btn {
    color: #000 !important;
    margin-top: 40px;
    padding: 5px 34px !important;
}

.helpful-articles .articles_wrapper:hover .head_H4 {
    color: #8C734B;
}
.helpful-articles .articles_wrapper:after {
    content: "";
    position: absolute;
    background-image: url(/hc/theming_assets/01HZPCF7V85PD71GY4H4Q2BKYR);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 20px;
    right: 20px;
  	width: 16px;
    height: 16px;
}

.articles_wrapper .head_H4 {
    max-width: 233px;
    width: 100%;
    margin: 0 auto !important;
}
.article-page .article-content li {
  color: #000;
}

/* Submit New Request Page CSS */
.request_submitform {
    background: rgba(33, 35, 34, 0.1);
    padding: 72px 14px 207px;
    /* 11/11/2022 - Minor styling fixes to Ticket Submission page */
    min-height: calc(100vh - 32.5em);
}

.request_submitform .request_submitform_wrap {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 47px 33px 33px;
}

.request_submitform .request_submitform_wrap .request-form {
    width: 100%;
    max-width: 494px;
    margin: 0 auto;
}

.request_submitform .request_submitform_wrap .request-form label {
  font-family: 'FuturaPT-medium';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #5C5B59;
  padding: 0 12px;
}

.request_submitform .request_submitform_wrap .request-form input {
  	font-family: 'FuturaPT-medium';
    border: 1px solid #5C5B59;
    box-sizing: border-box;
    border-radius: 20px;
    min-height: 52px;
    padding: 10px 16px;
  	font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  	color: #5C5B59;
}

.request_submitform .request_submitform_wrap .request-form .form-field {
    margin-bottom: 20px;
}

.request_submitform .request_submitform_wrap .request-form textarea {
    border: 1px solid #5C5B59;
    box-sizing: border-box;
    border-radius: 20px;
    min-height: 200px;
    padding: 10px 16px;
}

[dir] .request_submitform .request_submitform_wrap .request-form .upload-dropzone {
    background: rgba(81, 83, 74, 0.2) !important;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px !important;
}

[dir] .request_submitform .request_submitform_wrap .request-form .upload-dropzone span {
  	font-family: 'FuturaPT-regular';
    font-style: normal;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #5C5B59 !important;
}

[dir] .request_submitform .request_submitform_wrap .request-form .upload-dropzone span a {
  	font-family: 'FuturaPT-bold';
    color: #5C5B59;
    font-weight: bold;
    font-size: 14px !important;
    line-height: 20px !important;
}

.request_submitform .request_submitform_wrap .request-form .upload-pool .upload-item {
    background: rgba(81, 83, 74, 0.2) !important;
  	font-family: 'FuturaPT-medium';
}

.request_submitform .request_submitform_wrap .request-form footer input[type="submit"] {
  	font-family: 'FuturaPT-medium';
    border: 1px solid #5BC0BE;
    box-sizing: border-box;
    border-radius: 20px;
    background: transparent;
    color: #000000;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
    padding: 5px 20px;
    text-transform: uppercase;
    max-width: 156px;
    width: 100%;
    margin: 0 auto;
    display: table;
}

.form-field .notification-error, .form-field p {
  font-family: 'FuturaPT-regular';
}

.request_submitform .request_submitform_wrap .request-form footer input[type="submit"]:hover {
      background: #5BC0BE !important;
    color: #fff !important;
}

[dir] .request_submitform .request_submitform_wrap .request-form .upload-pool {
    margin: 9px 0px;
}

.request_submitform .request_submitform_wrap .request-form label[for=request-attachments] {
    padding: 0;
}

/* Breadcrumbs Section Css */
.breadcrumbs_section {
    padding: 12px 0;
}

[dir] .breadcrumbs_section .breadcrumbs {
    justify-content: flex-start;
}

[dir] .breadcrumbs_section .breadcrumbs li {
  margin: 0 9px 0 0;
}

.breadcrumbs_section .breadcrumbs li, .breadcrumbs_section .breadcrumbs li a {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    color: #000000;
    letter-spacing: 0.02em;
    text-transform: capitalize;
}

.breadcrumbs_section .breadcrumbs li a {
  font-family: 'FuturaPT-medium';
}

.breadcrumbs_section .breadcrumbs li:before {
    font-size: 10px;
    line-height: 30px;
    position: relative;
    margin-right: 8px;
  	transform: translate(0px) !important;
    top: 0;
}

.breadcrumbs_section .breadcrumbs li+li {
  padding-left: 0 !important;
  font-family: 'FuturaPT-medium';
}

/* Category Page Css */
.category-page {
  background: rgba(33, 35, 34, 0.1);
  min-height: calc(100vh - 343px);
}

.categories-section .category-link-head .categories__title {
    font-family: 'FuturaPT-bold';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #212322;
    padding-bottom: 18px !important;
    width: 100%;
    max-width: 340px;
    min-height: 62px;
    display: block;
    margin: 0 auto !important;
}

.categories-section .category-link-head {
    display: block;
    margin-bottom: 22px;
}

.categories-section .category-link-head:after {content: "";border-top: 1px solid #5BC0BE;display: block;max-width: 185px;width: 100%;margin: 0 auto;}

.categories-section {
    padding: 40px 0 46px;
    text-align: center;
}

.categories-section .category-list {
    margin: 0;
    padding: 0;
    text-align: center;
  	list-style: disc !important;
}

.categories-section .category-list li {
   margin: 0 auto;
    max-width: 285px;
    width: 100%;
  margin-bottom: 33px;
}

.categories-section .category-list li .articles__link {
    font-family: 'FuturaPT-regular';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #212322;
    display: inline-block;
    margin-bottom: 0px;
}

.categories-section .category-list li .articles__link:hover {
    color: #5BC0BE;
    font-family: 'FuturaPT-medium';
    font-weight: 500;
}

.categories-section .category-list li .articles__link:hover:before {
    color: #5BC0BE;
}

.categories-section .category-list li .articles__link:before {
  color: #212322;
    transition: all 400ms cubic-bezier(0.17, 0.67, 0.54, 1);
}

.categories-section .column {
    margin-bottom: 70px;
}

/* Search CSS */
#modal-search .modal__container .modal__content {
  	background-image: url('/hc/theming_assets/01HZPCF80J689VW1B609S2J2J9');
  	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 343px;
    height: 100%;
    width: 100%;
    position: relative;    
  	text-align: center;
  	padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#modal-search .modal__container .modal__content .head {
  	font-family: 'FuturaPT-bold';
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 40px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 45px;
}

#modal-search .modal__content .search {width: 100%;max-width: 485px;margin: 0 auto;display: flex;justify-content: space-between;flex-wrap: wrap;}

#modal-search .modal__content .search input[type=search] {
  	font-family: 'Roboto', sans-serif;
    padding: 8px 16px;
    min-height: 40px;
    border: 1px solid #5C5B59;
    box-sizing: border-box;
    border-radius: 20px;
    background: #FFFFFF;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #5C5B59;
    width: 100%;
    max-width: 300px;
    outline: 0;
}

#modal-search .modal__content .search input[type=search]::placeholder {
    color: #5C5B59;
    font-family: 'Roboto', sans-serif;
}

#modal-search .modal__content .search input[type="submit"] {
  	font-family: 'FuturaPT-medium';
    position: relative;
    min-height: 40px;
    width: 100%;
    max-width: 150px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #5BC0BE;
    box-sizing: border-box;
    border-radius: 20px;
    background: transparent;
    padding: 5px 15px;
    display: block;
}

#modal-search .modal__content .search input[type="submit"]:hover {
  background: #5BC0BE;
    color: #fff;
}

#modal-search .modal__container .modal__content .container {
    padding: 0 10px;
}

#modal-search .modal__bg {
    background: #000000;
    opacity: 0.8;
}

#modal-search .modal__container .modal__content .modal__close {
        width: 30px !important;
    height: 30px !important;
    border: 5px solid #fff;
    font-size: 25px;
    top: 30px;
    left: auto !important;
    right: 10px !important;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Video Modal Css */
.video-modal .modal__container .modal__content {
    padding: 20px 10px;
    background: transparent;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.video-modal .modal__container .modal__content .container {padding: 4px;max-width: 768px;background: #fff;border-radius: 15px;}

.video-modal .modal__container .modal__content .container iframe {
    min-height: 400px;
}

.video-modal .modal__container .modal__content .modal__close {
    top: 0px;
    left: auto;
    right: 0;
    width: 30px !important;
    height: 30px !important;
    border: 5px solid #fff;
    font-size: 25px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

[dir] .modal .modal__bg {
    background: #000000 !important;
    opacity: 0.8;
}

/* Feed Back Css */
.feedback-wrap {
  background-color: #212322 !important;  
  background-image: url(https://theme.zdassets.com/theme_assets/10995581/f5d9aae51cf9baffd37a3c70e3d1e8dd332e5651.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 296px;
}

.feedback-wrap .vote__heading {
    font-family: 'FuturaPT-bold';
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 22px !important;
}

.feedback-wrap .vote__controls {
    margin: 0 !important;
}

[dir] .feedback-wrap .vote__controls .vote__btn {
    width: 100%;
    max-width: 111px;
    border: 1px solid #5BC0BE;
    box-sizing: border-box;
    border-radius: 20px;
    color: #FFFFFF;
    font-family: 'FuturaPT-medium';
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
}

.article-wrapper .page-content_box .feedback-wrap .vote__progress {
    background-color: #5bc0be;
}

[dir] .feedback-wrap .vote__controls .vote__btn.vote__btn--selected {
    background: #5BC0BE;
    border-color: #5BC0BE;
}

[dir] .feedback-wrap .vote__controls .vote__btn:hover {
    background-color: #5BC0BE !important;
    border-color: #5BC0BE !important;
}

.feedback-wrap .vote__content .article-vote-label {
    font-family: 'FuturaPT-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 37px;
    display: inline-block;
}

.feedback-wrap .vote__content .article-vote-label a {
  color: #5bc0be;
}

/* Article Page CSS */
.categories-section .recent-articles-title, .categories-section .related-articles-title {
    font-family: 'FuturaPT-bold';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #212322;
    padding-bottom: 18px !important;
    width: 100%;
    max-width: 340px;
    min-height: 62px;
    display: block;
    margin: 0 auto !important;
    position: relative;
    margin-bottom: 22px !important;
}

.categories-section .recent-articles-title:after, .categories-section .related-articles-title:after {
    content: "";
    border-top: 1px solid #5BC0BE;
    display: block;
    max-width: 185px;
    width: 100%;
    margin: 0 auto;
    align-self: flex-end;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
}

.categories-section ul li a {
    font-family: 'FuturaPT-regular';
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #212322;
    display: inline-block;
    margin-bottom: 0px !important;
}

[dir] .categories-section ul li {
    margin: 0 auto !important;
    max-width: 285px;
    width: 100%;
    margin-bottom: 33px !important;
}

.categories-section ul li a:hover {
  color: #5BC0BE;
    font-family: 'FuturaPT-medium';
    font-weight: 500;
}

[dir] .categories-section ul {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: disc !important;
}

/* Follow Button Css */
[dir] .page-heading__content .subscribe-btn button[type="button"] {
    background: #5BC0BE;
    width: 100%;
    max-width: 111px;
    border: 1px solid #5BC0BE;
    box-sizing: border-box;
    border-radius: 20px;
    color: #FFFFFF;
    font-family: 'FuturaPT-medium';
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
}
[dir] .page-heading__content .subscribe-btn button[type="button"]:hover {
    background: transparent !important;
    border-color: #5BC0BE !important;
    color: #000000;
}

/* Article Page CSS */
[dir] .article-content {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

[dir] .article-content p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    font-family: 'FuturaPT-medium';
    color: #212322;
    margin: 0px 0 22px;
}

[dir] .article-content h1,
[dir] .article-content h2,
[dir] .article-content h3, 
[dir] .article-content h4,
[dir] .article-content h5,
[dir] .article-content h6 {
    font-family: 'FuturaPT-bold';
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 15px;
    text-transform: uppercase;
}

[dir] .article-content  .iframe {
    width: 100%;
    max-width: 570px;
    margin: 73px auto 65px;
    border-radius: 20px;
  	padding-bottom: 41.88% !important;
}

[dir] .article-content .iframe iframe {
    border-radius: 20px;
    height: 100%;
    width: 100%;
    max-width: 570px;
    max-height: 335px;
}

[dir] .article-content img {
    width: 100%;
    max-width: 570px;
    margin: 35px auto 49px;
}

[dir] .article-wrapper {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  	margin-top: 63px;
}

.article-wrapper .share a {
    background: transparent !important;
    border-color: #5BC0BE !important;
    width: 22px;
    height: 22px;
    border-width: 2px !important;
}

.article-wrapper .share a svg {
    width: 12px !important;
    height: 12px !important;
    color: #5BC0BE;
}

.article-wrapper .share a:hover {
    background: #5BC0BE !important;
}

.article-wrapper .share a:hover svg {
    color: #fff;
}

.article-wrapper .share li {
    margin-left: 15px !important;
}

.article-wrapper .page-content_box {
    margin-bottom: 98px;
}

.article-wrapper .page-content_box.feedback-box-wrap {
    margin-bottom: 50px;
}

.categories-section.articlecategories-section {
    padding-top: 2px;
    padding-bottom: 20px;
}

.article-page {
  background: rgba(33, 35, 34, 0.1);
  padding-bottom: 50px;
}

[dir] .article-wrapper .share {
    justify-content: flex-end;
}

.posted-article-wrap {
    width: 100%;
    max-width: 800px;
    margin: 42px auto 0px;
    text-align: left;
}

.page-heading__meta {
    font-family: 'FuturaPT-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #5C5B59;
  	margin-bottom: 7px;
  	text-transform: uppercase;
  	justify-content: flex-start;
}

[dir] .categories-section ul li:nth-child(n + 5) {
    display: none;
}

/* .page-heading__meta span {
    margin-right: 8px !important;
} */

.page-heading__meta .page-heading__author {
    color: #5bc0be;
}

.page-heading__meta .page-heading__author img {
    border: 1px solid grey;
}

/* Comment Section CSS */
.comments {
  padding: 50px 10px !important;
}

.comments .comments__title {
    margin-bottom: 10px !important;
    text-align: center;
    color: #000;
}

.comments .comments__subtitle {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    font-family: 'FuturaPT-medium';
    color: #212322;
    margin: 0px 0 0px;
    text-align: center;
}

.comments .comments__subtitle a {
    color: #5bc0be;
}

[dir] .comment-form .comment-form__submit[type=submit] {
    color: #5bc0be;
}

.comment-form img.comment-form__avatar {
    border: 1px solid grey;
}

[dir] .comment-form .comment-form__button {
    padding: 0;
    background-color: var(--primary-bg-color);
    color: #5bc0be;
    right: 1px;
    border-radius: 0 var(--border-radius-small) var(--border-radius-small) 0;
    position: absolute;
    top: 1px;
    width: 48px;
    height: calc(100% - 2px);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    transition: all 400ms cubic-bezier(0.17, 0.67, 0.54, 1);
    border-color: var(--primary-bg-color);
    border-left-color: var(--border-color);
    border-width: 0px 0px 0px 1px;
}

/* Search Result Page CSS */
.searchresult-boxes .searchresult-item .searchresult-link {
    font-size: 18px;
    color: inherit;
    font-family: 'FuturaPT-regular';
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 3px;
    display: block;
    transition: all 400ms cubic-bezier(0.17, 0.67, 0.54, 1);
}

.searchresult-boxes .searchresult-item {
    background: #FFFFFF !important;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 20%);
    border-radius: 20px;
    padding: 20px 20px !important;
    transition: all 400ms cubic-bezier(0.17, 0.67, 0.54, 1);
    position: relative;
    margin-bottom: 30px;
    color: #000000;
  width: 100%;
    max-width: 700px;
      text-align: left;
}

.searchresult-boxes .searchresult-item .breadcrumbs li a {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    color: inherit;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    font-family: 'FuturaPT-medium';
}

.searchresult-boxes .searchresult-item .breadcrumbs li:before {
    font-size: 10px;
    line-height: 30px;
    position: relative;
    margin-right: 8px;
    transform: translate(0px) !important;
    top: -1px;
}

.searchresult-boxes .searchresult-item .breadcrumbs li {
    padding: 0;
}

.searchresult-boxes .searchresult-item .articles__body {
    font-family: 'FuturaPT-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: inherit;
    margin: 10px 0 20px;
    text-transform: capitalize;
  	display: block;
}

.searchresult-boxes .searchresult-item .articles__meta {
    font-family: 'FuturaPT-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: inherit;
    margin-bottom: 7px;
    text-transform: uppercase;
    margin: 0;
}

.searchresult-boxes .searchresult-item .articles__meta img {
  width: 30px;
  height: 30px;
  border: 1px solid grey;
}


.searchresult-boxes .searchresult-item .articles__meta .articles__author {
    font-size: 15px;
    line-height: 22px;
    color: inherit;
  	display: none;
}

.searchresult-boxes .searchresult-item .articles__meta .articles__author:hover {
    color: #5BC0BE;
}

.searchresult-boxes .searchresult-item:hover {
    color: #fff;
    background: #212322 !important;
  	box-shadow: 4px 4px 20px rgb(0 0 0 / 60%);
}

.searchresult-boxes .searchresult-item:hover .searchresult-link {
    color: #fff;
}

.searchresult-boxes .searchresult-item a {
    transition: .0s all;
}

.searchresult-boxes .searchresult-item:hover a {
    color: #5bc0be !important;
}

.searchresult-boxes .searchresult-item:hover i {
    color: #5bc0be;
}

.seacrhresult-page .head-H3 {
    font-family: 'FuturaPT-bold';
    font-size: 20px;
    line-height: 100%;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
}

.seacrhresult-page {
    padding: 80px 0;
    background: rgba(33, 35, 34, 0.1);
}

[dir] .seacrhresult-page .page-content__box {
    margin-top: 58px;
}

.seacrhresult-page .page-content__box .search-filter-head {
    font-family: 'FuturaPT-bold';
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    color: #000000;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.seacrhresult-page .page-content__box ul li {
    font-family: 'FuturaPT-regular';
    font-size: 18px;
    font-weight: 400;
    color: #000;
}

.seacrhresult-page .page-content__box ul li a {
    color: #000;
}

.seacrhresult-page .page-content__box ul li a:hover {
    color: #5bc0be;
}

[dir] .banner-main.seacrhresult-banner .welcome__section {
    min-height: 283px;
    padding: 86px 0 72px !important;
}


/* Thank you popup ui */
.comments-thanks-modal {
    margin: 30px auto;
    width: 100%;
    max-width: 530px;
    text-align: center;
}

.comments-thanks-modal .comments-thanks-modal-inner {
    background-color: #5bc0be;
    color: #212322;
    border: 1px solid #212322;
    border-radius: 6px;
    padding: 15px 10px;
    font-family: 'FuturaPT-medium';
    font-weight: 500;
}

.comments-thanks-modal.is-active {
    display: block !important;
}
.mobile-logo {
    display: none;
  }

@media (max-width: 1024px) {
  /*  Home banner Responsive  */
  .banner-main .welcome__section .welcome__container .head {
    font-size: 38px;
    margin-bottom: 30px;
  }
  [dir] .banner-main .welcome__section {
    padding: 95px 0 50px !important;
        min-height: 400px;
  }
  /*  CTA Section Responsive */
  .cta__section .cta__content .cta__title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .cta__section .cta__content .cta__subtitle {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 35px;
  }
  .cta__section {
        min-height: 320px;
  }
  
  /*  Helper Section Responive  */
  [dir] .helper-section .helpers__block .helpers__title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 20px;
	}
  .helper-section {
    padding: 0 0 75px !important;
  }
  
  /*  New Request Submit page Responsive  */
  .request_submitform {
    padding: 50px 14px 50px;
  }
  .request_submitform .request_submitform_wrap {
    padding: 40px 33px 30px;
	}	 
  .request_submitform .request_submitform_wrap .request-form input {
    min-height: 45px;
	}
  .request_submitform .request_submitform_wrap .request-form textarea {
        min-height: 150px;
  }
  
  .section__subtitle {
        font-size: 28px;
    line-height: 30px;
  }
  .section__title {
    font-size: 32px;
    line-height: 36px;
  }
	/*    */
  .videos__section {
      padding: 80px 0px;
  }
  
  .category-blocks {
    padding: 80px 0px 50px !important;
  }
  
  .helpful-articles {
    padding: 80px 0px;
  }
	/*  Search  */
  #modal-search .modal__container .modal__content .head {
    font-size: 38px;
    margin-bottom: 30px;
  }
  #modal-search .modal__container .modal__content .modal__close {
    top: 0px;
    right: -2px !important;
    width: 28px !important;
    height: 28px !important;
    border: 3px solid #fff;
    font-size: 22px;
  }
  
  /*  Category Page Responsive  */
  .categories-section {
    padding: 20px 0 20px;
  }
  .categories-section .column {
        margin-bottom: 55px;
  }
	/*  Article Page Responsive CSS  */
  .article-wrapper .page-content_box {
    margin-bottom: 50px;
	}
}

@media (max-width: 979px) {
/*  Search Result Page CSS RESPONSIVE  */
  .seacrhresult-page {
    padding: 50px 0;
    text-align: center;
  }
  
  .seacrhresult-page .page-content__left-col .btn.custom__btn {
      background: #5bc0be;
      padding: 5px 30px !important;
      margin-bottom: 30px;
  }

  .seacrhresult-page .page-content__left-col .btn.custom__btn:hover {
      color: #000 !important;
      background: transparent !important;
  }
  
  .searchresult-boxes .searchresult-item {
    margin: 0 auto 30px;
  }
  
  .pagination .pagination-next-link {
    background-color: #5bc0be !important;
    color: #000;
	}
  
  [dir] .seacrhresult-page .page-content__box {
    margin-top: 12px;
	}
}

@media (max-width: 768px) {
  /*  Video Modal Responsive CSS  */
  .video-modal .modal__container .modal__content .modal__close {
    border: 3px solid #fff;
    right: -10px !important;
    font-size: 16px;
  }
  
  .video-modal .modal__container .modal__content .container {
    max-width: 600px; 
  }
  
	/*  Helper Section Css  */
  [dir] .helper-section .helpers__block {
    max-width: 332px;
    margin: 0 auto;
  }
  
	/* Video Section Css */
  .videos__section .video__wrap {
    max-width: 332px;
    margin-left: auto;
    margin-right: auto;
  }
	/*  Category Section Css  */
  .category-blocks .category-blocks__item .category-blocks__link {
    width: 100%;
    max-width: 332px;
    margin-left: auto;
    margin-right: auto;
  }
  
	/*  Help Full Article Css  */
  .helpful-articles .articles_wrapper {
    width: 100%;
    max-width: 332px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  #header .header-logo {
  	max-width: 120px;
	}
  #header {
    background: #fff;
  }
  .desktop-logo {
    display: none;
  }
  .mobile-logo {
    display: block;
  }
  [dir] #header .header__search-btn {
    color: #000;
  }
  #header .gap-8 {
    gap: 1rem;
  }
}

@media (max-height: 600px) { 
	.video-modal .modal__container .modal__content .container iframe {
    min-height: 300px;
	}
}


@media (max-width: 567px) {
	/*  Home banner Responsive  */
  .banner-main .welcome__section .welcome__container .head {
    font-size: 27.5px;
    line-height: 40px;
    margin-bottom: 12px;
  }
  .banner-main .welcome__section .search {
    justify-content: center;
  }
  .banner-main .welcome__section .search input[type=search] {
    max-width: 100%;
    margin-bottom: 28px;
  }
  .banner-main .welcome__section .search {
    max-width: 332px;
  }
  [dir] .banner-main .welcome__section {
    min-height: 272px;
    padding: 95px 0 52px !important;
  }
  
	/*  CTA Section Responsive */
  .cta__section .cta__content .cta__title {
    font-size: 20px;
		line-height: 26px;
    margin-bottom: 10px;
  }
  .cta__section .cta__content .cta__subtitle {
    font-size: 15px;
		line-height: 19px;
    margin-bottom: 35px;
  }
  .cta__section {
    min-height: 290px;
  }
  
  .cta__section .cta__content .custom__btn {
    padding: 5px 30px !important;
}
  
  
	/*  Helper Section Responive  */
  [dir] .helper-section .column {
    margin-bottom: 34px;
    margin-top: 0 !important;
}
  [dir] .helper-section .column:last-child {
    margin-bottom: 0px;
	}
  .helper-section {
    margin-top: -28px;
  }
  .column {
    padding: 0 8px !important;
	}
  [dir] .helper-section .helpers__block {
        min-height: 190px;
        max-width: 332px;
        margin: 0 auto;
        width: 100%;
  }
  [dir] .helper-section .helpers__block .helpers__title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  [dir] .helper-section .helpers__block .helpers__content span {
    font-size: 15px;
    line-height: 16px;
  }
  [dir] .helper-section .helpers__block .helpers__title:before, 
  [dir] .helper-section .helpers__block .helpers__title:after {
    font-size: 30px;
    line-height: 30px;
  }
	/* Video Section Responsive */
  .videos__section .video__wrap {
    height: 190px;
    margin-bottom: 34px;
  }
  .videos__section .video__wrap .play__button {
    max-width: 52px;
  }
  .videos__section .video__wrap .video__subtitle {
    display: none;
  }
  .videos__section {
        padding: 65px 0px 75px;
  }
  .videos__section .column:last-child .video__wrap {
    margin-bottom: 0;
	}
  
  
  /* Category Section Responsive */
  .category-blocks {
    padding: 67px 0 41px !important;
  }
  
  .category-blocks .category-blocks__item .category-blocks__link {
        min-height: 190px;
  }
  
  .category-blocks .category-blocks__item .category-blocks__link .category-blocks__title {
    font-size: 20px;
		line-height: 26px;
  }
  
  .category-blocks .category-blocks__item .category-blocks__link .category-blocks__description {
    font-size: 15px;
		line-height: 17px;
    max-width: 180px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 33px;
  }
  
  .category-blocks .category-blocks__item {
    margin-bottom: 34px;
	}
  
	/*  Global Css Responsive  */
  .section__title {
      font-size: 25px;
    	line-height: 32px;
    	margin-bottom: 28px !important;
  }
  .section__subtitle {
    font-size: 15px;
		line-height: 19px;
  }
  .page_main_banner .inner-banner .banner_content .section__subtitle {
    margin-top: 7px !important;
  }
  .page_main_banner .inner-banner .banner_content .section__title  {
    font-size: 20px;
		line-height: 26px;
  }
  .page_main_banner .inner-banner {
    min-height: 136px;
  }
/*   .background_hover:hover:before {
    width: calc(100% + 0px) !important;
    height: calc(100% + 0px) !important;
  } */
  .background_hover:hover {
    transform: scale(1);
  }
  
	/*  New Request Submit page Responsive  */
  .request_submitform .request_submitform_wrap .request-form input {
    min-height: 27px;
    padding: 6px 16px;
}

.request_submitform .request_submitform_wrap .request-form label {
    padding: 0 12px;
}

.request_submitform .request_submitform_wrap .request-form textarea {
    height: 106px;
    padding: 8px 16px;
}

[dir] .request_submitform .request_submitform_wrap .request-form .upload-dropzone {
    min-height: 70px;
}
  .request_submitform .request_submitform_wrap {
    padding: 25px 33px;
  }
  .request_submitform {
    padding: 20px 14px 20px;
}
  .request_submitform .request_submitform_wrap .request-form .form-field {
    margin-bottom: 10px;
  }
  
	/*  Helpful Articles Section Responsive  */
  .head_H4 {
    font-size: 20px;
		line-height: 26px;
  }
  .helpful-articles .articles_wrapper {
    min-height: 190px;
  }
  .helpful-articles {
    padding: 65px 0 75px;
  }
  .helpful-articles .articles_wrapper:after {
    bottom: 15px;
  }
  .articles_wrapper .head_H4 {
    max-width: 280px;
  }
  [dir] .helpful-articles .custom__btn {
        margin-top: 1px;
  }
  
	/*  Search  */
  #modal-search .modal__container .modal__content .head {
    font-size: 27.5px;
    line-height: 40px;
    margin-bottom: 10px;
	}
  #modal-search .modal__content .search input[type=search] {
    max-width: 332px;
    margin: 0 auto;
    margin-bottom: 28px;
  }
  #modal-search .modal__content .search {
    justify-content: center;
  }
  #modal-search .modal__container .modal__content {
    min-height: 318px;
    padding: 96px 0 52px;
  }
  #modal-search .modal__container .modal__content .modal__close {
    width: 18px !important;
    height: 18px !important;
    border: 3px solid #fff;
    top: -2px;
    right: -2px !important;
    font-size: 16px;
  }
  
  zd-autocomplete {
    max-width: 332px !important;
	}	 
  zd-autocomplete-title-multibrand {
    font-size: 16px !important;
    line-height: 20px !important;
}
  
  /*  Breadcrumbs Responsive  */
  .breadcrumbs_section .breadcrumbs li {
    line-height: 19px;
  }
  
  [dir] .breadcrumbs_section .breadcrumbs li {
    margin: 0 6px 0 0;
  }
  
  .breadcrumbs_section .breadcrumbs li, .breadcrumbs_section .breadcrumbs li a {
    font-size: 12px;
  }
  
	/*  Category Page Responsive  */
  .categories-section .category-link-head .categories__title, 
  .categories-section .recent-articles-title, 
  .categories-section .related-articles-title {
    font-size: 17px;
    line-height: 22px;
    max-width: 300px;
    min-height: auto;
  }
  .categories-section .category-list li .articles__link,
  .articles__link, 
  .categories-section ul li a {
    font-size: 15px;
		line-height: 19px;
  }
  .page_main_banner .inner-banner {
    padding: 26px 10px 19px;
  }
  
  .page_main_banner .inner-banner .banner_content {
    max-width: 315px;
    margin: 0 auto;
	}
  
  .categories-section {
    padding: 8px 0 0px;
  }
  .category-page {
    min-height: calc(100vh - 196px);
  }
  .categories-section .category-link-head,
  .categories-section .recent-articles-title, 
  .categories-section .related-articles-title {
    margin-bottom: 17px;
  }
  .categories-section .category-list li,
  .categories-section ul li {
      max-width: 245px;
    	margin-bottom: 17px;
  }
	/*  Article Page Responsive CSS  */
  .feedback-wrap {
    min-height: 190px;
    padding: 10px 15px !important;
  }
  .feedback-wrap .vote__heading {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 17px !important;
	}
  .feedback-wrap .vote__content .article-vote-label {
    margin-top: 17px;
  }
  .categories-section.articlecategories-section {
    padding: 35px 0px;
}
  
/*  Article Page Css Responsive  */
[dir] .article-content h1, [dir] .article-content h2, [dir] .article-content h3, [dir] .article-content h4, [dir] .article-content h5, [dir] .article-content h6 {
  font-size: 17px;
	line-height: 22px;
  margin-bottom: 14px;
  }
  [dir] .article-content p {
    font-size: 15px;
		line-height: 19px;
    font-family: 'FuturaPT-regular';
    font-weight: normal;
    margin-bottom: 19px;
  }
  [dir] .article-content .iframe {
    padding-bottom: 57.5% !important;
  }
  [dir] .article-content .iframe iframe {
    max-height: 190px;
  }
  [dir] .article-content img {
    margin: 24px auto 13px;
  }
  [dir] .article-content .iframe {
    margin: 43px auto 35px;
  }
  [dir] .article-wrapper {
    margin-top: 33px;
  }
  .article-wrapper .page-content_box {
    margin-bottom: 35px;
}
  .categories-section.articlecategories-section {
    padding-top: 0px;
  }
  .page-heading__meta {
    font-size: 12px;
    line-height: 15px;
  }
  
	/*  Search Page CSS Responsive  */
  .searchresult-boxes .searchresult-item {
    padding: 20px 15px !important;
  }
  .searchresult-boxes .searchresult-item .searchresult-link {
    font-size: 16px;
  }
  .searchresult-boxes .searchresult-item .breadcrumbs li a {
    font-size: 14px;
    line-height: 22px;
  }
  .searchresult-boxes .searchresult-item .articles__meta {
     font-size: 14px;
   	 line-height: 20px;
  }
  .searchresult-boxes .searchresult-item .articles__body {
    font-size: 14px;
    line-height: 16px;
  }
  [dir] .banner-main.seacrhresult-banner .welcome__section {
    min-height: 272px;
    padding: 52px 0 48px !important;
  }
}



@media (max-width: 1025px) {
  /* Mobile Menu CSS */
#modal-menu .modal__content {
    max-width: 332px;
}
  
#modal-menu .modal__content .modal__close {
    top: 10px;
}  

#modal-menu .modal__content .mobile-menu {
    padding: 8px 0;
}

#modal-menu .modal__content .mobile-menu .mobile-menu__group a {
    font-family: 'FuturaPT-medium';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    opacity: 1;
    text-transform: uppercase;
  display: block;
}

#modal-menu .modal__content .mobile-menu .mobile-menu__group {
    padding: 0 15px;
    margin: 0;
    text-align: left;
}

#modal-menu .modal__content .mobile-menu .mobile-menu__group .dropdown__content {
    position: relative;
    left: inherit !important;
    right: inherit !important;
    top: inherit !important;
    box-shadow: none;
    padding: 0px;
    width: 100%;
    display: none;
}
  
  #modal-menu .modal__content .mobile-menu .mobile-menu__group .dropdown__content .dropdown__chevron {
    display: none;
}
  
#modal-menu .modal__content .mobile-menu .mobile-menu__group .dropdown__content.is-active {
    display: block;
}
  
#modal-menu .modal__content .mobile-menu .mobile-menu__group:before {
    left: 0 !important;
    width: 100%;
    transform: translateX(0px);
  	top: 0px;
}  

#modal-menu .modal__content .mobile-menu .mobile-menu__group .dropdown__content a {
   padding: 10px 8px;
    border-bottom: 1px solid grey;
    text-transform: capitalize;
}

#modal-menu .modal__content .mobile-menu .mobile-menu__group a.is-active {
    color: #5BC0BE;
}

#modal-menu .modal__content .mobile-menu .mobile-menu__group a:hover {
    color: #5BC0BE;
}

#modal-menu .modal__content .mobile-menu .mobile-menu__group .header__menu {
    width: 100%;
}
}
/*hide vote feedback box*/
#vote-feedback {
 /*display: none;*/
 width: 70%;
 margin:auto;
  margin-bottom: 50px;
}
/*style vote comment success message*/
.vote-comment-success {
 text-align: center;
 width: 50%; 
 margin: auto;
}
/*style vote comment success subtitle*/
.vote-comment-subtitle {
 width: 75%;
 font-weight:200;
 margin: 0px auto;
}
/*style vote comment quoted message*/
.vote-comment-quote {
 width: 75%;
 margin: 0px auto 10px auto;
 padding: 10px;
 border-radius: 3px;
 background: #eee;
 font-weight: 100;
 font-style: italic;
}

.comment-textarea {
    position: relative;
} 

.comment-textarea .focus-visible {
  outline: 0 !important;
    border-color: #5bc0be !important;
}

.comment-textarea .focus-visible + .comment-form-controls button {
    border-color: #5bc0be;
}

.comment-form .comment-container .head {
    font-size: 20px;
    margin-bottom: 10px;
    color: #212322;
    font-family: 'FuturaPT-medium';
    font-weight: 500;
}

[dir] #comments-modal .modal__close {
    border-color: #5bc0be;
}

[dir] #comments-modal .modal__close i {
    color: #5bc0be;
}

[dir] .modal__close:hover {
    background: #5bc0be;
}

[dir] #comments-modal .modal__close:hover i {
    color: #fff;
}

.comment-container {
    padding: 0 15px;
}

#comments-modal form {
    width: 100%;
    max-width: 600px;
}

/* From getarculus.com */
@font-face{font-family:AvenirNext;src:url(/hc/theming_assets/01HZPCF4RN043JKS54WF9RJFCA) format("opentype")}
@font-face{font-family:AvenirNext;font-weight:700;src:url(/hc/theming_assets/01HZPCF5K61DH4DFH13Y9ZWAAY) format("opentype")}
@font-face{font-family:AvenirNext;font-weight:600;src:url(/hc/theming_assets/01HZPCF74QRMG41S0D1K5WFYX5) format("truetype")}
@font-face{font-family:AvenirNext;font-weight:500;src:url(/hc/theming_assets/01HZPCF7QDB2YA9W1KZXPFRAK1) format("truetype")}

/* 11/11/2022 - Minor styling fixes to Ticket Submission page */
/* Override styling from Nesty to prevent multi-selct from hiding options */
.nesty-panel {
    max-height: calc(100vh - 32.5em);
}
/* Ticket Submission (and other pages) top section getting cutoff by mobile nav */
@media only screen and (max-width: 767px) {
    #welcome_request {
        margin-top: 4em;
    }
}
