.rf-portlet {
    background: #ffffff;
    border: 1px solid rgba(54, 64, 74, 0.05);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-clip: padding-box;
    margin-bottom: 20px;
    font-family: 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #797979;
}

.rf-portlet .rf-portlet-heading {
    -webkit-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    background-clip: padding-box;
    color: #ffffff;
    padding: 12px 20px;
}

.rf-bg-blue {
    background-color: #36404a;
}

.rf-section-title {
    margin-top: -4px;
    color: white !important;
    /* color: #5d9cec; */
    margin-bottom: 0px;
    font-size: 26px;
    word-wrap: break-word;
}

.rf-clearfix {
    clear: both!important;
}

.rf-clearfix:before, .rf-clearfix:after,.rf-panel-body:before, .rf-panel-body:after, .rf-row:before, .rf-row:after {
    display: table;
    content: " ";
    box-sizing: border-box;
}

.rf-clearfix:after {
    clear: both;
}

.rf-row {
    margin-right: -10px;
    margin-left: -10px;
}

.rf-p-t-0 {
    padding-top: 0 !important;
}

.rf-p-20 {
    padding: 20px !important;
}

.rf-panel {
    border: none;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.rf-panel-inverse > .rf-panel-heading {
    background-color: #4c5667;
}
.rf-panel-heading {
    border: none !important;
    padding: 10px 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.rf-panel-color .rf-panel-title {
    color: #ffffff;
}
.rf-panel-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.rf-panel .rf-panel-body {
    padding: 15px;
}

.rf-faq-box {
    padding: 24px 0px;
    /* border-bottom: 1px solid #ebeff2; */
}

.rf-row-hidden {
    display: none;
}

.rf-faq-box .rf-question {
    font-weight: 600;
    font-size: 16px;
    margin-top: 0px;
}

.rf-faq-box .rf-answer {
    /* color: #98a6ad; */
    margin-bottom: 0px;
}

.rf-portlet h4 {
    line-height: 22px;
}
.rf-portlet h1, .rf-portlet h2, .rf-portlet h3, .rf-portlet h4, .rf-portlet h5, .rf-portlet h6 {
    color: #505458;
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 10px 0;
}