ul.accordions { list-style: none; margin: 20px 0; padding: 0; }
.accordions .accordion { position: relative; line-height: 1.618; border: 1px solid #e6e7e7; padding: 11px 12px 10px 11px; margin-bottom: 15px; text-align: left; }
.accordions .accordion:before { content: ''; background-image: url(//www.marketreview.com/wp-content/themes/marketreview/images/item-arrow.png); width: 7px; height: 6px; background-size: contain; background-repeat: no-repeat; background-position: center center; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; display: block; position: absolute; top: 20px; right: 15px; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); pointer-events: none; }
.accordions .accordion.active:before { -webkit-transform: none; -ms-transform: none; transform: none; }
.accordions .accordion .accordion__question { font-size: 15px; font-weight: bold; padding-right: 25px; cursor: pointer; }
.accordions .accordion .accordion__answer { display: none; font-size: 14px; text-align: justify; margin-top: 15px; padding-right: 25px; }
.accordions .accordion.active .accordion__answer { display: block; } #main hr { display: block; color: #333; margin: 35px 0 20px; outline: none; }
.profil-author { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; border-top: 1px solid #333; padding-top: 35px; margin-top: 20px; }
.profil-author .image { width: 90px; height: 90px; -webkit-box-flex: 0; -ms-flex: 0 0 90px; flex: 0 0 90px; margin-right: 15px; }
.profil-author .image a { display: block; }
.profil-author .info { display: block; }
.profil-author .bio { font-size: 14px; }
.profil-author .bio p { margin-bottom: 0; } .features-img img { width: auto; max-width: 100%; height: auto; } .post .features-img img,
.post-preview .preview-img img { width: 100%; height: auto; min-height: unset; min-width: unset; }
.post .features-img,
.post-preview .preview-img { height: auto; } blockquote { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; margin: 15px 0; min-height: 98px; border: 1px solid #e2e4e4; background-color: #f3f4f6; font-size: 14px; font-weight: bold; text-align: center; padding: 10px 20px 10px 68px; color: #16283d; font-style: normal; text-align: center; }
blockquote p { text-align: center !important; margin-bottom: 0 !important; }
blockquote cite { display: block; text-align: left; }
blockquote:before { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 48px; background-color: #00245d; color: #fff; font-size: 44px; content: 'i'; position: absolute; top: 0; left: 0; bottom: 0; } .table-toc { border: 1px solid #e2e4e4; background-color: #f3f4f6; padding: 10px 20px; margin-bottom: 15px; text-align: left; font-weight: 700; }
.table-toc .table__head { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; cursor: pointer; }
.table-toc .table__head p { margin-bottom: 0; }
.table-toc:not(:first-child) { margin-top: 15px; }
.table-toc .table__content { display: none; padding: 10px 0; }
.table-toc .table__content ol { list-style: none; }
.table-toc .table__content > ol > li > a { font-size: 16px; } .table-toc .table__content > ol { counter-reset: section; margin-bottom: 0; padding-left: 15px; }
.table-toc .table__content > ol > li:before { counter-increment: section; content: counter(section) ". "; } 
.table-toc .table__content > ol ol { counter-reset: subsection; padding-left: 20px; }
.table-toc .table__content > ol ol li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.table-toc .table__content > ol ol li > * { margin-bottom: 0; }
.table-toc .table__content > ol ol li:before { counter-increment: subsection; content: counter(section) "." counter(subsection) ". "; margin-right: 4px; } .table-toc .table__head span { font-size: 13px; font-style: italic; }
.table-toc .table__head span:before { content: 'Show'; }
.table-toc .table__head span.active:before { content: 'Hide'; text-decoration: underline; } .table-toc .table__content a { position: relative; text-decoration: none; }
.table-toc .table__content a:before { content: ''; position: absolute; top: 20px; left: 0; right: 100%; background-color: #477fec; height: 1px; -webkit-transition: right .3s; -o-transition: right .3s; transition: right .3s; }
.table-toc .table__content ol ol a:before { top: 90%; }
.table-toc .table__content a:hover:before { right: 0; } @media(max-width: 767px){
.accordions .accordion .accordion__answer { margin-top: 10px; text-align: left; }
blockquote { padding: 15px 15px 15px 55px; }
blockquote:before { width: 40px; font-size: 40px; }
.table-toc { padding: 8px; }
.table-toc .table__content a:hover { text-decoration: underline; }
.table-toc .table__content a:hover:before { display: none; }
.table-toc .table__content > ol { padding-left: 8px; }
.table-toc .table__content > ol ol { padding-left: 10px; }
} .wrapper-columns.wrapper-columns--two { display: flex; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; }
.wrapper-columns.wrapper-columns--two .widget { width: 32%; padding: 80px 10px 40px 40px; }
@media(max-width: 1024px){
.wrapper-columns.wrapper-columns--two { flex-wrap: wrap; }
.wrapper-columns.wrapper-columns--two .widget { width: 100%; }
} .ratings { position: relative; vertical-align: middle; display: inline-block; color: #b1b1b1; overflow: hidden; padding-top: 4px; }
.ratings-digit { display: inline-block; font-size: 14pt; font-weight: 700; } @media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { 
.selector:not(*:root), .ratings-digit {
margin-left: 4px;
}
} @-moz-document url-prefix() {
.ratings-digit {
margin-left: 3px;
}
}
@media(max-width: 820px){
.ratings { padding-top: 0; padding-bottom: 7px; }
} .stars-full { position: absolute; left: 0; top: 4px; white-space: nowrap; overflow: hidden; color: #477fec; }
.stars-empty:before, .stars-full:before { content:"\2605\2605\2605\2605\2605"; font-size: 14pt; }
.stars-empty:before { -webkit-text-stroke: 1px #848484; }
.stars-full:before { -webkit-text-stroke: 1px #477fec; }
@-moz-document url-prefix() { .stars-full { color: #477fec ; } } @media(max-width: 820px){
.stars-full { top: 0; }
} .cols-cta { display: flex; flex-wrap: wrap; justify-content: center; align-content: stretch; margin-bottom: 50px; } .col.col--size-1 { width: calc(33% - 13px); }
.col.col--size-1:nth-child(3n+2) { margin-left: 20px; margin-right: 20px; }
.col.col--size-1:nth-child(n+4) { margin-top: 30px; }
.col.col--size-2 { width: 100%; }
.col.col--size-2 ~ .col--size-2 { margin-top: 30px; }
@media(max-width: 820px){
.col.col--size-1 { width: 100%; }
.col.col--size-1:nth-child(3n+2) { margin-left: 0; margin-right: 0; }
.col.col--size-1 ~ .col--size-1 { margin-top: 30px; }
} .feature { display: flex; flex-direction: column; justify-content: space-between; height: 100%; background-color: #fff; font-size: 16px; border: 1px solid #d2d7dc; }
.feature .feature__head { width: 100%; padding: 20px 10px; border-bottom: 1px solid #d2d7dc; text-align: center; }
.feature .feature__head img { width: auto; height: 55px; margin: 0 auto; }
.feature .feature__head .btn { display: none; font-family: sans-serif; font-weight: 800; font-size: 14px; }
.feature .feature__body { width: 100%; flex-grow: 1; text-align: left; padding: 20px 10px; }
.col.col--size-1 .feature .feature__title { display: none; }
.col.col--size-1 .feature .ratings { display: none; }
.col.col--size-1 .feature .ratings-digit { display: none; }
.feature .feature__entry ul { padding-left: 18px; list-style-position: inside;  }
.feature .feature__entry a { font-family: sans-serif; color: #005fb9; font-weight: 700; }
.feature .feature__foot { text-align: center; padding: 30px 10px; border-top: 1px solid #d2d7dc; font-weight: 800; font-family: sans-serif; }
.feature .feature__foot a { font-size: 14px; }
.feature .ratings__text { display: inline-block; padding-left: 16px; }
.feature .ratings__text span { border-bottom: 1px solid #000; padding-bottom: 1px; }
.feature .feature__head .ratings__text { display: none; }
@media(max-width: 767px){
.feature .feature__body .ratings__text { display: none; }
.feature .feature__head .ratings__text { display: inline-block; }
} .feature--horizontal { flex-direction: row; justify-content: flex-start; height: auto; padding: 20px; }
.feature--horizontal .feature__head { display: flex; flex-direction: column; justify-content: center; width: 30%; padding-right: 30px; border-bottom: none; border-right: 1px solid #d2d7dc; }
.feature--horizontal .feature__head img { width: 100%; height: auto; margin-bottom: 40px; }
.feature--horizontal .feature__head .feature__title { display: none; }
.feature--horizontal .feature__head .ratings { display: none; }
.feature--horizontal .feature__head .ratings-digit { display: none; }
.feature--horizontal .feature__head .btn { display: inline-block; }
.feature--horizontal .feature__body { padding-left: 30px; }
.feature--horizontal .feature__body .feature__title { font-size: 26px; margin-bottom: 10px; }
.feature--horizontal .feature__body .feature__entry ul { padding-left: 0; }
.feature--horizontal .feature__body .ratings { margin-bottom: 10px; }
.feature--horizontal .feature__foot { display: none; }
@media(max-width: 820px){
.feature--horizontal { flex-wrap: wrap; }
.feature--horizontal .feature__head { display: block; width: 100%; padding: 0 0 40px 0; border-bottom: 1px solid #d2d7dc; border-right: none; }
.feature--horizontal .feature__head img { width: auto; max-height: 140px; margin-bottom: 20px; }
.feature--horizontal .feature__head .feature__title { display: block; }
.feature--horizontal .feature__head .ratings { display: inline-block; }
.feature--horizontal .feature__head .ratings-digit { display: inline-block; }
.feature--horizontal .feature__head .btn {  margin: 0 auto; }
.feature--horizontal .feature__head .feature__action { margin-top: 20px; }
.feature--horizontal .feature__body { width: 100%; padding-left: 10px; padding-top: 30px; }
.feature--horizontal .feature__body .feature__title { display: none; }
.feature--horizontal .feature__body .ratings { display: none; }
.feature--horizontal .feature__body .ratings-digit { display: none; }
.feature--horizontal .feature__body .btn { display: inline-block; }
} .article-news { margin-top: 50; }
.article-news { display: flex; justify-content: space-between; }
.article-news ~ .article-news { border-top: 1px solid #e2e4e4; padding-top: 20px; margin-top: 20px; }
.article-news .article__head { width: calc(30% - 20px);  flex: 1 1 calc(30% - 20px); margin-right: 20px; }
.article-news .article__image { position: relative; width: 100%; height: 100%; max-height: 80px; background-size: cover; background-repeat: no-repeat; background-position: center; opacity: 0.9; transition: all .3s; }
.article-news .article__image:hover { opacity: 1; }
.article-news .article__image a { position: absolute; left: 0; top: 0; display: block; height: 100%; width: 100%; }
.content-single .article-news .article__image,
section:not(.wysiwyg-text) .article-news .article__image { min-height: 120px;  }
.article-news .article__body { width: 70%; flex: 1 1 70%; font-size: 18px; }
.article-news .article__body a { position: relative; color: #000; text-decoration: none; }
.article-news .article__body a:hover { color: #477fec; }
.article-news .article__body a:before { content: ""; position: absolute; width: 100%; height: 1px; bottom: 0; left: 0; background-color: #477fec; visibility: hidden; -webkit-transform: scaleX(0); transform: scaleX(0); -webkit-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; }
.article-news .article__body a:hover:before { visibility: visible; -webkit-transform: scaleX(1); transform: scaleX(1); }
.article-news .article__title { text-align: left; line-height: 1.05; font-size: 22px; transition: opacity .3s; }
.article-news .article__entry { line-height: 1.2; }
.article-news .article__meta { padding-bottom: 0; color: #8a8a8a; }
.article-news .article__meta p { margin-bottom: 0; }
.article-news .article__meta p ~ p { margin-top: 0; }
.article-news .article__more { text-align: right; margin-top: 20px; }
@media(max-width: 1600px){
.wysiwyg-text  .article-news .article__title { font-size: 17px; margin-bottom: 10px; }
.wysiwyg-text  .article-news .article__meta { font-size: 16px; }
.wysiwyg-text  .article-news .article__entry { font-size: 15px; }
}
@media(max-width: 1200px){
.wysiwyg-text .article-news .article__head { width: calc(30% - 10px);  flex: 1 1 calc(30% - 10px); margin-right: 10px; }
.wysiwyg-text .article-news .article__image { max-height: 50px; }
.wysiwyg-text .article-news .article__title { font-size: 16px; font-weight: 700; line-height: 1; }
.wysiwyg-text .article-news .article__meta { font-size: 14px; }
.wysiwyg-text .article-news .article__entry { font-size: 14px; }
}
@media(max-width: 1024px){
.wysiwyg-text .article-news .article__head { width: calc(30% - 20px);  flex: 1 1 calc(30% - 20px); margin-right: 20px; }
.wysiwyg-text .article-news .article__image { max-height: 50px; }
.wysiwyg-text .article-news .article__title { font-size: 17px; font-weight: 900; line-height: 1.05; }
.wysiwyg-text .article-news .article__meta { font-size: 16px; }
.wysiwyg-text .article-news .article__entry { font-size: 15px; }
.article-news .article__image,
.content-single .article-news .article__image,
section:not(.wysiwyg-text) .article-news .article__image { min-height: 100px; }
}
@media(max-width: 420px){
.articles-news .article-news { flex-wrap: wrap; }
.articles-news .article-news .article__head { flex-basis: 100%; min-height: 0; margin-right: 0; }
.articles-news .article-news .article__head .article__image { height: 0; padding-bottom: 50%; }
.articles-news .article-news .article__body { flex-basis: 100%; margin-left: 0; margin-top: 20px; }
}
.wysiwyg-text > h4 { font-weight: 700; font-size: 1.1428rem; text-transform: uppercase; margin-bottom: 20px; }