/* CSS Document for Ecommerce Templates Premium Responsive Design Styles */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,

:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Open Sans',Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container {
    max-width: 1170px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.ctr {
    text-align: center;
}

p {
    line-height: 1.6em;
}

img {
    max-width: 100%;
    height: auto;
}

.col-1,

.col-10,

.col-11,

.col-12,

.col-2,

.col-3,

.col-4,

.col-5,

.col-6,

.col-7,

.col-8,

.col-9 {
    float: left;
}

.col-12 {
    width: 100%;
}

.col-11 {
    width: 91.66666667%;
}

.col-10 {
    width: 83.33333333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.66666667%;
}

.col-7 {
    width: 58.33333333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.66666667%;
}

.col-4 {
    width: 33.33333333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.66666667%;
}

.col-1 {
    width: 8.33333333%;
}

.col-1,

.col-10,

.col-11,

.col-12,

.col-2,

.col-3,

.col-4,

.col-5,

.col-6,

.col-7,

.col-8,

.col-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.mainWrapper {
    margin: 0px;
    padding: 0px;
}

.headerWrapper {
    margin: 0px;
    padding: 0px;
    background-color: black
}

.midWrapper {
    background: #f1f1f1;
    margin: 0px;
    padding: 10px 0;
}

.midWrapper1 {
    background: #fff;
    margin: 0px;
    padding: 10px 0;
}

.footerWrapper {
    margin: 0px;
    padding: 0px;
    background: #000000;
    border-top: 1px solid #d9d9d9;
    color: #2d2d2d;
    line-height: 20px;
    font-size: 14px;
}

.mid_left {
    float: left;
    clear: left;
}

.mid_right {
    float: right;
}

h3 {
    font-size: 20px;
}

.bannerWrapper {
    text-align: center;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}

.bannerWrapper img {
    max-width: 100%;
}

.slides li {
    position: relative;
    text-align: center;
}

.flex-control-paging {
    display: none;
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    border-top: 0;
}

body.scrolled .nav {
    opacity: 0.9;
    transition: opacity .9s;
}

body.scrolled .nav:hover {
    opacity: 1.0;
    transition: opacity .2s;
}

/* Mega Menu */
nav.ectmegamenu {
    background-color: #000;
}

nav.ectmegamenu > ul > li {
    background-color: #000;
    color: #FFF;
    font-size: 1.2em;
    padding: 10px 0;
    font-weight: bold;
}

nav.ectmegamenu > ul > li:hover {
    background-color: #999;
}

nav.ectmegamenu > ul > li,

nav.ectmegamenu > ul > li > ul > li {
    text-transform: uppercase;
}

nav.ectmegamenu > ul > li > ul > li > ul > li {
    text-transform: none;
}

nav.ectmegamenu > ul > li > a,

span.megamobiletext {
    color: #FFF;
    padding: 0.4em 0.8em;
}

span.ectmegamenu > a:hover {
    color: #FFF;
    text-decoration: underline;
}

div.slidercaption {
    bottom: 10px;
    top: auto;
}

/* Internal store naviagtion */
a.ectlink:link {
    color: #006aba;
    text-decoration: none;
}

a.ectlink:visited {
    color: #006aba;
    text-decoration: none;
}

a.ectlink:active {
    color: #006aba;
    text-decoration: none;
}

a.ectlink:hover {
    color: #666;
    text-decoration: none;
}

/* Button and form field styles */
input[type="button"].ectbutton,

input[type="submit"].ectbutton,

button.ectbutton {
    background: #555;
    color: #fff;
    padding: 8px 12px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    font-family: FontAwesome, sans-serif;
    font-size: 1em;
}

input[type="button"].ectbutton:hover,

input[type="submit"].ectbutton:hover,

button.ectbutton:hover {
    background: #ddd;
    color: #000;
    cursor: pointer;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
    font-family: FontAwesome, sans-serif;
}

div.largereviewstars svg.icon,

div.smallreviewstars svg.icon {
    fill: #555;
}

input.previmg,

input.nextimg,

input.detailprevimg,

input.detailnextimg {
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    margin: 4px;
    font-size: 12px;
    cursor: pointer;
    color: #006aba;
    padding: 4px;
}

input.previmg:hover,

input.nextimg:hover,

input.detailprevimg:hover,

input.detailnextimg:hover {
    color: #000;
    border: 1px solid #666;
}

/* one line mini login */
div.minicartoneline1 {
    float: left;
    padding-top: 10px;
}

div.minicartoneline2 {
    float: left;
    padding-top: 12px;
}

div.minicartoneline3 {
    float: left;
    padding-top: 12px;
}

div.minicartoneline3 a.mincart {
    color: #ccc;
}

button.ectbutton.ectlink.mincart {
    background-color: #FFF;
    color: #333;
    text-shadow: none;
    margin-top: -5px;
}

input.smaskaquestion,

input.smemailfriend {
    font-size: 0.9em;
    padding: 4px 12px;
}

/* mini drop down cart */
.ectdp_minicartopen img {
    display: none;
}

.ectdp_minicartmainwrapper {
    color: #333;
    background: #555;
    font-size: 14px;
}

.ectdp_minicartopen {
    padding-top: 10px;
    margin-top: 2px;
    font-size: 15px;
}

.ectdp_minicartopen a {
    color: #ccc;
}

.ectdp_minicartopen a:hover {
    color: #006aba;
}

.top_row {
    background-color: #000;
    padding: 0px;
    color: #fff;
    font-size: 0.8em;
}

.topbarNav ul {
    margin: 0px;
    padding: 0px;
}

.topbarNav li {
    margin: 0px;
    padding: 0 4px;
    list-style: none;
    display: inline-block;
    border-right: 1px solid #4d4d4f;
    line-height: 12px;
}

.topbarNav li a {
    color: #4d4d4f;
    font-size: 12px;
    text-decoration: none;
}

.topbarNav li a:hover {
    color: #000;
}

.topbarNav li:last-child {
    border-right: none;
}

.topbarNav li:first-child {
    padding-left: 0px;
}

.tplogin {
    text-align: center;
}

.minicartoneline {
    display: inline-block;
    padding-top: 9px;
}

.top_row .col-2 {
    padding-left: 2px;
    padding-right: 2px;
}

.top_row .col-8 {
    padding-left: 2px;
    padding-right: 2px;
}

.logo_row {
    padding: 20px 0px 10px 20px;
}

.logo {
    margin: 0px;
    padding: 0px;
}

.logo_row_right {
}

.searchbox {
    position: relative;
    min-width: 130px;
    width: 0%;
    height: 40px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input {
    top: 0;
    right: 0;
    border: 1px solid #ccc;
    outline: 0;
    background: #fff;
    width: 100%;
    height: 36px;
    margin: 0;
    padding: 0px 55px 0px 20px;
    font-size: 16px;
    color: #333;
}

.searchbox-input::-webkit-input-placeholder {
    color: #333;
}

.searchbox-input:-moz-placeholder {
    color: #333;
}

.searchbox-input::-moz-placeholder {
    color: #333;
}

.searchbox-input:-ms-input-placeholder {
    color: #333;
}

.searchbox-icon,

.searchbox-submit {
    width: 130px;
    height: 36px;
    display: block;
    position: absolute;
    top: 0;
    font-family: fontawesome,'Open Sans',Arial, Helvetica, sans-serif;
    font-size: 18px;
    right: 0;
    padding: 0;
    margin: 0;
    border: 0;
    border-left: 1px solid #ccc;
    outline: 0;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    color: #555;
    background: #fff;
}

.searchbox-icon:hover {
    color: #000;
}

.searchbox-open {
    width: 100%;
}

.left_nav_wrap {
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 30px;
}

.left_nav_wrap h2 {
    color: #333;
    margin: 0px;
    padding: 10px 15px 10px 20px;
    border-bottom: 1px solid #ddd;
    font-size: 1.1em;
    font-weight: normal;
    position: relative;
}

.left_nav {
    padding: 1px 15px;
    font-size: 1em;
}

.left_nav ul {
    margin: 0px;
    padding: 0 0 0 5px;
}

.left_nav li {
    margin: 0px;
    padding: 5px 0px ;
    list-style: none;
}

.left_nav li a {
    color: #646464;
    text-decoration: none;
}

.left_nav li a:hover {
    color: #006aba;
}

.ft_row1 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footerWrapper h3 {
    margin: 0px;
    padding: 0 0 15px;
    font-size: 24px;
    font-weight: normal;
    color: #2d2d2d;
}

.links ul {
    margin: 0px;
    padding: 0px;
}

.links li {
    margin: 5px 0px;
    padding: 0 0 0 10px;
    list-style: none;
    background: url(../images/arrow.png) no-repeat 0 5px;
}

.links li a {
    color: #006aba;
    text-decoration: none;
}

.links li a:hover {
    color: #333;
}

.popular_categories a {
    color: #2d2d2d;
    text-decoration: none;
}

.popular_categories a:hover {
    color: #000;
}

.need_help p {
    margin: 0px;
    padding: 0 0 10px;
}

.ft_social_icon a {
    margin-right: 5px;
}

.copyright_text {
    border-top: 1px solid #fff;
    padding: 15px 0;
    background: #000;
    color: #fff;
}

.copyright_text a {
    color: #ccc !important;
}

.copyright_text a:hover {
    color: #fff !important;
}

.copyright_row_link ul {
    font-size: 11px;
    margin: 10px;
    padding: 0px;
}

.copyright_row_link li {
    margin: 0px;
    padding: 0 10px;
    list-style: none;
    display: inline-block;
    border-right: 1px solid #fff;
    line-height: 10px;
}

.copyright_row_link li a {
    color: #ccc;
    text-decoration: none;
}

.copyright_row_link li a:hover {
    color: #fff;
}

.copyright_row_link li:last-child {
    border-right: none;
}

.copyright_row_link li:first-child {
    padding-left: 0px;
}

/* link properties */
a:link {
    color: #000000;
    text-decoration: none;
}

a:visited {
    color: #006aba;
    text-decoration: none;
}

a:active {
    color: #006aba;
    text-decoration: none;
}

a:hover {
    color: #666;
    text-decoration: none;
}

img.cartimage {
    max-width: 140px;
}

div.tpcart a.ectlink.mincart {
    color: #fff;
}

/* This is the first breakpoint and contains styles for screens 1024px to 980px */
@media screen and (max-width: 1024px) {
    .nav_bar li {
        padding: 0 7px;
    }

    .top_row .col-2 {
        width: 20%;
    }

    .top_row .col-8 {
        width: 60%;
    }
}

/* This is the second breakpoint and contains styles for screens 980px to 800px */
@media screen and (max-width: 980px) {
    .relative {
        position: relative;
    }

    .navTab {
        display: inline-block;
        cursor: pointer;
    }

    .navLink {
        border: 1px solid #949494;
        background-color: #fff;
        border-radius: 4px;
        padding: 10px;
        position: absolute;
        width: 100%;
        box-sizing: border-box;
        z-index: 9999;
        left: 0px;
        top: 42px;
        display: none;
    }

    .nav_bar li {
        display: block;
        border-right: none;
        padding: 0 0 5px;
    }

    .sticky {
        position: -webkit-static;

        /* Safari */
        position: static;
    }
}

/* This is the third breakpoint and contains styles for screens 800px to 640px */
@media screen and (max-width: 800px) {
    .top_row .col-8 {
        width: 100%;
    }

    .top_row .col-2 {
        width: 50%;
    }

    .col-9 {
        width: 100%;
    }

    .mid_left {
        width: 98%;
    }
}

/* This is the fourth breakpoint and contains styles for screens 640px to 500px */
@media screen and (max-width: 640px) {
    .logo_row .col-4,
    
    .logo_row .col-8 {
        width: 100%;
    }

    .logo_row .col-4 {
        padding-bottom: 1px;
        text-align: center;
    }

    .logo_row_right {
        padding: 0px;
    }

    .logo_row_right .col-7,
    
    .logo_row_right .col-5 {
        width: 50%;
    }

    .midWrapper .mid_left,
    
    .midWrapper .mid_right {
        width: 100%;
        float: none;
        clear: both;
        margin-top: 15px;
    }

    .ft_row1 .col-2,
    
    .ft_row1 .col-4,
    
    .ft_row1 .col-3 {
        width: 100%;
        padding-bottom: 20px;
    }

    .mid_right .col-3 {
        width: 100%;
    }
}

/* This is the fifth breakpoint and contains styles for screens 500px to 360px */
@media screen and (max-width: 500px) {
    .top_row .text-right {
        text-align: left;
        padding-top: 0px;
    }

    .logo_row_right .topsearchWrap,
    
    .logo_row_right .topsearchWrap {
        padding-bottom: 0px;
    }

    .mid_right .col-4 {
        width: 100%;
    }
}

/* ---------------------------------------
  VIDEO              
----------------------------------------- */
.video-wrap {
    z-index: -100;
}

.custom-video {
    position: relative;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* ---------------------------------------
  Bingo Sessions              
----------------------------------------- */
/* ".inherited-styles-for-exported-element" is a generated class for the inherited styles of the exported element, may need to rename it. */
:root {
    --bs-white-rgb: 255, 255, 255;
    --bs-warning-rgb: 255, 193, 7;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-body-bg: white;
    --bs-border-width: 0.0625rem;
}

.section-padding {
    padding-bottom: 100px;
    padding-top: 100px;
}

.schedule-section {
    background-color: #000000;
    background-image: url('/../images/absession.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width: 991px) {
    .section-padding {
        padding-bottom: 50px;
        padding-top: 50px;
    }
}

*,

::after,

::before {
    box-sizing: border-box;
}

.inherited-styles-for-exported-element {
    color: #51596c;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    line-height: 1.5;
}

.h4,

h2 {
    line-height: 1.3;
    margin-top: 0;
}

h2 {
    font-size: calc(1.35rem + 1.2vw);
    font-weight: 700;
}

.h4 {
    font-size: calc(1.25625rem + .075vw);
    margin-bottom: .8125rem;
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2.25rem;
    }
}

@media (min-width: 1200px) {
    .h4 {
        font-size: 1.3125rem;
    }
}

b {
    font-weight: bolder;
}

table {
    border-collapse: collapse;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

tbody,

td,

th,

thead,

tr {
    border: 0 solid;
    border-color: inherit;
}

.display-4 {
    font-size: calc(1.5rem + 3vw);
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.75rem;
    }
}

.container-session {
    margin-left: auto;
    margin-right: auto;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
    width: 100%;
    --bs-gutter-y: 0;
    --bs-gutter-x: 30px;
}

@media (min-width: 576px) {
    .container-session {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container-sessioncontainer {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-session {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-session {
        max-width: 1140px;
    }
}

.row-session {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(-.5*var(--bs-gutter-x));
    margin-right: calc(-.5*var(--bs-gutter-x));
    margin-top: calc(-1*var(--bs-gutter-y));
    --bs-gutter-y: 0;
    --bs-gutter-x: 30px;
}

.row-session>* {
    margin-top: var(--bs-gutter-y);
    max-width: 100%;
    padding-left: calc(var(--bs-gutter-x)*.5);
    padding-right: calc(var(--bs-gutter-x)*.5);
}

.col-12-session {
    flex: 0 0 auto;
    width: 100%;
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-accent-bg: transparent;
    border-color: rgba(220, 224, 229, .6);
    margin-bottom: 1rem;
    vertical-align: top;
    width: 100%;
}

.table>:not(caption)>*>* {
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    padding: .75rem;
}

.table>tbody {
    vertical-align: inherit;
}

.table>thead {
    vertical-align: bottom;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.text-center {
    text-align: center !important;
}

.text-wrap {
    text-wrap-mode: wrap !important;
    white-space-collapse: collapse !important;
}

.text-warning {
    color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-dark,

.text-warning,

.text-white {
    --bs-text-opacity: 1;
}

.text-white {
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-opacity-100 {
    --bs-text-opacity: 1;
}

:focus {
    outline: rgba(13, 110, 253, .5);
}

@media (max-width: 767.98px) {
    h2 {
        font-size: calc(1.425rem + 2.1vw);
    }
}

::selection {
    background-color: rgba(13, 110, 253, .1);
    color: #0d6efd;
}

.table th {
    font-weight: 400;
}

.table tr {
    color: #212529;
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: rgba(220, 224, 229, .6);
}

.table>:not(caption)>:last-child>* {
    border-bottom-width: 0;
}

.text-dark {
    color: #212529 !important;
}

/* ---------------------------------------
  Aquamaids Bingo About              
----------------------------------------- */
.image-container {
    position: relative;
    width: 100%;
}

.image-container img {
    width: 100%;
    object-fit: cover;
}

.text-overlay {
    position: absolute;
    top: 30%;
    left: 35%;
    transform: translate(-50%, -50%);

    /* Centering the text */
    text-align: left;
    color: rgb(0, 0, 0);
    z-index: 2;

    /* Ensure text is above the image */
    font-size: 1.4vw;

    /* Responsive font size */
}

/* ---------------------------------------
  Reservations Button              
----------------------------------------- */
:root {
    --bs-warning-rgb: 255, 193, 7;
    --bs-border-radius: 0.6rem;
}

*,

::after,

::before {
    box-sizing: border-box;
}

a:not([href]):not([class]),

a:not([href]):not([class]):hover {
    text-decoration: none currentcolor solid;
}

.btn,

.btn:hover {
    border-color: #212529;
}

.btn {
    border-image: none 100% 1 0 stretch;
    border-style: solid;
    color: var(--bs-btn-color);
    cursor: pointer;
    display: inline-block;
    font-family: var(--bs-btn-font-family);
    line-height: var(--bs-btn-line-height);
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    text-align: center;
    transition: all .2s ease-in-out;
    user-select: none;
    vertical-align: middle;
    --bs-btn-focus-box-shadow: 0 0 0 0 rgba(var(--bs-btn-focus-shadow-rgb), .5);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-line-height: 1.5;
    --bs-btn-font-family: ;
    --bs-btn-padding-y: 0.75rem;
    --bs-btn-padding-x: 1.8125rem;
    transition-behavior: normal;
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none 0s;
        transition-behavior: normal;
    }
}

.btn:hover {
    background-color: var(--bs-btn-hover-bg);
    color: var(--bs-btn-hover-color);
}

.btn:focus-visible {
    background-color: var(--bs-btn-hover-bg);
    border-color: #212529;
    box-shadow: var(--bs-btn-focus-box-shadow);
    color: var(--bs-btn-hover-color);
    outline: 0 currentcolor;
}

.btn:first-child:active {
    background-color: var(--bs-btn-active-bg);
    border-color: #212529;
    color: var(--bs-btn-active-color);
}

.btn:first-child:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow);
}

.btn:disabled {
    background-color: var(--bs-btn-disabled-bg);
    border-color: #212529;
    color: var(--bs-btn-disabled-color);
    opacity: var(--bs-btn-disabled-opacity);
    pointer-events: none;
}

.btn-outline-dark {
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-color: #212529;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-color: white;
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-color: white;
    --bs-btn-color: #212529;
}

.border-3 {
    border-width: 3px !important;
}

.w-25 {
    width: 25% !important;
}

.fs-3 {
    font-size: 1.25rem !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.rounded {
    border-radius: var(--bs-border-radius) !important;
}

:focus,

a:focus {
    outline: rgba(13, 110, 253, .5);
}

::selection {
    background-color: rgba(13, 110, 253, .1);
    color: #0d6efd;
}

.btn-outline-dark:hover::after {
    background-image: url("data:image/svg+xml,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.72,15.78a.75.75,0,0,1-.53.22h-.38a.77.77,0,0,1-.53-.22L6.15,10.64a.5.5,0,0,1,0-.71l.71-.71a.49.49,0,0,1,.7,0L12,13.67l4.44-4.45a.5.5,0,0,1,.71,0l.7.71a.5.5,0,0,1,0,.71Z'/%3e%3c/svg%3e");
}

a {
    text-decoration: none currentcolor solid;
    touch-action: manipulation;
}

/* ---------------------------------------
  AB News Wrapper              
----------------------------------------- */
.abnewswrap {
    background: #E4F7FD;
    margin: 0px;
    padding: 10px 0;
}

