@charset "UTF-8";
.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-right.mui-enter, .slide-in-up.mui-enter, .slide-out-down.mui-leave, .slide-out-left.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave {
    transition-property: transform, opacity;
    backface-visibility: hidden
}

button, img, legend {
    border: 0
}

body, button, legend {
    padding: 0
}

.button.dropdown::after, .small-pull-1, .small-pull-10, .small-pull-11, .small-pull-2, .small-pull-3, .small-pull-4, .small-pull-5, .small-pull-6, .small-pull-7, .small-pull-8, .small-pull-9, .small-push-1, .small-push-10, .small-push-11, .small-push-2, .small-push-3, .small-push-4, .small-push-5, .small-push-7, .small-push-8, .small-push-9, sub, sup {
    position: relative
}

dfn, span.amp {
    font-style: italic
}

h1, h2, h3, h4, h5, h6, p {
    text-rendering: optimizeLegibility
}

.dropdown-pane, .invisible {
    visibility: hidden
}

.off-canvas-content, .off-canvas-wrapper, .slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-right.mui-enter, .slide-in-up.mui-enter, .slide-out-left.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave {
    backface-visibility: hidden
}

.breadcrumbs, .header ul.off-canvas-list li, .no-bullet, .widget ul li {
    list-style: none
}

.image-replacement {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

span.amp {
    font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif !important
}

.fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-top.mui-enter, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-top.mui-leave, .scale-in-down.mui-enter, .scale-in-up.mui-enter, .scale-out-down.mui-leave, .scale-out-up.mui-leave, .slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-right.mui-enter, .slide-in-up.mui-enter, .slide-out-down.mui-leave, .slide-out-left.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .spin-in-ccw.mui-enter, .spin-in.mui-enter, .spin-out-ccw.mui-leave, .spin-out.mui-leave {
    transition-duration: .5s;
    transition-timing-function: linear
}

.slide-in-down.mui-enter {
    transform: translateY(-100%)
}

.slide-in-down.mui-enter.mui-enter-active {
    transform: translateY(0)
}

.slide-in-left.mui-enter {
    transform: translateX(-100%)
}

.slide-in-left.mui-enter.mui-enter-active {
    transform: translateX(0)
}

.slide-in-up.mui-enter {
    transform: translateY(100%)
}

.slide-in-up.mui-enter.mui-enter-active {
    transform: translateY(0)
}

.slide-in-right.mui-enter {
    transform: translateX(100%)
}

.slide-in-right.mui-enter.mui-enter-active {
    transform: translateX(0)
}

.slide-out-down.mui-leave {
    transform: translateY(0)
}

.slide-out-down.mui-leave.mui-leave-active {
    transform: translateY(100%)
}

.slide-out-right.mui-leave {
    transform: translateX(0)
}

.slide-out-right.mui-leave.mui-leave-active {
    transform: translateX(100%)
}

.slide-out-up.mui-leave {
    transform: translateY(0)
}

.slide-out-up.mui-leave.mui-leave-active {
    transform: translateY(-100%)
}

.slide-out-left.mui-leave {
    transform: translateX(0)
}

.slide-out-left.mui-leave.mui-leave-active {
    transform: translateX(-100%)
}

.fade-in.mui-enter {
    opacity: 0;
    transition-property: opacity
}

.fade-in.mui-enter.mui-enter-active {
    opacity: 1
}

.fade-out.mui-leave {
    opacity: 1;
    transition-property: opacity
}

.hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-top.mui-enter, .hinge-out-from-bottom.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-top.mui-leave, .scale-in-down.mui-enter, .scale-in-up.mui-enter, .scale-out-down.mui-leave, .scale-out-up.mui-leave, .spin-in-ccw.mui-enter, .spin-in.mui-enter, .spin-out-ccw.mui-leave, .spin-out.mui-leave {
    transition-property: transform, opacity
}

.fade-out.mui-leave.mui-leave-active {
    opacity: 0
}

.hinge-in-from-top.mui-enter {
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: top;
    opacity: 0
}

.hinge-in-from-top.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-right.mui-enter {
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: right;
    opacity: 0
}

.hinge-in-from-right.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-bottom.mui-enter {
    transform: perspective(2000px) rotateX(90deg);
    transform-origin: bottom;
    opacity: 0
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-left.mui-enter {
    transform: perspective(2000px) rotateY(90deg);
    transform-origin: left;
    opacity: 0
}

.hinge-in-from-left.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-middle-x.mui-enter {
    transform: perspective(2000px) rotateX(-90deg);
    transform-origin: center;
    opacity: 0
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-in-from-middle-y.mui-enter {
    transform: perspective(2000px) rotateY(-90deg);
    transform-origin: center;
    opacity: 0
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active, .hinge-out-from-top.mui-leave {
    transform: perspective(2000px) rotate(0);
    opacity: 1
}

.hinge-out-from-top.mui-leave {
    transform-origin: top
}

.hinge-out-from-top.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-right.mui-leave {
    transform: perspective(2000px) rotate(0);
    transform-origin: right;
    opacity: 1
}

.hinge-out-from-right.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.hinge-out-from-bottom.mui-leave {
    transform: perspective(2000px) rotate(0);
    transform-origin: bottom;
    opacity: 1
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(90deg);
    opacity: 0
}

.hinge-out-from-left.mui-leave {
    transform: perspective(2000px) rotate(0);
    transform-origin: left;
    transition-property: transform, opacity;
    opacity: 1
}

.hinge-out-from-left.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0
}

.hinge-out-from-middle-x.mui-leave {
    transform: perspective(2000px) rotate(0);
    transform-origin: center;
    opacity: 1
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0
}

.hinge-out-from-middle-y.mui-leave {
    transform: perspective(2000px) rotate(0);
    transform-origin: center;
    opacity: 1
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0
}

.scale-in-up.mui-enter {
    transform: scale(.5);
    opacity: 0
}

.scale-in-up.mui-enter.mui-enter-active {
    transform: scale(1);
    opacity: 1
}

.scale-in-down.mui-enter {
    transform: scale(1.5);
    opacity: 0
}

.scale-in-down.mui-enter.mui-enter-active, .scale-out-up.mui-leave {
    transform: scale(1);
    opacity: 1
}

.scale-out-up.mui-leave.mui-leave-active {
    transform: scale(1.5);
    opacity: 0
}

.scale-out-down.mui-leave {
    transform: scale(1);
    opacity: 1
}

.scale-out-down.mui-leave.mui-leave-active {
    transform: scale(.5);
    opacity: 0
}

.spin-in.mui-enter {
    transform: rotate(-.75turn);
    opacity: 0
}

.spin-in.mui-enter.mui-enter-active, .spin-out.mui-leave {
    transform: rotate(0);
    opacity: 1
}

.spin-in-ccw.mui-enter, .spin-out.mui-leave.mui-leave-active {
    transform: rotate(.75turn);
    opacity: 0
}

.spin-in-ccw.mui-enter.mui-enter-active, .spin-out-ccw.mui-leave {
    transform: rotate(0);
    opacity: 1
}

.spin-out-ccw.mui-leave.mui-leave-active {
    transform: rotate(-.75turn);
    opacity: 0
}

.slow {
    transition-duration: 750ms !important;
    animation-duration: 750ms !important
}

.fast {
    transition-duration: 250ms !important;
    animation-duration: 250ms !important
}

.linear {
    transition-timing-function: linear !important;
    animation-timing-function: linear !important
}

.ease {
    transition-timing-function: ease !important;
    animation-timing-function: ease !important
}

.ease-in {
    transition-timing-function: ease-in !important;
    animation-timing-function: ease-in !important
}

.ease-out {
    transition-timing-function: ease-out !important;
    animation-timing-function: ease-out !important
}

.ease-in-out {
    transition-timing-function: ease-in-out !important;
    animation-timing-function: ease-in-out !important
}

.bounce-in {
    transition-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important;
    animation-timing-function: cubic-bezier(.485, .155, .24, 1.245) !important
}

.bounce-out {
    transition-timing-function: cubic-bezier(.485, .155, .515, .845) !important;
    animation-timing-function: cubic-bezier(.485, .155, .515, .845) !important
}

.bounce-in-out {
    transition-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important;
    animation-timing-function: cubic-bezier(.76, -.245, .24, 1.245) !important
}

.short-delay {
    transition-delay: .3s !important;
    animation-delay: .3s !important
}

.long-delay {
    transition-delay: .7s !important;
    animation-delay: .7s !important
}

.shake {
    animation-name: shake-7
}

.spin-ccw, .spin-cw {
    animation-name: spin-cw-1turn
}

@keyframes shake-7 {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        transform: translateX(7%)
    }
    15%, 25%, 35%, 45%, 5%, 55%, 65%, 75%, 85%, 95% {
        transform: translateX(-7%)
    }
}

@keyframes spin-cw-1turn {
    0%, 100% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(1turn)
    }
}

.wiggle {
    animation-name: wiggle-7deg
}

@keyframes wiggle-7deg {
    40%, 50%, 60% {
        transform: rotate(7deg)
    }
    35%, 45%, 55%, 65% {
        transform: rotate(-7deg)
    }
    0%, 100%, 30%, 70% {
        transform: rotate(0)
    }
}

.infinite {
    animation-iteration-count: infinite
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, optgroup, strong {
    font-weight: 700
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

.button, img {
    vertical-align: middle
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

pre, textarea {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

a, b, em, i, small, strong {
    line-height: inherit
}

button, select {
    text-transform: none
}

.breadcrumbs li, .button, .byline, .footer .footer-strip .logo-footer, .footer .widget h2, .h5, .post-details, .tags, .top-bar#top-bar-menu .menu li.cta a, .vh-pagination .next, .vh-pagination .prev, h5 {
    text-transform: uppercase
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: border-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

.foundation-mq {
    font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"
}

html {
    font-size: 100%;
    box-sizing: border-box
}

*, :after, :before {
    box-sizing: inherit
}

body {
    margin: 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #9B9B9B;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

select {
    width: 100%
}

#map_canvas embed, #map_canvas img, #map_canvas object, .map_canvas embed, .map_canvas img, .map_canvas object, .mqa-display embed, .mqa-display img, .mqa-display object {
    max-width: none !important
}

button {
    overflow: visible;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0;
    border-radius: 3px;
    line-height: 1
}

.dropdown-pane, code {
    border: 1px solid #202020
}

.row {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto
}

.row::after, .row::before {
    content: ' ';
    display: table
}

.row::after {
    clear: both
}

.row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0
}

.row .row {
    margin-left: -.625rem;
    margin-right: -.625rem
}

@media screen and (min-width: 40em) {
    .row .row {
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }
}

.row .row.collapse {
    margin-left: 0;
    margin-right: 0
}

.row.expanded {
    max-width: none
}

.column, .columns {
    padding-left: .625rem;
    padding-right: .625rem;
    width: 100%;
    float: left
}

@media screen and (min-width: 40em) {
    .column, .columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left
}

.column.row.row, .row.row.columns {
    float: none
}

.row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

.small-1 {
    width: 8.33333%
}

.small-push-1 {
    left: 8.33333%
}

.small-pull-1 {
    left: -8.33333%
}

.small-offset-0 {
    margin-left: 0
}

.small-2 {
    width: 16.66667%
}

.small-push-2 {
    left: 16.66667%
}

.small-pull-2 {
    left: -16.66667%
}

.small-offset-1 {
    margin-left: 8.33333%
}

.small-3 {
    width: 25%
}

.small-push-3 {
    left: 25%
}

.small-pull-3 {
    left: -25%
}

.small-offset-2 {
    margin-left: 16.66667%
}

.small-4 {
    width: 33.33333%
}

.small-push-4 {
    left: 33.33333%
}

.small-pull-4 {
    left: -33.33333%
}

.small-offset-3 {
    margin-left: 25%
}

.small-5 {
    width: 41.66667%
}

.small-push-5 {
    left: 41.66667%
}

.small-pull-5 {
    left: -41.66667%
}

.small-offset-4 {
    margin-left: 33.33333%
}

.small-6 {
    width: 50%
}

.small-push-6 {
    position: relative;
    left: 50%
}

.small-pull-6 {
    left: -50%
}

.small-offset-5 {
    margin-left: 41.66667%
}

.small-7 {
    width: 58.33333%
}

.small-push-7 {
    left: 58.33333%
}

.small-pull-7 {
    left: -58.33333%
}

.small-offset-6 {
    margin-left: 50%
}

.small-8 {
    width: 66.66667%
}

.small-push-8 {
    left: 66.66667%
}

.small-pull-8 {
    left: -66.66667%
}

.small-offset-7 {
    margin-left: 58.33333%
}

.small-9 {
    width: 75%
}

.small-push-9 {
    left: 75%
}

.small-pull-9 {
    left: -75%
}

.small-offset-8 {
    margin-left: 66.66667%
}

.small-10 {
    width: 83.33333%
}

.small-push-10 {
    left: 83.33333%
}

.small-pull-10 {
    left: -83.33333%
}

.small-offset-9 {
    margin-left: 75%
}

.small-11 {
    width: 91.66667%
}

.small-push-11 {
    left: 91.66667%
}

.small-pull-11 {
    left: -91.66667%
}

.small-offset-10 {
    margin-left: 83.33333%
}

.small-12 {
    width: 100%
}

.small-offset-11 {
    margin-left: 91.66667%
}

.small-up-1 > .column, .small-up-1 > .columns {
    width: 100%;
    float: left
}

.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none
}

.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both
}

.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left
}

.small-up-2 > .column, .small-up-2 > .columns {
    width: 50%;
    float: left
}

.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none
}

.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both
}

.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left
}

.small-up-3 > .column, .small-up-3 > .columns {
    width: 33.33333%;
    float: left
}

.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none
}

.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both
}

.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left
}

.small-up-4 > .column, .small-up-4 > .columns {
    width: 25%;
    float: left
}

.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none
}

.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both
}

.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left
}

.small-up-5 > .column, .small-up-5 > .columns {
    width: 20%;
    float: left
}

.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none
}

.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both
}

.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left
}

.small-up-6 > .column, .small-up-6 > .columns {
    width: 16.66667%;
    float: left
}

.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none
}

.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both
}

.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left
}

.small-up-7 > .column, .small-up-7 > .columns {
    width: 14.28571%;
    float: left
}

.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none
}

.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both
}

.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left
}

.small-up-8 > .column, .small-up-8 > .columns {
    width: 12.5%;
    float: left
}

.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none
}

.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both
}

.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left
}

.small-collapse > .column, .small-collapse > .columns {
    padding-left: 0;
    padding-right: 0
}

.small-uncollapse > .column, .small-uncollapse > .columns {
    padding-left: .625rem;
    padding-right: .625rem
}

.small-centered {
    float: none;
    margin-left: auto;
    margin-right: auto
}

.small-pull-0, .small-push-0, .small-uncentered {
    position: static;
    margin-left: 0;
    margin-right: 0
}

@media screen and (min-width: 40em) {
    .medium-pull-1, .medium-pull-10, .medium-pull-11, .medium-pull-2, .medium-pull-3, .medium-pull-4, .medium-pull-5, .medium-pull-6, .medium-pull-7, .medium-pull-8, .medium-pull-9, .medium-push-1, .medium-push-10, .medium-push-11, .medium-push-2, .medium-push-3, .medium-push-4, .medium-push-5, .medium-push-7, .medium-push-8, .medium-push-9 {
        position: relative
    }

    .medium-1 {
        width: 8.33333%
    }

    .medium-push-1 {
        left: 8.33333%
    }

    .medium-pull-1 {
        left: -8.33333%
    }

    .medium-offset-0 {
        margin-left: 0
    }

    .medium-2 {
        width: 16.66667%
    }

    .medium-push-2 {
        left: 16.66667%
    }

    .medium-pull-2 {
        left: -16.66667%
    }

    .medium-offset-1 {
        margin-left: 8.33333%
    }

    .medium-3 {
        width: 25%
    }

    .medium-push-3 {
        left: 25%
    }

    .medium-pull-3 {
        left: -25%
    }

    .medium-offset-2 {
        margin-left: 16.66667%
    }

    .medium-4 {
        width: 33.33333%
    }

    .medium-push-4 {
        left: 33.33333%
    }

    .medium-pull-4 {
        left: -33.33333%
    }

    .medium-offset-3 {
        margin-left: 25%
    }

    .medium-5 {
        width: 41.66667%
    }

    .medium-push-5 {
        left: 41.66667%
    }

    .medium-pull-5 {
        left: -41.66667%
    }

    .medium-offset-4 {
        margin-left: 33.33333%
    }

    .medium-6 {
        width: 50%
    }

    .medium-push-6 {
        position: relative;
        left: 50%
    }

    .medium-pull-6 {
        left: -50%
    }

    .medium-offset-5 {
        margin-left: 41.66667%
    }

    .medium-7 {
        width: 58.33333%
    }

    .medium-push-7 {
        left: 58.33333%
    }

    .medium-pull-7 {
        left: -58.33333%
    }

    .medium-offset-6 {
        margin-left: 50%
    }

    .medium-8 {
        width: 66.66667%
    }

    .medium-push-8 {
        left: 66.66667%
    }

    .medium-pull-8 {
        left: -66.66667%
    }

    .medium-offset-7 {
        margin-left: 58.33333%
    }

    .medium-9 {
        width: 75%
    }

    .medium-push-9 {
        left: 75%
    }

    .medium-pull-9 {
        left: -75%
    }

    .medium-offset-8 {
        margin-left: 66.66667%
    }

    .medium-10 {
        width: 83.33333%
    }

    .medium-push-10 {
        left: 83.33333%
    }

    .medium-pull-10 {
        left: -83.33333%
    }

    .medium-offset-9 {
        margin-left: 75%
    }

    .medium-11 {
        width: 91.66667%
    }

    .medium-push-11 {
        left: 91.66667%
    }

    .medium-pull-11 {
        left: -91.66667%
    }

    .medium-offset-10 {
        margin-left: 83.33333%
    }

    .medium-12 {
        width: 100%
    }

    .medium-offset-11 {
        margin-left: 91.66667%
    }

    .medium-up-1 > .column, .medium-up-1 > .columns {
        width: 100%;
        float: left
    }

    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
        clear: both
    }

    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
        float: left
    }

    .medium-up-2 > .column, .medium-up-2 > .columns {
        width: 50%;
        float: left
    }

    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
        clear: both
    }

    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
        float: left
    }

    .medium-up-3 > .column, .medium-up-3 > .columns {
        width: 33.33333%;
        float: left
    }

    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
        clear: both
    }

    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
        float: left
    }

    .medium-up-4 > .column, .medium-up-4 > .columns {
        width: 25%;
        float: left
    }

    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
        clear: both
    }

    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
        float: left
    }

    .medium-up-5 > .column, .medium-up-5 > .columns {
        width: 20%;
        float: left
    }

    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
        clear: both
    }

    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
        float: left
    }

    .medium-up-6 > .column, .medium-up-6 > .columns {
        width: 16.66667%;
        float: left
    }

    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
        clear: both
    }

    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
        float: left
    }

    .medium-up-7 > .column, .medium-up-7 > .columns {
        width: 14.28571%;
        float: left
    }

    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
        clear: both
    }

    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
        float: left
    }

    .medium-up-8 > .column, .medium-up-8 > .columns {
        width: 12.5%;
        float: left
    }

    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
        clear: none
    }

    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
        clear: both
    }

    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
        float: left
    }

    .medium-collapse > .column, .medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    .medium-uncollapse > .column, .medium-uncollapse > .columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }

    .medium-centered {
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .medium-pull-0, .medium-push-0, .medium-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0
    }
}

@media screen and (min-width: 64em) {
    .large-pull-1, .large-pull-10, .large-pull-11, .large-pull-2, .large-pull-3, .large-pull-4, .large-pull-5, .large-pull-6, .large-pull-7, .large-pull-8, .large-pull-9, .large-push-1, .large-push-10, .large-push-11, .large-push-2, .large-push-3, .large-push-4, .large-push-5, .large-push-7, .large-push-8, .large-push-9 {
        position: relative
    }

    .large-1 {
        width: 8.33333%
    }

    .large-push-1 {
        left: 8.33333%
    }

    .large-pull-1 {
        left: -8.33333%
    }

    .large-offset-0 {
        margin-left: 0
    }

    .large-2 {
        width: 16.66667%
    }

    .large-push-2 {
        left: 16.66667%
    }

    .large-pull-2 {
        left: -16.66667%
    }

    .large-offset-1 {
        margin-left: 8.33333%
    }

    .large-3 {
        width: 25%
    }

    .large-push-3 {
        left: 25%
    }

    .large-pull-3 {
        left: -25%
    }

    .large-offset-2 {
        margin-left: 16.66667%
    }

    .large-4 {
        width: 33.33333%
    }

    .large-push-4 {
        left: 33.33333%
    }

    .large-pull-4 {
        left: -33.33333%
    }

    .large-offset-3 {
        margin-left: 25%
    }

    .large-5 {
        width: 41.66667%
    }

    .large-push-5 {
        left: 41.66667%
    }

    .large-pull-5 {
        left: -41.66667%
    }

    .large-offset-4 {
        margin-left: 33.33333%
    }

    .large-6 {
        width: 50%
    }

    .large-push-6 {
        position: relative;
        left: 50%
    }

    .large-pull-6 {
        left: -50%
    }

    .large-offset-5 {
        margin-left: 41.66667%
    }

    .large-7 {
        width: 58.33333%
    }

    .large-push-7 {
        left: 58.33333%
    }

    .large-pull-7 {
        left: -58.33333%
    }

    .large-offset-6 {
        margin-left: 50%
    }

    .large-8 {
        width: 66.66667%
    }

    .large-push-8 {
        left: 66.66667%
    }

    .large-pull-8 {
        left: -66.66667%
    }

    .large-offset-7 {
        margin-left: 58.33333%
    }

    .large-9 {
        width: 75%
    }

    .large-push-9 {
        left: 75%
    }

    .large-pull-9 {
        left: -75%
    }

    .large-offset-8 {
        margin-left: 66.66667%
    }

    .large-10 {
        width: 83.33333%
    }

    .large-push-10 {
        left: 83.33333%
    }

    .large-pull-10 {
        left: -83.33333%
    }

    .large-offset-9 {
        margin-left: 75%
    }

    .large-11 {
        width: 91.66667%
    }

    .large-push-11 {
        left: 91.66667%
    }

    .large-pull-11 {
        left: -91.66667%
    }

    .large-offset-10 {
        margin-left: 83.33333%
    }

    .large-12 {
        width: 100%
    }

    .large-offset-11 {
        margin-left: 91.66667%
    }

    .large-up-1 > .column, .large-up-1 > .columns {
        width: 100%;
        float: left
    }

    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
        clear: both
    }

    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
        float: left
    }

    .large-up-2 > .column, .large-up-2 > .columns {
        width: 50%;
        float: left
    }

    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
        clear: both
    }

    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
        float: left
    }

    .large-up-3 > .column, .large-up-3 > .columns {
        width: 33.33333%;
        float: left
    }

    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
        clear: both
    }

    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
        float: left
    }

    .large-up-4 > .column, .large-up-4 > .columns {
        width: 25%;
        float: left
    }

    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
        clear: both
    }

    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
        float: left
    }

    .large-up-5 > .column, .large-up-5 > .columns {
        width: 20%;
        float: left
    }

    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
        clear: both
    }

    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
        float: left
    }

    .large-up-6 > .column, .large-up-6 > .columns {
        width: 16.66667%;
        float: left
    }

    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
        clear: both
    }

    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
        float: left
    }

    .large-up-7 > .column, .large-up-7 > .columns {
        width: 14.28571%;
        float: left
    }

    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
        clear: both
    }

    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
        float: left
    }

    .large-up-8 > .column, .large-up-8 > .columns {
        width: 12.5%;
        float: left
    }

    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
        clear: none
    }

    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
        clear: both
    }

    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
        float: left
    }

    .large-collapse > .column, .large-collapse > .columns {
        padding-left: 0;
        padding-right: 0
    }

    .large-uncollapse > .column, .large-uncollapse > .columns {
        padding-left: .9375rem;
        padding-right: .9375rem
    }

    .large-centered {
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .large-pull-0, .large-push-0, .large-uncentered {
        position: static;
        margin-left: 0;
        margin-right: 0
    }
}

blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, p, pre, td, th, ul {
    margin: 0;
    padding: 0
}

ol, ul {
    margin-left: 1.25rem
}

dl, ol, p, ul {
    margin-bottom: 1rem
}

em, i {
    font-style: italic
}

h1, h2, h3, h4, h5, h6 {
    font-family: "PT Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: inherit;
    margin-top: 0;
    margin-bottom: .5rem;
    line-height: 1.4
}

code, kbd {
    background-color: #9B9BA7;
    color: #0a0a0a;
    font-family: Consolas, "Liberation Mono", Courier, monospace
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    /*color: #202020;*/
    line-height: 0
}

h1, h2, h3 {
    text-align: center;
    color: #4a377d;
}

h1 {
    font-size: 1.5rem
}

h4 {
    font-size: 1.125rem
}

h6 {
    font-size: 1rem
}

@media screen and (min-width: 40em) {
    h1 {
        font-size: 2.5rem
    }

    h2 {
        font-size: 2rem
    }

    h3 {
        font-size: 1.125rem
    }

    h4 {
        font-size: 1rem
    }

    h5 {
        font-size: .875rem
    }

    h6 {
        font-size: .75rem
    }
}

a {
    background-color: transparent;
    color: #2199e8;
    text-decoration: none;
    cursor: pointer
}

a:focus, a:hover {
    color: #1585cf
}

a img {
    border: 0
}

hr {
    box-sizing: content-box;
    max-width: 80rem;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #202020;
    border-left: 0;
    margin: 1.25rem auto;
    clear: both
}

dl, ol, ul {
    line-height: 1.6;
    list-style-position: outside
}

li {
    font-size: inherit
}

ul {
    list-style-type: disc
}

.accordion, .commentlist li, .menu, .post-categories, .respond-form form li, .social-icons li, .tabs {
    list-style-type: none
}

ol ol, ol ul, ul ol, ul ul {
    margin-left: 1.25rem;
    margin-bottom: 0
}

dl dt {
    margin-bottom: .3rem;
    font-weight: 700
}

.subheader, code, label {
    font-weight: 400
}

blockquote {
    margin: 0 0 1rem;
    padding: .5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #202020
}

blockquote, blockquote p {
    line-height: 1.6;
    color: #9B9B9B
}

cite {
    display: block;
    font-size: .8125rem;
    color: #9B9B9B
}

cite:before {
    content: '\2014 \0020'
}

abbr {
    color: #9B9B9B;
    cursor: help;
    border-bottom: 1px dotted #0a0a0a
}

code {
    padding: .125rem .3125rem .0625rem
}

kbd {
    padding: .125rem .25rem 0;
    margin: 0
}

.subheader {
    margin-top: .2rem;
    margin-bottom: .5rem;
    line-height: 1.4;
    color: #9B9B9B
}

.lead {
    font-size: 125%;
    line-height: 1.6
}

.button, .stat {
    line-height: 1
}

.stat {
    font-size: 2.5rem
}

p + .stat {
    margin-top: -1rem
}

.no-bullet {
    margin-left: 0
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

@media screen and (min-width: 40em) {
    .medium-text-left {
        text-align: left
    }

    .medium-text-right {
        text-align: right
    }

    .medium-text-center {
        text-align: center
    }

    .medium-text-justify {
        text-align: justify
    }
}

@media screen and (min-width: 64em) {
    .large-text-left {
        text-align: left
    }

    .large-text-right {
        text-align: right
    }

    .large-text-center {
        text-align: center
    }

    .large-text-justify {
        text-align: justify
    }
}

.badge, .button, .input-group-label, .menu.icon-top > li > a, .orbit-bullets {
    text-align: center
}

.show-for-print {
    display: none !important
}

@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    .show-for-print {
        display: block !important
    }

    .hide-for-print {
        display: none !important
    }

    table.show-for-print {
        display: table !important
    }

    thead.show-for-print {
        display: table-header-group !important
    }

    tbody.show-for-print {
        display: table-row-group !important
    }

    tr.show-for-print {
        display: table-row !important
    }

    td.show-for-print, th.show-for-print {
        display: table-cell !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    .ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
        content: ''
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    blockquote, pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}

.button {
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color .25s ease-out, color .25s ease-out;
    border: 1px solid transparent;
    margin: 0 0 1rem;
    font-size: .9rem;
    background-color: #2199e8;
    color: #fff
}

[data-whatinput=mouse] .button {
    outline: 0
}

.button:focus, .button:hover {
    background-color: #1583cc;
    color: #fff
}

.button.tiny {
    font-size: .6rem
}

.button.small {
    font-size: .75rem
}

.button.large {
    font-size: 1.25rem
}

.button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0
}

.button.primary {
    background-color: #2199e8;
    color: #fff
}

.button.primary:focus, .button.primary:hover {
    background-color: #147cc0;
    color: #fff
}

.button.secondary {
    background-color: #777;
    color: #fff
}

.button.secondary:focus, .button.secondary:hover {
    background-color: #5f5f5f;
    color: #fff
}

.button.success {
    background-color: #3adb76;
    color: #fff
}

.button.success:focus, .button.success:hover {
    background-color: #22bb5b;
    color: #fff
}

.button.alert {
    background-color: #ec5840;
    color: #fff
}

.button.alert:focus, .button.alert:hover {
    background-color: #da3116;
    color: #fff
}

.button.warning {
    background-color: #ffae00;
    color: #fff
}

.button.warning:focus, .button.warning:hover {
    background-color: #cc8b00;
    color: #fff
}

.button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8
}

.button.hollow, .button.hollow:focus, .button.hollow:hover {
    background-color: transparent
}

.button.hollow:focus, .button.hollow:hover {
    border-color: #0c4d78;
    color: #0c4d78
}

.button.hollow.primary {
    border: 1px solid #2199e8;
    color: #2199e8
}

.button.hollow.primary:focus, .button.hollow.primary:hover {
    border-color: #0c4d78;
    color: #0c4d78
}

.button.hollow.secondary {
    border: 1px solid #777;
    color: #777
}

.button.hollow.secondary:focus, .button.hollow.secondary:hover {
    border-color: #3c3c3c;
    color: #3c3c3c
}

.button.hollow.success {
    border: 1px solid #3adb76;
    color: #3adb76
}

.button.hollow.success:focus, .button.hollow.success:hover {
    border-color: #157539;
    color: #157539
}

.button.hollow.alert {
    border: 1px solid #ec5840;
    color: #ec5840
}

.button.hollow.alert:focus, .button.hollow.alert:hover {
    border-color: #881f0e;
    color: #881f0e
}

.button.hollow.warning {
    border: 1px solid #ffae00;
    color: #ffae00
}

.button.hollow.warning:focus, .button.hollow.warning:hover {
    border-color: #805700;
    color: #805700
}

.button.disabled, .button[disabled] {
    opacity: .25;
    cursor: not-allowed;
    pointer-events: none
}

.button.dropdown::after {
    content: '';
    width: 0;
    height: 0;
    border: .4em inset;
    border-color: #fff transparent transparent;
    border-top-style: solid;
    top: .4em;
    float: right;
    margin-left: 1em;
    display: inline-block
}

.button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: .2em
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    padding: .5rem;
    border: 1px solid #9B9BA7;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 1rem;
    color: #0a0a0a;
    background-color: #fff;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
    border-radius: 3px;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none
}

[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus, textarea:focus {
    border: 1px solid #9B9BA7;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 5px #202020;
    transition: box-shadow .5s, border-color .25s ease-in-out
}

textarea {
    min-height: 50px;
    max-width: 100%
}

textarea[rows] {
    height: auto
}

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
    background-color: #9B9BA7;
    cursor: default
}

[type=submit], [type=button] {
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none
}

[type=file], [type=checkbox], [type=radio] {
    margin: 0 0 1rem
}

[type=checkbox] + label, [type=radio] + label {
    display: inline-block;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline
}

label > [type=checkbox], label > [type=label] {
    margin-right: .5rem
}

[type=file] {
    width: 100%
}

label {
    display: block;
    margin: 0;
    font-size: .875rem;
    line-height: 1.8;
    color: #0a0a0a
}

.form-error, .menu-text, .switch {
    font-weight: 700
}

label.middle {
    margin: 0 0 1rem;
    padding: .5625rem 0
}

.help-text {
    margin-top: -.5rem;
    font-size: .8125rem;
    font-style: italic;
    color: #333
}

.input-group {
    display: table;
    width: 100%;
    margin-bottom: 1rem
}

.input-group-button a, .input-group-button button, .input-group-button input, fieldset {
    margin: 0
}

.input-group > :first-child {
    border-radius: 3px 0 0 3px
}

.input-group > :last-child > * {
    border-radius: 0 3px 3px 0
}

.input-group-button, .input-group-field, .input-group-label {
    display: table-cell;
    margin: 0;
    vertical-align: middle
}

.input-group-label {
    width: 1%;
    height: 100%;
    padding: 0 1rem;
    background: #9B9BA7;
    color: #0a0a0a;
    border: 1px solid #9B9BA7
}

.input-group-label:first-child {
    border-right: 0
}

.input-group-label:last-child {
    border-left: 0
}

.input-group-field {
    border-radius: 0;
    height: 2.5rem
}

.fieldset, select {
    border: 1px solid #9B9BA7
}

.input-group-button {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    width: 1%
}

fieldset {
    border: 0;
    padding: 0
}

legend {
    margin-bottom: .5rem
}

.fieldset {
    padding: 1.25rem;
    margin: 1.125rem 0
}

.fieldset legend {
    background: #fff;
    padding: 0 .1875rem;
    margin: 0 0 0 -.1875rem
}

select {
    height: 2.4375rem;
    padding: .5rem;
    margin: 0 0 1rem;
    font-size: 1rem;
    font-family: inherit;
    line-height: normal;
    color: #0a0a0a;
    background-color: #fff;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');
    background-size: 9px 6px;
    background-position: right .5rem center;
    background-repeat: no-repeat
}

.form-error, .is-invalid-label {
    color: #ec5840
}

@media screen and (min-width: 0\0
) {
    select {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)
    }
}

select:disabled {
    background-color: #9B9BA7;
    cursor: default
}

select::-ms-expand {
    display: none
}

select[multiple] {
    height: auto
}

.is-invalid-input:not(:focus) {
    background-color: rgba(236, 88, 64, .1);
    border-color: #ec5840
}

.form-error {
    display: none;
    margin-top: -.5rem;
    margin-bottom: 1rem;
    font-size: .75rem
}

.form-error.is-visible {
    display: block
}

.hide {
    display: none !important
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .hide-for-small-only {
        display: none !important
    }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
    .show-for-small-only {
        display: none !important
    }
}

@media screen and (min-width: 40em) {
    .hide-for-medium {
        display: none !important
    }
}

@media screen and (max-width: 39.9375em) {
    .show-for-medium {
        display: none !important
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .hide-for-medium-only {
        display: none !important
    }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
    .show-for-medium-only {
        display: none !important
    }
}

@media screen and (min-width: 64em) {
    .hide-for-large {
        display: none !important
    }
}

@media screen and (max-width: 63.9375em) {
    .show-for-large {
        display: none !important
    }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
    .hide-for-large-only {
        display: none !important
    }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
    .show-for-large-only {
        display: none !important
    }
}

.show-for-sr, .show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0)
}

.show-on-focus:active, .show-on-focus:focus {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto
}

.hide-for-portrait, .show-for-landscape {
    display: block !important
}

@media screen and (orientation: landscape) {
    .hide-for-portrait, .show-for-landscape {
        display: block !important
    }

    .hide-for-landscape, .show-for-portrait {
        display: none !important
    }
}

.hide-for-landscape, .show-for-portrait {
    display: none !important
}

@media screen and (orientation: portrait) {
    .hide-for-portrait, .show-for-landscape {
        display: none !important
    }

    .hide-for-landscape, .show-for-portrait {
        display: block !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clearfix::after, .clearfix::before {
    content: ' ';
    display: table
}

.clearfix::after {
    clear: both
}

.accordion {
    background: #fff;
    border: 1px solid #9B9BA7;
    border-radius: 3px;
    margin-left: 0
}

.accordion-title {
    display: block;
    padding: 1.25rem 1rem;
    line-height: 1;
    font-size: .75rem;
    color: #2199e8;
    position: relative;
    border-bottom: 1px solid #9B9BA7
}

.accordion-title:focus, .accordion-title:hover {
    background-color: #9B9BA7
}

:last-child > .accordion-title {
    border-bottom-width: 0
}

.accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -.5rem
}

.is-active > .accordion-title::before {
    content: '–'
}

.accordion-content {
    padding: 1rem;
    display: none;
    border-bottom: 1px solid #9B9BA7;
    background-color: #fff
}

.is-accordion-submenu-parent > a {
    position: relative
}

.is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: 6px inset;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem
}

.is-accordion-submenu-parent[aria-expanded=true] > a::after {
    transform-origin: 50% 50%;
    transform: scaleY(-1)
}

.badge {
    display: inline-block;
    padding: .3em;
    min-width: 2.1em;
    font-size: .6rem;
    border-radius: 50%;
    background: #2199e8;
    color: #fff
}

.badge.secondary {
    background: #777;
    color: #fff
}

.badge.success {
    background: #3adb76;
    color: #fff
}

.badge.alert {
    background: #ec5840;
    color: #fff
}

.badge.warning {
    background: #ffae00;
    color: #fff
}

.breadcrumbs {
    margin: 0 0 1rem
}

.breadcrumbs::after, .breadcrumbs::before {
    content: ' ';
    display: table
}

.breadcrumbs::after {
    clear: both
}

.breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: .6875rem;
    cursor: default
}

.breadcrumbs li:not(:last-child)::after {
    color: #202020;
    content: "/";
    margin: 0 .75rem;
    position: relative;
    top: 1px;
    opacity: 1
}

.breadcrumbs a {
    color: #2199e8
}

.breadcrumbs a:hover {
    text-decoration: underline
}

.breadcrumbs .disabled {
    color: #202020
}

.button-group {
    margin-bottom: 1rem;
    font-size: .9rem
}

.button-group::after, .button-group::before {
    content: ' ';
    display: table
}

.button-group::after {
    clear: both
}

.button-group .button {
    float: left;
    margin: 0;
    font-size: inherit
}

.button-group .button:not(:last-child) {
    border-right: 1px solid #fff
}

.button-group.tiny {
    font-size: .6rem
}

.button-group.small {
    font-size: .75rem
}

.button-group.large {
    font-size: 1.25rem
}

.button-group.expanded {
    display: table;
    table-layout: fixed;
    width: 100%
}

.button-group.expanded::after, .button-group.expanded::before {
    display: none
}

.button-group.expanded .button {
    display: table-cell;
    float: none
}

.button-group.primary .button {
    background-color: #2199e8;
    color: #fff
}

.button-group.primary .button:focus, .button-group.primary .button:hover {
    background-color: #147cc0;
    color: #fff
}

.button-group.secondary .button {
    background-color: #777;
    color: #fff
}

.button-group.secondary .button:focus, .button-group.secondary .button:hover {
    background-color: #5f5f5f;
    color: #fff
}

.button-group.success .button {
    background-color: #3adb76;
    color: #fff
}

.button-group.success .button:focus, .button-group.success .button:hover {
    background-color: #22bb5b;
    color: #fff
}

.button-group.alert .button {
    background-color: #ec5840;
    color: #fff
}

.button-group.alert .button:focus, .button-group.alert .button:hover {
    background-color: #da3116;
    color: #fff
}

.button-group.warning .button {
    background-color: #ffae00;
    color: #fff
}

.button-group.warning .button:focus, .button-group.warning .button:hover {
    background-color: #cc8b00;
    color: #fff
}

.button-group.stacked .button, .button-group.stacked-for-small .button {
    width: 100%
}

.button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child) {
    border-right: 1px solid
}

@media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
        width: auto
    }

    .button-group.stacked-for-small .button:not(:last-child) {
        border-right: 1px solid #fff
    }
}

.callout {
    margin: 0 0 1rem;
    padding: 1rem;
    border: 1px solid rgba(10, 10, 10, .25);
    border-radius: 3px;
    position: relative;
    color: #9B9B9B;
    background-color: #fff
}

.callout > :first-child {
    margin-top: 0
}

.callout > :last-child {
    margin-bottom: 0
}

.callout.primary {
    background-color: #def0fc
}

.callout.secondary {
    background-color: #ebebeb
}

.callout.success {
    background-color: #e1faea
}

.callout.alert {
    background-color: #fce6e2
}

.callout.warning {
    background-color: #fff3d9
}

.callout.small {
    padding: .5rem
}

.callout.large {
    padding: 3rem
}

.close-button {
    position: absolute;
    color: #9B9B9B;
    right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1;
    cursor: pointer
}

[data-whatinput=mouse] .close-button {
    outline: 0
}

.close-button:focus, .close-button:hover {
    color: #0a0a0a
}

.is-drilldown {
    position: relative;
    overflow: hidden
}

.is-drilldown-submenu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: -1;
    height: 100%;
    width: 100%;
    background: #fff;
    transition: transform .15s linear
}

.is-drilldown-submenu-parent > a::after, .js-drilldown-back::before {
    content: '';
    width: 0;
    display: block;
    height: 0
}

.is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%)
}

.is-drilldown-submenu.is-closing {
    transform: translateX(100%)
}

.is-drilldown-submenu-parent > a {
    position: relative
}

.is-drilldown-submenu-parent > a::after {
    border: 6px inset;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem
}

.js-drilldown-back::before {
    border: 6px inset;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    float: left;
    margin-right: .75rem;
    margin-left: .6rem;
    margin-top: 14px
}

.is-dropdown-menu.vertical.align-right, .menu.align-right > li {
    float: right
}

.dropdown-pane {
    background-color: #fff;
    display: block;
    padding: 1rem;
    position: absolute;
    width: 300px;
    z-index: 10;
    border-radius: 3px
}

.dropdown-pane.is-open {
    visibility: visible
}

.dropdown-pane.tiny {
    width: 100px
}

.dropdown-pane.small {
    width: 200px
}

.dropdown-pane.large {
    width: 400px
}

[data-whatinput=mouse] .dropdown.menu a {
    outline: 0
}

.dropdown.menu .is-dropdown-submenu-parent {
    position: relative
}

.dropdown.menu .is-dropdown-submenu-parent a::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px
}

.dropdown.menu .is-dropdown-submenu-parent.is-left-arrow.opens-inner .submenu {
    right: 0;
    left: auto
}

.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow.opens-inner .submenu {
    left: 0;
    right: auto
}

.dropdown.menu .is-dropdown-submenu-parent.opens-inner .submenu {
    top: 100%
}

.no-js .dropdown.menu ul {
    display: none
}

.dropdown.menu .submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    min-width: 200px;
    z-index: 1;
    background: #202020;
    border: 1px solid #202020;
    margin-top: -1px
}

.dropdown.menu .submenu > li {
    width: 100%
}

.dropdown.menu .submenu.first-sub {
    top: 100%;
    left: 0;
    right: auto
}

.dropdown.menu .submenu.js-dropdown-active, .dropdown.menu .submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .dropdown.menu .submenu {
    display: block
}

.dropdown.menu .is-dropdown-submenu-parent.opens-left .submenu {
    left: auto;
    right: 100%
}

.dropdown.menu.align-right .submenu.first-sub {
    top: 100%;
    left: auto;
    right: 0
}

.is-dropdown-menu.vertical {
    width: 100px
}

.is-dropdown-menu.vertical > li .submenu {
    top: 0;
    left: 100%
}

.flex-video {
    position: relative;
    height: 0;
    padding-bottom: 75%;
    margin-bottom: 1rem;
    overflow: hidden
}

.flex-video embed, .flex-video iframe, .flex-video object, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.flex-video.widescreen {
    padding-bottom: 56.25%
}

.flex-video.vimeo {
    padding-top: 0
}

.label {
    display: inline-block;
    padding: .33333rem .5rem;
    font-size: .8rem;
    line-height: 1;
    white-space: nowrap;
    cursor: default;
    border-radius: 3px;
    background: #2199e8;
    color: #fff
}

.label.secondary {
    background: #777;
    color: #fff
}

.label.success {
    background: #3adb76;
    color: #fff
}

.label.alert {
    background: #ec5840;
    color: #fff
}

.label.warning {
    background: #ffae00;
    color: #fff
}

.media-object {
    margin-bottom: 1rem;
    display: block
}

.media-object img {
    max-width: none
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
        display: block;
        padding: 0 0 1rem
    }

    .media-object.stack-for-small .media-object-section img {
        width: 100%
    }
}

.media-object-section {
    display: table-cell;
    vertical-align: top
}

.media-object-section:first-child {
    padding-right: 1rem
}

.media-object-section:last-child {
    padding-left: 1rem
}

.media-object-section.middle {
    vertical-align: middle
}

.media-object-section.bottom {
    vertical-align: bottom
}

.menu > li, .menu > li > a > i, .menu > li > a > img, .menu > li > a > span {
    vertical-align: middle
}

.menu {
    margin: 0
}

[data-whatinput=mouse] .menu > li {
    outline: 0
}

.menu > li:not(.menu-text) > a {
    display: block;
    padding: .7rem 1rem;
    line-height: 1
}

.menu a, .menu button, .menu input {
    margin-bottom: 0
}

.menu > li > a > i, .menu > li > a > img {
    display: inline-block;
    margin-right: .25rem
}

.menu > li {
    display: table-cell
}

.menu.vertical > li {
    display: block
}

@media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
        display: table-cell
    }

    .menu.medium-vertical > li {
        display: block
    }
}

@media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
        display: table-cell
    }

    .menu.large-vertical > li {
        display: block
    }
}

.menu.simple a {
    padding: 0;
    margin-right: 1rem
}

.menu.expanded {
    display: table;
    table-layout: fixed;
    width: 100%
}

.menu.expanded > li:first-child:last-child {
    width: 100%
}

.menu.icon-top > li > a > i, .menu.icon-top > li > a > img {
    display: block;
    margin: 0 auto .25rem
}

.menu.nested {
    margin-left: 1rem
}

.menu-text {
    color: inherit;
    line-height: 1;
    padding: .7rem 1rem
}

.no-js [data-responsive-menu] ul {
    display: none
}

body, html {
    height: 100%
}

.off-canvas-wrapper {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    -webkit-overflow-scrolling: auto
}

.off-canvas-wrapper-inner {
    position: relative;
    width: 100%;
    transition: transform .5s ease
}

.off-canvas-wrapper-inner::after, .off-canvas-wrapper-inner::before {
    content: ' ';
    display: table
}

.off-canvas-wrapper-inner::after {
    clear: both
}

.off-canvas-content {
    min-height: 100%;
    background: #fff;
    transition: transform .5s ease;
    z-index: 1;
    box-shadow: 0 0 10px rgba(10, 10, 10, .5)
}

.js-off-canvas-exit {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .25);
    cursor: pointer;
    transition: background .5s ease
}

.is-off-canvas-open .js-off-canvas-exit {
    display: block
}

.off-canvas {
    position: absolute;
    background: #9B9BA7;
    z-index: -1;
    max-height: 100%;
    overflow-y: auto;
    transform: translateX(0)
}

.orbit-caption, .orbit-next:active, .orbit-next:focus, .orbit-next:hover, .orbit-previous:active, .orbit-previous:focus, .orbit-previous:hover {
    background-color: rgba(10, 10, 10, .5)
}

[data-whatinput=mouse] .off-canvas {
    outline: 0
}

.off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px
}

.is-open-left {
    transform: translateX(250px)
}

.off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px
}

.is-open-right {
    transform: translateX(-250px)
}

@media screen and (min-width: 40em) {
    .position-left.reveal-for-medium {
        left: 0;
        z-index: auto;
        position: fixed
    }

    .position-left.reveal-for-medium ~ .off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-medium {
        right: 0;
        z-index: auto;
        position: fixed
    }

    .position-right.reveal-for-medium ~ .off-canvas-content {
        margin-right: 250px
    }
}

@media screen and (min-width: 64em) {
    .position-left.reveal-for-large {
        left: 0;
        z-index: auto;
        position: fixed
    }

    .position-left.reveal-for-large ~ .off-canvas-content {
        margin-left: 250px
    }

    .position-right.reveal-for-large {
        right: 0;
        z-index: auto;
        position: fixed
    }

    .position-right.reveal-for-large ~ .off-canvas-content {
        margin-right: 250px
    }
}

.orbit, .orbit-container {
    position: relative
}

.orbit-container {
    margin: 0;
    overflow: hidden;
    list-style: none
}

.orbit-slide {
    width: 100%;
    max-height: 100%
}

.orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0
}

.orbit-figure {
    margin: 0
}

.orbit-image {
    margin: 0;
    width: 100%;
    max-width: 100%
}

.orbit-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    margin-bottom: 0;
    color: #fff
}

.orbit-next, .orbit-previous {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 1rem;
    color: #fff
}

[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
    outline: 0
}

.orbit-previous {
    left: 0
}

.orbit-next {
    left: auto;
    right: 0
}

.orbit-bullets {
    position: relative;
    margin-top: .8rem;
    margin-bottom: .8rem
}

[data-whatinput=mouse] .orbit-bullets {
    outline: 0
}

.orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: .1rem;
    background-color: #202020;
    border-radius: 50%
}

.orbit-bullets button.is-active, .orbit-bullets button:hover {
    background-color: #9B9B9B
}

.pagination {
    margin-left: 0;
    margin-bottom: 1rem
}

.pagination::after, .pagination::before {
    content: ' ';
    display: table
}

.pagination::after {
    clear: both
}

.pagination li {
    font-size: .875rem;
    margin-right: .0625rem;
    border-radius: 3px
}

.pagination li:first-child, .pagination li:last-child {
    display: inline-block
}

@media screen and (min-width: 40em) {
    .pagination li {
        display: inline-block
    }

    .reveal {
        min-height: 0
    }
}

.pagination a, .pagination button {
    color: #0a0a0a;
    display: block;
    padding: .1875rem .625rem;
    border-radius: 3px
}

.pagination a:hover, .pagination button:hover {
    background: #9B9BA7
}

.pagination .current {
    padding: .1875rem .625rem;
    background: #2199e8;
    color: #fff;
    cursor: default
}

.pagination .disabled {
    padding: .1875rem .625rem;
    color: #202020;
    cursor: default
}

.pagination .disabled:hover {
    background: 0 0
}

.pagination .ellipsis::after {
    content: '…';
    padding: .1875rem .625rem;
    color: #0a0a0a
}

.pagination-previous a::before, .pagination-previous.disabled::before {
    content: '«';
    display: inline-block;
    margin-right: .5rem
}

.pagination-next a::after, .pagination-next.disabled::after {
    content: '»';
    display: inline-block;
    margin-left: .5rem
}

.progress {
    background-color: #202020;
    height: 1rem;
    margin-bottom: 1rem;
    border-radius: 3px
}

.progress.primary .progress-meter {
    background-color: #2199e8
}

.progress.secondary .progress-meter {
    background-color: #777
}

.progress.success .progress-meter {
    background-color: #3adb76
}

.progress.alert .progress-meter {
    background-color: #ec5840
}

.progress.warning .progress-meter {
    background-color: #ffae00
}

.progress-meter {
    position: relative;
    display: block;
    width: 0;
    height: 100%;
    background-color: #2199e8;
    border-radius: 3px
}

.progress-meter .progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: .75rem;
    font-weight: 700;
    color: #fff;
    white-space: nowrap
}

.slider-fill, .slider-handle {
    left: 0;
    display: inline-block
}

.slider {
    position: relative;
    height: .5rem;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
    background-color: #9B9BA7;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none
}

.slider-fill {
    position: absolute;
    top: 0;
    max-width: 100%;
    height: .5rem;
    background-color: #202020;
    transition: all .2s ease-in-out
}

.slider-fill.is-dragging {
    transition: all 0s linear
}

.slider-handle {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    width: 1.4rem;
    height: 1.4rem;
    background-color: #2199e8;
    transition: all .2s ease-in-out;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border-radius: 3px
}

[data-whatinput=mouse] .slider-handle {
    outline: 0
}

.slider-handle:hover {
    background-color: #1583cc
}

.slider-handle.is-dragging {
    transition: all 0s linear
}

.slider.disabled, .slider[disabled] {
    opacity: .25;
    cursor: not-allowed
}

.slider.vertical {
    display: inline-block;
    width: .5rem;
    height: 12.5rem;
    margin: 0 1.25rem;
    transform: scale(1, -1)
}

.slider.vertical .slider-fill {
    top: 0;
    width: .5rem;
    max-height: 100%
}

.slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%)
}

.sticky-container {
    position: relative
}

.sticky {
    position: absolute;
    z-index: 0;
    transform: translate3d(0, 0, 0)
}

.sticky.is-stuck {
    position: fixed;
    z-index: 5
}

.sticky.is-stuck.is-at-top {
    top: 0
}

.sticky.is-stuck.is-at-bottom {
    bottom: 0
}

.sticky.is-anchored {
    position: absolute;
    left: auto;
    right: auto
}

.sticky.is-anchored.is-at-bottom {
    bottom: 0
}

body.is-reveal-open {
    overflow: hidden
}

.reveal-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1005;
    background-color: rgba(10, 10, 10, .45);
    overflow-y: scroll
}

.reveal {
    display: none;
    z-index: 1006;
    padding: 1rem;
    border: 1px solid #202020;
    margin: 100px auto 0;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    overflow-y: auto
}

.switch-paddle, .switch-paddle::after {
    display: block;
    transition: all .25s ease-out
}

[data-whatinput=mouse] .reveal {
    outline: 0
}

.reveal .column, .reveal .columns {
    min-width: 0
}

.reveal > :last-child {
    margin-bottom: 0
}

.reveal.collapse {
    padding: 0
}

caption, tbody td, tbody th {
    padding: .5rem .625rem .625rem
}

@media screen and (min-width: 40em) {
    .reveal {
        width: 600px;
        max-width: 80rem
    }

    .reveal .reveal {
        left: auto;
        right: auto;
        margin: 0 auto
    }

    .reveal.tiny {
        width: 30%;
        max-width: 80rem
    }

    .reveal.small {
        width: 50%;
        max-width: 80rem
    }

    .reveal.large {
        width: 90%;
        max-width: 80rem
    }
}

.reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0
}

.switch {
    margin-bottom: 1rem;
    outline: 0;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    font-size: .875rem
}

.switch-input {
    opacity: 0;
    position: absolute
}

.switch-paddle {
    background: #202020;
    cursor: pointer;
    position: relative;
    width: 4rem;
    height: 2rem;
    border-radius: 3px;
    color: inherit;
    font-weight: inherit
}

.h1, .h2, .h3, .has-tip, .logo, .title-bar-title, caption, h1, h2, h3, header h2 {
    font-weight: 700
}

input + .switch-paddle {
    margin: 0
}

.switch-paddle::after {
    background: #fff;
    content: '';
    position: absolute;
    height: 1.5rem;
    left: .25rem;
    top: .25rem;
    width: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 3px
}

input:checked ~ .switch-paddle {
    background: #2199e8
}

input:checked ~ .switch-paddle::after {
    left: 2.25rem
}

[data-whatinput=mouse] input:focus ~ .switch-paddle {
    outline: 0
}

.switch-active, .switch-inactive {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.switch-active {
    left: 8%;
    display: none
}

input:checked + label > .switch-active {
    display: block
}

.switch-inactive {
    right: 15%
}

input:checked + label > .switch-inactive {
    display: none
}

.switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: .625rem
}

.switch.tiny .switch-paddle::after {
    width: 1rem;
    height: 1rem
}

.switch.tiny input:checked ~ .switch-paddle:after {
    left: 1.75rem
}

.switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: .75rem
}

.switch.small .switch-paddle::after {
    width: 1.25rem;
    height: 1.25rem
}

.switch.small input:checked ~ .switch-paddle:after {
    left: 2rem
}

.switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem
}

.switch.large .switch-paddle::after {
    width: 2rem;
    height: 2rem
}

.switch.large input:checked ~ .switch-paddle:after {
    left: 2.75rem
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1rem;
    border-radius: 3px
}

tbody, tfoot, thead {
    border: 1px solid #f2f2f2;
    background-color: #fff
}

tfoot, thead {
    background: #f9f9f9;
    color: #9B9B9B
}

tfoot tr, thead tr {
    background: 0 0
}

tfoot td, tfoot th, thead td, thead th {
    padding: .5rem .625rem .625rem;
    font-weight: 700;
    text-align: left
}

tbody tr:nth-child(even) {
    background-color: #f2f2f2
}

@media screen and (max-width: 63.9375em) {
    table.stack tfoot, table.stack thead {
        display: none
    }

    table.stack td, table.stack th, table.stack tr {
        display: block
    }

    table.stack td {
        border-top: 0
    }
}

.tabs, .tabs-content {
    border: 1px solid #9B9BA7
}

table.scroll {
    display: block;
    width: 100%;
    overflow-x: auto
}

table.hover tr:hover {
    background-color: #fafafa
}

table.hover tr:nth-of-type(even):hover {
    background-color: #ededed
}

.tabs {
    margin: 0;
    background: #fff
}

.tabs::after, .tabs::before {
    content: ' ';
    display: table
}

.tabs::after {
    clear: both
}

.tabs.vertical > li {
    width: auto;
    float: none;
    display: block
}

.tabs-title, .title-bar-left {
    float: left
}

.tabs.simple > li > a {
    padding: 0
}

.tabs.simple > li > a:hover {
    background: 0 0
}

.tabs.primary {
    background: #2199e8
}

.tabs.primary > li > a {
    color: #fff
}

.tabs.primary > li > a:focus, .tabs.primary > li > a:hover {
    background: #1893e4
}

.tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 12px;
    color: #2199e8
}

.tabs-title > a:hover {
    background: #fff
}

.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
    background: #9B9BA7
}

.tabs-content {
    background: #fff;
    transition: all .5s ease;
    border-top: 0
}

.tabs-content.vertical {
    border: 1px solid #9B9BA7;
    border-left: 0
}

.tabs-panel {
    display: none;
    padding: 1rem
}

.tabs-panel.is-active {
    display: block
}

.thumbnail {
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px rgba(10, 10, 10, .2);
    display: inline-block;
    line-height: 0;
    max-width: 100%;
    transition: box-shadow .2s ease-out;
    border-radius: 3px;
    margin-bottom: 1rem
}

.thumbnail:focus, .thumbnail:hover {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, .5)
}

.title-bar {
    background: #0a0a0a;
    color: #fff;
    padding: .5rem
}

.title-bar::after, .title-bar::before {
    content: ' ';
    display: table
}

.menu-icon, .title-bar-title {
    display: inline-block;
    vertical-align: middle
}

.title-bar::after {
    clear: both
}

.title-bar .menu-icon {
    margin-left: .25rem;
    margin-right: .5rem
}

.title-bar-right {
    float: right;
    text-align: right
}

.menu-icon {
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 16px
}

.menu-icon::after, .tooltip::before {
    content: '';
    display: block
}

.menu-icon::after {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff
}

.menu-icon:hover::after {
    background: #202020;
    box-shadow: 0 7px 0 #202020, 0 14px 0 #202020
}

.has-tip {
    border-bottom: dotted 1px #9B9B9B;
    position: relative;
    display: inline-block;
    cursor: help
}

.tooltip {
    background-color: #0a0a0a;
    color: #fff;
    font-size: 80%;
    padding: .75rem;
    position: absolute;
    z-index: 10;
    top: calc(100% + .6495rem);
    max-width: 10rem !important;
    border-radius: 3px
}

.tooltip::before {
    width: 0;
    height: 0;
    border: .75rem inset;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.tooltip.left::before, .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    bottom: auto;
    transform: translateY(-50%);
    height: 0
}

.tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: .75rem inset;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    top: 100%;
    bottom: auto
}

.tooltip.left::before {
    border: .75rem inset;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    left: 100%;
    top: 50%
}

.tooltip.right::before {
    border: .75rem inset;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    left: auto;
    right: 100%;
    top: 50%
}

.top-bar {
    padding: .5rem
}

.top-bar::after, .top-bar::before {
    content: ' ';
    display: table
}

.top-bar::after {
    clear: both
}

.top-bar, .top-bar ul {
    background-color: #fff
}

.top-bar a {
    color: #2199e8
}

.h1, .h2, .h3 a, h1, h2, h3 a, ol, p, ul {
    /*color: #4A4A4A*/
}

.top-bar input {
    width: 200px;
    margin-right: 1rem
}

.top-bar input.button {
    width: auto
}

@media screen and (max-width: 39.9375em) {
    .stacked-for-small .top-bar-left, .stacked-for-small .top-bar-right {
        width: 100%
    }
}

@media screen and (max-width: 63.9375em) {
    .stacked-for-medium .top-bar-left, .stacked-for-medium .top-bar-right {
        width: 100%
    }
}

@media screen and (max-width: 74.9375em) {
    .stacked-for-large .top-bar-left, .stacked-for-large .top-bar-right {
        width: 100%
    }
}

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .top-bar-left, .top-bar-right {
        width: 100%
    }
}

.top-bar-left {
    float: left
}

.top-bar-right {
    float: right
}

body {
    font-size: .875rem
}

a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .3)
}

.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, h1 a, h2 a, h3 a, h4 a, h5 a {
    text-decoration: none
}

.h1, h1 {
    font-family: "PT Sans", Helvetica, Arial, sans-serif
}

.h2, h2 {
    font-size: 1.5rem;
    margin: 1.5625rem 0
}

.h3, h3 {
    font-size: 1.3125rem
}

.h5, h5 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: .8125rem
}

.button, .byline, .logo, .page-title, .post-categories li a, .single-title, .tags, .top-bar#top-bar-menu .menu li a {
    font-family: "Ek Mukta", Helvetica, Arial, sans-serif
}

p, ul, ol {
    font-size: var(--normal-font-size);
    margin-bottom: 16px;
    line-height: 28px;
    text-align: start;
}

/*p {
    font-size: .9375rem;
    line-height: 1.5
}*/

header h2 {
    margin-top: 0;
    margin-bottom: 1.875rem;
    font-size: 2.5rem
}

header span.byline {
    margin-bottom: 1.5rem;
    display: block
}

.single h1 {
    margin-bottom: 0
}

.button {
    padding: .75rem 1.5625rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.vh-pagination .next, .vh-pagination .prev {
    background: #2199e8;
    color: #fff;
    min-width: 130px;
    padding: .625rem 1.5625rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.header {
    min-height: 4.8125rem;
    box-shadow: 0 2px 0 0 rgba(112, 112, 112, .09);
    -webkit-box-shadow: 0 2px 0 0 rgba(112, 112, 112, .09);
    -moz-box-shadow: 0 2px 0 0 rgba(112, 112, 112, .09)
}

.relative {
    position: relative
}

.show {
    display: inline-block !important
}

.top-strip {
    background: #0a0a0a
}

.top-strip .top-bar {
    background: #0a0a0a;
    padding: .625rem 0
}

.top-strip .top-bar .top-bar-left ul {
    margin-top: .1875rem
}

.top-strip .top-bar .top-bar-left ul li {
    font-size: .875rem
}

.top-strip .top-bar .top-bar-left ul li a {
    padding: 0 0 0 .625rem
}

.top-strip .top-bar .top-bar-left ul li:first-child a {
    padding: 0
}

.top-strip .top-bar .title-area {
    z-index: 1
}

.top-strip .top-bar ul {
    background: 0 0
}

.top-strip .top-bar ul li {
    font-size: .8125rem
}

.top-strip .top-bar ul li a {
    color: #9B9B9B;
    padding: 0 0 0 .3125rem
}

.social-icons {
    margin: 0;
    line-height: .75rem
}

.social-icons li {
    display: inline-block
}

.social-icons li a {
    font-size: 1.125rem;
    color: #9B9B9B
}

.logo {
    margin: 1.625rem 0 0;
    font-size: 1.375rem;
    line-height: .9375rem;
    text-transform: uppercase
}

.logo a {
    color: #0a0a0a;
    line-height: 1rem
}

.site-description {
    margin: 0;
    font-size: .8125rem;
    color: #9B9BA7;
    font-weight: 400
}

.menu-mobile, .top-bar#top-bar-menu .menu li:hover a {
    color: #2199e8
}

.logo-wrapper .heading-logo {
    padding: 0;
    display: block
}

.logo-wrapper .logo-image {
    margin-top: 1.5625rem
}

.logo-wrapper .logo-icon {
    width: 3.125rem;
    float: left;
    margin-top: 1.25rem;
    margin-right: .9375rem
}

.top-bar#top-bar-menu {
    position: relative;
    padding: 0
}

.top-bar#top-bar-menu .row .top-bar-left {
    width: 30%
}

.top-bar#top-bar-menu .menu {
    margin: 0;
    float: right
}

.top-bar#top-bar-menu .menu li {
    min-height: 2.5rem;
    border-top: 2px solid #fff
}

.top-bar#top-bar-menu .menu li:hover {
    border-top: 2px solid #2199e8
}

.top-bar#top-bar-menu .menu li a {
    font-size: .9375rem;
    padding: 2rem 1rem;
    color: #0a0a0a;
    font-weight: 500
}

.top-bar#top-bar-menu .menu li a.button a {
    padding: 0;
    color: #fff
}

.top-bar#top-bar-menu .menu li.cta:hover {
    border-top: 2px solid #fff
}

.top-bar#top-bar-menu .menu li.cta a {
    margin: 1.25rem 0 1.25rem 1.25rem;
    padding: .625rem 1.5625rem;
    display: inline-block;
    background: #2199e8;
    font-size: .9375rem;
    color: #fff
}

.top-bar#top-bar-menu .menu .submenu {
    padding: .625rem 1.5rem 0;
    background: #1F1F1F;
    z-index: 100;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5)
}

.top-bar#top-bar-menu .menu .submenu > li {
    border-bottom: 1px solid #4A4A4A;
    border-top: 0
}

.top-bar#top-bar-menu .menu .submenu > li a {
    padding: .625rem 0;
    color: #fff
}

.top-bar#top-bar-menu .menu .submenu > li a:hover {
    color: #9B9BA7
}

.top-bar#top-bar-menu .menu .submenu > li:last-child {
    border-bottom: none
}

.top-bar#top-bar-menu .menu .submenu > li ul {
    z-index: 150
}

.top-bar#top-bar-menu .menu .submenu > li.is-right-arrow > a:after {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: 5px inset;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fff;
    opacity: .7
}

.entry-content img, .entry-content object, .entry-content video {
    height: auto;
    max-width: 100%
}

.menu-mobile {
    float: right;
    padding: .75rem 1.875rem;
    margin: .8125rem 0 0;
    border: 1px solid #D8D8D8;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.accordion-menu {
    width: 100%;
    clear: both
}

.off-canvas-list ul {
    margin-left: 0
}

.off-canvas-list ul li a {
    border-bottom: 0
}

.off-canvas-list ul .dropdown {
    margin-left: 20px
}

#content #inner-content {
    padding: 4.75rem 0
}

#content .taxonomy-description {
    margin-bottom: 2rem
}

.article {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #F5F5F5
}

.article p {
    margin-bottom: 0
}

.archive #main header {
    padding: 0
}

.page-title, .single-title {
    color: #4A4A4A;
    font-size: 2.875rem
}

.byline, .byline .tags-title, .tags, .tags .tags-title {
    color: #9B9BA7
}

.page-title .vcard {
    border: 0;
    padding: 0
}

.page #content #main h1 {
    margin-bottom: 3rem
}

.article-footer {
    margin: 2rem 0
}

.byline, .tags {
    font-weight: 400;
    margin-bottom: .625rem;
    font-size: .875rem
}

.byline a, .tags a {
    color: #9B9BA7;
    margin-right: .25rem
}

.byline a:hover, .tags a:hover {
    color: #2199e8
}

.post-details, .post-details a {
    color: #9B9BA7
}

#main {
    padding-right: 2.5rem
}

.entry-content img {
    margin-bottom: 15px
}

.entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left
}

.entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right
}

.entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both
}

.entry-content pre {
    background: #eee;
    border: 1px solid #cecece;
    padding: 10px
}

.post-categories {
    margin-left: 0;
    margin-right: .1875rem;
    margin-bottom: 0
}

.post-categories li a {
    font-size: .75rem;
    list-style-type: none
}

.post-details {
    width: 100%;
    margin-bottom: 0
}

.post-details .post-categories {
    float: left
}

.commentlist .comment-reply-link, .commentlist .vcard time {
    float: right
}

.wp-caption {
    max-width: 100%;
    background: #eee;
    padding: 5px
}

.wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%
}

.wp-caption p.wp-caption-text {
    font-size: .85em;
    margin: 4px 0 7px;
    text-align: center
}

.post-password-form input[type=submit] {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color .25s ease-out, color .25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 3px;
    padding: .35em 1em;
    margin: 0 0 1rem;
    font-size: .9rem;
    background-color: #2199e8;
    color: #fff
}

[data-whatinput=mouse] .post-password-form input[type=submit] {
    outline: 0
}

.post-password-form input[type=submit]:focus, .post-password-form input[type=submit]:hover {
    background-color: #1583cc;
    color: #fff
}

.page-navigation {
    margin-top: 1rem
}

.pagination {
    text-align: center;
    clear: both
}

.pagination li {
    display: inline-block
}

#comments .commentlist, #respond ul {
    margin-left: 0
}

.commentlist li {
    position: relative;
    clear: both;
    overflow: hidden;
    margin-bottom: 1.5em;
    padding: .7335em 10px
}

.commentlist li:last-child {
    margin-bottom: 0
}

.commentlist li ul.children {
    margin: 0
}

.commentlist li[class*=depth-] {
    margin-top: 1.1em
}

.commentlist li.depth-1 {
    margin-left: 0;
    margin-top: 0
}

.commentlist li:not(.depth-1) {
    margin-left: 10px;
    margin-top: 0;
    padding-bottom: 0
}

.commentlist .vcard {
    margin-left: 50px
}

.commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal
}

.commentlist .vcard time a {
    color: #999;
    text-decoration: none
}

.commentlist .vcard time a:hover {
    text-decoration: underline
}

.commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff
}

.commentlist .comment_content p {
    margin: .7335em 0 1.5em;
    font-size: 1em;
    line-height: 1.5em
}

.respond-form {
    margin: 1.5em 10px;
    padding-bottom: 2.2em
}

.respond-form form {
    margin: .75em 0
}

.respond-form form li {
    clear: both;
    margin-bottom: .7335em
}

.respond-form form li label, .respond-form form li small {
    display: none
}

.respond-form form input[type=email], .respond-form form input[type=text], .respond-form form input[type=url], .respond-form form textarea {
    padding: 3px 6px;
    background: #efefef;
    border: 1px solid #9B9BA7;
    line-height: 1.5em
}

.respond-form form input[type=email]:focus, .respond-form form input[type=text]:focus, .respond-form form input[type=url]:focus, .respond-form form textarea:focus {
    background: #fff
}

.respond-form form input[type=email]:invalid, .respond-form form input[type=text]:invalid, .respond-form form input[type=url]:invalid, .respond-form form textarea:invalid {
    outline: 0;
    border-color: #fbc2c4;
    background-color: #f6e7eb;
    -ms-box-shadow: none;
    box-shadow: none
}

.respond-form form input[type=email], .respond-form form input[type=text], .respond-form form input[type=url] {
    max-width: 400px;
    min-width: 250px
}

.respond-form form textarea {
    resize: none;
    width: 97.3%;
    height: 150px
}

#comment-form-title {
    margin: 0 0 1.1em
}

#allowed_tags {
    margin: 1.5em 10px .7335em 0
}

.nocomments {
    margin: 0 20px 1.1em
}

.row.collapse .sidebar-wrapper-casino {
    padding-left: 2.5rem
}

.sidebar-wrapper, .sidebar-wrapper div:first-child {
    margin-top: 0
}

.game-post {
    margin-top: 7.375rem
}

.widget {
    margin: 0 0 1.25rem;
    clear: both
}

.widget ul {
    margin: 0;
    font-size: .875rem
}

.widget ul li {
    line-height: 1.8125rem;
    border-bottom: 1px solid #F5F5F5;
    padding: .3125rem 0
}

.widget ul li a {
    color: #0a0a0a
}

.widget ul li a:hover {
    color: #2199e8
}

.widget .textwidget {
    color: #4A4A4A
}

.widget .textwidget ul {
    list-style-type: disc;
    margin-left: 1.25rem;
    margin-bottom: 1.25rem
}

.widget .textwidget ul li {
    list-style: outside;
    line-height: 1rem;
    border-bottom: none
}

.homepage-widget {
    padding-left: 0
}

.homepage-widget .widget {
    padding-left: 0;
    list-style-type: none
}

.homepage-widget .widget ul li:before {
    font-family: "Material Design Icons";
    font-size: 1.0625rem;
    content: '\f238';
    margin-top: .0625rem;
    margin-right: .5rem
}

.footer, .footer .footer-strip .logo-footer {
    font-family: "Ek Mukta", Helvetica, Arial, sans-serif
}

.homepage-widget .widget ul li a {
    color: #9B9BA7;
    transition: padding-left 125ms ease-in-out
}

.homepage-widget .widget ul li a:hover {
    padding-left: 5px;
    color: #0a0a0a
}

.game-post-banner {
    width: 100%;
    height: 11.25rem;
    position: relative;
    background: #0a0a0a;
    overflow: hidden
}

.game-post-banner .image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center !important;
    z-index: 1;
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px)
}

.off-canvas-content, .top-strip {
    position: relative
}

.game-post-banner h1, .game-post-banner h2 {
    text-align: center;
    display: inline-block;
    margin: 3.125rem auto 0;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 4rem;
    position: relative;
    z-index: 2
}

.footer {
    clear: both;
    margin-top: 3.75rem;
    background: #202020;
    font-size: .9375rem
}

#nav-toggle:hover span, #nav-toggle:hover span:after, #nav-toggle:hover span:before, .game-overlay {
    background: #0a0a0a
}

.footer .columns:first-child {
    padding-left: 0
}

.footer .columns:last-child {
    padding-right: 0
}

.footer .widget {
    margin-bottom: 1.875rem
}

.footer .widget h2 {
    padding-top: 1.25rem;
    margin-bottom: 1.75rem;
    font-size: .875rem;
    color: #9B9BA7
}

.footer .widget .textwidget {
    line-height: 1.5rem
}

.footer .widget ul li {
    border-bottom: 1px solid #4A4A4A;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    font-size: .9375rem;
    color: #9B9BA7
}

.footer .widget ul li:last-child, .vh-casino-providers tbody tr, .vh-casino-providers thead {
    border-bottom: 0
}

.footer .widget ul li a {
    color: #fff
}

.footer .footer-strip {
    background: #0a0a0a;
    padding: 1.625rem 0 1.5rem
}

.footer .footer-strip .logo-footer {
    color: #fff;
    float: left;
    margin-top: .375rem;
    margin-right: 2.5rem;
    line-height: .9375rem;
    font-weight: 700;
    font-size: 1.375rem
}

.footer .footer-strip .logo-footer span {
    margin: .125rem 0 0;
    font-size: .8125rem;
    color: #9B9BA7;
    width: 100%;
    font-weight: 400;
    display: inline-block;
    text-transform: capitalize
}

.footer .footer-strip p {
    margin: 0
}

.footer .footer-strip .copyright {
    float: right
}

.footer .footer-strip .social-icons {
    float: right;
    margin-top: .625rem
}

.footer .footer-strip ul.menu {
    float: left
}

.footer .footer-strip ul.menu li a {
    color: #9B9BA7
}

.gform_body ul {
    list-style: none;
    margin: 0
}

.top-strip {
    z-index: 100
}

.footer ul li a, .top-bar ul li a {
    text-transform: none
}

.games-menu {
    position: absolute;
    right: 2.8125rem;
    top: 2.125rem;
    color: #0a0a0a;
    display: block;
    height: 1.5625rem;
    width: 1.5625rem
}

.games-menu:before {
    font-size: 1.5625rem
}

.game-overlay {
    position: absolute;
    display: none;
    top: 7.1875rem;
    padding: 3.75rem;
    z-index: 1000
}

.game-overlay h2 {
    color: #fff;
    margin: 0 0 1.25rem .625rem
}

.game-overlay .vh-row-sm .vh-item {
    width: 20% !important
}

.game-overlay .vh-filter, .game-overlay .vh-pagination {
    display: none
}

#nav-toggle span, #nav-toggle span:after, #nav-toggle span:before {
    cursor: pointer;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    height: 2px;
    width: 25px;
    background: #9B9BA7;
    position: absolute;
    display: block;
    content: '';
    transition: all .5s ease-in-out
}

.Widget_vh_recent_games li.vh-games-widget-item:hover .play-now, .play-now {
    will-change: opacity, top, background-color;
    transition: opacity .15s linear, top 120ms ease-out, background-color 120ms ease-out !important
}

#nav-toggle span:before {
    top: 7px
}

#nav-toggle span:after {
    bottom: -14px
}

.large-banner {
    width: 100%;
    min-height: 450px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.large-banner .banner-overlay-box {
    position: absolute;
    left: 8%;
    top: 146px;
    width: 50%
}

.large-banner .banner-overlay-box h2, .large-banner .banner-overlay-box h3 {
    font-family: "Ek Mukta", Helvetica, Arial, sans-serif;
    color: #FFF;
    text-shadow: 0 1px 5px rgba(0, 0, 0, .6);
    -webkit-text-shadow: 0 1px 5px rgba(0, 0, 0, .6);
    -moz-text-shadow: 0 1px 5px rgba(0, 0, 0, .6)
}

.large-banner .banner-overlay-box h2 {
    font-size: 66px;
    line-height: 30px;
    font-weight: 700
}

.large-banner .banner-overlay-box h3 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    line-height: 36px
}

.large-banner .banner-overlay-box .button {
    margin-top: 1.25rem;
    background: #fff;
    color: #FF5A62
}

.button.slider {
    background: #fff;
    color: #FF5A62;
    height: auto;
    margin: 0
}

.category-label ul li {
    display: block;
    float: left
}

.category-label ul li a {
    background: #FF5A62;
    color: #fff;
    padding: .3125rem .5rem .375rem;
    margin-right: .375rem;
    text-transform: uppercase
}

.divider {
    border-left: 1px solid #F5F5F5;
    padding-left: 2.5rem
}

.post-banner {
    position: relative;
    width: 100%;
    height: 22.5rem;
    margin-bottom: 1.875rem
}

.post-banner img {
    max-width: 100%
}

.post-banner .overlay {
    position: absolute;
    bottom: 0;
    padding: 1.875rem 2.5rem;
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}

.post-banner .overlay h2 {
    display: inline-block;
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: .5rem;
    width: 100%;
    font-weight: 700
}

.post-banner .overlay h2 a {
    color: #fff
}

.post-banner .overlay h5 {
    color: #fff;
    text-transform: uppercase
}

.list-post {
    margin-bottom: 1.875rem;
    display: block
}

.list-post p {
    margin-bottom: .375rem;
    font-size: .875rem
}

.list-post h3 {
    display: block;
    color: red
}

.list-post h4.byline {
    font-size: .75rem;
    font-weight: 400;
    font-family: "Open Sans", Helvetica, Arial, sans-serif
}

.list-post h4.byline a {
    color: #2199e8
}

.list-post h4.byline.tags-list {
    float: right;
    margin: 4px 0 0
}

.list-post img {
    padding-right: 1.25rem
}

.list-post .read-more {
    text-transform: uppercase;
    color: #9B9BA7;
    font-family: "Ek Mukta", Helvetica, Arial, sans-serif;
    font-size: .875rem;
    font-weight: 400
}

.list-post .read-more:hover {
    color: #2199e8
}

.vh-casino-providers {
    margin-top: 1.875rem;
    text-transform: uppercase;
    color: #0a0a0a;
    font-size: .875rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, .15)
}

.vh-casino-providers thead tr th {
    padding: .9375rem 0 .9375rem .625rem;
    background-color: #FF5A62;
    color: #fff;
    font-weight: 500;
    border-bottom: 0
}

.vh-casino-providers thead tr th:first-child {
    padding-left: 1.625rem
}

.vh-casino-providers thead tr th:last-child {
    padding: 1.25rem;
    text-align: center
}

.vh-casino-providers tbody tr:nth-child(even) {
    background: #f2f2f2
}

.vh-casino-providers tbody tr td.vh-casino a img {
    width: auto
}

.vh-casino-providers tbody tr td.vh-cta-buttons {
    padding: .625rem 1.25rem
}

.vh-casino-providers tbody tr td.vh-cta-buttons a {
    color: #FF5A62
}

.vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow {
    border: 1px solid #FF5A62;
    background: 0 0;
    color: #FF5A62 !important;
    font-size: .875rem;
    display: inline-block;
    width: 100%;
    padding: .625rem 1.25rem;
    margin: .25rem 0 0
}

.tablepress tbody, .tablepress thead {
    border: 0
}

.vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow:hover {
    background: #FF5A62;
    color: #fff !important
}

.vh-casino-providers tbody tr td.vh-bonus {
    font-weight: 500;
    font-family: "Open Sans", Helvetica, Arial, sans-serif
}

.tablepress {
    margin-top: 1.875rem;
    text-transform: uppercase;
    color: #0a0a0a;
    font-size: .875rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, .15)
}

.tablepress thead tr th {
    padding: 1.25rem 0 1.25rem .625rem;
    background-color: #FF5A62;
    color: #fff;
    font-weight: 500
}

.tablepress thead tr th:first-child {
    padding-left: 1.625rem
}

.tablepress thead tr th:last-child {
    padding: 1.25rem;
    text-align: center
}

.tablepress tbody tr td {
    padding: 1.25rem 1.25rem 1.25rem .625rem;
    vertical-align: middle;
    border: 0
}

.tablepress tbody tr td a {
    color: #FF5A62
}

.tablepress tbody tr td a.button {
    border: 1px solid #FF5A62;
    font-family: "Ek Mukta", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding: .75rem 1.5625rem;
    background: 0 0;
    display: inline-block;
    box-shadow: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    width: 100%;
    margin: .25rem 0 0;
    white-space: nowrap
}

.tablepress tbody tr td a.button:hover {
    background: #FF5A62;
    color: #fff
}

.tablepress tbody tr td:first-child {
    padding-left: 1.625rem
}

.tablepress tbody tr td img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    height: 2.8125rem;
    width: 2.8125rem;
    margin: 0
}

.bonus-table-sidebar {
    margin-bottom: 1.875rem
}

.bonus-table-sidebar .large-cta {
    font-size: 1.3125rem;
    padding: 1.25rem 0;
    width: 100%;
    margin-bottom: 0;
    text-transform: capitalize;
    position: relative
}

.bonus-table-sidebar .large-cta i {
    background-image: url(../images/dd.svg);
    background-repeat: no-repeat;
    width: 14px;
    height: 8px;
    position: absolute;
    top: 27px;
    right: 30px
}

.bonus-table-sidebar .large-cta i.switch {
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV"
}

.bonus-table-sidebar #mini-casino-table, .bonus-table-sidebar tbody tr .column-1, .bonus-table-sidebar tbody tr .column-3, .bonus-table-sidebar thead {
    display: none
}

.bonus-table-sidebar tbody tr .column-2 {
    padding: .625rem 0 .625rem 1.25rem;
    font-size: .875rem
}

.bonus-table-sidebar tbody tr .column-4 .button {
    font-size: .75rem;
    float: right;
    padding: .5rem .75rem;
    width: 100%;
    border-color: #2199e8;
    color: #2199e8;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.bonus-table-sidebar tbody tr .column-4 .button:hover {
    background: #2199e8;
    color: #fff;
    border-color: #2199e8
}

.rating {
    list-style-type: none;
    margin: 0
}

.rating li {
    font-family: "Material Design Icons";
    display: inline-block;
    font-size: 1.3125rem;
    color: #0a0a0a
}

.no-image-radius span, li.vh-games-widget-item h3 {
    font-family: "Ek Mukta", Helvetica, Arial, sans-serif;
    text-align: center
}

.rating li.star:before {
    content: "\f5bc"
}

.rating li:before {
    content: "\f5be"
}

.vh-filter {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0
}

.vh-filter select {
    width: 35%;
    float: initial;
    padding: 10px
}

.vh-filter select:hover {
    background-color: #F5F5F5;
    color: #9B9B9B
}

li.vh-games-widget-item {
    width: 50%;
    position: relative;
    padding: 0 .625rem;
    border-radius: border-box;
    -webkit-border-radius: border-box;
    -moz-border-radius: border-box;
    margin: 0 0 .9375rem;
    list-style-type: none;
    float: left
}

li.vh-games-widget-item h3 {
    color: #0a0a0a;
    font-size: .75rem;
    font-weight: 300;
    line-height: 1.125rem;
    height: 3.4375rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 1.25rem;
    white-space: pre-wrap;
    background: #F5F5F5;
    vertical-align: middle;
    text-transform: uppercase
}

li.vh-games-widget-item img {
    width: 100%;
    padding: 0
}

.Widget_vh_recent_games {
    display: inline-block
}

.Widget_vh_recent_games .vh-games-widget-item {
    padding: 0
}

#comment, .search-field {
    border-color: #bcbcbc #dadada #e5e5e5;
    border-width: 1px;
    border-style: solid;
    box-shadow: inset 0 0 0 0;
    -webkit-box-shadow: inset 0 0 0 0;
    -moz-box-shadow: inset 0 0 0 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0
}

.no-image-radius {
    margin: 0 auto;
    display: block;
    height: 7rem;
    width: 7rem;
    background: #D8D8D8;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.no-image-radius.archive {
    height: auto;
    width: 93%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: #f2f2f2;
    padding: 10%;
    margin: 0
}

.no-image-radius span {
    margin: 0;
    font-size: 58px;
    font-weight: 700;
    display: inherit;
    line-height: 112px;
    color: #fff
}

.casino-reviews-grid .card {
    background: #F5F5F5;
    margin-bottom: 1.875rem;
    display: block;
    min-height: 349px;
    position: relative
}

.casino-reviews-grid .card .review-type-star {
    background: 0 0;
    width: 100%;
    text-align: center;
    margin: 0;
    padding: 1rem
}

.casino-reviews-grid .card div[class*=wp-review-] .review-result-wrapper i {
    color: #000
}

.casino-reviews-grid .card .vh-casino-title {
    padding: 2rem 1rem;
    text-align: center;
    color: #FF5A62;
    text-transform: uppercase;
    display: block;
    font-size: .875rem;
    max-height: 5.25rem;
    overflow: hidden
}

.casino-reviews-grid .card .vh-casino-overlay {
    min-height: 112px
}

.casino-reviews-grid .card .vh-casino-overlay img {
    margin: 0 auto;
    display: block;
    width: 7rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.casino-reviews-grid .card .vh-bonus-text {
    padding: 2rem 0 0;
    text-align: center;
    color: #0a0a0a;
    text-transform: uppercase;
    font-size: .875rem
}

.casino-reviews-grid .card .terms-link {
    display: block;
    text-align: center;
    font-size: .8125rem;
    margin-bottom: .3125rem
}

.casino-reviews-grid .card .button {
    width: 100%;
    margin: 0;
    background: #D8D8D8;
    position: absolute;
    bottom: 0
}

.casino-reviews-grid .card:hover {
    cursor: pointer;
    background: #fff;
    box-shadow: 0 6px 17px 0 rgba(0, 0, 0, .16)
}

.casino-reviews-grid .card:hover .no-image-radius {
    background: #E7F1F8
}

.casino-reviews-grid .card:hover .no-image-radius span {
    color: #ABBFCD
}

.casino-reviews-grid .card:hover .button {
    background: #2199e8
}

.casino-reviews-grid .pagination {
    text-align: center;
    clear: both
}

.casino-reviews-grid .grid-casino-rating {
    min-height: 62px
}

.widget_search {
    margin-top: 1.875rem
}

.casino-thumb {
    padding: 2.125rem;
    background: #333
}

.casino-thumb.row {
    margin-left: 0;
    margin-right: 0
}

.casino-thumb.row .columns {
    padding-left: 0;
    padding-right: 0
}

.casino-thumb.row .columns h3 a {
    color: #fff
}

.casino-thumb.row .columns h3 a i {
    margin-left: 10px
}

.casino-thumb.row .columns h3 a i img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    width: 14px;
    margin-top: -4px
}

.casino-thumb img {
    margin-bottom: 0;
    width: 7rem;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px
}

.casino-thumb h3, .casino-thumb h4 {
    margin-left: 2.5rem;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400
}

.casino-thumb .terms-link-post {
    margin-left: 2.5rem
}

.casino-thumb h3 {
    color: #fff;
    font-size: 1.3125rem;
    margin-top: 1.875rem;
    margin-bottom: 0
}

.casino-thumb h4 {
    color: #D8D8D8;
    font-size: 1.125rem
}

div[class*=wp-review-], div[class^=wp-review-] {
    padding: 2.125rem;
    border: 0
}

div[class*=wp-review-] .review-result-wrapper .review-result, div[class*=wp-review-] .review-result-wrapper .review-result i, div[class*=wp-review-] .review-result-wrapper i, div[class*=wp-review-] .review-result-wrapper i i, div[class^=wp-review-] .review-result-wrapper .review-result, div[class^=wp-review-] .review-result-wrapper .review-result i, div[class^=wp-review-] .review-result-wrapper i, div[class^=wp-review-] .review-result-wrapper i i {
    color: #fff
}

div[class*=wp-review-] .review-links, div[class^=wp-review-] .review-links {
    padding: 20px 1px 0 !important
}

div[class*=wp-review-] .wp-review-loading-msg, div[class^=wp-review-] .wp-review-loading-msg {
    padding: 0
}

div[class*=wp-review-] .review-desc, div[class^=wp-review-] .review-desc {
    padding: 2.25rem 0
}

div[class*=wp-review-] .review-desc .review-summary-title strong, div[class^=wp-review-] .review-desc .review-summary-title strong {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: .625rem;
    display: inline-block
}

div[class*=wp-review-] .review-desc p, div[class^=wp-review-] .review-desc p {
    color: #9B9BA7
}

div[class*=wp-review-] .review-total-wrapper .review-total-box, div[class^=wp-review-] .review-total-wrapper .review-total-box {
    font-weight: 400;
    color: #fff
}

div[class*=wp-review-] .review-title, div[class^=wp-review-] .review-title {
    background: 0 0;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    padding: 0 0 1.125rem;
    border: 0;
    font-size: 1.3125rem;
    text-transform: capitalize;
    color: #fff;
    font-weight: 400
}

div[class*=wp-review-] ul.review-list li, div[class^=wp-review-] ul.review-list li {
    background: #333;
    border: 0;
    color: #9B9BA7
}

div[class*=wp-review-] ul.review-list li .review-percentage, div[class^=wp-review-] ul.review-list li .review-percentage {
    float: right;
    width: 200px
}

div[class*=wp-review-] ul.review-list li .review-percentage .review-result-wrapper .review-result, div[class^=wp-review-] ul.review-list li .review-percentage .review-result-wrapper .review-result {
    background: #9B9BA7
}

div[class*=wp-review-] ul.review-list li:nth-child(2n), div[class^=wp-review-] ul.review-list li:nth-child(2n) {
    background: #4A4A4A
}

div[class*=wp-review-] ul.review-list li .review-star, div[class^=wp-review-] ul.review-list li .review-star {
    top: .3125rem
}

div[class*=wp-review-] ul.review-list li .review-point, div[class^=wp-review-] ul.review-list li .review-point {
    float: right
}

div[class*=wp-review-] .user-review-area, div[class^=wp-review-] .user-review-area {
    border: 0;
    color: #9B9BA7;
    background: #4A4A4A
}

div[class*=wp-review-] .user-review-area .review-percentage, div[class*=wp-review-] .user-review-area .review-point, div[class^=wp-review-] .user-review-area .review-percentage, div[class^=wp-review-] .user-review-area .review-point {
    float: right;
    width: 200px;
    position: absolute;
    top: 12px;
    right: 15px
}

div[class*=wp-review-] .user-review-area .review-point, div[class*=wp-review-] .user-review-area .review-star, div[class^=wp-review-] .user-review-area .review-point, div[class^=wp-review-] .user-review-area .review-star {
    margin-top: -2px
}

div[class*=wp-review-] .user-review-area .wp-review-rating-input, div[class*=wp-review-] .user-review-area .wp-review-user-rating, div[class*=wp-review-] .user-review-area .wp-review-user-rating-star, div[class^=wp-review-] .user-review-area .wp-review-rating-input, div[class^=wp-review-] .user-review-area .wp-review-user-rating, div[class^=wp-review-] .user-review-area .wp-review-user-rating-star {
    padding: 0
}

div[class*=wp-review-] .user-review-area .user-total-wrapper .user-review-title, div[class^=wp-review-] .user-review-area .user-total-wrapper .user-review-title {
    font-weight: 400;
    color: #fff
}

div[class*=wp-review-] .user-review-area .user-total-wrapper .review-total-wrapper .review-total-box, div[class^=wp-review-] .user-review-area .user-total-wrapper .review-total-wrapper .review-total-box {
    font-weight: 400;
    color: #202020
}

.review-result-wrapper i {
    color: #7b7b7b !important
}

.review-result i {
    color: #000 !important
}

.wp_review_tab_widget_content .inside {
    padding-top: 0 !important
}

.wp_review_tab_widget_content .inside .tab-content .wp_review_tab_thumb_large {
    display: block
}

.wp_review_tab_widget_content .inside .tab-content .wp-review-tab-pagination {
    background: 0 0;
    margin: 0;
    width: 100%;
    border-top: 1px solid #D8D8D8;
    padding: .625rem
}

.wp_review_tab_widget_content .inside .tab-content ul li {
    padding: .875rem .9375rem .9375rem;
    margin: 0
}

.wp_review_tab_widget_content .inside .tab-content ul li .title-right .entry-title {
    line-height: 1rem;
    margin-top: .25rem
}

.wp_review_tab_widget_content .inside .tab-content ul li .title-right .review-total-only.small-thumb {
    margin: 0;
    width: 100%;
    display: block !important;
    background: 0 0
}

.wp_review_tab_widget_content .inside .tab-content ul li .title-right .review-total-only .review-star {
    margin: 0
}

.wp_review_tab_widget_content .inside .tab-content ul li .title-right .review-total-only .review-star .review-result-wrapper i {
    font-size: .8125rem
}

.wp_review_tab_widget_content .inside .tab-content ul li .title-right .review-total-only.large-thumb {
    position: relative;
    top: auto !important;
    right: auto !important;
    width: auto !important;
    padding: 0 !important;
    background: 0 0 !important;
    margin: 0 0 .3125rem;
    display: block
}

.wp_review_tab_widget_content .inside .tab-content ul li .title-right .wp-review-tab-postmeta {
    background: 0 0;
    padding: 0;
    margin: 0;
    float: left;
    display: block;
    line-height: 1rem;
    font-size: .6875rem;
    text-transform: uppercase
}

.wp_review_tab_widget_content.wp-review-tab-loading {
    padding: 0;
    width: auto !important
}

.wp-review-no-thumb.wp_review_tab_thumb_small {
    margin: 0 12px 0 0 !important
}

.home-top-sidebar .widget {
    margin-top: 1.5625rem
}

.sidebar-wrapper .casino-reviews-grid .column, .sidebar-wrapper .casino-reviews-grid .columns, .sidebar-wrapper-casino .casino-reviews-grid .column, .sidebar-wrapper-casino .casino-reviews-grid .columns, .sidebar-wrapper-news .casino-reviews-grid .column, .sidebar-wrapper-news .casino-reviews-grid .columns {
    width: 98%;
    clear: none
}

.sidebar-wrapper .casino-reviews-grid .grid-casino-rating .wp-review-show-total, .sidebar-wrapper-casino .casino-reviews-grid .grid-casino-rating .wp-review-show-total, .sidebar-wrapper-news .casino-reviews-grid .grid-casino-rating .wp-review-show-total {
    margin: 0;
    width: 100%;
    padding: 1rem
}

.sidebar-wrapper .casino-reviews-grid .column .button, .sidebar-wrapper .casino-reviews-grid .columns .button, .sidebar-wrapper-casino .casino-reviews-grid .column .button, .sidebar-wrapper-casino .casino-reviews-grid .columns .button, .sidebar-wrapper-news .casino-reviews-grid .column .button, .sidebar-wrapper-news .casino-reviews-grid .columns .button {
    font-size: .875rem;
    text-transform: uppercase;
    padding: .75rem 1.5625rem
}

.home-sidebar-2 .casino-reviews-grid .column, .home-sidebar-2 .casino-reviews-grid .columns {
    width: 49%;
    clear: none
}

.home-sidebar-2 .Widget_vh_recent_games li.vh-games-widget-item {
    width: 48%
}

.footer .wp_review_tab_widget_content {
    margin-top: 1.875rem;
    border: 0
}

.footer .wp_review_tab_widget_content .tab-content ul li {
    margin: 0;
    padding: .625rem 0
}

.footer .wp_review_tab_widget_content .tab-content .wp-review-tab-pagination {
    border-top: 1px solid #4A4A4A
}

.footer .wp_review_tab_widget_content .wp-review-tabs .tab_title a {
    text-transform: uppercase;
    background: 0 0;
    color: #9B9BA7;
    border-left: 1px solid #1F1F1F;
    border-bottom: 1px solid #1F1F1F
}

.footer .wp_review_tab_widget_content .wp-review-tabs .tab_title.selected a {
    border-bottom: 1px solid #1F1F1F
}

.footer .wp_review_tab_widget_content .inside {
    background: 0 0
}

.footer .wp_review_tab_widget_content .inside .tab-content ul li .title-right .wp-review-tab-postmeta {
    padding: 0;
    background: 0 0
}

.footer .textwidget p a {
    color: #fff
}

.footer .vh-casino-providers thead tr th:first-child {
    padding-left: .625rem
}

.footer .vh-casino-providers .vh-cta-buttons .vh-playnow {
    padding: .5625rem !important
}

.footer .widget.widget_nav_menu ul li {
    display: block
}

.footer .widget.widget_nav_menu ul li a {
    padding: 0;
    line-height: inherit
}

.sidebar, .sidebar-wrapper, div[class*=sidebar-wrapper-], div[class^=sidebar-wrapper-] {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    margin-top: 0
}

.sidebar h2, .sidebar-wrapper h2, div[class*=sidebar-wrapper-] h2, div[class^=sidebar-wrapper-] h2 {
    margin: 0 0 1.5625rem
}

.sidebar-casino, .sidebar-wrapper-casino, div[class*=sidebar-wrapper-] -casino, div[class^=sidebar-wrapper-] -casino {
    margin-top: 4.875rem
}

.sidebar-casino .widget:first-child h2, .sidebar-news .widget:first-child h2, .sidebar-wrapper-casino .widget:first-child h2, .sidebar-wrapper-news .widget:first-child h2, div[class*=sidebar-wrapper-] -casino .widget:first-child h2, div[class*=sidebar-wrapper-] -news .widget:first-child h2, div[class^=sidebar-wrapper-] -casino .widget:first-child h2, div[class^=sidebar-wrapper-] -news .widget:first-child h2 {
    margin: 0 0 1.5625rem
}

.sidebar .button-container .review-type-percentage, .sidebar .button-container .review-type-point, .sidebar-wrapper .button-container .review-type-percentage, .sidebar-wrapper .button-container .review-type-point, div[class*=sidebar-wrapper-] .button-container .review-type-percentage, div[class*=sidebar-wrapper-] .button-container .review-type-point, div[class^=sidebar-wrapper-] .button-container .review-type-percentage, div[class^=sidebar-wrapper-] .button-container .review-type-point {
    display: none !important
}

.sidebar .button-container .widget h2, .sidebar-wrapper .button-container .widget h2, div[class*=sidebar-wrapper-] .button-container .widget h2, div[class^=sidebar-wrapper-] .button-container .widget h2 {
    margin-top: 2.5rem
}

.sidebar .button-container .widget p .excerpt-read-more, .sidebar-wrapper .button-container .widget p .excerpt-read-more, div[class*=sidebar-wrapper-] .button-container .widget p .excerpt-read-more, div[class^=sidebar-wrapper-] .button-container .widget p .excerpt-read-more {
    display: none
}

.sidebar .button-container .button, .sidebar-wrapper .button-container .button, div[class*=sidebar-wrapper-] .button-container .button, div[class^=sidebar-wrapper-] .button-container .button {
    font-size: 1.3125rem;
    text-transform: capitalize;
    padding: 1.25rem 0;
    text-align: center;
    color: #fff;
    width: 100%;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .16)
}

.sidebar .button-container .blue, .sidebar-wrapper .button-container .blue, div[class*=sidebar-wrapper-] .button-container .blue, div[class^=sidebar-wrapper-] .button-container .blue {
    background: #2199e8
}

.sidebar .button-container .blue:hover, .sidebar-wrapper .button-container .blue:hover, div[class*=sidebar-wrapper-] .button-container .blue:hover, div[class^=sidebar-wrapper-] .button-container .blue:hover {
    background: #1583cc
}

.sidebar .button-container .red, .sidebar-wrapper .button-container .red, div[class*=sidebar-wrapper-] .button-container .red, div[class^=sidebar-wrapper-] .button-container .red {
    background: #FF5A62;
    margin-top: 1.25rem
}

.sidebar .button-container .red:hover, .sidebar-wrapper .button-container .red:hover, div[class*=sidebar-wrapper-] .button-container .red:hover, div[class^=sidebar-wrapper-] .button-container .red:hover {
    background: #F24F56
}

.sidebar .button-container div[class*=wp-review-], .sidebar .button-container div[class^=wp-review-], .sidebar-wrapper .button-container div[class*=wp-review-], .sidebar-wrapper .button-container div[class^=wp-review-], div[class*=sidebar-wrapper-] .button-container div[class*=wp-review-], div[class*=sidebar-wrapper-] .button-container div[class^=wp-review-], div[class^=sidebar-wrapper-] .button-container div[class*=wp-review-], div[class^=sidebar-wrapper-] .button-container div[class^=wp-review-] {
    background: 0 0 !important;
    display: block;
    padding: 0;
    margin: 0 auto 1.875rem
}

.sidebar .textwidget .tablepress tbody tr td.column-3, .sidebar .textwidget .tablepress tbody tr td:first-child, .sidebar .textwidget .tablepress thead tr th.column-2, .sidebar .textwidget .tablepress thead tr th.column-3, .sidebar-wrapper .textwidget .tablepress tbody tr td.column-3, .sidebar-wrapper .textwidget .tablepress tbody tr td:first-child, .sidebar-wrapper .textwidget .tablepress thead tr th.column-2, .sidebar-wrapper .textwidget .tablepress thead tr th.column-3, div[class*=sidebar-wrapper-] .textwidget .tablepress tbody tr td.column-3, div[class*=sidebar-wrapper-] .textwidget .tablepress tbody tr td:first-child, div[class*=sidebar-wrapper-] .textwidget .tablepress thead tr th.column-2, div[class*=sidebar-wrapper-] .textwidget .tablepress thead tr th.column-3, div[class^=sidebar-wrapper-] .textwidget .tablepress tbody tr td.column-3, div[class^=sidebar-wrapper-] .textwidget .tablepress tbody tr td:first-child, div[class^=sidebar-wrapper-] .textwidget .tablepress thead tr th.column-2, div[class^=sidebar-wrapper-] .textwidget .tablepress thead tr th.column-3 {
    display: none
}

.sidebar .button-container > .review-total-only, .sidebar-wrapper .button-container > .review-total-only, div[class*=sidebar-wrapper-] .button-container > .review-total-only, div[class^=sidebar-wrapper-] .button-container > .review-total-only {
    text-align: center
}

.sidebar .textwidget .tablepress thead tr th, .sidebar-wrapper .textwidget .tablepress thead tr th, div[class*=sidebar-wrapper-] .textwidget .tablepress thead tr th, div[class^=sidebar-wrapper-] .textwidget .tablepress thead tr th {
    padding: .625rem 1.25rem
}

.sidebar .textwidget .tablepress tbody tr td, .sidebar-wrapper .textwidget .tablepress tbody tr td, div[class*=sidebar-wrapper-] .textwidget .tablepress tbody tr td, div[class^=sidebar-wrapper-] .textwidget .tablepress tbody tr td {
    padding: .625rem 1.25rem;
    font-size: .875rem
}

.sidebar .textwidget .tablepress tbody tr td a.button, .sidebar-wrapper .textwidget .tablepress tbody tr td a.button, div[class*=sidebar-wrapper-] .textwidget .tablepress tbody tr td a.button, div[class^=sidebar-wrapper-] .textwidget .tablepress tbody tr td a.button {
    border: 1px solid #FF5A62;
    font-family: "Ek Mukta", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding: .5rem .75rem;
    font-size: .75rem;
    color: #FF5A62;
    background: 0 0;
    display: inline-block;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    width: 100%;
    margin: .25rem 0 0;
    white-space: nowrap
}

.home-sidebar-2 table.vh-casino-providers tbody tr td.vh-devices, .home-sidebar-2 table.vh-casino-providers thead tr th.vh-devices, .sidebar .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-bonus, .sidebar .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-devices, .sidebar .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-bonus, .sidebar .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-devices, .sidebar .widget .textwidget .vh-casino-providers tbody tr td.vh-bonus, .sidebar .widget .textwidget .vh-casino-providers tbody tr td.vh-devices, .sidebar .widget .textwidget .vh-casino-providers thead tr th.vh-bonus, .sidebar .widget .textwidget .vh-casino-providers thead tr th.vh-devices, .sidebar-wrapper .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-bonus, .sidebar-wrapper .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-devices, .sidebar-wrapper .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-bonus, .sidebar-wrapper .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-devices, .sidebar-wrapper .widget .textwidget .vh-casino-providers tbody tr td.vh-bonus, .sidebar-wrapper .widget .textwidget .vh-casino-providers tbody tr td.vh-devices, .sidebar-wrapper .widget .textwidget .vh-casino-providers thead tr th.vh-bonus, .sidebar-wrapper .widget .textwidget .vh-casino-providers thead tr th.vh-devices, div[class*=sidebar-wrapper-] .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-bonus, div[class*=sidebar-wrapper-] .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-devices, div[class*=sidebar-wrapper-] .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-bonus, div[class*=sidebar-wrapper-] .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-devices, div[class*=sidebar-wrapper-] .widget .textwidget .vh-casino-providers tbody tr td.vh-bonus, div[class*=sidebar-wrapper-] .widget .textwidget .vh-casino-providers tbody tr td.vh-devices, div[class*=sidebar-wrapper-] .widget .textwidget .vh-casino-providers thead tr th.vh-bonus, div[class*=sidebar-wrapper-] .widget .textwidget .vh-casino-providers thead tr th.vh-devices, div[class^=sidebar-wrapper-] .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-bonus, div[class^=sidebar-wrapper-] .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-devices, div[class^=sidebar-wrapper-] .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-bonus, div[class^=sidebar-wrapper-] .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-devices, div[class^=sidebar-wrapper-] .widget .textwidget .vh-casino-providers tbody tr td.vh-bonus, div[class^=sidebar-wrapper-] .widget .textwidget .vh-casino-providers tbody tr td.vh-devices, div[class^=sidebar-wrapper-] .widget .textwidget .vh-casino-providers thead tr th.vh-bonus, div[class^=sidebar-wrapper-] .widget .textwidget .vh-casino-providers thead tr th.vh-devices {
    display: none
}

.sidebar .textwidget .tablepress tbody tr td a.button:hover, .sidebar-wrapper .textwidget .tablepress tbody tr td a.button:hover, div[class*=sidebar-wrapper-] .textwidget .tablepress tbody tr td a.button:hover, div[class^=sidebar-wrapper-] .textwidget .tablepress tbody tr td a.button:hover {
    background: #FF5A62;
    color: #fff
}

.sidebar .widget_text, .sidebar-wrapper .widget_text, div[class*=sidebar-wrapper-] .widget_text, div[class^=sidebar-wrapper-] .widget_text {
    color: #4A4A4A;
    font-size: .875rem;
    margin-bottom: 1.875rem
}

.home-sidebar-2 table.vh-casino-providers tbody tr td.vh-cta-buttons {
    padding: .625rem
}

.home-sidebar-2 table.vh-casino-providers tbody tr td.vh-cta-buttons .vh-playnow {
    padding: .625rem 1rem
}

.sidebar .singlegame_widget .textwidget .vh-casino-providers thead, .sidebar .widget .textwidget .vh-casino-providers thead, .sidebar-wrapper .singlegame_widget .textwidget .vh-casino-providers thead, .sidebar-wrapper .widget .textwidget .vh-casino-providers thead, div[class*=sidebar-wrapper-] .singlegame_widget .textwidget .vh-casino-providers thead, div[class*=sidebar-wrapper-] .widget .textwidget .vh-casino-providers thead, div[class^=sidebar-wrapper-] .singlegame_widget .textwidget .vh-casino-providers thead, div[class^=sidebar-wrapper-] .widget .textwidget .vh-casino-providers thead {
    background: #FF5A62
}

.sidebar .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-casino, .sidebar .widget .textwidget .vh-casino-providers thead tr th.vh-casino, .sidebar-wrapper .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-casino, .sidebar-wrapper .widget .textwidget .vh-casino-providers thead tr th.vh-casino, div[class*=sidebar-wrapper-] .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-casino, div[class*=sidebar-wrapper-] .widget .textwidget .vh-casino-providers thead tr th.vh-casino, div[class^=sidebar-wrapper-] .singlegame_widget .textwidget .vh-casino-providers thead tr th.vh-casino, div[class^=sidebar-wrapper-] .widget .textwidget .vh-casino-providers thead tr th.vh-casino {
    width: 100%
}

.sidebar .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-casino a img, .sidebar .widget .textwidget .vh-casino-providers tbody tr td.vh-casino a img, .sidebar-wrapper .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-casino a img, .sidebar-wrapper .widget .textwidget .vh-casino-providers tbody tr td.vh-casino a img, div[class*=sidebar-wrapper-] .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-casino a img, div[class*=sidebar-wrapper-] .widget .textwidget .vh-casino-providers tbody tr td.vh-casino a img, div[class^=sidebar-wrapper-] .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-casino a img, div[class^=sidebar-wrapper-] .widget .textwidget .vh-casino-providers tbody tr td.vh-casino a img {
    width: 6.75rem
}

.sidebar .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow, .sidebar .widget .textwidget .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow, .sidebar-wrapper .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow, .sidebar-wrapper .widget .textwidget .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow, div[class*=sidebar-wrapper-] .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow, div[class*=sidebar-wrapper-] .widget .textwidget .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow, div[class^=sidebar-wrapper-] .singlegame_widget .textwidget .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow, div[class^=sidebar-wrapper-] .widget .textwidget .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow {
    padding: .5rem .75rem;
    font-size: .75rem;
    white-space: nowrap
}

.dataTables_wrapper label input, .dataTables_wrapper label select {
    display: inline;
    margin: .125rem 0 .3125rem;
    width: auto;
    max-width: 8.75rem;
    height: 2rem;
    padding: .125rem .625rem .125rem .3125rem
}

.paging_simple .paginate_button.next:after, .paging_simple .paginate_button.previous:before {
    text-shadow: none;
    font-weight: 400;
    color: #ccc
}

.iframe_kh_wrapper {
    margin-bottom: 1rem
}

.play-now {
    background: #fff;
    padding: 6px 10px;
    position: absolute;
    text-transform: uppercase;
    width: 60%;
    top: 100%;
    font-size: 14px;
    left: 15%;
    right: 15%;
    color: #FF5A62;
    opacity: 0;
    text-align: center;
    margin: auto;
    overflow: hidden;
    border-radius: 0;
    -webkit-border-radius: 0;
    z-index: 200
}

.Widget_vh_recent_games {
    position: relative;
    margin: 0 0 1rem;
    padding: 0
}

.Widget_vh_recent_games li.vh-games-widget-item {
    width: 47%;
    position: relative;
    padding: 0;
    border-radius: border-box;
    -webkit-border-radius: border-box;
    -moz-border-radius: border-box;
    margin: 0 .625rem .625rem 0;
    list-style-type: none;
    float: left
}

.Widget_vh_recent_games li.vh-games-widget-item .vh-game-title {
    color: #0a0a0a;
    font-family: "Ek Mukta", Helvetica, Arial, sans-serif;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.125rem;
    height: 3.4375rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 0 1.25rem;
    white-space: pre-wrap;
    background: #F5F5F5;
    vertical-align: middle
}

.Widget_vh_recent_games li.vh-games-widget-item img {
    width: 100%;
    padding: 0
}

.Widget_vh_recent_games li.vh-games-widget-item:hover .play-now {
    display: inline-block;
    top: 42%;
    opacity: 1
}

.Widget_vh_recent_games li.vh-games-widget-item a.vh-thumb-link, .Widget_vh_recent_games li.vh-games-widget-item a > div {
    position: relative;
    display: block;
    overflow: hidden;
    outline: 0
}

.Widget_vh_recent_games li.vh-games-widget-item:hover .vh-overlay {
    background: #0a0a0a
}

.Widget_vh_recent_games li.vh-games-widget-item:hover img {
    opacity: .5
}

.Widget_vh_recent_games li.vh-games-widget-item a > div {
    z-index: 120;
    background: #F1F1F1
}

@media (min-width: 1200px) {
    .widget .vh-item {
        width: 45%;
        margin: 0 .625rem !important;
        border-bottom: 0
    }

    .home-sidebar-1 .Widget_vh_recent_games li.vh-games-widget-item {
        width: 48%
    }
}

@media (max-width: 1024px) {
    .widget .vh-filter select:first-child {
        margin-left: 0
    }

    .widget .vh-filter select:last-child {
        margin-right: 8px
    }

    .widget #vh-lobby-posts {
        margin: 0 -10px
    }

    .widget #vh-lobby-posts .vh-item {
        width: 45%;
        margin: 0 .625rem !important
    }

    .vh-pagination {
        margin: .625rem 0
    }
}

@media (max-width: 800px) {
    .vh-filter .play-now, .vh-item:hover .play-now {
        display: none
    }

    .vh-item img {
        width: auto;
        height: auto
    }
}

@media (max-width: 768px) {
    .widget #vh-lobby-posts .vh-item {
        width: 47%;
        margin: 0 .625rem !important
    }
}

@media (max-width: 600px) {
    .vh-filter {
        display: block
    }

    .vh-filter select {
        min-width: 100%;
        margin-top: 0;
        margin-bottom: .3125rem
    }

    ul#vh-lobby-posts {
        padding: 0 15px
    }

    ul#vh-lobby-posts .vh-item {
        width: 100%;
        border-bottom: 0
    }
}

@media (max-width: 420px) {
    .widget {
        margin: 0 .625rem
    }

    .widget ul#vh-lobby-posts .vh-item {
        width: 100%;
        border-bottom: 0;
        margin: 0 !important
    }

    .entry-content ul#vh-lobby-posts {
        margin-top: 1.25rem;
        padding: 0
    }

    .entry-content ul#vh-lobby-posts .vh-item {
        padding: 0
    }

    .Widget_vh_recent_games li.vh-games-widget-item {
        width: 46%
    }

    .home-sidebar-2 .Widget_vh_recent_games li.vh-games-widget-item {
        width: 47%
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1340px) {
    .top-bar#top-bar-menu .row .menu {
        margin-right: 5%
    }
}

@media (min-width: 1024px) {
    .page-template-template-full-width .casino-reviews-grid .column, .page-template-template-full-width .casino-reviews-grid .columns {
        width: 25%
    }

    .page-template-template-full-width .casino-reviews-grid .column:nth-of-type(1n), .page-template-template-full-width .casino-reviews-grid .columns:nth-of-type(1n) {
        clear: initial
    }

    .page-template-template-full-width .casino-reviews-grid .column:nth-of-type(4n), .page-template-template-full-width .casino-reviews-grid .columns:nth-of-type(4n) {
        clear: none
    }
}

@media (max-width: 1200px) {
    .top-bar#top-bar-menu .row {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }

    .top-bar#top-bar-menu .row .menu {
        margin-right: 5rem
    }
}

@media (max-width: 1024px) {
    .footer-strip, .games-menu, .top-strip {
        display: none
    }

    .header .top-bar#top-bar-menu {
        padding-right: .625rem;
        padding-left: .625rem
    }

    .header .top-bar#top-bar-menu .row .menu {
        margin-right: 0
    }

    .header .top-bar#top-bar-menu .row .top-bar-left {
        margin-top: 0;
        margin-left: 1.25rem;
        width: 30%
    }

    .header .top-bar#top-bar-menu .row .top-bar-left .heading-logo h1.logo {
        margin-top: 1.625rem
    }

    .header .top-bar#top-bar-menu .row .top-bar-left .logo-image {
        margin-top: 1.25rem
    }

    .large-banner {
        min-height: 350px
    }

    .large-banner .banner-overlay-box {
        top: 74px
    }

    .category-label ul li {
        margin-top: .3125rem
    }

    .category-label ul li a {
        padding: .125rem .375rem;
        font-size: .75rem
    }

    #content #inner-content {
        padding: 1.875rem 0
    }

    .tablepress tbody {
        border: 0
    }

    .tablepress tbody tr td {
        padding: .625rem
    }

    .tablepress tbody tr td a.button {
        padding: .625rem;
        white-space: nowrap
    }

    .footer {
        padding: 0 1.875rem
    }
}

@media (max-width: 768px) {
    .divider {
        border-left: 0
    }

    .header {
        min-height: 4.25rem
    }

    .header .top-bar#top-bar-menu {
        padding-right: .625rem;
        padding-left: .625rem
    }

    .header .top-bar#top-bar-menu .row .top-bar-left {
        margin-top: 0;
        margin-left: 0;
        width: 50%
    }

    .header .top-bar#top-bar-menu .row .top-bar-left .logo {
        margin: 1.25rem 0 0
    }

    .header .top-bar#top-bar-menu .row .top-bar-left .logo-icon {
        width: 12%
    }

    .header .top-bar#top-bar-menu .row .top-bar-right .menu-mobile {
        display: block !important;
        padding: .625rem .9375rem;
        font-size: 14px
    }

    .header .top-bar#top-bar-menu .row ul[id^=menu-] {
        display: none
    }

    #main {
        padding-left: .9375rem;
        padding-right: .9375rem
    }

    .tablepress-responsive-phone thead {
        display: none !important
    }

    .tablepress-responsive-phone tbody tr td {
        text-align: center;
        padding: 1.25rem
    }

    .button-container .tablepress-responsive-phone tbody tr {
        width: 100%;
        display: table-row
    }

    .button-container .tablepress-responsive-phone tbody tr td {
        width: 26%;
        padding: .625rem;
        display: table-cell;
        text-align: left;
        border-bottom: 1px solid #ddd
    }

    .button-container .tablepress-responsive-phone tbody tr td.column-3, .button-container .tablepress-responsive-phone tbody tr td:first-child, .footer-strip, .game-post-banner, .vh-casino-providers thead tr th.vh-bonus, .vh-casino-providers thead tr th.vh-cta-buttons, .vh-casino-providers thead tr th.vh-devices {
        display: none
    }

    .vh-casino-providers thead {
        background: 0 0 !important
    }

    .vh-casino-providers thead tr {
        height: 3.25rem;
        position: relative
    }

    .vh-casino-providers thead tr th {
        position: absolute;
        background: #fff;
        color: #4A4A4A;
        text-align: center;
        padding: .625rem;
        border-bottom: 1px solid #F5F5F5
    }

    .vh-casino-providers thead tr th.vh-casino {
        width: 80% !important;
        height: 3.25rem;
        padding: .9375rem
    }

    .vh-casino-providers tbody tr td.vh-casino {
        padding: .9375rem .625rem .3125rem
    }

    .vh-casino-providers tbody tr td.vh-cta-buttons {
        padding: .3125rem .625rem
    }

    .vh-casino-providers tbody tr td.vh-cta-buttons a.vh-playnow {
        margin-top: 0;
        padding: .5rem .75rem;
        font-size: .75rem
    }

    .post-banner .overlay {
        width: 100%;
        height: 100%;
        padding: 28% 2.5rem 2.5rem
    }

    .post-banner .overlay h1 {
        margin-top: 1.25rem;
        font-size: 1.875rem
    }

    .post-banner .overlay h5 {
        font-size: 1.125rem
    }

    #content #inner-content {
        padding: 2.375rem 0
    }

    #content #inner-content #main {
        padding-right: 1.875rem;
        padding-left: 1.875rem
    }

    .sidebar-wrapper-news .widget {
        width: 100%;
        float: left;
        clear: none
    }

    .game-post {
        margin-top: 1.25rem
    }

    .footer {
        padding-bottom: 1.875rem
    }

    .footer .columns:first-child {
        padding-left: .9375rem
    }

    .footer .widget {
        margin-bottom: 0
    }

    .footer .widget h2 {
        padding-top: .625rem;
        margin-bottom: .9375rem
    }

    div[class*=wp-review-], div[class^=wp-review-] {
        padding: 15px
    }

    .widget_wp_review_tab {
        margin-bottom: 1.25rem
    }

    [type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color], textarea {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        box-shadow: 0;
        -webkit-box-shadow: 0;
        -moz-box-shadow: 0;
        border-color: #bcbcbc #dadada #e5e5e5
    }
}

@media (max-width: 600px) {
    .page-title, .single-title {
        font-size: 1.5rem
    }

    p {
        font-size: .8125rem
    }

    .footer-strip, .games-menu, .top-strip {
        display: none
    }

    .divider {
        border: 0;
        padding-left: 0
    }

    .sidebar-wrapper-news {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .header {
        min-height: 4.25rem
    }

    .header .top-bar#top-bar-menu {
        padding-right: 0;
        padding-left: 0
    }

    .header .top-bar#top-bar-menu .row .accordion-menu {
        display: none;
        margin-top: .9375rem;
        margin-bottom: .625rem;
        background: #F5F5F5;
        float: none
    }

    .button.slider, .header .top-bar#top-bar-menu .row .accordion-menu li.cta {
        background: #fff
    }

    .header .top-bar#top-bar-menu .row .accordion-menu li {
        height: auto;
        clear: both
    }

    .header .top-bar#top-bar-menu .row .accordion-menu li a {
        padding: .75rem 1.25rem
    }

    .header .top-bar#top-bar-menu .row .accordion-menu li ul {
        padding: 0;
        width: 100%
    }

    .header .top-bar#top-bar-menu .row .accordion-menu li ul li {
        display: inline-block;
        width: 100%
    }

    .header .top-bar#top-bar-menu .row .accordion-menu li.cta a {
        margin: 0
    }

    .header .top-bar#top-bar-menu .row .accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
        margin-top: -8px
    }

    .header .top-bar#top-bar-menu .row .logo {
        margin: .3125rem 0 0
    }

    .header .top-bar#top-bar-menu .top-bar-left {
        width: 70%;
        margin-left: 0
    }

    .header .top-bar#top-bar-menu .top-bar-left.logo-wrapper .heading-logo {
        display: inline-block
    }

    .header .top-bar#top-bar-menu .top-bar-left.logo-wrapper .heading-logo h1.logo {
        font-size: 1.25rem
    }

    .header .top-bar#top-bar-menu .top-bar-left.logo-wrapper .site-description {
        margin-bottom: .9375rem
    }

    .header .top-bar#top-bar-menu .top-bar-left.logo-wrapper .logo-icon {
        margin: 1.25rem .625rem 0 0;
        display: block;
        width: 30px
    }

    .header .top-bar#top-bar-menu .top-bar-right {
        width: 20%
    }

    .button.slider {
        color: #FF5A62;
        height: auto;
        margin: 0;
        padding: 5px 10px;
        font-size: .625rem
    }

    .large-banner {
        min-height: 17.5rem
    }

    .large-banner .banner-overlay-box {
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        padding-top: 1.875rem;
        padding-left: .625rem;
        padding-right: .625rem
    }

    .large-banner .banner-overlay-box h2 {
        font-size: 3.125rem
    }

    .large-banner .banner-overlay-box h3 {
        font-size: 1.875rem
    }

    .review-list li span {
        text-align: center;
        width: 100%
    }

    .review-list li .review-star {
        margin: 0 0 .3125rem .9375rem;
        position: relative;
        top: 0 !important;
        right: 0;
        float: right
    }

    .post-banner {
        height: 12.5rem
    }

    .post-banner .overlay {
        height: 12.5rem;
        width: 100%;
        padding: 4.0625rem 1.25rem 1.25rem;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box
    }

    .post-banner .overlay h1 {
        margin-top: .625rem;
        margin-bottom: 0;
        font-size: 1.25rem;
        line-height: 1.3125rem
    }

    .post-banner .overlay h5 {
        font-size: .75rem
    }

    .post-banner .overlay .category-label ul li {
        margin-top: .3125rem
    }

    .post-banner .overlay .category-label ul li a {
        padding: .125rem .375rem;
        font-size: .6875rem
    }

    .list-post img {
        padding: 0;
        width: 100%
    }

    .list-post.row.collapse {
        display: block;
        margin-left: auto;
        margin-right: auto
    }

    .list-post .post-details {
        margin-top: .3125rem;
        font-size: .75rem
    }

    #content #inner-content #main article header h1 {
        font-size: 1.5rem;
        line-height: 34px
    }

    #content #inner-content #main article header h4.byline {
        margin-top: 0;
        margin-bottom: 1.25rem;
        font-size: .75rem
    }

    #content #inner-content #main article section .iframe_kh_wrapper iframe {
        min-width: 100%
    }

    .casino-reviews-grid .card .vh-bonus-text {
        padding: 18px 0 0
    }

    .casino-reviews-grid .card .grid-casino-rating {
        min-height: 44px
    }

    .casino-reviews-grid .card .grid-casino-rating .review-type-star {
        padding: 5px
    }

    .casino-reviews-grid .card .button, .casino-reviews-grid .card .vh-bonus-text, .casino-reviews-grid .card .vh-casino-title {
        font-size: 1.125rem
    }

    .casino-reviews-grid .card .vh-casino-overlay .no-image-radius, .casino-reviews-grid .card .vh-casino-overlay img {
        height: 7.5rem;
        width: 7.5rem
    }

    .mobile-sticky .bonus-table-sidebar, .mobile-sticky .globalaff, .mobile-sticky-casino .casinocta {
        position: fixed;
        bottom: 0;
        margin: 0;
        width: 100%;
        z-index: 100;
        left: 0
    }

    .casino-reviews-grid .card .vh-casino-overlay .no-image-radius h1 {
        font-size: 3.75rem;
        line-height: 118px
    }

    .sidebar, .sidebar-wrapper {
        padding: 0 1.25rem
    }

    .footer, .footer .columns:first-child {
        padding-left: .625rem
    }

    .footer {
        padding-right: .625rem
    }

    .mobile-sticky .dataTables_wrapper {
        margin-bottom: 0
    }
}

@media (max-width: 440px) {
    .casino-thumb, .review-links, .terms-link-post {
        text-align: center
    }

    .header .top-bar#top-bar-menu .row .top-bar-left {
        width: 80%
    }

    .casino-thumb {
        padding-bottom: 0
    }

    .casino-thumb .terms-link-post, .casino-thumb h3, .casino-thumb h4 {
        margin: .625rem 0
    }

    .singlegame_widget .vh-games-widget-item h3 {
        padding: 0 .3rem !important
    }

    .singlegame_widget .vh-games-widget-item img {
        margin-bottom: 0
    }

    .row.collapse .sidebar-wrapper-casino {
        padding-left: 1rem
    }
}

@media (max-width: 320px) {
    .header .top-bar#top-bar-menu .row .top-bar-left {
        margin-left: 0
    }

    .header .top-bar#top-bar-menu .row .top-bar-left.logo-wrapper .logo-icon {
        width: 15%;
        float: left;
        margin-top: 1rem
    }

    .header .top-bar#top-bar-menu .row .top-bar-left.logo-wrapper .heading-logo {
        width: 78%
    }

    .list-post.row.collapse, .sidebar-wrapper-news .widget {
        width: 100%
    }

    .header .top-bar#top-bar-menu .row .top-bar-left.logo-wrapper .heading-logo .logo {
        margin-top: 1.0625rem;
        font-size: .9375rem
    }

    .header .top-bar#top-bar-menu .row .top-bar-left.logo-wrapper .heading-logo .site-description {
        font-size: .75rem
    }

    .header .top-bar#top-bar-menu .row .top-bar-right .menu-mobile {
        padding: .625rem;
        font-size: 13px
    }

    .widget {
        margin-bottom: 0
    }

    .widget h2 {
        padding-top: 0;
        margin-bottom: .9375rem;
        font-size: 1.125rem
    }

    .widget ul li {
        font-size: .8125rem
    }

    .sidebar-wrapper-news {
        padding-left: 0;
        padding-right: 0
    }

    .list-post img {
        padding: 0;
        width: 100%
    }

    .footer {
        padding: 0
    }

    .footer .widget {
        margin-bottom: 0
    }

    .footer .widget h2 {
        padding-top: 0;
        margin-bottom: .9375rem
    }
}

@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    * {
        background: 0 0 !important;
        color: #000 !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important
    }

    a, a:visited {
        color: #444 !important;
        text-decoration: underline
    }

    a:after, a:visited:after {
        content: " (" attr(href) ")"
    }

    a abbr[title]:after, a:visited abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after, a[href^='javascript:']:after, a[href^='#']:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: .5cm
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .page-navigation, .respond-form, .sidebar, .wp-prev-next, nav {
        display: none
    }
}