/*------------------------------------------*/
/*   Base Style Start
/*------------------------------------------*/

ul.article-list li a {
    position: relative;
    line-height: 42px;
    color: #000;
}

.description {
    margin-top: 20px;
}

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

.fit-img-landscape,
.fit-img-portrait {
    vertical-align: top;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.js .fit-img-landscape,
.js .fit-img-portrait {
    height: 0
}

.fit-img-landscape {
    width: 25%
}

. object-fit: contain;

js .fit-img-landscape {
    padding-bottom: 18.75%
}

/* padding-bottom % = (img height in pixels / img width in pixels * 100) / (imgs per row) */
.fit-img-portrait {
    width: 20%
}

.js .fit-img-portrait {
    padding-bottom: 26.6%
}

/* padding-bottom % = (img height in pixels / img width in pixels * 100) / (imgs per row) */

/*
landscape (0.75% ratio) - example 640x480 pixels: 
1 img  per row = width:100%;   padding-bottom:75%;
2 imgs per row = width:50%;    padding-bottom:37.5%;
3 imgs per row = width:33.33%; padding-bottom:25%
4 imgs per row = width:25%;    padding-bottom:18.75%
5 imgs per row = width:20%;    padding-bottom:15%

portrait (1.33% ratio) - example 480x640 pixels: 
1 img  per row = width:100%;   padding-bottom:133%;
2 imgs per row = width:50%;    padding-bottom:66.5%;
3 imgs per row = width:33.33%; padding-bottom:44.33%;
4 imgs per row = width:25%;    padding-bottom:33.25%;
5 imgs per row = width:20%;    padding-bottom:26.6%;
*/

.navbar-sub-rd {
    background-color: #002f6c;
}

/* sidebar*/
.bootstrap-nav-flush .bootstrap-nav-link {
    border-radius: 0;
}

.bootstrap-btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}

.bootstrap-btn-toggle:hover,
.bootstrap-btn-toggle:focus {
    color: rgba(0, 0, 0, .85);
    background-color: #d3d3d3;
}

.bootstrap-btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

.bootstrap-bootstrap-btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, .85);
}

.bootstrap-btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.bootstrap-btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

.bootstrap-btn-toggle-nav a:hover,
.bootstrap-btn-toggle-nav a:focus {
    background-color: #d3d3d3;
}

.bootstrap-this-article {
    background-color: #add8e6;
}

.bootstrap-scrollarea {
    overflow-y: auto;
}

.bootstrap-fw-semibold {
    font-weight: 600;
}

.bootstrap-lh-tight {
    line-height: 1.25;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}

body.hc_body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, Font Awesome\ 5 free;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

p.caution::before {
    font-family: FontAwesome;
    content: '\f071';
    font-size: 30px;
    margin-right: 10px;
    color: #fe5000;
    display: inline-block;
}

p.warning span:before {
    font-weight: bold;
    content: "CAUTION: ";
}

p.caution {
    font-size: 20px;
    color: #fe5000;
}

p.note::before {
    font-family: FontAwesome;
    content: '\f071 ';
    font-size: 30px;
    margin-right: 10px;
    color: #002F6C;
    display: inline-block;
}

p.note span:before {
    font-weight: bold;
    content: "NOTE: ";
}

p.note {

    color: #002F6C;
}

p.warning::before {
    font-family: FontAwesome;
    content: '\f071 ';
    font-size: 30px;
    margin-right: 10px;
    color: #C8102E;
    display: inline-block;
}

p.warning span:before {
    font-weight: bold;
    content: "WARNING: ";
}

p.warning {
    font-size: 20px;
    color: #C8102E;

}

p.steps {

    color: rgb(237, 125, 49);
    font-weight: bold;
}

p.image {
    margin: auto;
    width: 50%;
    padding: 10px;

}

img.centered {
    vertical-align: middle;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.centered_border {
    vertical-align: middle;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #003390;
}

p.figure_link {

    color: rgb(227, 108, 10);

}

p.bold {

    font-weight: bold;

}

p.new_paragraph {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, Font Awesome\ 5 free;
    font-size: 16px;
    color: rgb(100, 100, 100);
    font-weight: bold;
}

h2.articles_navigation {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, Font Awesome\ 5 free;
    font-size: 22px;
    Color: rgb(0, 75, 150);
    font-weight: bold;

}
}

h2.article {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, Font Awesome\ 5 free;
    font-size: 16px;
    Color: rgb(0, 75, 150);
    font-weight: bold;
}

h3.article {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, Font Awesome\ 5 free;
    font-size: 14px;
    Color: rgb(0, 75, 150);
    font-weight: bold;
}

h4.article {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, Font Awesome\ 5 free;
    font-size: 12px;
    Color: rgb(0, 75, 150);
    font-weight: bold;
}

/*
/* icon Boxes */
.icon-box {
    padding-top: 10px;
    padding-bottom: 10px;
    text-white;
    margin-top: 10px;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.product-icon-box {

    padding-top: 10px;
    padding-bottom: 10px;


}

.icon-box span {

    color: white;
    vertical-align: middle;
}

.icon-box img {
    width: 100%;
    height: 100%;
}


.icon-box-description {

    margin-left: 10px;
    display: table;
}


.icon-box-description h5,
p {
    padding-left: 10px;

}


.icon-column {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.icon-column li {
    margin-top: 10px;
}

.icon-column p {
    color: #000000;
}

.hero-request p,
h3 {
    padding-left: 10px;
}

/* */
.hiden-element {
    display: none;
}

/* Nice Table */
.tg {
    border-collapse: collapse;
    border-spacing: 0;
    border-color: #999;
}

.tg td {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 10px 5px;
    border-style: solid;
    border-width: 0px;
    overflow: hidden;
    word-break: normal;
    border-color: #999;
    color: #444;
    background-color: #F7FDFA;
}

.tg th {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 10px 5px;
    border-style: solid;
    border-width: 0px;
    overflow: hidden;
    word-break: normal;
    border-color: #999;
    color: #fff;
    background-color: #26ADE4;
}

.tg .tg-6f66 {
    background-color: #f7fdfa;
    font-size: 13px;
    text-align: left;
    vertical-align: middle
}

.tg .tg-6f66c {
    background-color: #f7fdfa;
    font-size: 13px;
    text-align: center;
    vertical-align: middle
}

.tg .tg-zkom {
    font-size: 13px;
    font-family: Verdana, Geneva, sans-serif !important;
    text-align: center;
    vertical-align: top
}

.tg .tg-z1yq {
    font-size: 13px;
    text-align: center;
    vertical-align: middle
}

.tg .tg-qvxs {
    background-color: #D2E4FC;
    font-size: 13px;
    text-align: left;
    vertical-align: middle
}

.tg .tg-qvxsc {
    background-color: #D2E4FC;
    font-size: 13px;
    text-align: center;
    vertical-align: middle
}


.tg .tg-5j48 {
    font-size: 13px;
    font-family: Verdana, Geneva, sans-serif !important;
    ;
    text-align: left;
    vertical-align: middle
}



main {
    flex: 1 0 auto;
}

img,
iframe {
    display: inline-block;

    border: none;
}

iframe {
    border: 1px solid #CAC5C5;
    /* padding: 3px;*/
}

body a {
    color: #002F6C;
    text-decoration: none;
}

body a:hover,
a:active,
a:focus {
    text-decoration: underline;
}

.navigation-links ul li,
.chat-service ul li {
    list-style: none;
}

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

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

table.centered {
    margin-left: auto;
    margin-right: auto;
}

table.with_border {
    border-top-style: ridge;
    border-bottom-style: ridge;
    border-left-style: ridge;
    border-right-style: ridge;
    border-width: 2px;
    border-style: solid important !;
    border-color: #000;
    /*ebebeb;*/
    border: 1px important !;

}

table.with_border td {
    border-right: solid 1px black;
    border-bottom: 1px solid black;
}

.article-body,
.no_border table,
tbody,
td,
th {
    border-style: none;
}

body td,
body th {
    border-color: #ffffff;
    /*ebebeb;*/
    border-style: solid;
    padding: 12px;
    font-size: 1em;
    /* font-weight: 300;*/
}

th {
    border-width: 1px 0;
    color: #979797;
    white-space: nowrap;
}

td {
    border-width: 0 0 1px;
    color: #333;
    /* #585858; */
}

body pre {
    white-space: normal;
}

.videotitle {
    color: #000000;
    font-size: 0.8em;
    font-weight: bold;
}

.clearance {
    vertical-align: middle;
    margin: auto;
    line-height: 40px;
    color: white;
    background-color: #cd2429;
    vertical-align: middle;
    text-align: center;
}

/*------------------------------------------*/
/*   Base Style End
/*------------------------------------------*/
/*------------------------------------------*/
/*   Header Starts
/*------------------------------------------*/

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

.language-selector,
#user {
    display: inline-block;
}

.dropdown-menu[aria-expanded=true] {
    left: inherit;
    right: 0;
}

body .btn {
    background: rgba(0, 47, 108, 1);
    border: 1px solid #C0C0C0;
    color: #fff;
    margin-left: 4px;
}

body .btn:hover,
body .btn:focus,
.btn.dropdown-toggle:after {
    border: 1px solid #fff;
    color: #fff;

}


#user-avatar {
    border-radius: 100%;
    height: 21px;
    float: left;
    margin-right: 5px;
    width: 21px;
}

.language a.submit-a-request {
    padding-top: 7px;
    padding-bottom: 6px;
}

.welcome-message {
    margin-right: -15px;
}

.header-img {
    margin-left: -15px;
}

.welcome-message {
    background: #333333;
    overflow: hidden;
}

.nav li a {
    color: #ffffff;
    /*  text-transform: uppercase; */
    font-weight: 600;
    letter-spacing: 1px;

    font-size: 13px;
}

.nav li:hover a,
.nav li.active a,
.nav li a:focus {
    /* color: rgba(255, 255, 255, 1); */
    color: #fff;
    background-color: #0084d5 !important;
    /*background: transparent;*/
    /*border-top: 2px solid; */
    /* border-color: #333333; */
    border-color: #0084d5 font-weight: 600;
    padding-top: 7px;
    height: 100%;
    text-decoration: none;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 20px
}

/*
body .navbar {
    margin-bottom: 0;
}
.navbar-toggle {
    border-radius: 0;
    padding: 14px 10px;
}
*/
.header-bg {
    padding: 50px 0;
}

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

.menu-icon {
    padding: 0;
}

.menu-icon img {
    width: 100%;
    max-width: 118px;
}

.welcome-message {
    height: 99px;
    border-right: 25px solid #024c30;
    position: relative;
}

.welcome-message:before {
    content: "";
    border-right: 20px solid #02643f;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
}

.welcome-message:after {
    content: "";
    border-right: 5px solid #04472e;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
}

body .support-product input {
    border-radius: 0;
    width: 100%;
    margin-bottom: 5px;
}

.chat_icon {
    background: #333333;
    padding: 15px 20px;
    border-radius: 2px;
}

.live-chat .chat_angle {
    display: block;
    font-size: 3em;
    position: relative;
    top: -25px;
    left: 17px;
    color: #333333;
    margin-bottom: -25px;
}

.read-more-article-link {
    margin-top: 15px;
}

.search-bar {
    clear: both;
    padding: 30px 0 5px;
}

.welcome-message p {
    color: #fff;
    font-size: 1.5em;
    padding: 34px 0% 20px 3%;
}

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

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

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

.breadcrumbs li+li::before {
    content: ">";
    margin: 0 4px;
}

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


.panel-title a {
    color: #fff;
    font-size: 0.938em;
    display: block;
    font-weight: 400;
}

.panel-default>.panel-heading {
    background: #333333;
    border-color: #b9b9b9;
    color: #fff;
    padding: 0;
    border-radius: 0;
}

.panel-heading .collapsed {
    background: #b9b9b9;
}

.panel-group .glyphicon {
    font-size: 22px;
    font-family: 'verdana';
}

.panel-heading.active {
    background: #333333;
}

.panel-default {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.panel-body {
    padding: 15px 0;
    color: #5d5d5d;
    font-size: 0.938em;
}

input#query {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 36px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 34px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.search-bar input#query {
    background: none repeat scroll 0 0 transparent;
    border-radius: 0;
    color: #a4a4a4;
    display: inline-block;
    font-size: 0.938em;
    height: auto;
    line-height: 1em;
    padding: 5px 12px;
    width: 30%;
}

.search-bar input#query+input[type="submit"] {
    background: #333333;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 1em;
    line-height: .9em;
    margin-left: 10px;
    padding: 13px 10px;
    width: 15%;
    margin-top: 0;
    border: 1px solid rgba(35, 23, 18, 0.45);
}

.hc-category-list .description .notvisible {
    display: none;
}

.visibility-hidden {
    visibility: hidden;
}

.hc-category-nolist .category_icon {

    height: 80px;
    width: 80px;
    line-height: 80px;
    margin: 0 auto;
    background-color: #0072ef;
}

.hc-category-list .category_icon {

    height: 80px;
    width: 80px;
    line-height: 80px;
    margin: 0 auto;
    background-color: #0072ef;
}

.navigation {

    background: #004c97;
    color: white;
}

.navigation-links ul li,
.chat-service ul li {
    border: 1px solid #aeaeae;
    padding: 25px 10px;
    border-top: 0;
    background: rgb(250, 250, 250);
}

.navigation-links ul li a {
    color: #5d5d5d;
}

.navigation-links ul li:first-child {
    border-top: 1px solid #aeaeae;
}

.chat-service ul li {
    margin-bottom: 20px;
    border: 1px solid #aeaeae;
}

.chat-service p {
    color: #a4a4a4;
    font-size: 0.875em;
}

.chat-service ul li h4,
.chat-service ul li h4 a {
    font-size: 1.1em;
    color: #4e4e4e;
    font-weight: 700;
}

/*------------------------------------------*/
/*   Footer Starts
/*------------------------------------------*/

footer.hc_footer {
    background: rgba(0, 47, 108, 1);
    overflow: hidden;
    color: #fff;
    margin-top: 20px;
    font-size: 10px;
}

.hc_footer {
    margin: 0px;
}

.hc_footer h5 {
    font-size: 1.5em;
    font-weight: 300;
    padding-bottom: 0px;
}

.hc_footer ul {
    padding-top: 0px;
}

.hc_footer a {
    color: #fff;
}

.follow-us .share a::before {
    border-radius: 0;
}

.rd-footer {
    background: rgba(0, 47, 108, 1);
    padding-top: 7px;
}

.copyright-section {
    background: #0072ef;
    padding-top: 7px;
    padding-bottom: 7px;
}

.copyright-section ul {
    margin-bottom: 0;
    padding-top: 0;
}

.bottom-border {
    border-bottom: 1px solid #fff;
}

footer.hc_footer .col-md-3 {
    float: none;
    display: inline-block;
    margin: -2px;
    vertical-align: top;

}

/*------------------------------------------*/
/*   Footer Ends
/*------------------------------------------*/
/*------------------------------------------*/
/*   Submit Request Page Start
/*------------------------------------------*/

.ticket-details {
    padding: 30px 40px;
    border: 1px solid #aeaeae;
    border-radius: 3px;
    background: rgb(255, 255, 255);
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */

    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM2JSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(254, 254, 254, 1) 36%, rgba(251, 251, 251, 1) 66%, rgba(249, 249, 249, 1) 100%);
    /* FF3.6+ */

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(36%, rgba(254, 254, 254, 1)), color-stop(66%, rgba(251, 251, 251, 1)), color-stop(100%, rgba(249, 249, 249, 1)));
    /* Chrome,Safari4+ */

    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(254, 254, 254, 1) 36%, rgba(251, 251, 251, 1) 66%, rgba(249, 249, 249, 1) 100%);
    /* Chrome10+,Safari5.1+ */

    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(254, 254, 254, 1) 36%, rgba(251, 251, 251, 1) 66%, rgba(249, 249, 249, 1) 100%);
    /* Opera 11.10+ */

    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(254, 254, 254, 1) 36%, rgba(251, 251, 251, 1) 66%, rgba(249, 249, 249, 1) 100%);
    /* IE10+ */

    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(254, 254, 254, 1) 36%, rgba(251, 251, 251, 1) 66%, rgba(249, 249, 249, 1) 100%);
    /* W3C */

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
    /* IE6-8 */
}

.ticket-details p {
    font-size: 1.6em;
    margin-bottom: 0;
}

.request-form {
    padding-right: 30px;
}

.contact-form,
.nesty-input {
    border-right: 1px solid #b3b3b3;
}

.details input {
    height: 26px;
    border-radius: 3px;
    border: 1px solid #b3b3b3;
}

.form-field {
    padding-bottom: 10px;
}

.form-field input,
.text textarea {
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    height: 35px;
    color: #444;
    padding: 3px 10px;
    width: 100%;
}

.text textarea {
    height: 150px;
}

#contact-message {
    height: 125px;
    border: 1px solid #b3b3b3;
    color: #262626;
    font-size: 12px;
}

.btn-submit {
    margin: 10px 15px 0 0;
    font-size: 1.17em;
}

.phone {
    display: block;
    padding: 0 0 0 53px;
}

.phone a,
.phone span {
    display: block;
    padding: 3px 0;
    color: #35a479;
    font-size: 1.438em;
    line-height: 1.3em;
}

.phone span {
    color: #595959;
}

.toll-free {
    margin: -10px 0 -10px 9px;
}

#commentform {
    overflow: hidden;
    width: 80%;
}

.request-flex-container {

    /* We first create a flex layout context */
    display: flex;

    /* Then we define the flow direction 
     and if we allow the items to wrap 
   * Remember this is the same as:
   * flex-direction: row;
   * flex-wrap: wrap;
   */
    flex-flow: row wrap;

    /* Then we define how is distributed the remaining space */
    justify-content: space-around;
}

.request-flex-item {
    width: 250px;
    height: 150px;
    margin-top: 10px;
    color: white;
    font-weight: bold;
    font-size: 3em;
    text-align: center;
}

.request-flex-container h3 {
    width: 250px;
    text-align: center;
}

.request-flex-container p {
    width: 250px;
    Font-size: 12px;
    "
 padding-left: 2px;
    padding-bottom: 2px;
}

/*------------------------------------------*/
/*   Submit Request Page End
/*------------------------------------------*/

.related-articles ul li {
    color: #0072ef;
    font-size: 0.9em;
    font-weight: 500;
    padding-bottom: 10px;
}

.related-articles h3 {
    font-size: 1.1em;
    font-weight: 600;
    position: relative;
}

.related-articles a {
    color: #0072ef;
}

.related-articles p,
.article-vote .article-vote-question {
    font-size: 1.375em;
    color: #595959;
    margin: 10px 0;
}

.article-vote-controls {
    padding-bottom: 10px;
}

.article-vote .article-vote-question {
    display: block;
}

.related-articles button,
.article-vote-controls a {
    margin-right: 10px;
    padding: 2px 15px;
    background: rgba(255, 255, 255, 1);
    text-transform: capitalize;
    color: #fff;
    font-size: 1.17em;
    border: 1px solid #287f5d;
    border-radius: 3px;
}

.help-video {
    padding-left: 15px;
    padding-right: 0;
}

.question-name,
.select-category {
    width: 60%;
    margin-bottom: 20px;
    height: 35px;
}

.question-name {
    border: 1px solid #b3b3b3;
    padding: 8px;
    border-radius: 3px;
}

.select-category .selector {
    width: 80%;
    text-align: left;
    color: #aeaeae;
    border-color: #aeaeae;
}

.selector {
    border-radius: 3px;
}

.question,
.ask-question textarea {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #b3b3b3;
    padding: 8px;
    border-radius: 3px;
}

.ask-question textarea {
    height: 130px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background: #fff;
}

.select-category .dropdown-toggle,
.select-category .dropdown-toggle:hover,
.select-category .dropdown-toggle:focus,
.select-category .dropdown-toggle:active,
.select-category .dropdown-toggle.active {
    border-color: #aeaeae;
}

.submit-request:hover {
    color: #fff;
}

.answers {
    margin-right: 20px;
}

form input {
    font-size: 12px;
}

a.home-sub-navigation {
    font-size: 1.125em;
}

#user #user-name {
    display: none;
    float: left;
    max-width: 50px;
}

#user:hover #user-name:hover {
    display: block;
    float: left;
    font-size: 10px;
}

/***** Category pages *****/
.category-container {
    display: flex;
    justify-content: flex-end;
}

.category-content {
    flex: 1;
    max-width: 100%;
}

@media (min-width: 1024px) {
    .category-content {
        flex: 0 0 80%;
    }
}

.section-tree {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

.section-tree .section {
    flex: initial;
    max-width: 100%;
}

@media (min-width: 768px) {
    .section-tree .section {
        flex: 0 0 45%;
        /* Two columns for tablet and desktop. Leaving 5% separation between columns */
    }
}

.section-tree-title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}

.section-tree-title a {
    color: $text_color;
}

.section-tree .see-all-articles {
    display: block;
    padding: 15px 0;
}

.article-list-item {
    font-size: 16px;
    padding: 3px 0;
    text-overflow: ellipsis;
    overflow: hidden;
}

.article-list-item a {
    color: $text_color;
}

.icon-star {
    color: $brand_color;
    font-size: 18px;
}

/*------------------------------------------*/
/*   Category Start
/*------------------------------------------*/

.section-list {
    margin: 20px 0;
}

.section-list-item {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    padding: 15px 0;
}

.section-list-item:first-child {
    border-top: 1px solid #ddd;
}

.section-list-item a {
    align-items: center;
    color: $text_color;
    display: flex;
    justify-content: space-between;
}

.section-list li {
    list-style-type: none;
}

.section-articles .article-lists {
    padding-left: 20px;
    color: #777;
}

.section-articles .article-lists a {
    color: #777;
}

.community-enabled .search-results-column {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
}

.search-results .search-results-subheading {
    background: #333333;
    line-height: 40px;
    font-size: 1.3em;
    color: #fff;
    padding-left: 20px;
}

.search-results-subheading a.search-results-subheading-link {
    display: none !important;
}

.search-results .search-result {
    padding-left: 5px;
    padding-bottom: 30px;
    border-bottom: 1px solid #efefef;
    position: relative;
}

.search-results .search-result .search-result-link {
    font-size: 1.2em;
    color: #333333;
    margin-top: 20px;
    display: inline-block;
    font-weight: 600;
}

.search-results .search-result .search-result-description {
    color: #999;
}

.search-results .search-result .search-result-meta a {
    color: #888;
}

.search-results .search-result .search-result-meta time+a,
.search-results .search-result .search-result-meta time+a+a,
.search-results .search-result .search-result-meta time+a+a+a,
.search-results .search-result .search-result-meta time+a+a+a+a,
.search-results .search-result .search-result-meta time+a+a+a+a+a,
.search-results .search-result .search-result-meta time+a+a+a+a+a+a {
    color: #333333;
    font-weight: 600;
}

.search-results .search-result .search-result-meta {
    padding: 5px 0;
}

.panel-title>a {
    background: #333333;
    color: #fff;
    text-decoration: none;
}

.panel-title>a.collapsed {
    background: #b9b9b9;
}

.search-results {
    overflow: hidden;
}

.panel.panel-default {
    border: 0px;
    box-shadow: 0 0 0 transparent;
}

.category-section-list .panel-title a {
    background: transparent;
    padding: 0px 40px 0 15px;
}

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

.my-activities-header .breadcrumbs li,
.nav-spaced {
    overflow: hidden;
}

.nav li,
.nav-bordered li,
.nav-spaced li {
    display: inline-block;
    text-transform: capitalize;
    color: #ffffff;
}

.nav-bordered ul {
    margin-bottom: -1px;
}

.my-activities-nav {
    border: 1px solid #b1b1b1;
    border-width: 1px 0;
    margin-top: 30px;
}

.my-activities-nav.nav-bordered li.active,
.my-activities-sub-nav.nav-spaced li.active {
    color: #333333;
    border: 1px solid #ddd;
    border-top: 0px;
    border-bottom-color: #fff;
}

.my-activities-sub-nav.nav-spaced li.active {
    font-size: 1em;
}

.nav-bordered li {
    padding: 20px 30px;
}

.nav-bordered li a,
.nav-spaced ul li {
    color: #2f3336;
    font-weight: 400;
}

.nav-bordered li.active {
    border: 1px solid #d4d4d4;
    border-width: 0 1px 1px;
    border-bottom: 1px solid #fff;
    color: #068ff7;
    font-weight: 500;
}

.requests-search {
    outline: medium none;
    padding: 6px 15px;
    width: 30%;
    color: #aaaaaa;
    border: 1px solid #ededed;
    height: 40px;
}

.request-table-toolbar {
    display: table;
    padding: 8px 0;
    width: 100%;
    margin-top: 15px;
}

.request-table-filters {
    display: inline-block;
    text-align: left;
    position: relative;
    width: 30%;
    margin-left: 40px;
}

.request-table-filters label:before {
    content: " ";
    display: inline-block;
    width: 25px;
}

.my-activities-table {
    margin: 30px 0;
}

.page-content .request-table,
.page-content .request-table th {
    text-align: center;
}

.request-status {
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    font-size: 0.813em;
    font-weight: normal;
    letter-spacing: 1px;
    padding: 6px 15px;
    white-space: nowrap;
}

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

.request-answered {
    background: #F5CA00;
}

.request-solved {
    background: #78A300;
}

select#request-status-select {
    border: 1px solid #ededed;
    position: relative;
    height: 40px;
    width: 75%;
    background: #fff;
    border-radius: 0;
}

.page-content .request-table-filters:after {
    content: " ";
    display: inline-block;
    font-size: 12px;
    height: 38px;
    line-height: 34px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    text-align: center;
    border-left: 1px solid #ededed;
    top: 1px;
    width: 32px;
}

.page-content .request-table-filters label {
    font-size: 1.1em;
}

/*------------------------------------------*/
/*   Error Page Start
/*------------------------------------------*/

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

.error-page h1,
.error-page h2,
.error-page p {
    color: #2f3336;
    font-weight: 300;
    text-align: center;
}

.error-page h1 {
    text-transform: uppercase;
    font-size: 2em;
}

.error-page h2,
.error-page p {
    font-size: 1.7em;
}

.error-page>a {
    display: inline-block;
    margin: 25px 0;
    border: 1px solid #efefef;
    padding: 8px;
}

.error-img {
    text-align: center;
    padding: 15px;
}

/*------------------------------------------*/
/*   Error Page End
/*------------------------------------------*/

.nav-spaced ul li {
    padding: 20px 28px 20px 28px;
    border: 0px;
    border-width: 1px 0;
    float: left;
    margin-top: 10px;
    font-size: 1.15em;
}

.ask-community {
    padding: 0 0px 40px 0px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 40px;
}

.community-section .nav-spaced ul li {
    font-size: 1.08em;
}

.nav-spaced ul li a {
    color: #535353;
}

.nav-spaced ul li.active a {
    color: #068ff7;
}

.nav-spaced ul li+li {
    padding: 20px 29px;
}

.community-section .nav-spaced ul li+li {
    padding: 20px 25px;
}

.contribution-page .nav-spaced ul li {
    padding: 0 20px 0 0;
    border: 0;
    margin: 40px 0 10px;
    font-weight: 300;
}

.contribution-page .nav-spaced ul li.active {
    color: #068ff7;
}

.nav-spaced ul li.active {
    border-width: 1px;
    border-bottom-color: #fff;
}

.ask-the-community ul li ul li:first-child {
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0 50px;
}

.user-post-img {
    float: left;
    width: 7%;
}

.question-description {
    float: right;
    width: 91%;
}

.question-description p {
    color: #9fa0a1;
    padding-left: 10px;
}

.page-content .nav-spaced li {
    border: 0;
}

.section {
    padding: 20px 0;
}

.section>h3 {
    font-size: 1.5em;
    font-weight: 300;
    padding: 0px 0 8px 0;
}

.section .article-list {
    margin-left: 2%;
}

.article-list li article.article-body {
    display: none !important;
}

.my-activities-sub-nav.nav-spaced li.active {
    border: 0px;
}

.question-section p {
    font-weight: 300;
    font-size: 1.09em;
    color: #3b3b3b;
    margin-bottom: 25px;
}

.form-field p {
    color: #c7c7c7;
    font-size: 1em;
}

.upload-dropzone {
    border: 2px dashed #e7e7e7;
    background: #f8f8f8;
    font-size: 12px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.upload-dropzone input[type="file"] {
    cursor: pointer;
    font-size: 250px;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    border: 0;
}

.upload-dropzone span:before {
    content: "";
    font-size: 30px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    vertical-align: middle;
    height: 30px;
    width: 30px;
    top: inherit;
}

.upload-dropzone span {
    color: #d1d1d1;
    display: inline-block;
    position: relative;
    padding: 15px 30px;
}

.request-page .request-id {
    display: block;
    font-size: 13px;
    color: #535353;
}

.request-page h1 {
    color: #2f3336;
    font-size: 2.5em;
}

.request-page {
    width: 65%;
    float: left;
    border-right: 1px solid #e3e3e3;
    padding-right: 20px;
    margin-top: 50px;
}

.request-page .comment-list>*:first-child {
    border-bottom: 1px solid #e3e3e3;
}

.request-heading+.comment-list>li.comment:first-child {
    border-top: 0px !important;
}

.comment,
.comment-form {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.request-page .comment-list>* {
    border-bottom: 0;
    padding: 25px 0;
}

.comment-avatar {
    position: relative;
    width: 85px;
}

.comment>*,
.comment-form>* {
    display: table-cell;
    vertical-align: top;
}

.request-page .comment-avatar img {
    border-radius: 0px;
    height: 65px;
    width: 65px;
}

.comment-published {
    color: #bebebe;
    float: right;
}

.comment-mark-as-solved {
    display: none;
}

.comment-form-controls {
    text-align: center;
    margin-top: 20px;
}

.request-page textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    border: 1px solid #ededed;
}

.request-side-column {
    width: 30%;
    float: right;
    margin-top: 50px;
}

.request-side-column .request-details {
    border: 1px solid #ededed;
    padding: 30px;
}

.request-page .comment-attachments .upload-dropzone {
    border: 1px solid #ededed;
    background: #fff;
}

.request-details dt {
    font-weight: 400;
}

.request-details dt~dt {
    font-weight: 700;
    margin-top: 10px;
}

.request-side-column a[role="button"] {
    margin-left: 30px;
}

.request-side-column dd a {
    color: #909090;
}

.form-field label {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 1.1em;
}

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

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

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

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

.searchbox {
    margin-bottom: 10px;
}

.searchbox-suggestions {
    background-color: #fff;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    padding: 10px 0px 0px 15px;
}

.searchbox-suggestions ul li a {
    font-size: 0.9em;
}

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

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

.form footer {
    border-top: 1px solid #eeeeee;
    margin-top: 40px;
    padding-top: 30px;
    background: none;
}

.contact-form footer {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.clearfix.container .form footer>a {
    position: relative;
    top: -1.5px;
    margin-right: 0;
}

.form textarea {
    width: 100%;
    border: 1px solid #b3b3b3;
    padding: 5px 10px;
    min-height: 150px;
    border-radius: 4px;
}

.nesty-input {
    border: 1px solid #b3b3b3;
}

.submit-request-heading {
    text-transform: capitalize;
    font-weight: 300;
    margin-bottom: 40px;
}

.comment-actions {
    float: right;
    color: #999999;
}

.comment-actions .dropdown-toggle:before {
    content: "\2699";
    font-size: 11px;
    font-family: "entypo";
}

.comment-list>li.comment {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee;
}

.request-page-right {
    background: #f8f8f8;
    padding: 20px 10px;
}

.request-details {
    overflow: hidden;
    margin-bottom: 0;
}

.request-details dt+dt {
    float: left;
}

.request-details dt+dt+dd {
    float: left;
    margin-top: 15px;
    margin-left: 10px;
}

.article-vote-controls a,
.article-vote-controls a:hover,
.article-vote-controls a:focus {
    color: #ffffff;
}

.search-bar input#query,
.search-bar input#query+input[type="submit"] {
    height: 40px;
}

.article-content {
    margin-left: -15px;
}

.request-details dt~dt {
    clear: both;
    float: left
}

.request-details dd~dd {
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}

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

.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
    line-height: 0;
}

.clearfix::after {
    clear: both;
}

.community-nav {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 10px;
    padding: 15px 0;
}

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

.community-nav li+li {
    border-left: 1px none #eeeeee;
    padding-left: 30px;
}

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

.topic-header,
.question-header {
    display: table;
    padding-bottom: 10px;
}

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

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

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

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

.question,
.answer {
    border: 0;
    padding: 20px 0;
    position: relative;
    margin-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: none repeat scroll 0 0 rgba(0, 0, 0, 0.02);
    border-radius: 5px;
    color: #cccccc;
    display: inline-block;
    font-size: 11px;
    padding: 7px 15px;
}

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

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

.vote-sum {
    font-size: 15px;
    font-weight: bold;
    min-width: 60px;
    padding-left: 10px;
    text-align: center;
}

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

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

.vote-up::before {
    content: "<";
}

.vote-down::before {
    content: ">";
}

.vote-controls:hover a {
    background: none repeat scroll 0 0 #ffffff;
    border-color: #a6a6a6;
    color: #bbbbbb;
}

.question-avatar-agent::after,
.answer-avatar-agent::after {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-size: 14px auto;
    content: " ";
    height: 15px;
    left: 30px;
    position: absolute;
    top: 30px;
    width: 15px;
}

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

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

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

body .question-title,
body .topic-title {
    font-size: 15px;
    margin: -3px 0 5px;
}

.markdown {
    line-height: 1.7;
    word-wrap: break-word;
}

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

.answer-body textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
}

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

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

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

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

ul.share {
    display: inline;
}

.accordion-topics .panel-title>a,
.community-accordion .panel-title>a {
    color: #888;
    display: flex;
    vertical-align: middle;
    width: 100%;
}

.accordion-topics .glyphicon,
.community-accordion .glyphicon {
    font-size: 25px;
    display: table;
    float: none;
    height: 30px;
    width: 30px;
    top: 5px;
}

.accordion-topics .heading,
.community-accordion .heading {
    display: table-cell;
    float: none;
    line-height: 24px;
    overflow: hidden;
    padding: 8px 0 4px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

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

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

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

.share-label {
    cursor: pointer;
}

.share-label+.share::before {
    border-bottom: 7px solid #cccccc;
    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::before,
.share-label+.share::after {
    content: "";
    display: inline-block;
    left: 5%;
    position: absolute;
}

.share-label+.share::after {
    border-bottom: 6px solid #ffffff;
    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+.share::before,
.share-label+.share::after {
    content: "";
    display: inline-block;
    left: 50%;
    position: absolute;
}

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

.share-label+.share {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dddddd;
    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;
    width: 175px;
    z-index: 1;
}

.share li,
.share a {
    display: inline-block;
    height: 30px;
    font-size: 0px;
}

.share a,

}

.social-media a {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    vertical-align: middle;
    width: 30px;

}

.social-media ul {
    width: 30px;
}

.share a::before,
.social-media a::before {
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font: normal normal normal 18px/1 Font Awesome\ 5 Brands;

    text-align: center;
    line-height: 180%;
    width: 100%;
}

.share-googleplus::before,
.google::before {
    content: "\f0d5";
    background: #DD4A3A;
}

.share-youtube::before,
.youtube::before {

    content: "\f167";
    background: #d32322;
}

.info-icon::before {

    content: "\f05a";
}

.mail-icon::before {
    content: "\f0e0";
}

.doc-icon::before {
    font: normal normal normal 18px/1 Font Awesome\ 5 free;
    content: "\f15c";
}

.share-icon::before {
    font: normal normal normal 18px/1 Font Awesome\ 5 free;
    content: "\f1e0 ";
}

.check-icon::before {
    font: normal normal normal 18px/1 Font Awesome\ 5 free;
    content: "\f00c";

}

.video-file-icon::before {
    font: normal normal normal 18px/1 Font Awesome\ 5 free;
    content: "\f1c8";
}

.share-vimeo::before,
.vimeo::before {

    content: "\f40a";
    background: #00adef;
}

.share-facebook::before,
.facebook::before {

    content: "\f09a";
    background: #3b5998;
}

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

share-linkedin::before,
.linkedin::before {
    content: "\f0e1";
    background: #007BB6;
}

/*
.share-googleplus::before,
.google::before {
    content: "\fd05";
    background: #DD4A3A;
}*/
.share li,
.share a,
.social-media li {
    display: inline-block;
    width: 30px;
    height: 50x;
    margin: 5px;

}

input[type="checkbox"]+label {
    display: inline-block;
    margin-left: 5px;
    font-weight: 400;
    font-size: 0.9em;
    padding-top: 8px;
}

lable {
    font-size: 12px;
}

.community-sub-nav {
    border-bottom: 1px solid #eeeeee;
    padding: 15px 0;
    position: relative;
}

.community-sub-nav a,
.question-list a {
    font-weight: normal;
}

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

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

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

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

body .topic {
    display: inline-block;
    padding: 20px 30px 20px 0;
    vertical-align: top;
    margin: -3px;
    float: none;
}

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

form#new_question {
    padding: 30px 10px;
}

form#new_question input {
    margin-bottom: 2px;
}

form#new_question textarea {
    border-color: #b3b3b3;
    margin-bottom: 15px;
}

section.related-questions {
    border: 1px solid #efefef;
    padding: 4px 0 0 18px;
    border-radius: 4px;
}

/*
#accordion i:before,
#accordion em:before,
#category-sections-list i:before {
    content: '\2212';
}
#accordion .collapsed i:before,
#accordion .collapsed em:before,
#category-sections-list .collapsed i:before {
    content: '\2b';
}
*/
.article-vote-up::before {
    content: "Yes";
}

.article-vote-down::before {
    content: "No";
}

.answer-body .dropdown-toggle:before {
    content: "\2699";
    font-size: 11px;
    font-family: "entypo";
}

footer.comment-footer {
    background: transparent;
    overflow: visible;
}

.comment-body,
.answer-text {
    word-wrap: break-word;
    word-break: break-all;
}

section.article-comments>h2 {
    font-size: 1.5em;
    padding: 5px 0 20px 0px;
}

.comment,
.comment-form {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.comment-avatar {
    position: relative;
    width: 85px;
}

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

textarea#comment_body,
textarea#request_comment_body {
    width: 100%;
    padding: 10px;
}

.comment-container .comment-form-controls input[type="submit"] {
    float: right;
}

section.article-comments {
    border-top: 2px solid #efefef;
    margin-top: 30px;
}

.con-table tr th+th,
.con-table tr td+td {
    text-align: center;
}

.question-controls a+a,
.answer-controls a+a {
    margin-left: 15px;
}


.article-body iframe ul.comment-list img,
.search-results-column img {
    max-width: 100%;
    padding: 2px;
}

.article-body ol {
    list-style-type: decimal;
    padding-left: 20px;
}

.article-body ul {
    padding-left: 20px;
}

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

nav.pagination ul li,
nav.pagination ol li {
    background: #333333;
    padding: 4px 10px;
    display: inline-block;
    color: #fff;
}

nav.pagination ul li a,
nav.pagination ol li a {
    font-weight: 500;
    color: #fff;
}

.table-with-box {
    border: 2.5px solid #004c97;
}

ul.attachments {
    padding-top: 30px;
}

ul.attachments li a {
    color: #333333;
    font-weight: 600;
}

.comment-body.markdown ul,
.comment-body.markdown ol,
.post-body.markdown ul,
.post-body.markdown ol {
    padding-left: 15px;
}

.question-body ol,
.answer-body ol,
.answer-official-body ol,
.question-body ul,
.answer-body ul,
.answer-official-body ul,
.question-text ul,
.question-text ol {
    padding-left: 15px;
}

.question-body ul li,
.answer-body ul li,
.answer-official-body ul li,
.question-text ul li,
.comment-body ul li,
.comment-body.markdown ul li,
.post-body.markdown ul li {
    list-style-type: disc;
}

.question-body ol,
.answer-body ol,
.answer-official-body ol,
.question-text ol li,
.comment-body ol li,
.post-body.markdown ol li {
    list-style-type: decimal;
}

h1.about-post {
    font-size: 2em;
    padding-bottom: 20px;
}

ul.attachment-list li:before,
ul.attachments li:before {
    content: "\1F4CE";
    font-family: entypo;
    margin-right: 2px;
}

.form iframe {
    border: 0;
}

.language,
.pull-right {
    float: right !important;
}

.logo {
    display: inline-block
}

/*------------------------------------------*/
/*   Responsive CSS Starts
/*------------------------------------------*/

@media all and (max-width: 767px) {
    .request-page-right {
        margin-top: 20px;
    }

    .contact-form {
        border-right: 0;
    }

    .request-form {
        padding-right: 0;
    }

    body .navbar-toggle {
        background: #333333;
        color: #fff;
        padding: 5px 10px 3px 10px;
    }

    header.header {
        text-align: center;
    }

    .logo {
        margin-bottom: 15px;
    }

    .language .pull-right {
        float: none !important;
    }

    .language .btn {
        margin-bottom: 2px;
    }
}

@media all and (max-width: 600px) {
    body .search-bar input#query {
        width: 60%;
    }

    .search-bar input#query+input[type="submit"] {
        width: 30%;
    }
}

@media all and (max-width: 480px) {

    .nav-bordered li,
    .community-nav li,
    .nav-spaced li,
    .community-enabled .search-results-column {
        width: 100%
    }

    .nav-bordered li+li,
    .community-nav li+li,
    .nav-spaced li+li {
        border-color: #fff;
        margin: 11px 0 0 0px;
        padding: 0;
    }

    .community-nav li:last-child {
        top: 8px;
    }

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

    .question-avatar,
    .answer-avatar {
        display: table;
        margin: 20px 0;
    }

    .main-column .vote {
        float: right;
    }

    body .answer-form {
        margin: 20px 0;
    }

    .answer-body {
        display: table;
    }

    .nav-bordered li,
    .nav-spaced ul li+li,
    .nav-spaced ul li {
        padding: 0;
    }

    .my-activities-nav.nav-bordered li.active,
    .my-activities-sub-nav.nav-spaced li.active {
        border: 0;
    }

    .my-activities-nav {
        padding: 15px 0;
    }

    .community-nav {
        padding: 0 0 40px;
    }
}

@media all and (max-width: 400px) {
    .search-bar input#query {
        font-size: 10px;
        padding-left: 7px;
    }
}

@media all and (max-width: 992px) {
    .search-bar input#query {
        width: 80%;
    }

    body.hc_body h1 {
        font-size: 30px;
    }

    body.hc_body h2 {
        font-size: 25px;
    }

    body.hc_body h3 {
        font-size: 20px;
    }

    .category_icon img {
        max-width: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    body.hc_body {
        font-size: 13px;
    }
}

/*------------------------------------------*/
/*   Responsive CSS Ends
/*------------------------------------------*/
/*------------------------------------------*/
/*   User Profiles Start
/*------------------------------------------*/
.profile-contribution .comment-link,
span.profile-private-badge.btn {
    margin-right: 5px;
}

.profile-header {
    padding: 30px 0;
    background: #fff;
    overflow: auto;
}

.profile-header .container {
    display: flex;
    flex-wrap: wrap;
}

.profile-header .profile-info {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
}

.profile-avatar {
    position: relative;
    line-height: 0;
    align-self: center;
    margin-right: 10px;
}

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

.profile-avatar .user-avatar {
    width: 65px;
    height: 65px;
    border-radius: 100%;
}

.profile-header .basic-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 0;
}

.profile-header .basic-info .name {
    margin: 0;
}

.profile-header .options {
    display: flex;
    flex-basis: 100%;
    margin-top: 12px;
    align-items: flex-start;
    flex-wrap: wrap;
}

.profile-header .options:not(:last-child) {
    margin-bottom: 10px;
}

.profile-header .description {
    margin: 15px 0;
    flex-basis: 100%;
    word-break: break-all;
    word-break: break-word;
}

section.profile-section header {
    background: none;
}

.profile-stats {
    font-size: 13px;
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.profile-stats .stat {
    display: flex;
    margin-bottom: 10px;
}

.profile-stats .stat-label {
    font-weight: 800;
    flex: 0 0 100px;
    margin-right: 10px;
}

[dir=rtl] .profile-stats .stat-label {
    margin-left: 10px;
    margin-right: 0;
}

.profile-stats-activity {
    border-top: solid 1px #ddd;
    margin-top: 15px;
}

.profile-private-badge {
    text-align: center;
    float: right;
    background: rgba(0, 47, 108, 1);
    color: #fff !important;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid rgba(0, 47, 108, 1);
    margin-right: 6px;
}

.profile-private-badge::after {
    content: "\1f512";
    margin-left: 5px;
    font-family: "copenhagen-icons";
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
}

.profile-nav {
    border: 0;
    margin-bottom: 20px;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
}

.profile-section {
    width: 100%;
}

.profile-section-title {
    flex-basis: 100%;
    margin-bottom: 0;
    margin-top: 0;
}

.profile-section-description {
    flex-basis: 100%;
    padding: 10px 0;
    font-weight: 800;
    font-size: 13px;
}

.profile-section-sorter {
    flex-basis: 100%;
    font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
    width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
    right: 0;
}

[dir=rtl] .profile-section-sorter .dropdown-toggle::after {
    left: 0;
    right: initial;
}

.profile-contribution {
    padding: 20px 0;
    word-wrap: break-word;
    position: relative;
}

.profile-contribution-header {
    margin-bottom: 5px;
    background: #f8f8f8;
}

.profile-contribution-title {
    margin: 0 0 5px 0;
    display: inline;
    line-height: 21px;
    font-size: 15px;
    vertical-align: middle;
}

.profile-contribution-body {
    margin: 10px 0;
}

.profile-contribution-list>.profile-contribution {
    border-top: 1px solid #eee;
}

.profile-contribution-list>.profile-contribution:last-child {
    border-bottom: 1px solid #eee;
}

.profile-contribution-list>.profile-contribution::before {
    left: 0;
    position: absolute;
    font-size: 16px;
    color: #ccc;
    font-family: "copenhagen-icons";
    line-height: 25px;
}

[dir=rtl] .profile-contribution-list>.profile-contribution::before {
    right: 0;
}

.profile-contribution-list .profile-contribution-header {
    margin-left: 30px;
}

[dir=rtl] .profile-contribution-list .profile-contribution-header {
    padding-right: 30px;
    padding-left: 0;
}

.profile-comments .profile-contribution-breadcrumbs {
    margin-left: 30px;
}

[dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 30px;
    padding-left: 0;
}

.profile-section .no-activity,
.profile-section .private-activity {
    display: block;
    margin-top: 0;
    color: #999;
}

.profile-section .no-activity {
    margin-top: 20px;
}

.profile-section .private-activity::before {
    content: "\1f512";
    font-family: "copenhagen-icons";
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
    margin-right: 10px;
}

[dir=rtl] .profile-section .private-activity::before {
    margin-right: 0;
    margin-left: 10px;
}

.profile-stats-activity .stat:first-child {
    margin-top: 10px;
}

.profile-activity-list {
    margin-top: 25px;
    padding-left: 6px;
}

.profile-activity {
    position: relative;
    padding-bottom: 30px;
}

.profile-activity-header {
    display: flex;
    align-items: center;
    margin-left: 35px;
}

[dir=rtl] .profile-activity-header {
    margin-left: 0;
    margin-right: 35px;
}

.profile-activity-header .user-avatar {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 100%;
}

[dir=rtl] .profile-activity-header .user-avatar {
    margin-left: 10px;
    margin-right: 0;
}

.profile-activity-description {
    margin: 0;
}

.profile-activity-description span:first-child {
    font-weight: 600;
    display: block;
}

.profile-activity-contribution {
    padding: 20px;
    margin-top: 10px;
    border-radius: 8px;
    background-color: #f8f8f8;
}

.profile-activity:before {
    position: absolute;
    left: 0;
    width: 28px;
    border-radius: 50%;
    content: "";
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: 50% 50%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ccc;
    font-family: "copenhagen-icons";
}

[dir=rtl] .profile-activity:before {
    right: 0;
}

.profile-articles>.profile-contribution::before,
.profile-activity-list>li[class$="-article"]:before {
    content: "\1f4c4";
}

.profile-posts>.profile-contribution::before,
.profile-activity-list>li[class$="-post"]:before {
    content: "\1f4d4";
}

.profile-comments>.profile-contribution::before,
.profile-activity-list>li[class$="-comment"]:before {
    content: "\1f4ac";
    line-height: 35px;
}

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

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

.collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
    display: inline-block;
}

.meta-group {
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
}

ul.meta-group>li {
    padding-right: 7px;
}

.profile-activity-contribution p {
    text-align: justify;
}

ul.profile-contribution-list.profile-articles {
    padding: 0px;
    margin-top: 10px;
}

.options a {
    float: right;
    background: rgba(0, 47, 108, 1);
    color: #fff !important;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid rgba(0, 47, 108, 1);
}

.profile-info .options a {
    color: #26bce7;
}

.basic-info h1 {
    position: relative;
    font-size: 3.1em;
}

ol.breadcrumbs.profile-contribution-breadcrumbs li a {
    color: #35a479;
}

ol.breadcrumbs.profile-contribution-breadcrumbs {
    position: initial;
}

.breadcrumbs.profile-contribution-breadcrumbs li+li::before {
    content: "|";
    margin: 0 10px 0 8px;
    color: #000;
}

span.profile-section-sorter.dropdown span.dropdown-menu.animated.fadeInDown {
    right: 100%;
    left: 0;
}

span.profile-section-sorter.dropdown {
    float: right;
}

@media all and (max-width: 480px) {
    span.profile-section-sorter.dropdown {
        float: none;
    }
}

@media (min-width: 768px) {
    .profile-header .container {
        flex-wrap: nowrap;
    }

    .profile-header .options {
        flex-wrap: nowrap;
        flex-basis: auto;
        margin-top: 2px;
    }

    .profile-header .options:not(:last-child) {
        margin-bottom: 0;
        margin-right: 10px;
    }

    [dir=rtl] .profile-header .options:not(:last-child) {
        margin-left: 10px;
        margin-right: 0;
    }

    .profile-stats-activity {
        border-top: 0;
        flex-direction: row;
        padding-left: 0px;
    }

    .profile-stats-activity .stat {
        flex-direction: column;
    }

    .profile-stats-activity .stat:first-child {
        margin-top: 0;
    }

    .profile-stats-activity .stat:not(:last-child) {
        margin-right: 40px;
    }

    [dir=rtl] .profile-stats-activity .stat:not(:last-child) {
        margin-left: 40px;
        margin-right: 0;
    }

    .profile-stats-activity .stat-label {
        flex: 0 1 auto;
    }

    .profile-stats-counters {
        flex: 0 0 200px;
        border-bottom: 0;
        margin-left: 40px;
    }

    [dir=rtl] .profile-stats-counters {
        margin-left: 0;
        margin-right: 40px;
    }

    .profile-stats-counters .stat {
        flex-direction: column;
    }

    .profile-stats-counters .stat:not(:last-child) {
        margin-bottom: 15px;
    }

    .profile-stats-counters .stat-label {
        flex: 0 1 auto;
    }

    .profile-private-badge {
        flex-basis: auto;
    }

    .profile-section-description {
        flex: 1 0 auto;
        padding-bottom: 0;
    }

    .profile-section-sorter .dropdown-toggle::after {
        position: relative;
    }

    .profile-section-sorter {
        flex: 0 1 auto;
        padding-top: 0;
        border-top: 0;
    }

    .profile-contribution-list>.profile-contribution {
        padding-left: 30px;
    }

    [dir=rtl] .profile-contribution-list>.profile-contribution {
        padding-right: 30px;
        padding-left: 0;
    }

    .profile-contribution-list .profile-contribution-header {
        margin-left: 0;
    }

    [dir=rtl] .profile-contribution-list .profile-contribution-header {
        padding-right: 0;
    }

    .profile-comments .profile-contribution-breadcrumbs {
        margin-left: 0;
    }

    [dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
        padding-right: 0;
    }

    .profile-activity {
        padding-left: 20px;
    }

    [dir=rtl] .profile-activity {
        padding-right: 20px;
        padding-left: 0;
    }

    .profile-activity:not(:last-child) {
        border-left: 1px solid #ddd;
    }

    [dir=rtl] .profile-activity:not(:last-child) {
        border-left: 0;
        border-right: 1px solid #ddd;
    }

    .profile-activity-header {
        margin-left: 0;
    }

    [dir=rtl] .profile-activity-header {
        margin-right: 0;
    }

    .profile-activity-description span:first-child {
        display: inline;
    }

    .profile-activity-contribution {
        margin-top: 0;
        margin-left: 50px;
    }

    [dir=rtl] .profile-activity-contribution {
        margin-left: 0;
        margin-right: 50px;
    }

    .profile-activity:before {
        left: -14px;
    }

    [dir=rtl] .profile-activity:before {
        right: -14px;
    }

    .collapsible-nav-list {
        flex-direction: row;
    }

    .community-nav {
        padding: 0;
    }

    .community-nav>ul {
        padding: 0px 0 13px 0;
    }
}

@media (min-width: 1024px) {
    .profile-stats-counters {
        flex: 0 0 270px;
        margin-left: 60px;
    }

    [dir=rtl] .profile-stats-counters {
        margin-right: 60px;
        margin-left: 0;
    }
}

@media (min-width: 1024px) {
    .profile-stats-counters .stat {
        flex-direction: row;
    }
}

@media (min-width: 1024px) {
    .profile-stats-counters .stat-label {
        flex: 0 0 100px;
    }
}

/*------------------------------------------*/
/*   User Profiles Ends
/*------------------------------------------*/
/***** Hero component *****/
.hero1 {
    background-image: url(/hc/theming_assets/01KHTSPK5AXQAM40SKZQ6EENAD);
}

.hero2 {
    background-image: url(/hc/theming_assets/01KHNHRBTQX7C8KMK0NQFWKEHW);
}

.hero3 {
    background-image: url(/hc/theming_assets/01KHRKRGTZ40HNG2AZ54W41VR8);
}

.hero4 {
    background-image: url(/hc/theming_assets/01HZKV98ST5ZWD8XPPA7KAYMSJ);
}

.hero5 {
    background-image: url(/hc/theming_assets/01HZKV9904H42N8EMSWEAKZVN1);
}

.hero6 {
    background-image: url(/hc/theming_assets/01HZKV997Y8F12803RXKTAKE52);
}

.hero7 {
    background-image: url(/hc/theming_assets/01HZKV99EPK3NT6CF634W98AT8);
}

.hero8 {
    background-image: url(/hc/theming_assets/01HZKV99M8EZEZCYWYZ73N9BBN);
}

.hero9 {
    background-image: url(/hc/theming_assets/01HZKV99W9Q19HYKARVX30TTTE);
}

.hero10 {
    background-image: url(/hc/theming_assets/01HZKV93P56PNEBP8G17QGAGV4);
}

.hero11 {
    background-image: url(/hc/theming_assets/01KHRKH5TZ8DAR2RYQCTAV043X);
}

.hero12 {
    background-image: url(/hc/theming_assets/01KHNHM4TM4ZEQQ891C6T4TV94);
}

.hero13 {
    background-image: url(/hc/theming_assets/01KHNHMRR6EHFDB70D4QF5NKE5);
}

.hero14 {
    background-image: url(/hc/theming_assets/01KHRKK26ZQXKGF0FK84EQWZX9);
}

.hero15 {
    background-image: url(/hc/theming_assets/01KHNHNETA1NRAGSCTENK6VYKG);
}

.hero16 {
    background-image: url(/hc/theming_assets/01KHNHPNPCNC88YYE97BQXM6X7);
}

.hero17 {
    background-image: url(/hc/theming_assets/01KHNHQ7NN8TGB6E80VTBNJQKF);
}

.hero18 {
    background-image: url(/hc/theming_assets/01KHRKMKTPWMRQG12D8H2X2TC0);
}

.hero19 {
    background-image: url(/hc/theming_assets/01HZKV95E634ADGWDNZ7BCQYMC);
}

.hero20 {
    background-image: url(/hc/theming_assets/01KHNHS3Q23PPZEP3C01ST3N1G);
}

.hero21 {
    background-image: url(/hc/theming_assets/01HZKV962ZHKTNS726J1ZQVHNX);
}

.hero22 {
    background-image: url(/hc/theming_assets/01KHNHSYFHYVJDM9W25YD6G8QJ);
}

.hero23 {
    background-image: url(/hc/theming_assets/01KHNHTHV6XVQFG3G4MMQ0B5S0);
}

.hero24 {
    background-image: url(/hc/theming_assets/01KHNHV33AS78FGCZDDS23Y7YB);
}

.hero25 {
    background-image: url(/hc/theming_assets/01KHRKPKTKB26CS0VTA2TTC0RA);
}

.hero26 {
    background-image: url(/hc/theming_assets/01HZKV979GE7TQGCZ2D8DAXARF);
}

.hero27 {
    background-image: url(/hc/theming_assets/01KHRKQCGYYFE67J084MK84KKC);
}

.hero28 {
    background-image: url(/hc/theming_assets/01HZKV97W5NWTNT0DJPB2K51DZ);
}

.hero29 {
    background-image: url(/hc/theming_assets/01HZKV983KG60PZYWVRBQ2QJMQ);
}

.hero30 {
    background-image: url(/hc/theming_assets/01HZKV98MA8PQGA575REMNQ2C7);
}




.hero-style {
    position: relative;
    background-position: center;
    background-size: cover;
    height: 300px;
    /*padding: 0 20px;
  text-align: center;*/
    width: 100%;
}

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

.hero-request {
    position: relative;
    background-color: #002f6c;
    color: white;
    opacity: 0.8;
    /* margin: 10px; */
    display: inline-block;
    filter: alpha(opacity=50);
    width: 100%;
    position: absolute;
    bottom: 0px;
}

/**** videos ****/
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

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

/***** from Copenhagem Theme ****/
.hero {
    background-image: url(/hc/theming_assets/01HZKV9BHJP9VRNCYK1NBP3TQK);
    background-position: center;
    background-size: cover;
    height: 300px;
    padding: 0 20px;
    text-align: center;
    width: 100%;
}

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

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

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

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

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

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

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

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

.page-header .icon-lock {
    height: 20px;
    width: 20px;
    position: relative;
    left: -5px;
    vertical-align: baseline;
}

.sub-nav {
    align-items: baseline;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px 30px;
    justify-content: space-between;
    margin-bottom: 55px;
}

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

.sub-nav .breadcrumbs {
    margin: 0;
}

.sub-nav .search-container {
    max-width: 300px;
    width: 100%;
}

@media (min-width: 768px) {
    .sub-nav .search-container {
        flex: 0 1 300px;
    }
}

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

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

.search input[type="search"] {
    border: 1px solid #ddd;
    border-radius: 30px;
    box-sizing: border-box;
    color: #999;
    height: 40px;
    padding-left: 40px;
    padding-right: 20px;
    -webkit-appearance: none;
    width: 100%;

}

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

.search input[type="search"]:focus {
    border: 1px solid rgba(0, 47, 108, 1);
    color: #555;
}

.search::before {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    color: #ddd;
    content: "\1F50D";
    font-size: 18px;
    position: absolute;
    left: 10px;
    display: none;
}

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

.search-full input[type="search"] {
    border: 1px solid #fff;
    display: none;
}



/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
    position: absolute;
    bottom: 99%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #004c97;

    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
    position: absolute;
    bottom: 99%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/**
 * Tooltip bottom

 */
[data-tooltip-bottom] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip-bottom]:before,
[data-tooltip-bottom]:after {
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    pointer-events: none;
}

/* Position tooltip below the element */
[data-tooltip-bottom]:before {
    position: absolute;
    bottom: 99%;
    left: 50%;
    margin-bottom: -60px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #004c97;

    color: #fff;
    content: attr(data-tooltip-bottom);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip-bottom]:after {
    position: absolute;
    bottom: 99%;
    left: 50%;
    margin-bottom: -30px;
    margin-left: -5px;
    width: 0;
    border-top: 5px solid #000;
    border-top: 5px solid hsla(0, 0%, 20%, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}



/* Show tooltip content on hover */
[data-tooltip-bottom]:hover:before,
[data-tooltip-bottom]:hover:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

/* default status for RD content */
#radiodetection_user {
    display: none;
}

#customer-01_user {
    display: none;
}

#customer-01_user_ticket {
    display: none;
}

#customer-02_user {
    display: none;
}

#customer-03_user {
    display: none;
}

#customer-04_user {
    display: none;
}

#customer-05_user {
    display: none;
}

#end_user {
    display: none;
}

#radiodetection_user_qa {
    display: none;
}

#hero_rd_QA_Raymond {
    display: none;
}

#radiodetection_prod_user_qa {
    display: none;
}

#hero_new_ticket {
    display: none;
}

#hero_RD_new_ticket {
    display: none;
}

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

.article {
    /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
    flex: 1 0 auto;
}


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

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

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

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

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

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

/* alternative accordion */
.accordion2 {
    margin: auto;
    width: 400px;
}

.accordion2 input {
    display: none;
}

.box {
    position: relative;
    background: white;
    height: 64px;
    transition: all .15s ease-in-out;
}

.box::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24);
}

header.box {
    background: #00BCD4;
    z-index: 100;
    cursor: initial;
    box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px -2px rgba(0, 0, 0, .12), 0 2px 4px -4px rgba(0, 0, 0, .24);
}

header .box-title {
    margin: 0;
    font-weight: normal;
    font-size: 16pt;
    color: white;
    cursor: initial;
}

.box-title {
    width: calc(100% - 40px);
    height: 64px;
    line-height: 64px;
    padding: 0 20px;
    display: inline-block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.box-content {
    width: calc(100% - 40px);
    padding: 30px 20px;
    font-size: 11pt;
    color: rgba(0, 0, 0, .54);
    display: none;
}

.box-close {
    position: absolute;
    height: 64px;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    display: none;
}

input:checked+.box {
    height: auto;
    margin: 16px 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

input:checked+.box .box-title {
    border-bottom: 1px solid rgba(0, 0, 0, .18);
}

input:checked+.box .box-content,
input:checked+.box .box-close {
    display: inline-block;
}

.arrows section .box-title {
    padding-left: 44px;
    width: calc(100% - 64px);
}

.arrows section .box-title:before {
    position: absolute;
    display: block;
    content: '\203a';
    font-size: 18pt;
    left: 20px;
    top: -2px;
    transition: transform .15s ease-in-out;
    color: rgba(0, 0, 0, .54);
}

input:checked+section.box .box-title:before {
    transform: rotate(90deg);
}

/* ACCORDION
https://support.zendesk.com/hc/en-us/community/posts/4408860552730-Tip-Collapsible-headers-in-articles-or-templates-accordions-
*/
.z_accordion {

    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    cursor: pointer;
    padding: 10px;

    border: none;
    text-align: left;
    outline: none;

    font-weight: 700;
    transition: 0.4s;

    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.z_accordion p {
    display: inline;

}

.z_accordion h2,
.z_accordion h3,
.z_accordion div,
{
display: inline;
}

.active,
.z_accordion:hover,
.z_active {
    background-color: #ddd;
}

.z_accordion:after {
    position: relative;
    height: 100%;
    top: calc(50% - 10px);
    content: '\f107';

    font-size: 30px;
    font-weight: bold;
    margin-left: auto;


}

.z_active:after {
    content: "\f106";
}

.z_panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.row-20,
.padding_bottom {
    padding-bottom: 20px;
}

/************************** End of Zendesk Accordion for articles and sections ************/

.rd-color-p1 {
    color: rgba(0, 47, 108, 1);
    font-weight: bold
}

/* Override old z_accordion glyphs with a proper SVG chevron */
.z_accordion::after {
  content: "";
  width: 1.25em;
  height: 1em;
  margin-left: auto;
  display: inline-block;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba(28,0,0,.529)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e")
    no-repeat center;
  background-size: contain;
  transition: transform .35s ease;
  transform-origin: 50% 50%;
}

.z_active::after {
  transform: rotate(90deg);
}
