/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
@media screen and (max-width : 1200px) {}

/* Medium Devices, Desktops */
@media screen and (max-width : 992px) {}

/* Small Devices, Tablets */
@media screen and (max-width : 768px) {}

/* Extra Small Devices, Phones */
@media screen and (max-width : 480px) {}

/* Custom, iPhone Retina */
@media screen and (max-width : 320px) {}

/*
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------NEW SITE BREAKPOINTS---------------------------------------------------------
--------------------------------------USE THESE BREAKPOINTS -- DO NOT ADD MORE BREAKPOINTS--------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------
*/

.gen_table {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    margin-bottom: 10px;
}

.gen_table .header {
    background-color: #404040;
    border-bottom: 3px solid #ffc410;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: white;
}

.gen_table .header>div {
    border-right: 1px solid #1a1a1a;
    text-align: center;
}

.gen_table.col-3 .header>div,
.gen_table.col-3 .body>div>div {
    padding: 10px;
    width: 32%;
}

.gen_table.col-2 .header>div,
.gen_table.col-2 .body>div>div {
    padding: 10px;
    width: 49%;
    vertical-align: middle;
}

.gen_table.col-4 .header>div,
.gen_table.col-4 .body>div>div {
    padding: 10px;
    width: 24.3%;
    vertical-align: middle;
}

.header>div {
    display: inline-block;
}

.gen_table .header>div:last-child {
    border-right: medium none;
}

.gen_table .body {
    border: 1px solid #d7d7d7;
}

.gen_table .body>div:nth-child(2n+1) {
    background-color: #f2f2f2;
}

.gen_table .body>div {
    border-bottom: 1px solid #d7d7d7;
    width: 100%;
}

.gen_table .body div {
    display: inline-block;
}

.gen_table .body>div>div:first-child {
    color: #787878;
}

.gen_table .body>div>div {
    border-right: 1px solid #b2b2b2;
    text-align: center;
}

.gen_table .body>div>div:last-child {
    border-right: medium none;
}

.gen_table.col-3.extended .header>div:first-child,
.gen_table.col-3.extended .body>div>div:first-child {
    width: 65%;
}

.gen_table.col-3.extended .header>div,
.gen_table.col-3.extended .body>div>div {
    width: 17.5%;
}

.header.double>div {
    height: 65px;
    vertical-align: middle;
}

.gen_table div.body div.fullrow {
    background-color: #b2b2b2;
    color: #404040;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
}

.triple>div {
    height: 90px;
    vertical-align: middle;
}

.double>div {
    height: 60px;
    vertical-align: middle;
}

.header.full>div {
    min-height: 60px;
    padding-top: 20px !important;
    text-align: left;
    width: 100% !important;
}

.gen_table .body div.fullrow.subheader {
    background-color: #5d5d5d;
    color: white;
    font-size: 0;
    padding: 0;
    text-align: center;
}

.gen_table div.body div.fullrow.subheader>div:first-child,
.gen_table div.body div.subbody>div>div:first-child {
    width: 10%;
}

.gen_table .body .fullrow.subheader>div {
    border-right: 1px solid #404040;
    color: white;
    font-size: 13px;
    font-weight: normal;
    line-height: normal;
    min-height: 55px;
    vertical-align: middle;
}

.gen_table div.body div.fullrow.subheader div:nth-child(2),
.gen_table div.subbody>div>div:nth-child(2) {
    width: 44%;
}

.gen_table .body div.fullrow.subheader>div:nth-child(4),
.gen_table div.subbody>div>div:nth-child(4) {
    width: 11%;
}

div.gen_table div.body div.subbody>div {
    width: 100% !important;
}

.gen_table div.body div.subbody>div {
    border-right: medium none;
    padding: 0;
    color: #787878;
}

.gen_table .subbody>div:nth-child(2n+1) {
    background-color: #f2f2f2;
}

.gen_table div.subbody>div>div:nth-child(3),
.gen_table div.subbody>div>div:nth-child(5) {
    width: 17.5%;
}

.gen_table div.body div.subbody>div>div {
    border-bottom: 1px solid #d8d8d8;
    border-right: 1px solid #b2b2b2;
    min-height: 60px;
    padding-top: 12px;
    vertical-align: middle;
}

.gen_table .body .fullrow.subheader>div:last-child {
    border-right: medium none;
}

.gen_table div.body div.subbody>div>div:last-child {
    border-right: medium none;
}

h3.subtitle2 {
    border-bottom: 3px solid #ffc410 !important;
    display: inline-block !important;
    font-size: 22px !important;
    margin-bottom: 10px !important;
    min-width: 250px !important;
    padding-right: 20px !important;
    margin-top: -10px !important;
}

.list-col-2 {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.list-col-3 {
    display: inline-block;
    vertical-align: top;
    width: 32.5%;
}

.list-col-3 .lnkbtn {
    width: 90%;
}

.padding-strong {
    font-style: italic;
    font-weight: bold;
    padding-left: 5%;
}

.form-submit>input#submit {
    background-color: #2f7ab8;
    border: medium none;
    border-radius: 5px;
    color: white;
    margin-bottom: 20px;
    padding: 5px 10px;
}

.comment-box {
    border: 1px solid #ccc;
    padding: 10px;
}

.img_holder {
    display: inline-block;
}

.text_holder {
    display: inline-block;
    margin-left: 10px;
    position: relative;
    top: 10px;
    width: 90%;
}

.grey {
    color: #ccc;
    float: right;
    font-size: 13px;
}

.title {
    font-style: italic;
}

textarea#comment {
    height: 80px;
    width: 100%;
}

.review_data {
    border: 3px dotted #ffc410;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    display: none;
}

.text_overall {
    margin-bottom: 0;
}

.review_data>p {
    margin: 0;
}

.comment-box {
    margin-bottom: 10px;
}

#comments .img_holder {
    display: block;
}

#comments .img_holder>img {
    float: left;
    vertical-align: top;
}

a.table {
    color: #FFF !important;
    text-decoration: overline !important;
}


h2.yellowRoundedWithArrow {
    background: #f6c547;
    display: inline-block;
    border-top-right-radius: 55px;
    padding: 15px 45px 10px 15px;
    position: relative;
    margin-bottom: 0px;
    color: #000000;
    font-weight: bold;
}

h2.yellowRoundedWithArrow::before {
    content: '';
    background: url('/wp-content/themes/lh_wordpress_blank_theme/img/whiteArrowBlackBG.png') no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin: 0 10px 0 0;
}

.relative h2.yellowRoundedWithArrow>span {
    border-bottom: 5px solid #404040;
    width: 100%;
    display: block;
}

.relative h3.greySlantOrangeBottomBorder>span {
    border-bottom: 5px solid #f6c547;
    width: 100%;
    display: block;
}

h3.greySlantOrangeBottomBorder {
    background: #404040;
    display: table-cell;
    padding: 11px 75px 15px 13px;
    color: #ffffff;
    font-weight: 100;
    border-bottom: none;
    position: relative;
    z-index: 2;
}

h3.greySlantOrangeBottomBorder::after {
    content: '';
    border-left: 40px solid transparent;
    width: 60px;
    height: 50px;
    float: right;
    transform: rotate(-180deg);
    position: absolute;
    right: -40px;
    top: -2px;
    z-index: 1;
    border-right: 40px solid transparent;
    border-top: 48px solid #404040;
}

h4 {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 0px;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: 4px solid #ffc410;
}

.relative {
    position: relative;
}

.relative .greyLine {
    height: 6px;
    background: #404040;
    border-radius: 0px 5px 5px 0px;
    margin-bottom: 20px;
    border-top: 1px #fff solid;
}

.relative .yellowLine {
    height: 6px;
    background: #f6c547;
    border-radius: 0px 5px 5px 0px;
    margin-bottom: 20px;
    border-top: 1px #fff solid;
    position: relative;
    z-index: 10;
}


@media only screen and (min-width:320px) and (max-width:640px) {
    .gen_table {
        width: 100%;
    }

    .list-col-2,
    .list-col-3 {
        width: 100%;
        display: block;
    }

    .list-col-2,
    .list-col-3 {
        margin-bottom: 0;
    }
}

@media only screen and (min-width:320px) and (max-width:450px) {

    .gen_table.col-3.extended .header>div:first-child,
    .gen_table.col-3.extended .body>div>div:first-child {
        width: 47%;
    }

    .gen_table.col-3.extended .header>div,
    .gen_table.col-3.extended .body>div>div {
        width: 26.5%;
    }

    .gen_table div.body div.fullrow.subheader>div:first-child,
    .gen_table div.body div.subbody>div>div:first-child {
        width: 16%;
    }

    .gen_table div.body div.fullrow.subheader div:nth-child(2),
    .gen_table div.subbody>div>div:nth-child(2) {
        width: 44%;
    }

    .gen_table .body div.fullrow.subheader>div:nth-child(4),
    .gen_table div.subbody>div>div:nth-child(4) {
        width: 18%;
    }

    .gen_table div.body div.fullrow.subheader div:nth-child(3),
    .gen_table div.subbody>div>div:nth-child(3) {
        display: none;
    }

    .gen_table.col-3.extended .body .subheader.subheader-5>div:last-child {
        width: 17.5%;
    }

    .gen_table .body>div>div {
        min-height: 100px;
        vertical-align: top;
    }

    .gen_table div.body div.subbody>div {
        min-height: auto;
    }

    div.lnkbtn {
        width: 20%;
        margin: 10px auto 10px auto;
        height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 15px;
        background-color: #14A23A;
        border-radius: 5px;
        -webkit-box-shadow: 0px 6px 0px 0px rgba(11, 122, 41, 1);
        -moz-box-shadow: 0px 6px 0px 0px rgba(11, 122, 41, 1);
        box-shadow: 0px 6px 0px 0px rgba(11, 122, 41, 1);
    }

    div.lnkbtn:hover {
        background-color: #0b7a29;
    }
}

.small-break {
    float: none;
    clear: both;
    height: 10px;
    width: 100%;
}

.break {
    float: none;
    clear: both;
    height: 100px;
    width: 100%;
}

@media all and (min-width:0px) and (max-width:710px) {
    table.generic_table1 {
        border: none;
        font-size: .5em;
    }

    table.generic_table1 {
        width: 100% !important;
    }

    table.generic_table1 thead.head {
        background: #4f4e4c;
        color: #ffffff;
        line-height: 20px;
        border-bottom: 5px solid #f5c503;
    }

    table.generic_table1 thead.head tr {
        border: none !important;
    }

    table.generic_table1 thead th:first-child {
        border-radius: 8px 0 0 0;
        border: none !important;
    }

    .generic_table1 thead th:last-child {
        border-radius: 0 8px 0 0;
        border: none !important;
    }

    .generic_table1 tr:last-child {
        border-bottom: 3px solid #cccccc;
    }

    .generic_table1 tr,
    .generic_table1 td {
        padding: 2px;
        text-align: center;
        border: 1px solid #cccccc;
    }

    .generic_table1 tr {
        border: 1px solid #cccccc;
    }

    .generic_table1 th {
        padding: 2px;
        text-align: center;
        border: 1px solid #333333;
    }

    .generic_table1 tbody.body1 tr:nth-child(odd) {
        background: #eeedeb;
    }
}

@media all and (min-width:711px) and (max-width:1200px) {
    table.generic_table1 {
        border: none;
    }

    table.generic_table1 {
        width: 100% !important;
    }

    table.generic_table1 thead.head {
        background: #4f4e4c;
        color: #ffffff;
        line-height: 20px;
        border-bottom: 5px solid #f5c503;
    }

    table.generic_table1 thead.head tr {
        border: none !important;
    }

    table.generic_table1 thead th:first-child {
        border-radius: 8px 0 0 0;
        border: none !important;
    }

    .generic_table1 thead th:last-child {
        border-radius: 0 8px 0 0;
        border: none !important;
    }

    .generic_table1 tr:last-child {
        border-bottom: 3px solid #cccccc;
    }

    .generic_table1 tr,
    .generic_table1 td {
        padding: 2px;
        text-align: center;
        border: 1px solid #cccccc;
    }

    .generic_table1 tr {
        border: 1px solid #cccccc;
    }

    .generic_table1 th {
        padding: 2px;
        text-align: center;
        border: 1px solid #333333;
    }

    .generic_table1 tbody.body1 tr:nth-child(odd) {
        background: #eeedeb;
    }
}

@media all and (min-width:1201px) and (max-width:6000px) {
    table.generic_table1 {
        border: none;
    }

    table.generic_table1 {
        width: 100% !important;
    }

    table.generic_table1 thead.head {
        background: #4f4e4c;
        color: #ffffff;
        line-height: 20px;
        border-bottom: 5px solid #f5c503;
    }

    table.generic_table1 thead.head tr {
        border: none !important;
    }

    table.generic_table1 thead th:first-child {
        border-radius: 8px 0 0 0;
        border: none !important;
    }

    .generic_table1 thead th:last-child {
        border-radius: 0 8px 0 0;
        border: none !important;
    }

    .generic_table1 tr:last-child {
        border-bottom: 3px solid #cccccc;
    }

    .generic_table1 tr,
    .generic_table1 td {
        padding: 20px;
        text-align: center;
        border: 1px solid #cccccc;
    }

    .generic_table1 tr {
        border: 1px solid #cccccc;
    }

    .generic_table1 th {
        padding: 20px;
        text-align: center;
        border: 1px solid #333333;
    }

    .generic_table1 tbody.body1 tr:nth-child(odd) {
        background: #eeedeb;
    }
}

@media all and (min-width:1201px) and (max-width:1300px) {

    .table.action-table>thead>tr>th,
    .table.action-table>tbody>tr>th,
    .table.action-table>tfoot>tr>th,
    .table.action-table>thead>tr>td,
    .table.action-table>tbody>tr>td,
    .table.action-table>tfoot>tr>td {
        padding: 8px;
    }
}

@media all and (min-width:0px) and (max-width:330px) {
    .questionImage {
        width: 100%;
        text-align: center;
        padding: 20px;
    }

    .questionText {
        width: 100%;
        float: right;
        padding: 27px 20px;
    }

    .questionBox {
        background: #16a085;
        margin: 20px auto;
        width: 100%;
        display: table;
    }

    .questionBoxWide {
        background: #16a085;
        margin: 20px auto;
        width: 100%;
        display: table;
    }

    .standOutBox {
        background: #f39c12;
        padding: 15px 60px;
        margin: 20px auto;
        width: 100%;
    }

    .standOutBox2 {
        background: #f39c12;
        padding: 15px 60px;
        margin: 20px auto;
        width: 100%;
    }

    .redYeildBox {
        width: 100%;
        padding: 10px 60px 18px;
        margin: 20px auto;
        border: 2px solid red;
        position: relative;
    }

    .quoteBox {
        background: #557994 url('/wp-content/uploads/2017/07/quoteIcon.png') no-repeat;
        width: 100%;
        padding: 15px 20px;
        margin: 20px auto 40px;
        background-position: 1% 75%;
        position: relative;
        font-size: 1.2em;
        line-height: 24px;
    }

    .questionText {
        text-align: center;
        padding: 0px 0 10px;
    }

    .exampleBox {
        width: 100%;
        padding: 20px 20px 0px;
        background: #bdc3c7;
        border: 1px solid #9ba0a3;
        position: relative;
        margin: 60px auto 30px;
    }

    .noteBox,
    .recommendedBox,
    .importantBox,
    .warningBox,
    .tipsBox,
    .furtherInfoBox {
        position: relative;
        width: 100%;
        padding: 20px 20px 0px;
        margin: 30px auto;
        background: #ecf0f1;
        border-left: 1px solid #ced1d2;
        border-right: 1px solid #ced1d2;
        border-bottom: 1px solid #ced1d2;
    }

    .smallImageBoxes {
        width: 100%;
        float: left;
        margin: 2% 0;
    }

    .bannerContainer {
        width: 100%;
        padding: 15px 20px 0px;
        background: #ecf0f1;
        border: 1px solid #ced1d2;
        margin: 60px auto 40px;
        text-align: center;
        position: relative;
    }

    .noteBox span,
    .recommendedBox span,
    .importantBox span,
    .warningBox span,
    .tipsBox span,
    .furtherInfoBox span {
        text-transform: uppercase;
        position: absolute;
        left: 10px;
        top: -15px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        padding: 8px 20px;
        color: #ffffff;
        border-bottom: 2px solid #d2d6d7;
        border-right: 2px solid #d2d6d7;
        font-size: .9em;
    }

    .redYeildBox span {
        display: table;
        margin: 0 auto;
        text-align: center;
        font-weight: bolder;
        font-style: italic;
        font-size: 1.4em;
        line-height: 25px;
    }

    .standOutBox span {
        margin: 0 auto;
        display: table;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-weight: bolder;
        font-style: italic;
        font-size: 1.4em;
        line-height: 25px;
    }

    .standOutBoxWide span {
        margin: 0 auto;
        display: table;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-weight: bolder;
        font-style: italic;
        font-size: 1.4em;
        line-height: 25px;
    }

    .questionBox span {
        margin: 0 auto;
        display: table;
        text-align: center;
        font-weight: bolder;
        line-height: 25px;
    }

    .questionBoxWide span {
        margin: 0 auto;
        display: table;
        text-align: center;
        font-weight: bolder;
        line-height: 25px;
    }
}

@media all and (min-width:331px) and (max-width:555px) {
    .questionImage {
        width: 100%;
        text-align: center;
        padding: 20px;
    }

    .questionText {
        width: 100%;
        float: right;
        padding: 27px 20px;
    }

    .questionBox {
        background: #16a085;
        margin: 20px auto;
        width: 100%;
        display: table;
    }

    .questionBoxWide {
        background: #16a085;
        margin: 20px auto;
        width: 100%;
        display: table;
    }

    .standOutBox {
        background: #f39c12;
        padding: 15px 60px;
        margin: 20px auto;
        width: 100%;
    }

    .standOutBoxWide {
        background: #f39c12;
        padding: 15px 60px;
        margin: 20px auto;
        width: 100%;
    }

    .redYeildBox {
        width: 100%;
        padding: 10px 60px 18px;
        margin: 20px auto;
        border: 2px solid red;
        position: relative;
    }

    .quoteBox {
        background: #557994 url('/wp-content/uploads/2017/07/quoteIcon.png') no-repeat;
        width: 100%;
        padding: 15px 20px;
        margin: 20px auto 40px;
        background-position: 1% 75%;
        position: relative;
        font-size: 1.2em;
        line-height: 24px;
    }

    .questionText {
        text-align: center;
        padding: 0px 0 10px;
    }

    .exampleBox {
        width: 100%;
        padding: 20px 20px 0px;
        background: #bdc3c7;
        border: 1px solid #9ba0a3;
        position: relative;
        margin: 60px auto 30px;
    }

    .noteBox,
    .recommendedBox,
    .importantBox,
    .warningBox,
    .tipsBox,
    .furtherInfoBox {
        position: relative;
        width: 100%;
        padding: 20px 20px 0px;
        margin: 30px auto;
        background: #ecf0f1;
        border-left: 1px solid #ced1d2;
        border-right: 1px solid #ced1d2;
        border-bottom: 1px solid #ced1d2;
    }

    .smallImageBoxes {
        width: 100%;
        float: left;
        margin: 2% 0;
    }

    .bannerContainer {
        width: 100%;
        padding: 15px 20px 0px;
        background: #ecf0f1;
        border: 1px solid #ced1d2;
        margin: 60px auto 40px;
        text-align: center;
        position: relative;
    }



    @media all and (min-width:0px) and (max-width:400px) {

        .noteBox span,
        .recommendedBox span,
        .importantBox span,
        .warningBox span,
        .tipsBox span,
        .furtherInfoBox span {
            text-transform: uppercase;
            position: absolute;
            left: 0;
            right: 0;
            top: -15px;
            margin: auto;
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
            padding: 8px 20px;
            color: #ffffff;
            border-bottom: 2px solid #d2d6d7;
            border-right: 2px solid #d2d6d7;
            font-size: .8em;
            text-align: center;
        }
    }

    @media all and (min-width:401px) and (max-width:6000px) {

        .noteBox span,
        .recommendedBox span,
        .importantBox span,
        .warningBox span,
        .tipsBox span,
        .furtherInfoBox span {
            text-transform: uppercase;
            position: absolute;
            left: 10px;
            top: -15px;
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
            padding: 8px 20px;
            color: #ffffff;
            border-bottom: 2px solid #d2d6d7;
            border-right: 2px solid #d2d6d7;
            font-size: .9em;
        }
    }



    .redYeildBox span {
        display: table;
        margin: 0 auto;
        text-align: center;
        font-weight: bolder;
        font-style: italic;
        font-size: 1.4em;
        line-height: 25px;
    }

    .standOutBox span {
        margin: 0 auto;
        display: table;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-weight: bolder;
        font-style: italic;
        font-size: 1.4em;
        line-height: 25px;
    }

    .standOutBoxWide span {
        margin: 0 auto;
        display: table;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-weight: bolder;
        font-style: italic;
        font-size: 1.4em;
        line-height: 25px;
    }

    .questionBox span {
        margin: 0 auto;
        display: table;
        text-align: center;
        font-weight: bolder;
        line-height: 25px;
    }

    .questionBoxWide span {
        margin: 0 auto;
        display: table;
        text-align: center;
        font-weight: bolder;
        line-height: 25px;
    }
}

@media all and (min-width:556px) and (max-width:991px) {
    .questionImage {
        width: 100%;
        text-align: center;
        padding: 20px;
    }

    .questionText {
        width: 100%;
        float: right;
        padding: 27px 20px;
    }

    .questionBox {
        background: #16a085;
        margin: 20px auto;
        width: 100%;
        display: table;
    }

    .questionBoxWide {
        background: #16a085;
        margin: 20px auto;
        width: 100%;
        display: table;
    }

    .standOutBox {
        background: #f39c12;
        padding: 15px 60px;
        margin: 20px auto;
        width: 100%;
    }

    .standOutBoxWide {
        background: #f39c12;
        padding: 15px 60px;
        margin: 20px auto;
        width: 100%;
    }

    .redYeildBox {
        width: 100%;
        padding: 10px 60px 18px;
        margin: 20px auto;
        border: 2px solid red;
        position: relative;
    }

    .quoteBox {
        background: #557994 url('/wp-content/uploads/2017/07/quoteIcon.png') no-repeat;
        width: 100%;
        padding: 15px 20px;
        margin: 20px auto 40px;
        background-position: 1% 75%;
        position: relative;
        font-size: 1.2em;
        line-height: 24px;
    }

    .questionText {
        text-align: center;
        padding: 0px 0 10px;
    }

    .exampleBox {
        width: 100%;
        padding: 8px 20px 0px;
        background: #bdc3c7;
        border: 1px solid #9ba0a3;
        position: relative;
        margin: 60px auto 30px;
    }

    .noteBox,
    .recommendedBox,
    .importantBox,
    .warningBox,
    .tipsBox,
    .furtherInfoBox {
        position: relative;
        width: 100%;
        padding: 20px 20px 0px;
        margin: 30px auto;
        background: #ecf0f1;
        border-left: 1px solid #ced1d2;
        border-right: 1px solid #ced1d2;
        border-bottom: 1px solid #ced1d2;
    }

    .smallImageBoxes {
        width: 100%;
        float: left;
        margin: 2% 0;
    }

    .bannerContainer {
        width: 100%;
        padding: 10px 20px 0;
        background: #ecf0f1;
        border: 1px solid #ced1d2;
        margin: 60px auto 40px;
        text-align: center;
        position: relative;
    }

    .noteBox span,
    .recommendedBox span,
    .importantBox span,
    .warningBox span,
    .tipsBox span,
    .furtherInfoBox span {
        text-transform: uppercase;
        position: absolute;
        left: 10px;
        top: -15px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        padding: 8px 20px;
        color: #ffffff;
        border-bottom: 2px solid #d2d6d7;
        border-right: 2px solid #d2d6d7;
        font-size: .9em;
    }

    .redYeildBox span {
        display: table;
        margin: 0 auto;
        text-align: center;
        font-weight: bolder;
        font-style: italic;
        font-size: 1.4em;
        line-height: 25px;
    }

    .standOutBox span {
        margin: 0 auto;
        display: table;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-weight: bolder;
        font-style: italic;
        font-size: 1.4em;
        line-height: 25px;
    }

    .standOutBoxWide span {
        margin: 0 auto;
        display: table;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-weight: bolder;
        font-style: italic;
        font-size: 1.4em;
        line-height: 25px;
    }

    .questionBox span {
        margin: 0 auto;
        display: table;
        text-align: center;
        font-weight: bolder;
        line-height: 25px;
    }

    .questionBoxWide span {
        margin: 0 auto;
        display: table;
        text-align: center;
        font-weight: bolder;
        line-height: 25px;
    }
}

@media all and (min-width:992px) and (max-width:6000px) {
    .questionImage {
        max-width: 15%;
        float: left;
        padding: 20px;
        -moz-box-shadow: 5px 0 12px -7px #000000;
        -webkit-box-shadow: 5px 0 12px -7px #000000;
        box-shadow: 5px 0 12px -7px #000000;
    }

    .questionBox {
        background: #16a085;
        margin: 20px auto;
        width: 60%;
        display: table;
    }

    .questionBoxWide {
        background: #16a085;
        margin: 20px auto;
        width: 80%;
        display: table;
    }

    .standOutBox {
        background: #f39c12;
        padding: 15px 60px;
        margin: 20px auto;
        width: 60%;
    }

    .standOutBoxWide {
        background: #f39c12;
        padding: 15px 60px;
        margin: 20px auto;
        width: 80%;
    }

    .redYeildBox {
        width: 80%;
        padding: 10px 60px;
        margin: 20px auto;
        border: 2px solid red;
        position: relative;
    }

    .quoteBox {
        background: #557994 url('/wp-content/uploads/2017/07/quoteIcon.png') no-repeat;
        width: 90%;
        padding: 15px 80px;
        margin: 20px auto 40px;
        background-position: 1% 75%;
        position: relative;
        font-size: 1.2em;
        line-height: 24px;
    }

    .questionText {
        width: 85%;
        float: right;
        padding: 27px 20px;
    }

    .exampleBox {
        width: 80%;
        padding: 20px 20px 0px;
        background: #bdc3c7;
        border: 1px solid #9ba0a3;
        position: relative;
        margin: 60px auto 30px;
    }

    .noteBox,
    .recommendedBox,
    .importantBox,
    .warningBox,
    .tipsBox,
    .furtherInfoBox {
        position: relative;
        width: 80%;
        padding: 20px 20px 0px;
        margin: 30px auto;
        background: #ecf0f1;
        border-left: 1px solid #ced1d2;
        border-right: 1px solid #ced1d2;
        border-bottom: 1px solid #ced1d2;
    }

    .smallImageBoxes {
        width: 46%;
        float: left;
        margin: 2%;
    }

    .bannerContainer {
        width: 80%;
        padding: 20px;
        background: #ecf0f1;
        border: 1px solid #ced1d2;
        margin: 60px auto 40px;
        text-align: center;
        position: relative;
    }

    .noteBox span,
    .recommendedBox span,
    .importantBox span,
    .warningBox span,
    .tipsBox span,
    .furtherInfoBox span {
        text-transform: uppercase;
        position: absolute;
        left: 10px;
        top: -15px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        padding: 8px 20px;
        color: #ffffff;
        border-bottom: 2px solid #d2d6d7;
        border-right: 2px solid #d2d6d7;
    }

    .redYeildBox span {
        display: table;
        margin: 0 auto;
        text-align: center;
        font-weight: bolder;
        font-style: italic;
        font-size: 1.4em;
    }

    .questionBox span {
        margin: 0 auto;
        display: table;
        text-align: center;
        font-weight: bolder;
    }

    .questionBoxWide span {
        margin: 0 auto;
        display: table;
        text-align: center;
        font-weight: bolder;
    }

    .standOutBox span,
    .standOutBoxWide span {
        margin: 0 auto;
        display: table;
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-weight: bolder;
        font-style: italic;
        font-size: 1.4em;
    }
}

img.mainImagePost {
    border: 10px solid #e2e1e2;
    width: 100%;
}

h3>img {
    margin: 0 8px 0px 0;
    vertical-align: baseline;
}

.questionText span {
    color: #ffffff;
    font-size: 1.3em;
}

ul.defaultPostList li {
    line-height: 33px;
    font-weight: bolder;
}

.redYeildBox span::before {
    content: '';
    background: url('/wp-content/uploads/2017/07/redYieldIcon.png') no-repeat;
    float: left;
    width: 33px;
    height: 30px;
    position: absolute;
    left: 14px;
    top: 11px;
}

.redYeildBox span::after {
    content: '';
    background: url('/wp-content/uploads/2017/07/redYieldIcon.png') no-repeat;
    float: left;
    width: 33px;
    height: 30px;
    position: absolute;
    right: 14px;
    top: 11px;
}

.quoteSliver {
    background: url('/wp-content/uploads/2017/07/quoteSliver.png') no-repeat;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 50px;
    bottom: -30px;
}

.quoteBox span {
    display: table;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

.quoteBox p {
    margin: 0px;
}

ul.bulletIcons {
    list-style-type: none;
    padding: 0 0 0 14px;
}

ul.bulletIcons li {
    line-height: 33px;
    font-weight: bolder;
}

ul.bulletIcons li::before {
    content: '';
    float: left;
    width: 16px;
    height: 16px;
    margin: 8px 8px 0 2px;
}

ul.bulletIcons li.casinoPostIcon::before,
ul.bulletIcons.casinoPostIcon li::before {
    background: url('/wp-content/uploads/2017/07/casinoPostIcon.png') no-repeat;
}

ul.bulletIcons li.pokerPostIcon::before,
ul.bulletIcons.pokerPostIcon li::before {
    background: url('/wp-content/uploads/2017/07/pokerPostIcon.png') no-repeat;
}

ul.bulletIcons li.moneyPostIcon::before,
ul.bulletIcons.moneyPostIcon li::before {
    background: url('/wp-content/uploads/2017/07/moneyPostIcon.png') no-repeat;
}

ul.bulletIcons li.soccerPostIcon::before,
ul.bulletIcons.soccerPostIcon li::before {
    background: url('/wp-content/uploads/2017/07/soccerPostIcon.png') no-repeat;
}

ul.bulletIcons li.footballPostIcon::before,
ul.bulletIcons.footballPostIcon li::before {
    background: url('/wp-content/uploads/2017/07/footballPostIcon.png') no-repeat;
}

ul.bulletIcons li.basketballPostIcon::before,
ul.bulletIcons.basketballPostIcon li::before {
    background: url('/wp-content/uploads/2017/07/basketballPostIcon.png') no-repeat;
}

ul.bulletIcons li.blackjackPostIcon::before,
ul.bulletIcons.blackjackPostIcon li::before {
    background: url('/wp-content/uploads/2017/07/blackjackPostIcon.png') no-repeat;
}

ul.bulletIcons li.slotgamePostIcon::before,
ul.bulletIcons.slotgamePostIcon li::before {
    background: url('/wp-content/uploads/2017/07/slotgamePostIcon.png') no-repeat;
}

ul.arrowBullets {
    list-style-type: none;
    padding: 0 0 0 14px;
}

ul.arrowBullets li {
    line-height: 33px;
    font-weight: bolder;
}

ul.arrowBullets li::before {
    content: '';
    background: url('/wp-content/uploads/2017/07/arrowBullet.png') no-repeat;
    float: left;
    width: 8px;
    height: 9px;
    margin: 12px 7px 0;
}

.exampleBox span {
    padding: 10px 20px;
    background: #212121;
    position: absolute;
    color: #ffc410;
    top: -25px;
    text-transform: uppercase;
    font-size: .9em;
}

.exampleBox span::before {
    content: '';
    background: url('/wp-content/uploads/2017/07/exampleBoxSliver.png') no-repeat;
    float: left;
    width: 18px;
    height: 14px;
    position: absolute;
    left: 12px;
    bottom: -8px;
}

.exampleBox p {
    color: #212121;
    font-style: italic;
    font-family: 'Roboto', sans-serif;
    font-weight: bolder;
}

.noteBox p,
.recommendedBox p,
.importantBox p,
.warningBox p,
.tipsBox p,
.furtherInfoBox p {
    margin: 20px 0 10px;
    font-size: .9em;
}

.noteBox {
    border-top: 4px solid #1f608b;
}

.noteBox span {
    background: #2980b9;
}

.recommendedBox {
    border-top: 4px solid #00a68f;
}

.recommendedBox span {
    background: #00c7ab;
}

.importantBox {
    border-top: 4px solid #ce831f;
}

.importantBox span {
    background: #fba026;
}

.warningBox {
    border-top: 4px solid #890606;
}

.warningBox span {
    background: #af0808;
}

.tipsBox {
    border-top: 4px solid #4c9042;
}

.tipsBox span {
    background: #4c9042;
}

.furtherInfoBox {
    border-top: 4px solid #c75042;
}

.furtherInfoBox span {
    background: #f06050;
}

.smallImageBoxes h3 {
    font-size: 1.2em;
    border-bottom: 3px solid #ffc410;
}

.smallImageBoxes img {
    width: 100%;
    float: left;
    margin: 0 0 15px;
    border: 5px solid #e2e1e2;
}

.smallImageBoxesContainer {
    width: 100%;
    float: left;
    clear: both;
}

.bannerContainer span::before {
    content: '';
    background: url('/wp-content/uploads/2017/07/bannerLeftSliver.png') no-repeat;
    float: left;
    width: 10px;
    height: 50px;
    position: absolute;
    left: -10px;
    top: 0px;
}

.bannerContainer span::after {
    content: '';
    background: url('/wp-content/uploads/2017/07/bannerRightSliver.png') no-repeat;
    float: left;
    width: 10px;
    height: 50px;
    position: absolute;
    right: -10px;
    top: 0px;
}

.articlePostFAQs h3 {
    background: #fef5e7;
    color: #d35400;
    font-size: 1.1em;
    min-height: 50px;
    width: 98%;
    font-weight: bold;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 14px 40px 10px 10px;
    text-align: left;
    position: relative;
    margin: 30px 0 6px 0;
    border: 1px solid #d35400;
    cursor: pointer;
}

.articlePostFAQs>div {
    padding: 10px;
    width: 100%;
    height: auto !important;
    background: #f0f0f0;
    margin: 10px 0 0;
    border: 1px solid #dcdcdc;
    outline: 2px solid #ffffff;
}

.articlePostFAQs h3::after {
    content: '';
    background: url('/wp-content/uploads/2017/07/orangeQuestionIcon.png') no-repeat;
    float: left;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -17px;
    top: -10px;
}

.articlePostFAQs.collapsed h3::after {
    content: '';
    background: url('/wp-content/uploads/2017/07/orangeQuestionIcon.png') no-repeat;
    float: left;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -17px;
    top: -10px;
}

/*MEET THE TEAM PAGE CSS*/
.avatars_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 10px auto;
    flex-wrap: wrap;
}

.avatar_item {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 10px 4%;
    position: relative;
}

.avatar_item[data-toggle="popover"] {
    cursor: pointer;
}

.avatar_item,
.avatar_item>a {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.avatar_item>br,
.avatar_item>p,
.avatar_item>a>br,
.avatar_item>a>p {
    display: none;
}

.avatar_item>label,
.avatar_item>a>label {
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/small_yellow_circle_arrow.png');
    background-position: center right;
    background-repeat: no-repeat;
    padding-right: 25px;
    text-align: center;
}

.avatar_item>.job_position {
    font-size: 15px;
    font-weight: 700;
}

.avatar_item>.job_position:after {
    content: ')';
    color: #ffc40e;
}

.avatar_item>.job_position:before {
    content: '(';
    color: #ffc40e;
}

.popover.fade.show {
    opacity: 1;
    padding: 5px 10px;
    background-color: #f1f0f0;
    margin-left: 15px;
    border-color: #f1f0f0;
}

.popover.fade.show:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: -22px;
    top: calc(50% - 12px);
    border-left: 7px solid transparent;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #f1f0f0;
}

h3.popover-header {
    border-bottom: 2px solid #ffc410;
    font-size: 18px;
    margin: 0 auto 10px auto;
    padding: 10px 0;
}

/************************/


@media only screen and (min-width:320px) and (max-width:768px) {

    img.img-responsive {
        float: none !important;
        margin-left: auto;
        margin-right: auto;
    }

}

@media only screen and (min-width:0px) and (max-width:450px) {
    .bannerContainer span {
        width: 100%;
        padding: 10px;
        background: #28324e;
        border-bottom: 5px solid #f2bb14;
        text-align: center;
        position: absolute;
        left: 0px;
        top: -40px;
        text-transform: uppercase;
        color: #ffc410;
        font-size: .8em;
    }
}

@media only screen and (min-width:451px) and (max-width:6000px) {
    .bannerContainer span {
        width: 100%;
        padding: 10px;
        background: #28324e;
        border-bottom: 5px solid #f2bb14;
        text-align: center;
        position: absolute;
        left: 0px;
        top: -40px;
        text-transform: uppercase;
        color: #ffc410;
    }
}


@media all and (min-width:0px) and (max-width:768px) {
    a.best_slots_sites {
        width: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: #f5f5f5;
        padding: 20px;
        display: inline-block;
        text-decoration: none;
        color: #000000;
        font-size: 1.6em;
        line-height: 32px;
        text-align: center;
        clear: both;
        margin: 10px 0;
    }

    a.best_slots_sites img {
        margin: 0 auto 10px;
        display: block;
        clear: both;
        max-width: 100%;
        height: auto;
    }

    a.best_slots_sites span {
        display: block;
        width: 150px;
        padding: 5px 10px;
        border-radius: 5px;
        background: #000000;
        border-bottom: 2px solid #f6c546;
        text-align: center;
        color: #ffffff;
        margin: 20px auto 0;
        line-height: 30px;
        font-size: .7em;
        clear: both;
    }

    a.best_slots_sites:hover span {
        background: #2d878f;
    }

    a.bonuses_in {
        border-radius: 60px;
        width: 100%;
        height: 100px;
        background: #ffffff;
        box-shadow: 0px 0px 17px 1px #cccccc;
        padding: 8px 15px 15px 25px;
        overflow: hidden;
        clear: both;
        display: block;
        position: relative;
        color: #333333;
        font-size: 1em;
        font-style: italic;
        text-decoration: none;
        line-height: 28px;
        font-weight: bolder;
        letter-spacing: 1px;
        margin: 20px auto;
        text-align: center;
    }

    a.bonuses_in span:nth-child(1) {
        color: #f0bd3a;
    }

    a.bonuses_in span:nth-child(2) {
        background: #202020;
        width: 100%;
        display: block;
        height: 82px;
        clear: both;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        top: 42px;
    }

    a.bonuses_in img {
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        bottom: 12px;
    }
}

@media all and (min-width:769px) and (max-width:991px) {
    a.best_slots_sites {
        width: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: #f5f5f5;
        padding: 20px;
        display: inline-block;
        text-decoration: none;
        color: #000000;
        font-size: 1.2em;
        line-height: 63px;
        text-align: center;
        margin: 10px 0;
    }

    a.best_slots_sites img {
        float: left;
        width: 119px;
        height: auto;
    }

    a.best_slots_sites span {
        display: block;
        width: 150px;
        padding: 5px 10px;
        border-radius: 5px;
        background: #000000;
        border-bottom: 2px solid #f6c546;
        text-align: center;
        color: #ffffff;
        margin: 2%;
        float: right;
        line-height: 30px;
        font-size: .8em;
    }

    a.best_slots_sites:hover span {
        background: #2d878f;
    }

    a.bonuses_in {
        border-radius: 30px;
        width: 80%;
        background: #ffffff;
        height: 60px;
        box-shadow: 0px 0px 17px 1px #cccccc;
        padding: 15px 15px 15px 25px;
        overflow: hidden;
        clear: both;
        display: block;
        position: relative;
        color: #333333;
        font-size: 1em;
        font-style: italic;
        text-decoration: none;
        line-height: 28px;
        font-weight: bolder;
        letter-spacing: 1px;
        margin: 20px auto;
    }

    a.bonuses_in span:nth-child(1) {
        color: #f0bd3a;
    }

    a.bonuses_in span:nth-child(2) {
        border: 3px solid #ffffff;
        outline: 3px solid #f6c546;
        background: #202020;
        transform: rotate(-30deg);
        position: absolute;
        width: 232px;
        height: 200px;
        top: -80px;
        right: 8px;
    }

    a.bonuses_in img {
        position: absolute;
        right: 35px;
        top: 14px;
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    a.best_slots_sites {
        width: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: #f5f5f5;
        padding: 20px;
        display: inline-block;
        text-decoration: none;
        color: #000000;
        font-size: 1.2em;
        line-height: 63px;
        text-align: center;
        margin: 10px 0;
    }

    a.best_slots_sites img {
        float: left;
        width: 119px;
        height: auto;
    }

    a.best_slots_sites span {
        display: block;
        width: 150px;
        padding: 5px 10px;
        border-radius: 5px;
        background: #000000;
        border-bottom: 2px solid #f6c546;
        text-align: center;
        color: #ffffff;
        margin: 2%;
        float: right;
        line-height: 30px;
        font-size: .8em;
    }

    a.best_slots_sites:hover span {
        background: #2d878f;
    }

    a.bonuses_in {
        border-radius: 30px;
        width: 80%;
        background: #ffffff;
        height: 60px;
        box-shadow: 0px 0px 17px 1px #cccccc;
        padding: 15px 15px 15px 25px;
        overflow: hidden;
        clear: both;
        display: block;
        position: relative;
        color: #333333;
        font-size: 1em;
        font-style: italic;
        text-decoration: none;
        line-height: 28px;
        font-weight: bolder;
        letter-spacing: 1px;
        margin: 20px auto;
    }

    a.bonuses_in span:nth-child(1) {
        color: #f0bd3a;
    }

    a.bonuses_in span:nth-child(2) {
        border: 3px solid #ffffff;
        outline: 3px solid #f6c546;
        background: #202020;
        transform: rotate(-30deg);
        position: absolute;
        width: 232px;
        height: 200px;
        top: -80px;
        right: 8px;
    }

    a.bonuses_in img {
        position: absolute;
        right: 35px;
        top: 15px;
    }
}


@media all and (min-width:1200px) and (max-width:6000px) {
    a.best_slots_sites {
        width: 100%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: #f5f5f5;
        padding: 20px;
        display: inline-block;
        text-decoration: none;
        color: #000000;
        font-size: 1.6em;
        line-height: 63px;
        text-align: center;
        margin: 10px 0;
        clear: both;
    }

    a.best_slots_sites img {
        float: left;
        width: 119px;
        height: auto;
    }

    a.best_slots_sites span {
        display: block;
        width: 150px;
        padding: 5px 10px;
        border-radius: 5px;
        background: #000000;
        border-bottom: 2px solid #f6c546;
        text-align: center;
        color: #ffffff;
        margin: 2%;
        float: right;
        line-height: 30px;
        font-size: .7em;
    }

    a.best_slots_sites:hover span {
        background: #2d878f;
    }

    a.bonuses_in {
        border-radius: 30px;
        width: 80%;
        background: #ffffff;
        height: 60px;
        box-shadow: 0px 0px 17px 1px #cccccc;
        padding: 15px 15px 15px 25px;
        overflow: hidden;
        clear: both;
        display: block;
        position: relative;
        color: #333333;
        font-size: 1.2em;
        font-style: italic;
        text-decoration: none;
        line-height: 28px;
        font-weight: bolder;
        letter-spacing: 1px;
        margin: 20px auto;
    }

    a.bonuses_in span:nth-child(1) {
        color: #f0bd3a;
    }

    a.bonuses_in span:nth-child(2) {
        border: 3px solid #ffffff;
        outline: 3px solid #f6c546;
        background: #202020;
        transform: rotate(-30deg);
        position: absolute;
        width: 232px;
        height: 200px;
        top: -80px;
        right: 8px;
    }

    a.bonuses_in img {
        position: absolute;
        right: 35px;
        top: 15px;
    }

}


.btn-default {
    position: absolute;
    right: -15px;
    top: -15px;
    border-radius: 20px !important;
    background: #b50c0c !important;
    border: 1px solid #a8a8a8 !important;
    font-weight: bolder !important;
    color: #a8a8a8 !important;
    font-size: 1.4em !important;
    padding: 2px 9px !important;
}

/* START TOOLTIP*/
.tooltip2 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip2 .tooltiptext {
    visibility: hidden;
    width: 160px;
    background-color: #FFC410;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip2 .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #FFC410 transparent transparent transparent;
}

.tooltip2:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltiptext p {
    color: #000000;
    font-size: 10px;
}

/* END TOOLTIP*/


.contentComments {
    display: none;
}


@media all and (max-width:6000px) {
    span.allComments {
        float: right;
        padding: 0 40px 0 0;
    }

    img.allCommentsArrow {
        position: absolute;
        top: 33px;
        right: 255px;
    }

    img.commentsBlurb {
        position: absolute;
        top: 26px;
        right: 15px;
    }

    .commentsCount {
        color: #000;
        font-size: 2.6em;
        position: absolute;
        top: 7px;
        left: 20px;
    }

    span.totalComments {
        padding: 0 0 0 10px;
        font-size: .4em;
        text-transform: uppercase;
        font-weight: bolder;
        line-height: 65px;
    }

    .commentHeader {
        width: 100%;
        padding: 20px;
        background: #516395;
        display: inline-block;
        color: #ffffff;
        font-weight: bold;
        text-transform: uppercase;
        margin: 7px 0;
        cursor: pointer;
        border-bottom: 3px solid #ffc410;
    }

}

@media all and (max-width:600px) {
    span.allComments {
        display: none;
    }

    img.allCommentsArrow {
        position: absolute;
        top: 33px;
        right: 20px;
    }

    img.commentsBlurb {
        position: absolute;
        top: 26px;
        left: 67px;
    }

    .commentsCount {
        color: #ffffff;
        font-size: 2.6em;
        position: absolute;
        top: 8px;
        left: 10px;
    }

    span.totalComments {
        display: none;
    }

    .commentHeader {
        width: 100%;
        padding: 32px;
        background: #516395;
        display: inline-block;
        color: #ffffff;
        font-weight: bold;
        text-transform: uppercase;
        margin: 7px 0;
        cursor: pointer;
        border-bottom: 3px solid #ffc410;
    }

}

#comments textarea {
    resize: none;
    min-height: 250px;
}

/*Button CP-404*/
.button_container {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;

}

.button_container a {
    margin: 15px;
    border-radius: 5px;
    position: relative;
    padding: 10px 20px 10px 70px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    min-width: 200px;
    text-align: center;
}

.greenBut {
    background: -moz-linear-gradient(top, #1e5799 0%, #4b9f48 0%, #4b9f48 50%, #449042 52%, #449042 100%);
    background: -webkit-linear-gradient(top, #1e5799 0%, #4b9f48 0%, #4b9f48 50%, #449042 52%, #449042 100%);
    background: linear-gradient(to bottom, #1e5799 0%, #4b9f48 0%, #4b9f48 50%, #449042 52%, #449042 100%);
}

.greenBut:hover {
    background: -moz-linear-gradient(top, #449042 50%, #4b9f48 50%);
    background: -webkit-linear-gradient(top, #449042 50%, #4b9f48 50%);
    background: linear-gradient(to bottom, #449042 50%, #4b9f48 50%);
}

.button_container a.greenBut:hover {
    text-decoration: none;
}

.button_container a:hover {
    text-decoration: underline;
}

.button_container a span {
    position: absolute;
    width: 44px;
    left: 0px;
    border-radius: 5px 0 0px 5px;
    top: 0px;
    height: 100%;
    background: #1e5799;
    background: -moz-linear-gradient(top, #1e5799 0%, #dbe0e3 0%, #dbe0e3 50%, #c6cbcf 52%, #c6cbcf 100%);
    background: -webkit-linear-gradient(top, #1e5799 0%, #dbe0e3 0%, #dbe0e3 50%, #c6cbcf 52%, #c6cbcf 100%);
    background: linear-gradient(to bottom, #1e5799 0%, #dbe0e3 0%, #dbe0e3 50%, #c6cbcf 52%, #c6cbcf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#c6cbcf', GradientType=0);
}

.button_container a:hover span {
    background: -moz-linear-gradient(top, #c6cbcf 50%, #dbe0e3 50%);
    background: -webkit-linear-gradient(top, #c6cbcf 50%, #dbe0e3 50%);
    background: linear-gradient(to bottom, #c6cbcf 50%, #dbe0e3 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c6cbcf', endColorstr='#1e5799', GradientType=0);
}

.button_container a span i {
    color: #4b9f48;
    width: 25px;
    height: 25px;
    position: absolute;
    font-size: 25px;
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.acalla {
    height: 200px;
    width: 250px;
}





@media screen and (max-width : 1024px) {}

@media screen and (max-width : 825px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 823px) {}

@media screen and (max-width : 813px) {}

@media screen and (max-width : 768px) {}

@media screen and (max-width : 736px) {}

@media screen and (max-width : 732px) {}

@media screen and (max-width: 670px) {}

@media screen and (max-width : 640px) {}

@media screen and (max-width: 570px) {
    h3.greySlantOrangeBottomBorder::after {
        display: none;
    }
}

@media screen and (max-width: 480px) {

    .econdCon {
        margin-top: -72px !important;
    }
}

@media screen and (max-width: 420px) {

    .econdCon {
        margin-top: -72px !important;
    }


}

@media screen and (max-width: 376px) {}


@media screen and (max-width: 360px) {}


@media screen and (max-width: 320px) {

    .econdCon {
        margin-top: -72px !important;
    }


}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    background: none !important;
    border: none !important;
    height: 80px;
}

.commentsCount {
    color: #ffffff;
}


@media all and (min-width:0px) and (max-width:600px) {

    span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e,
    span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s {
        display: none;
    }

    #accordion span.edit-toggle {
        display: none;
    }
}


@media all and (min-width:401px) and (max-width:6000px) {

    span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-e,
    span.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s {
        position: absolute !important;
        right: 255px;
        top: 38px;
    }

    #accordion span.edit-toggle {
        float: right;
        margin: 27px 65px 0 0;
        color: #ffffff;
    }
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png) !important;
}

/*------------------------------------------------------------------
                            LGS RECOMMENDED SITES
-------------------------------------------------------------------*/

.lgs-row {
    margin: auto;
    width: 840px;
}

#lgs-categories {
    margin: 7px 0;
}

#lgs-categories ul li {
    list-style: none;
    padding: 0;
    float: left;
    height: 260px;
    color: black;
    width: 186px;
    text-align: center;
    cursor: pointer;
    border-radius: 6%;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #edecec 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #edecec 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #edecec 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#edecec', GradientType=0);
    /* IE6-9 */
    box-shadow: 0px 7px #d5d3d3;
    border: 1px solid #d5d3d3;
    margin-right: 13px;
    margin-top: 13px;
    margin-bottom: 13px;
    font-family: "Usual", "arial", Helvetica, Arial, sans-serif;
}

#lgs-categories li:hover {
    background: #f6c546;
    color: #ffffff;
    box-shadow: 0px 7px #f6c546;
    border: 1px solid #f6c546;
}

.lgs-category-link {
    text-decoration: none;
}

.lgs-category-title {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

#lgs-categories li:hover div.lgs-category-title {
    color: #ffffff;
}

.lgs-category-description {
    margin-top: 10px;
    margin-left: 13px;
    margin-right: 13px;
    text-align: justify-all;
    font-size: 11px;
    font-weight: bold;
    color: #807e7e;

}

#lgs-categories li:hover div.lgs-category-description {
    color: #ffffff;
}

#icon-circle-wrapper {
    background: #ffffff;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
    border: 1px solid #eba13c;
}

#icon-circle {
    background: #f6c546;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 9px;
    background-repeat: no-repeat;
    background-position: center center;
}

#icon-circle.aces-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/aces-icon.svg');
}

#icon-circle.basket-ball-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/basketball-icon.svg');
}

#icon-circle.bingo-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/bingo-icon.svg');
}

#icon-circle.check-list-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/checklist-icon.svg');
}

#icon-circle.dices-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/dices-icon.svg');
}

#icon-circle.dollar-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/dollar-icon.svg');
}

#icon-circle.game-pad-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/gamepad-icon.svg');
}

#icon-circle.horse-icon:before {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/horse-icon.svg');
}

#icon-circle.law-hammer-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/lawhammer-icon.svg');
}

#icon-circle.mma-cage-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/mmacage-icon.svg');
}

#icon-circle.mobile-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/mobile-icon.svg');
}

#icon-circle.money-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/money-icon.svg');
}

#icon-circle.poker-chips-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/pokerchips-icon.svg');
}

#icon-circle.roulette-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/roulette-icon.svg');
}

#icon-circle.slot-machine-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/slotmachine-icon.svg');
}

#icon-circle.sports-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/sports-icon.svg');
}

[class^="-icon"],
[class*="-icon "] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*------------------------------------------------------------------
                SECTION STYLES - LGS RECOMMENDED SITES
-------------------------------------------------------------------*/

#lgs-categories {
    margin: 7px 0 7px 0;
    width: 100%;
}

.lgs-row {
    width: 100%;
    display: flex;
    /* or inline-flex */
    justify-content: space-around;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    clear: left;
}

.lgs-row .lgs-category-box {
    display: inline-flex;
    flex-direction: column;
    float: left;
    width: 100%;
    width: 186px;
    min-height: 260px;
    height: auto;
    color: black;
    text-align: center;
    cursor: pointer;
    border-radius: 6%;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #edecec 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #edecec 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #edecec 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#edecec', GradientType=0);
    /* IE6-9 */
    box-shadow: 0px 7px #d5d3d3;
    border: 1px solid #d5d3d3;
    margin-top: 7px;
    margin-bottom: 7px;
    font-family: "Usual", "arial", Helvetica, Arial, sans-serif;

}

.lgs-row .lgs-category-box:hover {
    background: #f6c546;
    color: #ffffff;
    box-shadow: 0px 7px #f6c546;
    border: 1px solid #f6c546;
}

.lgs-row .lgs-category-box a {
    text-decoration: none;
}

.lgs-category-title {
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.lgs-row .lgs-category-box:hover div.lgs-category-title {
    color: #ffffff;
}

.lgs-category-description {
    margin-top: 10px;
    margin-left: 13px;
    margin-right: 13px;
    text-align: justify-all;
    font-size: 11px;
    font-weight: bold;
    color: #807e7e;

}

.lgs-row .lgs-category-box:hover div.lgs-category-description {
    color: #ffffff;
}

/*------------------------------------------------------------------
                            ICON STYLES
-------------------------------------------------------------------*/
.icon-circle-wrapper {
    background: #ffffff;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
    border: 1px solid #eba13c;
}

.icon-circle {
    background: #f6c546;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 9px;
    background-repeat: no-repeat;
    background-position: center center;
}

.aces-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/aces-icon.png');
}

.basket-ball-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/basketball-icon.png');
}

.bingo-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/bingo-icon.png');
}

.check-list-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/checklist-icon.png');
}

.dices-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/dices-icon.png');
}

.dollar-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/dollar-icon.png');
}

.game-pad-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/gamepad-icon.png');
}

.horse-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/horse-icon.png');
}

.law-hammer-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/lawhammer-icon.png');
}

.mma-cage-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/mmacage-icon.png');
}

.mobile-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/mobile-icon.png');
}

.money-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/money-icon.png');
}

.poker-chips-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/pokerchips-icon.png');
}

.roulette-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/roulette-icon.png');
}

.slot-machine-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/slotmachine-icon.png');
}

.sports-icon {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/sports-icon.png');
}

[class^="-icon"],
[class*="-icon "] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bar-links-container {
    width: 100%;
    display: flex;
    /* or inline-flex */
    justify-content: space-around;
    flex-direction: row;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    font-weight: bold;
    margin-bottom: 0;
}

.bar-links-container a {
    text-decoration: none;
}

.lgs-link-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    clear: left;
    height: 40px;
    width: 100%;
    cursor: default;
    text-align: center;
    -moz-border-radius: 7px;
    /*for mozilla support*/
    -webkit-border-radius: 7px;
    /*for chrome support*/
    border-radius: 7px;
    border: 1px solid #d5d3d3;
    margin-right: 13px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-family: "Usual", "arial", Helvetica, Arial, sans-serif;
}

.link-bar-dark-gray {
    color: #f6c546;
    background: #545454;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3e3e3e 0%, #545454 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #3e3e3e 0%, #545454 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #3e3e3e 0%, #545454 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3e3e3e', endColorstr='#545454', GradientType=0);
    /* IE6-9 */
}

.link-bar-light-gray {
    color: #545454;
    background: #d5d3d3;
    /* Old browsers */
    background: -moz-linear-gradient(top, #d5d3d3 0%, #d5d3d3 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #d5d3d3 0%, #d5d3d3 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #d5d3d3 0%, #d5d3d3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5d3d3', endColorstr='#d5d3d3', GradientType=0);
    /* IE6-9 */
}

.link-bar-orange {
    color: #ffffff;
    background: #eebf57;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eba03b 0%, #eebf57 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eba03b 0%, #eebf57 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eba03b 0%, #eebf57 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eba03b', endColorstr='#eebf57', GradientType=0);
    /* IE6-9 */
}

.link-bar-dark-gray a {
    text-decoration: none;
    color: #f6c546;
}

.link-bar-dark-gray:visited {
    color: #f6c546;
}

.link-bar-dark-gray:hover {
    color: #f6c546;
}

.link-bar-light-gray a {
    text-decoration: none;
    color: #545454;
}

.link-bar-light-gray:visited {
    color: #545454;
}

.link-bar-light-gray:hover {
    color: #545454;
}

.link-bar-orange a {
    text-decoration: none;
    color: #ffffff;
}

.link-bar-orange:visited {
    color: #ffffff;
}

.link-bar-orange:hover {
    color: #ffffff;
}

.link-bar-blue {
    color: #ffffff;
    background: #35418b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #35418b 0%, #6986a2 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #35418b 0%, #6986a2 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #35418b 0%, #6986a2 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35418b', endColorstr='#6986a2', GradientType=0);
    /* IE6-9 */
}

.link-bar-blue a {
    text-decoration: none;
    color: #ffffff;
}

.link-bar-blue:visited {
    color: #ffffff;
}

.link-bar-blue:hover {
    color: #ffffff;
}

a.lgs-green-go-btn {
    max-width: 625px;
    width: 100%;
    -moz-border-radius: 50px;
    /*for mozilla support*/
    -webkit-border-radius: 50px;
    /*for chrome support*/
    border-radius: 50px;
    background: #fe9600;
    /* Old browsers */
    background: -moz-linear-gradient(top right, #fe9600 0%, #e07715 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top right, #fe9600 0%, #e07715 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom right, #fe9600 0%, #e07715 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe9600', endColorstr='#e07715', GradientType=0);
    /* IE6-9 */
    box-shadow: 0px 5px 5px #e07715 inset;
    padding: 24px 30px 24px 46px;
    text-decoration: none;
    position: relative;
    display: inline-block;

}

a.lgs-green-go-btn:hover {
    background: #0d970b;
    /* Old browsers */
    background: -moz-linear-gradient(top right, #e07715 0%, #fe9600 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top right, #e07715 0%, #fe9600 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom right, #e07715 0%, #fe9600 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e07715', endColorstr='#fe9600', GradientType=0);
    /* IE6-9 */
}

a.lgs-green-go-btn span.text {
    font-family: Arial;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    font-style: italic;
    text-decoration: none;
    text-shadow: 1px 1px 1px #e07715;
    display: inline-block;
    line-height: 24px;
}

a span.lgs-go-btn-img {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/lgs-green-go-btn.png');
    width: 73px;
    height: 70px;
    display: inline-block;
    position: absolute;
    left: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    display:none !important;
}

a span.lgs-bonus-yellow-text {
    color: #fcd603;
}

/* --------------------------------------------
     Further reading on topic
  -----------------------------------------------*/

.further-review-topics-container-wrapper {
    margin: 0 auto;

}

.further-review-topics-ribbon {
    left: 50%;
    margin-left: -150px;
    margin-top: -28px;
    width: 300px;
    position: absolute;
    text-align: center;
    background: #eba03b;
    background: -webkit-gradient(linear, left top, left bottom, from(#eba03b), to(#eebf57));
    background: -webkit-linear-gradient(top, #eba03b, #eebf57);
    background: -moz-linear-gradient(top, #eba03b, #eebf57);
    background: -ms-linear-gradient(top, #eba03b, #eebf57);
    background: -o-linear-gradient(top, #eba03b, #eebf57);
    background-image: -ms-linear-gradient(top, #eba03b 0%, #eebf57 100%);
    /*box-shadow: 2px 4px 5px #e2e2e2;*/
    box-shadow: 0 1px 2px 0px #e2e2e2, 2px 3px 4px 0px #e2e2e2, -2px 3px 4px 0px #e2e2e2;
    -moz-border-radius: 0 0 7px 7px;
    /*for mozilla support*/
    -webkit-border-radius: 0 0 7px 7px;
    /*for chrome support*/
    border-radius: 0 0 7px 7px;
    height: 46px;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    padding-top: 9px;
}

.further-review-topics-ribbon span.title {
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    color: #ffffff;
    height: 20px;
    overflow: hidden;
}

.further-review-topics-ribbon:before,
.further-review-topics-ribbon:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 2em;
    border: 1em solid #88898c;
}

.further-review-topics-ribbon:before {
    left: -1em;
    border-right-width: 0;
    border-left-color: transparent;
    border-top: 0;
}

.further-review-topics-ribbon:after {
    right: -1em;
    border-left-width: 0;
    border-top: 0;
    border-right-color: transparent;
}

.further-review-topics-ribbon .further-review-topics-ribbon-content:before,
.further-review-topics-ribbon .further-review-topics-ribbon-content:after {
    border-color: transparent transparent transparent transparent;
    position: absolute;
    display: block;
    border-style: solid;
    bottom: -1em;
    content: '';
}

.further-review-topics-ribbon .further-review-topics-ribbon-content:before {
    left: 0;
    border-width: 1em 0 0 1em;
}

.further-review-topics-ribbon .further-review-topics-ribbon-content:after {
    right: 0;
    border-width: 1em 1em 0 0;
}

a.lgs-orange-and-gray-btn {
    max-width: 352px;
    min-width: 290px;
    width: 100%;
    -moz-border-radius: 7px;
    /*for mozilla support*/
    -webkit-border-radius: 7px;
    /*for chrome support*/
    border-radius: 7px;
    border: 1px solid #c6c6c6;
    background: #eeeeee;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #e5e5e5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #eeeeee 0%, #e5e5e5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #eeeeee 0%, #e5e5e5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#e5e5e5', GradientType=0);
    /* IE6-9 */
    box-shadow: 0px 2px #ffffff inset;
    text-decoration: none;
    position: relative;
    display: inline-block;
    color: #404040;
    font-style: bold;
    font-size: 14px;
    height: 46px;
    margin: 5px;
}

a.lgs-orange-and-gray-btn span.text {
    overflow: hidden;
    height: 23px;
    display: block;
    padding-top: 3px;
}

a.lgs-orange-and-gray-btn:hover {
    background: #eba53e;
    /* Old browsers */
    box-shadow: 0px 2px #ea9736 inset;
    color: #ffffff;
}

a.lgs-orange-and-gray-btn.left-btn {
    padding: 10px 10px 10px 40px;
}

a.lgs-orange-and-gray-btn.right-btn {
    padding: 10px 40px 10px 10px;
}

a.lgs-orange-and-gray-btn.left-btn span.bullet {
    position: absolute;
    float: left;
    margin-left: -53px;
    margin-top: -11px;
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/orange-bullet-left.png');
    background-repeat: no-repeat;
    width: 46px;
    height: 46px;
}


a.lgs-orange-and-gray-btn.left-btn:hover span.bullet {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/gray-bullet-left.png');
}

a.lgs-orange-and-gray-btn.right-btn span.bullet {
    position: relative;
    float: right;
    margin-right: -53px;
    margin-top: -11px;
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/orange-bullet-right.png');
    background-repeat: no-repeat;
    width: 46px;
    height: 46px;
}

a.lgs-orange-and-gray-btn.right-btn:hover span.bullet {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/gray-bullet-right.png');
}


div.further-review-topics-container {
    max-width: 770px;
    width: 100%;
    background: #ffffff;
    -moz-border-radius: 15px;
    /*for mozilla support*/
    -webkit-border-radius: 15px;
    /*for chrome support*/
    border-radius: 15px;
    border: 1px solid #f4f4f4;
    box-shadow: 0 0 3px #c6c6c6;
    margin-top: 40px;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    padding: 10px;
}

div.further-review-topics-container-title {
    width: 100%;
    margin-bottom: 5px;
}

div.further-review-topics-container-content {
    max-width: 770px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}


/* Large Devices, Wide Screens */
@media screen and (max-width : 1300px) {
    div.further-review-topics-container-content {
        justify-content: center;
    }

    a.lgs-orange-and-gray-btn {
        font-size: 12px;
        max-width: 290px;
        min-width: 260px;
    }

}


/* Medium Devices, Desktops */
@media screen and (max-width : 992px) {
    div.further-review-topics-container-content {
        justify-content: center;
    }

    a.lgs-orange-and-gray-btn {
        font-size: 12px;
        max-width: 310px;
        min-width: 260px;
    }

    a.lgs-orange-and-gray-btn span.text {
        height: 18px;
    }

}

/* Small Devices, Tablets */
@media screen and (max-width : 768px) {
    div.further-review-topics-container-content {
        align-items: center;
        flex-direction: column;
    }


    a.lgs-orange-and-gray-btn {
        display: block;
        margin-top: 2px;
        margin-bottom: 2px;
        font-size: 12px;
        max-width: 290px;
        min-width: 260px;
    }

    a.lgs-orange-and-gray-btn span.text {
        height: 18px;
    }

    a.lgs-orange-and-gray-btn.right-btn {
        padding: 10px 10px 10px 40px;
    }

    a.lgs-orange-and-gray-btn.right-btn span.bullet {
        position: absolute;
        float: left;
        margin-left: -53px;
        margin-top: -11px;
        background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/orange-bullet-left.png');
        background-repeat: no-repeat;
        width: 46px;
        height: 46px;
    }

    a.lgs-orange-and-gray-btn.right-btn:hover span.bullet {
        background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/gray-bullet-left.png');
    }


}

/* Extra Small Devices, Phones */
@media screen and (max-width : 480px) {

    .further-review-topics-ribbon {
        left: 50%;
        margin-left: -115px;
        margin-top: -28px;
        width: 230px;
    }

    a.lgs-orange-and-gray-btn {
        font-size: 10px;
        max-width: 290px;
        min-width: 240px;
    }

    a.lgs-orange-and-gray-btn span.text {
        height: 18px;
        padding-top: 4px;
    }

    .further-review-topics-ribbon span.title {
        font-size: 16px;
    }

    a.lgs-orange-and-gray-btn.right-btn {
        padding: 10px 10px 10px 40px;
    }

    a.lgs-orange-and-gray-btn.right-btn span.bullet {
        position: absolute;
        float: left;
        margin-left: -53px;
        margin-top: -11px;
        background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/orange-bullet-left.png');
        background-repeat: no-repeat;
        width: 46px;
        height: 46px;
    }

    a.lgs-orange-and-gray-btn.right-btn:hover span.bullet {
        background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/gray-bullet-left.png');
    }

}

/* Custom, iPhone Retina */
@media screen and (max-width : 320px) {

    .further-review-topics-ribbon {
        left: 50%;
        margin-left: -100px;
        margin-top: -28px;
        width: 200px;
    }

    a.lgs-orange-and-gray-btn {
        font-size: 10px;
        max-width: 230px;
        min-width: 210px;
    }

    a.lgs-orange-and-gray-btn span.text {
        height: 18px;
        padding-top: 4px;
    }

    .further-review-topics-ribbon span.title {
        font-size: 14px;
    }

}

/*------------------------------------------------------------------
                        LGS NEW BEST SITES TABLE
-------------------------------------------------------------------*/
.stTable {
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.26);
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.26);
    -ms-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.26);
    background: #f9f9f9 !important;
    overflow: hidden;
    padding-bottom: 15px;
}

.stTableRow {
    padding: 10px 6px 0;
    position: relative;
    overflow: hidden;
    height: 150px;
    margin-bottom: -5px;
}

.stTable .rankStars {
    position: absolute;
    top: 11px;
    width: 177px;
    height: 47px;
    z-index: 100;
    top: -23px;
    left: -20px;
}

.stTable .rankStars.stars5 {
    background: url(/img/rank-5-stars.png);
}

.stTable .rankStars.stars4-5 {
    background: url(/img/rank-4-5-stars.png);
}

.stTable .rankStars.stars4 {
    background: url(/img/rank-4-stars.png);
}

.stTable .rankStars.stars3-5 {
    background: url(/img/rank-3-5-stars.png);
}

.stTable .rankStars.stars3 {
    background: url(/img/rank-3-stars.png);
}

.stTable .rankStars.stars2-5 {
    background: url(/img/rank-2-5-stars.png);
}

.stTable .rankStars.stars2 {
    background: url(/img/rank-2-stars.png);
}

.stTable .rankStars.stars1-5 {
    background: url(/img/rank-1-5-stars.png);
}

.stTable .rankStars.stars1 {
    background: url(/img/rank-1-stars.png);
}

.stTable .rankNum {
    font-size: 22px;
    color: #363234;
    font-weight: 700;
    position: absolute;
    line-height: 47px;
    left: 27px;
}

.stTable .leftCol {
    float: left;
    width: 30%;
    margin-top: 25px;
    margin-left: 20px;
    background: #e6e6e6;
    border-radius: 7px;
    height: 110px;
    padding: 0;
    position: relative;
    margin-left: 30px;
}

.stTable .logo {
    padding: 0 !important;
    width: unset;
}

.stTable .logo img {
    margin: 0 auto;
    max-height: 100%;
    padding-top: 10%;
    margin-top: 0 !important;
}

.stTable .logo a {
    display: block;
    z-index: 101;
    position: relative;
    height: 84px;
}

.stTable .revLink {
    background: #373636;
    border-radius: 0 0 7px 7px;
    text-align: center;
    padding: 0px 0 2px;
}

.stTable .revLink a {
    color: #fac946;
    text-decoration: underline;
    font-size: 15px;
}

.stTable .revLink a:hover {
    text-decoration: none;
}

.stTable .bonus {
    float: left;
    width: calc(70% - 25px);
    margin-left: 5px;
    margin-top: 25px;
    border-radius: 7px;
    box-shadow: 0px 3px 10px -4px #000;
    height: 110px;
    width: calc(70% - 42px);
}

.stTable .bonusList ul.note.list-unstyled {
    padding: 0;
}

.stTable .bonusHead {
    background: #ffc410;
    border-radius: 7px 7px 0 0;
    border-bottom: 2px solid #fff;
    padding: 2px 0px 0px 15px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: #111111;
    line-height: 30px;
}

.stTable .bonusBody {
    background: linear-gradient(to right, #404040 97%, white 98%);
    border-radius: 0 0 7px 7px;
    overflow: hidden;
    height: 76px;
}

.stTable .bonusList {
    float: left;
    border-radius: 0 0 0px 7px;
    padding: 5px 15px;
    font-size: 15px;
    color: #fff;
    line-height: 21px;
    width: 68%;
}

.stTable .bonusList span {
    padding-left: 5px;
}

.stTable .bonusList ul.list-unstyled {
    margin-bottom: 0;
}

.stTable .bonusButton {
    float: left;
    background: url("/img/whiteEllipse.png");
    background-position: 0px -70px;
    width: 32%;
    height: 77px;
    text-align: center;
    padding-left: 8px;
    padding: 0 7px 0 14px;
}

.stTable .bonusButton a {
    color: #fff;
    background: linear-gradient(#14a23a 50%, #068016 50%);
    border-radius: 5px;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    padding: 6px 16px;
    display: inline-block;
    margin: 12px 0;
    text-decoration: none;
    width: 131px;
    margin: 16px auto;
}

.stTable .bonusButton a:hover {
    background: linear-gradient(#068016 50%, #14a23a 50%);
}

.stTable .note li {
    padding: 0 0 0 20px;
    background-image: url(/img/yellowArrow.png);
    background-size: auto;
    background-position: center left;
}

.stTable .action::after {
    display: none;
}

.stTable .action .url {
    display: none;
}

table.stTable {
    width: 740px;
    /*margin: 0 auto;*/
}

#best_sites_theme2 {
    width: 740px;
    margin: 0 auto;
}

.stTable .action {
    border-bottom: none !important;
}

@media (min-width: 481px) {
    .stTable tr:first-of-type td {
        margin-top: 35px;
        margin-bottom: 15px;
    }
}

/*Toolips for T&amp;C*/
.stTable .tooltip2 {
    top: 40px;
    right: 25px;
    position: absolute;
}

.stTable .tooltip2 .tooltiptext {
    bottom: initial;
    left: initial;
    margin-left: -80px;
    top: 35px;
    right: -10px;
    background-color: #e3e3e3;
    width: 250px;
}

.stTableRow,
.stTable {
    overflow: visible;
}

.stTable .tooltip2 .tooltiptext::after {
    content: "";
    position: absolute;
    top: -10px;
    left: initial;
    right: 35px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #e3e3e3 transparent;
}

.stTable .bonusList span.tooltiptext {
    padding-left: 10px;
}

.stTable p.tandc {
    margin: 20px 0 0 20px;
    display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .stTable .bonusButton a {
        font-size: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .stTable .bonusList {
        width: 68%;
    }

    .stTable .bonusButton {
        width: 32%;
        padding: 0 0 0 5px;
    }

    .stTable .bonusButton a {
        font-size: 21px;
        margin-top: 14px;
    }

    table.stTable,
    #best_sites_theme2 {
        width: 688px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 768px) {

    table.stTable,
    #best_sites_theme2 {
        width: 100%;
    }

    .stTable .bonusHead {
        padding: 2px 0px 0px 28px;
        font-size: 16px;
    }

    .stTable .bonus {
        height: 170px;
    }

    .stTable .bonusBody {
        height: 136px;
        background: #404040;
    }

    .stTableRow {
        height: 215px;
    }

    .stTable .leftCol {
        height: 170px;
    }

    .stTable .logo {
        height: 120px;
    }

    .stTable .revLink {
        height: 50px;
        padding: 0px 2px 2px;
    }

    .stTable .revLink a {
        font-size: 12px;
        display: inline-block;
        padding-top: 5px;
    }

    .stTable .bonusList {
        font-size: 12px;
        float: none;
        width: 100%;
    }

    .stTable .logo img {
        height: auto;
        width: auto;
        padding-top: 40px;
    }

    .stTable .logo a {
        height: 100%;
    }

    .stTable .bonusButton {
        background: none;
        background-position: 0px -95px;
        background-size: auto 200%;
        float: none;
        width: 100%;
    }

    .stTable .bonusButton a {
        margin: 5px 0;
        margin: 5px auto;
    }

    .stTable .lnBr {
        display: block;
    }
}

@media only screen and (max-width: 480px) {

    table.stTable,
    #best_sites_theme2 {
        width: 100%;
    }

    .stTable tbody {
        display: block;
    }

    .stTable td {
        display: block;
    }

    .stTable .leftCol {
        float: none;
        width: 90%;
        height: 155px;
        width: calc(100% - 60px);
    }

    .stTableRow {
        /*height: 410px;*/
        height: 311px;
        display: block;
        padding: 10px 0;
    }

    .stTable .bonusHead {
        border-top: 2px solid #fff;
        border-radius: 0;
        padding: 2px 0px 0px 10px;
        font-size: 15px;
        /*display: none;*/
        text-align: center;
        padding: 2px 0px 0px 2px;
    }

    .stTable .bonus {
        /*height: 210px;*/
        height: 111px;
        width: 90%;
        margin-left: 20px;
        margin-top: 0;
        width: calc(100% - 60px);
        margin-left: 30px;
    }

    .stTable .bonusBody {
        /*        height: 175px;*/
        height: 75px;
        background: #404040;
    }

    .stTable .logo {
        height: 125px;
        width: 100%;
    }

    .stTable .revLink {
        height: 30px;
        padding: 0px 2px 2px;
        border-radius: 0;
    }

    .stTable .revLink a {
        font-size: 12px;
        display: inline-block;
        padding-top: 0px;
    }

    .stTable .bonusList {
        display: none;
        font-size: 12px;
        float: none;
        width: 100%;
    }

    .stTable .logo img {
        height: auto;
        width: auto;
        padding-top: 15px;
        min-height: 100px;
    }

    .stTable .logo a {
        height: 100%;
    }

    .stTable .bonusButton {
        background: none;
        background-position: 0px -95px;
        background-size: auto 200%;
        float: none;
        width: 100%;
    }

    .stTable .bonusButton a {
        margin: 10px 0;
    }

    .stTable .lnBr {
        display: inline;
    }
}

/*@media only screen and (max-width: 320px) {
    .stTable .leftCol {
        float: none;
        width: 90%;
        height: 155px;
    }
    .stTableRow {
        height: 311px;
    }
    .stTable .bonusHead {
        border-top: 2px solid #fff;
        border-radius: 0;
        padding: 2px 0px 0px 10px;
        font-size: 15px;
        text-align: center;
    }
    .stTable .bonus {
        height: 111px;
        width: 90%;
        margin-left: 20px;
        margin-top: 0;
    }
    .stTable .bonusBody {
        height: 75px;
        background: #404040;
    }
    .stTable .logo {
        height: 125px;
    }
    .stTable .revLink {
        height: 30px;
        padding: 0px 2px 2px;
        border-radius: 0;
    }
    .stTable .revLink a {
        font-size: 12px;
        display: inline-block;
        padding-top: 0px;
    }
    .stTable .bonusList {
        display: none;
        font-size: 12px;
        float: none;
        width: 100%;
    }
    .stTable .logo img {
        height: auto;
        width: auto;
        padding-top: 15px;
    }
    .stTable .bonusButton {
        background: none;
        background-position: 0px -95px;
        background-size: auto 200%;
        float: none;
        width: 100%;
    }
    .stTable .bonusButton a {
        margin: 10px 0;
    }
    .stTable .lnBr {
        display: inline;
    }
}*/
/*------------------------------------------------------------------
                        Under Construction Page
-------------------------------------------------------------------*/
.cnSection {
    text-align: center;
}

.cnSection h3.cnTitle {
    color: #333333;
    font-size: 40px;
    border: none;
}

span.gold {
    color: #ffc410;
}

.cnBackBtn {
    margin-top: -80px;
}

.cnBackBtn a span i {
    transform: rotate(180deg);
}

.cnBackBtn a {
    width: 244px;
    height: 48px;
    display: inline-block;
    background: linear-gradient(#ffc410 50%, #e7b20f 50%);
    border-radius: 5px;
    font-size: 19px;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    line-height: 48px;
    position: relative;
    padding-left: 45px;
}

.cnBackBtn a:hover {
    background: linear-gradient(#e7b20f 50%, #ffc410 50%);
}

.cnBackBtn span {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(#dbe0e3 50%, #c6cbcf 50%);
    border-radius: 5px 0 0 5px;
    width: 45px;
}

.cnBackBtn a:hover span {
    background: linear-gradient(#c6cbcf 50%, #dbe0e3 50%);
}

.cnTopSites,
.cnPages {
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 25px;
    overflow: hidden;
}

.cnTopSitesTitle {
    text-align: left;
    float: left;
    padding-left: 10px;
}

.cnTopSites p {
    display: none;
}

.cnPages .col1 {
    float: left;
    width: 15%;
    padding-left: 5%;
    margin-top: 15px;
}

.cnPages .col1 img {
    float: right;
    padding-right: 10px;
}

.cnPages .col3 img {
    padding-left: 10px;
}

.cnPages .col3 {
    float: right;
    width: 15%;
    padding-right: 5%;
    margin-top: 15px;
}

.cnPagesTitle {
    float: left;
    width: 70%;
}

.cnTopSites .col1 {
    width: 14%;
    float: left;
    margin-top: 18px;
}

.cnTopSitesTitle {
    width: 86%;
    float: left;
}

@media screen and (max-width : 768px) {
    .cnTopSites .col1 {
        width: 20%;
    }

    .cnTopSitesTitle {
        width: 80%;
    }

    .cnPages,
    .cnTopSites {
        font-size: 20px;
    }

    .cnTopSitesTitle {
        padding-left: 10px;
    }
}

@media screen and (max-width : 480px) {
    .cnTopSites .col1 {
        width: 20%;
    }

    .cnTopSitesTitle {
        width: 80%;
    }

    .cnBackBtn {
        float: left;
    }

    .cnPages,
    .cnTopSites {
        font-size: 20px;
    }

    .cnTopSitesTitle {
        padding-left: 10px;
    }
}

/*Footer Icons*/
.gamAware {
    text-align: left;
    padding-top: 10px;
    clear: both;
}

.gamAware>img {
    padding: 0 30px;
}

/*Recent Blogs by category*/
.recBlogsHeader h5 {
    font-size: 18px;
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    background: #383838;
    color: #ffc410;
    border-bottom: 2px solid #ffc410;
    line-height: 37px;
    text-align: center;
    border-radius: 7px 7px 0 0;
}

div#recBlogs {
    background: url(/img/recentBlogsBgd.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
    border-radius: 7px;
    margin: 25px 0;
}

.recBlogs img {
    border: 2px solid #fafafa;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    width: 100%;
    height: auto;
}

li.recBlogPost {
    display: block;
    width: 25%;
    padding: 4px 10px;
}

ul.recBlogs {
    display: flex;
    padding: 0 2px;
    flex-wrap: wrap;
}

.recBlogs a {
    display: block;
    text-align: center;
    font-size: 15px;
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    line-height: 18px;
}

span.postTitle {
    margin: 10px 0;
    display: block;
}

.recBlogPost:hover img {
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.45);
}

.recBlogs a:hover {
    text-decoration: none;
}

/* Small Devices, Tablets, Extra Small Devices, Phones */
@media screen and (max-width : 768px) {
    li.recBlogPost {
        width: 50%;
        padding: 4px 20px;
    }

    ul.recBlogs {
        padding: 0 4px;
    }

    .recBlogs a {
        font-size: 14px;
        line-height: 16px;
    }
}

/*US Interactive State Laws Map*/
#us-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#us-map path:hover,
#us-map circle:hover,
#us-map a.hover path {
    stroke: #d8d8d8 !important;
    stroke-width: 2px;
    stroke-linejoin: round;
    fill: url(#MyGradient);
    /*fill: linear-gradient(#563b7a, #475789) !important;*/
    cursor: pointer;
    filter: url(#dropshadow);
}

#info-box {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    /*  background-color: #ffffff;
      border: 2px solid #BF0A30;
      border-radius: 5px;
      padding: 5px;*/
    font-family: arial;
}

#info-box {
    width: 375px;
    height: 270px;
    background: linear-gradient(100deg, #fff 55%, #f4f0f0 55%);
    box-shadow: 0 0 7px rgba(0, 0, 0, .15);
    border-radius: 5px;
}

#info-box .boxHead {
    background: #383838;
    border-bottom: 2px solid #ffc410;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #ffc410;
    border-radius: 5px 5px 0 0;
    padding: 2px 0 0 0;
}

#info-box .boxQ img {
    width: 12px;
    margin-right: 5px;
}

#info-box .boxFeat {
    margin: 0 40px;
    font-size: 13px;
    font-weight: bold;
    color: #555353;
    overflow: hidden;
}

#info-box .boxQ {
    float: left;
}

#info-box .boxA {
    float: right;
}

#info-box .boxA.greenYes {
    background: #159833;
}

#info-box .boxA.redNo {
    background: #980101;
}

#info-box .boxA {
    width: 34px;
    height: 16px;
    font-size: 13px;
    color: #fff;
    line-height: 18px;
    border-radius: 3px;
    text-align: center;
}

#info-box .boxScale {
    clear: both;
    margin: 15px 5px 0;
    display: flex;
}

#info-box .boxBody {
    margin-top: 15px;
}

#info-box .boxScale .topLn,
#strictScale .boxScale .topLn {
    font-size: 8px;
    color: #000;
    line-height: 7px;
}

#info-box .scaleTxt {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    width: 25%;
}

#info-box .boxScale .btmLn,
#strictScale .boxScale .btmLn {
    font-size: 14px;
    color: #898a8b;
    line-height: 12px;
}

#info-box .boxScale img,
#strictScale .boxScale img {
    margin: 0 -8px;
}

#info-box .boxScale img.score {
    margin: 0;
    position: absolute;
    bottom: 4px;
}

#info-box .boxScale img.score.score1,
#strictScale .boxScale img.score.score1 {
    left: 2%;
}

#info-box .boxScale img.score.score2,
#strictScale .boxScale img.score.score2 {
    left: 11%;
}

#info-box .boxScale img.score.score3,
#strictScale .boxScale img.score.score3 {
    left: 20%;
}

#info-box .boxScale img.score.score4,
#strictScale .boxScale img.score.score4 {
    left: 29%;
}

#info-box .boxScale img.score.score5,
#strictScale .boxScale img.score.score5 {
    left: 38%;
}

#info-box .boxScale img.score.score6,
#strictScale .boxScale img.score.score6 {
    left: 48%;
}

#info-box .boxScale img.score.score7,
#strictScale .boxScale img.score.score7 {
    left: 57%;
}

#info-box .boxScale img.score.score8,
#strictScale .boxScale img.score.score8 {
    left: 67%;
}

#info-box .boxScale img.score.score9,
#strictScale .boxScale img.score.score9 {
    left: 76%;
}

#info-box .boxScale img.score.score10,
#strictScale .boxScale img.score.score10 {
    left: 84%;
}

#info-box .boxScale .scaleImg {
    position: relative;
    width: 50%;
}

#info-box .exp,
#strictScale .exp {
    display: none;
}

#us-map text.abbr {
    fill: #fff;
    font-family: serif;
    pointer-events: none;
}

#us-map text.abbr.gray {
    fill: #7d7d7d;
}

#us-map text.abbr.red {
    fill: #ff0000;
}

#us-map a {
    text-decoration: none;
}

.smSelect {
    display: none;
}

#usMapGroup {
    position: relative;
}

@media only screen and (min-width:768px) and (max-width: 991px) {

    #info-box,
    #strictScale {
        width: 335px;
        height: auto;
    }

    #info-box .boxScale .scaleImg,
    #strictScale .boxScale .scaleImg {
        width: 55%;
        text-align: center;
    }

    #info-box .boxScale img,
    #strictScale .boxScale img {
        max-width: 100%;
    }

    #info-box .scaleTxt,
    #strictScale .scaleTxt {
        width: 20%;
    }

    #info-box .boxFeat,
    #strictScale .boxFeat {
        margin: 0 15px;
    }

    #info-box .boxScale .scaleTxt:first-child {
        width: 25%;
    }

    #info-box .boxScale img.score.score1 {
        left: 4%;
    }

    #info-box .boxScale img.score.score2 {
        left: 13%;
    }

    #info-box .boxScale img.score.score3 {
        left: 20%;
    }

    #info-box .boxScale img.score.score4 {
        left: 29%;
    }

    #info-box .boxScale img.score.score5 {
        left: 37%;
    }

    #info-box .boxScale img.score.score6 {
        left: 45%;
    }

    #info-box .boxScale img.score.score7 {
        left: 54%;
    }

    #info-box .boxScale img.score.score8 {
        left: 62%;
    }

    #info-box .boxScale img.score.score9 {
        left: 70%;
    }

    #info-box .boxScale img.score.score10 {
        left: 78.5%;
    }

    .smSelect {
        display: flex;
        margin-bottom: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    #info-box,
    #strictScale {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        display: block !important;
        max-width: 100%;
        margin: 0 auto;
        height: auto;
    }
}

@media only screen and (min-width:320px) and (max-width:768px) {

    #info-box,
    #strictScale {
        position: relative;
        top: 0 !important;
        left: 0 !important;
        display: block !important;
        max-width: 100%;
        margin: 0 auto;
        height: auto;
    }

    #info-box .boxScale .scaleImg,
    #strictScale .boxScale .scaleImg {
        width: 55%;
        text-align: center;
    }

    #info-box .boxScale img,
    #strictScale .boxScale img {
        max-width: 100%;
    }

    #info-box .scaleTxt,
    #strictScale .scaleTxt {
        width: 20%;
    }

    #info-box .boxHead,
    #strictScale .boxHead {
        font-size: 17px;
    }

    #info-box .boxFeat,
    #strictScale .boxFeat {
        margin: 0 15px;
    }

    #info-box .boxScale .scaleTxt:first-child {
        width: 25%;
    }

    #info-box .boxScale img.score.score1,
    #strictScale .boxScale img.score.score1 {
        left: 5%;
    }

    #info-box .boxScale img.score.score2,
    #strictScale .boxScale img.score.score2 {
        left: 13%;
    }

    #info-box .boxScale img.score.score3,
    #strictScale .boxScale img.score.score3 {
        left: 22%;
    }

    #info-box .boxScale img.score.score4,
    #strictScale .boxScale img.score.score4 {
        left: 30%;
    }

    #info-box .boxScale img.score.score5,
    #strictScale .boxScale img.score.score5 {
        left: 38%;
    }

    #info-box .boxScale img.score.score6,
    #strictScale .boxScale img.score.score6 {
        left: 46%;
    }

    #info-box .boxScale img.score.score7,
    #strictScale .boxScale img.score.score7 {
        left: 55%;
    }

    #info-box .boxScale img.score.score8,
    #strictScale .boxScale img.score.score8 {
        left: 63%;
    }

    #info-box .boxScale img.score.score9,
    #strictScale .boxScale img.score.score9 {
        left: 71%;
    }

    #info-box .boxScale img.score.score10,
    #strictScale .boxScale img.score.score10 {
        left: 79%;
    }

    .smSelect {
        display: flex;
        margin-bottom: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .stateBtn {
        width: 45px;
        text-align: center;
        background: linear-gradient(#ccc, #ddd);
        border-radius: 5px;
        box-shadow: 0px 1px 1px rgba(125, 125, 125, 0.6);
        margin: 5px;
    }

    .stateBtn:hover {
        background: linear-gradient(#563b7a, #475789);
        color: #fff;
    }
}

/*New Menu Styles*/
@media only screen and (min-width: 992px) {
    .navbar-nav {
        padding-left: 0px;
    }
}

@media only screen and (min-width:992px) and (max-width: 1200px) {
    .dropdown-submenu:hover .dropdown-menu {
        left: -162px !important;
    }
}

@media only screen and (min-width:768px) and (max-width: 991px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 13px;
    }

    .dropdown-submenu:hover .dropdown-menu {
        left: -162px !important;
    }

    .navbar-nav {
        padding-left: 0px;
    }

    .nav>li>a {
        padding: 10px 9px;
    }

    .nav>li {
        z-index: auto;
    }
}

@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }

    .dropdown-submenu:hover .dropdown-menu {
        display: block !important;
        top: -10px;
        left: 160px;
    }

    .dropdown-menu ul,
    .dropdown-submenu .dropdown-menu {
        display: none !important;
    }

    .dropdown-menu li:hover ul {
        display: block;
        list-style: none;
        /*padding-left: 15px;*/
    }

    .dropdown-menu>li>ul>li>a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
        font-size: 15px;
    }

    .dropdown-menu>li>ul>li>a:hover,
    .dropdown-menu>li>ul>li>a:focus {
        color: #262626;
        text-decoration: none;
        background-color: #f5f5f5;
    }

    .dropdown-submenu .dropdown-menu {
        /*position: relative;
        border: none;
        box-shadow: none;
        padding-left: 0;*/
    }

    .dropdown-submenu .dropdown-menu li a {
        /*padding-left: 35px;*/
    }

    li.dropdown-submenu {
        position: relative;
    }

    .dropdown-submenu .caret {
        transform: rotate(-90deg);
    }

    .sidebar>ul.catList>li>a {
        font-weight: bold;
    }

    .sidebar ul ul li a {
        padding-left: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .dropdown-menu>li>ul>li>a {
        padding-left: 40px !important;
    }

    .dropdown-menu>li.dropdown-submenu>a:hover,
    .dropdown-menu>li.dropdown-submenu>.dropdown-menu>li>a:hover,
    .dropdown-menu>li.dropdown-submenu.open>a {
        color: #777 !important;
        background-color: #eee !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #777 !important;
    }

    .dropdown-header {
        color: #fff !important;
    }

    .sidebar>ul.catList>li>a {
        font-weight: bold;
    }

    .sidebar ul ul li a {
        padding-left: 25px;
    }

    /*Category Page Blog Title*/
    h2.entry-title {
        clear: both;
    }

    .navbar-default .navbar-collapse {
        max-height: calc(100vh - 120px);
    }
}

/*Footer Adjustment*/
.links .list-inline>li {
    padding-right: 25px;
}

footer .links {
    margin-top: 25px;
}

footer {
    padding: 15px 30px 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .links .list-inline>li {
        padding-right: 10px;
    }
}

/*Full Width Styles  */
#homePage .article {
    border-right: 0;
}

div.further-review-topics-container {
    max-width: 100%;
}

div.further-review-topics-container-content {
    margin: 0 auto;
}

#homePage .lgs-row .lgs-category-box {
    width: 23%;
    min-height: 290px;
}

#homePage .lgs-link-bar {
    margin-right: 0;
}

#homePage .sections .section {
    border: none;
}

.bestSitesTable {
    margin: 0 auto;
    max-width: 770px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #homePage .lgs-row .lgs-category-box {
        width: 30%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #homePage .lgs-row .lgs-category-box {
        width: 60%;
        max-width: 245px;
    }
}

/*Reviews Adjustments*/
.reviews .section {
    height: 0;
    padding-bottom: 24%;
}

.reviews .section:nth-of-type(4n) {
    border-right: none;
}

/*List Styles Adjustments*/
ul.bulletIcons ul {
    list-style-type: none;
    padding: 0 0 0 14px;
}

ul.arrowBullets ul {
    list-style-type: none;
    padding: 0 0 0 14px;
}

ul.arrowBullets ul,
ul.defaultPostList ul {
    padding-left: 20px;
}

ul.bulletIcons ul {
    padding-left: 25px;
}

ul.bulletIcons.nostrong li {
    font-weight: normal;
}

ul.arrowBullets.nostrong li {
    font-weight: normal;
}

ul.defaultPostList.nostrong li {
    font-weight: normal;
}

/*Fixed Nav*/
nav.navbar.navbar-default.fixedNav {
    position: fixed;
    width: 100%;
    top: -1px;
    z-index: 9999;
    background: #333;
    border-bottom: 5px solid #ffc410;
    height: 80px;
}

.fixedNav+.container.fixedNavPdd {
    padding-top: 65px;
}

.fixedNav.navbar .container {
    border-radius: 0;
    border-bottom: 0;
}

.fixedNav .collapse.navbar-collapse {
    width: 1070px;
    padding-left: 270px;
    margin-right: -30px;
    padding-top: 20px;
}

.fixedNav ul.nav.navbar-nav {
    margin-left: 0;
}

.fixedNav.navbar-default .navbar-nav.nav>li>a {
    padding: 10px 5px;
    font-size: 14px;
}

.fixedNav.navbar-default .navbar-nav.nav>li>a.language {
    padding-left: 43px;
}

@media only screen and (min-width: 768px) {
    header img.lgs-logo.fixedLogo {
        position: fixed;
        width: 280px !important;
        margin-top: 0;
        z-index: 10000;
        top: 15px;
        margin-left: -30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1340px) {
    header img.lgs-logo.fixedLogo {
        width: 250px !important;
        top: 20px;
    }

    .fixedNav .collapse.navbar-collapse {
        width: 1030px;
        padding-left: 230px;
        padding-top: 20px;
    }
}

@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .fixedNav .collapse.navbar-collapse {
        width: 940px;
        padding-left: 205px;
        margin-right: -30px;
        padding-top: 22px;
    }

    .fixedNav.navbar-default .navbar-nav.nav>li>a.language {
        width: 55px;
        font-size: 0;
        padding-top: 0px;
        height: 40px;
    }

    .fixedNav .language .caret {
        margin-top: -18px;
    }

    header img.lgs-logo.fixedLogo {
        width: 230px !important;
        top: 23px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .fixedNav .collapse.navbar-collapse {
        width: 750px;
        padding-left: 0px;
        margin-right: -30px;
        margin-left: -30px;
        padding-top: 60px;
    }

    .navbar-default .navbar-collapse {
        margin-right: -25px;
    }

    .navbar-default .navbar-nav>li>a {
        padding: 10px 8px;
    }

    .navbar-default .navbar-nav li a.language.english {
        font-size: 0;
        width: 40px;
        padding-right: 20px;
        height: 45px;
    }

    .language .caret {
        margin-top: -32px;
    }

    img.lgs-logo {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .fixedNav.navbar-default .navbar-nav.nav>li>a.language {
        width: 55px;
        font-size: 0;
        padding-top: 0px;
        height: 40px;
    }

    .fixedNav .language .caret {
        margin-top: -18px;
    }

    nav.navbar.navbar-default.fixedNav {
        height: 110px;
    }

    .fixedNav+.container.fixedNavPdd {
        padding-top: 110px;
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    nav#navbar.navbar.navbar-default {
        position: fixed;
        width: 100%;
        top: -1px;
        z-index: 9999;
        background: #333;
        border-bottom: none;
        height: 80px;
    }

    header img.lgs-logo.fixedLogo {
        position: fixed;
        width: 350px !important;
        top: 0px;
        z-index: 99999;
        margin-left: 0;
        margin-top: 8px !important;
        max-width: calc(100% - 122px) !important;
    }

    #navbar .collapse.navbar-collapse,
    #navbar .collapsing.navbar-collapse {
        border: none;
        width: 100%;
        width: calc(100% + 60px);
        margin-left: -30px;
        margin-right: -30px;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        max-height: calc(100vh - 130px);
        overflow-y: auto;
    }

    nav#navbar.navbar.navbar-default {
        min-height: 70px;
        height: auto;
        border-bottom: none;
    }

    #navbar.navbar .navbar-headeru {
        height: 70px;
        width: 100%;
        width: calc(100% + 60px);
        margin-right: -30px;
        margin-left: -30px;
        border-bottom: 5px solid #ffc410;
    }

    #navbar.navbar li.dropdown {
        text-align: center;
        border-bottom: 1px solid #4d4d4d;
        box-shadow: 0px 1px 1px #1c1c1c;
        margin-bottom: 1px;
    }

    #navbar.navbar-default .navbar-nav.nav>li>a {
        font-size: 18px;
        font-weight: 500;
        padding: 13px 0px;
    }

    #navbar ul.nav.navbar-nav {
        margin: 0;
    }

    #navbar.navbar-default .navbar-nav.nav li>a.language {
        background-position: calc(50% - 70px) 50% !important;
    }

    #navbar ul.dropdown-menu {
        text-align: center;
    }

    #navbar.navbar-default .navbar-toggle:hover,
    #navbar.navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    #navbar.navbar-default .navbar-toggle {
        border: none;
    }

    #navbar.navbar-default .navbar-toggle .icon-bar {
        background-color: #ffc410;
        width: 42px;
        height: 7px;
        margin-bottom: 5px;
        border-radius: 0;
    }

    #navbar.navbar-default .navbar-toggle:hover .icon-bar {
        /*background-color: #ffc410;*/
    }

    #navbar.navbar .container {
        background: none;
        border: none;
    }

    #navbar+.container.fixedNavPdd {
        /*padding-top: 25px;*/
    }

    #navbar .navbar-nav .open .dropdown-menu>li>a,
    #navbar .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 15px;
        color: #fff;
    }

    #navbar .dropdown-menu>li>ul>li>a {
        padding-left: 15px !important;
    }

    body.noScroll,
    html.noScroll {
        overflow: hidden;
    }
}

/*Best Sites Tables Side Stack*/
@media only screen and (min-width: 992px) {
    .stSideTable .tableWrap {
        position: fixed;
        top: 95px;
        z-index: 999;
        margin-left: -166px;
        width: 140px;
        transition: .25s ease-out;
    }

    .stSideTable .table-header,
    .stSideTable .rated-number,
    .stSideTable td.rank,
    .stSideTable .logo a:last-child,
    .stSideTable .action .url,
    .stSideTable .stBtn .url {
        display: none;
    }

    .stSideTable img.stars {
        position: absolute;
        top: 0;
        width: 140px;
        padding: 0 30px;
        margin: 5px 0 !important;
    }

    .stSideTable table .logo img.logo {
        margin-top: 0px !important;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        padding: 10px 0 0 !important;
    }

    .stSideTable .action::after,
    .stSideTable .stBtn::after {
        padding-top: 0;
        border-bottom-right-radius: 7px;
        display: none;
    }

    .stSideTable td {
        display: block;
        border-top: none !important;
    }

    .stSideTable td.button-action {
        background: #fff;
        border: none;
        width: 100%;
        padding-top: 10px !important;
        height: 40px;
        border-radius: 0 0 0 12px;
        padding: 5px !important;
    }

    .stSideTable a.action,
    .stSideTable .stBtn {
        font-size: 15px;
        width: 130px;
        bottom: 5px;
        padding-right: 0;
        position: absolute;
        padding: 0px;
        height: 30px;
        border: 0;
        text-align: center;
        line-height: 30px;
        text-transform: uppercase;
        border-radius: 5px;
        font-weight: 600;
        color: #fff;
        box-shadow: 0px 2px 1px #e07715;
        background: linear-gradient(#fe9600 0%, #e07715 50%);
    }

    .stSideTable a.action:hover,
    .stSideTable .stBtn:hover {
        background: linear-gradient(#c1770b 50%, #fe9600 100%);
        color: #fff;
    }

    .stSideTable td:last-child {
        position: absolute;
        left: 185px;
        top: 0;
    }

    .stSideTable tr {
        position: relative;
        margin-bottom: 7px;
        display: block;
        background: #201c1d;
        height: 90px;
        border-radius: 12px 0px 0px 12px;
        /*border: 1px solid #ccc;*/
    }

    .stSideTable td:last-child {
        position: absolute;
        left: 140px;
        top: 0px;
        width: 315px;
        background: #2d2d2d;
        /*border: 1px solid #ccc !important;*/
        height: 90px;
        border-left: 0 !important;
        border-radius: 0px 12px 12px 0px;
        display: none;
    }

    .stSideTable tr:hover td:last-child {
        display: block;
    }

    /*    .stSideTable table tr:first-child b {
            display: none;
        }*/
    .stSideTable ul.note,
    .stSideTable span.extra {
        display: none;
    }

    .stSideTable tr:hover {
        border-right: 0px !important;
    }

    .stSideTable table {
        background: none !important;
        box-shadow: none;
        margin-bottom: 0;
    }

    .stSideTable td.logo {
        padding: 0px !important;
        height: 50px;
        width: 140px;
    }

    .stSideTable .tableWrap>p {
        width: 141px;
        background: #f9f9f9;
        border-radius: 12px 0px 0px 12px;
        border: 1px solid #ccc;
        padding: 15px;
        font-size: 10px;
    }

    .stSideTable .tooltip2 .tooltiptext {
        width: 275px;
        margin-left: 0;
        left: 0;
    }

    .stSideTable .tooltip2 .tooltiptext::after {
        left: 26px;
    }

    .stSideTable a.claimBtn,
    .stSideTable .stClaimBtn {
        background: linear-gradient(#e07715, #fe9600);
        text-decoration: none;
        color: #fff;
        width: 120px;
        height: 35px;
        display: inline-block;
        text-align: center;
        line-height: 35px;
        border-radius: 5px;
        margin-top: 15px;
        font-size: 15px;
        font-weight: bold;
        vertical-align: top;
        margin-left: 15px;
    }

    a.claimBtn,
    .stClaimBtn {
        display: none;
    }

    .stSideTable a.claimBtn:hover,
    .stSideTable .stClaimBtn:hover {
        background: linear-gradient(#fe9600, #e07715);
    }

    .stSideTable .bonusAmt {
        display: inline-block;
        margin-left: 15px;
        text-align: right;
    }

    .stSideTable span.pct {
        font-size: 45px;
        font-weight: bold;
        color: #ffc410;
        display: block;
        line-height: 35px;
        width: 135px;
    }

    .stSideTable span.pct.sm {
        font-size: 28px;
    }

    .stSideTable span.upTo {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 10px;
        width: 18px;
        display: inline-block;
        line-height: 11px;
        margin-right: 2px;
    }

    .stSideTable span.amt {
        font-weight: bold;
        font-size: 26px;
        color: #fff;
    }
}

@media only screen and (max-width: 1400px) and (min-width: 992px) {
    .stSideTable .tableWrap {
        margin-left: -26px;
    }

    .stSideTable tr {
        border-radius: 0px 12px 12px 0px;
        display: none;
        /*box-shadow: 2px 2px 7px rgba(64, 64, 64, 0.5);*/
    }

    .stSideTable tr:hover {
        border-radius: 0 0px 0px 0;
    }

    .stSideTable .table-header {
        display: block;
        width: 175px;
        border-radius: 0px 12px 12px 0px;
        font-size: 18px;
        border-bottom: 0;
        box-shadow: 2px 2px 7px rgba(64, 64, 64, 0.5);
        padding-left: 15px !important;
    }

    .stSideTable .tableWrap:hover tr {
        display: block;
    }

    .stSideTable .tableWrap:hover .table-header {
        display: none;
    }

    .stSideTable .tableWrap>p {
        border-radius: 0px 12px 12px 0px;
    }

    .stSideTable .tableWrap>p {
        display: none;
    }

    .stSideTable .tableWrap:hover>p {
        display: block;
    }

    .stSideTable td.button-action {
        border-radius: 0 0 12px 0;
    }

    .stSideTable tr:hover td.button-action {
        border-radius: 0;
    }
}

@media only screen and (max-width: 991px) and (min-width: 320px) {
    .stSideTable .tableWrap {
        position: fixed;
        bottom: 0;
        z-index: 9999;
        background: rgba(35, 30, 32, 0.9);
        width: 100%;
        left: 0;
        height: 60px;
    }

    .stSideTable tr:nth-child(n+2) {
        display: none;
    }

    .stSideTable .table-header,
    .stSideTable .rated-number,
    .stSideTable .rank,
    .stSideTable tr td:last-child,
    .stSideTable table .logo img.stars,
    .stSideTable .logo a:last-child,
    .stSideTable a.action .url,
    .stSideTable .stBtn .url,
    .stSideTable a.action::after,
    .stSideTable .stBtn::after {
        display: none;
    }

    .stSideTable table {
        background: none !important;
        margin-bottom: 0;
    }

    .stSideTable td.button-action {
        background: none;
        border: none;
        padding: 0 !important;
        width: 50%;
        display: inline-block;
    }

    .stSideTable table td.logo {
        width: 50%;
        height: 60px;
        border: none;
        text-align: right;
        padding: 0 !important;
        display: inline-block;
    }

    .stSideTable a.action,
    .stSideTable .stBtn {
        font-size: 20px;
        width: 170px;
        bottom: 10px;
        padding-right: 0;
        position: absolute;
        padding: 0px;
        height: 40px;
        border: 0;
        text-align: center;
        line-height: 40px;
        text-transform: uppercase;
        border-radius: 4px;
        font-weight: 600;
        color: #fff;
        box-shadow: 0px 2px 1px #e07715;
        background: linear-gradient(#fe9600 0%, #e07715 50%);
        text-shadow: 0px 1px 1px #68645c;
        margin-left: 20px;
        max-width: calc(50% - 25px);
    }

    .stSideTable table .logo img.logo {
        width: auto;
        max-height: 100%;
        margin: 0 !important;
        padding: 0 !important;
        display: inline-block;
        margin-right: 10px !important;
        vertical-align: middle;
    }

    .stSideTable a.action:hover,
    .stSideTable .stBtn:hover {
        background: linear-gradient(#c1770b 50%, #fe9600 100%);
    }

    .stSideTable .logo a {
        display: inline-block;
        height: 60px;
        line-height: 60px;
    }
}

@media (max-width: 480px;

) {
    .stSideTable tbody {
        display: table-row-group;
    }
}

/*Back to Top Button*/
#topBtn {
    background-image: url(/wp-content/themes/lh_wordpress_blank_theme/img/topBtnOff.png);
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 20px;
    margin-left: 1080px;
    z-index: 9999;
    display: none;
}

#topBtn.aboveFooter {
    bottom: 0px;
    position: absolute;
}

#topBtn:hover {
    background-image: url(/wp-content/themes/lh_wordpress_blank_theme/img/topBtnOn.png);
}

.topBtnContainer {
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1301px) {
    #topBtn {
        margin-left: 1045px;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1199px) {
    #topBtn {
        margin-left: 955px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1099px) {
    #topBtn {
        margin-left: 895px;
    }

    #topBtn.aboveFooter {
        bottom: 10px;
    }
}

@media only screen and (min-width: 850px) and (max-width: 991px) {
    #topBtn {
        margin-left: 735px;
    }

    #topBtn.aboveFooter {
        bottom: 10px;
    }

    a#topBtn.aboveAff {
        bottom: 70px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 849px) {
    #topBtn {
        margin-left: 0px;
        right: 0px;
        bottom: 70px;
    }

    #topBtn.aboveFooter {
        right: -30px;
        bottom: 30px;
    }

    a#topBtn.aboveAff {
        bottom: 70px;
    }
}

/*Us Accepted Reviews*/
.reviews .section.usAccepts::after {
    content: '';
    width: 38px;
    height: 16px;
    position: absolute;
    background: url(/img/flagcheck.png) no-repeat;
    display: block;
    top: 8px;
    right: 8px;
}

.reviews .section img {
    margin-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
    .reviews .section {
        height: 0;
        padding-bottom: 27%;
    }
}

@media only screen and (min-width: 320px) and (max-width: 991px) {
    .reviews .section {
        height: 0;
        padding-bottom: 165px;
        border: none;
    }

    .reviews .section.usAccepts::after {
        top: -15px;
    }
}

/*Mobile Best Sites Table Images*/
@media screen and (max-width: 440px) {

    table .logo img.logo,
    table .logo img.logo1,
    table .logo img.logo2 {
        width: auto;
        margin: 0 auto !important;
    }


    .bestSitesTable tr,
    #best_sites tr {
        display: block;
    }

#best_sites tr.rank-item {display:table-row}

    .bestSitesTable tr th,
    #best_sites tr th {
        display: none;
    }
    .bestSitesTable tr th:nth-of-type(2),
    #best_sites tr th:nth-of-type(2) {
        /* display: block; */
    }

    .bestSitesTable table td.button-action,
    #best_sites table td.button-action {
        border: 0;
        text-align: center;
    }

    .bestSitesTable a.action,
    #best_sites a.action {
        width: auto;
        min-width: 200px;
        text-align: center;
    }
}

/*Review with Side Table*/
#stTable.reviewTable {
    position: absolute;
    opacity: 0;
    z-index: -999;
}

#stTable.reviewTable.stSideTable {
    opacity: 1;
    z-index: unset;
}

.stSideTable tr {
    cursor: pointer;
}

@media only screen and (max-width: 1400px) and (min-width: 992px) {
    .stSideTable.reviewTable tr {
        display: block;
    }
}

@media only screen and (min-width: 992px) {
    .stSideTable.reviewTable table .logo img.logo {
        padding: 20px 5px 5px !important;
    }
}

/*Full Width Template*/
.article.full-width {
    border-right: 0;
    padding-right: 10px !important;
}

.article.full-width #best_sites {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.button_container.even-btns a {
    width: 312px;
}

.sections.full-width {
    justify-content: center;
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.sections.full-width .section {
    height: 200px;
    width: 33.33%;
    padding: 0 15px;
}

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
    .sections.full-width .section {
        width: 50%;
    }

    .sections.full-width .section a.read {
        font-weight: normal;
        font-size: 0.9em;
    }
}

/*Full width single blog post on mobile*/
@media only screen and (max-width: 991px) {
    .col-md-9.article {
        border-right: none;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-fw .has-post-thumbnail {
        margin-left: -25px;
        margin-right: -35px;
        max-width: calc(100vw - 1px);
    }

}

/*New 404 Page*/
#notFound {
    text-align: center;
    margin-bottom: 80px;
}

.jackpot {
    display: inline-block;
}

.bigText {
    font-size: 22px;
    margin-top: 50px;
    margin-bottom: 20px;
}

#notFound .button_container a {
    font-size: 17px;
    height: 50px;
    margin-right: 30px;
}

.button_container {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

/*New Headings*/
h2.basic {
    font-size: 24px;
    color: #fff;
    background: #333;
    padding: 10px 17px;
    border-radius: 4px;
    border-bottom: 0;
    position: relative;
}

h2.basic::after {
    content: '';
    position: absolute;
    bottom: -5px;
    width: 100%;
    left: 0;
    height: 2px;
    background-color: #ffc410;
}

h3.basic {
    padding: 12px 0px;
    border-bottom: 5px solid #ffc410;
}

h4.basic {
    font-size: 17px;
    border-bottom: 0;
}

/*Picks Design*/
.picks {
    width: 400px;
    max-width: 95%;
    margin: 0 auto;
    border-radius: 12px;
    margin-bottom: 30px;
    background: #fff;
}

.titleBar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-radius: 12px 12px 0 0;
    padding: 5px 15px;
    background: #333;
}

.odds {
    color: #ffc410;
}

.odds span.num {
    background: #ffc410;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    border-radius: 20px;
    line-height: 30px;
    display: inline-block;
    margin-left: 15px;
    width: 75px;
    text-align: center;
}

.picks .title {
    padding-top: 1px;
    margin-bottom: 5px;
    margin-right: 5px;
}

.picks .body {
    text-align: center;
}

.pickTitle {
    font-weight: bold;
    font-size: 20px;
    margin-top: 8px;
}

.pick {
    background: #ffc410;
    display: inline-block;
    padding: 5px 24px;
    border-radius: 30px;
    width: 275px;
    max-width: 95%;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
}

.pick.bigName {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 15px 24px;
}

.picks p:empty {
    display: none;
}

.picks .button_container a.greenBut {
    padding: 5px 0;
    min-width: 125px;
    margin: 12px 0;
}

.grayBgd {
    background: #f5f5f5;
    padding: 20px 0 1px;
}

@media only screen and (max-width: 460px) {
    .titleBar {
        justify-content: center;
    }

    .picks .title {
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
}

/*Strictness Scale */
#strictScale {
    z-index: 1;
    font-family: arial;
    width: 615px;
    margin: 20px auto;
}

#strictScale .boxScale {
    display: flex;
}

#strictScale .scaleTxt {
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin-top: 40px;
    width: 90px;
}

#strictScale .scaleTxt.not {
    width: 80px;
}

#strictScale .boxScale .scaleImg {
    position: relative;
    width: 425px;
}

#strictScale .boxScale img.score {
    margin: 0;
    position: absolute;
    bottom: -10px;
}

#strictScale .boxScale .topLn {
    font-size: 9px;
    color: #000;
    line-height: 8px;
}

#strictScale .boxScale .btmLn {
    font-size: 21px;
    color: #898a8b;
    line-height: 21px;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    #strictScale .boxScale img.score.score1 {
        left: 2%;
    }

    #strictScale .boxScale img.score.score2 {
        left: 11%;
    }

    #strictScale .boxScale img.score.score3 {
        left: 20%;
    }

    #strictScale .boxScale img.score.score4 {
        left: 29%;
    }

    #strictScale .boxScale img.score.score5 {
        left: 38%;
    }

    #strictScale .boxScale img.score.score6 {
        left: 48%;
    }

    #strictScale .boxScale img.score.score7 {
        left: 57%;
    }

    #strictScale .boxScale img.score.score8 {
        left: 66%;
    }

    #strictScale .boxScale img.score.score9 {
        left: 75%;
    }

    #strictScale .boxScale img.score.score10 {
        left: 82%;
    }
}

@media only screen and (min-width:320px) and (max-width:768px) {
    #strictScale {
        width: 100%;
        margin: 0 auto;
        max-width: 450px;
    }

    #strictScale .boxScale .scaleImg {
        width: 265px;
    }

    #strictScale .boxScale img.score {
        width: 35px;
        bottom: -5px
    }

    #strictScale .scaleTxt {
        margin-top: 15px;
        width: 87px;
    }

    #strictScale .scaleTxt.not {
        width: 87px;
    }

    #strictScale {
        width: 100%;
        margin: 0 auto;
        max-width: 450px;
    }

    #strictScale .boxScale img.score.score1 {
        left: 3%;
    }

    #strictScale .boxScale img.score.score2 {
        left: 12%;
    }

    #strictScale .boxScale img.score.score3 {
        left: 21%;
    }

    #strictScale .boxScale img.score.score4 {
        left: 30%;
    }

    #strictScale .boxScale img.score.score5 {
        left: 38%;
    }

    #strictScale .boxScale img.score.score6 {
        left: 48%;
    }

    #strictScale .boxScale img.score.score7 {
        left: 57%;
    }

    #strictScale .boxScale img.score.score8 {
        left: 66%;
    }

    #strictScale .boxScale img.score.score9 {
        left: 75%;
    }

    #strictScale .boxScale img.score.score10 {
        left: 83%;
    }
}

@media only screen and (max-width: 575px) {
    #strictScale .boxScale {
        flex-wrap: wrap;
    }

    #strictScale .boxScale .scaleImg {
        width: 265px;
    }

    #strictScale .boxScale img.score {
        width: 35px;
        bottom: -5px
    }

    #strictScale .scaleTxt {
        margin-top: 15px;
        width: 87px;
    }

    #strictScale .scaleTxt.not {
        width: 87px;
    }

    #strictScale {
        width: 100%;
        margin: 0 auto;
        max-width: 450px;
    }
}

@media only screen and (max-width: 500px) {
    #strictScale .scaleTxt.not {
        margin-left: auto;
    }

    #strictScale .boxScale {
        width: 275px;
        margin: 0 auto;
    }
}

/*New Blog Hub*/
h1.blog {
    font-size: 26px;
    line-height: normal;
}

.posts_cont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.posts_cont .post {
    width: calc(33.33% - 10px);
    border-radius: 15px;
    padding: 15px 10px;
    position: relative;
    cursor: pointer;
}

.posts_cont img {
    margin-right: 0;
    width: 100%;
    height: auto;
    border: 2px solid #fff;
    border-radius: 15px;
    object-fit: cover;
    min-height: 175px;
}

.posts_cont .post .thumb {
    border: 3px solid rgb(221, 221, 221);
    border-radius: 15px;
    min-height: 175px;
}

.posts_cont h2 {
    font-size: 18px;
    margin-top: 10px;
    border-bottom: 0px !important;
}

.posts_cont h2 a {
    color: #000;
    text-decoration: none;
}

.posts_cont .entry-meta {
    color: #939393;
    font-size: 14px;
}

.posts_cont .author a {
    text-decoration: none;
    color: #939393;
    text-transform: capitalize;
}

.posts_cont .author a:hover {
    text-decoration: underline;
}

span.linkSpanner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

#catFilter {
    margin: 20px 0;
}

#catFilter select {
    font-size: 17px;
    font-weight: bold;
    height: 46px;
    width: 320px;
    padding-left: 10px;
    background: #f4f3f4;
    border: 2px solid #cbd0d4;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/catFilterArrow.png');
    background-repeat: no-repeat;
    background-position: 270px;
}

.posts_cont .post:first-of-type {
    width: calc(100% + 60px);
    background: #eeeeee;
    margin: 0 -25px 30px -25px;
    border: 0;
    border-radius: 0;
    padding: 20px 25px;
    display: flex;
}

.posts_cont .post:first-of-type .thumb {
    border: 0;
    margin-right: 25px;
    width: 42%;
}

.posts_cont .post:first-of-type img {
    border: 0;
    height: 100%;
}

.posts_cont .post:first-of-type h2 {
    font-size: 23px;
    border-bottom: 6px solid #ffc410 !important;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.posts_cont .post:first-of-type .pBody {
    width: 58%;
}


.posts_cont .post.author_info:hover {
    box-shadow: 0px 0px 0px transparent;
    cursor: default;
}

.posts_cont .post.author_info:first-of-type {
    display: block;
    position: relative;
}

.posts_cont .post.author_info:first-of-type .pBody {
    width: 100%;
    text-align: justify;
}

.posts_cont .post.author_info:first-of-type .pBody .thumb {
    width: 100%;
    max-width: 25%;
    float: left;
    margin: 0px 30px 0px 30px;
}

.posts_cont .post.author_info:first-of-type .pBody .show_more_content {
    max-height: 270px;
    overflow: hidden;
}

.posts_cont .post.author_info:first-of-type .pBody .show_more_content.open {
    max-height: 100%;
    overflow: unset;
}

.posts_cont .post.author_info:first-of-type .pBody .show_more {
    position: absolute;
    bottom: -20px;
    right: 24px;
    width: fit-content;
    padding: 5px 10px;
    text-align: center;
    background-color: #ffc410;
    cursor: pointer;
    border-radius: 5px;
}

.posts_cont .post.author_info:first-of-type .pBody .show_more:hover {
    background-color: #555b91;
    color: #ffc410;
}

.posts_cont .entry-content {
    display: none;
}

.posts_cont .post:first-of-type .entry-content {
    display: block;
    font-size: 17px;
}

a.read-more {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 5px;
}

.posts_cont .post:hover {
    box-shadow: 0px 0px 30px #495488;
}

a.page-numbers,
.page-numbers {
    width: 40px;
    height: 40px;
    background: #51457f;
    border-radius: 50%;
    border: 3px solid #e9e9e9;
    margin-right: 5px;
    text-align: center;
    line-height: 33px;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
}

.page-numbers.current {
    background: #ffbc13;
}

a.next.page-numbers,
a.prev.page-numbers {
    font-size: 28px;
    line-height: 29px;
    margin-bottom: 10px;
}

a.page-numbers:hover,
.page-numbers:hover {
    background: #ffbc13;
}

.page-numbers.dots {
    background: #2d2d2d;
}

#pagination {
    justify-content: center;
    margin: 10px 0 30px;
    flex-wrap: wrap;
}

/** Odds Calculator **/
div.odds_payment_calculator {
    background-color: #f7f7f7;
    padding: 50px 1em 1em;
    border-radius: 15px;
    box-shadow: 0 0 10px #ccc;
    max-width: 800px;
    margin: 0 auto 15px;
}

div.odds_payment_calculator .odds_title_box {
    z-index: 100;
    position: absolute;
    top: 70px;
    width: 100%;
    max-width: 800px;
}

div.odds_payment_calculator h1 {
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(#f69310, #f5b535);
    width: 50%;
    margin: 0 auto;
    color: #FFF;
    padding: 0.5em 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /**
    box-shadow: 20px 16px 0px #f7f7f7, 19px 15px 0px -5px #7a7b7e, 18px 14px 0px -5px #7a7b7e, 17px 13px 0px -5px #7a7b7e, 16px 12px 0px -5px #7a7b7e, 15px 11px 0px -5px #7a7b7e, 14px 10px 0px -5px #7a7b7e, 13px 9px 0px -5px #7a7b7e, 12px 8px 0px -5px #7a7b7e, 11px 7px 0px -5px #7a7b7e, 10px 6px 0px -5px #7a7b7e, 9px 5px 0px -5px #7a7b7e, 8px 4px 0px -5px #7a7b7e, 7px 3px 0px -5px #7a7b7e, 6px 2px 0px -5px #7a7b7e, 5px 1px 0px -5px #7a7b7e;
    **/
}

div.odds_payment_calculator .calc_row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: space-around;
}

div.odds_payment_calculator .calc_col {
    flex: 1 0 20%;
    margin-bottom: 1rem;
}

div.odds_payment_calculator .calculator_label {
    text-align: right;
    font-weight: bold;
    color: #383838;
    text-transform: capitalize;
    margin-top: 0;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
}

div.odds_payment_calculator .calculator_label em {
    color: #f69513;
}

div.odds_payment_calculator .calc_col input[type='text'] {
    background: #f69513;
    color: #FFF;
    border: 1px solid #f6830e;
    border-radius: 5px;
    padding: 0.25rem 0;
    text-align: center;
    width: 150px;
    font-weight: bold;
}

div.odds_payment_calculator .calc_col input[type='text']::placeholder {
    color: #EEE;
}

div.odds_payment_calculator .calc_col.calc_col_button {
    margin-left: 25%;
}

div.odds_payment_calculator button#calculator_reset_button {
    background: #c35910;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    border: 3px solid #FFF;
    border-radius: 15px;
    padding: 0.5rem 2rem;
    width: 95%;
    font-weight: bold;
    box-shadow: 0 0 3px 2px #ccc;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) and (min-width: 381px) {
    div.odds_payment_calculator .calc_col {
        flex: 1 0 40%;
    }

}

@media only screen and (max-width: 380px) {
    div.odds_payment_calculator .odds_title_box {
        top: 90px;
        left: 0;
    }

    div.odds_payment_calculator h1 {
        font-size: 15px !important;
    }

    div.odds_payment_calculator .calc_col {
        flex: 1 0 100%;
        text-align: center;
    }

    div.odds_payment_calculator .calculator_label {
        text-align: center;
        margin-bottom: 0;
    }

    div.odds_payment_calculator .calc_col.calc_col_button {
        margin-left: 0;
    }
}

/*===*/

@media only screen and (max-width: 1199px) and (min-width: 992px) {}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .posts_cont .post {
        width: calc(50% - 10px);
    }

    .posts_cont .post:first-of-type {
        flex-wrap: wrap;
    }

    .posts_cont .post:first-of-type .thumb {
        width: 100%;
        margin-right: 0;
    }

    .posts_cont .post:first-of-type .pBody {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) and (min-width: 576px) {
    .posts_cont .post:first-of-type {
        flex-wrap: wrap;
        max-width: none;
    }

    .posts_cont .post:first-of-type .thumb {
        width: 100%;
        margin-right: 0;
    }

    .posts_cont .post:first-of-type .pBody {
        width: 100%;
    }

    .posts_cont .post {
        width: 325px;
        max-width: 100%;
        margin-bottom: 12px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .posts_cont {
        justify-content: space-around;
    }

    .posts_cont .post:first-of-type h2 {
        font-size: 20px;
    }

    h1.blog {
        font-size: 25px;
    }

    .posts_cont .post:first-of-type .entry-meta {
        font-size: 17px;
    }
}

@media only screen and (max-width: 575px) and (min-width: 320px) {
    .posts_cont .post {
        width: 325px;
        max-width: 100%;
        margin-bottom: 12px;
    }

    .posts_cont {
        justify-content: center;
    }

    .posts_cont .post:first-of-type {
        flex-wrap: wrap;
        max-width: none;
    }

    .posts_cont .post:first-of-type .thumb {
        width: 100%;
        margin-right: 0;
    }

    .posts_cont .post:first-of-type .pBody {
        width: 100%;
    }

    .posts_cont img,
    .posts_cont .post .thumb {
        min-height: 120px;
    }

    .posts_cont .post:first-of-type h2 {
        font-size: 20px;
    }

    h1.blog {
        font-size: 25px;
    }

    .posts_cont .post:first-of-type .entry-meta {
        font-size: 17px;
    }

    .posts_cont .post.author_info:first-of-type .pBody .thumb {
        width: 100%;
        max-width: 40%;
        float: none;
        margin: 10px auto;
    }
}

@media only screen and (max-width: 480px) and (min-width: 320px) {
    .posts_cont .post {
        /*width: 100%;*/
    }

    #catFilter select {
        width: 270px;
        background-position: 220px;
    }
}

/*Blog Category Filter*/
#catFilter #dropdownMenuButton {
    font-size: 17px;
    font-weight: bold;
    height: 46px;
    width: 270px;
    padding-left: 10px;
    background: #f4f3f4;
    border: 2px solid #cbd0d4;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/wp-content/themes/lh_wordpress_blank_theme/img/catFilterArrow.png);
    background-repeat: no-repeat;
    background-position: 222px;
    text-align: left;
}

#catFilter a.dropdown-item,
#catFilter .cat-item a,
#catFilter #dropdownMenuButton {
    display: block;
    font-size: 17px;
    color: #333;
    text-decoration: none;
    line-height: 24px;
    padding-left: 20px;
}

#catFilter .dropdown-menu {
    width: 270px;
    background: #f4f3f4;
    margin-top: 0;
    border-radius: 0;
}

#catFilter a.dropdown-item:hover,
#catFilter .cat-item a:hover {
    background-color: #333333;
    color: #fff;
}

#catFilter a.dropdown-item.childCat {
    padding-left: 30px;
}

#catFilter {
    margin: 20px 0;
    list-style: none;
    padding-left: 0;
    display: inline-block;
}

#catFilter .dropdown-menu ul.children {
    display: block !important;
    list-style: none;
    padding-left: 0;
}

#catFilter .dropdown-menu ul.children a {
    padding-left: 45px;
}

#catFilter .dropdown-toggle a {
    padding-left: 10px;
}

#catFilter.dropdown:not(.open):hover .dropdown-menu {
    display: none;
}

/*Newsletter form*/
#bio_ep {
    display: none;
    position: fixed;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    z-index: 10002;
    background-color: transparent;
    box-shadow: none;
    width: 440px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    top: 30%;
}

#bio_ep_close {
    position: absolute;
    margin: -8px 0 0 -12px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    background-color: #ffbc13;
    right: 20px;
    left: auto;
    top: 55px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: transparent;
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/close-x.png');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 99999;
}

#bio_ep_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4a5a8b;
    opacity: 0.95;
    z-index: 10001;
}

#bio_ep .title {
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;

    font-size: 40px;
    line-height: 50px;
}

#bio_ep .subtitle {
    font-size: 24px;
    line-height: 30px;
    margin: 30px 0;
}

#bio_ep .subtitle span {
    font-weight: bold;
    display: block;
}

#bio_ep input {
    width: 350px;
    border: 0;
    border-radius: 5px;
    font-size: 18px;
    padding: 0 15px;
    line-height: 50px;
}

#bio_ep input[type="email"] {
    color: #a9a9a9;
    margin-bottom: 12px;
}

#bio_ep input[type="submit"],
#newsForm input[type="submit"] {
    background: #ffbc13;
    font-weight: bold;
}

#bio_ep input[type="submit"]:hover,
#bio_ep_close:hover,
#newsForm input[type="submit"]:hover {
    box-shadow: 0 0 8px #ffbc13;
    background: #ffa500;
}

#bio_ep_close:hover {
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/close-x.png');
    background-repeat: no-repeat;
    background-position: center;
}

#bio_ep ::placeholder,
#newsForm ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a9a9a9;
    opacity: 1;
    /* Firefox */
}

#bio_ep :-ms-input-placeholder,
#newsForm :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a9a9a9;
}

#bio_ep ::-ms-input-placeholder,
#newsForm ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a9a9a9;
}

#bio_ep .bio_close {
    margin-top: 30px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    line-height: 15px;
    cursor: pointer;
}

@media all and (min-width: 768px) and (max-width: 991px) {
    #bio_ep {
        top: 35%;
    }
}

@media all and (min-width: 320px) and (max-width: 767px) {
    #bio_ep {
        top: 22%;
    }

    #bio_ep #ty-confetti {
        background: url(/wp-content/themes/lh_wordpress_blank_theme/img/thank-you-confetti-mobile.png) no-repeat top center;
        background-size: 80%;
        height: 100%;
    }

    #bio_ep #ty-confetti img {
        visibility: hidden;
    }
}

@media all and (min-width: 320px) and (max-width: 575px) {
    #ty-confetti {
        background-size: 100%;
    }
}

#ty-confetti {
    display: none;
    position: absolute;
    z-index: 99998;
    text-align: center;
    width: 100%;
}

#ty-confetti.thanks {
    display: block;
}

#ty-confetti img {
    display: inline;
    max-width: 100%;
    border: none;
}

/* Blog hub capture form */

#newsForm {
    background-color: #4a5a8b;
    width: calc(33.33% - 10px);
    border-radius: 15px;
    padding: 15px 35px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin-bottom: 20px;
}

#bio_ep #newsForm {
    width: auto;
}

#newsForm .title {
    text-transform: uppercase;
    font-weight: bold;
    font-style: normal;
    font-size: 24px;
    line-height: 30px;
}

#newsForm .subtitle {
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0;
}

#newsForm input,
#newsForm select {
    width: 270px;
    max-width: 100%;
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    padding: 0 15px;
    line-height: 48px;
}

#newsForm input[type="email"],
#newsForm select {
    color: #a9a9a9;
    margin-bottom: 10px;
}

#newsForm select {
    padding: 10px;
}

#newsForm #ty-confetti {
    position: relative;
    margin: -15px 0px;
    height: 100%
}

#newsForm #ty-confetti img {
    height: auto;
    max-height: 95%;
    width: auto;
}

#newsForm.thankYou {
    padding: 0;
}

#newsForm.thankYou #ty-confetti {
    margin: 0;
    z-index: 0;
}

.sidebar #newsForm {
    width: calc(100% + 70px);
    margin-left: -42px;
    margin-right: -28px;
    padding: 15px 10px;
}

@media only screen and (min-width: 1300px) {
    .sidebar #newsForm.sticky {
        position: fixed;
        top: 90px;
        width: 267px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    .sidebar #newsForm.sticky {
        position: fixed;
        top: 90px;
        width: 257px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sidebar #newsForm.sticky {
        position: fixed;
        top: 90px;
        width: 235px;
    }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    #newsForm {
        width: calc(50% - 10px);
    }

    .sidebar #newsForm {
        margin-left: auto;
        margin-right: auto;
        max-width: 345px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 576px) {
    #newsForm {
        width: 325px;
        max-width: 100%;
        margin-bottom: 12px;
        margin-right: 10px;
        margin-left: 10px;
    }

    #newsForm .title {
        font-size: 22px;
    }

    .sidebar #newsForm {
        margin-left: auto;
        margin-right: auto;
        max-width: 345px;
    }
}

@media only screen and (max-width: 575px) and (min-width: 320px) {
    #newsForm {
        width: 325px;
        max-width: 100%;
        margin-bottom: 12px;
        padding: 15px 20px;
    }

    #newsForm .title {
        font-size: 21px;
    }

    .sidebar #newsForm {
        width: calc(100% + 30px);
        margin-left: auto;
        margin-right: auto;
        padding: 15px 10px;
        max-width: 345px;
    }

}

@media only screen and (max-width: 450px) and (min-width: 320px) {
    .sidebar #newsForm {
        width: calc(100% + 30px);
        margin-left: -30px;
        margin-right: auto;
        padding: 15px 10px;
        max-width: 345px;
    }
}

/* Timeline Design */
.timeline p:empty {
    display: none;
}

.timeline .event {
    width: calc(50% + 2px);
    position: relative;
    padding-top: 3px;
    min-height: 180px;
    padding-bottom: 15px;
}

.timeline .event:nth-of-type(odd) {
    padding-right: 80px;
    background: url(/wp-content/themes/lh_wordpress_blank_theme/img/timeline-dashes-sm.png) no-repeat;
    background-position: 100% 1.6%;
    margin-right: -2px;
}

.timeline .event:nth-of-type(even) {
    padding-left: 80px;
    background: url(/wp-content/themes/lh_wordpress_blank_theme/img/timeline-dashes-sm.png) no-repeat;
    background-position: 0% 100%;
    margin-top: 55px;
    margin-bottom: -45px;
    margin-left: -2px;
}

.timeline {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 30px;
}

.timeline .body {
    border-top: 1px solid #ffc410;
    display: flex;
    padding-top: 8px;
}

.timeline .event::before {
    content: '';
    width: 50px;
    height: 2px;
    position: absolute;
    border-top: 2px solid #000;
    top: 0;
}

.timeline .summary {
    line-height: 18px;
}

.timeline .image {
    width: 130px;
    height: 100px;
    object-fit: cover;
    margin-right: 10px;
}

.timeline .date {
    position: absolute;
    background: #2d2d2d;
    width: 81px;
    height: 81px;
    border: 3px solid gold;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    top: -20px;
}

.timeline .date span {
    display: block;
}

.timeline .date span.mmdd {
    font-size: 13px;
    min-height: 12px;
}

.timeline .date .outline {
    width: 75px;
    height: 75px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 16px 0px;
}

.timeline img.arrow {
    content: '';
    position: absolute;
    top: 28px;
}

.timeline .event:nth-of-type(odd) .date {
    right: -38.5px;
}

.timeline .event:nth-of-type(even) .date {
    top: 20px;
    left: -38.5px;
}

.timeline .event:nth-of-type(odd) img.arrow {
    right: 30px;
    top: 12px;
}

.timeline .event:nth-of-type(even) img.arrow {
    left: 30px;
    top: 45px;
    transform: rotate(180deg);
}

.timeline .event:last-of-type {
    background: none;
}
.timeline .event:last-child {
    min-height: auto;
}

.timeline .event:nth-last-child(2)::after {
    /*    content: '';
    width: 7px;
    height: calc(100% - 100px);
    position: absolute;
    background-color: #fff;
    bottom: 0;
    right: 0;*/
}

@media (max-width: 991px) {
    .timeline .body {
        flex-wrap: wrap;
    }

    .timeline .image {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .timeline .event {
        width: calc(100% - 40px);
    }

    .timeline .event:nth-of-type(even),
    .timeline .event:nth-of-type(odd) {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0px;
        padding-right: 90px;
        min-height: 125px;
    }

    .timeline .event:nth-of-type(even) {
        padding-left: 0;
        background: url(/wp-content/themes/lh_wordpress_blank_theme/img/timeline-dashes.png) no-repeat;
        background-position: 100% 1.6%;
    }

    .timeline .event:nth-of-type(even) .date {
        top: 0px;
        left: unset;
        right: -38.5px;
    }

    .timeline .event:nth-of-type(odd) img.arrow {
        right: 30px;
    }

    .timeline .event:nth-of-type(even) img.arrow {
        transform: rotate(0deg);
        top: 28px;
        left: unset;
        right: 30px;
    }

    .timeline .event:nth-last-child(2)::after {
        display: none;
    }

    .timeline .event:last-of-type {
        background: none;
    }

    .timeline .body {
        flex-wrap: nowrap;
    }

    .timeline .image {
        margin-right: 10px;
    }
}

@media (max-width: 525px) {

    .timeline .event:nth-of-type(even),
    .timeline .event:nth-of-type(odd) {
        padding-right: 70px;
        padding-bottom: 25px;
    }

    .timeline .body {
        flex-wrap: wrap;
    }

    .timeline .image {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .timeline .event:nth-of-type(odd) img.arrow {
        right: 20px;
    }

    .timeline .event:nth-of-type(even) img.arrow {
        right: 20px;
    }
}

@media (min-width: 350px) and (max-width: 767px) {
    table.generic_table1 {
        font-size: 12px;
    }
}

@media (min-width: 320px) and (max-width: 349px) {
    table.generic_table1 {
        font-size: 11px;
    }
}

/*Software Provider Snippet Design*/
.softwareProvider {
    float: left;
    margin: 0px 15px 10px 0px;
    padding: 5px;
    background: #e0e0e0;
    border-radius: 5px;
    border: 1px solid #fff;
    box-shadow: 0px 2px 7px #c6c5c5;
    position: relative;
}

.softwareProvider .logo {
    position: absolute;
    background: #e0e0e0;
    border-radius: 5px;
    padding: 5px 10px;
    top: 0;
    right: 0;
}

.softwareProvider p {
    margin-bottom: 0;
}

.softwareProvider img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 650px) {
    .softwareProvider {
        float: none;
        display: inline-block;
    }
}

/*About Us Page*/
.lgs-laptop {
    margin-left: -150px;
    margin-top: -30px;
    float: right;
}

.lgs-laptop img {
    max-width: 100%;
}

.textBubble {
    background: url(/img/text-bubble.png) no-repeat;
    background-size: 100% auto;
    margin: 50px 0;
    padding: 0px 0px 0px 310px;
}

.textBubble .image {
    margin-top: -17px;
    float: right;
}

.ladder {
    width: 76%;
    overflow: hidden;
    margin: 20px 0;
    padding-top: 30px;
}

.ladder .image {
    margin-top: -30px;
}

.ladder .right-img.image {
    margin-left: 15px;
}

.ladder .left-img.image {
    margin-right: 15px;
}

.ladder:nth-of-type(odd) {
    margin-left: 24%;
}

.paper-baground,
.textBubble .body {
    background: #ffffec;
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 10px 25px;
    margin-bottom: 15px;
}

.textBubble .body {
    padding: 10px 10px 52px 10px;
    overflow: hidden;
}

.paper-baground p:last-child {
    margin-bottom: 0;
}

p.pb0 {
    margin-bottom: 0px;
}

.further-review-topics-container-wrapper.condensed {
    width: 770px;
    max-width: 100%;
}

.further-review-topics-container-wrapper.condensed .further-review-topics-container {
    padding: 15px;
}

.further-review-topics-container-wrapper.condensed p:empty {
    display: none;
}

.further-review-topics-container-wrapper.condensed .further-review-topics-container-title {
    margin-bottom: 30px;
}

.contact-email {
    text-align: center;
}

.contact-email img {
    margin: 0 25px;
}

.further-review-topics-container-wrapper.condensed a.lgs-orange-and-gray-btn span.text {
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;
    height: 45px;
    padding: 0;
}

#post-30575 h1 {
    border-bottom: 2px dotted #e5e5e5;
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 2px dotted #e5e5e5;
}

.further-review-topics-container-wrapper.condensed a.lgs-orange-and-gray-btn.left-btn {
    padding: 0px 10px 0px 40px;
}

.further-review-topics-container-wrapper.condensed a.lgs-orange-and-gray-btn.right-btn {
    padding: 0px 40px 0px 10px;
}

.further-review-topics-container-wrapper.condensed a.lgs-orange-and-gray-btn.left-btn span.bullet,
.further-review-topics-container-wrapper.condensed a.lgs-orange-and-gray-btn.right-btn span.bullet {
    margin-top: -1px;
}

.right-img {
    float: right;
}

.left-img {
    float: left;
}

@media (max-width: 1300px) {
    .further-review-topics-container-wrapper.condensed a.lgs-orange-and-gray-btn {
        max-width: 350px;
    }
}

@media (max-width: 1200px) {
    .lgs-laptop {
        margin-left: -135px;
    }

    .textBubble {
        padding: 0px 0px 0px 272px;
    }

    .textBubble p {
        margin-bottom: 10px;
    }
}

@media (max-width: 991px) {
    .lgs-laptop {
        float: none;
        margin-left: 0;
        text-align: center;
    }

    .textBubble {
        padding: 0px 0px 0px 207px;
    }

    .textBubble .image {
        margin: 5px 10px 10px 0;
        float: left;
    }

    .textBubble .body {
        padding-bottom: 0;
    }

    .textBubble {
        margin: 25px 0;
    }

    .ladder {
        width: 100%;
    }

    .ladder:nth-of-type(odd) {
        margin-left: 0;
    }

    .further-review-topics-container-wrapper.condensed a.lgs-orange-and-gray-btn {
        max-width: 320px;
    }
}

@media (max-width: 767px) {
    .textBubble {
        padding: 0px 0px 0px 0px;
        background: none;
    }

    .ladder .right-img,
    .ladder .left-img {
        float: none;
        margin-left: 0;
        text-align: center;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .ladder {
        padding-top: 0px;
    }

    .further-review-topics-container-wrapper.condensed a.lgs-orange-and-gray-btn.right-btn {
        display: none;
    }

    .condensed br {
        display: none;
    }

    .further-review-topics-container-wrapper.condensed a.lgs-orange-and-gray-btn {
        max-width: 350px;
    }

    .contact-email img:nth-of-type(1) {
        margin: 0 10px 0 0;
    }

    .contact-email img:nth-of-type(2) {
        margin: 0 0px 0 10px;
    }
}

@media (max-width: 530px) {
    .contact-email img:nth-of-type(2) {
        display: none;
    }
}

@media (max-width: 450px) {
    .further-review-topics-container-wrapper.condensed a.lgs-orange-and-gray-btn {
        max-width: 350px;
    }
}

/*Image List Design*/
.img-list-item {
    margin-left: 65px;
    margin-bottom: 25px;
    background: #f8f8f8;
    border-radius: 10px;
    padding: 15px 20px 15px 105px;
    box-shadow: 3px 3px 0 #ffc410;
    position: relative;
}

.img-list-item p {
    line-height: 21px;
    margin-bottom: 20px;
}

.img-list-item p:last-of-type {
    margin-bottom: 5px;
}

.img-list-item .title {
    font-size: 17px;
    font-style: normal;
    font-weight: bold;
    margin-bottom: 8px;
}

.img-list-item .image {
    position: absolute;
    left: -68px;
    top: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 2px 2px 0 #ffc410;
}

.img-list-item .image img {
    width: 150px;
    height: 150px;
}

@media (max-width: 767px) {
    .img-list-item .image {
        top: -90px;
        left: calc(50% - 75px);
    }

    .img-list-item {
        margin-left: 0;
        padding-left: 20px;
        padding-top: 60px;
        margin-top: 115px;
    }
}

@media (max-width: 400px) {
    .img-list-item {
        padding-top: 75px;
        /*display: block;*/
    }
}

/*Best Sites Table logo heights adjustment*/
@media (min-width: 768px) {

    #best_sites .logo a:first-child,
    #bestSitesTable .logo a:first-child {
        height: 82px;
        display: block;
    }
}

@media (max-width: 767px) {

    #best_sites .logo a:first-child,
    #bestSitesTable .logo a:first-child {
        height: 75px;
        display: block;
    }
}

/*Lists Columns adjustments*/
ul.noBullet {
    /* padding: 0; */
}

ul.noBullet li {
    list-style: none;
    line-height: 33px;
    font-weight: bolder;
}

ul.list-columns-3 {
    column-count: 3;
}

ul.list-columns-2 {
    column-count: 2;
}

@media (min-width: 320px) {
    ul.list-columns-xs-3 {
        column-count: 3;
    }

    ul.list-columns-xs-2 {
        column-count: 2;
    }
}

@media (min-width: 768px) {
    ul.list-columns-sm-3 {
        column-count: 3;
    }

    ul.list-columns-sm-2 {
        column-count: 2;
    }
}

@media (min-width: 992px) {
    ul.list-columns-md-3 {
        column-count: 3;
    }

    ul.list-columns-md-2 {
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    ul.list-columns-lg-3 {
        column-count: 3;
    }

    ul.list-columns-lg-2 {
        column-count: 2;
    }
}

/*New Review Info Box*/
.reviewInfoBox {
    width: 524px;
    float: right;
    margin: 15px 15px;
    box-shadow: 0 0 15px #dfdede;
    padding: 2px;
    text-align: center;
}

.reviewInfoBox p:empty {
    display: none;
}

.revBody {
    border: 3px solid rgba(170, 170, 170, .2);
    padding: 0 65px;
}

.reviewInfoBox .logo {
    height: 75px;
}

.reviewInfoBox .logo a {
    vertical-align: middle;
    display: inline-block;
}

span.helper {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
}

.legit-o-meter .meter-img {
    width: 275px;
    position: relative;
}

.legit-o-meter .meter-img img {
    width: 100%;
}

.legit-o-meter .scam,
.legit-o-meter .legit {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: bold;
    line-height: 67px;
    width: calc(50% - 275px / 2);
}

.legit-o-meter .meter-img::before {
    content: '';
    width: 33px;
    height: 44px;
    display: block;
    position: absolute;
    top: -20px;
    margin-left: 208px;
    margin-left: calc(8.8% * var(--ft-rate) - 13px);
    background: url(/wp-content/themes/lh_wordpress_blank_theme/img/meter-shield.png) no-repeat;
    background-size: 100%;
}

a.btn-green,
.btn-green {
    background: -moz-linear-gradient(top, #1e5799 0%, #4b9f48 0%, #4b9f48 50%, #449042 52%, #449042 100%);
    background: -webkit-linear-gradient(top, #1e5799 0%, #4b9f48 0%, #4b9f48 50%, #449042 52%, #449042 100%);
    background: linear-gradient(to bottom, #1e5799 0%, #4b9f48 0%, #4b9f48 50%, #449042 52%, #449042 100%);
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 50px;
    font-size: 21px;
}

a.btn-green:hover,
.btn-green:hover {
    background: -moz-linear-gradient(top, #449042 0%, #449042 50%, #4b9f48 52%, #4b9f48 100%);
    background: -webkit-linear-gradient(top, #449042 0%, #449042 50%, #4b9f48 52%, #4b9f48 100%);
    background: linear-gradient(to bottom, #449042 0%, #449042 50%, #4b9f48 52%, #4b9f48 100%);
    color: #fff;
}

.reviewInfoBox .read-review {
    font-size: 13px;
    color: #363636;
    font-weight: bold;
    margin: 5px 0 15px;
    display: block;
}

.featScores {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 5px;
}

.featScores .featRank {
    width: 50%;
    display: flex;
    margin-bottom: 20px;
}

.featScores .fill {
    width: 42px;
}

.ft-title {
    margin-left: 6px;
    line-height: 37px;
}

.legit-o-meter {
    display: flex;
    margin-top: 20px;
}

.featRank svg.circular-chart {
    max-width: 60px;
}

.circular-chart {
    display: block;
    max-width: 80%;
    max-height: 250px;
}

.circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 2.5;
}

.featRank path.circle {
    stroke: #3b3b3b;
}

.red path.circle {
    stroke: #ea1c24;
}

.yellow path.circle {
    stroke: #fbe90d;
}

.green path.circle {
    stroke: #1fb61d;
}

.fill>div path.circle {
    stroke-dasharray: calc(var(--ft-rate) * 10), 100;
}

.circle {
    fill: none;
    stroke-width: 2.8;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

.percentage {
    font-family: sans-serif;
    font-size: 9px;
    text-anchor: middle;
    letter-spacing: 0px;
}

.review-banking .review-btn {
    font-size: 11px;
    color: #363636;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: -10px;
    display: block;
}

#msgModal {
    margin-top: -30px;
}

#msgModal a.close {
    min-width: unset;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

@media (max-width: 1199px) {
    .reviewInfoBox {
        width: 470px;
    }

    .revBody {
        padding: 0 40px;
    }
}

@media (max-width: 991px) {
    .reviewInfoBox {
        float: none;
        max-width: 100%;
        margin: 15px auto;
    }
}

@media (max-width: 520px) {
    .revBody {
        padding: 0 10px;
    }

    a.btn-green,
    .btn-green {
        padding: 12px 15px;
        font-size: 15px;
    }

    .featScores {
        margin: 5px 10px 15px;
    }

    .reviewInfoBox .subtitle {
        font-size: 18px;
    }
}

@media (max-width: 479px) {
    .featScores .featRank {
        width: 100%;
        margin-bottom: 5px;
    }

    .featScores {
        margin: 5px auto 15px;
        width: 200px;
    }
}

@media (max-width: 460px) {
    .revBody {
        padding: 0 15px;
    }

    a.btn-green,
    .btn-green {
        padding: 12px 15px;
        font-size: 15px;
    }

    .featScores .featRank {
        width: 100%;
        margin-bottom: 5px;
    }

    .reviewInfoBox .subtitle {
        font-size: 18px;
    }

    .legit-o-meter .scam {
        order: 2;
    }

    .legit-o-meter .legit {
        order: 3;
    }

    .legit-o-meter .meter-img {
        order: 1;
        margin: 0 auto;
    }

    .legit-o-meter {
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 15px;
    }

    .legit-o-meter .scam,
    .legit-o-meter .legit {
        width: 50%;
        line-height: unset;
    }
}

/*Player Reviews Design*/
.plRevOverview {
    /*border-top: 2px dotted #e5e5e5;*/
    border-bottom: 2px dotted #e5e5e5;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    justify-content: space-between;
}

.revLink a {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.revLink img {
    height: 15px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
}

.revLink .siteName {
    display: inline-block;
    vertical-align: middle;
    text-decoration: underline;
}

.logoVisit {
    width: 285px;
    text-align: center;
    margin-top: 5px;
    padding-bottom: 10px;
}

.logoVisit .logo {
    margin-bottom: 5px;
}

.revLink {
    margin-top: 5px;
}

a.btn-gold {
    background: #ffc410;
    color: #333;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
    text-decoration: none;
    padding: 0px 7px 1px;
}

.btn-gold:hover {
    box-shadow: 0 0 7px #858585;
}

.plRevOverview .visitLink img,
.plRevOverview .visitLink span {
    display: inline-block;
    vertical-align: middle;
}

.plRevOverview .visitLink span {
    margin: 0 5px;
    text-transform: capitalize;
}

.plRevOverview .legit-o-meter {
    width: 362px;
}

.revForm {
    margin: 15px 75px;
    box-shadow: 0 0 15px #dfdede;
    padding: 3px;
    text-align: center;
}

.revForm form {
    background: #f5f5f5;
    padding: 12px 25px 8px;
    /*    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
}

.revForm .scale {
    order: 1;
}

.revForm .button_container {
    order: 3;
    margin-top: -70px;
}

.revForm .form-inputs {
    order: 2;
}

.revForm .col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.revForm .col>div {
    width: 48%;

}

.revForm .tpLn {
    font-size: 24px;
    line-height: 24px;
}

.revForm .btmLn {
    font-size: 20px;
    line-height: 24px;
    padding-top: 2px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    justify-content: center;
}

.revForm .lt-arrow {
    margin-right: 5px;
}

.revForm .rt-arrow {
    margin-left: 5px;
}

.revForm textarea {
    width: 400px;
    height: 140px;
    max-width: 100%;
    border: 1px solid rgba(128, 128, 128, .2);
    padding: 0 10px;
}

.revForm input[type=text],
.revForm input[type=email] {
    width: 400px;
    max-width: 100%;
    margin-bottom: 5px;
    padding: 0 10px;
    height: 50px;
    border: 1px solid rgba(128, 128, 128, .2);
}

.revForm ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a5a5a5;
    opacity: 1;
    /* Firefox */
}

.revForm :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a5a5a5;
}

.revForm ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a5a5a5;
}

.revForm .btn.greenBut {
    font-size: 19px;
    width: 260px;
    border: none;
    margin: 0;
    border-radius: 5px;
    position: relative;
    padding: 10px 20px 10px 70px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.revForm .btn.greenBut:hover {
    color: #fff;
}

.revForm .btn.greenBut span {
    position: absolute;
    width: 44px;
    left: 0px;
    border-radius: 5px 0 0px 5px;
    top: 0px;
    height: 100%;
    background: #1e5799;
    background: -moz-linear-gradient(top, #dbe0e3 0%, #dbe0e3 50%, #c6cbcf 52%, #c6cbcf 100%);
    background: -webkit-linear-gradient(top, #dbe0e3 0%, #dbe0e3 50%, #c6cbcf 52%, #c6cbcf 100%);
    background: linear-gradient(to bottom, #dbe0e3 0%, #dbe0e3 50%, #c6cbcf 52%, #c6cbcf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#c6cbcf', GradientType=0);
}

.revForm .btn.greenBut span i {
    color: #4b9f48;
    width: 25px;
    height: 25px;
    position: absolute;
    font-size: 25px;
    margin: auto;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.revForm input.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 45px;
    background: url(/img/range-meter.png) no-repeat;
    background-size: 100%;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.revForm input.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 33px;
    height: 44px;
    margin-top: -48px;
    background: url(/wp-content/themes/lh_wordpress_blank_theme/img/meter-shield.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.revForm input.slider::-moz-range-thumb {
    width: 33px;
    height: 44px;
    margin-top: -48px;
    background: url(/wp-content/themes/lh_wordpress_blank_theme/img/meter-shield.png) no-repeat;
    background-size: 100%;
    cursor: pointer;
}

.revForm .slider_cont {

    /*padding: 18px 21px;*/
    margin: 15px auto;
    /*width: 320px;*/
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.slider_cont .meter-img {
    background: url(/img/meter-bgd.png) no-repeat;
    background-size: 101%;
    background-position: left top;
    padding: 17px 21px;
    width: calc(100% - 87px);
}

.slider_cont .scam,
.slider_cont .legit {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: bold;
}

.slider_cont .scam {
    left: -40px;
    top: 30px;
}

.slider_cont .legit {
    right: -35px;
    top: 30px;
}

.revForm p:empty,
.plRevOverview p:empty {
    display: none;
}

.plRevsFilter {
    background: #333;
    border-radius: 5px;
    color: #fff;
    padding: 10px 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 45px;
}

.gfilter {
    background: #ffc410;
    border-radius: 5px;
    padding: 8px 10px;
    font-weight: bold;
    font-size: 16px;
    margin-right: 7px;
    cursor: pointer;
}

.sortLbl {
    margin-right: 7px;
}

.revsCont {
    margin-top: 5px;
    border-top: 2px solid #ffc410;
    margin-bottom: 25px;
    min-height: 350px;
}

.plReview {
    border-bottom: 1px solid #d9d9d9;
    margin: 30px 0;
}

.revInfo {
    display: flex;
    margin-top: 15px;
}

.revInfo .author {
    font-size: 16px;
    font-weight: bold;
}

.revInfo .time {
    font-size: 15px;
    color: #a9a9a9;
    font-style: italic;
}

.plReview .legit-o-meter {
    margin-left: 30px;
    margin-top: 5px;
}

.plReview .legit-o-meter .meter-img {
    width: 150px;
}

.plReview .legit-o-meter .scam,
.plReview .legit-o-meter .legit {
    font-size: 8px;
    line-height: 37px;
    letter-spacing: 0.4px;
    width: auto;
}

.plReview .legit-o-meter .meter-img::before {
    background-size: 100% auto;
    width: 16px;
    height: 22px;
    top: -8px;
    margin-left: calc(8.8% * var(--ft-rate) - 7px);
}

.btn-view-more {
    background: linear-gradient(#f6c546 50%, #dfb240 50%);
    border: 0;
    border-radius: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 19px;
    width: 280px;
    max-width: 100%;
    line-height: 36px;
}

.btn-view-more:hover {
    background: linear-gradient(#f6c546 25%, #DFB241 75%);
    color: #fff;
}

.btn_cont {
    text-align: center;
}

.btn-view-more img {
    margin-right: 3px;
    vertical-align: initial;
}

@media (max-width: 1200px) {
    .revForm .slider_cont {
        /*width: 300px;   */
        /*padding: 17px 19px; */
    }

    .revForm input.slider {
        /*width: 258px;*/
        height: 37px;
    }

    .slider_cont .meter-img {
        padding: 14px 17px;
    }

    .revForm input.slider::-webkit-slider-thumb {
        width: 28px;
        height: 40px;
        margin-top: -42px;
    }

    .revForm input.slider::-moz-range-thumb {
        width: 28px;
        height: 40px;
        margin-top: -42px;
    }
}

@media (max-width: 991px) {
    .plRevOverview {
        padding-bottom: 15px;
    }

    .revForm .col>div {
        width: 100%;
    }

    .revLink {
        order: 1;
    }

    .logoVisit {
        order: 3;
        width: 100%;
    }

    .plRevOverview .legit-o-meter {
        order: 2;
    }

    .revForm .button_container {
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .revForm .slider_cont {
        max-width: 400px;
    }

    .slider_cont .meter-img {
        padding: 17px 20px;
    }

    .revForm input.slider {
        height: 45px;
    }

    .revLink a {
        font-size: 20px;
    }

    .plRevOverview .legit-o-meter {
        max-width: 260px;
        margin-left: 20px;
        margin-top: 5px;
        /*flex-wrap: wrap;*/
    }

    .plRevOverview .legit-o-meter .scam,
    .plRevOverview .legit-o-meter .legit {
        width: auto;
    }

    .plRevOverview .legit-o-meter .scam,
    .plRevOverview .legit-o-meter .legit {
        line-height: 48px;
        font-size: 10px;
    }

    .plRevOverview .legit-o-meter .meter-img::before {
        width: 24px;
        height: 44px;
        top: -10px;
    }
}

@media (max-width: 767px) {
    .revForm .slider_cont {
        max-width: 360px;
    }

    .slider_cont .meter-img {
        padding: 15px 20px;
    }

    .revForm input.slider {
        width: 235px;
        height: 38px;
    }

    .slider_cont .scam,
    .slider_cont .legit {
        top: 25px;
    }

    .revForm input.slider::-webkit-slider-thumb {
        width: 28px;
        height: 40px;
        margin-top: -42px;
    }

    .revForm input.slider::-moz-range-thumb {
        width: 28px;
        height: 40px;
        margin-top: -42px;
    }

    .revForm {
        margin: 15px auto;
        max-width: 450px;
    }
}

@media (max-width: 525px) {
    .plRevOverview .legit-o-meter {
        margin: 15px auto 0;
        max-width: 285px;
        flex-wrap: wrap;
        align-items: center;
    }

    .plRevOverview .legit-o-meter .meter-img {
        width: 200px;
    }

    .plRevOverview .legit-o-meter .scam,
    .plRevOverview .legit-o-meter .legit {
        font-size: 12px;
        line-height: 16px;
        width: auto;
    }

    .plRevOverview .legit-o-meter .meter-img::before {
        width: 22px;
        height: 30px;
        top: -10px;
    }

    .revForm {
        margin: 15px auto;
    }

    .revForm form {
        padding: 12px 15px 8px;
    }

    .revForm .slider_cont {
        /*width: 260px;*/
    }

    .revLink {
        text-align: center;
        width: 100%;
    }

    .plReview .legit-o-meter .scam {
        order: 1;
    }

    .plReview .legit-o-meter .legit {
        order: 3;
    }

    .plReview .legit-o-meter .meter-img {
        order: 2;
    }
}

@media (max-width: 460px) {

    .plRevOverview .legit-o-meter .scam,
    .plRevOverview .legit-o-meter .legit {
        font-size: 10px;
        line-height: 12px;
    }

    .plRevOverview .legit-o-meter .scam {
        order: 1;
    }

    .plRevOverview .legit-o-meter .legit {
        order: 3;
    }

    .plRevOverview .legit-o-meter .meter-img {
        order: 2;
    }

    .slider_cont .scam {
        order: 2;
    }

    .slider_cont .legit {
        order: 3;
    }

    .revForm input.slider {
        order: 1;
        width: 100%;
        height: 42px;
    }

    .revInfo {
        flex-wrap: wrap;
    }

    .plReview .legit-o-meter {
        margin-left: 0;
    }

    .plReview .authorTime {
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .slider_cont .meter-img {
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-right: -10px;
        /*padding: 15px 20px 8px;*/
    }

    .revForm .slider_cont {
        max-width: 275px;
    }

    .revForm input.slider::-webkit-slider-thumb {
        width: 24px;
        height: 34px;
    }

    .revForm input.slider::-moz-range-thumb {
        width: 24px;
        height: 34px;
    }

    .plRevsFilter {
        flex-wrap: wrap;
        justify-content: flex-end;
        padding: 10px 10px 0;
    }

    .gfilter {
        margin-bottom: 10px;
    }
}

/*Super Bowl Best Site Table*/
.sbwl-bst {
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
    position: relative;
    display: block;
    color: #333;
}

a.sbwl-bst:hover {
    color: #333;
}

.sbwl-bst .bdr-top {
    background: #333;
    border-bottom: 2px solid #ffc410;
    height: 12px;
    display: block;
}

.sbwl-bst .bet-box {
    background: url(/img/sbwl-betbox-bgd.png) no-repeat;
    background-size: 100%;
    border-radius: 5px;
    width: 455px;
    text-align: center;
    position: absolute;
    bottom: 115px;
    left: calc(50% - 227.5px);
    display: block;
}

.sbwl-bst .ln1 {
    font-size: 30px;
    margin-top: 3px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: -0.3px;
    display: block;
}

.sbwl-bst .image {
    display: block;
}

.sbwl-bst .image img {
    max-width: 100%;
}

.sbwl-bst .site-logo {
    display: block;
    max-height: 85px;
    margin-top: -25px;
}

.btn-bonus {
    background: #d40000;
    display: inline-block;
    color: #fff;
    box-shadow: 0 3px 0px #5f5f5f;
    border-radius: 12px;
    min-width: 300px;
    height: 53px;
    padding: 4px 52px 0 12px;
    position: relative;
}

.btn-bonus::after {
    content: '';
    width: 33px;
    height: 35px;
    position: absolute;
    right: 12px;
    top: 9px;
    background-image: url(/img/btn-bonus-arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.MyBookie .btn-bonus::after {
    background-image: url(/img/btn-bonus-arrow-orange.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.MyBookie .btn-bonus {
    background: #f45d04;
    box-shadow: 0 3px 0 #292b26;
}

.btn-bonus:hover,
.MyBookie .btn-bonus:hover {
    background: #0267af;
}

.sbwl-bst .fora {
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 2px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}

.btn-bonus .amt {
    font-size: 28px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

.sbwl-bst .at {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-bonus img {
    vertical-align: middle;
    display: inline-block;
    margin-left: 5px;
}

@media (max-width: 1300px) {
    .sbwl-bst .bet-box {
        bottom: 105px;
    }
}

@media (max-width: 1199px) {
    .sbwl-bst .bet-box {
        bottom: 83px;
    }
}

@media (max-width: 991px) {
    .sbwl-bst .bet-box {
        bottom: 26px;
    }
}

@media (max-width: 767px) {
    .sbwl-bst .bet-box {
        bottom: 11%;
    }

    .sbwl-bst {
        padding-bottom: 107%;
        background: url(/img/superbowl-bst-mobile2.png) no-repeat;
        background-size: 100%;
        background-position: 0px 12px;
    }

    .sbwl-bst .image img {
        display: none;
    }
}

@media (max-width: 520px) {
    .sbwl-bst {
        padding-bottom: 115%;
    }

    .sbwl-bst .bet-box {
        bottom: 11%;
        left: calc((100% - 320px) / 2);
        width: 320px;
    }

    .sbwl-bst .ln1 {
        font-size: 18px;
    }

    .sbwl-bst .fora {
        font-size: 10px;
    }

    .btn-bonus .amt {
        font-size: 22px;
    }

    .btn-bonus {
        height: 45px;
        min-width: 235px;
    }

    .btn-bonus::after {
        background-size: 30px;
        top: 5px;
    }
}

@media (max-width: 400px) {
    .sbwl-bst .bet-box {
        bottom: 11%;
        left: calc((100% - 286px) / 2);
        width: 286px;
    }
}

/*Free Slots Games Hub*/
.big-win.image {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.side_buttons {
    width: 0px;
    position: fixed;
    top: 300px;
    transform: translate(-150px, 0);
    transition: all 0s ease-out;
    margin-left: 124px;
    overflow: hidden;
}

.side_buttons.show {
    transition: all 0.4s ease-out;
    transform: translate(-288px, 0px);
    display: block;
    visibility: visible;
    width: 138px;
    overflow: initial;
}

.side_buttons.show_internal {
    transition: all 0.4s ease-out;
    display: block;
    visibility: visible;
    width: 138px;
    overflow: initial;
    margin-left: 124px;
}

.side_buttons a {
    position: relative;
    height: 89px;
    display: block;
    margin: 20px 0px;
}

.side_buttons a:hover span.big {
    left: 0px;
    transform: translate(128px, 0);
    width: 335px;
    max-width: 335px;
}

.side_buttons a span.small {
    width: 138px;
    height: 89px;
    background-color: #201c1d;
    display: inline-block;
    border-radius: 10px 0px 0px 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    text-align: center;
}

.side_buttons.show_internal a span.small {
    width: 138px;
    height: 89px;
    background-color: #201c1d;
    display: inline-block;
    border-radius: 0px 10px 10px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    text-align: center;
}


.side_buttons a span.small span.rating {
    border-bottom: none;
    padding-bottom: 0;
    height: 15px;
    text-align: center;
    display: block;
}

.side_buttons a span.small span.rating img {
    max-height: 12px;
    vertical-align: baseline;
}

.side_buttons a span.small .logo {
    max-height: 32px;
    margin-top: 3px;
    display: block;
}

.side_buttons a span.small .logo img {
    max-width: 100%;
    max-height: 30px;
    margin-top: 0;
}

.side_buttons a span.small .bottom {
    background-color: #ffc410;
    width: 100%;
    display: block;
    vertical-align: bottom;
    border-radius: 0 0 0 10px;
    position: absolute;
    bottom: 0px;
    height: 38px;
}

.side_buttons.show_internal a span.small .bottom {
    background-color: #ffc410;
    width: 100%;
    display: block;
    vertical-align: bottom;
    border-radius: 0 0 10px 0px;
    position: absolute;
    bottom: 0px;
    height: 38px;
}

.side_buttons a span.small .bottom span.play_now {
    font-family: "Usual", "arial", Helvetica, Arial, sans-serif;
    color: #000;
    padding: 5px 25px;
    display: inline-block;
    border-radius: 5px;
    font-weight: bold;
    margin: 3px 0px;
    background: linear-gradient(#fff, #d7d7d7);
    border: transparent;
    box-shadow: 0 2px 0 #000;
}

.side_buttons a span.small .bottom span.play_now:hover {
    background: linear-gradient(#515151 25%, #2d2d2d 75%);
    color: #fff;
}

.side_buttons a span.big {
    max-width: 0px;
    overflow: hidden;
    height: 89px;
    background-color: #2d2d2d;
    display: inline-block;
    border-radius: 0 10px 10px 0;
    position: absolute;
    top: 0px;
    transform: translate(128px, 0px);
    z-index: 8;
}

.side_buttons a span.big .left {
    margin: 10px 10px 10px 30px;
    display: inline-block;
    text-align: right;
}

.side_buttons a span.big .left .bonus {
    font-size: 43px;
    line-height: 40px;
    margin-right: 0;
    color: #ffc410;
    font-weight: 800;
    display: block;
    letter-spacing: -3px;
}

.side_buttons a span.big .left .txt {
    font-size: 10px;
    line-height: 9px;
    font-weight: bold;
    width: 15px;
    display: inline-block;
    color: #fff;
}

.side_buttons a span.big .left .amt {
    font-size: 26px;
    line-height: 25px;
    font-weight: 700;
    letter-spacing: -2px;
    margin-left: 5px;
    color: #fff;
}

.side_buttons a span.big .right {
    display: inline-flex;
    height: 100%;
    vertical-align: top;
    position: relative;
    align-items: center;
    margin-left: 17px;
}

.side_buttons a span.big .right .btn-green {
    padding: 10px;
    font-size: 12px;
    min-width: unset;
    padding: 9px 18px;
    color: #fff;
    background: linear-gradient(#14a23a, #068016) !important;
    border-color: #08a100;
    border-radius: 5px;
    text-decoration: none;
    letter-spacing: .5px;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .side_buttons {
        display: none;
    }

    .side_buttons {
        width: 100%;
        position: fixed;
        top: inherit;
        transform: translate(0, 0);
        transition: all 0s ease-out;
        margin-left: 0px;
        overflow: hidden;
        left: 0px;
        bottom: 0px;
        display: block;
        z-index: 99;
    }

    .side_buttons a {
        position: relative;
        min-height: 63px;
        display: none;
        height: auto;
        margin: 20px 0px;
        margin: 0px;
    }

    .side_buttons a span.small {
        width: 100%;
        height: initial;
        background-color: rgba(32, 28, 29, .9);
        display: inline-block;
        border-radius: 0;
        position: absolute;
        top: 0px;
        left: 0px;
        z-index: 10;
        text-align: center;
        padding: 10px 0px;
    }

    .side_buttons a span.small span.rating {
        display: none;
    }

    .side_buttons a span.small .logo {
        max-height: 32px;
        margin-top: 3px;
        display: inline-block;
        max-width: 110px;
    }

    .side_buttons a span.small .bottom {
        background-color: transparent;
        max-width: 159px;
        display: inline-block;
        vertical-align: baseline;
        border-radius: 0 0 0 10px;
        position: INITIAL;
        bottom: 0px;
        height: 38px;
        margin-left: 15px;
    }

    .side_buttons a span.small .bottom span.play_now {
        font-size: 20px;
        width: 220px;
        bottom: 10px;
        padding-right: 0;
        position: inherit;
        padding: 0px;
        height: 40px;
        border: 0;
        text-align: center;
        line-height: 40px;
        text-transform: uppercase;
        border-radius: 4px;
        font-weight: 600;
        color: #fff;
        box-shadow: 0px 2px 1px #246522;
        background: linear-gradient(#7ec97b 0%, #4b9f48 50%);
        text-shadow: 0px 1px 1px #68645c;
        margin-left: 0px;
        max-width: 170px;
    }

    .side_buttons a span.small .bottom span.play_now:hover {
        background: linear-gradient(#7ec97b 0%, #4b9f48 50%);
        color: #fff;
    }

}

/*.side_buttons a span.big .right .btn-green:hover {
    color: #08a100;
    background: linear-gradient(#1f25f7, #0000AB) !important;
    border-color: #fff;
    box-shadow: 0 0 10px #08a100;
}*/

/*Tabs*/

.tab-content.siteTabContent {
    background: #d8d8d8;
    padding: 8px;
    border-bottom: 8px solid #2d2d2d;
    margin-bottom: 25px;
    border-top: 1px solid #fff;
    position: relative;
}

.siteTabContent .tab-pane {
    background: #fff;
    padding: 15px;
    height: 100%;
}

.dropdown.siteTabContent {
    background: #ffc410;
    padding: 5px 0;
    text-align: center;
    position: relative;
}

.dropdown.siteTabContent p:empty {
    display: none;
}

.btn-toggleTabs,
.btn-toggleTabs:hover,
.btn-toggleTabs:active {
    background: #2d2d2d;
    color: #fff !important;
    width: 330px;
    max-width: 95%;
    position: relative;
    font-size: 18px;
    text-transform: uppercase;
}

.btn-toggleTabs .caret {
    position: absolute;
    right: 5px;
    top: 13px;
    border-top: 10px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

#siteTabs {
    background: #2d2d2d;
    border: 0;
    width: 330px;
    max-width: 95%;
}

#siteTabs.dropdown-menu>li>span {
    color: #fff;
    text-decoration: none;
    text-align: center;
    position: relative;
    font-size: 1em;
    display: block;
    cursor: pointer;
}

#siteTabs>li>span:hover {
    background: #fff;
    color: #2d2d2d;
}

@media (min-width: 992px) and (max-width: 1299px) {
    #siteTabs>li>span {
        font-size: 0.95em;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #siteTabs>li>span {
        font-size: 0.85em;
    }
}

@media (max-width: 991px) {
    ul#siteTabs {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .siteTabContent.dropdown:hover .dropdown-menu {
        display: none;
    }
}

@media (min-width: 992px) {
    #siteTabs {
        position: relative !important;
        top: unset;
        left: unset;
        transform: initial !important;
        width: 100%;
        max-width: 100%;
        display: flex !important;
        padding: 0;
        float: none;
        background: none;
        list-style: none;
    }

    .dropdown.siteTabContent {
        background: none;
        padding: 0;
    }

    .dropdown.siteTabContent .btn-toggleTabs {
        display: none;
    }

    #siteTabs>li {
        background: #2d2d2d;
        flex: auto;
        width: auto;
    }

    #siteTabs>li>span {
        color: #fff;
        text-decoration: none;
        border-radius: 0 15px 0 0;
        border: 0;
        border-right: 3px solid #fff;
        background: #2d2d2d;
        white-space: nowrap;
        font-size: 15px;
        padding: 10px 15px;
    }

    #siteTabs>li:hover span,
    #siteTabs>li>span.active {
        background: #ffc410;
        color: #2d2d2d;
    }

    #siteTabs>li span::before {
        content: '';
        width: 15px;
        height: 22px;
        position: absolute;
        top: 0px;
        left: -14px;
    }

    #siteTabs>li {
        background: #2d2d2d;
    }

    #siteTabs>li>span {
        color: #fff;
        text-decoration: none;
        border-radius: 0 15px 0 0;
        border: 0;
        border-right: 3px solid #fff;
        background: #2d2d2d;
        white-space: nowrap;
    }

    #siteTabs li:last-child {
        background: none;
    }

    #siteTabs li:last-child span {
        border: none;
    }

    #siteTabs>li:hover:not(:first-child) span::before,
    #siteTabs>li:not(:first-child)>span.active::before {
        content: '';
        background: url(/img/tab-corner.png) no-repeat;
        background-size: 100% 100%;
        width: 15px;
        height: 22px;
        position: absolute;
        top: 0px;
        left: -14px;
    }
}

@media (max-width: 991px) {
    .siteTabContent .dropdown-menu>li {
        display: block;
        width: 100%;
    }

    #siteTabs.dropdown-menu>li>span {
        border: 0;
        padding: 3px 20px;
        margin: 0;
    }

    #siteTabs>li:hover span,
    #siteTabs>li>span.active {
        background: #fff;
        color: #2d2d2d;
        border-radius: 0;
    }
}

/*best_sites_table*/

.best_sites_table {
    border-radius: 10px;
    width: 100%;
    max-width: 584px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 8px 1px rgba(188, 187, 187, 1);
    -moz-box-shadow: 0px 0px 8px 1px rgba(188, 187, 187, 1);
    box-shadow: 0px 0px 8px 1px rgba(188, 187, 187, 1);
    border-bottom: 3px solid #ffbc13;
    overflow: hidden;
}

.best_sites_table .box {
    width: 50%;
    display: inline-block;
}

.best_sites_table .box .header {
    background-color: #2d2d2d;
    width: 100%;
    text-align: center;
    padding: 10px;
}

.best_sites_table .box .header span.title {
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-style: inherit;
}

.best_sites_table .box .header span.title img {
    vertical-align: top;
    margin-top: 3px;
}

.best_sites_table .box .body {
    width: 100%;
    padding: 10px;
}

.best_sites_table .box .body.left_border {
    border-left: 1px dashed #2d2d2d;
}

.best_sites_table .box .body ul {
    list-style: none;
    padding: 0px 10px;
}

.best_sites_table .box .body ul li {
    margin: 0 auto;
    max-width: 190px;
}

.best_sites_table .box .body ul li::before {
    content: "";
    background-image: url('/wp-content/themes/lh_wordpress_blank_theme/img/check_16x16.png');
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
}

.best_sites_table .box .body ul li a {
    color: #0070b3;
}

.col-md-12.sections > .row.images_grid {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
}

.col-md-12.sections > .row.images_grid > .col-md-3.section {
    text-align: center;
    border-right: 1px solid #ccc;
    min-width: 200px;
    width: 100%;
    max-width: 235px;
    padding: 10px 5px;
    margin: 0px;
    float: unset;
    min-height: 250px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}


@media (min-width: 1200px) {
    .col-md-12.sections > .row.images_grid > .col-md-3.section:nth-child(4n+4) {border: unset;}
}

@media (max-width: 1199px) and (min-width: 992px) {
    .col-md-12.sections > .row.images_grid > .col-md-3.section:nth-child(3n+3) {border: unset;}
}

@media (max-width:991px) and (min-width:552px ) {
    .col-md-12.sections > .row.images_grid > .col-md-3.section:nth-child(2n+2) {border: unset;}
}

@media (max-width:551px ) {
    .col-md-12.sections > .row.images_grid > .col-md-3.section {border: unset;}
}


@media (max-width: 518px) {
    .best_sites_table .box {
        width: 100%;
        display: inline-block;
    }

    .best_sites_table .box .body.left_border {
        border-left: none;
    }
}
#post-6248 .jumpTo>ul>li:nth-of-type(2)>a {
    background: #ffc410 none repeat scroll 0% 0% / auto padding-box border-box;
    color: #333333;
}

#post-6248 .jumpTo>ul>li:nth-of-type(2)>a::before {
    background: url(/wp-content/themes/lh_wordpress_blank_theme/img/linkIconBlack.png) no-repeat;
}

#post-6248 .jumpTo>ul>li:nth-of-type(2)>a:hover::before {
    background: url(/wp-content/themes/lh_wordpress_blank_theme/img/linkIconWhite.png) no-repeat;
}

#post-6248 .jumpTo>ul>li:nth-of-type(2)>a:hover {
    background: #545e93 none repeat scroll 0% 0% / auto padding-box border-box;
    color: #ffffff;
}

/* ============ LC-64 ============================= */

/*LC-54*/
/*.table.action-table.geo-table .action {*/
    /*background-color: #e5a035;*/
    /*border-bottom: 5px solid #a66714;*/
/*}*/

/*.table.action-table.geo-table .action::after {*/
    /*background-color: #a66714;*/
/*}*/

/*.table.action-table.geo-table .action:hover {*/
    /*background-color: #a66714; */
    /*border-bottom: 5px solid #e5a035;*/
/*}*/

/*.table.action-table.geo-table .action:hover::after {*/
    /*background-color: #e5a035;*/
/*}*/

.table.action-table.geo-table .action {
    background-color: #d08805;
    border-bottom: 5px solid #ffc410;
    text-shadow: 1px 1px #a06c0c;
}

.table.action-table.geo-table .action::after {
    background-color: #ffc410;
}

.table.action-table.geo-table .action:hover {
    background-color: #ffc410;
    border-bottom: 5px solid #d08805;
}

.table.action-table.geo-table .action:hover::after {
    background-color: #d08805;
}
/* ============ END OF LC-64 ============================= */
