body {
    font-family: "Roboto", "sans-serif";
}

.d-none{
	display: none;
}
[data-f-id="pbf"]{
	display: none;
}

.pagination{height:36px;margin:10px 0 10px 0;padding: 0;}
.pager,.pagination ul{margin-left:0;*zoom:1}
.pagination ul{padding:0;display:inline-block;*display:inline;margin-bottom:0;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:0 1px 2px rgba(0,0,0,.05);box-shadow:0 1px 2px rgba(0,0,0,.05)}
.pagination li{display:inline}
.pagination a{float:left;padding:0 12px;line-height:30px;text-decoration:none;border:1px solid #ddd;border-left-width:0}
.pagination .active a,.pagination a:hover{background-color:#f5f5f5;color:#94999E}
.pagination .active a{color:#94999E;cursor:default}
.pagination .disabled a,.pagination .disabled a:hover,.pagination .disabled span{color:#94999E;background-color:transparent;cursor:default}
.pagination li:first-child a,.pagination li:first-child span{border-left-width:1px;-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}
.pagination li:last-child a{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}
.pagination-centered{text-align:center}
.pagination-right{text-align:right}
.pager{margin-bottom:18px;text-align:center}
.pager:after,.pager:before{display:table;content:""}
.pager li{display:inline}
.pager a{display:inline-block;padding:5px 12px;background-color:#fff;border:1px solid #ddd;-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px}
.pager a:hover{text-decoration:none;background-color:#f5f5f5}
.pager .next a{float:right}
.pager .previous a{float:left}
.pager .disabled a,.pager .disabled a:hover{color:#999;background-color:#fff;cursor:default}
.pagination .prev.disabled span{float:left;padding:0 12px;line-height:30px;text-decoration:none;border:1px solid #ddd;border-left-width:1}
.pagination .next.disabled span{float:left;padding:0 12px;line-height:30px;text-decoration:none;border:1px solid #ddd;border-left-width:0}
.pagination li.active, .pagination li.disabled {
	float:left;padding:0 12px;line-height:30px;text-decoration:none;border:1px solid #ddd;border-left-width:0
}

.side-secondary {
    background: #fff;
    margin: 0 -1.5rem;
    padding: 0 1.5rem;
}
.theme-dark .side-secondary {
    background: #1c1a1a;
}
.side-secondary .browse-clip {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1fr auto;
    margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
    .side-secondary .browse-clip {
        margin-bottom: 0;
    }
}
.side-secondary .bc-img-link {
    grid-column: 1;
    grid-row: 1 / span 2;
    padding-bottom: 5rem;
    background: #101010;
}
.side-secondary .bc-img-link:before {
    content: "";
    position: absolute;
    bottom: 5rem;
    right: 0;
    width: 100%;
    height: 65%;
    background-color: rgba(16, 16, 16, 0);
    background: linear-gradient(180deg, rgba(16, 16, 16, 0) 0, #101010);
    z-index: 1;
}
.theme-dark .side-secondary .bc-img-link:before {
    background-color: rgba(17, 17, 17, 0);
    background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0, #111);
}
.side-secondary .bc-category {
    grid-column: 1;
    grid-row: 1;
    align-self: end;
    position: relative;
    z-index: 1;
    padding: 0.5rem 1.5rem 0;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .side-secondary .bc-category {
        padding: 0.5rem 1.75rem 0;
    }
}
@media (min-width: 1024px) {
    .side-secondary .bc-category {
        padding: 0.5rem 2rem 0;
    }
}
.side-secondary .bc-title {
    grid-column: 1;
    grid-row: 2;
    position: relative;
    z-index: 1;
    padding: 0 1.5rem 1rem;
}
@media (min-width: 768px) {
    .side-secondary .bc-title {
        padding: 0 1.75rem 1rem;
    }
}
@media (min-width: 1024px) {
    .side-secondary .bc-title {
        padding: 0 2rem 1rem;
    }
}
.side-secondary .bc-title-link {
    font-size: 2.4em;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    font-family: Roboto;
    text-transform: capitalize;
    text-shadow: 1px 1px 1px rgba(16, 16, 16, 0.8);
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.side-secondary {
    margin-bottom: 4rem;
}
@media (min-width: 768px) {
    .side-secondary {
        margin: 0 -4rem 3.5rem;
        padding: 0 4rem 4rem;
    }
}
@media (min-width: 1024px) {
    .side-secondary {
        grid-row: 2;
        grid-column: 6 / span 7;
        position: relative;
        margin: 0 -2rem 4rem 0;
        padding: 0 2rem 4rem 0;
    }
}
@media (min-width: 1310px) {
    .side-secondary {
        margin-right: -1rem;
        padding-right: 1rem;
    }
}
@media (min-width: 1310px) {
    .side-secondary:after {
        content: "";
        z-index: 0;
        position: absolute;
        top: 0;
        height: 100%;
        width: calc(50vw - 650px);
        background: #fff;
    }
    .theme-dark .side-secondary:after {
        background: #1c1a1a;
    }
}
@media (min-width: 1310px) {
    .side-secondary:after {
        right: calc(-50vw - -650px);
    }
}
.side-secondary .browse-home-secondary {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-gap: 1.5rem;
}
@media (min-width: 1024px) {
    .side-secondary .bc-img-link > div {
        overflow: hidden;
        height: 150px;
    }
}
@media (min-width: 1240px) {
    .side-secondary .bc-img-link > div {
        overflow: hidden;
        height: 175px;
    }
}
@media (min-width: 1024px) {
    .side-secondary .bc-title-link {
        font-size: 2.2em;
    }
}
@media (max-width: 768px) {
    .sidebar-sticky{
        display: none;
    }
}

.article-body img{
    display: inline-block;
    max-width: 100% !important;
}

.side-secondary .browse-clip.browse-custom .bc-excerpt{
	margin-top: 0;
	font-size: 1.4em;
}

.side-secondary .browse-clip{
	padding-bottom: 1em;
}

.pagination li.active {
	background: #364E63;
	color: #fff;
}
.pagination li:first-child {
	    border-left-width: 1px;
}

.img-fluid{
	width: 100%;
	height: auto;
}

.response {
    position: relative;
    height: 0;
}
.response .response-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.response .thumb {
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.response-16-9 {
    padding-bottom: 56.25%; /* 16:9 */
}
.response-2-1 {
    padding-bottom: 50%; /* 2:1 */
}
.response-4-3 {
    padding-bottom: 75%; /* 4:3; */
}
.response-6-1 {
    padding-bottom: 16.67%; /* 6:1 */
}
.response-6-5 {
    padding-bottom: 83.33%; /* 6:5 */
}
.response-3-2 {
    padding-bottom: 66.67%; /* 3:2 */
}

.section-title:before {
    content: "";
    position: relative;
    top: 3px;
    width: 50px;
    height: 25px;
    background: url(/client/img/icon-title.png) no-repeat center center;
    background-size: contain;
    display: inline-block;
    margin-right: 0.5rem;
}

@media (min-width: 768px) {
    .list-two-column{
        columns: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
    }
}
ul.list-two-column > li{
    font-size: 12px;
    margin: 0;
    margin-bottom: 1em;
    padding-left: 1.5em;
    position: relative;
    line-height: 1.8;
}
ul.list-two-column > li:after{
    content: '';
    height: .4em;
    width: .4em;
    background: #D2153A;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 50%;
    left: 0;
}

.article-body blockquote {
    position: relative;
    padding: 1rem; 
    /* margin: 0 auto 3rem; */
    /* width: 95%; */
    border-left: 5px solid #f47938;
    background: #f5f5f5;
    margin-bottom: 1rem;
}
.article-body blockquote > p {
    margin-bottom: 0;
}

.article-body{
    overflow: hidden !important;
    word-wrap: break-word;
}
.article-body p{
    margin-bottom: 1em;
}