
:root {
    /* --brand-dark-blue: #2a3444; */
    /* --brand-mid-blue: $brand_mid_blue; */
    /* --brand-bright-blue: $brand_bright_blue; */

    --brand-dark-slate: #2a3444;
    --brand-mid-slate: #405666;
    --brand-highlight: #12e9af;
    --brand-off-highlight: #28cda0;
    --brand-off-white: #f9f7f4;
    --brand-white: #fdfdfd;

    --n: #00ff00;
    --accent-light-grey: #ededed;
    --accent-grey: #bebebe;
    --header-bg-color: #fdfdfd;
    --footer-bg-color: #fdfdfd;
    --main-link-color: var(--brand-off-highlight);
    --main-link-color-hover: var(--brand-dark-slate);
    --link-color: #28cda0;
    --link-color-hover: #12e9af;
    --nav-link-color: #405666;
    --nav-link-color-hover: #2a3444;
    --footer-color: #2a3444;
    --footer-link-color: #2a3444;
    --footer-link-color-hover: #12e9af;
    --footer-link-decoration: none;
    --footer-link-decoration-hover: none;
    --input-border-color: var(--accent-grey);
    --input-focus-border-color: var(--brand-dark-slate);

    --btn-box-shadow-size: 0 0 0 0.25rem;

    --btn-primary-color: var(--brand-dark-slate);
    --btn-primary-bg-color: var(--brand-off-highlight);
    --btn-primary-border-color: var(--brand-off-highlight);

    --btn-primary-color-hover: var(--brand-dark-slate);
    --btn-primary-bg-color-hover: var(--brand-highlight);
    --btn-primary-border-color-hover: var(--brand-highlight);
    --btn-primary-box-shadow-hover: var(--brand-highlight);

    --btn-primary-selected-color: var(--brand-white);
    --btn-primary-selected-bg-color: var(--brand-highlight);
    --btn-primary-selected-border-color: var(--brand-highlight);

    --btn-outline-primary-color: var(--brand-dark-slate);
    --btn-outline-primary-bg-color: var(--brand-white);
    --btn-outline-primary-border-color: var(--brand-off-highlight);

    --btn-outline-primary-color-hover: var(--brand-dark-slate);
    --btn-outline-primary-bg-color-hover: var(--brand-highlight);
    --btn-outline-primary-border-color-hover: var(--brand-highlight);
    --btn-outline-primary-box-shadow-hover: var(--brand-highlight);

    --btn-outline-primary-selected-color: var(--brand-dark-slate);
    --btn-outline-primary-selected-bg-color: var(--brand-highlight);

    --hr-spacing: 50px;
    --border-radius: 5px;
    --bs-btn-border-radius: 100px;

    /* Homepage */
    --category-card-title-color: var(--brand-mid-blue);

    /* Article page */
    --article-body-link-color: var(--brand-mid-blue);
    --article-body-link-decoration: underline;
    --article-body-link-color-hover: var(--brand-off-highlight);
    --article-body-link-decoration-hover: underline;

    --bs-body-color: var(--brand-dark-slate)!important;
}

.dd{
    border: 1px solid #ff0000;
}
.dd > *{
    border: 1px solid #00ff00;
}

body{
    font-family: 'Raleway', sans-serif!important;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6{
    font-weight: bold!important;
}

h5, .h5{
    margin-bottom: 15px!important;
}

p{

}

p:last-child{
    margin-bottom: 0;
}

a{
    color: var(--link-color);
    text-decoration: none!important;
    transition: color 0.5s;
}

a:hover:not(.nesty-input),
a:active:not(.nesty-input),
a:focus:not(.nesty-input){
    color: var(--link-color-hover);
}

main a:not(.nesty-input){
    color: var(--main-link-color);
    transition: color 0.5s, border-color 0.5s;
    text-decoration: none;
}

main a:not(.nesty-input):hover,
main a:not(.nesty-input):active,
main a:not(.nesty-input):focus{
    color: var(--main-link-color-hover);
}

strong
{
    font-weight: 700!important;
}

header{
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: var(--header-bg-color);
}

@media (min-width: 992px) {
    header{
        padding-top: 30px;
    }
}

.home-link{
    /* padding: 0 20px; */
}

header{
}

header a{
    color: var(--nav-link-color)!important;
    transition: color 0.5s;
}

header a:hover,
header a:active,
header a:focus{
    color: var(--nav-link-color-hover)!important;
}

.main-nav{
    min-height: 45px;
}

.nav-item{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 12px!important;
}

.main-nav .nav-link{
    padding: 0!important;
}

.nav{
    width: 100%;
}

.menu-toggle{
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 20px;
    color: #ffffff;
}

.nav-tabs{
}

.nav-tabs .nav-item{
    padding: 0 5px!important;
}

.nav-tabs .nav-link{
    -webkit-border-top-left-radius: var(--border-radius)!important;
    -moz-border-top-left-radius: var(--border-radius)!important;
    border-top-left-radius: var(--border-radius)!important;
    -webkit-border-top-right-radius: var(--border-radius)!important;
    -moz-border-top-right-radius: var(--border-radius)!important;
    border-top-right-radius: var(--border-radius)!important;
}

.nav-tabs .nav-link.active{
    font-weight: bold;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x)
}


.sub-menu-trigger{
    /* border:1px solid red; */
    position: relative;
    display: block;
}

@media (min-width: 992px) {
    .sub-menu-trigger{
        display: flex;
    }
}

.sub-menu{
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    background-color: #ffffff;
    list-style: none;
    padding: 10px;
    margin: 10px 0 0 0;
    display: none;
}

.sub-menu.open{
    display: block;
}

.sub-menu a{
    color: #343434!important;
    display: block;
    font-size: 14px;
}

@media (min-width: 992px) {
    .sub-menu{
        margin-top: 0;
        width: 200px;
        text-align: left;
    }

    .sub-menu.open{
        border:1px solid var(--accent-light-grey);
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 10;
    }

    /* Center dropdowns in the footer.  */
    .footer-nav .sub-menu.open{
        left: 50%;
        transform: translateX(-50%);
    }

    .sub-menu a{
        padding: 3px 0;
    }
}

.hero
{
    background-image: url(/hc/theming_assets/01J037JWAWSVVT1K73QV7CAJD8);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    background-color: rgba(0, 56, 101, 0);
    padding-top: 100px;
    padding-bottom: 125px;
    position: relative;
    background-blend-mode: multiply;
}

.hero-title{
    text-align: center;
    color: #ffffff;
    font-size: 1.5rem;
}

@media (min-width: 992px) {
    .hero-title{
        font-size: 2.2rem;
    }
}

input[type=text],
input[type=number],
input[type=search],
textarea,
.form-control
{
    display: block;
    width: 100%;
    padding: 0.5rem 0.6rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    color: #000000;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid var(--input-border-color)!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    transition: border-color 300ms;
}

textarea{
    min-height: calc(1.5em + 0.75rem);
}

/*
Zendesk's multi-level select input.
*/
.nesty-input{
    word-wrap: normal;
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: auto;
    border: 1px solid var(--input-border-color);
}


input:focus,
textarea:focus,
.upload-dropzone[data-hc-focus=true],
.nesty-input:focus,
.form-control:focus
{
    border-color: var(--input-focus-border-color)!important;
    box-shadow: none!important;
    outline: none;
}

.hero input[type=search]{
    border: 2px solid #ffffff;
}

@media (min-width: 992px) {
    .hero input[type=search]{
        padding: 1rem 1.2rem;
        font-size: 1.2rem;
    }
}

.form-field{
    /* border: 1px solid red; */
    margin-bottom: 25px;
}

/* #request_description_hint{ */
.form-field p{
    font-style: italic;
    font-size: 12px;
    margin-top: 5px;
}

span.optional{
    margin-left: 5px;
    font-weight: normal;
}

.upload-dropzone{
    border-color: var(--input-border-color);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.upload-dropzone span{
    /* color: var(--accent-grey); */
    color: #9a9a9a;
}

.notification.notification-error{
    color: #cc0000;
    font-size: 12px;
    margin-top: 5px;
}

.request-form{
}

.request-form footer{
    padding: 0;
    background-color: transparent;
    text-align: left;
}

#new_request input[type=submit]{
    display: block;
    width: 100%;
}

.header-search{
    display: flex;
}

@media (min-width: 992px) {
    .header-search{
        display: none;
    }
}

.header-search input[type=search]{
    padding: 0.3rem!important;
    font-size: 0.9rem!important;
}

/* Replicated base ".btn" from TWBS. */
.btn,
input[type=submit]
{
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: #212529;
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    /* --bs-btn-border-radius: 0.375rem; */
    --bs-btn-border-radius: 0!important;
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn{
    --bs-btn-border-radius: var(--border-radius)!important;
}

.btn-lg{
    --bs-btn-padding-y: 0.5rem!important;
    --bs-btn-padding-x: 1rem!important;
    --bs-btn-font-size: 1.25rem!important;
}

.btn:hover{
    color: #ffffff!important;
}

.btn-outline-primary {
    color: var(--btn-outline-primary-color)!important;
    background-color: var(--btn-outline-primary-bg-color)!important;
    border-color: var(--btn-outline-primary-border-color)!important;
}

.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:focus-visible{
    color: var(--btn-outline-primary-color-hover)!important;
    background-color: var(--btn-outline-primary-bg-color-hover)!important;
    border-color: var(--btn-outline-primary-border-color-hover)!important;
}

.btn-outline-primary:focus,
.btn-outline-primary:focus-visible{
    -webkit-box-shadow: var(--btn-box-shadow-size) var(--btn-outline-primary-box-shadow-hover)!important;
    -moz-box-shadow: var(--btn-box-shadow-size) var(--btn-outline-primary-box-shadow-hover)!important;
    box-shadow: var(--btn-box-shadow-size) var(--btn-outline-primary-box-shadow-hover)!important;
}

.btn-outline-primary.selected {
    background-color: var(--btn-outline-primary-selected-bg-color)!important;
    color: var(--btn-outline-primary-selected-color)!important;
}

.btn-primary,
input[type=submit]
{
    color: var(--btn-primary-color)!important;
    background-color: var(--btn-primary-bg-color)!important;
    border-color: var(--btn-primary-border-color)!important;
}

.btn-primary:hover,
input[type=submit]:hover,
.btn-primary:active,
input[type=submit]:active,
.btn-primary:focus,
.btn-primary:focus-visible,
input[type=submit]:focus{
    color: var(--btn-primary-color-hover)!important;
    background-color: var(--btn-primary-bg-color-hover)!important;
    border-color: var(--btn-primary-border-color-hover)!important;
}

.btn-primary:focus,
.btn-primary:focus-visible{
    -webkit-box-shadow: var(--btn-box-shadow-size) var(--btn-primary-box-shadow-hover)!important;
    -moz-box-shadow: var(--btn-box-shadow-size) var(--btn-primary-box-shadow-hover)!important;
    box-shadow: var(--btn-box-shadow-size) var(--btn-primary-box-shadow-hover)!important;
}

.btn-primary.selected {
    border-color: var(--btn-primary-selected-border-color)!important;
    background-color: var(--btn-primary-selected-bg-color)!important;
    color: var(--btn-primary-selected-color)!important;
}

.alert{
    -webkit-border-radius: var(--border-radius)!important;
    -moz-border-radius: var(--border-radius)!important;
    border-radius: var(--border-radius)!important;
}

label{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
}

.request-status {
    display: inline-block;
    padding: 1px 6px;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}
.request-status--solved,
.request-status--closed {
    background-color: green
}
.request-status--new,
.request-status--open {
    background-color: red;
}
.request-status--answered {
    background-color: orange;
}

.requests-filters-container{
    margin: 30px 0;
}

/* Tables */
table.table th{
    min-width: 150px;
}

.id-column{
    min-width: 60px;
}

.subject-column{
    min-width: 250px;
}

main{
    /* border:1px solid red; */
    background-color: #ffffff;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 992px) {
    main{
        min-height: 750px;
        min-height: calc(100vh -  100px - 270px); /* approx height of header and footer*/
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.shift-up:not(.shift-up-cancel){
    transform: translateY(-120px);
    margin-bottom: -160px;
}

.hr-top,
.hr-bottom{
    position: relative;
}

.hr-top{
    margin-top: var(--hr-spacing);
    padding-top: var(--hr-spacing);
}

.hr-bottom{
    margin-bottom: var(--hr-spacing);
    padding-bottom: var(--hr-spacing);
}

.hr-top:before,
.hr-bottom:before
{
    content: "";
    position: absolute;
    left: 25%;
    right: 25%;
    border-top: 1px solid var(--accent-grey);
}

.hr-top:before{
    top: 0;
}

.hr-bottom:before{
    bottom: 0;
}

.breadcrumbs{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .breadcrumbs{
        margin-bottom: 50px;
    }
}

.breadcrumbs li{
    display: inline-block;
}

.breadcrumbs li:not(:last-child){
    padding-right: 20px;
    position: relative;
}

.breadcrumbs li:not(:last-child):after{
    /* border:1px solid red; */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f054";
    font-size: 10px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 18px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--accent-grey);
}

.breadcrumbs a{
    border-bottom: none!important;
}
.breadcrumbs a:hover,
.breadcrumbs a:active,
.breadcrumbs a:focus
{
    text-decoration: underline!important;
    color: var(--brand-black)!important;
}

.page-title-container{
    width: 100%;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .page-title-container{
        /* width: calc(8/12*100%);
        margin: auto; */
        /* margin-bottom: 60px; */
    }
}

.promoted-articles-container{
    padding: 20px;
    background-color: #ffffff;
    margin-bottom: 60px;

    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);

    -webkit-box-shadow: 0px 0px 60px -15px rgb(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 60px -15px rgb(0, 0, 0, 0.3);
    box-shadow: 0px 0px 60px -15px rgb(0, 0, 0, 0.3);
}

.promoted-articles-container > .row > div[class*="col-"]:not(:last-child) .promoted-article{
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .promoted-articles-container{
        padding: 30px 40px;
    }

    .promoted-articles-container > .row > div[class*="col-"]:not(:last-child) .promoted-article{
        margin-bottom: 0;
    }
}

.promoted-article
{
    padding-left: 30px;
    /*
    If you want to use an image
    background-image: url(/hc/theming_assets/01J037JTXCH0FGD4F06D65KK29);
    background-position: -5px -3px;
    background-repeat: no-repeat;
    background-size: 30px;
    */
    position: relative;
}

/* Font Awesome icon */
.promoted-article:after{
    /* border:1px solid red; */
    width: 30px;
    height: 30px;
    font-family: "Font Awesome 5 Free";
    font-weight: 400; /* 900 = solid, 400 = regular/outline */
    content: "\f005";
    position: absolute;
    top: -3px;
    left: 0;
    font-size: 18px;
}

.categories-container{
    /* border:1px solid red; */
    /* margin-top: 40px; */
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: stretch;
}

.category-card{
    margin-bottom: 30px;
}

.category-card a{
    border:1px solid #e0e0e0;
    background-color: #ffffff;
    text-align: center;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 35px 25px;
    color: var(--category-card-title-color)!important;

    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);

    -webkit-box-shadow: 0px 0px 0px 0px rgba(224, 224, 224, 1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(224, 224, 224, 1);
    box-shadow: 0px 0px 0px 0px rgba(224, 224, 224, 1);

    transition: box-shadow 0.5s, border-color 0.5s, color 0.5s;
}

.category-card a:hover{
    -webkit-box-shadow: 0px 0px 20px 1px rgba(224, 224, 224, 1);
    -moz-box-shadow: 0px 0px 20px 1px rgba(224, 224, 224, 1);
    box-shadow: 0px 0px 20px 1px rgba(224, 224, 224, 1);
}

.category-title{
    display: block;
    font-weight: bold;
    font-size: 20px;
}

.category-description{
    margin-top: 10px;
    display: block;
    color: #565656!important;
    font-size: 16px;
}

@media (min-width: 992px) {
    .category-title{
        font-size: 18px;
    }

    .category-description{
    }
}

.align-for-ul{
    margin-left: 20px;
}

.view-more-link{
    display: block;
    margin-top: 20px;
}

.section-title-link{

}

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

.article-list li:not(:last-of-type){
    margin-bottom: 15px;
}

.article-body-container a{
    color: var(--article-body-link-color)!important;
    text-decoration: var(--article-body-link-decoration)!important;
}
.article-body-container a:hover,
.article-body-container a:active,
.article-body-container a:focus
{
    color: var(--article-body-link-color-hover)!important;
    text-decoration: var(--article-body-link-decoration-hover)!important;
}

.feedback-container{
    margin-top: 60px;
    padding-top: 2rem!important;
    padding-bottom: 2rem!important;
}

.vote-btn{
    padding-left: 30px!important;
    padding-right: 30px!important;
}

.request-response-container{
    /* Nudging down because it doesnjust doesn't look right. */
    margin-top: 1px;
}

.request-response{
    border-bottom:1px solid var(--accent-light-grey);
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.request-response:first-child{
    border-top:1px solid var(--accent-light-grey);
    padding-top: 40px;
}

.request-comment{
}

.attachment-list{
    margin-top: 20px;
}

.attachment-list li:not(:last-child){
    margin-bottom: 5px;
}

.data-container{
    padding: 30px 20px;
    border:1px solid var(--accent-grey);
    background-color: var(--accent-light-grey);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    border-radius: var(--border-radius);
}

.request-meta-container{
    display: none;
}

.request-meta-trigger{
    margin-bottom: 30px;
    display: block;
}

@media (min-width: 992px) {
    .request-meta-trigger{
        display: none!important;
    }

    .request-meta-container{
        display: block;
    }
}

.request-meta-container p,
.request-meta-container .list-unstyled
{
    margin-bottom: 1.5rem;
}

.request-meta-container .list-unstyled:last-child{
    margin-bottom: 0px;
}

.search-results-list{
}

.search-results-title{
    margin-bottom: 40px;
}

.search-result{
    border-bottom:1px solid var(--accent-light-grey);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.search-results-list .breadcrumbs{
    margin-bottom: 10px;
    font-size: 12px;
}

.search-results-list .meta-row{
    font-size: 12px;
}

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

.user-avatar{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 30px;
    width: 80px;
    height: 80px;
}

.user-stats-container{
    margin-top: 30px;
    text-align: left;
}

footer{
    background-color: var(--footer-bg-color);
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

footer p{
    color: var(--footer-color);
}

footer p:last-child{
    margin-top: 60px;
}

footer a{
    color: var(--footer-link-color)!important;
    text-decoration: var(--footer-link-decoration)!important;
}

footer a:hover,
footer a:active,
footer a:focus{
    color: var(--footer-link-color-hover)!important;
    text-decoration: var(--footer-link-decoration-hover)!important;
}

.trustpilot-widget{
    margin-bottom: 50px;
}

.powered-by-zendesk
{
    display: none!important;
}
