@import url(https://fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i,900,900i|Roboto:300,400,500,700|Roboto+Condensed:700&display=swap);
body {
    font-family: 'Merriweather', sans-serif;
    margin: 0;
    background-color: #fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    position: relative;
    font-weight: 400
}

main {
    width: 100%;
    position: relative;
    float: left;
    z-index: 1000;
    overflow: hidden
}

.archivembottom,
.search-results .mbottom {
    margin-bottom: 50px
}

.container {
    width: 100%
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "gbn-icons";
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-book:before {
    content: '\e800'
}

.icon-email:before {
    content: '\e801'
}

.icon-quote:before {
    content: '\e802'
}

.icon-right-arrow:before {
    content: '\e803'
}

.icon-search:before {
    content: '\e804'
}

.icon-cancel:before {
    content: '\e805'
}

.icon-down-open:before {
    content: '\f004'
}

.icon-up-open:before {
    content: '\f005'
}

.icon-right-open:before {
    content: '\f006'
}

.icon-left-open:before {
    content: '\f007'
}

.icon-facebook:before {
    content: '\f09a'
}

.icon-linkedin:before {
    content: '\f0e1'
}

.icon-twitter:before {
    content: '\f309'
}

.icon-true:before {
    content: '\e807'
}

.icon-false:before {
    content: '\e808'
}

.icon-star:before {
    content: '\e806'
}
.icon-youtube:before{
    content:'\f16a';
}




/*----HEADER V2----*/
    header.v2 {
        width: 100%;
        float: left;
        position: relative
    }

    header.v2 .navigation {
        width: 100%;
        float: left;
        position: relative;
        height: 55px;
        background-color: #fff;
    }

    header.v2 .categories {
        width: 100%;
        float: left;
        height: 45px;
        background-color: #091E2C;
        position: relative;
    }
    header.v2 .categories::after {
        content: '';
        width: 140px;
        height: 45px;
        position: absolute;
        right: 0;
        top: 0;
        background-image: -webkit-linear-gradient(left, rgba(6,31,43,0.00) 20%, #081E2C 77%);
        background-image: -o-linear-gradient(left, rgba(6,31,43,0.00) 20%, #081E2C 77%);
        background-image: linear-gradient(to right, rgba(6,31,43,0.00) 20%, #081E2C 77%);
        pointer-events: none;
    }

    header.v2 .categories ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        width: 100%;
        display: inline-block;
        text-align: center;
        white-space: nowrap;
        overflow-x: scroll;
    }

    header.v2 .categories ul li {
        display: inline-block;
        margin: 0 15px;
        color: #fff;
        font-size: 14px;
        font-weight: 500;
        font-size: 13px;
        font-family: 'Roboto';
        display: inline-block;
        line-height: 45px;
        transition: .3s all;
        letter-spacing: .5px;
        text-transform: uppercase;
    }

    header.v2 .logo {
        width: 187px;
        height: 25px;
        margin: 0 auto;
        position: relative;
        left: 0;
        top: 16px
    }

    header.v2 .logo a {
        width: 100%;
        height: 100%;
        float: left;
        display: inline-block;
        position: relative;
        z-index: 99999
    }

    header.v2 .logo img {
        width: 100%;
        height: 100%;
        display: inline-block;
        float: left;
        background-size: 100%;
        background-repeat: no-repeat
    }

    header.v2 .time {
        width: 200px;
        float: left;
        position: relative;
        font-size: 12px;
        border-style: dotted;
        border-color: #000;
        border-width: 0 0 0 1px;
        padding-left: 15px;
        line-height: 25px;
        font-weight: 700;
        text-transform: uppercase;
        left: 207px;
        height: 36px;
        top: 11px;
        padding-top: 7px;
        display: none;
        visibility: hidden;
    }

    header.v2 .time b {
        display: block;
        float: left;
        width: 100%;
        line-height: 7px;
    }


    header.v2 nav {
        width: 0;
        opacity: 0;
        position: absolute;
        top: 55px;
        left: 0;
        z-index: 9999;
        padding: 15px 20px;
        background-color: #0c2331;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: width .5s ease-in-out;
        -moz-transition: width .5s ease-in-out;
        -o-transition: width .5s ease-in-out;
        transition: width .5s ease-in-out
    }

    header.v2 nav.active {
        width: calc(100% - 100px);
        opacity: 1;
        height: 200vh
    }

    header.v2 nav .content-filter {
        width: 100px;
        position: absolute;
        right: -100px;
        top: 0;
        background: rgba(9, 30, 44, .65);
        float: left;
        display: none;
        visibility: hidden;
        height: 200vh
    }

    header.v2 nav.active .content-filter {
        display: inline-block;
        visibility: visible;
        cursor: pointer
    }

    header.v2 nav ul {
        width: 100%;
        float: left;
        position: relative;
        display: block;
        visibility: visible;
        list-style-type: none;
        margin: 0 0 30px 0;
        padding: 0
    }

    header.v2 nav ul li {
        width: 100%;
        display: block;
        float: left;
        position: relative;
        line-height: 45px;
        letter-spacing: -.3px;
        border-bottom: 1px dotted rgba(255, 255, 255, .2);
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        font-family: 'Roboto';
        text-transform: uppercase
    }

    header.v2 nav ul li a {
        width: 100%;
        height: 100%;
        display: inline-block;
        float: left
    }

    header.v2 nav h2 {
        width: 100%;
        float: left;
        padding: 0 0 0 0;
        margin: 0 0 10px;
        color: #fff;
        font-weight: 700;
        font-size: 18px
    }

    header.v2 nav .connect-with-us {
        width: 100%;
        float: left
    }

    header.v2 nav .connect-with-us span.title {
        width: 100%;
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
        font-family: 'Roboto';
        color: rgba(255, 255, 255, .5);
        display: inline-block;
        float: left;
        margin-bottom: 15px
    }

    header.v2 nav .connect-with-us .box {
        width: 100%;
        display: inline-block;
        text-align: center
    }

    header.v2 nav .connect-with-us .box .item {
        display: inline-block;
        color: #fff;
        font-size: 14px;
        padding: 0 10px
    }

    header.v2 .search {
        position: absolute;
        right: 18px;
        float: left;
        top: 13px;
        z-index: 99999
    }

    header.v2 .search.active {
        width: 100%
    }

    header.v2 .search .icon {
        float: right;
        cursor: pointer;
        z-index: 1
    }

    header.v2 .search .icon i:hover::before {
        color: #2a5479
    }

    header.v2 .search .icon i::before {
        content: '\e804';
        font-family: 'gbn-icons';
        color: #091e2c;
        font-size: 21px;
        float: left;
        font-style: normal
    }

    header.v2 .search .toggle {
        position: absolute;
        right: 0;
        z-index: 500;
        width: 0;
        -moz-transition: width .25s ease;
        -o-transition: width .25s ease;
        -webkit-transition: width .25s ease;
        transition: width .25s ease;
        overflow: hidden
    }

    header.v2 .search .toggle.active {
        width: calc(100% - 30px)
    }

    header.v2 .search .toggle input {
        width: 100%;
        height: 30px;
        outline: none;
        border: none;
        border-radius: 1px;
        background-color: #fff;
        padding: 0 25px 0 10px;
        font-size: 13px;
        letter-spacing: -.2px
    }

    header.v2 .search .toggle span.close::before {
        content: '\e805';
        font-family: 'gbn-icons';
        color: #18557C;
        font-size: 11px;
        position: absolute;
        right: 10px;
        top: 8px;
        cursor: pointer
    }

    header.v2 .menu {
        position: absolute;
        top: 19px;
        left: 15px;
        display: inline-block;
        color: #fff !important;
        z-index: 100
    }


/*----HEADER V1----*/
    header.v1 {
        width: 100%;
        height: 55px;
        background-color: #091E2C;
        float: left;
        position: relative
    }

    header.v1 .logo {
        width: 187px;
        height: 25px;
        margin: 0 auto;
        position: relative;
        left: 0;
        top: 15px
    }

    header.v1 .logo a {
        width: 100%;
        height: 100%;
        float: left;
        display: inline-block;
        position: relative;
        z-index: 99999
    }

    header.v1 .logo img {
        width: 100%;
        height: 100%;
        display: inline-block;
        float: left;
        background-size: 100%;
        background-repeat: no-repeat
    }

    header.v1 nav {
        width: 0;
        opacity: 0;
        position: absolute;
        top: 55px;
        left: 0;
        z-index: 9999;
        padding: 15px 20px;
        background-color: #0c2331;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: width .5s ease-in-out;
        -moz-transition: width .5s ease-in-out;
        -o-transition: width .5s ease-in-out;
        transition: width .5s ease-in-out
    }

    header.v1 nav.active {
        width: calc(100% - 100px);
        opacity: 1;
        height: 200vh
    }

    header.v1 nav .content-filter {
        width: 100px;
        position: absolute;
        right: -100px;
        top: 0;
        background: rgba(9, 30, 44, .65);
        float: left;
        display: none;
        visibility: hidden;
        height: 200vh
    }

    header.v1 nav.active .content-filter {
        display: inline-block;
        visibility: visible;
        cursor: pointer
    }

    header.v1 nav ul {
        width: 100%;
        float: left;
        position: relative;
        display: block;
        visibility: visible;
        list-style-type: none;
        margin: 0 0 30px 0;
        padding: 0
    }

    header.v1 nav ul li {
        width: 100%;
        display: block;
        float: left;
        position: relative;
        line-height: 45px;
        letter-spacing: -.3px;
        border-bottom: 1px dotted rgba(255, 255, 255, .2);
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        font-family: 'Roboto';
        text-transform: uppercase
    }

    header.v1 nav ul li a {
        width: 100%;
        height: 100%;
        display: inline-block;
        float: left
    }

    header.v1 nav h2 {
        width: 100%;
        float: left;
        padding: 0 0 0 0;
        margin: 0 0 10px;
        color: #fff;
        font-weight: 700;
        font-size: 18px
    }

    header.v1 nav .connect-with-us {
        width: 100%;
        float: left
    }

    header.v1 nav .connect-with-us span.title {
        width: 100%;
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
        font-family: 'Roboto';
        color: rgba(255, 255, 255, .5);
        display: inline-block;
        float: left;
        margin-bottom: 15px
    }

    header.v1 nav .connect-with-us .box {
        width: 100%;
        display: inline-block;
        text-align: center
    }

    header.v1 nav .connect-with-us .box .item {
        display: inline-block;
        color: #fff;
        font-size: 14px;
        padding: 0 10px
    }

    header.v1 .search {
        position: absolute;
        right: 18px;
        float: left;
        top: 13px;
        z-index: 99999
    }

    header.v1 .search.active {
        width: 100%
    }

    header.v1 .search .icon {
        float: right;
        cursor: pointer;
        z-index: 1
    }

    header.v1 .search .icon i:hover::before {
        color: #fff
    }

    header.v1 .search .icon i::before {
        content: '\e804';
        font-family: 'gbn-icons';
        color: #707D86;
        font-size: 20px;
        float: left;
        font-style: normal
    }

    header.v1 .search .toggle {
        position: absolute;
        right: 0;
        z-index: 500;
        width: 0;
        -moz-transition: width .25s ease;
        -o-transition: width .25s ease;
        -webkit-transition: width .25s ease;
        transition: width .25s ease;
        overflow: hidden
    }

    header.v1 .search .toggle.active {
        width: calc(100% - 30px)
    }

    header.v1 .search .toggle input {
        width: 100%;
        height: 30px;
        outline: none;
        border: none;
        border-radius: 1px;
        background-color: #fff;
        padding: 0 25px 0 10px;
        font-size: 13px;
        letter-spacing: -.2px
    }

    header.v1 .search .toggle span.close::before {
        content: '\e805';
        font-family: 'gbn-icons';
        color: #18557C;
        font-size: 11px;
        position: absolute;
        right: 10px;
        top: 8px;
        cursor: pointer
    }

    header.v1 .menu {
        position: absolute;
        top: 19px;
        left: 15px;
        display: inline-block;
        color: #fff !important;
        z-index: 100
    }

/*----POPULAR NEWS----*/
    section.popular_news {
        width: 100%;
        max-height: 81px;
        overflow: hidden;
        float: left;
        position: relative;
        padding-top: 12px;
        margin-bottom: 10px;
        padding-right: 10px;
        padding-left: 10px;
    }

    section.popular_news .content {
        width: 100%;
        float: left;
        padding-bottom: 10px;
        border-style: dotted;
        border-color: #000;
        border-width: 0 0 1px 0;
        position: relative;
    }


    section.popular_news .owl-carousel {
        display: inline-block;
        visibility: visible;
    }

    section.popular_news .item {
        width: 100%;
        float: left;
        position: relative;
    }

    section.popular_news .item a {
        width: 100%;
        height: 100%;
        display: inline-block;
        float: left;
        position: relative;
    }

    section.popular_news .item span.thumbnail {
        width: 50px;
        height: 50px;
        display: inline-block;
        float: left;
        border-radius: 2px;
        margin-right: 10px;
        overflow: hidden;
    }

    section.popular_news .item span.thumbnail img {
        width: 100%;
        height: 100%;
        display: inline-block;
        float: left;
        background-size: 100%;
        background-repeat: no-repeat;
        object-fit: cover;
    }

    section.popular_news .item span.data {
        width: calc(100% - 60px);
        float: left;
        padding-right: 10px;
    }

    section.popular_news .item span.data span.author {
        float: left;
        color: #9CA5AA;
        font-size: 10px;
        font-style: italic;
        line-height: 14px;
    }

    section.popular_news .item span.data span.author b {
        color: #2A2F32;
        font-style: normal;
    }

    section.popular_news .item span.post {
        width: 100%;
        float: left;
        display: inline-block;
        font-size: 12px;
        color: #091E2C;
        line-height: 18px;
        font-weight: 600;
        letter-spacing: -0.15px;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        padding-top: 2px;
    }

    section.popular_news .item:hover span.post {
        text-decoration: underline;
        color: #18557C;
    }


section.breaking-bar {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: 10px
}

section.breaking-bar .content {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    border-style: dotted;
    border-color: #000;
    border-width: 0 0 1px 0
}

section.breaking-bar .content time {
    float: right;
    text-align: right;
    font-size: 12px;
    color: #9CA5AA;
    letter-spacing: -.15px;
    line-height: 25px;
    display: none;
    visibility: hidden
}

section.breaking-bar .content .news {
    float: left;
    width: 100%
}

section.breaking-bar .content .news .square {
    width: 7px;
    height: 7px;
    background: #CF1313;
    float: left;
    margin-top: 9px;
    margin-right: 5px;
    animation: clip-circle 3s infinite
}

@keyframes clip-circle {
    0% {
        clip-path: circle(75%)
    }
    50% {
        clip-path: circle(25%);
        transform: rotate(30deg)
    }
    100% {
        clip-path: circle(75%)
    }
}

section.breaking-bar .content .news .head {
    font-size: 12px;
    color: #CF1313;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 10px;
    line-height: 25px;
    float: left
}

section.breaking-bar .content .news .post {
    float: left;
    font-size: 12px;
    color: #091E2C;
    line-height: 25px;
    letter-spacing: -.15px;
    width: calc(100% - 135px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

section.breaking-bar .content .news .post:hover {
    text-decoration: underline
}

section.latest-news {
    width: 100%;
    float: left;
    position: relative
}

section.latest-news .left,
section.latest-news .middle,
section.latest-news .right {
    width: 100%;
    float: left;
    position: relative
}

section.latest-news .slider.desktop,
section.latest-news .middle.desktop {
    display: none;
    visibility: hidden
}

section.latest-news .slider.mobile,
section.latest-news .middle.mobile {
    display: inline-block;
    visibility: visible
}

.post-item {
    width: 100%;
    float: left;
    padding-bottom: 15px;
    border-style: dotted;
    border-color: #000;
    border-width: 0 0 1px 0;
    margin-bottom: 15px
}

.post-item.no-border-bottom {
    border-width: 0;
    margin-bottom: 0;
}

.post-item.no-padding-bottom {
    padding-bottom: 0;
}

.post-item.sm-border {
    margin-bottom: 19px;
    padding-bottom: 10px;
}
section.home-body.v2 .post-item {
    border: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

section.home-body.v2 .categories ul li .post-item {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.post-item.half-border {
    margin-bottom: 7.5px
}

.post-item .thumbnail {
    width: 100%;
    height: 155px;
    float: left;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    border-radius: 3px !important;
}
.post-item .thumbnail.sm-margin-bottom {
    margin-bottom: 10px;
}

.post-item .thumbnail.auto-height-mobile {
    height: auto;
}

.post-item .thumbnail.no-margin-bottom {
    margin-bottom: 7.5px;
}
.category-posts .post-item .thumbnail {
    height: auto;
}

.post-item.height .thumbnail {
    height: 245px;
}
section.home-body.v2 .post-item.height .thumbnail {
    height: 280px !important;
    border-radius: 3px;
}

section.home-body.v2 .post-item.height .thumbnail a::before {
    content: '';
    width: 100%;
    height: 315px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 500;
    background-image: -webkit-linear-gradient(rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.06) 42%, rgba(0,0,0,0.54) 69%, #091E2C 97%);
    background-image: -o-linear-gradient(rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.06) 42%, rgba(0,0,0,0.54) 69%, #091E2C 97%);
    background-image: linear-gradient(rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.06) 42%, rgba(0,0,0,0.54) 69%, #091E2C 97%);
}

.post-item .logo {
    width: 100%;
    height: 135px;
    line-height: 135px;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    text-align: center;
    margin-bottom: 15px
}

.post-item .logo img {
    width: 60%;
    display: inline-block
}

.post-item .thumbnail.category {
    height: 135px
}

.post-item .thumbnail img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    object-fit: cover;
}
.post-item .thumbnail.object-fit img {
    object-fit: cover;
}

.trending-news .content {
    width: 100%;
    float: left;
}

section.home-body.v2 .categories .post-item .thumbnail img {
    object-fit: cover;
    object-position: bottom;
    transition: .8s all;
}

section.home-body.v2 .categories {
    border-style: dotted;
    border-color: #000;
    border-width: 1px 0 0 0;
    padding-top: 58px;
}


.post-item .info {
    width: 100%;
    float: left
}

.post-item.no-border {
    border: none
}

.post-item.border-top {
    border-width: 1px 0 0 0;
    padding-top: 15px;
    padding-bottom: 0
}

.post-item.dark-bg .info .author {
    color: #848D93
}

.post-item.dark-bg .info .author a {
    color: #fff
}

.post-item.dark-bg .info .category,
.post-item.dark-bg .info .category::before {
    color: #848D93
}

.post-item.dark-bg .data h3 {
    color: #fff
}

.post-item.lg-font .data h3 {
    font-size: 24px;
    line-height: 34px;
    -webkit-line-clamp: 3;
}

.post-item.dark-bg .data p {
    color: #B3BEC5
}

.post-item.dark-bg .info .category:hover {
    color: #fff
}

.post-item.dark-bg .info .category:hover::before {
    background-color: #fff
}

.post-item .info .author {
    float: left;
    color: #9CA5AA;
    font-size: 12px;
    font-style: italic;
    line-height: 22px
}

.post-item .info .author a {
    color: #2A2F32;
    font-style: normal
}

.post-item .info .author a:hover {
    text-decoration: underline
}

.post-item .info .category {
    float: right;
    text-align: right;
    position: relative;
    color: #9CA5AA;
    font-size: 12px;
    line-height: 22px
}

.post-item .info .category::before {
    content: '';
    width: 4px;
    height: 4px;
    float: left;
    background-color: #9CA5AA;
    margin-right: 7px;
    position: relative;
    top: 8.5px
}

.post-item .info .category:hover {
    color: #18557C
}

.post-item .info .category:hover::before {
    background-color: #18557C
}

.post-item .data {
    width: 100%;
    float: left
}

.post-item.inner-box .data {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 750;
    width: 100%;
    padding: 20px;
}

.post-item.inner-box .thumbnail a {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1500;
}

.post-item.inner-box .data h3 {
    font-size: 18px;
    color: #fff;
    -webkit-line-clamp: 3;
    text-shadow: 0 2px 0 rgba(0,0,0,0.50);
}

.post-item.inner-box .thumbnail:hover img {
    transform: scale(1.1);
}

.post-item.inner-box:hover .data h3 {
    color: #fff;
    text-decoration: none;;
}


.post-item .thumbnail.sm-mar {
    margin-bottom: 8px;
}

.post-item .data:hover h3 {
    text-decoration: underline;
    color: #18557C
}

.post-item .data h3 {
    font-size: 15px;
    color: #091E2C;
    font-weight: 700;
    line-height: 23px;
    letter-spacing: -0.1px;
    padding: 0;
    margin: 2px 0 0 0;
    float: left;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post-item .data h3.fsize-sm {
    font-size: 13px;
    line-height: 20px;
}

section.home-body.v2 .categories .post-item .data h3 {
    font-size: 19px;
    -webkit-line-clamp: 4;
    line-height: 25px;

}


.post-item .data.big h3 {
    font-size: 22px;
    line-height: 30px
}

.post-item .data p {
    width: 100%;
    float: left;
    padding: 0;
    margin: 3px 0 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Roboto';
    color: #2A2F32;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px
}

.post-item .data.big p {
    -webkit-line-clamp: 5;
    margin-top: 5px
}

.post-item.dark-bg .data:hover h3 {
    color: #fff
}

.post-item .data span.read-more {
    font-size: 13px;
    color: #18557C;
    position: relative;
    float: left;
    width: 100%;
    margin-top: 9px
}

.post-item .data span.read-more::after {
    content: '\e803';
    font-family: 'gbn-icons';
    color: #18557C;
    padding-left: 10px;
    font-size: 10px
}

.post-item .dat

section.latest-news .slider {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 10px
}

section.latest-news .slider .owl-carousel {
    display: inline-block;
    visibility: visible
}

section.latest-news .slider .item,
section.latest-news .slider .content {
    width: 100%;
    float: left;
    overflow: hidden
}

section.latest-news .slider .item,
section.latest-news .slider .content,
section.latest-news .slider .image img {
    height: 322px
}

section.latest-news .slider .item {
    position: relative
}

section.latest-news .slider .item:hover .image img {
    transform: scale(1.03)
}

section.latest-news .slider .item .image {
    width: 100%;
    float: left
}

section.latest-news .slider .item .image::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(rgba(9, 30, 44, 0) 22%, rgba(9, 30, 44, .94) 74%);
    background-image: -o-linear-gradient(rgba(9, 30, 44, 0) 22%, rgba(9, 30, 44, .94) 74%);
    background-image: linear-gradient(rgba(9, 30, 44, 0) 22%, rgba(9, 30, 44, .94) 74%);
    z-index: 200
}

section.latest-news .slider .image img {
    width: 100%;
    height: 322px;
    background-size: 100%;
    background-repeat: no-repeat;
    object-fit: cover;
    float: left;
    display: inline-block;
    z-index: 100;
    transition: .6s all
}

section.latest-news .slider .data {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 20px;
    padding: 0 25px 0 25px;
    z-index: 500
}

section.latest-news .slider .data span.category {
    text-align: center;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px
}

section.latest-news .slider .data span.category b {
    height: 24px;
    line-height: 23px;
    padding: 0 8px;
    border-radius: 1px;
    display: inline-block;
    float: left;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto';
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -.5px;
    border: 1px solid #fff;
    transition: .3s all
}

section.latest-news .slider .data span.category b:hover {
    background-color: #fff;
    color: #000
}

section.latest-news .slider .data h2 {
    width: 100%;
    text-align: center;
    float: left;
    font-size: 22px;
    line-height: 27px;
    font-weight: 700;
    color: #fff;
    padding: 0;
    margin: 0 0 5px 0;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

section.latest-news .slider .data h2:hover {
    text-decoration: underline
}

section.latest-news .slider .data p {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-family: 'Roboto';
    letter-spacing: -.15px;
    line-height: 21px;
    font-weight: 300;
    text-align: center;
    color: rgba(255, 255, 255, .9);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

section.latest-news .slider .owl-carousel .owl-nav {
    color: white !important;
    position: absolute;
    text-align: center;
    display: inline-block;
    visibility: visible;
    top: 15px;
    right: 15px;
    z-index: 1000
}

section.latest-news .slider .owl-carousel .owl-prev,
section.latest-news .slider .owl-carousel .owl-next {
    position: absolute;
    width: 28px;
    height: 28px !important;
    color: #fff;
    line-height: 25px;
    display: inline-block;
    float: left;
    border-radius: 1px;
    background: rgba(4, 8, 12, .7)
}

section.latest-news .slider .owl-carousel .owl-prev i,
section.latest-news .slider .owl-carousel .owl-next i {
    position: relative;
    font-size: 14px;
    color: #fff
}

section.latest-news .slider .owl-carousel .owl-next {
    right: 0
}

section.latest-news .slider .owl-carousel .owl-prev {
    left: -57px
}

section.slider-news {
    width: 100%;
    float: left;
    position: relative;
    background-color: #091E2C;
    padding: 40px 0 0 0;
    margin-top: 15px;
    max-height: 510px;
    overflow: hidden
}

section.slider-news .rating {
    float: left;
    position: relative;
    width: 100%;
    margin-top: 4px
}

section.slider-news .rating ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
    float: left
}

section.slider-news .rating ul li {
    float: left;
    padding: 0;
    margin: 0
}

section.slider-news .rating ul li::before {
    content: '';
    display: none;
    visibility: hidden
}

section.slider-news .rating ul li i.star {
    font-style: normal;
    float: left;
    margin-right: 1px;
    line-height: normal
}

section.slider-news .rating ul li i.star::before,
section.slider-news .rating ul li i.star.full::before {
    content: '\e806';
    font-size: 14px;
    color: #FF9800;
    font-family: 'gbn-icons';
    display: inline-block;
    float: left;
    margin-right: 1px;
    position: relative
}

section.slider-news .rating ul li i.star.half::before,
section.slider-news .rating ul li i.star.quarter::before {
    content: '\e806';
    font-size: 14px;
    background-image: -webkit-linear-gradient(left, #FF9800 50%, #72603C 50%);
    background-image: -o-linear-gradient(left, #FF9800 50%, #72603C 50%);
    background-image: linear-gradient(to right, #FF9800 50%, #72603C 51%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'gbn-icons';
    display: inline-block;
    float: left;
    margin-right: 1px;
    position: relative
}

section.slider-news .rating ul li i.star.empty::before {
    content: '\e806';
    font-size: 14px;
    color: #72603C;
    font-family: 'gbn-icons';
    display: inline-block;
    float: left;
    margin-right: 1px;
    position: relative
}

section.slider-news .rating span {
    float: left;
    font-size: 14px;
    color: #fff;
    letter-spacing: -.2px;
    line-height: 15px;
    margin-left: 3px;
    top: 1px;
    position: relative;
    font-family: 'Roboto'
}

section.slider-news .post-item .data h3 {
    font-size: 15px
}

section.slider-news .post-item .info .category {
    display: none;
    visibility: hidden
}

section.slider-news.inner {
    padding-right: 15px;
    padding-left: 15px
}

section.slider-news .owl-carousel {
    display: inline-block
}

section.slider-news .slider {
    width: 100%;
    float: left
}

section.slider-news .slider .item {
    width: 100%;
    float: left;
    position: relative
}

section.slider-news .owl-carousel .owl-nav {
    color: white !important;
    position: absolute;
    text-align: center;
    display: inline-block;
    visibility: visible;
    top: -51px;
    right: 0;
    z-index: 1000
}

section.slider-news .owl-carousel .owl-prev,
section.slider-news .owl-carousel .owl-next {
    position: absolute;
    width: 28px;
    height: 28px !important;
    color: #fff;
    line-height: 25px;
    display: inline-block;
    float: left;
    border-radius: 1px;
    background: #196EA4
}

section.slider-news .owl-carousel .owl-prev i,
section.slider-news .owl-carousel .owl-next i {
    position: relative;
    font-size: 14px;
    color: #fff
}

section.slider-news .owl-carousel .owl-next {
    right: 0
}

section.slider-news .owl-carousel .owl-prev {
    left: -57px
}

section.inner-slider-news {
    width: 100%;
    float: left;
    position: relative;
    background-color: #091E2C;
    padding: 40px 5px 0 5px;
    margin-top: 5px;
    max-height: 410px;
    overflow: hidden
}

section.inner-slider-news .post-item .data h3 {
    font-size: 15px
}

section.inner-slider-news .thumbnail {
    height: 110px
}

section.inner-slider-news .owl-carousel {
    display: inline-block
}

section.inner-slider-news .slider {
    width: 100%;
    float: left
}

section.inner-slider-news .slider .item {
    width: 100%;
    float: left;
    position: relative
}

section.inner-slider-news .slider .item .post-item .info .category {
    display: none;
    visibility: hidden
}

section.inner-slider-news .owl-carousel .owl-nav {
    color: white !important;
    position: absolute;
    text-align: center;
    display: inline-block;
    visibility: visible;
    top: -51px;
    right: 0;
    z-index: 1000
}

section.inner-slider-news .owl-carousel .owl-prev,
section.inner-slider-news .owl-carousel .owl-next {
    position: absolute;
    width: 28px;
    height: 28px !important;
    color: #fff;
    line-height: 25px;
    display: inline-block;
    float: left;
    border-radius: 1px;
    background: #196EA4
}

section.inner-slider-news .owl-carousel .owl-prev i,
section.inner-slider-news .owl-carousel .owl-next i {
    position: relative;
    font-size: 14px;
    color: #fff
}

section.inner-slider-news .owl-carousel .owl-next {
    right: 0
}

section.inner-slider-news .owl-carousel .owl-prev {
    left: -57px
}

.head-nav {
    width: 100%;
    float: left;
    position: relative
}

.head-nav .left {
    float: left
}

.head-nav .left .content-head {
    width: auto
}

.head-nav .right {
    float: right
}

.head-nav .right a {
    font-size: 14px;
    color: #0C2331;
    line-height: 23px;
    float: left;
    letter-spacing: -.4px;
    position: relative
}

.head-nav .right a:hover {
    text-decoration: underline
}

.head-nav .right a::after {
    content: '\e803';
    font-family: 'gbn-icons';
    color: #243946;
    font-size: 10px;
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: -1px
}

.alignment-left {
    width: 100%;
    float: left;
}

.alignment-right {
    float: right;
}

.see-all-btn {
    float: right;
    padding: 0 20px !important;
    margin: 0 0 25px 0;
    outline: none;
    border: 1px solid #0E1E2B;
    height: 34px;
    line-height: 34px;
    color: #0E1E2B !important;
    font-size: 13px !important;
    font-family: 'Roboto';
    font-weight: 500;
    letter-spacing: -0.1px;
    border-radius: 3px;
    cursor: pointer;
    transition: .3s all;
    text-align: center;
    z-index: 600;
    position: relative;
}


.see-all-btn:hover {
    background-color: #0E1E2B !important;
    color: #fff !important;
}

.content-head {
    width: 100%;
    float: left;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: -.5px;
    line-height: 21px;
    margin-bottom: 20px;
    position: relative
}

.content-head.fsize-big {
    font-size: 23px;
}
.content-head.fsize-xl {
    font-size: 28px;
}

.content-head.center {
    text-align: center;
}

.content-head.center::before {
    left: calc(50% - 15px);
}

.content-head.dark.big {
    font-size: 30px;
    margin-bottom: 13px;
    line-height: 35px
}

.content-head.dark.big::before {
    content: '';
    top: -19px
}

.content-head.mbottom-30 {
    margin-bottom: 30px !important;
}


.content-head.mbottom-20 {
    margin-bottom: 20px !important;
}

.content-head.mbottom-50 {
    margin-bottom: 20px !important;
}

.content-head.desc {
    margin-bottom: 5px !important
}

.content-head.mtop {
    margin-top: 20px
}
.content-head.mbottom {
    margin-bottom: 24px !important;
}

.content-head.dark {
    margin-bottom: 14px;
    color: #0C2331
}

.content-head::before {
    content: '';
    width: 30px;
    height: 3px;
    position: absolute;
    left: 0;
    top: -12px;
    background-color: #18557C
}


.content-head.second-line::after {
    content: '';
    width: calc(100% - 30px);
    height: 3px;
    position: absolute;
    left: 30px;
    top: -12px;
    background-color: #cbcbcb
}

.content-head.fsize-xl::before {
    top: -17px;
}

.content-head .auth_title {
    width: 100%;
    float: left;
    margin: 7px 0 0 0
}

.content-head .auth_title span {
    float: left;
    display: inline-block;
    font-size: 15px;
    background: #2B5579;
    color: #fff;
    padding: 4px 5px;
    line-height: 15px;
    border-radius: 3px
}


.category-posts {
    width: 100%;
    float: left;
    position: relative;
}



.category-posts .primary-box {
    width: 100%;
    float: left;
    position: relative;
    border-style: dotted;
    border-color: #000;
    border-width: 1px 1px 1px 1px;
    position: relative;
    margin-bottom: 30px;
    padding: 20px 20px 0 20px;
}

.category-posts .primary-box .post-item {
    padding-bottom: 10px;
    border: none;
    margin-bottom: 20px;
    margin-top: 0;
}

.category-posts .primary-box .post-item .data h3 {
    font-size: 21px;
    -webkit-line-clamp: 3;
    line-height: 28px;
}

.category-posts .primary-box .post-item .data p {
    font-size: 14px;
    -webkit-line-clamp: 3;
}

.category-posts .primary-box .post-item .thumbnail {
    margin-bottom: 0;
    margin-top: 15px;
}


section.home-body {
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 10px;
}
section.home-body.v2.no-margin-bottom {
    margin-bottom: 0 !important;
}
section.home-body.bottom {
    margin-top: 20px;
}

section.home-body.hero {
    margin-top: 0
}

section.home-body.hero .categories {
    margin-top: 0
}


section.home-body .border {
    border-style: dotted;
    border-color: #000;
    border-width: 0 0 1px 0;
    width: 100%;
    float: left;
    margin: 4px 0 34px 0;
    position: relative
}

section.home-body .border::after {
    content: '';
    width: 100%;
    float: left;
    border-style: dotted;
    border-color: #000;
    border-width: 0 0 1px 0;
    margin-bottom: 1px
}

.post-content {
    width: 100%;
    float: left;
    position: relative
}

.post-content .featured-post {
    float: left;
    min-height: 165.5px
}

.post-content .featured-post .thumbnail {
    width: 140px;
    height: 140px;
    float: left;
    margin-right: 20px
}

.post-content .featured-post .thumbnail.big {
    width: 100%;
    height: 270px
}

.popular-news.cat .post-content .featured-post .thumbnail.big {
    height: 230px
}

.post-content .featured-post .thumbnail img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    object-fit: cover
}

.post-content .featured-post .post-item {
    width: calc(100% - 160px)
}

.post-content .featured-post .post-item.big {
    width: 100%;
    margin-top: 10px
}

section.home-body .categories {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 30px
}

section.home-body .categories.mbottom {
    margin-bottom: 50px
}

section.home-body .categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left
}

section.home-body .categories ul li {
    width: calc(50% - 7.5px);
    margin-right: 7.5px;
    float: left
}


section.home-body.v2 .categories ul li {
    width: 100%;
    margin-right: 0;
    float: left;
    margin-top: 15px;
}

section.home-body.v2 .categories ul li:first-child {
    margin-top: 0;
}

section.home-body .categories ul li:nth-child(2),
section.home-body .categories ul li:nth-child(4),
section.home-body .categories ul li:nth-child(6) {
    float: right;
    margin-right: 0
}

section.home-body .categories ul li:last-child {
    margin-right: 0
}

section.home-body .categories ul li .head {
    width: 100%;
    padding-bottom: 10px;
    border-style: dotted;
    border-color: #000;
    border-width: 0 0 1px 0;
    font-size: 16px;
    font-weight: 700;
    color: #0C2331;
    letter-spacing: -.25px;
    line-height: 23px;
    margin-bottom: 15px;
    position: relative
}

section.home-body.v2 .categories ul li .head {
    font-size: 20px;
    border: none;
    padding-bottom: 0;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
    float: left;
    position: relative;
} 


section.home-body.v2 .categories ul li .head::before {
    content: '';
    width: 30px;
    height: 3px;
    position: absolute;
    left: 0;
    top: -12px;
    background-color: #18557C;
}

section.home-body.v2 .categories ul li:first-child .head::before {
    background-color: #5293bb;
}

section.home-body.v2 .categories ul li:nth-child(2) .head::before {
    background-color: #cc5050;
}

section.home-body.v2 .categories ul li:nth-child(3) .head::before {
    background-color: #5fb460;
}

section.home-body.v2 .categories ul li:nth-child(4) .head::before {
    background-color: #8f4d94;
}

section.home-body.v2 .categories ul li .head a {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
}
/*
section.home-body .categories ul li .head::after {
    content: '\e803';
    font-family: 'gbn-icons';
    color: #0C2331;
    margin-left: 8px;
    font-size: 12px;
    line-height: 23px;
    display: inline-block;
    position: absolute;
    top: -1px;
    right: 0;
}
*/

.popular-news {
    width: 100%;
    float: left;
    margin-top: 30px
}

.popular-news.cat {
    margin-bottom: 20px
}

.popular-news.mtop-spec {
    margin-top: 20px
}

.popular-news.cat .post-item.half-border {
    margin-bottom: 0;
    padding-bottom: 0
}

.mobile-margin-top {
    margin-top: 20px
}

.hidden {
    display: none;
    visibility: hidden
}

.hide-desktop {
    display: inline-block;
    visibility: visible;
}

.hide-mobile {
    display: none;
    visibility: hidden;
}

section.content-wrapper .edit-post {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

.alm-load-more-btn.more,
section.content-wrapper .edit-post a {
    width: 100% !important;
    float: left !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    border: 1px solid #0E1E2B !important;
    height: 40px !important;
    line-height: 40px !important;
    background: #fff !important;
    color: #0E1E2B !important;
    font-size: 14px !important;
    font-family: 'Roboto' !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
    letter-spacing: .51px !important;
    border-radius: 1px !important;
    cursor: pointer !important;
    transition: .3s all !important;
    text-align: center !important
}

.alm-load-more-btn.more:hover,
section.content-wrapper .edit-post a:hover {
    background-color: #0E1E2B !important;
    color: #fff !important
}


aside.margin-top {
    margin-top: 20px;
}

aside {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 40px
}

aside .featured {
    margin-bottom: 20px;
    float: left;
    display: none;
    visibility: hidden
}

aside .news {
    width: 100%;
    float: left;
    position: relative
}

aside .news .post-item:last-child {
    margin-bottom: 0
}

aside .team-articles {
    width: 100%;
    float: left
}

aside .team-articles.margin {
    margin: 20px 0 0 0
}

aside .team-articles .content {
    width: 100%;
    float: left;
    border-style: dotted;
    border-color: #000;
    border-width: 1px 1px 1px 1px;
    position: relative;
    margin-bottom: 40px;
    padding: 20px 20px 0 20px
}

aside .team-articles .content::before {
    content: '';
    width: 100%;
    height: 7px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: -1px;
    float: left;
    display: block
}

aside .team-articles .content .item {
    width: 100%;
    float: left;
    border-style: dotted;
    border-color: #000;
    border-width: 0 0 1px 0;
    padding-bottom: 10px;
    margin-bottom: 10px
}

aside .team-articles .content .item:last-child {
    border: none;
    margin-bottom: 5px
}

aside .team-articles .content .item .author {
    width: 100%;
    float: left;
    margin-bottom: 1px
}

aside .team-articles .content .item .author span.name {
    float: left;
    font-size: 12px;
    color: #2A2F32;
    line-height: 22px;
    letter-spacing: -.1px;
    margin-right: 3px
}

aside .team-articles .content .item .author span.title {
    font-style: italic;
    font-size: 12px;
    color: #9CA5AA;
    line-height: 22px;
    float: left;
    letter-spacing: -.1px
}

aside .team-articles .content .item .post {
    width: calc(100% - 48px);
    float: left;
    margin-right: 10px
}

aside .team-articles .content .item .post span.head {
    font-size: 13px;
    width: 100%;
    float: left;
    color: #2F6689;
    line-height: 18px;
    letter-spacing: .2px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
    margin-top: 2px
}

aside .team-articles .content .item .post span.head:hover {
    text-decoration: underline
}

aside .team-articles .content .item .post span.category {
    font-size: 12px;
    color: #7E8B93;
    line-height: 12px;
    letter-spacing: -.2px;
    width: 100%;
    float: left
}

aside .team-articles .content .item .avatar {
    width: 38px;
    height: 38px;
    float: right;
    border-radius: 1px;
    overflow: hidden
}

aside .team-articles .content .item .avatar img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    background-color: #2A2F32
}

.follow-twitter {
    width: 100%;
    float: left;
    margin-top: 30px
}

.follow-twitter.mtop {
    margin-top: 50px
}

.follow-twitter .content {
    width: 100%;
    height: 318px;
    float: left;
    border-style: dotted;
    border-color: #000;
    border-width: 1px 1px 1px 1px;
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    overflow-y: scroll
}

.follow-twitter .content::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    border: none
}

.follow-twitter .content::-webkit-scrollbar-thumb {
    background: #c6c6c6;
    border: none
}

.follow-twitter .content::-webkit-scrollbar-corner {
    background: #fff
}

.follow-twitter.sidebar .content {
    height: 600px
}

.follow-twitter .content::before {
    content: '';
    width: 100%;
    height: 7px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: -1px;
    float: left;
    display: block
}

footer {
    width: 100%;
    position: relative;
    float: left;
    background-color: #071A26;
    padding: 15px 0
}

body.page-template-presskit footer {
    margin-top: 0
}

body.page-template-index footer {
    margin-top: 0 !important
}

body.page-template-review-php footer {
    margin-top: 0 !important
}

footer .search {
    width: 100%;
    height: 46px;
    position: relative;
    float: left;
    margin-bottom: 15px
}

footer .search input {
    width: 100%;
    height: 46px;
    outline: none;
    border: none;
    background-color: #fff;
    padding: 2px 20px 0 20px;
    font-size: 13px;
    border-radius: 1px
}

footer .search::after {
    content: '\e804';
    position: absolute;
    right: 14px;
    top: 11px;
    color: #707D86;
    font-size: 18px;
    font-family: 'gbn-icons'
}

footer .border {
    border-style: dotted;
    border-color: #4B565E;
    border-width: 0 0 1px 0;
    width: 100%;
    float: left;
    margin: 4px 0 25px 0;
    position: relative
}

footer .category-links {
    width: 100%;
    float: left;
    border-style: dotted;
    border-color: #4B565E;
    border-width: 0 0 1px 0;
    margin-bottom: 25px;
    padding-bottom: 5px
}

footer .category-links span.head {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    letter-spacing: -.5px;
    color: #fff;
    width: 100%;
    float: left;
    line-height: 21px;
    margin-bottom: 8px;
    font-size: 18px;
    text-transform: uppercase
}

footer .category-links ul {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
    float: left
}

footer .category-links ul li {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #fff;
    letter-spacing: -.15px;
    line-height: 35px
}

footer .category-links ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    padding: 0 0
}

footer .category-links ul li a:hover {
    text-decoration: underline
}

footer .brand {
    width: 100%;
    float: left;
    border-style: dotted;
    border-color: #4B565E;
    border-width: 0 0 1px 0;
    margin-bottom: 25px;
    padding-bottom: 25px
}

footer .brand .logo {
    width: 187px;
    height: 25px;
    margin: 0 auto
}

footer .brand .logo a {
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
    background-image: url(../img/logo.png)
}

footer .brand .social {
    float: right;
    display: none;
    visibility: hidden
}

footer .brand .social span.title {
    float: left;
    line-height: 36px;
    font-family: 'Roboto Condensed';
    color: #677177;
    font-weight: 700;
    padding-right: 20px;
    margin-right: 20px;
    border-style: dotted;
    border-color: #4B565E;
    border-width: 0 1px 0 0;
    text-transform: uppercase
}

footer .brand .social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left
}

footer .brand .social ul li {
    width: 36px;
    height: 36px;
    float: left;
    border: 1px solid #212F39;
    line-height: 36px;
    background-color: inherit;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-right: 13px;
    transition: .3s all;
    border-radius: 1px
}

footer .brand .social ul li:last-child {
    margin-right: 0
}

footer .brand .social ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left
}

footer .brand .social ul li.facebook:hover {
    background-color: #2A428D;
    border-color: #2A428D
}

footer .brand .social ul li.twitter:hover {
    background-color: #0492DB;
    border-color: #0492DB
}

footer .brand .social ul li.youtube:hover {
    background-color: #ff0000;
    border-color: #ff0000
}

footer .brand .social ul li.linkedin:hover {
    background-color: #355586;
    border-color: #355586
}

footer .brand .social ul li.linkedin i {
    position: relative;
    top: -1px
}

footer .quicklink {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: center
}

footer .quicklink ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
    text-align: center
}

footer .quicklink ul li {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .4px;
    display: inline-block
}

footer .quicklink ul li a {
    padding: 0 15px 0 15px
}

footer .quicklink ul li:hover a {
    text-decoration: underline
}

footer .copyright,
footer .alt-text {
    width: 100%;
    float: left;
    color: #fff;
    font-family: 'Roboto';
    font-size: 12px;
    line-height: 14px;
    letter-spacing: .35px;
    margin-bottom: 10px;
    text-align: center
}

footer ul.logos {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    display: inline-block;
    text-align: center
}


footer ul.logos li {
    display: inline-block;
    margin: 0 4px
}

footer ul.logos li img.sigma-media {
    position: relative;
    top: 8px
}

footer ul.logos li #DMCA-badge {
    height: 31px !important
}

section.breadcrumb {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px
}

section.breadcrumb .content {
    width: 100%;
    float: left;
    padding-bottom: 10px;
    border-style: dotted;
    border-color: #000;
    border-width: 0 0 1px 0
}

section.breadcrumb .content time {
    float: right;
    text-align: right;
    font-size: 12px;
    color: #9CA5AA;
    line-height: 25px;
    display: none;
    visibility: hidden
}

section.breadcrumb .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

section.breadcrumb .content ul li {
    font-size: 12px;
    color: #9CA5AA;
    line-height: 25px;
    position: relative;
    transition: .1s all;
    display: inline
}

section.breadcrumb .content ul li::after {
    content: '\f006';
    font-family: 'gbn-icons';
    color: #9CA5AA;
    font-size: 9px;
    padding: 0 10px
}

section.breadcrumb .content ul li a:hover {
    color: #091E2C;
    text-decoration: underline
}

section.breadcrumb .content ul li:last-child {
    color: #091E2C
}

section.breadcrumb .content ul li:last-child a:hover {
    text-decoration: none
}

section.breadcrumb .content ul li:last-child::after {
    content: '';
    display: none;
    visibility: hidden
}

section.content-wrapper {
    width: 100%;
    float: left;
    position: relative
}

section.content-wrapper .content {
    width: 100%;
    float: left
}

section.content-wrapper aside {
    margin-top: 0
}

section.content-wrapper aside .follow-twitter {
    margin-bottom: 40px
}

section.content-wrapper article.news-body-content {
    width: 100%;
    float: left;
    position: relative
}

section.content-wrapper article.news-body-content header {
    width: 100%;
    float: left;
    position: relative;
    height: auto;
    background: initial;
    margin-bottom: 15px
}

section.content-wrapper article.news-body-content header h1.post-head {
    font-size: 26px;
    color: #091E2C;
    font-weight: 700;
    line-height: 35px;
    width: 100%;
    float: left;
    margin: 0 0 5px 0;
    padding: 0
}

section.content-wrapper article.news-body-content header .meta-info {
    width: 100%;
    float: left;
    position: relative
}

section.content-wrapper article.news-body-content header .meta-info ul {
    list-style: none;
    padding: 0;
    margin: 0
}

section.content-wrapper article.news-body-content header .meta-info ul li {
    float: left;
    padding-right: 10px
}

section.content-wrapper article.news-body-content header .meta-info ul li::after {
    content: '';
    border-style: dotted;
    border-color: #000;
    border-width: 0 1px 0 0;
    padding: 0 10px 0 0;
    position: relative;
    top: 2px;
    left: 0
}

section.content-wrapper article.news-body-content header .meta-info ul li:last-child::after {
    content: '';
    display: none;
    visibility: hidden;
    border: none
}

section.content-wrapper article.news-body-content header .meta-info ul li:first-child {
    padding-left: 0
}

section.content-wrapper article.news-body-content header .meta-info ul li span.author-avatar {
    width: 37px;
    height: 37px;
    border-radius: 100px;
    margin-right: 10px;
    float: left;
    overflow: hidden;
    line-height: 22px;
    position: relative;
    top: -6px;
    display: none;
    visibility: hidden
}

section.content-wrapper article.news-body-content header .meta-info ul li span.author-avatar img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat
}

section.content-wrapper article.news-body-content header .meta-info ul li span.data {
    font-style: italic;
    font-size: 13px;
    color: #9CA5AA;
    line-height: 22px
}

section.content-wrapper article.news-body-content header .meta-info ul li span.data.hidden {
    display: none;
    visibility: hidden
}

section.content-wrapper article.news-body-content header .meta-info ul li span.data time,
section.content-wrapper article.news-body-content header .meta-info ul li span.data b {
    font-weight: 400;
    color: #2A2F32;
    font-style: normal
}

section.content-wrapper article.news-body-content header .meta-info ul li span.data b:hover a {
    text-decoration: underline
}

section.content-wrapper article.news-body-content .post-body {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 15px
}

section.content-wrapper article.news-body-content .post-body h2 {
    padding: 0;
    margin: 30px 0 8px 0;
    font-size: 25px;
    font-weight: 700;
    color: #091E2C;
    letter-spacing: -.3px;
    font-family: 'Merriweather', sans-serif
}

section.content-wrapper article.news-body-content.review .post-body h2 {
    width: 100%;
    float: left;
    font-family: 'Roboto Condensed';
    color: #0C2331;
    text-transform: uppercase;
    font-size: 22px !important;
    letter-spacing: -.5px;
    line-height: 21px;
    position: relative;
    margin: 40px 0 14px 0
}

section.content-wrapper article.news-body-content.review .post-body h2::before {
    content: '';
    width: 30px;
    height: 3px;
    position: absolute;
    left: 0;
    top: -15px !important;
    background-color: #18557C
}

section.content-wrapper article.news-body-content.review .post-body h3 {
    font-size: 18px !important
}

section.content-wrapper article.news-body-content .post-body h3,
section.content-wrapper article.news-body-content .post-body h4 {
    padding: 0;
    margin: 10px 0 10px 0;
    font-size: 20px;
    font-weight: 700;
    color: #091E2C;
    letter-spacing: -.3px;
    font-family: 'Merriweather', sans-serif;
    clear: left
}

section.content-wrapper article.news-body-content .post-body p {
    font-size: 15px;
    line-height: 40px;
    letter-spacing: 0;
    color: #091E2C;
    font-weight: 400;
    font-family: 'Merriweather', sans-serif
}

section.content-wrapper article.news-body-content .post-body p>u>a {
    border-bottom: none
}

section.content-wrapper article.news-body-content.review .post-body p {
    font-size: 15px;
    line-height: 31px;
    letter-spacing: 0;
    color: #2A2F32;
    font-weight: 400;
    font-family: 'Roboto', sans-serif
}

section.content-wrapper article.news-body-content .post-body iframe {
    width: 100% !important;
    height: 300px;
}

figure.wp-block-embed-spotify iframe {
    max-height: 80px;
    overflow: hidden;
}

section.content-wrapper article.news-body-content .post-body strong {
    font-weight: 700
}

section.content-wrapper article.news-body-content .post-body a {
    font-size: 15px;
    color: #18557C;
    position: relative;
    border-bottom: 1px solid #18557C;
    padding-bottom: 4px
}

section.content-wrapper article.news-body-content .post-body a:hover {
    color: #1e6796
}

section.content-wrapper article.news-body-content .post-body a:hover::after {
    background-color: #1e6796
}

section.content-wrapper article.news-body-content .post-body ul,
section.content-wrapper article.news-body-content .post-body ol {
    margin: 5px 0 15px 0;
    padding: 0 0 0 18px
}

section.content-wrapper article.news-body-content .post-body ul li,
section.content-wrapper article.news-body-content .post-body ol li {
    font-size: 15px;
    padding: 3px 0 6px 0;
    line-height: 28px;
    font-weight: 400;
    color: #091E2C
}

section.content-wrapper article.news-body-content .twitter-tweet {
    margin: 0 auto
}

section.content-wrapper .related-topics {
    width: 100%;
    float: left;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-style: dotted;
    border-color: #000;
    border-width: 0 0 1px 0
}

section.content-wrapper .related-topics span.title {
    float: left;
    font-size: 14px;
    line-height: 25px;
    color: #091E2C;
    text-transform: uppercase;
    letter-spacing: -.3px;
    margin-right: 15px
}

section.content-wrapper .related-topics ul {
    list-style: none;
    padding: 0;
    margin: 0
}

section.content-wrapper .related-topics ul li {
    position: relative;
    line-height: 25px;
    letter-spacing: -.3px;
    color: #18557C;
    font-size: 14px;
    font-weight: 700;
    margin-right: 20px;
    float: left
}

section.content-wrapper .related-topics ul li:hover {
    text-decoration: underline
}

section.content-wrapper .related-topics ul li::before {
    content: '#'
}

section.content-wrapper .author-card {
    width: 100%;
    float: left
}

section.content-wrapper .author-card.review {
    width: 100%;
    float: left;
    border-style: dotted;
    border-color: #000;
    border-width: 1px 0 1px 0;
    margin-bottom: 30px;
    padding: 20px 0
}

section.content-wrapper .author-card .double-border {
    border-style: dotted;
    border-color: #000;
    border-width: 0 0 1px 0;
    width: 100%;
    float: left;
    margin: 30px 0 34px 0;
    position: relative
}

section.content-wrapper .author-card .avatar {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    float: left
}

section.content-wrapper .author-card .avatar img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat
}

section.content-wrapper .author-card .info {
    width: calc(100% - 100px);
    float: left
}

section.content-wrapper .author-card .info span.name {
    float: left;
    letter-spacing: -.1px;
    font-size: 15px;
    line-height: 25px;
    color: #2A2F32;
    font-weight: 700
}

section.content-wrapper .author-card .info span.title {
    font-size: 13px;
    color: #9CA5AA;
    float: left;
    line-height: 27px
}

section.content-wrapper .author-card .info p.bio {
    width: 100%;
    float: left;
    padding: 0;
    margin: 5px 0 0 0;
    font-family: 'Roboto';
    color: #2A2F32;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: .22px;
    font-weight: 300
}

section.content-wrapper .author-card .info ul.social-media {
    width: 100%;
    float: left;
    padding: 0;
    margin: 10px 0 0 0;
    list-style: none
}

section.content-wrapper .author-card .info ul.social-media li {
    width: 36px;
    height: 36px;
    border-radius: 1px;
    float: left;
    margin-right: 10px;
    background-color: #18557C;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 38px
}

section.content-wrapper .author-card .info ul.social-media li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left
}

section.content-wrapper .article-navigation {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 40px;
    border-style: dotted;
    border-color: #000;
    border-width: 0 0 1px 0
}

section.content-wrapper .article-navigation .previous {
    width: 100%;
    float: left
}

section.content-wrapper .article-navigation .next {
    width: 100%;
    float: right;
    margin-top: 30px
}

section.content-wrapper .article-navigation .previous:hover .data h3.post-name,
section.content-wrapper .article-navigation .next:hover .data h3.post-name {
    text-decoration: underline;
    color: #18557C
}

section.content-wrapper .article-navigation .next i.button,
section.content-wrapper .article-navigation .previous i.button {
    width: 21px;
    height: 21px;
    background-color: #18557C;
    border-radius: 1px;
    float: left;
    margin-right: 15px;
    text-align: center;
    position: relative;
    top: 3px
}

section.content-wrapper .article-navigation .next i.button {
    float: right;
    margin-right: 0
}

section.content-wrapper .article-navigation .next i.button::before,
section.content-wrapper .article-navigation .previous i.button::before {
    content: '\f007';
    color: #fff;
    font-size: 12px;
    font-family: 'gbn-icons';
    line-height: 22px;
    font-style: normal;
    float: left;
    width: 100%;
    text-align: center
}

section.content-wrapper .article-navigation .next i.button::before {
    content: '\f006'
}

section.content-wrapper .article-navigation .previous .data {
    width: calc(100% - 36px);
    float: left
}

section.content-wrapper .article-navigation .next .data {
    width: calc(100% - 36px);
    float: right
}

section.content-wrapper .article-navigation .next .data h3.post-name,
section.content-wrapper .article-navigation .previous .data h3.post-name {
    width: 100%;
    font-size: 17px;
    color: #091E2C;
    font-weight: 700;
    letter-spacing: -.2px;
    line-height: 25px;
    float: left;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

section.content-wrapper .article-navigation .next .data span.title,
section.content-wrapper .article-navigation .next .data h3.post-name {
    text-align: right;
    float: right !important;
    margin-right: 15px
}

section.content-wrapper .article-navigation .next .data span.title,
section.content-wrapper .article-navigation .previous .data span.title {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 14px;
    color: #9CA5AA;
    line-height: .25px;
    text-transform: uppercase;
    font-family: 'Roboto';
    letter-spacing: .15px;
    margin-top: 15px
}

section.content-wrapper .comment-content {
    width: 100%;
    float: left;
    margin-bottom: 40px
}

section.content-wrapper .comment-content button.click-to-comments {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    outline: none;
    border: 1px solid #0E1E2B;
    height: 60px;
    line-height: 60px;
    color: #0E1E2B;
    font-size: 14px;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .51px;
    border-radius: 1px;
    cursor: pointer;
    transition: .3s all
}

section.content-wrapper .comment-content button.click-to-comments:hover {
    background-color: #0E1E2B;
    color: #fff
}

section.content-wrapper .comment-template {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 40px;
    border-style: dotted;
    border-color: #000;
    border-width: 0 0 1px 0
}

section.content-wrapper .comment-template .comments {
    width: 100%;
    float: left;
    position: relative
}

section.content-wrapper .comment-template .comments h2 {
    width: 100%;
    float: left;
    font-size: 24px;
    margin: 15px 0 0 0;
    padding: 0
}

section.content-wrapper .comment-template .comments ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left
}

section.content-wrapper .comment-template .comments ul .children .reply {
    display: none !important;
    visibility: hidden !important
}

section.content-wrapper .comment-template .comments ul .children li {
    border-style: dotted;
    border-color: #000;
    border-width: 1px 0 0 0;
    padding-top: 25px;
    margin-bottom: 0;
    padding-bottom: 0
}

section.content-wrapper .comment-template .comments ul li {
    width: 100%;
    float: left;
    margin: 10px 0;
    padding: 10px 0;
    border-style: dotted;
    border-color: #000;
    border-width: 0 0 1px 0
}

section.content-wrapper .comment-template .comments ul li .comment-body {
    width: 100%;
    float: left
}

section.content-wrapper .comment-template .comments ul li .comment-body .comment-author.vcard {
    width: 100%;
    float: left
}

section.content-wrapper .comment-template .comments ul li .comment-body .comment-author.vcard .avatar {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    float: left
}

section.content-wrapper .comment-template .comments ul li .comment-body .comment-author.vcard .avatar img {
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    float: left;
    display: inline-block
}

section.content-wrapper .comment-template .comments ul li .comment-body .comment-author.vcard .info {
    width: calc(100% - 55px);
    float: left;
    position: relative
}

section.content-wrapper .comment-template .comments ul li .comment-body .comment-author.vcard .info .reply {
    position: absolute;
    right: 0;
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0;
    color: #18557c;
    transition: .3s all
}

section.content-wrapper .comment-template .comments ul li .comment-body:hover .reply {
    opacity: 1 !important
}

section.content-wrapper .comment-template .comments ul li .children {
    margin-left: 55px;
    width: calc(100% - 55px);
    float: left
}

section.content-wrapper .comment-template .comments ul li .comment-body .comment-author.vcard .info cite.name {
    float: left;
    width: 100%;
    font-style: normal;
    font-size: 15px;
    margin-bottom: 5px
}

section.content-wrapper .comment-template .comments ul li .comment-body .comment-author.vcard .info .date {
    width: 100%;
    float: left;
    display: inline-block;
    font-size: 12px;
    color: #9CA5AA;
    line-height: 12px;
    text-transform: uppercase;
    font-family: 'Roboto';
    letter-spacing: -.215px
}

section.content-wrapper .comment-template .comments ul li .comment-body .comment-text {
    width: calc(100% - 55px);
    float: left;
    margin-left: 55px;
    margin-top: 7px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 31px;
    letter-spacing: 0;
    color: #091E2C;
    font-weight: 400
}

section.content-wrapper .comment-template .comments ul li .comment-body .comment-text p {
    padding: 0;
    margin: 0
}

section.content-wrapper .comment-template .comments li .comment-respond {
    width: calc(100% - 55px);
    float: left;
    margin-left: 55px;
    margin-bottom: 30px
}

section.content-wrapper .comment-template .comments .comment-respond {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 20px
}

section.content-wrapper .comment-template .comments .comment-respond h3 {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 10px 0
}

section.content-wrapper .comment-template .comments .comment-respond h3>small {
    float: right;
    text-align: right;
    text-transform: uppercase;
    font-size: 15px;
    color: #2A5479
}

section.content-wrapper .comment-template .comments .logged-in-as {
    display: none;
    visibility: hidden
}

section.content-wrapper .comment-template .comments label.comment {
    width: 100%;
    float: left;
    font-size: 14px;
    padding: 0 0 0 0;
    margin: 0 0 5px 0
}

section.content-wrapper .comment-template .comments .comment-respond textarea {
    width: 100%;
    float: left;
    min-height: 150px;
    height: 150px;
    padding: 20px;
    margin: 0 0 15px 0;
    border-color: #000;
    outline: none
}

section.content-wrapper .comment-template .comments .comment-respond .form-submit {
    width: 100%;
    float: left;
    padding: 0;
    margin: 85px 0 0 0
}

section.content-wrapper .comment-template .comments .comment-respond .form-submit .submit {
    width: 100%;
    float: left;
    padding: 0;
    margin: 10px 0 0 0;
    outline: none;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: #0E1E2B;
    border: none;
    font-size: 14px;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .51px;
    border-radius: 1px;
    cursor: pointer;
    transition: .3s all
}

section.content-wrapper .comment-template .comments .comment-respond .form-submit .submit:hover {
    background-color: #2A5479
}

section.content-wrapper .comment-template .comments .comment-respond .comment-form-author {
    width: calc(50% - 10px);
    float: left
}

section.content-wrapper .comment-template .comments .comment-respond .comment-form-author label {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 14px
}

section.content-wrapper .comment-template .comments .comment-respond .comment-form-author input {
    width: 100%;
    height: 50px;
    outline: none;
    border: 1px solid #000;
    padding: 0 15px;
    font-size: 14px
}

section.content-wrapper .comment-template .comments .comment-respond .comment-form-email {
    width: calc(50% - 10px);
    float: right
}

section.content-wrapper .comment-template .comments .comment-respond .comment-form-email label {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 14px
}

section.content-wrapper .comment-template .comments .comment-respond .comment-form-email input {
    width: 100%;
    height: 50px;
    outline: none;
    border: 1px solid #000;
    padding: 0 15px;
    font-size: 14px
}

section.content-wrapper .comment-template .comments .comment-respond .comment-form-url {
    display: none;
    visibility: hidden
}

section.content-wrapper .comment-template .comments .comment-respond .comment-form-cookies-consent {
    display: none;
    visibility: hidden
}

section.content-wrapper .comment-template .comments .comment-notes {
    font-size: 13px;
    color: #9ca5aa
}

section.content-wrapper .comment-template .comments ul li .comment-body .comment-awaiting-moderation {
    width: calc(100% - 55px);
    float: left;
    margin: 15px 0 0 55px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -.1px;
    color: #a20e0e;
    font-weight: 400;
    background: #cf13131a;
    padding: 7px 11px 4px 11px;
    border-radius: 2px;
    font-style: italic
}

section.content-wrapper .must-read {
    width: 100%;
    float: left;
    margin-bottom: 50px;
    margin-top: 10px
}

section.content-wrapper .featured-image {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 15px
}

section.content-wrapper .featured-image-caption {
    text-align: right;
    font-size: 13px;
    float: right;
    margin-bottom: 15px;
    position: relative;
    top: -3px;
    color: #091E2C;
    font-style: italic
}

section.content-wrapper .featured-image .ccfic {
    position: absolute;
    z-index: 9999;
    top: 10px;
    text-align: right;
    color: #fff;
    right: 0;
    font-size: 12px;
    padding-right: 10px;
    float: right
}

section.content-wrapper .featured-image .ccfic .ccfic-source::before {
    content: 'Credit:';
    display: inline-block;
    margin-right: 5px
}

section.content-wrapper .featured-image .ccfic .ccfic-source {
    text-align: right;
    float: right;
    background-color: rgba(0, 0, 0, .6);
    padding: 2px 6px;
    border-radius: 1px
}

section.content-wrapper .featured-image .block-image {
    width: 100%;
    float: left
}

.block-image.block-image-full {
    width: 100% !important
}

section.content-wrapper .featured-image .block-image img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    object-fit: cover
}

section.content-wrapper .featured-image .block-summary {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative
}

section.content-wrapper .featured-image .block-summary .blur-image::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background-image: -webkit-linear-gradient(bottom, rgba(9, 30, 44, .1) 29%, rgba(9, 30, 44, .47) 82%);
    background-image: -o-linear-gradient(bottom, rgba(9, 30, 44, .1) 29%, rgba(9, 30, 44, .47) 82%);
    background-image: linear-gradient(to top, rgba(9, 30, 44, .1) 29%, rgba(9, 30, 44, .47) 82%)
}

section.content-wrapper .featured-image .block-summary .blur-image {
    height: 360px !important;
    width: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-transform: scale(1.9);
    -moz-transform: scale(1.9);
    transform: scale(1.9);
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    filter: blur(20px);
    position: absolute !important;
    z-index: 10 !important;
    left: 0 !important;
    top: 0 !important;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    display: block;
    backdrop-filter: blur(5px) contrast(.2)
}

section.content-wrapper .featured-image .block-summary .content {
    width: 100%;
    float: left;
    z-index: 5000;
    position: relative;
    padding: 0 0
}

section.content-wrapper .featured-image .block-summary .content span.head {
    text-align: center;
    font-weight: 700;
    font-family: 'Roboto Condensed';
    color: #fff;
    font-size: 18px;
    letter-spacing: -.5px;
    text-transform: uppercase;
    position: relative;
    float: left;
    padding: 0 30px;
    display: none;
    visibility: hidden
}

section.content-wrapper .featured-image .block-summary .content span.head::after {
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    float: left;
    background-color: rgba(255, 255, 255, .33);
    margin-top: 5px
}

section.content-wrapper .featured-image .block-summary .content ul {
    list-style: none;
    margin: 20px 0 15px 0;
    float: left;
    padding: 0 20px 0 40px
}

section.content-wrapper .featured-image .block-summary .content ul li {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 19px;
    position: relative
}

section.content-wrapper .featured-image .block-summary .content ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    float: left;
    position: absolute;
    top: 5px;
    left: -20px;
    background-color: rgba(255, 255, 255, .25)
}

.block-table-head {
    width: 100%;
    height: 40px;
    display: block;
    background: #18557C;
    position: relative;
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    font-style: italic;
    font-weight: 700;
    letter-spacing: -.3px;
    text-align: center;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Merriweather', sans-serif
}

table.wp-block-table,
figure.wp-block-table {
    width: 100% !important
}

table.wp-block-table,
.wp-block-table>table {
    width: 100% !important;
    text-align: center
}

figure.wp-block-table table td,
.wp-block-table td {
    border: 1px solid #000;
    padding: 5px
}

figure.wp-block-table.odds table tr:first-child td,
.wp-block-table.odds tr:first-child td {
    width:75%;
}

figure.wp-block-table table td.red,
.wp-block-table td.red {
    color: #fff;
    background: #DB2B2B;
}
figure.wp-block-table table td.blue,
.wp-block-table td.blue {
    color: #fff;
    background: #28A5FF;
}
figure.wp-block-table table td.teal,
.wp-block-table td.teal {
    color: #fff;
    background: #51E0C6;
}
figure.wp-block-table table td.yellow,
.wp-block-table td.yellow {
    color: #fff;
    background: #FEC40C;
}
figure.wp-block-table table td.green,
.wp-block-table td.green {
    color: #fff;
    background: #6AD72D;
}
figure.wp-block-table table td.purple,
.wp-block-table td.purple {
    color: #fff;
    background: #B36AAD;
}

figure.wp-block-table table,
table.wp-block-table {
    border: none;
    border-collapse: collapse;
    margin: 0 0 5px 0;
    padding: 0;
    width: 100%;
    font-family: 'Roboto', sans-serif
}

figcaption {
    font-size: 12px;
}

table.wp-block-table.overview>caption {
    width: 100%;
    height: 40px;
    display: block;
    background: #18557C;
    position: relative;
    line-height: 42px;
    font-size: 14px;
    color: #fff;
    font-style: italic;
    font-weight: 700;
    letter-spacing: -.3px;
    text-align: center;
    padding: 0 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Merriweather', sans-serif
}

table.wp-block-table.fixed {
    table-layout: fixed !important
}

figure.wp-block-table tr,
table.wp-block-table tr {
    padding: .35em;
    height: 46px;
    font-size: 14px;
    letter-spacing: 0;
    color: #091E2C;
    transition: .3s all;
    border-style: dotted;
    border-color: #979797;
    border-width: 0 0 1px 0;
    background-color: #fff
}

figure.wp-block-table thead tr,
table.wp-block-table thead tr {
    border-bottom: none
}

figure.wp-block-table tr a,
table.wp-block-table tr a {
    width: 100%;
    height: 100%;
    display: block;
    color: #18557C !important;
    font-size: 14px !important
}

figure.wp-block-table tr a::after,
table.wp-block-table tr a::after {
    content: '';
    display: none;
    visibility: hidden
}

figure.wp-block-table tr a:hover,
table.wp-block-table tr a:hover {
    text-decoration: underline
}

figure.wp-block-table th,
figure.wp-block-table td,
table.wp-block-table th,
table.wp-block-table td {
    text-align: center;
    padding: 0 20px
}

figure.wp-block-table thead tr,
table.wp-block-table thead tr {
    height: 45px
}

figure.wp-block-table th,
table.wp-block-table th {
    letter-spacing: .5px;
    height: 45px;
    font-size: 13px;
    line-height: 45px;
    color: #fff;
    font-weight: 500;
    background-color: #091E2C
}

table.wp-block-table.criteria tbody tr th strong {
    line-height: 17px;
    display: block;
    font-weight: 600
}

table.wp-block-table.criteria th,
table.wp-block-table.criteria td {
    padding: 10px 20px;
    line-height: 24px;
    font-family: 'Roboto';
    font-size: 14px
}

table.wp-block-table.criteria th {
    width: 100%;
    display: block;
    line-height: 32px;
    padding: 0
}

table.wp-block-table.criteria td {
    text-align: center
}

table.wp-block-table.criteria tr {
    padding: 0
}

section.content-wrapper blockquote {
    display: table;
    padding: 0;
    border-radius: 2px;
    margin-top: 20px;
    margin-bottom: 40px;
    font-family: 'Merriweather', sans-serif;
    position: relative
}

section.content-wrapper blockquote::before {
    content: '\e802';
    font-family: 'gbn-icons';
    position: relative;
    left: 0;
    top: 0;
    color: #18557C;
    font-size: 20px
}

section.content-wrapper blockquote.full {
    width: 100%
}

section.content-wrapper blockquote>p {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 15px !important;
    line-height: 38px !important;
    color: #091E2C !important;
    font-style: italic !important
}

section.content-wrapper blockquote>cite {
    font-size: 16px;
    color: #18557C;
    font-weight: 700;
    font-style: normal;
    padding-top: 10px;
    display: inline-block;
    position: relative
}

section.content-wrapper blockquote>cite::after {
    content: '';
    width: 62px;
    height: 2px;
    background-color: #18557C;
    position: absolute;
    right: -75px;
    top: 22px
}

section.content-wrapper .share-post {
    float: left;
    left: -75px;
    top: 5px;
    z-index: 5000;
    position: absolute;
    display: none;
    visibility: hidden
}

section.content-wrapper .share-post .content {
    position: relative
}

section.content-wrapper .share-post span.title {
    font-style: italic;
    font-size: 14px;
    color: #0C2331;
    text-transform: uppercase;
    letter-spacing: .6px;
    line-height: 18px;
    font-weight: 700;
    width: 100%;
    float: left;
    margin-bottom: 7px
}

section.content-wrapper .share-post span.title::before {
    content: 'Share'
}

section.content-wrapper .share-post .content ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    border-style: dotted;
    border-color: #000;
    border-width: 1px 1px 1px 1px;
    float: left;
    width: 50px
}

section.content-wrapper .share-post .content ul li {
    width: 49px;
    height: 50px;
    float: left;
    display: inline-block;
    border-style: dotted;
    border-color: #000;
    border-width: 0 0 1px 0;
    text-align: center;
    line-height: 50px !important;
    color: #000 !important;
    padding: 0 !important;
    margin: 0 !important
}

section.content-wrapper .share-post .content ul li:last-child {
    border: none
}

section.content-wrapper .share-post .content ul li i {
    color: #000 !important;
    font-size: 18px !important
}

section.content-wrapper .share-post .content ul li a::after {
    content: '';
    display: none;
    visibility: hidden
}

section.content-wrapper .share-post .content ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    border-bottom: none
}

section.content-wrapper .share-post .content ul li.facebook:hover i {
    color: #3F5891 !important
}

section.content-wrapper .share-post .content ul li.twitter:hover i {
    color: #4AA8E4 !important
}

section.content-wrapper .share-post .content ul li.email:hover i {
    color: #374458 !important
}

section.page-not-found {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 50px;
    margin-top: 20px;
    text-align: center
}

.page-not-found-img {
    margin-bottom: 20px
}

section.page-not-found.nothing {
    margin-top: 90px;
    margin-bottom: 0
}

section.page-not-found.category {
    margin-top: 30px;
    margin-bottom: 30px
}

section.page-not-found.category h1.head {
    font-size: 32px
}

section.page-not-found.nothing h1.head {
    font-size: 36px
}

section.page-not-found h1.head {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 0 20px 0;
    float: left;
    font-size: 44px;
    line-height: 44px;
    color: #091E2C;
    font-weight: 700
}

section.page-not-found span.description {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
    font-family: 'Roboto';
    font-weight: 300;
    letter-spacing: -.15px;
    font-size: 23px;
    color: #2A2F32;
    line-height: 36px
}

section.page-not-found .search {
    width: 100%;
    float: left;
    margin-top: 20px
}

section.page-not-found .search .input {
    width: 100%;
    float: left;
    position: relative
}

section.page-not-found .search .input::before {
    content: '\e804';
    font-family: 'gbn-icons';
    color: #D4D7DA;
    position: absolute;
    left: 20px;
    top: 16px;
    font-size: 20px
}

section.page-not-found .search .input input {
    width: 100%;
    height: 60px;
    border-style: dotted;
    border-color: #091E2C;
    border-width: 1px 1px 1px 1px;
    border-radius: 1px;
    outline: none;
    font-family: 'Roboto';
    font-weight: 300;
    color: #2A2F32;
    padding: 0 30px 0 55px;
    font-size: 16px;
    letter-spacing: -.1px
}

section.result-header {
    width: 100%;
    background-color: #091E2C;
    float: left;
    position: relative;
    padding-top: 30px;
    padding-bottom: 35px;
    margin-bottom: 30px
}

section.result-header span.result {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    color: #fff;
    letter-spacing: -.5px;
    line-height: 21px;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase
}

section.result-header h1.head {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 34px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}


section.results-posts {
    width: 100%;
    float: left;
    position: relative;
    margin: 0 0 10px 0;
}


section.results-posts.padding {
    padding: 0 15px
}

section.results-posts .r-post-item {
    width: 100%;
    float: left;
    border-style: dotted;
    border-color: #000;
    border-width: 0 0 1px 0;
    padding-bottom: 20px;
    margin-bottom: 20px
}

section.results-posts.inner .r-post-item:first-child {
    border-width: 1px 0 1px 0;
    padding-top: 20px;
    margin-top: 10px
}

section.results-posts .r-post-item .post {
    width: calc(100% - 100px);
    margin-right: 20px;
    float: left
}

section.results-posts .r-post-item .post .info {
    width: 100%;
    float: left
}

section.results-posts .r-post-item .post .info .author {
    float: left;
    color: #9CA5AA;
    font-size: 12px;
    font-style: italic;
    line-height: 22px
}

section.results-posts .r-post-item .post .info .author a {
    color: #2A2F32;
    font-style: normal;
    font-size: 12px;
    line-height: 22px;
    border-bottom: none
}

section.results-posts .r-post-item .post .info .author a:hover {
    text-decoration: underline
}

section.results-posts .r-post-item .post .info .category {
    float: right;
    text-align: right;
    position: relative;
    color: #9CA5AA;
    font-size: 12px;
    line-height: 22px
}

section.results-posts .r-post-item .post .info .category a {
    color: #9CA5AA;
    font-size: 12px;
    line-height: 22px;
    border-bottom: none;
    padding: 0
}

section.results-posts .r-post-item .post .info .category::before {
    content: '';
    width: 4px;
    height: 4px;
    float: left;
    background-color: #9CA5AA;
    margin-right: 7px;
    position: relative;
    top: 8.5px
}

section.results-posts .r-post-item .post .info .category:hover {
    color: #18557C
}

section.results-posts .r-post-item .post .info .category:hover::before {
    background-color: #18557C
}

section.results-posts .r-post-item .post .data {
    width: 100%;
    float: left
}

section.results-posts .r-post-item .post .data:hover h3 {
    text-decoration: underline !important;
    color: #18557C !important
}

section.results-posts .r-post-item .post .data h3 {
    font-size: 18px;
    color: #091E2C;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: -.2px;
    padding: 0;
    margin: 5px 0 0 0;
    float: left;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

section.results-posts .r-post-item .post .data time {
    width: 100%;
    float: left;
    font-size: 12px;
    font-family: 'Roboto';
    font-weight: 300;
    color: #6E787F;
    line-height: 22px;
    margin-bottom: 3px;
    margin-top: 5px
}

section.results-posts .r-post-item .post .data p {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-family: 'Roboto';
    color: #2A2F32;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px
}

section.results-posts .r-post-item .thumbnail {
    float: left;
    width: 80px;
    height: 80px;
    background-color: #0E1E2B;
    border-radius: 3px;
    overflow: hidden;
}

section.results-posts .r-post-item .thumbnail img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    object-fit: cover;
}

.insider {
    width: 100%;
    float: left;
    position: relative;
    padding-top: 50px;
    border-style: dotted;
    border-color: #000;
    border-width: 1px 0 1px 0;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 32px;
}

.insider  .head {
    width: 100%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: #091E2C;
    font-size: 28px;
    margin: 0 0 15px 0;
}

.insider .owl-carousel {
    display: inline-block;
    visibility: visible;
}

.insider .owl-carousel .owl-nav {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 15px;
}

.insider .owl-carousel .owl-nav .owl-prev,
.insider .owl-carousel .owl-nav .owl-next {
    width: 24px;
    height: 24px;
    background: #196EA4;
    text-align: center;
    color: #fff;
    line-height: 24px;
    float: left;
    font-size: 13px;
    border-radius: 3px;
    margin: 0 3px;
}

.insider .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.insider .owl-carousel .owl-nav .owl-next {
    right: 0;
}

.insider .owl-carousel .content .owl-stage-outer,
.insider .owl-carousel .content {
    height: 400px !important;
}


.insider .owl-carousel .owl-item {
    padding: 30px 15px 0 15px;
    opacity: 0.3;
    transition: .3s all;
}

.insider .owl-carousel .owl-item.center {
    padding: 0;
    opacity: 1;
    transition: .3s all;
}


.insider .item {
    width: 100%;
    float: left;
    position: relative;
    transition: 0.4s all ease;
}

.insider .item .thumbnail {
    width: 100%;
    height: 185px;
    display: inline-block;
    float: left;
    border-radius: 3px;
    overflow: hidden;
    margin: 0 0 10px 0;
    transition: 0.4s all ease;
}

.insider .owl-item.center .item .thumbnail {
    height: 250px;
}

.insider .item .thumbnail img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    object-fit: cover;
}

.insider .item h3 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.2px;
}



.pagination {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    float: left;
    margin-bottom: 30px
}

.pagination .page-numbers {
    float: left;
    border-radius: 3px;
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
    font-size: 13px;
    color: #091E2C;
    border: 1px solid #000;
    transition: .3s all;
    margin: 0 10px 0 0;
    display: none;
    visibility: hidden
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next,
.pagination .page-numbers.current {
    display: inline-block;
    visibility: visible
}

.pagination .page-numbers.current {
    background-color: #091E2C;
    color: #fff;
    border-color: #091E2C
}

.pagination .page-numbers:hover {
    background-color: #091E2C;
    color: #fff;
    border-color: #091E2C
}

.wpcf7-form label {
    width: 100%;
    margin-bottom: 0
}

.wpcf7-form-control {
    width: 100%;
    outline: none;
    height: 50px;
    padding: 0 15px
}

.wpcf7-submit {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    outline: none;
    background-color: #2A5479;
    height: 60px;
    border: none;
    line-height: 60px;
    color: #fff;
    font-size: 14px;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .51px;
    border-radius: 1px;
    cursor: pointer;
    transition: .3s all;
    text-align: center
}

.wpcf7-submit:hover {
    background-color: #1c6898;
    color: #fff
}

.wpcf7-textarea {
    min-height: 200px;
    outline: none;
    padding: 15px;
    border-color: #DFDFDF
}

div.wpcf7-response-output {
    display: none;
    margin: 0
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: none;
    background-color: #a91313;
    color: #fff;
    border-radius: 1px;
    font-size: 13px
}

div.wpcf7-mail-sent-ok {
    border: none;
    background-color: #518C2E;
    color: #fff;
    border-radius: 1px;
    font-size: 13px
}

section.page-heading-content {
    width: 100%;
    background-color: #06151f;
    float: left;
    position: relative;
    padding-top: 30px;
    padding-bottom: 35px;
    margin-bottom: 30px
}

section.page-heading-content h1 {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 34px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

section.page-heading-content span {
    width: 100%;
    float: left;
    font-family: 'Roboto';
    font-size: 14px;
    color: #8C9FAC;
    line-height: 21px;
    letter-spacing: .4px
}

section.presskit-content {
    width: 100%;
    float: left;
    margin-top: 20px
}

section.presskit-content span.description {
    width: 100%;
    float: left;
    font-family: 'Roboto';
    color: #2A2F32;
    font-size: 14px;
    letter-spacing: -.08px;
    line-height: 26px;
    font-weight: 300
}

section.presskit-content .mediakit-detail {
    width: 100%;
    float: left;
    margin-bottom: 80px
}

section.presskit-content .mediakit-mission {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

section.presskit-content .logos {
    width: 100%;
    float: left;
    margin-bottom: 80px
}

section.presskit-content .logos .item {
    width: 100%;
    float: left;
    border-style: dotted;
    border-color: #979797;
    border-width: 1px 1px 1px 1px;
    padding: 15px;
    position: relative;
    margin-top: 15px
}

section.presskit-content .logos .logo-content {
    width: 100%;
    height: 235px;
    line-height: 190px;
    white-space: nowrap;
    text-align: center;
    float: left;
    display: inline-block
}

section.presskit-content .logos .logo-content img {
    vertical-align: middle;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 257px;
    height: 35px
}

section.presskit-content .logos .logo-content.dark {
    background-color: #091E2C
}

section.presskit-content .logos .logo-content.white {
    background-color: #EAEDEF
}

section.presskit-content .logos .download {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #18557C;
    height: 66px;
    padding: 11px 15px 0 15px
}

section.presskit-content .logos .download span.text {
    float: left;
    font-family: 'Roboto';
    font-size: 14px;
    color: #fff;
    letter-spacing: -.09px;
    padding-top: 11px
}

section.presskit-content .logos .download a {
    float: right;
    height: 40px;
    line-height: 40px;
    font-family: 'Roboto Condensed';
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 2px;
    text-transform: uppercase;
    padding: 0 20px;
    transition: .3s all
}

section.presskit-content .logos .download a:hover {
    background-color: #fff;
    color: #18557C
}

section.presskit-content .media-partners {
    width: 100%;
    float: left;
    margin-bottom: 80px
}

section.presskit-content .media-partners .item {
    width: 100%;
    float: left;
    border-style: dotted;
    border-color: #979797;
    border-width: 1px 1px 1px 1px;
    padding: 15px;
    position: relative;
    margin-top: 15px
}

section.presskit-content .media-partners .logo-content {
    width: 100%;
    height: 150px;
    line-height: 150px;
    white-space: nowrap;
    text-align: center;
    float: left;
    display: inline-block
}

section.presskit-content .media-partners .logo-content img {
    vertical-align: middle;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat
}

section.presskit-content .media-partners .logo-content.light {
    background-color: #000
}

section.presskit-content .stats {
    width: 100%;
    float: left;
    margin-bottom: 80px
}

section.presskit-content .stats .item {
    width: 100%;
    border-style: dotted;
    border-color: #979797;
    border-width: 0 0 1px 0;
    float: left;
    display: inline-block;
    margin-top: 15px
}

section.presskit-content .stats .item span {
    width: 100%;
    float: left;
    text-align: center
}

section.presskit-content .stats .item span.data {
    font-size: 35px;
    color: #18557C;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    letter-spacing: -1.05px;
    padding-top: 7px;
    margin-bottom: 7px;
    line-height: 41px
}

section.presskit-content .stats .item span.text {
    font-size: 16px;
    color: #0C2331;
    line-height: 20px;
    padding-bottom: 30px;
    padding-right: 30px
}

section.got-press-release {
    width: 100%;
    float: left;
    background: #091E2C;
    padding: 50px 0
}

section.got-press-release span {
    width: 100%;
    float: left;
    text-align: center
}

section.got-press-release span.sm-head {
    font-size: 19px;
    color: #fff;
    letter-spacing: -.25px;
    line-height: 23px;
    margin-bottom: 10px;
    font-family: 'Roboto'
}

section.got-press-release span.big-head {
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -1.15px;
    line-height: 47px;
    margin-bottom: 20px
}

section.got-press-release .button {
    display: inline-block;
    text-align: center;
    width: 100%
}

section.got-press-release .button a {
    line-height: 50px;
    display: inline-block;
    padding: 0 40px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    color: #fff;
    font-size: 15px;
    background-color: #18557C;
    border-radius: 2px;
    font-weight: 700;
    letter-spacing: -.3px
}

section.presskit-content .management {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 95px
}

section.presskit-content .management .profile-card {
    width: 100%;
    float: left;
    margin: 30px 0
}

section.presskit-content .management .profile-card .avatar {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    position: relative;
    border-radius: 100%;
    overflow: hidden;
}

section.presskit-content .management .profile-card .avatar img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat
}

section.presskit-content .management .profile-card .info {
    width: 100%;
    float: left;
    position: relative;
    text-align: center
}

section.presskit-content .management .profile-card .info .name {
    padding: 0;
    margin: 10px 0 10px 0;
    font-size: 20px;
    font-weight: 700;
    color: #091E2C;
    letter-spacing: -.3px;
    font-family: 'Merriweather', sans-serif;
    clear: left
}

section.presskit-content .management .profile-card .info .bio {
    font-size: 15px;
    line-height: 31px;
    letter-spacing: 0;
    color: #091E2C;
    font-weight: 400;
    font-family: 'Merriweather', sans-serif
}

.review-card {
    width: 100%;
    float: left;
    position: relative;
    background-color: #091E2C;
    padding: 21px 25px;
    border-radius: 2px;
    margin-bottom: 0;
    display: none;
    visibility: hidden
}

.review-card.sticky {
    position: fixed;
    z-index: 9999;
    top: 0;
    border-radius: 0;
    background: #081c29eb;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px)
}

.review-card .logo {
    width: 190px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
    border-radius: 1px;
    float: left;
    margin-right: 20px;
    white-space: nowrap
}

.review-card .logo img {
    width: 60%;
    display: inline-block
}

.mobile-review-card {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #091E2C;
    padding: 13px 15px;
    border-radius: 0;
    z-index: 500
}

.mobile-review-card .info {
    width: 100%;
    float: left
}

.mobile-review-card .info h2 {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #8C9FAC;
    font-weight: 400;
    font-family: 'Roboto';
    letter-spacing: .4px;
    line-height: 13px;
    margin: 0;
    padding: 0;
    text-align: center
}

.mobile-review-card .info span.site {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -.25px;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 7px;
    text-align: center
}

.mobile-review-card .info .rating {
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-self: center
}

.mobile-review-card .info .rating ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
    float: left
}

.mobile-review-card .info .rating ul li {
    float: left;
    padding: 0;
    margin: 0
}

.mobile-review-card .info .rating ul li::before {
    content: '';
    display: none;
    visibility: hidden
}

.mobile-review-card .info .rating ul li i.star {
    font-style: normal;
    float: left;
    margin-right: 1px;
    line-height: normal
}

.mobile-review-card .info .rating ul li i.star::before,
.mobile-review-card .info .rating ul li i.star.full::before {
    content: '\e806';
    font-size: 14px;
    color: #FF9800;
    font-family: 'gbn-icons';
    display: inline-block;
    float: left;
    margin-right: 1px;
    position: relative
}

.mobile-review-card .info .rating ul li i.star.half::before,
.mobile-review-card .info .rating ul li i.star.quarter::before {
    content: '\e806';
    font-size: 14px;
    background-image: -webkit-linear-gradient(left, #FF9800 50%, #72603C 50%);
    background-image: -o-linear-gradient(left, #FF9800 50%, #72603C 50%);
    background-image: linear-gradient(to right, #FF9800 50%, #72603C 51%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'gbn-icons';
    display: inline-block;
    float: left;
    margin-right: 1px;
    position: relative
}

.mobile-review-card .info .rating ul li i.star.empty::before {
    content: '\e806';
    font-size: 14px;
    color: #72603C;
    font-family: 'gbn-icons';
    display: inline-block;
    float: left;
    margin-right: 1px;
    position: relative
}

.mobile-review-card .info .rating span {
    float: left;
    font-size: 14px;
    color: #fff;
    letter-spacing: -.2px;
    line-height: 15px;
    margin-left: 3px;
    top: 1px;
    position: relative;
    font-family: 'Roboto'
}

.mobile-review-card .cta {
    width: 100%;
    float: left;
    display: block;
    margin-top: 2px;
    margin-bottom: 4px
}

.mobile-review-card .cta a {
    height: 30px;
    width: 100%;
    float: left;
    background-color: #18557C;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 700;
    border-radius: 2px;
    transition: .3s all;
    text-transform: uppercase
}

.mobile-review-card .cta span.terms {
    width: 100%;
    float: left;
    text-align: center;
    color: #8C9FAC;
    font-family: 'Roboto';
    letter-spacing: -.1px;
    line-height: 10px;
    font-weight: 300;
    font-size: 10px;
    position: relative;
    top: 7px
}

.review-card .info {
    float: left;
    width: 250px
}

.review-card .info h2 {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #8C9FAC;
    font-weight: 400;
    font-family: 'Roboto';
    letter-spacing: .4px;
    line-height: 13px;
    margin: 0;
    padding: 0
}

.review-card .info span.site {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -.25px;
    line-height: 25px;
    margin-top: 5px
}

.review-card .info .rating {
    float: left;
    position: relative;
    margin-top: 9px;
    width: 100%
}

.review-card .info .rating ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
    float: left
}

.review-card .info .rating ul li {
    float: left;
    padding: 0;
    margin: 0
}

.review-card .info .rating ul li::before {
    content: '';
    display: none;
    visibility: hidden
}

.review-card .info .rating ul li i.star {
    font-style: normal;
    float: left;
    margin-right: 1px;
    line-height: normal
}

.review-card .info .rating ul li i.star::before,
.review-card .info .rating ul li i.star.full::before {
    content: '\e806';
    font-size: 14px;
    color: #FF9800;
    font-family: 'gbn-icons';
    display: inline-block;
    float: left;
    margin-right: 1px;
    position: relative
}

.review-card .info .rating ul li i.star.half::before,
.review-card .info .rating ul li i.star.quarter::before {
    content: '\e806';
    font-size: 14px;
    background-image: -webkit-linear-gradient(left, #FF9800 50%, #72603C 50%);
    background-image: -o-linear-gradient(left, #FF9800 50%, #72603C 50%);
    background-image: linear-gradient(to right, #FF9800 50%, #72603C 51%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'gbn-icons';
    display: inline-block;
    float: left;
    margin-right: 1px;
    position: relative
}

.review-card .info .rating ul li i.star.empty::before {
    content: '\e806';
    font-size: 14px;
    color: #72603C;
    font-family: 'gbn-icons';
    display: inline-block;
    float: left;
    margin-right: 1px;
    position: relative
}

.review-card .info .rating span {
    float: left;
    font-size: 14px;
    color: #fff;
    letter-spacing: -.2px;
    line-height: 15px;
    margin-left: 3px;
    top: 1px;
    position: relative;
    font-family: 'Roboto'
}

.review-card .cta {
    float: right;
    width: 240px
}

.review-card .cta a {
    height: 50px;
    width: 100%;
    float: left;
    background-color: #18557C;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 700;
    border-radius: 2px;
    transition: .3s all;
    text-transform: uppercase
}

.review-card .cta a:hover {
    background-color: #1C6696
}

.review-card .cta span.terms {
    width: 100%;
    float: left;
    text-align: center;
    color: #8C9FAC;
    font-family: 'Roboto';
    line-height: 12px;
    font-weight: 300;
    font-size: 12px;
    position: relative;
    top: 7px
}

.review-meta-info {
    width: 100%;
    float: left;
    position: relative;
    border-style: dotted;
    border-color: #000;
    padding: 15px 0;
    margin-bottom: 30px;
    border-width: 1px 0 1px 0;
    display: none;
    visibility: hidden
}

.review-meta-info ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.review-meta-info ul li {
    float: left;
    padding-right: 10px
}

.review-meta-info ul li::after {
    content: '';
    border-style: dotted;
    border-color: #000;
    border-width: 0 1px 0 0;
    padding: 0 10px 0 0;
    position: relative;
    top: 2px;
    left: 0
}

.review-meta-info ul li:last-child::after {
    content: '';
    display: none;
    visibility: hidden;
    border: none
}

.review-meta-info ul li:first-child {
    padding-left: 0
}

.review-meta-info ul li span.author-avatar {
    width: 37px;
    height: 37px;
    border-radius: 100px;
    margin-right: 10px;
    float: left;
    overflow: hidden;
    line-height: 22px;
    position: relative;
    top: -6px;
    display: none;
    visibility: hidden
}

.review-meta-info ul li span.author-avatar img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat
}

.review-meta-info ul li span.data {
    font-size: 13px;
    color: #9CA5AA;
    line-height: 22px
}

.review-meta-info ul li span.data.hidden {
    display: none;
    visibility: hidden
}

.review-meta-info ul li span.data time,
.review-meta-info ul li span.data b {
    font-weight: 400;
    color: #2A2F32;
    font-style: normal
}

.review-meta-info ul li span.data b:hover a {
    text-decoration: underline
}

.screenshots {
    width: 100%;
    float: left;
    position: relative;
    margin: 30px 0
}

.screenshots .owl-carousel {
    display: inline-block;
    visibility: visible
}

.screenshots .item {
    width: 100%;
    float: left
}

.screenshots .item img {
    width: 100%;
    height: 150px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    float: left
}

.pros-cons {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 20px;
    margin-bottom: 15px
}

.pros-cons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    float: left
}

.pros-cons ul li {
    float: left;
    font-size: 14px;
    color: #2A2F32;
    font-family: 'Roboto';
    line-height: 24px;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 25px
}

.pros-cons ul.pros li::before {
    content: '\e807';
    font-family: 'gbn-icons';
    color: #259720;
    float: left;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0
}

.pros-cons ul.cons li::before {
    content: '\e808';
    font-family: 'gbn-icons';
    color: #D91A1A;
    float: left;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0
}

.casino-details {
    width: 100%;
    float: left;
    margin-bottom: 30px
}

.casino-details ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.casino-details ul li {
    width: 100%;
    float: left;
    border-style: dotted;
    border-color: #BFC5C8;
    padding: 10px 0;
    border-width: 0 0 1px 0;
    font-size: 14px;
    line-height: 22px;
    color: #2A2F32
}

[data-tooltip],
.tooltip {
    position: relative;
    cursor: pointer
}

[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(.71, 1.7, .77, 1.24);
    -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(.71, 1.7, .77, 1.24);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(.71, 1.7, .77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}

.tooltip:before,
[data-tooltip]:before {
    z-index: 1001;
    border: 6px solid transparent;
    background: transparent;
    content: ""
}

.tooltip:after,
[data-tooltip]:after {
    z-index: 1000;
    padding: 8px;
    width: 160px;
    background-color: rgba(0, 0, 0, .75);
    color: #fff;
    content: attr(data-tooltip);
    font-size: 12px;
    line-height: 1.2;
    border-radius: 2px
}

[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
    bottom: 100%;
    left: 50%
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #000;
    border-top-color: hsla(0, 0%, 20%, .9)
}

[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
    margin-left: -80px
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px)
}

.tooltip-right:before,
.tooltip-right:after {
    bottom: 50%;
    left: 100%
}

.tooltip-right:before {
    margin-bottom: 0;
    margin-left: -12px;
    border-top-color: transparent;
    border-right-color: #000;
    border-right-color: hsla(0, 0%, 20%, .9)
}

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    transform: translateX(12px)
}

.tooltip-right:before {
    top: 3px
}

.tooltip-right:after {
    margin-left: 0;
    margin-bottom: -16px
}

.tooltip-bottom:before,
.tooltip-bottom:after {
    top: 100%;
    bottom: auto;
    left: 50%
}

.tooltip-bottom:before {
    margin-top: -12px;
    margin-bottom: 0;
    border-top-color: transparent;
    border-bottom-color: #000;
    border-bottom-color: hsla(0, 0%, 20%, .9)
}

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px)
}

.casino-details ul li span.title {
    float: left;
    width: 30%;
    padding-right: 10px;
    color: #9CA5AA;
    font-style: italic
}

.casino-details ul li span.data {
    width: 70%;
    float: left
}

aside.review .youtube-video-review {
    margin-bottom: 30px
}


.youtube-video-review,
aside.review .similar-sites {
    width: 100%;
    float: left
}

.youtube-video-review.margin-top {
    margin-top: 20px;
    margin-bottom: 25px;
}

.youtube-video-review.margin-bottom {
    margin-bottom: 45px;
}


.youtube-video-review iframe {
    width: 100%;
    height: 215px;
    outline: none;
    border: none;
    float: left
}

aside.review .similar-sites .content {
    width: 100%;
    float: left;
    border-style: dotted;
    border-color: #000;
    border-width: 1px 1px 1px 1px;
    position: relative;
    margin-bottom: 40px;
    padding: 20px 20px 0 20px
}

aside.review .similar-sites .content::before {
    content: '';
    width: 100%;
    height: 7px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: -1px;
    float: left;
    display: block
}

aside.review .similar-sites .content .item {
    width: 100%;
    float: left;
    border-style: dotted;
    border-color: #000;
    border-width: 0 0 1px 0;
    padding-bottom: 10px;
    margin-bottom: 10px
}

aside.review .similar-sites .content .item:last-child {
    border: none;
    margin-bottom: 5px
}

aside.review .similar-sites .content .item .offer {
    width: 100%;
    float: left;
    margin-bottom: 1px
}

aside.review .similar-sites .content .item .offer span {
    float: left;
    font-size: 12px;
    color: #2A2F32;
    line-height: 22px;
    letter-spacing: -.1px;
    margin-right: 3px
}

aside.review .similar-sites .content .item .data {
    width: calc(100% - 66px);
    float: left;
    margin-right: 10px
}

aside.review .similar-sites .content .item .data span.head {
    font-size: 14px;
    width: 100%;
    float: left;
    color: #2F6689;
    line-height: 15px;
    letter-spacing: .2px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700
}

aside.review .similar-sites .content .item .data span.head:hover {
    text-decoration: underline
}

aside.review .similar-sites .content .item .data span.category {
    font-size: 12px;
    color: #7E8B93;
    line-height: 12px;
    letter-spacing: -.2px;
    width: 100%;
    float: left
}

aside.review .similar-sites .content .item .logo {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    float: right;
    border-radius: 1px
}

aside.review .similar-sites .content .item .logo a {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left
}

aside.review .similar-sites .content .item .logo img {
    width: 80%;
    display: inline-block
}

aside.review .similar-sites .rating {
    float: left;
    position: relative;
    width: 100%;
    margin-bottom: 5px;
    position: relative;
    top: 1px
}

aside.review .similar-sites .rating ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
    float: left
}

aside.review .similar-sites .rating ul li {
    float: left;
    padding: 0;
    margin: 0
}

aside.review .similar-sites .rating ul li::before {
    content: '';
    display: none;
    visibility: hidden
}

aside.review .similar-sites .rating ul li i.star {
    font-style: normal;
    float: left;
    margin-right: 1px;
    line-height: normal
}

aside.review .similar-sites .rating ul li i.star::before,
aside.review .similar-sites .rating ul li i.star.full::before {
    content: '\e806';
    font-size: 14px;
    color: #FF9800;
    font-family: 'gbn-icons';
    display: inline-block;
    float: left;
    margin-right: 1px;
    position: relative
}

aside.review .similar-sites .rating ul li i.star.half::before,
aside.review .similar-sites .rating ul li i.star.quarter::before {
    content: '\e806';
    font-size: 14px;
    background-image: -webkit-linear-gradient(left, #FF9800 50%, #FADFB3 50%);
    background-image: -o-linear-gradient(left, #FF9800 50%, #FADFB3 50%);
    background-image: linear-gradient(to right, #FF9800 50%, #FADFB3 51%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'gbn-icons';
    display: inline-block;
    float: left;
    margin-right: 1px;
    position: relative
}

aside.review .similar-sites .rating ul li i.star.empty::before {
    content: '\e806';
    font-size: 14px;
    color: #FADFB3;
    font-family: 'gbn-icons';
    display: inline-block;
    float: left;
    margin-right: 1px;
    position: relative
}

aside.review .similar-sites .rating span {
    float: left;
    font-size: 14px;
    color: #2A2F32;
    letter-spacing: -.2px;
    line-height: 15px;
    margin-left: 3px;
    top: 1px;
    position: relative;
    font-family: 'Roboto'
}

aside.review .similar-sites .review {
    font-size: 12px;
    color: #9CA5AA;
    line-height: 12px;
    position: relative;
    top: 4px
}

aside.review .similar-sites .review b {
    font-weight: 400;
    color: #2A2F32;
    font-style: normal
}

.acf-field_5eb81b7fefba2-alt {
    width: 60px !important
}

.sticky-card {
    width: 100%;
    float: left
}

.sticky-card .content {
    width: 100%;
    float: left;
    padding: 20px;
    background-color: #091E2C;
    border-radius: 2px
}

.sticky-card .logo {
    width: calc(100% - 26px);
    margin-left: 13px;
    float: left;
    background-color: #D92A39;
    height: 120px;
    line-height: 120px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 14px
}

.sticky-card .logo img {
    width: 50%;
    display: inline-block
}

.sticky-card .offer {
    width: 100%;
    float: left;
    font-size: 22px;
    font-weight: 700;
    color: #FFF;
    line-height: .4px;
    line-height: 21px;
    font-family: 'Roboto';
    text-align: center;
    margin-bottom: 6px
}

.sticky-card .rating {
    float: left;
    position: relative;
    width: 100%
}

.sticky-card .rating .content {
    float: left;
    position: relative;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px
}

.sticky-card .rating ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
    float: left
}

.sticky-card .rating ul li {
    float: left;
    padding: 0;
    margin: 0
}

.sticky-card .rating ul li::before {
    content: '';
    display: none;
    visibility: hidden
}

.sticky-card .rating ul li i.star {
    font-style: normal;
    float: left;
    margin-right: 1px;
    line-height: normal
}

.sticky-card .rating ul li i.star::before,
.sticky-card .rating ul li i.star.full::before {
    content: '\e806';
    font-size: 16px;
    color: #FF9800;
    font-family: 'gbn-icons';
    display: inline-block;
    float: left;
    margin-right: 1px;
    position: relative
}

.sticky-card .rating ul li i.star.half::before,
.sticky-card .rating ul li i.star.quarter::before {
    content: '\e806';
    font-size: 16px;
    background-image: -webkit-linear-gradient(left, #FF9800 50%, #72603C 50%);
    background-image: -o-linear-gradient(left, #FF9800 50%, #72603C 50%);
    background-image: linear-gradient(to right, #FF9800 50%, #72603C 51%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'gbn-icons';
    display: inline-block;
    float: left;
    margin-right: 1px;
    position: relative
}

.sticky-card .rating ul li i.star.empty::before {
    content: '\e806';
    font-size: 16px;
    color: #72603C;
    font-family: 'gbn-icons';
    display: inline-block;
    float: left;
    margin-right: 1px;
    position: relative
}

.sticky-card .rating span {
    float: left;
    font-size: 16px;
    color: #fff;
    letter-spacing: -.2px;
    line-height: 15px;
    margin-left: 3px;
    top: 1px;
    position: relative;
    font-family: 'Roboto'
}

.sticky-card .cta {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    margin-top: 15px
}

.sticky-card .cta a {
    height: 50px;
    width: 100%;
    float: left;
    background-color: #18557C;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 700;
    border-radius: 2px;
    transition: .3s all;
    text-transform: uppercase
}

.sticky-card .cta a:hover {
    background-color: #1C6696
}

.sticky-card .terms {
    width: 100%;
    float: left;
    text-align: center;
    color: #8C9FAC;
    font-family: 'Roboto';
    line-height: 10px;
    font-weight: 300;
    font-size: 10px;
    position: relative
}

.sticky-card.desktop {
    display: none;
    visibility: hidden
}

.sticky-card.mobile {
    display: inline-block;
    visibility: visible
}

.brandtable {
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 5px 0 15px 0
}

.brandtable .item {
    width: 100%;
    float: left;
    border-style: dotted;
    border-color: #BFC5C8;
    padding: 15px 0;
    border-width: 0 0 1px 0
}

.brandtable .item:first-child {
    border-width: 1px 0 1px 0
}

.brandtable .item .logo {
    width: 95px;
    height: 62px;
    float: left;
    border: 1px dotted #000;
    padding: 6px;
    margin-right: 10px
}

.brandtable .item .logo .canvas {
    width: 100%;
    height: 48px;
    display: inline-block;
    float: left;
    line-height: 48px;
    text-align: center;
    white-space: nowrap
}

.brandtable .item .logo .canvas img {
    width: 80%;
    display: inline-block
}

.brandtable .item .logo .canvas a {
    padding: 0;
    margin: 0;
    border: none
}

.brandtable .item .content {
    width: calc(100% - 120px);
    float: left
}

.brandtable .item .content h2 {
    width: 100% !important;
    float: left !important;
    font-size: 12px !important;
    color: #8C9FAC !important;
    font-family: 'Roboto' !important;
    font-weight: 400 !important;
    letter-spacing: 0.3px !important;
    padding: 0 !important;
    margin: 0 0 0 0 !important;
    text-transform: uppercase
}

.brandtable .item .content span.bonus {
    width: 100%;
    float: left;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -.2px;
    color: #000;
    line-height: 25px;
    margin-bottom: 5px
}

.brandtable .item .content .rating {
    float: left;
    position: relative;
    width: 100%
}

.brandtable .item .content .rating ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 0;
    float: left
}

.brandtable .item .content .rating ul li {
    float: left;
    padding: 0;
    margin: 0
}

.brandtable .item .content .rating ul li::before {
    content: '';
    display: none;
    visibility: hidden
}

.brandtable .item .content .rating ul li i.star {
    font-style: normal;
    float: left;
    margin-right: 1px;
    line-height: normal
}

.brandtable .item .content .rating ul li i.star::before,
.brandtable .item .content .rating ul li i.star.full::before {
    content: '\e806';
    font-size: 13px;
    color: #FF9800;
    font-family: 'gbn-icons';
    display: inline-block;
    float: left;
    margin-right: 1px;
    position: relative
}

.brandtable .item .content .rating ul li i.star.half::before,
.brandtable .item .content .rating ul li i.star.quarter::before {
    content: '\e806';
    font-size: 13px;
    background-image: -webkit-linear-gradient(left, #FF9800 50%, #FADFB3 50%);
    background-image: -o-linear-gradient(left, #FF9800 50%, #FADFB3 50%);
    background-image: linear-gradient(to right, #FF9800 50%, #FADFB3 51%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'gbn-icons';
    display: inline-block;
    float: left;
    margin-right: 1px;
    position: relative
}

.brandtable .item .content .rating ul li i.star.empty::before {
    content: '\e806';
    font-size: 13px;
    color: #FADFB3;
    font-family: 'gbn-icons';
    display: inline-block;
    float: left;
    margin-right: 1px;
    position: relative
}

.brandtable .item .content .rating span {
    float: left;
    font-size: 13px;
    color: #000;
    font-weight: 300;
    letter-spacing: -.2px;
    line-height: 15px;
    margin-left: 3px;
    position: relative;
    font-family: 'Roboto'
}

.brandtable .item .cta a {
    width: 100%;
     !important;
    height: 34px !important;
    line-height: 34px !important;
    border: 1px dotted #000 !important;
    text-align: center !important;
    font-size: 14px !important;
    letter-spacing: 0.5px !important;
    float: left !important;
    font-weight: 700 !important;
    font-family: 'Roboto' !important;
    margin-top: 12px !important;
    text-decoration: none !important;
    color: #091E2C !important;
    border-radius: 2px !important;
    text-transform: uppercase !important
}

.brandtable .item .cta a:hover {
    background-color: #000 !important;
    color: #fff !important
}

section.highlight {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px
}

section.highlight .cover {
    width: 100%;
    display: block;
    float: left;
    position: relative
}

section.highlight .cover img {
    width: 100%;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat
}

section.highlight h1 {
    font-size: 28px;
    color: #091e2c;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -.2px;
    padding: 0;
    margin: 15px 0 0 0;
    float: left;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

section.highlight .info {
    width: 100%;
    float: left;
    margin-top: 10px
}

section.highlight .info .author {
    float: left;
    color: #9CA5AA;
    font-size: 14px;
    font-style: italic;
    line-height: 22px
}

section.highlight .info .author a {
    color: #2A2F32;
    font-style: normal
}

section.highlight .info .author a:hover {
    text-decoration: underline
}

section.highlight .info .category {
    float: right;
    text-align: right;
    position: relative;
    color: #9CA5AA;
    font-size: 14px;
    line-height: 22px
}

section.highlight .info .category::before {
    content: '';
    width: 4px;
    height: 4px;
    float: left;
    background-color: #9CA5AA;
    margin-right: 7px;
    position: relative;
    top: 8.5px
}

section.highlight .info .category:hover {
    color: #18557C
}

section.highlight .info .category:hover::before {
    background-color: #18557C
}

section.highlight .data {
    width: 100%;
    height: 212px;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    margin-top: 7px
}

section.highlight.v2 .data {
    height: 310px;
}

section.highlight .data .content {
    width: 100%;
    height: 212px;
    float: left;
    position: relative
}

section.highlight.v2 .data .content {
    height: 314px;
}

section.highlight .data .content::before {
    content: '';
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 37%, #FFFFFF 78%, #FFFFFF 100%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 37%, #FFFFFF 78%, #FFFFFF 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0) 37%, #FFFFFF 78%, #FFFFFF 100%);
    z-index: 500
}

section.highlight .data p {
    font-size: 15px;
    line-height: 31px;
    letter-spacing: 0;
    color: #091e2c;
    font-weight: 400;
    font-family: merriweather, sans-serif;
    position: relative;
    z-index: 100
}

section.highlight .data a.read-cta {
    width: 100%;
    float: left;
    padding: 0 !important;
    margin: 0;
    outline: none;
    border: 1px solid #0E1E2B;
    height: 40px;
    line-height: 40px;
    color: #0E1E2B !important;
    font-size: 14px !important;
    font-family: 'Roboto';
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .51px;
    border-radius: 2px;
    cursor: pointer;
    transition: .3s all;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 600
}

section.highlight .data a.read-cta:hover {
    background-color: #0E1E2B !important;
    color: #fff !important
}

section.highlight .featured-cover-image {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    height: 430px;
}

section.highlight .featured-cover-image .post-image {
    width: 100%;
    height: 185px;
    float: left;
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 750;
}

section.highlight .featured-cover-image .post-image img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    object-fit: cover
}

section.highlight .featured-cover-image span.bullets {
    width: 100%;
    position: absolute;
    left: 0;
    top: 210px;
    z-index: 750;
    overflow: hidden;
}

section.highlight .featured-cover-image span.bullets ul {
    list-style: none;
    float: left;
    padding: 0 20px 0 40px;
}

section.highlight .featured-cover-image span.bullets ul li {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 13px;
    letter-spacing: -0.15px;
    margin-bottom: 10px;
    line-height: 19px;
    position: relative;
    font-weight: 700;
}

section.highlight .featured-cover-image span.bullets ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    display: inline-block;
    float: left;
    position: absolute;
    top: 5px;
    left: -20px;
    background-color: rgba(255, 255, 255, .25);
}

section.highlight .featured-cover-image .blur-background-content {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    z-index: 100;
    border-radius: 2px;
    top: -90px;
    background-color: #495963;
}

section.highlight .featured-cover-image .gradient::after {
    content: '';
    width: 100%;
    height: 65px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(bottom, #575556 3%, rgba(0,0,0,0.00) 77%);
    background-image: -o-linear-gradient(bottom, #575556 3%, rgba(0,0,0,0.00) 77%);
    background-image: linear-gradient(to top, #575556 3%, rgba(0,0,0,0.00) 77%);
    z-index: 1000;
}

section.highlight .featured-cover-image .blur-background-content .image {
    width: 100%;
    height: 250px;
    float: left;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    display: block;
    backdrop-filter: blur(5px) contrast(.2);
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    -webkit-transform: scale(1.9);
    -moz-transform: scale(1.9);
    transform: scale(1.9);
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    filter: blur(20px);
    opacity: 0.8;
}

.wp-block-button__link {
    border-bottom: none !important;
    padding-bottom: 10px !important;
    color: #fffffa !important;
    float: left;
    margin-right: 20px;
    margin-bottom: 30px
}

.scb-wrapper {
    width: 100%;
    float: left;
    position: relative;
    padding: 7.5px;
    background-image: url('https://www.gamblingnews.com/wp-content/themes/GBN/img/college-sidebar-background.png');
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 25px;
}

.sidebar-college-banner {
    width: 100%;
    float: left;
    position: relative;
    background: #091E2C;
}

.sidebar-college-banner::before {
    content: '';
    width: 119px;
    height: 138px;
    display: inline-block;
    float: left;
    position: absolute;
    right: 0;
    bottom: -17px;
    z-index: 999;
    background-image: url(https://www.gamblingnews.com/wp-content/themes/GBN/img/writing-hand.png);
    background-size: 100%;
    background-repeat: no-repeat
}

.sidebar-college-banner .content {
    width: 100%;
    float: left;
    position: relative;
    border: 3px solid #16608F;
    padding: 20px
}

.sidebar-college-banner .content h3.head {
    width: 100%;
    float: left;
    color: #fff;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    letter-spacing: -.5px;
    line-height: 33px;
    font-size: 28px;
    margin: 0 0 6px 0;
    padding: 0
}

.sidebar-college-banner .content p {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0 0 12px 0;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 300;
    letter-spacing: -.4px;
    line-height: 24px;
    color: #B9C4CB
}

.sidebar-college-banner .content .cta {
    width: 100%;
    float: left
}

.sidebar-college-banner .content .cta a {
    height: 40px;
    float: left;
    line-height: 40px;
    background: #16608F;
    font-family: 'Roboto Condensed';
    font-size: 17px;
    letter-spacing: -.3px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 1px;
    padding: 0 30px;
    transition: .3s all
}

.sidebar-college-banner .content .cta a:hover {
    background-color: #196A9E
}

.side-latest-news {
    width: 100%;
    float: left;
    position: relative;
}

.side-latest-news ul {
    list-style: none;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
}

.side-latest-news ul li {
    width: 100% !important;
    float: left;
    position: relative;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0 !important;
    border-style: dotted;
    border-color: #000;
    border-width: 0 0 1px 0;
    font-size: 14px;
    color: #091E2C;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -.2px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.side-latest-news ul li:hover {
    color: #18557c;
    text-decoration: underline;
}

.side-latest-news ul li:hover a {
    text-decoration: underline !important;
}

.side-latest-news ul li span.post-date {
    float: left;
    color: #9CA5AA;
    font-size: 12px;
    line-height: 22px;
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    position: relative;
}

.side-latest-news ul li span.post-date::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 2px;
    float: left;
    display: inline-block;
    margin-right: 8px;
    background: #18557c;
    position: relative;
    top: 8px;
}


.side-latest-news ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
}

.trending-news {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    position: relative;

}


.trending-news.slot {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.trending-news.slot .col-md-12,
.trending-news.slot .col-md-4,
.trending-news.slot .col-6 {
    padding-left: 7.5px;
    padding-right: 7.5px;
}





section.home-body.v2 .categories .bottom {
    width: 100%;
    float: left;
    position: relative;
}
section.home-body.v2 .categories .bottom .item {
    width: 100% !important;
    float: left;
    position: relative;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0 !important;
    border-style: dotted;
    border-color: #000;
    border-width: 0 0 1px 0;
    font-size: 14px;
    color: #091E2C;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -.2px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

section.home-body.v2 .categories .bottom .item:last-child {
    border-bottom: none;
} 

section.home-body.v2 .categories .bottom .item:hover {
    color: #18557c;
    text-decoration: underline;
}

section.home-body.v2 .categories .bottom .item:hover a {
    text-decoration: underline !important;
}

section.home-body.v2 .categories .bottom .item a {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
}

.newsletter-signupbox {
    width: 100%;
    float: left;
    background-size: 100%;
    background-repeat: repeat;
    background-image: url('../img/mailbox-diagonal-pattern.png');
    background-color: #091E2C;
    margin-top: 30px;
    margin-bottom: 30px
}


.newsletter-signupbox.no-margin-top {
    margin-top: 8px;
}

.newsletter-signupbox.mtop {
    margin-top: 55px;
}

.newsletter-signupbox .content {
    padding: 30px 20px 30px 20px;
    margin: 15px;
    width: calc(100% - 30px) !important;
    float: left;
    background-color: #091E2C;
    position: relative
}

.newsletter-signupbox .content span.head {
    width: 100%;
    float: left;
    color: #fff;
    text-align: center;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    letter-spacing: -.5px;
    line-height: 33px;
    font-size: 28px;
    margin: 0 0 6px 0;
    padding: 0
}

.newsletter-signupbox .content p {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 14px;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 24px;
    color: #B9C4CB
}

.newsletter-signupbox .content .form {
    width: 100%;
    float: left;
    position: relative
}

.newsletter-signupbox .content .form .input {
    width: 100%;
    float: left;
    margin: 0 0 15px 0
}

.newsletter-signupbox .content .form .input input {
    width: 100%;
    height: 40px;
    outline: none;
    border: none;
    background: #fff;
    padding: 0 0 0 14px;
    margin: 0;
    font-size: 13px;
    line-height: 40px;
    font-family: 'Roboto';
    letter-spacing: -.2px;
    border-radius: 2px
}

.newsletter-signupbox .content .form .submit {
    width: 100%;
    float: left
}

.newsletter-signupbox .content .form .submit button {
    width: 100%;
    height: 40px;
    outline: none;
    border: none;
    background: #196A9E;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 17px;
    line-height: 40px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    letter-spacing: -.2px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    cursor: pointer
}

.newsletter-signupbox .content .form .alerts {
    width: 100%;
    float: left
}

.newsletter-signupbox .content .form .alerts span {
    color: #fff;
    font-size: 14px;
    letter-spacing: -.3px;
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'Roboto';
    margin: 20px 0 0 0;
    display: none;
    visibility: hidden
}

.newsletter-signupbox .content .form .alerts span.ok.visible {
    display: inline-block;
    visibility: visible
}

.newsletter-signupbox .content .form .alerts span.error.visible {
    display: inline-block;
    visibility: visible
}

.gambling-terms {
    width: 100%;
    float: left;
    position: relative
}

.gambling-terms #catFilter {
    border-style: dotted;
    border-color: #000;
    border-width: 1px 0 0 0;
    padding-top: 28px;
    margin-bottom: 15px;
}

.gambling-terms #catFilter button {
    height: 100%;
    display: inline-block;
    float: left;
    line-height: 45px !important;
    font-size: 14px !important;
    color: #000 !important;
    text-align: center !important;
    background: #fff;
    outline: none;
    border: 1px dotted #000;
    margin-right: 7px;
    padding: 0 12px;
    margin-bottom: 7px;
    border-radius: 2px;
}

.gambling-terms #catFilter button.active,
.gambling-terms #catFilter button:hover {
    background: #0E1F2B !important;
    color: #fff !important;
}

.gambling-terms .filter {
    width: 100%;
    float: left;
    margin: 15px 0 5px 0
}

.gambling-terms .filter ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    width: 100%;
    float: left
}

.gambling-terms .filter ul li {
    width: 45px;
    height: 45px;
    float: left;
    border: 1px dotted #000;
    margin: 0 15px 15px 0;
    transition: .3s all;
    padding: 0 !important
}

.gambling-terms .filter ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    border: none !important;
    line-height: 45px !important;
    font-size: 14px !important;
    color: #000 !important;
    text-align: center !important;
    padding: 0 !important
}

.gambling-terms .filter ul li:hover a {
    background: #0E1F2B !important;
    color: #fff !important
}

.gambling-terms .content {
    width: 100%;
    float: left
}

.gambling-terms .content .section {
    width: 100%;
    float: left;
    margin: 0 0 15px 0
}

.gambling-terms .content .section span.head {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    border-style: dotted;
    border-color: #000;
    border-width: 0 0 1px 0;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0
}

.gambling-terms .content .item {
    width: 100%;
    border: 1px dotted #000;
    margin: 0 0 15px 0;
    float: left;
    display: none;
}

.gambling-terms .content .item.show {
    display: block;
}

.gambling-terms .content .item span {
    width: 100%;
    float: left
}

.gambling-terms .content .item span.term {
    font-size: 17px;
    color: #091E2C;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -.2px;
    position: relative;
    cursor: pointer;
    padding: 20px 20px 16px 20px;
}

.gambling-terms .content .item span.term small {
    font-weight: 400;
    font-size: 14px;
    margin-left: 10px;
    position: relative;
    top: -1px;
    left: 0
}

.gambling-terms .content .item.poker span.term small {
    color: #ac071e;
} 

.gambling-terms .content .item.betting span.term small {
    color: #70747a;
} 

.gambling-terms .content .item.craps span.term small {
    color: #ce6e27;
} 

.gambling-terms .content .item.casino span.term small {
    color: #0cb11b;
} 

.gambling-terms .content .item.bingo span.term small {
    color: #f02589;
} 

.gambling-terms .content .item.general span.term small {
    color: #394047;
} 

.gambling-terms .content .item.roulette span.term small {
    color: #1ea083;
} 

.gambling-terms .content .item.blackjack span.term small {
    color: #d12104;
} 

.gambling-terms .content .item.lottery span.term small {
    color: #f94a27;
} 

.gambling-terms .content .item.baccarat span.term small {
    color: #106ea4;
} 
.gambling-terms .content .item.sicbo span.term small {
    color: #890332;
} 

.gambling-terms .content .item.keno span.term small {
    color: #2fbaca;
} 

.gambling-terms .content .item.slots span.term small {
    color: #b410aa;
} 


.gambling-terms .content .item span.term::after {
    content: '\f004';
    font-family: 'gbn-icons';
    position: absolute;
    right: 25px;
    top: 19px;
    color: #0E1F2B;
    font-size: 18px;
    transition: .3s all
}

.gambling-terms .content .item span.term.active::after {
    content: '\f005';
    font-family: 'gbn-icons';
    position: absolute;
    right: 25px;
    top: 19px;
    color: #2B5579;
    font-size: 18px;
    transition: .3s all
}

.gambling-terms .content .item span.description {
    font-size: 15px;
    line-height: 31px;
    letter-spacing: 0;
    color: #091E2C;
    font-weight: 400;
    font-family: 'Merriweather', sans-serif;
    display: none;
    margin: 0 0 0 0;
    padding: 0 20px 20px 20px
}

.qanda {
    border-left: 4px solid #18557C;
    padding-left: 20px;
    margin: 30px 0
}

.schema-faq {
    width: 100%;
    float: left;
    position: relative
}

.schema-faq .schema-faq-section {
    width: 100%;
    display: block;
    float: left;
    border-radius: 2px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #E8EAED
}

.schema-faq .schema-faq-section .schema-faq-question {
    font-size: 14px;
    display: inline-block;
    float: left;
    color: #121C35;
    position: relative;
    letter-spacing: -.3px;
    cursor: pointer;
    padding: 20px 35px 16px 20px;
    width: 100%;
    font-weight: 400
}

.schema-faq .schema-faq-section .schema-faq-question.active::before {
    content: '\f005';
    color: #19557c
}

.schema-faq .schema-faq-section .schema-faq-question.active {
    color: #19557c
}

.schema-faq .schema-faq-section .schema-faq-question::before {
    content: '\f004';
    font-family: 'gbn-icons';
    color: #081f2c;
    position: absolute;
    right: 25px;
    font-size: 20px;
    display: inline-block;
    float: left;
    top: 15px
}

.schema-faq .schema-faq-section .schema-faq-answer {
    width: 100%;
    float: left;
    border-top: 1px solid #EEEFF2;
    line-height: 28px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -.1px;
    color: #000;
    padding: 15px 20px;
    margin: 0;
    display: none
}

.getincontact {
    width: 100%;
    float: left;
}

.dropdown-function {
    width: 100%;
    float: left;
    position: relative;
    margin: 10px 0 0 0;
}

.dropdown-function .item label {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #081f2c;
    letter-spacing: -0.3px;
    margin: 0 0 5px 0;
    padding: 0;
}

.dropdown-function .item {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 15px;
}

.dropdown-function .item::before {
    content: '\f004';
    font-family: 'gbn-icons';
    position: absolute;
    font-size: 16px;
    position: absolute;
    right: 15px;
    top: 32px;
    color: #19557c;
    pointer-events: none;
}

.dropdown-function .item select {
    width: 100%;
    height: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #0c2331;
    border-radius: 2px;
    padding: 0 15px;
    outline: none;
    font-size: 14px;
}

section.category-carousel {
    width: 100%;
    float: left;
    position: relative;
}

section.category-carousel .post-item {
    width: 100%;
    float: left;
    position: relative;
    transition: .8s all;
}

section.category-carousel .post-item .thumbnail {
    width: 100%;
    height: 320px;
    float: left;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
    margin: 0 0 0 0;
    transition: .8s all;
}

section.category-carousel .post-item .thumbnail img {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background-size: 100%;
    background-repeat: no-repeat;
    transition: .8s all;
}

section.category-carousel .post-item:hover .thumbnail img {
    transform: scale(1.1);
}

section.category-carousel .post-item .data {
    width: 100%;
    float: left;
}

section.category-carousel .post-item .data h2 {
    width: 100%;
    float: left;
    font-size: 28px;
    color: #091e2c;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -.2px;
    padding: 0;
    margin: 15px 0 0 0;
    float: left;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

section.category-carousel .post-item .data:hover h2 {
    text-decoration: underline;
    color: #18557C;
}

section.category-carousel .post-item.secondary .data h2 {
    font-size: 19px;
    line-height: 28px;
}

section.category-carousel .post-item.secondary .data {
    padding-bottom: 23px;
}

section.category-carousel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
section.category-carousel ul.secondary li {
    display: none;
    visibility: hidden;
}

section.category-carousel ul.secondary li:nth-child(2),
section.category-carousel ul.secondary li:first-child {
    display: inline-block;
    visibility: visible;
}


section.category-carousel ul li {
    width: 100%;
    float: left;
    position: relative;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0 !important;
    border-style: dotted;
    border-color: #000;
    border-width: 0 0 1px 0;
    font-size: 14px;
    color: #091E2C;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: -.2px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

section.category-carousel ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
}

section.category-carousel ul li:hover {
    text-decoration: underline !important;
    color: #18557C;
}

section.category-layout {
    width: 100%;
    float: left;
    position: relative;
}
    
section.brand-cards {
    width: 100%;
    float: left;
    margin: 60px 0 0 0;
    position: relative;
}

section.brand-cards .item {
    width: 100%;
    height: 55px;
    background: #081f2c;
    position: relative;
    float: left;
    margin: 0 0 7.5px 0;
    padding: 10px;
    border-radius: 2px;
}

section.brand-cards .item .logo {
    width: 100px;
    height: 35px;
    float: left;
    display: inline-block;
    border-radius: 2px;
    margin-right: 15px;
    line-height: 35px;
    white-space: nowrap;
    text-align: center;
}

section.brand-cards .item .logo img {
    width: 50%;
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
}

section.brand-cards .item .data {
    width: calc(100% - 115px);
    float: left;
}

section.brand-cards .item .data span.name {
    float: left;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -.25px;
    margin-top: 6px;
}

section.brand-cards .item .data a.try-it {
    float: right;
    width: 90px;
    height: 30px;
    background-color: #18557C;
    line-height: 30px;
    color: #fff;
    text-align: center;
    font-family: 'Roboto';
    font-weight: 700;
    border-radius: 2px;
    transition: .3s all;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    top: 2px;
}

section.brand-cards .item .data a.try-it:hover {
    background-color: #1C6696;
}

.most-popular-casino-games {
    width: 100%;
    float: left;
    position: relative;
}


.most-popular-casino-games .box {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.most-popular-casino-games .box .item {
    width: 100%;
    float: left;
    padding: 30px 30px 30px 30px;
    border: 1px dotted #000;
    margin: 0 0 30px 0;
}


.most-popular-casino-games .box .item .icon {
    width: 120px;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.most-popular-casino-games .box .item .icon img {
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 80%;
    height: 80%;
}

.most-popular-casino-games .box .item .data {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.most-popular-casino-games .box .item .data span.head {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #000;
    font-weight: 700;
    letter-spacing: -0.3px;
    margin: 0 0 5px 0;
    text-align: center;
}

.most-popular-casino-games .box .item .data p {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-family: 'Roboto';
    color: #2A2F32;
    font-weight: 300;
    text-align: center;
    line-height: 22px;
}

.most-popular-casino-games .box .item .data .button {
    text-align: center;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.most-popular-casino-games .box .item .data .button a {
    font-size: 15px;
    color: #2F6689;
    letter-spacing: -0.5px;
    margin: 13px 0 0 0;
    display: inline-block;
}

.most-popular-casino-games .box .item .data .button a::after {
    content: '\E803';
    font-family: 'gbn-icons';
    color: #2F6689;
    margin-left: 8px;
    font-size: 12px;

}


@media screen and (max-width:820px) {
    table.wp-block-table.overview tr {
        padding: .35em !important;
        font-size: 14px !important;
        margin-bottom: 0 !important;
        height: 46px !important;
        display: table-row !important
    }
    table.wp-block-table.overview th {
        padding: 0 10px !important;
        text-align: left !important
    }
    figure.wp-block-table,
    table.wp-block-table {
        border: 0;
        overflow-x: auto !important;
        position: relative;
    }
    table.wp-block-table.criteria tbody tr th strong {
        line-height: 45px
    }
    figure.wp-block-table thead,
    table.wp-block-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }
    figure.wp-block-table tr,
    table.wp-block-table tr {
        display: table-row;
        height: auto;
        margin-bottom: 10px;
        font-size: 15px;
        background-color: #fff;
        border-style: dotted;
        border-color: #979797;
        border-width: 1px 1px 1px 1px;
        padding: 0 10px
    }
    figure.wp-block-table th,
    figure.wp-block-table td,
    table.wp-block-table th,
    table.wp-block-table td {
        padding: 9px 10px 8px 10px
    }
    figure.wp-block-table td,
    table.wp-block-table td {
        background-color: #fff;
        border-style: dotted;
        border-color: #979797;
        border-width: 0 0 1px 0;
        display: table-cell;
        font-size: 14px;
        text-align: center;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        word-break: break-all;
        word-break: break-word;
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
        color: #444;
        font-family: 'Merriweather';
        font-weight: 400
    }
    figure.wp-block-table td:before,
    table.wp-block-table td:before {
        content: attr(data-label);
        float: left;
        color: #444;
        text-transform: uppercase;
        font-weight: 600
    }
    figure.wp-block-table td:last-child,
    table.wp-block-table td:last-child {
        border-bottom: 0
    }
}

@media only screen and (min-width:380px) {
    .mobile-review-card {
        padding: 15px
    }
    .mobile-review-card .info {
        width: calc(100% - 150px);
        padding-right: 15px
    }
    .mobile-review-card .info span.site,
    .mobile-review-card .info h2 {
        text-align: left
    }
    .mobile-review-card .info span.site {
        margin-bottom: 0
    }
    .mobile-review-card .info .rating {
        width: 100%;
        float: left;
        display: block;
        margin-top: 7px
    }
    .mobile-review-card .cta {
        width: 150px;
        margin: 0
    }
    .mobile-review-card .cta a {
        height: 30px;
        line-height: 30px
    }
}

@media only screen and (max-width:480px) {
    .wp-block-image .alignright,
    .wp-block-image .alignleft {
        float: none;
        margin: 0;
        width: 100%
    }
    .wp-block-image .alignright img,
    .wp-block-image .alignleft img {
        width: 100%
    }

}

@media only screen and (min-width:450px) {
    .post-item .data h3.fsize-sm {
        font-size: 15px;
        line-height: 23px;
    }
}

@media only screen and (min-width: 576px) {

    .trending-news,
    .trending-news .col-sm-6 {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }


    .insider .owl-carousel .owl-nav {
        position: inherit;
        right: inherit;
        top: inherit;
    }

    .insider .owl-carousel .owl-nav .owl-prev,
    .insider .owl-carousel .owl-nav .owl-next {
        position: absolute;
        width: 48px;
        height: 48px;
        line-height: 48px;
        font-size: 21px;
        margin: 0;
        top: 28%;
    }

    .insider .owl-carousel .owl-nav .owl-prev {
        border-radius: 0 3px 3px 0;
    }
    .insider .owl-carousel .owl-nav .owl-next {
        border-radius: 3px 0 0 3px;
    }

    section.popular_news .item {
        border-style: dotted;
        border-color: #000;
        border-width: 0 1px 0 0;
    }
}

@media only screen and (min-width:600px) {


    section.home-body.v2 .categories ul li {
        margin-top: 0;
    }
    section.home-body.v2 .categories .post-item .data h3 {
        font-size: 18px;
        -webkit-line-clamp: 3;
        line-height: 25px;
    }
    section.content-wrapper article.news-body-content .post-body iframe {
        width: 100% !important;
        height: 450px;
    }
    section.home-body .categories ul li {
        width: calc(33.33% - 7.5px);
        margin-right: 7.5px;
        float: left
    }

    section.home-body.v2 .categories ul li {
        width: calc(50% - 7.5px) !important;
        margin-right: 7.5px;
    }
    
    section.home-body.v2 .categories ul li:nth-child(1) {
        margin-right: 7.5px
    }
    ,
    section.home-body.v2 .categories ul li:nth-child(4) {
        margin-right: 0;
    }
    section.home-body .categories ul li:nth-child(2),
    section.home-body .categories ul li:nth-child(4),
    section.home-body .categories ul li:nth-child(6) {
        float: left;
        margin-right: 7.5px
    }
    section.home-body .categories ul li:nth-child(1),
    section.home-body .categories ul li:nth-child(4) {
        margin-right: 11.5px
    }
    section.home-body .categories ul li:nth-child(3),
    section.home-body .categories ul li:nth-child(6),
    section.home-body .categories ul li:nth-child(9) {
        float: right;
        margin-right: 0
    }
    section.slider-news .post-item .thumbnail {
        height: 112px;
        line-height: 112px;
        margin-bottom: 10px
    }
    section.content-wrapper .article-navigation .previous {
        width: 48%
    }
    section.content-wrapper .article-navigation .next {
        width: 48%;
        margin-top: 0
    }
}

@media only screen and (min-width:640px) {
    .brandtable .item .logo {
        width: 126px;
        margin-right: 15px;
        display: inline-block;
        visibility: visible
    }
    .brandtable .item .cta a {
        width: 120px !important;
        line-height: 41px !important;
        height: 41px !important;
        margin-top: 10px !important;
        border: 1px solid #000 !important
    }
    .brandtable .item .logo .canvas img {
        width: 70%
    }
    .brandtable .item .content {
        width: calc(100% - 275px)
    }
    .brandtable .item .cta a {
        width: 134px !important
    }
}

@media only screen and (min-width:768px) {
    .post-item .data h3 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    section.home-body.v2 .categories .post-item .data h3 {
        -webkit-line-clamp: 4;
    }

    header.v2 .categories::after {
        content: '';
        display: none;
        visibility: hidden;
    }
    .category-posts .primary-box .post-item .data p {
        -webkit-line-clamp: 11;
    }
    .category-posts .primary-box .post-item .data h3 {
        -webkit-line-clamp: 5;
    }

    section.home-body.v2 .categories ul li {
        width: calc(25% - 7.5px) !important;
    }
    

    .category-posts .post-item .thumbnail {
        height: 155px;
    }


    .hide-desktop {
        display: none;
        visibility: hidden;
    }

    .hide-mobile {
        display: inline-block;
        visibility: visible;
    }
    .mobile-review-card {
        display: none;
        visibility: hidden
    }
    section.highlight h1 {
        margin: 0
    }
    .screenshots {
        margin: 10px 0 20px 0 !important
    }
    .pros-cons {
        margin: 10px 0 10px 0
    }
    .review-meta-info {
        margin-bottom: 10px
    }
    .review-card,
    .review-meta-info {
        display: inline-block;
        visibility: visible
    }
    .sticky-card.mobile {
        display: none;
        visibility: hidden
    }
    .pagination {
        margin-bottom: 0
    }
    section.presskit-content .stats .item {
        border-width: 0 1px 0 0
    }
    section.presskit-content .stats .item span.data {
        padding-top: 24px
    }
    .popular-news.cat .post-content .featured-post .thumbnail.big {
        width: 340px;
        height: 195px;
        margin-right: 20px
    }
    .popular-news.cat .post-content .featured-post .post-item.big {
        width: calc(100% - 360px)
    }
    .popular-news.cat {
        margin-bottom: 15px
    }
    section.content-wrapper article.news-body-content header {
        margin-bottom: 5px
    }
    section.content-wrapper article.news-body-content header h1.post-head {
        margin-bottom: 10px
    }
    section.latest-news .left .post-item .info .category,
    section.latest-news .middle .post-item .info .category,
    section.latest-news .right .post-item .info .category {
        display: none;
        visibility: hidden
    }
    section.content-wrapper .featured-image .ccfic {
        top: initial;
        bottom: 15px;
        font-size: 14px;
        padding-right: 20px;
        width: 35%
    }
    section.content-wrapper .featured-image .ccfic .ccfic-source {
        width: 100%;
        text-align: right;
        background-color: inherit;
        padding: 0;
        border-radius: 0
    }
    section.results-posts .r-post-item .post {
        width: calc(100% - 265px);
        margin-right: 40px
    }
    section.results-posts .r-post-item .thumbnail {
        width: 225px;
        height: 155px
    }
    section.results-posts .r-post-item .post .data h3 {
        font-size: 22px;
        line-height: 29px;
        margin: 2px 0 0 0
    }
    section.results-posts .r-post-item .post .data p {
        margin: 3px 0 0 0
    }
    section.results-posts .r-post-item .thumbnail {
        width: 225px;
        height: 155px
    }
    .pagination .page-numbers {
        display: inline-block;
        visibility: visible
    }
    section.latest-news .left .post-item:last-child,
    section.latest-news .right .post-item:last-child {
        border: none
    }
    section.latest-news .left .post-item:last-child {
        margin-bottom: 0
    }
    section.content-wrapper .featured-image .block-summary .content ul li {
        margin-bottom: 20px
    }
    section.content-wrapper .featured-image .block-summary .content ul {
        margin: 20px 0 0 0;
        padding: 0 20px 0 50px
    }
    section.content-wrapper .featured-image .block-summary .content span.head {
        display: inline-block;
        visibility: visible
    }
    section.latest-news .slider.mobile,
    section.latest-news .middle.mobile {
        display: none;
        visibility: hidden
    }
    section.latest-news .slider.desktop,
    section.latest-news .middle.desktop {
        display: inline-block;
        visibility: visible
    }
    table.wp-block-table.criteria th {
        width: auto;
        display: table-cell
    }
    table.wp-block-table.criteria tr {
        padding: .35em
    }
    table.wp-block-table.criteria td {
        text-align: left
    }
    section.breadcrumb {
        margin-bottom: 20px
    }
    section.breadcrumb.review {
        margin-bottom: 10px
    }
    section.content-wrapper article.news-body-content header h1.post-head {
        font-size: 30px;
        line-height: 38px
    }
    section.content-wrapper article.news-body-content header .meta-info ul li span.author-avatar {
        display: inline-block;
        visibility: visible
    }
    section.content-wrapper .featured-image .block-summary .content {
        max-height: 360px;
        overflow-y: auto;
        padding-top: 20px
    }
    section.content-wrapper .featured-image .block-summary .content::-webkit-scrollbar {
        width: 5px;
        height: 10px;
        border: none
    }
    section.content-wrapper .featured-image .block-summary .content::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, .5);
        border: none
    }
    section.content-wrapper .featured-image .block-summary .content::-webkit-scrollbar-corner {
        background: #fff
    }
    section.content-wrapper .featured-image {
        width: 100%
    }
    section.content-wrapper .featured-image .block-image {
        width: 65%;
        height: 360px
    }
    section.content-wrapper .featured-image .block-summary {
        width: 35%;
        height: 360px
    }
    section.content-wrapper aside {
        margin-top: 20px
    }
    section.content-wrapper aside.review {
        margin-top: 10px
    }
    section.latest-news .middle .post-item:last-child {
        border-bottom: none
    }
    section.latest-news .slider {
        margin-bottom: 20px
    }
    .mobile-margin-top {
        margin-top: 0
    }
    section.inner-slider-news .thumbnail {
        margin-bottom: 10px
    }
    .post-content .featured-post .thumbnail.big {
        width: 405px;
        margin-right: 15px
    }
    .post-content .featured-post .post-item.big {
        width: calc(100% - 420px);
        margin-top: 0
    }
    section.home-body .all-latest-sticky-posts.post-item .info .category {
        display: none;
        visibility: hidden
    }
    section.home-body {
        margin-bottom: 30px
    }
    footer {
        padding-top: 40px;
        padding-bottom: 20px
    }
    footer .search {
        margin-bottom: 35px
    }
    footer .category-links {
        margin-bottom: 25px;
        padding-bottom: 25px
    }
    footer .category-links ul {
        margin: 0
    }
    footer .brand .social {
        display: inline-block;
        visibility: visible
    }
    footer .brand .logo {
        float: left;
        top: 4px;
        margin: 0;
        position: relative
    }
    section.slider-news {
        margin-top: 0;
        margin-bottom: 0
    }
    section.slider-news.nomar {
        margin: 0
    }
}

@media only screen and (min-width:817px) {
    .post-content .featured-post .thumbnail.big {
        height: 254px
    }
}

@media only screen and (min-width:886px) {
    .post-content .featured-post .thumbnail.big {
        height: 231px
    }
}

@media only screen and (min-width:986px) {
    .post-content .featured-post .thumbnail.big {
        height: 208px
    }
}

@media only screen and (min-width:992px) {

    .category-posts .primary-box .post-item .data p {
        -webkit-line-clamp: 3;
    }

    .category-posts .primary-box .post-item .data h3 {
        -webkit-line-clamp: 3;
    }

    header.v2 .categories ul {
        overflow-x: hidden;
    }
    .sidebar-college-banner::before {
        display: none;
        visibility: hidden
    }
    header.v2 .categories ul li {
        margin: 0 32px;
    }
}

@media only screen and (min-width:1040px) {

    .content-head.mbottom-50 {
        margin-bottom: 50px !important;
    }

    .trending-news.w-background {
        width: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
        background-image: url('../img/colorful-section-background.jpeg');
        background-position-y: 56px;
        padding-bottom: 10px;
        
    }
    section.home-body.v2 .post-item.height .thumbnail {
        height: 350px !important;
    }
    section.highlight.v2 {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    section.highlight .featured-cover-image .post-image {
        width: 70%;
        left: 15%;
        height: auto;
        border-radius: 3px;
    }

    header.v2 .time {
        display: inline-block;
        visibility: visible;
    }
    header.v2 .search {
        top: 11px;
    }
    section.presskit-content .management .profile-card .avatar {
        width: 180px;
        height: 180px;
        margin-right: 30px;
        top: 17px;
        float: left
    }
    section.presskit-content .management .profile-card .info {
        text-align: left
    }
    section.presskit-content .management .profile-card .info {
        width: calc(100% - 210px)
    }
    section.presskit-content .management .profile-card {
        margin: 0 0 30px 0;
    }
    section.latest-news .left .post-item .info .category,
    section.latest-news .middle .post-item .info .category,
    section.latest-news .right .post-item .info .category {
        display: inline-block;
        visibility: visible
    }
    .post-content .featured-post .thumbnail.big {
        height: 228px
    }
    .post-item .data {
        min-height: 52px
    }
    .post-item .data.review {
        min-height: inherit
    }
    header.v1 nav .connect-with-us {
        display: none;
        visibility: hidden
    }
    header.v2 nav .connect-with-us {
        display: none;
        visibility: hidden
    }
    section.content-wrapper aside .follow-twitter {
        margin-bottom: 0
    }
    aside .featured {
        display: inline-block;
        visibility: visible
    }
    aside .featured .post-item .thumbnail {
        margin-bottom: 8px
    }
    section.content-wrapper .featured-image .block-summary .content {
        padding-top: 30px
    }
    section.slider-news .post-item .thumbnail {
        height: 135px
    }
    section.slider-news .post-item .info .category {
        display: inline-block;
        visibility: visible
    }
    aside {
        margin-top: 0
    }
    section.home-body .categories ul li {
        width: calc(16.666% - 16.666px) !important;
        margin-right: 20px !important;
        float: left !important
    }

    section.home-body.v2 .categories ul li {
        width: calc(25% - 16.666px) !important;
    }

    section.home-body .categories ul li:last-child {
        margin-right: 0 !important
    }
    section.home-body .categories ul li .post-item .info .category {
        display: none;
        visibility: hidden
    }
    section.home-body .categories ul li .post-item .thumbnail.category {
        height: 100px;
        margin-bottom: 10px
    }
    footer .quicklink ul {
        width: initial
    }
    footer .quicklink ul li {
        float: left
    }
    footer .quicklink ul li a {
        padding: 0 45px 0 0
    }
    header.v1 nav {
        display: inline-block;
        visibility: visible;
        position: inherit;
        top: initial;
        left: initial;
        width: 100%;
        padding: 0;
        float: left;
        height: initial !important;
        background-image: initial;
        background: initial;
        opacity: 1;
        height: auto
    }
    header.v1 nav .content-filter,
    header.v1 nav.active .content-filter,
    header.v1 nav ul.main-menu.sub-link,
    header.v1 nav h2 {
        display: none;
        visibility: hidden
    }
    header.v1 nav ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        width: 100%;
        letter-spacing: .5px;
        text-transform: uppercase;
        display: inline-block;
        text-align: center;
        float: initial
    }
    header.v1 nav ul {
        margin-left: 45px
    }
    header.v1 nav ul li {
        color: #fff;
        font-weight: 500;
        font-size: 13px;
        font-family: 'Roboto';
        display: inline-block;
        position: initial;
        transition: initial;
        width: auto;
        border-bottom: 0;
        float: inherit;
        line-height: 55px;
        transition: .3s all;
        letter-spacing: .5px
    }
    header.v1 nav ul li:hover {
        color: #81939F
    }
    header.v1 .menu {
        display: none;
        visibility: hidden
    }
    header.v1 .logo {
        position: absolute;
        left: 15px;
        margin: 0
    }
    header.v1 nav {
        display: inline-block;
        visibility: visible;
        width: 100%
    }
    header.v1 nav ul li a {
        padding: 0 20px
    }
    header.v1 .search .toggle.active {
        width: 200px
    }
    header.v2 nav.active {
        width: 100%;
    }

     header.v2 nav {
        display: inline-block;
        visibility: visible;
        position: inherit;
        top: initial;
        left: initial;
        width: calc(100% - 200px);
        padding: 0;
        float: left;
        height: initial !important;
        background-image: initial;
        background: initial;
        opacity: 1;
        height: auto;
    }
    header.v2 nav .content-filter,
    header.v2 nav.active .content-filter,
    header.v2 nav ul.main-menu.sub-link,
    header.v2 nav h2 {
        display: none;
        visibility: hidden
    }
    header.v2 nav ul {
        list-style-type: none;
        padding: 0;
        margin: 0 30px 0 0;
        letter-spacing: .5px;
        text-transform: uppercase;
        display: inline-block;
        text-align: center;
        float: right;
        width: auto;
    }
    header.v2 nav ul {
        margin-left: 45px
    }

    header.v2 nav ul li {
        color: #091e2c;
        font-weight: 700;
        font-size: 15px;
        font-family: 'Roboto Condensed';
        display: inline-block;
        position: initial;
        transition: initial;
        width: auto;
        border-bottom: 0;
        float: left;
        line-height: 57px;
        transition: .3s all;
    }
    header.v2 nav ul li:hover {
        color: #2a5479
    }
    header.v2 .menu {
        display: none;
        visibility: hidden
    }
    header.v2 .logo {
        position: absolute;
        left: 15px;
        margin: 0
    }
    header.v2 nav ul li a {
        padding: 0 15px
    }
    header.v2 .search .toggle.active {
        width: 200px
    }
    section.breadcrumb .content ul {
        width: initial
    }
    section.breadcrumb .content time,
    section.breaking-bar .content time {
        display: inline-block;
        visibility: visible
    }
    section.breaking-bar .content .news {
        width: calc(100% - 300px)
    }
    section.breaking-bar .content .news .post {
        width: auto
    }
    aside .team-articles .content {
        margin-bottom: 30px
    }
    aside.review .similar-sites .content {
        margin-bottom: 30px
    }
    section.slider-news .post-item .thumbnail {
        height: 110px
    }
}

@media only screen adn (min-width: 1100px) {
    section.highlight .featured-cover-image span.bullets {
        top: 210px;
    }
}

@media only screen and (min-width:1200px) {

    .insider .owl-carousel .owl-item {
        padding: 30px 30px 0 30px;
    }

    section.highlight .featured-cover-image span.bullets {
        top: 230px;
    }
    .sidebar-college-banner::before {
        display: inline-block;
        visibility: visible
    }
    section.highlight h1 {
        font-size: 34px;
        line-height: 44px
    }
    .sticky-card.desktop {
        display: inline-block;
        visibility: visible
    }
    .review-card {
        margin-bottom: 25px
    }
    .popular-news.cat .post-content .featured-post .thumbnail.big {
        width: 400px;
        height: 200px;
        margin-right: 20px
    }
    .popular-news.cat .post-content .featured-post .post-item.big {
        width: calc(100% - 420px)
    }
    section.content-wrapper article.news-body-content header {
        margin-bottom: 15px
    }
    section.content-wrapper .share-post {
        display: inline-block;
        visibility: visible
    }
    section.content-wrapper article.news-body-content header .meta-info ul li span.author-avatar {
        display: none;
        visibility: hidden
    }
    section.content-wrapper .featured-image {
        width: calc(100% + 118px);
        left: -118px
    }
    section.content-wrapper .featured-image .block-image {
        width: 65%;
        height: 360px
    }
    section.content-wrapper .featured-image .block-summary {
        width: 35%;
        height: 360px
    }
    .container {
        width: 1400px
    }
    header.v1 nav ul li a {
        padding: 0 30px
    }
    header.v2 nav ul li a {
        padding: 0 15px
    }
    section.home-body .categories ul li .post-item .thumbnail.category {
        height: 120px
    }
    aside .featured {
        display: inline-block;
        visibility: visible
    }
    aside .featured .post-item .thumbnail {
        height: 150px
    }
    section.content-wrapper article.news-body-content header h1.post-head {
        margin: 0 0 5px 0
    }
    section.highlight .featured-cover-image {
        height: 436px;
    }
}

@media only screen and (min-width:1300px) {
    section.highlight .featured-cover-image span.bullets {
        top: 256px;
    }
    section.content-wrapper article.news-body-content header .meta-info ul li span.author-avatar {
        display: inline-block;
        visibility: visible
    }
    section.content-wrapper article.news-body-content header h1.post-head {
        margin: 0 0 10px 0
    }
    section.content-wrapper article.news-body-content header {
        margin-bottom: 10px
    }
    aside .featured .post-item .thumbnail {
        height: 180px
    }
    header.v1 nav ul {
        margin-left: 15px
    }
    header.v1 nav ul li a {
        padding: 0 35px
    }
    header.v2 nav ul {
        margin-left: 15px
    }
    header.v2 nav ul li a {
        padding: 0 15px
    }
    .post-content .featured-post .thumbnail.big {
        width: 435px;
        margin-right: 20px
    }
    .post-content .featured-post .post-item.big {
        width: calc(100% - 455px)
    }
    section.home-body .all-latest-sticky-posts.post-item .info .category {
        display: inline-block;
        visibility: visible
    }
}

@media only screen and (min-width:1369px) {
    .post-content .featured-post .thumbnail.big {
        height: 207px
    }

    section.highlight .featured-cover-image span.bullets {
        top: 260px;
    }

    .insider .owl-carousel .owl-item {
        padding: 30px 40px 0 40px;
    }

}