﻿@media (max-width: 979px) {
    .background-responsive-fixed-width {
        width: 1000px !important;
    }
}

#back-to-top {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 50px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    font-size: 52px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: rgba(108,47,113,0.65);
}

    #back-to-top:hover {
        background-color: rgba(108,47,113,1);
    }

.alt-logo {
    width: 320px;
    margin: 25px 0px;
}

.page-top-divider {
    border-top: 1px solid #ddd;
}

.page-section {
    padding: 36px 0px;
    margin-bottom: 36px;
}

    .page-section.clear {
        padding: 0px;
    }


#trustpilot-widget {
    background-color: transparent !important;
}