.entry-title {
    color: #0069aa;
    font-weight: 400;
    text-align: center;
    margin: .67em 0 41px;
    padding-bottom: 1.5em
}

#scroll-review-nav {
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    width: 100%;
    position: fixed;
    background: #fff;
    text-align: center;
    pointer-events: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px)
}

#scroll-review-nav li {
    margin: 7px;
    display: inline-block
}

#scroll-review-nav li a {
    display: block;
    color: #005e99;
    padding: 3px 25px
}

#scroll-review-nav li a:active,
#scroll-review-nav li a:focus,
#scroll-review-nav li a:hover {
    color: #252525
}

#scroll-review-nav.sticky {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.review-sources {
    margin: 30px 0;
    text-align: center
}

.review-sources li {
    margin: 7px;
    display: inline-block
}

.review-sources a {
    display: block;
    color: #005e99;
    font-weight: 700;
    padding: 10px 25px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #005e99;
    text-transform: uppercase
}

.review-sources a:active,
.review-sources a:focus,
.review-sources a:hover {
    color: #fff;
    background: #005e99
}

.source-title {
    margin: 1em 0;
    color: #005e99;
    font-size: 24px;
    font-weight: 700
}

.source-title a {
    color: #005e99
}

.source-title a:active,
.source-title a:focus,
.source-title a:hover {
    color: #58a0ce
}

.reviews-list {
    -webkit-align-items: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.reviews-source {
    position: relative
}

.reviews-source .scroll-top-link {
    top: 0;
    right: 0;
    width: 40px;
    color: #000;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #a8c930
}

.review-item {
    text-align: center;
    margin-bottom: 15px;
    display: inline-block;
    padding: 35px 55px 48px;
    border: 1px solid transparent
}

.review-item:hover {
    border: 1px solid #9ed2e6;
    -webkit-box-shadow: 2px 2px 3px 0 #d1e2f7;
    -moz-box-shadow: 2px 2px 3px 0 #d1e2f7;
    box-shadow: 2px 2px 3px 0 #d1e2f7
}

.review-item:hover .quote-icon {
    background: #a8c930
}

.review-item .quote-icon {
    color: #fff;
    width: 29px;
    z-index: 50;
    right: -10px;
    height: 29px;
    bottom: -12px;
    font-size: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    background: #006aac
}

.review-item .ratingstars {
    margin-top: 40px
}

.review-item .review-content {
    color: #252525;
    font-size: 15px;
    margin-top: 15px;
    line-height: 32px
}

.review-item .img {
    z-index: 0;
    width: 60px;
    height: 60px;
    color: #b7c3c9;
    font-size: 35px;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #b7c3c9
}

.review-item .img img {
    width: 100%;
    z-index: 40;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.review-item .img img+svg {
    display: none
}

.review-item .img>svg {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.review-item .footer {
    margin-top: 10px
}

.review-item .name {
    color: #212121;
    font-size: 15px;
    font-weight: 700
}

.review-item .reviewauthor-info {
    color: #868686;
    font-size: 15px
}

#video .review-item .img {
    width: auto;
    height: auto;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

#video .review-item .img img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

#video .review-item:hover .img img {
    opacity: .6
}

.reviewvideo-modal {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    position: fixed;
    z-index: 1000000;
    visibility: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: rgba(255, 255, 255, .75)
}

.reviewvideo-modal.opened {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.reviewvideo-modal .responsive-video {
    cursor: auto;
    position: relative
}

.reviewvideo-modal .close-modal {
    width: 30px;
    z-index: 10;
    top: -12.5px;
    height: 30px;
    right: -12.5px;
    display: block;
    cursor: pointer;
    position: absolute;
    text-indent: -9999px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==)
}

#clutch .review-item .img,
#google .review-item .img {
    border: none
}