﻿@font-face
{
    font-family: 'Glyphicons Halflings';
    src: url('../Fonts/glyphicons-halflings-regular.eot');
    src: url('../Fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../Fonts/glyphicons-halflings-regular.woff') format('woff'), url('../Fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../Fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

@font-face
{
    font-family: "Patua One";
    src: url("../Fonts/PatuaOne-Regular.eot?") format("eot"), url("../Fonts/PatuaOne-Regular.woff") format("woff"), url("../Fonts/PatuaOne-Regular.ttf") format("truetype"), url("../Fonts/PatuaOne-Regular.svg#PatuaOne-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: "Montserrat Black";
    src: url("../Fonts/Montserrat-Black.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: "Geometric Slabserif 703 Extra Bold";
    src: url("../Fonts/GEO703XB_1.eot?") format("eot"), url("../Fonts/GEO703XB_1.woff") format("woff"), url("../Fonts/GEO703XB_1.TTF") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.Montserrat
{
    font-family: 'Montserrat' , Bold;
}

.PatuaOne
{
    font-family: 'Patua One' ,cursive !important;
}


.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11
{
    float: left;
}

.col-xs-1
{
    width: 8.333333333333332%;
}

.col-xs-2
{
    /*width: 16.666666666666664%;*/
}

.col-xs-3
{
    width: 25%;
}

.col-xs-4
{
    /*width: 33.33333333333333%;*/
}

.col-xs-5
{
    width: 35%;
}

.col-xs-6
{
    width: 50%;
}

.col-xs-7
{
    width: 58.333333333333336%;
}

.col-xs-8
{
    width: 66.66666666666666%;
}

.col-xs-9
{
    width: 75%;
}

.col-xs-10
{
    width: 83.33333333333334%;
}

.col-xs-11
{
    width: 91.66666666666666%;
}

.col-xs-12
{
    width: 100%;
}

.row > div
{
    float: left;
}

.row:before, .row:after
{
    display: table;
    content: " ";
}

.row:after
{
    clear: both;
}

.navbar-inverse
{
    background-color: #ffffff;
    border-bottom: 6px solid #00223d; /*-webkit-box-shadow: 0 0 16px 5px rgba(50,50,50,0.3);     box-shadow: 0 0 16px 5px rgba(50,50,50,0.3);*/
    margin-bottom: 20px;
    position: relative;
}

iframe[name='google_conversion_frame']
{
    height: 0 !important;
    width: 0 !important;
    line-height: 0 !important;
    font-size: 0 !important;
    margin-top: -13px;
    float: left;
}

.framecontainer
{
    padding: 30px;
}

.rightframecontainer
{
    padding: 20px;
}

.container
{
    padding-right: 0px;
    padding-left: 0px;
    margin: 0 auto;
    max-width: 980px;
    height: 150px;
}

.round-input
{
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 0px;
}

::-webkit-input-placeholder
{
    /* Chrome/Opera/Safari */
    color: #bbbdc0;
}
::-moz-placeholder
{
    /* Firefox 19+ */
    color: #bbbdc0;
}
:-ms-input-placeholder
{
    /* IE 10+ */
    color: #bbbdc0;
}
:-moz-placeholder
{
    /* Firefox 18- */
    color: #bbbdc0;
}

.login-input
{
    height: 30px;
    padding-left: 25px;
    width: 200px;
}

.login-img
{
    position: absolute;
    bottom: 0px;
    top: 0px;
    padding: 4px 6px 10px 4px;
    left: 0px;
    float: left;
    background-color: #d1d2d4;
}

.login-btn
{
    height: 26px;
    line-height: 26px;
    padding: 3px 10px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.login-btn-2
{
    line-height: 21px;
}

.join-btn
{
    height: 26px;
    line-height: 26px;
    padding: 3px 10px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background-color: #00223d;
}

.login-container
{
    padding-right: 0px;
    padding-left: 0px;
    float: right;
}

.numberCircle
{
    border-radius: 50%;
    behavior: url(PIE.htc);
    width: 19px;
    height: 19px;
    padding: 5px;
    background: #fff;
    border: 0px solid #666;
    text-align: center;
    font-family: 'Open-Sans' , 'Bold';
    font-size: 14px;
    font-weight: bold;
    color: #00223d;
}

.logedUser-container
{
    background-color: #00223d;
    color: white;
    height: 30px;
    text-align: center;
    vertical-align: baseline;
    margin-right: 11px;
    margin-left: 186px;
    padding-bottom: 5px;
    height: 42px;
}

.border-leftright
{
    border-right: 1px solid white;
    border-left: 1px solid white;
    margin-right: 5px;
    padding-right: 5px;
    margin-left: 5px;
    padding-left: 5px;
}

.border-right-syndbox
{
    border-right: 1px solid #e6e7e8;
    padding-left: 20px;
    padding-right: 20px;
}

.login
{
    padding: 10px 0px 0px 0px;
    margin-top: 0px;
    margin-left: 20px;
}

.login-details
{
    background-color: #cedbed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #565452;
    padding: 10px;
    margin-top: 50px;
}

.container-remember
{
    float: left;
    margin-top: 0px;
    font-size: 9px;
}

.container-forgot
{
    float: left;
    margin-top: 0px;
    margin-left: 15px;
    font-size: 9px;
}

.container-join
{
    font-size: 11px;
}

.align-left
{
    float: left;
}

.align-right
{
    float: right;
}

.container-remember > div, .container-forgot > div, .container-join > div
{
    position: relative;
    padding-top: 3px;
    color: #bbbdc0;
}

.container-forgot a:link, a:visited
{
    text-decoration: none;
    font-weight: normal;
    color: #6c6d70;
}

.orange-btn
{
    background-color: #0087c2;
    padding: 3px 10px;
    font-size: 14px;
    font: Monsterat, Bold;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}
.password-btn
{
    padding: 5px 25px 5px 25px;
}

.black-btn
{
    background-color: #00223d;
    padding: 3px 10px;
    font-size: 14px;
    font: Monsterat, Bold;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
}

.blue-btn-wide
{
    background-color: #0087c2;
    padding: 3px 10px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    width: 170px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.blue-btn-normal
{
    background-color: #0087c2;
    padding: 3px 10px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    width: auto;
    height: 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.blue-btn-normal-disable
{
    background-color: #dbdcde;
    padding: 3px 10px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    width: auto;
    height: 18px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.verification-button
{
    padding-left: 17px;
}
.orange-btn:hover, .dark-gray-btn:hover
{
    transition: all 1000ms ease;
    opacity: 0.90;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form
{
    border-color: #101010;
}

.nav
{
    padding-left: 50px;
    margin-bottom: 0;
    list-style: none;
    padding-top: 20px;
}

.navbar-nav
{
    margin: 30px 0px 0px 10px;
    display: flex;
    padding: 0;
    white-space: nowrap;
}

.container > .navbar-header, .container > .navbar-collapse, .container > .log-header
{
    margin-right: 0;
    width: 100%;
    margin-left: -27px;
}

.navbar-inverse .navbar-nav > li > a
{
    font-family: 'Montserrat' , Regular;
    color: #404041;
    font-size: 15px;
}

.navbar-inverse .navbar-nav > li > a
{
    font-family: 'Montserrat' , Regular;
    color: #404041;
    font-size: 15px;
}

.navbar-inverse .navbar-nav > li:last-child
{
    margin-left: 0px !important;
    text-align: right;
    padding-right: 0px;
}

.footer-links
{
    font-family: 'Montserrat' , Regular;
    color: #404041;
    font-size: 11px;
}

.footer-links > li
{
    padding-left: 10px;
}

.navbar-nav > li > a
{
    padding-top: 15px;
    padding-bottom: 15px;
}

.nav > li > a
{
    position: relative;
    display: block;
}

.navbar-nav > li
{
    padding: 10px 24px 10px 15px;
}

.nav > li
{
    position: relative;
    display: block;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus
{
    color: #0087c2;
    background-color: transparent;
    text-decoration: none;
}

#back-top
{
    position: fixed;
    bottom: 44px;
    margin-left: 80%;
    margin-bottom: 0;
    z-index: 100;
}

#back-top a
{
    width: 40px;
    height: 40px;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: url(../Images/General/back-top-bg.png) no-repeat 0 0;
    text-indent: -99999px;
    position: relative;
    z-index: 0;
    outline: none;
}

#m-footer-header-trusted
{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 0.5;
    color: #424143;
    margin-bottom: 14px;
    font-family: 'Patua One' ,cursive !important;
}

.pos-foot-trusted
{
    margin: 0 auto;
    position: relative;
}

.m-foot-trusted-by-div
{
    border-top: 2px solid #a5a7a9;
    margin-bottom: 30px;
    height: 1px;
}

.m-foot-trusted-by
{
    margin-bottom: 15px;
}

#m-footer-header-trusted div
{
    display: inline-block;
    position: relative;
}

#m-footer-header-trusted div:before, #m-footer-header-trusted div:after
{
    content: "";
    position: absolute;
    height: 3px;
    border-bottom: 1px solid #272425;
    border-top: 1px solid #272425;
    top: 0;
    width: 426px;
}

#m-footer-header-trusted div:before
{
    right: 100%;
}

#m-footer-header-trusted div:after
{
    left: 100%;
}

.m-foot-btns
{
    margin-bottom: 15px;
    margin-top: 10px;
}

#error-summary
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #c92a3b;
    width: 100%;
    margin-top: 10px;
    line-height: 20px;
    background-color: #f1f2f2;
}

.error-summary-exclamation
{
    background-color: #e6453e;
}

.error-summary-exclamation img
{
    margin: 21px 20px;
    height: 44px;
}

.error-summary-rows
{
    color: #474747;
    width: 164px;
}

.error-summary-row-container > div
{
    float: left;
}

div#display-error
{
    color: #c92a3b;
    width: 95%;
    margin-bottom: 12px;
    font-weight: bold;
    margin: 0 10px;
}

div.error-summary-row-container
{
    width: 100%;
    margin: 0 10px;
}

a.header-login-hyperlink
{
    color: #0087c2 !important;
    text-decoration: underline !important;
    font-weight: bold !important;
}

.account
{
    padding-top: 10px !important;
}

div#header-logout-btn
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.header-login-details-border
{
    border-right: 1px solid #474747;
}

div.header-logout-container
{
    background: #ffffff;
    width: 55px;
    height: 23px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: right;
    margin-right: 5px;
}

.container-row > *
{
    float: left;
}

.container-radio
{
    position: relative;
    top: -2px;
}

.msg-reset-password-default
{
    padding: 10px 10px 10px 10px;
    color: #404041;
}

#warning-reset-password
{
    width: 505px;
    border: 2px solid #0087c2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: -10px 0px 10px 0px;
    display: none;
}
.reset-password-warning
{
    width: 495px;
    border: 2px solid #0087c2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: -10px 0px 10px 0px;
}
div.corner-round-btn
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#log-in-main, .results-c638, .general-formsection-638
{
    font-family: 'Montserrat' , sans-serif;
}

.col-xs-12.error-summary-container
{
    font-size: 11px;
}

.rg-box
{
    width: 100%;
    margin: 40px 20px;
    height: 21px;
}
.rg-mainlink
{
    float: left;
    width: 23%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: rgb(240, 240, 240);
    border-style: solid;
    border-width: 1px;
    border-color: #6D6E71;
    color: Black;
}

.rg-round-left
{
    -webkit-border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-top-left-radius: 7px;
    -moz-border-bottom-left-radius: 7px;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    border-width: 1px 0 1px 1px;
}

.rg-round-right
{
    -webkit-border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-top-right-radius: 7px;
    -moz-border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    border-width: 1px 1px 1px 0;
}

.rg-mainlink-selected
{
    background-color: #0087C2;
    color: White;
}

.rg-setting
{
    background: #e6eaed;
    height: 25px;
    padding: 15px;
    margin-top: 0px;
    line-height: 25px;
    color: #a9abad;
}

.rg-light-blue-bg
{
    background-color: #f6f6f7;
}

.rg-btn
{
    background-color: #0087c2;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    width: 120px;
    vertical-align: middle;
    margin-left: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 6px;
    border: none;
}

.rg-btn-gray
{
    background-color: #6D6E71;
}

.rg-btn-darkblue
{
    background-color: #002947;
}

.rg-radio.rg-btn
{
    background-color: transparent;
    margin-right: 10px !important;
    float: left;
    clear: none;
    margin: 6px 0 0 2px;
}


rg-setting > label
{
    float: left;
    clear: none;
    display: block;
    padding: 2px 1em 0 0;
}

.rg-content-padding
{
    padding: 20px;
}

.rg-p-bottom
{
    margin-top: 130px;
}

.rg-text-div
{
    width: 60%;
    float: right;
    line-height: 1.3em;
}

.Synd-Link-Wrapper
{
    min-height: 75px;
}

.results-c
{
    display: flex;
    flex-wrap: wrap;
    margin: 0 20px 0 20px;
}

.login-image
{
    background-image: linear-gradient(to right, #0f94d3, #9bc93c);
    height: 130px;
    width: 1000px;
}

.login-gradient-header
{
    background: linear-gradient(90deg,rgba(24,150,209,1) 0%,rgba(153,201,62,1) 100%);
    height: 130px;
    margin-top: -20px;
}

.login-bckimage
{
    background-image: url(../images/general/World-Map-Header-Graphic.svg);
    background-position: right;
    background-repeat: no-repeat;
    height: 130px;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    max-width: 100%;
}

.login-optioncontainer
{
    background-color: #ebf7fa;
}

.login-tbl-options > tbody
{
    padding-left: 0px !important;
}

.login-tbl-options > tbody > tr > td
{
    padding-left: 0px !important;
}

.login-fsttitle
{
    font-size: 26px;
    color: #fff;
}

.login-sndtitle
{
    font-family: 'Patua One' ,regular !important;
    font-size: 49px;
    color: #fff;
}

.login-whitespace-title
{
    margin-top: 15px;
}

.login-title-content
{
    text-align: left;
    margin-left: 22%;
}

.login-title-space
{
    padding-top: 33px;
}

.login-tbl-options
{
    margin-left: 22%;
}

.logintable tr > td
{
    padding-left: 0px !important;
    margin-left: -5px !important;
}


@media screen and (min-width: 850px) and (max-width: 950px)
{
    .login-tbl-options
    {
        margin-left: 13%;
    }

}

@media screen and (min-width: 450px) and (max-width: 850px)
{
    .login-tbl-options
    {
        margin-left: 7%;
    }

}

.login-buttonoptions
{
    height: 75px;
    padding-bottom: 20px;
    background-color: #ebf7fa;
}

.login-headercontainer
{
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    max-width: 100%;
}

.login-buttonopt-col1
{
    padding-right: 2px !important;
    padding-left: 6%;
}

.login-buttonopt-col2
{
    padding-left: 0px !important;
}

.login-leftbuttonoption
{
    margin-left: 25%;
    display: inline-block;
}

.login-rightbuttonoption
{
    margin-right: 25%;
    display: inline-block;
}

.login-regtitle
{
    font-size: 18px;
    font-weight: 600;
    color: #00223d;
}

.login-standard-button
{
    background-color: #0087c2 !important;
    height: 35px;
    width: 195px;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    border: 0;
    margin-right: 11px;
    border-radius: 6px;
}

.qcklogin-title
{
    color: #00223d;
    font-size: 18px;
    font-weight: 600;
}

.qcklogin-hr
{
    border-bottom: 1px solid #00223d;
    width: 588px;
    margin-left: 0px;
}

.qcklogin-subtitle
{
    color: #404041;
    font-size: 14px;
}

.qcklogin-container
{
    text-align: left;
    margin-left: 22%;
}

.qcklogin-dvsubtitle
{
    margin-top: 18px;
}

.qcklogin-formtitles
{
    color: #404041 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-align: left !important;
    margin-bottom: 10px;
    margin-top: 10px;
}

.qcklogin-submitbttn
{
    margin-top: 25px;
    background-color: #00223d !important;
    height: 35px;
    width: 215px;
    color: #FFF;
    font-size: 14px;
    cursor: pointer;
    border: 0;
    text-align: center;
    clear: left;
    border-radius: 6px;
}

.qcklogin-loginmessage
{
    margin-bottom: 6px;
}

.qcklogin-tableform
{
    width: 350px;
}

.qcklogin-tableform > tbody > tr > td
{
    padding-left: 0px !important;
}
.qcklogin-txtform
{
    width: 405px !important;
    height: 37px !important;
    color: #404041 !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 12px !important;
    padding-right: 7px !important;
    border-radius: 6px !important;
    font-size: 14px;
}

.contentbanner
{
    border-radius: 10px;
    width: 100%;
}

.specialoffer-table
{
    width: 100%;
}
.specialoffer-td
{
    float: left;
    padding: 0;
    width: 100%;
    border: 1px solid #002947;
    border-radius: 8px;
    margin-top: 71.5px;
}

.specialoffer-gradient-header
{
    background: rgb(24,150,209);
    background: linear-gradient(90deg, rgba(24,150,209,1) 0%, rgba(153,201,62,1) 100%);
    height: 130px;
    margin-top: -20px;
}

.specialoffer-image
{
    width: 1000px;
    height: 145px;
    margin: 0 auto;
    text-align: left;
    max-width: 100%;
}

.specialoffer-bckimage
{
    background-image: url(../images/general/Special-Offer-Header-Graphic.png);
    background-position: right;
    background-repeat: no-repeat;
    height: 130px;
}

.specialoffer-fsttitle
{
    font-size: 26px;
    color: #fff;
}

.specialoffer-sndtitle
{
    font-family: 'Patua One' ,regular !important;
    font-size: 45px;
    color: #fff;
}

.specialoffer-whitespace-title
{
    margin-top: 15px;
}

.specialoffer-title-content
{
    text-align: left;
}

.specialoffer-title-space
{
    padding-top: 49px;
}

.standard-header-text
{
    padding-left: 30px;
}

.standard-full-width-header
{
    background: #002947;
    height: 100px;
    text-align: center;
    margin-top: -20px;
}

.standard-header-wrapper
{
    width: 1000px;
    height: 145px;
    margin: 0 auto;
    padding-top: 45px;
    text-align: left;
}

.specialoffer-headerimage
{
    background-color: #e4edf2;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    height: 55px;
}

.specialoffer-offerends
{
    float: left;
    background-color: #0089C4;
    padding: 0;
    width: 22%;
    height: 163px;
    border-bottom-left-radius: 8px;
}

.specialoffer-offerdescriptionwrapper
{
    width: 100%;
    height: 143px;
    position: relative;
}

.specialoffer-offerdescription
{
    float: left;
    width: 78%;
    overflow: hidden;
    height: 113px;
}

.specialoffer-offerdesctionfooter
{
    float: left;
    width: 78.1%;
    background-color: #002947;
    height: 50px;
    position: absolute;
    margin-left: 22%;
    bottom: -20px;
    border-bottom-right-radius: 8px;
}

.special-offer-content-c
{
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.special-offer-rawtext
{
    width: 95%;
}

.specialoffer-endswrapper
{
    padding-top: 32px;
    padding-left: 23px;
    padding-right: 23px;
    text-align: center;
}

.specialoffer-offerendstitle
{
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 12.5px;
    text-align: center;
    font-weight: 600;
}

.special-offer-timeLeft
{
    background-color: #ffffff;
    border-radius: 6px;
    font-size: 22px;
    font-weight: 600;
    padding: 19.5px 0px 19.5px 0px;
    width: 40px;
    text-align: center;
}


.special-offer-timeLeftwrapper
{
    margin-right: 3%;
    text-align: center;
    color: #0089C4;
    display: inline-block;
}

.special-offer-timeLeftwrapper-last
{
    text-align: center;
    color: #0089C4;
    display: inline-block;
    margin-right: -3%;
}


.special-offer-days
{
    padding-top: 5px;
    color: #fff;
    font-size: 13px;
}

.special-offer-hours
{
    padding-top: 5px;
    color: #fff;
    font-size: 13px;
}

.special-offer-min
{
    padding-top: 5px;
    padding-bottom: 11px;
    color: #fff;
    font-size: 13px;
}

.special-offer-offername
{
    font-size: 22px;
    color: #0089C4;
    font-weight: 600;
}

.special-offer-hr
{
    margin-top: 7.5px;
    border-bottom: 0.8px solid #002947;
    margin-bottom: 14px;
}

.special-offer-descriptiontext
{
    font-size: 14px;
    color: #404041;
    padding-left: 22px;
    padding-right: 22px;
    height: inherit;
    vertical-align: middle;
    align-items: center;
    display: table-cell;
    width: 670px;
}

.specialoffer-button
{
    float: right;
    background-color: #8cc63e;
    color: #fff;
    margin-right: 23px;
    border-radius: 6px;
    font-size: 14px;
    margin-top: 7px;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 14px;
    padding-right: 35px;
    background-image: url(../images/general/White-Arrow-Icon.png);
    background-repeat: no-repeat;
    background-position: 154px center;
}

.specialoffer-lotteryimagecontainer
{
    position: absolute;
    margin-top: -60px;
    border-radius: 50px;
    background-color: #fff;
    padding: 4px;
    border: solid 1.5px #002947;
    margin-left: -4px;
}

.specialoffer-lotteryimage
{
    width: 87px;
    height: 87px;
}


.specialoffer-tbllotteries-td
{
    width: 95px;
    padding-left: 0px;
    margin-left: -3px;
}

.specialoffer-tbllotteries
{
    padding: 0px;
}

.specialoffer-tbllotteries > tr > td
{
    padding: 0px;
}

.joinlottohq-imagebanner-container
{
    width: 100%;
    max-width: 100%;
    margin-top: 12px;
    margin-bottom: 9px;
}

.joinlottohq-imagebanner
{
    border-radius: 10px;
    max-width: 100%;
}

.joinlottohq-title
{
    color: #0087c2;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
}

.joinlottohq-hr
{
    width: 100%;
    margin-bottom: 16px;
    border: none;
    background-color: #00223d;
    color: #00223d;
    height: 1px;
}

.joinlottohq-content-c
{
    clear: both;
    padding: 30px;
}

.joinlottohq-regularlist
{
    width: 100%;
    padding-left: 44px !important;
}

.joinlottohq-regularlist > li
{
    margin-bottom: 5px;
    list-style-type: disc;
}

.joinlottohq-ol
{
    width: 100%;
    counter-reset: item;
}

.joinlottohq-ol > li
{
    list-style-type: none;
    margin-bottom: 15.5px;
}

.joinlottohq-ol > li:before
{
    content: counters(item,".") " ";
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    left: 30px;
    font-size: 13px;
    color: #fff;
    background-color: #0087c2;
    border-radius: 15px;
    width: 23px;
    height: 19px;
    text-align: center;
    padding-top: 3px;
    margin-top: -4px;
    font-weight: 600;
}

.joinlottohq-link:visited
{
    text-decoration: underline !important;
    color: #0087c2;
}

.joinlottohq-link
{
    text-decoration: underline !important;
    color: #0087c2;
}

.joinlottohq-joinlink:visited
{
    text-decoration: underline !important;
    color: #0087c2;
    font-weight: 600;
}

.joinlottohq-joinlink
{
    text-decoration: underline !important;
    color: #0087c2;
    font-weight: 600;
}

.joinlottohq-big-jackpots
{
    background-color: #b4d56a;
    background-image: url(/Content/images/LottoHQ/Join/How-do-I-Join-Background.png);
    background-repeat: no-repeat;
    background-position: top;
    margin-left: -30px;
    margin-right: -30px;
    height: 482px;
    margin-bottom: 50px;
    margin-top: 46px;
}

.joinlottohq-howjointitle
{
    color: #fff;
    font-size: 22px;
    position: relative;
    width: 100%;
    top: 98px;
    margin-left: 30px;
}

.joinlottohq-textdescription
{
    color: #404041;
    font-size: 14px;
    margin-top: 117px;
    margin-left: 30px;
    font-weight: 600;
}


.joinlottohq-textdescription > p
{
    margin-bottom: 16px;
    line-height: 1.4em;
}

.joinlottohq-join-btn
{
    width: 185px;
    padding-top: 17.5px;
    padding-bottom: 17.5px;
    font-size: 23px;
    font-weight: 600;
    background-color: #00223d;
    color: #fff;
    cursor: pointer;
    text-align: center;
    position: absolute;
    margin-top: -80px;
    margin-left: 37%;
    border-radius: 6px;
}

.joinlottohq-join-btn-text
{
    color: #fff;
    font-weight: 600;
}

.joinlottohq-games
{
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: -15px;
}

.joinlottohq-games .available-lottos
{
    clear: both;
    width: 213px !important;
    display: inline-block;
    margin-left: 2%;
    text-align: center;
}

.joinlottohq-games .available-lottos:last-child
{
    padding-right: 20px;
}


.joinlottohq-games .lotto-draw-countdown
{
    display: none;
}

.joinlottohq-games .lotto-play-link
{
    display: none;
}

.joinlottohq-games .available-lottos > hr
{
    display: none !important;
}

.joinlottohq-games .available-lottos .lotto-logo
{
    padding-right: 0px !important;
    float: none;
}


.joinlottohq-games .available-lottos .lotto-logo > a > img
{
    width: 115px !important;
    height: 113px !important;
}


.joinlottohq-games .available-lottos .lotto-jackpot
{
    clear: left;
    padding: 0 !important;
    min-width: 0px !important;
    float: none;
}

.joinlottohq-games .available-lottos .lotto-jackpot > h2
{
    color: #0087c2;
    font-size: 27px !important;
}


.gambling-rg-content-padding
{
    padding: 30px;
}

.gambling-rg-content-padding > p
{
    line-height: 1.4em;
    color: #404041;
}

.rg-p-bottom > p
{
    color: #404041 !important;
}

.gambling-specialparagraph
{
    width: 70%;
}

.gambling-link:visited
{
    text-decoration: underline !important;
    color: #0087c2 !important;
}
.gambling-link
{
    text-decoration: underline !important;
    color: #0087c2 !important;
}

.gambling-limittextbox
{
    border-radius: 8px;
    width: 170px;
    margin-right: 10px;
    padding: 10px;
}

.gambling-limitperiodlist
{
    border-radius: 8px;
    width: 90px;
    margin-left: 8px;
    padding: 10px;
}

.gambling-dvoptions
{
    width: 100%;
    position: absolute;
    left: 0;
}

.gambling-rg-light-blue
{
    padding-bottom: 25px;
}

.gambling-limit-btnactions
{
    padding-top: 130px;
}

.gambling-excludemonths
{
    border-radius: 8px;
    width: 100px;
    margin-right: 19px;
    padding: 10px;
}

.rg-setting-selfexclusion
{
    background: #e6eaed;
    height: 25px;
    padding: 15px;
    margin-top: 0px;
    line-height: 25px;
    color: #002947;
    padding-bottom: 105px;
    padding-top: 19px;
}

.rg-setting-padding
{
    padding-left: 30px;
    padding-right: 30px;
    background: #f6f6f7;
}

.lottery-odds
{
    margin-top: 25px;
}

.joinlottohq-spacetitt
{
    margin-top: 46px;
}

.joinlottohq-textfooter
{
    color: #404041;
    font-size: 14px;
    margin-top: 153px;
    margin-left: 30px;
    position: absolute;
    font-weight: 600;
}

.gaming-checkboxselected
{
    color: #002947;
    opacity: 0.9;
    font-weight: 600;
    background: #e6eaed;
}

.gaming-checkboxselected .rg-text-div > p
{
    font-weight: 100 !important;
}

.gaming-checkboxno-selected
{
    color: #a9abad;
    opacity: 1;
    font-weight: 100;
}

.join-contentcontainer
{
    margin-bottom: 23px;
}
.image-txt-container
{
    display: flex;
    align-items: center;
    flex-direction: row;
}

.error-gradient-header
{
    background: rgb(24,150,209);
    background: linear-gradient(90deg, #0f94d3 -15%, #9bc93c 100%);
    height: 446px;
}

.error-checkout
{
    font-size: 25px;
    font-weight: 700;
    color: #0087c2;
    text-align: center;
}

.error-available-games
{
    background-color: #ebf7fa;
    background-image: url(/Content/images/LottoHQ/Error/Background-Shapes.svg);
    background-repeat: no-repeat;
    background-position: center 45px;
    height: 447px;
    padding-top: 16px;
    padding-bottom: 23px;
}

.error-available-games .lotto-play-link
{
    background-color: #00223d !important;
}

.error-available-games .lotto-draw-hr
{
    background-color: #00223d !important;
    color: #00223d !important;
    margin: 0px !important;
}

.error-page-container
{
    text-align: center;
}

.error-background
{
    background: url("/Content/images/LottoHQ/Error/World Map.svg") no-repeat right top;
}

.error-header-wrapper
{
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}

.error-header-text
{
    padding-left: 20%;
    height: 397px;
    background: url(/Content/images/LottoHQ/Error/Search-Header-Error-Page.png) no-repeat 5%;
}

.error-downarrow
{
    margin-top: 6px;
    margin-bottom: 14px;
}

.error-message
{
    color: #fff;
    padding-top: 29%;
}

.error-message-title
{
    font-size: 25px;
    margin-bottom: 26px;
}

.error-message-body
{
    font-size: 20px;
    margin-bottom: 10px;
}

.error-message-foot
{
    margin-top: -16px;
    color: #ffffff;
    font-size: 44px;
    font-family: 'Patua One' ,regular !important;
    text-align: center;
}

.error-link
{
    color: #0087c2 !important;
    text-decoration: underline !important;
}

.error-available-games .lotto-play-link
{
    font-size: 20px;
    padding: 12px 20px;
}

.withdrawal-header-firstcolumn
{
    font-weight: 700;
    font-size: 14px;
    color: #404041;
    margin-bottom: 0px !important;
}

.withdrawal-header-firstcolumn .withdraw-links-wrapper
{
    width: 327px;
    margin-bottom: 0px !important;
    margin-left: 0px !important;
}
.withdrawal-dropdown
{
    font-size: 16px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background: url('/Content/themes/newlookandfeel/Images/Icons/dropdown-arrow.png') no-repeat top 11px right 10px;
}

.withdrawal-dropdown:hover
{
    background-color: #fff !important;
}

.withdrawal-dropdown:active
{
    background-color: #fff !important;
}


.withdrawal-dropdown:visited
{
    background-color: #fff !important;
}


.withdrawal-dropdown:focus
{
    background-color: #fff !important;
}

.resetpassword-dropdown
{
    font-size: 14px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background: url('/Content/themes/newlookandfeel/Images/Icons/dropdown-arrow.png') no-repeat top 11px right 10px;
}

.resetpassword-dropdown:hover
{
    background-color: #fff !important;
}

.resetpassword-dropdown:active
{
    background-color: #fff !important;
}


.resetpassword-dropdown:visited
{
    background-color: #fff !important;
}


.resetpassword-dropdown:focus
{
    background-color: #fff !important;
}

#BankTransferTab
{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

#ChequeTransferTab
{
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important;
}

.withdrawal-header-firstcolumn .account-links
{
    border: 1px solid #808284 !important;
    background: #f5f6f6 !important;
}

.withdrawal-header-firstcolumn .account-links > div > a
{
    font-weight: 700;
    font-size: 14px;
    color: #404041;
}

.withdrawal-header-secondcolumn
{
    width: 314px;
    float: right !important;
    background-color: #f2f8fb;
    padding: 18px;
    border-radius: 8px !important;
}

.basket-label-second
{
    float: right;
    margin-right: 0px;
    font-size: 14px;
    color: #00223d !important;
}

.basket-offerbanner
{
    width: 100%;
    margin-top: 16px;
    border-radius: 8px;
    height: 83px;
    background-repeat: no-repeat;
}

.basket-offerbanner-Jackpot-header
{
    color: #fff;
    font-family: open sans;
    font-size: 51px;
    text-shadow: 0px 0px 40px #807F7F;
    text-align: left;
    padding-top: 22px;
    display: inline-block;
}

.basket-offerbanner-Jackpot-header-cursign
{
    color: #fff;
    font-family: open sans;
    font-size: 36px;
    text-shadow: 0px 0px 40px #807F7F;
    text-align: left;
    padding-left: 3%;
    padding-top: 22px;
    display: inline-block;
}

.basket-offerbanner-text-header
{
    font-family: 'Geometric Slabserif 703 Extra Bold';
    font-size: 21px;
    color: #fff;
    text-shadow: 0px 0px 40px #807F7F;
    text-align: left;
    padding-left: 3%;
    padding-top: 5px;
    padding-bottom: 7px;
}

.basket-label-second > span
{
    display: block;
    padding-top: 5px;
    color: #1688c3;
    font-weight: bold;
    font-size: 18px;
    color: #0887c1;
}

.withdrawal-header-secondcolumn .basket-label > span
{
    display: block;
    padding-top: 5px;
    color: #1688c3;
    font-weight: bold;
    font-size: 18px;
    color: #0887c1;
}

.withdrawal-header-secondcolumn .basket-label
{
    margin-right: 25px;
    font-size: 14px;
    color: #00223d;
}

.withdrawal-infoicon
{
    float: right;
    margin-top: 19px;
}

.withdrawal-hr
{
    width: 100%;
    border: none;
    background-color: #00223d;
    color: #00223d;
    height: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.withdrawal-fees
{
    font-size: 14px;
    color: #00223d !important;
    height: 70px;
}

.withdrawal-fees-firstcolumn
{
    float: left;
}

.withdrawal-fees-secondcolumn
{
    float: right;
}

.withdrawal-fees-details
{
    line-height: 1.4;
}

.withdrawal-title-note
{
    font-weight: 700;
    color: #404041;
    margin-top: 30px;
}

.withdrawal-note-text
{
    color: #404041;
    margin-top: 10px;
}

.withdrawal-formsection
{
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #404041 !important;
    margin-top: 30px;
    width: 480px;
}

.withdrawal-formsection > span
{
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #404041 !important;
    left: 0;
    float: left;
}

.withdrawal-formsection > div
{
    margin-bottom: 7px;
}

.withdrawal-secondtitle
{
    margin-top: 27px;
}

.withdrawal-bank-links > a
{
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #00223d;
}

.withdrawal-button
{
    margin-top: 3px;
    padding: 10px 0 10px 0;
    background-color: #0887c1;
    width: 175px;
    color: #fff;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.setcurrency
{
    position: relative;
    font-weight: 700;
    font-size: 12px;
}

.setcurrency:before
{
    position: absolute;
    font-weight: 700;
    top: 0px;
    content: attr(data-before);
    left: 17px;
    z-index: 2;
    color: #404041;
    font-size: 19px;
}

#Withdrawal_Amount
{
    background-color: #fff !important;
}

#ChequeWithdrawal_Amount
{
    background-color: #fff !important;
}

#Withdrawal_Amount::placeholder
{
    color: #a9abad;
    opacity: 1; /* Firefox */
}

#Withdrawal_Amount:-ms-input-placeholder
{
    /* Internet Explorer 10-11 */
    color: #a9abad;
}

#Withdrawal_Amount::-ms-input-placeholder
{
    /* Microsoft Edge */
    color: #a9abad;
}

#ChequeWithdrawal_Amount::placeholder
{
    color: #a9abad;
    opacity: 1; /* Firefox */
}

#ChequeWithdrawal_Amount:-ms-input-placeholder
{
    /* Internet Explorer 10-11 */
    color: #a9abad;
}

#ChequeWithdrawal_Amount::-ms-input-placeholder
{
    /* Microsoft Edge */
    color: #a9abad;
}


.withdrawal-messagebox
{
    display: none;
    font-size: 10px;
    color: #404041;
    border: 2px solid #0887c1;
    border-radius: 8px;
    padding: 10px;
    position: absolute;
    margin-top: 23px;
    margin-right: 52px;
    margin-left: 0px;
    background-color: #fff;
    z-index: 2;
}

.adddeposit-messagebox
{
    display: none;
    font-size: 10px;
    color: #404041;
    border: 2px solid #0887c1;
    border-radius: 8px;
    padding: 10px;
    position: absolute;
    margin-top: 3px;
    margin-left: -235px;
    background-color: #fff;
}


.withdrawal-messagebox-questionmark
{
    background-color: #0887c1;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    color: #fff;
    float: right;
    margin-top: -17px;
    margin-right: -17px;
    text-align: center;
    font-weight: 700;
}

.withdrawal-warningbox
{
    border: 3px solid #0887c1;
    padding: 8px 5px 10px 32px;
    margin-top: 25px;
    display: none;
    border-radius: 8px;
    background-image: url(/Content/themes/newlookandfeel/Images/Icons/Account/Error-Symbol.svg);
    background-position: 9px 5px;
    background-repeat: no-repeat;
}


.withdrawal-warningbox > span
{
    font-size: 14px;
    color: #0887c1;
    font-weight: 700;
}

.withdrawal-warningbox > ul
{
    list-style-type: disc;
    margin-left: -2px;
    padding-left: 0px;
    margin-top: 6px;
    margin-bottom: 0px;
}

.withdrawal-warningbox > ul > li
{
    font-size: 12px;
    color: #404041;
    font-weight: 100;
    margin-left: 0px;
    line-height: 1.4;
}

.withdrawal-new-bank-account
{
    display: none;
    width: 480px;
}

.new-bank-account-fielvalue .text-box
{
    width: 458px !important;
    color: #404041 !important;
}

.new-bank-account-title
{
    font-size: 18px;
    color: #00223d;
    padding-top: 30px;
}


.new-bank-account-subtitle
{
    font-size: 14px;
    color: #404041;
    margin-top: 25px;
    margin-bottom: 30px;
}

.new-bank-account-fielname
{
    font-size: 12px;
    color: #404041;
    font-weight: 700;
    margin-top: 20px;
}

.new-bank-account-fielvalue > input
{
    background-color: #fff !important;
}

.new-bank-account-fielvalue > input :hover
{
    background-color: #fff !important;
}

.new-bank-account-fielvalue > input:active
{
    background-color: #fff !important;
}

.new-bank-account-fielvalue > input:visited
{
    background-color: #fff !important;
}

.new-bank-account-fielvalue > input:focus
{
    background-color: #fff !important;
}


.new-bank-account-fielvalue
{
    margin-top: 5px;
}


.new-bank-account-button
{
    margin-top: 5px;
    margin-bottom: 12px;
    padding: 10px 0 10px 0;
    background-color: #00223d;
    width: 166px;
    color: #fff;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    font-size: 14px;
}

.new-bank-account-hr
{
    width: 940px;
    position: absolute;
    margin-bottom: 10px;
    border: none;
    background-color: #00223d;
    color: #00223d;
    height: 1px;
}


.new-bank-account-star
{
    color: #0887c1;
}

.withdrawal-new-bank-processingmessage
{
    background-color: #fff;
    border: 5px solid #0887c1;
    border-radius: 8px;
    padding: 10px;
    width: 455px;
    height: 170px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 18;
    position: relative;
    text-align: center;
}

.withdrawal-new-bank-ProcessingContainer
{
    display: none;
    overflow-y: auto;
    background: rgba(8, 135, 193, .5 ) !important;
    align-items: center;
    top: 0;
    bottom: 0;
    padding: 10px;
    z-index: 1060;
    position: fixed;
    left: 0;
    right: 0;
}

.withdrawal-processing-title
{
    margin-top: 20px;
    font-weight: 700;
    font-size: 25px;
    color: #0887c1;
    margin-bottom: 19px;
}

.withdrawal-processing-text
{
    font-weight: 100;
    font-size: 12px;
    color: #404041;
}

.withdrawal-processing-close
{
    float: right;
    margin-top: -1px;
    text-decoration: none;
}

.withdrawal-processing-close > a
{
    font-weight: 700;
    font-size: 18px;
    color: #0887c1;
    text-decoration: none;
}

.withdrawal-new-bank-mainlogo
{
    margin-top: 15px;
    text-align: center;
}


.banktransferconfirmation-title
{
    font-size: 18px;
    font-weight: 700;
    color: #00223d;
}

.banktransferconfirmation-hr
{
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    border: none;
    background-color: #D8D9DA;
    color: #D8D9DA;
    height: 1px;
}

.banktransferconfirmation-table
{
    padding: 0px;
    width: 100%;
    font-size: 14px;
    color: #00223d;
}


.banktransferconfirmation-table > tbody > tr > td
{
    padding: 0px 0px 0px 0px !important;
}

.banktransferconfirmation-email
{
    clear: none;
    text-align: left;
}

.banktransferconfirmation-email > a
{
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #00223d !important;
    cursor: text;
}


.banktransferconfirmation-email > a:hover
{
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #00223d !important;
    text-decoration: none !important;
}



.banktransferconfirmation-accounttable
{
    padding: 0px;
    width: 100%;
    font-size: 14px;
    color: #00223d;
    border: 1px solid #0887c1;
}

.banktransferconfirmation-accounttable > thead
{
    font-weight: 700;
    background-color: #0887c1;
    color: #fff;
}

.banktransferconfirmation-accounttable > thead > tr > td
{
    padding: 9px 0px 9px 16px;
}

.banktransferconfirmation-accounttable > tbody > tr > td
{
    padding: 19px 0 19px 16px;
}


.banktransferconfirmation-backbutton
{
    background-color: #808284;
    width: 370px;
    height: 37px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    text-align: center;
    border-radius: 8px;
}

.banktransferconfirmation-submitbutton
{
    background-color: #00223d;
    width: 563px;
    height: 37px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    text-align: center;
    border-radius: 8px;
}

.withdrawal-header-chequeCustomerDetails
{
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #00223d;
    line-height: 1.4;
}

.withdrawal-editdetails
{
    font-size: 12px !important;
    font-weight: 700;
}

.withdrawal-editdetails > a
{
    font-size: 12px !important;
    color: #0887c1 !important;
    float: right !important;
    clear: none !important;
    font-weight: 700;
    padding-top: 3px;
}

.withdrawal-editdetails > a: over
{
    font-size: 12px !important;
    color: #0887c1 !important;
    float: right !important;
    clear: none !important;
    font-weight: 700;
}

.withdrawal-editdetails > a:visited
{
    font-size: 12px !important;
    color: #0887c1 !important;
    float: right !important;
    clear: none !important;
    font-weight: 700;
}

.chequetransferconfirmation-titlemessage
{
    font-size: 18px;
    text-align: center;
    color: #00223d;
}


.creditcard-addcc-container
{
    width: 100%;
    background-color: #fff;
    color: #404041;
    padding: 0px;
    margin: 0px;
}

.creditcard-field-name
{
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #404041 !important;
    padding-bottom: 7px;
    padding-top: 9px;
}

.creditcard-first-column
{
    width: 69%;
    display: inline-block;
}

.creditcard-first-column > input
{
    width: 93%;
}

.creditcard-second-column
{
    width: 30%;
    display: inline-block;
}

.creditcard-third-column
{
    width: 14%;
    display: inline-block;
}

.creditcard-field
{
    text-align: left;
}

.creditcard-field > span
{
    height: 26px;
    width: 65%;
}

.creditcard-third-column > input
{
    width: 65%;
}

/*.creditcard-editcc .creditcard-third-column > input
{
    width: 81% !important;
}*/

.creditcard-addcc-button
{
    width: 53%;
    display: inline-block;
    float: right;
    margin-top: 19px;
    margin-right: 8%;
}

.creditcard-addcc-cancelbutton
{
    width: 36%;
    display: inline-block;
    margin-top: 19px;
}

.creditcard-backbutton
{
    background-color: #808284;
    width: 100%;
    height: 37px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    text-align: center;
    border-radius: 8px;
}

.creditcard-addccbutton
{
    background-color: #00223d;
    width: 100%;
    height: 37px;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    text-align: center;
    border-radius: 8px;
}

.creditcard-editcc
{
    width: 620px;
    display: none;
    padding-top: 10px;
}

.creditcard-editcc .cc-cvc
{
    display: none;
}

.AddNewCreditCard .cc-cvc
{
    display: none;
}

.creditcard-editcc .cc-expiry
{
    width: 29% !important;
}

.AddNewCreditCard .cc-expiry
{
    width: 29% !important;
}

.creditcard-editcc .cc-cvc > input
{
    display: none;
}

.AddNewCreditCard .cc-cvc > input
{
    display: none;
}

.creditcard-editcc .expiry > input
{
    width: 29% !important;
}

.cc-cvc
{
    color: #404041 !important;
}

.cc-expiry
{
    color: #404041 !important;
}

.AddNewBankContainer
{
    font-weight: 700;
}

.AddNewBankContainer .withdrawal-new-bank-account
{
    display: block !important;
}


.AddNewBankContainer .new-bank-account-button
{
    width: 186px !important;
    font-weight: 700 !important;
    margin-bottom: 0px;
}

.AddNewBankContainer .new-bank-account-hr-last
{
    display: none !important;
}

.AddNewBankContainer .new-bank-account-title
{
    padding-top: 0px;
    font-size: 18px;
}

.bank-account-details-title
{
    font-size: 18px;
    color: #00223d;
    font-weight: 700;
}


.bank-account-details-addbutton
{
    width: 220px;
    font-size: 14px;
    font-weight: 700;
    background-color: #00223d;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 12px;
    padding: 11px 0 11px 0;
    color: #fff;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    text-align: center;
}

.bank-account-details-message
{
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #404041;
    font-weight: 700;
    line-height: 1.3;
}

.bank-account-details-table
{
    width: 100%;
    border: 1px solid #0887c1;
    padding: 10px 10px 10px 10px;
}

.bank-account-details-table > tbody > tr > th
{
    color: #fff;
    background-color: #0887c1;
    font-weight: 700;
    font-size: 14px;
    padding: 11px 19px;
}

.bank-account-details-table > tbody > tr > td
{
    color: #404041;
    font-size: 14px;
    padding: 7px 19px;
}

.bank-account-details-editbutton
{
    background-color: #a9abad;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    text-align: center;
    padding: 9px 0 9px 0;
    width: 76px;
    height: 36px;
}

.bank-account-details-removebutton
{
    margin-right: 15px;
    margin-top: 5px;
    margin-bottom: -11px;
}

.bank-account-details-DeactivateContainer
{
    display: none;
    overflow-y: auto;
    background: rgba(8, 135, 193, 0.3 ) !important;
    align-items: center;
    top: 0;
    bottom: 0;
    padding: 10px;
    z-index: 1060;
    position: fixed;
    left: 0;
    right: 0;
}

.bank-account-details-text
{
    background-color: #fff;
    border: 5px solid #0887c1;
    border-radius: 10px;
    padding: 10px;
    width: 420px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 18;
    position: relative;
    text-align: center;
}

.bank-maintitle
{
    display: inline-block;
}

.bank-account-back-button
{
    display: inline-block;
    float: right;
}

.bank-account-back-button > a > img
{
    padding-right: 6px !important;
    margin-bottom: -1px !important;
}

.bank-account-back-button > a
{
    text-decoration: underline !important;
    color: #0887c1 !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

.bank-account-back-button > a:hover
{
    text-decoration: underline !important;
    color: #0887c1 !important;
    font-size: 14px !important;
    cursor: pointer !important;
}

.bank-deletebank
{
    width: 380px !important;
}

.bank-account-details-deletebutton
{
    text-decoration: none;
    color: #0887C1;
    font-weight: 700;
    font-size: 12px;
    padding-right: 20px;
    display: inline-block;
    cursor: pointer;
}
.bank-account-details-deletebutton: hover
{
    text-decoration: none !important;
    color: #0887C1 !important;
}

.bank-account-details-cancelbutton
{
    text-decoration: none;
    color: #808284;
    font-weight: 700;
    font-size: 12px;
    padding-right: 26px;
    display: inline-block;
    cursor: pointer;
}

.bank-account-details-cancelbutton: hover
{
    text-decoration: none !important;
    color: #808284 !important;
}

.bank-account-details-buttonactions
{
    text-align: right !important;
    margin-bottom: 10px;
}

.bank-account-details-text
{
    padding-top: 30px;
    line-height: 1.2;
    font-size: 20px;
    color: #0887C1;
}

.bank-account-details-requestmessage
{
    margin-top: 25px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #0887c1;
    font-weight: 700;
}

.creditcard-ccstable-container
{
    border: 1px solid #0887c1;
    padding: 10px 10px;
    color: #0887c1 !important;
}

.creditcard-ccstable
{
    width: 100%;
}

.creditcard-ccstable > tbody > tr > th
{
    background-color: #0087c2;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 15px;
    text-align: left;
}

.creditcard-ccstable > tbody > tr > td
{
    color: #00223d;
    font-size: 18px;
    padding: 15px 15px;
    text-align: left;
}

.creditcard-ccstable tbody > tr:last-child > td
{
    border-bottom: none !important;
}

.creditcard-ccstable td
{
    border-bottom: 1px solid #404041;
}

.creditcard-links
{
    margin-top: 27px;
    cursor: pointer;
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #00223d;
}

.creditcard-links > a:hover
{
    margin-top: 10px;
    cursor: pointer;
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #00223d;
}

.cc-messagebox-ccdisabled
{
    display: none;
    font-size: 10px;
    color: #404041;
    border: 2px solid #0887c1;
    border-radius: 8px;
    padding: 10px;
    position: absolute;
    margin-right: 52px;
    margin-top: -28px;
    margin-left: -96px;
    background-color: #fff;
}

.m-content-s-r .content-f-heading
{
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-image: url(../images/LottoHQ/template/header-gradient-1.jpg);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-color: transparent;
    height: 62px;
}

.adddeposit-hr
{
    width: 100%;
    margin-bottom: 10px;
    border: none;
    background-color: #00223d;
    color: #00223d;
    height: 1px;
}


.adddeposit-paymentdetails
{
    margin-top: 15px;
}


.adddeposit-field-name
{
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #404041 !important; /*padding-bottom: 7px;*/
    padding-top: 9px;
}

.adddeposit-first-column
{
    width: 85%;
    display: inline-flex;
}

.adddeposit-second-column
{
    width: 13%;
    display: inline-flex;
    float: right;
}

.adddeposit-infoicon
{
    float: right;
}

.adddeposit-infoimage
{
    background-color: #00223d;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    cursor: pointer;
    width: 15px;
    height: 15px;
    text-align: center;
}


.adddeposit-infoimage:hover
{
    background-color: #0887c1;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    cursor: pointer;
    width: 15px;
    height: 15px;
    text-align: center;
    z-index: 5;
    position: absolute;
}



.adddeposit-table
{
    color: #00223d;
    font-size: 14px;
    padding: 0;
    margin: 0;
    text-align: left;
}
.adddeposit-table > tbody > tr > td:first-child
{
    padding-left: 0px !important;
}

.adddeposit-table > tbody > tr > td:last-child
{
    padding-right: 0px !important;
}


.adddeposit-table-confirmation
{
    color: #00223d;
    font-size: 14px;
    padding: 0;
    margin: 0;
    text-align: left;
}

.adddeposit-table-confirmation > tbody > tr > td:first-child
{
    padding-left: 0px !important;
}

.adddeposit-table-confirmation > tbody > tr > td:last-child
{
    padding-right: 0px !important;
}

.adddeposit-amountselection
{
    margin-top: 0px;
}

.adddeposit-amount
{
    width: 100px !important;
    font-size: 16px !important;
    color: #0887c1 !important;
    padding: 8px 0 8px 51px !important;
    font-weight: 700;
}

.adddeposit-setcurrency
{
    position: relative;
    font-weight: 700;
    font-size: 18px;
    color: #404041 !important;
}

.adddeposit-setcurrency:before
{
    position: absolute;
    font-weight: 700;
    top: 12px;
    content: attr(data-before);
    left: 13px;
    z-index: 2;
    color: #404041;
    font-size: 16px;
}

.adddeposit-addvaluebutton
{
    background-color: #fff;
    border: 1px solid #00223d;
    border-radius: 6px;
    color: #00223d;
    font-size: 14px;
    padding: 9px 21px 9px 21px;
    font-weight: 700;
    cursor: pointer;
    width: 141px;
}


.adddeposit-addFundsbutton
{
    margin-top: 10px;
    background-color: #0887c1;
    border: 1px solid #0887c1;
    border-radius: 8px;
    padding-top: 9px;
    padding-bottom: 9px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    width: 100%;
    text-align: center;
    border-bottom: 0px;
    margin-bottom: -3px;
}

.adddeposit-creditcardlist
{
    width: 100%;
}

.adddeposit-cclist-header1
{
    width: 41%;
    display: inline-block;
    text-align: left;
    color: #00223d;
    font-weight: 700;
}

.adddeposit-cclist-header2
{
    width: 29%;
    display: inline-block;
    text-align: left;
    color: #00223d;
    font-weight: 700;
}

.adddeposit-cclist-header3
{
    width: 26%;
    display: inline-block;
    text-align: right;
    color: #00223d;
    font-weight: 700;
}

.adddeposit-cclist-line
{
    border-bottom: 1px solid #00223d;
    margin-top: 3px;
    margin-bottom: 5px;
    width: 100%;
}

.adddeposit-cclist-col1
{
    width: 13%;
    display: inline-block;
    text-align: left;
    margin-bottom: 5px;
    margin-top: 7px;
}

.adddeposit-cclist-col2
{
    width: 27%;
    font-size: 18px;
    color: #00223d;
    font-weight: 700;
    display: inline-block;
    text-align: left;
    margin-bottom: 5px;
    vertical-align: top;
    padding-top: 9px;
}

.adddeposit-cclist-col3
{
    width: 33%;
    color: #00223d;
    display: inline-block;
    text-align: left;
    font-weight: 700;
    margin-bottom: 5px;
    vertical-align: top;
    padding-top: 9px;
}

.adddeposit-cclist-col4
{
    width: 20%;
    color: #00223d;
    display: inline-block;
    text-align: right;
    margin-bottom: 5px;
}

.adddeposit-ccEditCCsection
{
    width: 100%;
    background-color: #00223d;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.adddeposit-ccEditCCsection > img
{
    vertical-align: middle;
}

.adddeposit-ccupdatelink
{
    text-decoration: none;
}

.adddeposit-ccupdatelink:hover
{
    text-decoration: none;
}

.adddeposit-ccbottomsection > img
{
    display: inline-block;
    vertical-align: sub;
    padding-left: 2px;
}

.adddeposit-paymntdtl
{
    background-color: #f2f8fb;
    width: 95%;
    float: right;
    border-radius: 8px;
}

.adddeposit-paymntdtl-container
{
    width: 40%;
    color: #00223d;
    font-size: 14px;
}

.adddeposit-Currencyamount
{
    border: 1px solid silver;
    border-radius: 8px;
    padding: 16px 26px 16px 26px;
}

.adddeposit-confirmation-Currencyamount
{
    border: 1px solid silver;
    border-radius: 8px;
    font-size: 16px;
    padding: 8px 0 8px 12px !important;
}

.adddeposit-depositprgh1
{
    font-size: 10px;
    color: #404041;
    margin-top: 10px;
}


.adddeposit-depositprgh2
{
    font-size: 10px;
    color: #404041;
    margin-top: 7px;
}


.adddeposit-hr-payment
{
    width: 100%;
    margin-bottom: 10px;
    border: none;
    background-color: #ceced3;
    color: #ceced3;
    height: 1px;
}

.adddeposit-usecard
{
    margin-top: 19px !important;
    font-weight: 700;
    margin-bottom: 9px !important;
}

.cardending
{
    background-color: #f1f1f2;
    width: 93% !important;
    margin-bottom: 15px;
}

.cardending:hover, .cardending:focus
{
    background-color: #f1f1f2 !important;
    width: 93% !important;
    margin-bottom: 15px;
}

.adddeposit-hr-payment-blue
{
    width: 100%;
    margin-bottom: 10px;
    border: none;
    background-color: #00223d;
    color: #00223d;
    height: 2px;
}

.adddeposit-depositsubtitle
{
    color: #00223d;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 13px;
}

.adddeposit-deposittitle
{
    color: #00223d;
    font-size: 14px;
    display: inline-block;
}

.adddeposit-titleamount
{
    display: inline-block;
    text-align: right;
    font-size: 14px;
    float: right;
}

.adddeposit-subtitleamount
{
    display: inline-block;
    text-align: right;
    font-weight: 700;
    font-size: 14px;
    float: right;
}


.adddeposit-dropdown
{
    font-size: 14px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background: url('/Content/themes/newlookandfeel/Images/Icons/dropdown-arrow.png') no-repeat top 11px right 10px;
}


.adddeposit-details-title
{
    font-size: 22px;
    color: #00223d;
    font-family: 'Patua One';
}

.ccdeposit-confirmation-hr
{
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    border: none;
    background-color: #00223d;
    color: #D8D9DA;
    height: 1px;
}

.addcc-noccs
{
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #404041;
    font-weight: 700;
    line-height: 1.3;
}

.AddNewCreditCard
{
    width: 620px;
}

.creditcard-field > input:disabled
{
    background-color: #f1f1f2 !important;
}


.viewbasket-bckimage
{
    background-image: url(../images/general/Basket-Header-Icons.svg);
    background-position: right;
    background-repeat: no-repeat;
    height: 130px;
}

.frame-basket-container
{
    padding: 8px;
}


.basket-body > thead > tr > th
{
    background-color: #00223d !important;
    color: #fff;
    padding: 4px 5px 4px 0px;
    text-align: left;
    font-size: 16px;
}

.basket-body > thead > tr > th:last-child
{
    border-top-right-radius: 19px;
    border-bottom-right-radius: 19px;
}

.basket-body > thead > tr > th:first-child
{
    border-bottom-left-radius: 19px;
    border-top-left-radius: 19px;
}

.basket-body-itemcol
{
    width: 100%;
    display: inline-block;
    text-align: left;
    font-weight: 700;
    padding-top: 10px;
}

.basket-body-itemInfo
{
    width: 65%;
    display: inline-block;
    font-weight: 100;
    font-size: 14px;
    vertical-align: top;
    padding-top: 19px;
    line-height: 1.27;
}

.basket-body-itemCol1
{
    width: 36%;
    display: inline-block;
    text-align: left;
    font-weight: 700;
}

.basket-body-itemCol2
{
    width: 53%;
    display: inline-block;
    text-align: left;
}

.basket-body-itemlogo
{
    width: 25%;
    display: inline-block;
}

.basket-body-itemRemoveButton
{
    width: 5%;
    display: inline-block;
    vertical-align: top;
    padding-top: 38px;
}

.basket-game-numbers-container
{
    width: 100%; /*margin-top: 15px;*/
    display: none;
    margin-bottom: 43px;
    padding-left: 45px;
}

.basket-body-Qty
{
    width: 20%;
    padding-top: 30px;
    text-align: left;
    font-size: 14px;
    color: #00223D;
}


.basket-body-Total
{
    width: 30%;
    text-align: right;
    font-size: 14px;
    color: #0887C1;
    padding-right: 20px;
}

.basket-body-Total > a
{
    cursor: pointer;
}

.basket-body-Total > a:hover
{
    text-decoration: none !important;
    color: #0887C1 !important;
}

.basket-body-Total > a > img
{
    vertical-align: middle;
}

.basket-body-lotterySummary
{
    background-color: #F2F8FB;
    font-size: 14px;
    color: #00223D;
    padding: 15px 20px 15px 13px;
    font-weight: 700;
}

.basket-body-lotterySummary-col1
{
    text-align: left;
}

.basket-body-lotterySummary-col2
{
    text-align: right;
    float: right;
}

.basket-game-number-entry-line
{
    clear: left;
}

.basket-game-number-entry-main
{
    color: #fff;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    position: relative;
    float: left;
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 700;
    margin-right: 10px;
    margin-bottom: 10px;
}

.basket-game-number-entry-suppl
{
    color: #0887C1;
    background-color: #fff;
    border: 1px solid #0887C1;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    position: relative;
    float: left;
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 700;
    margin-left: 10px;
}

.basket-game-number-entry-divider
{
    margin-right: 9px;
    margin-left: 9px;
    padding-bottom: 37px;
    float: left;
}

.basket-game-number-entry-divider:before
{
    content: close-quote;
    border: 1px solid #808284;
    padding-bottom: 24px;
    position: absolute;
}

.basket-game-number-entry-divider-last
{
    margin-right: 9px;
    margin-left: 9px;
    padding-bottom: 37px;
    float: left;
}

.basket-game-number-entry-divider-last:before
{
    content: close-quote;
    border: 1px solid #808284;
    padding-bottom: 28px;
    position: absolute;
}

.basket-game-signup-check
{
    font-size: 14px;
    color: #00223D;
}

.basket-game-signup
{
    font-size: 14px;
    color: #00223D;
    padding-top: 10px;
    padding-bottom: 16px;
    padding-left: 13px;
}

.basket-game-signup input[type="checkbox"]
{
    display: none;
}

.basket-game-signup input[type="checkbox"] + label
{
    display: inline-block;
    background: none;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    background-size: 16px 16px;
    border: 1px solid #00223D;
    cursor: pointer;
}

.basket-game-signup input[type="checkbox"]:checked + label
{
    display: inline-block;
    background: #fff url(../images/LottoHQ/buttons/Email-Tick-Icon.svg) 170% -17% no-repeat;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    background-size: 16px 16px;
    border: 1px solid #00223D;
    cursor: pointer;
}

.view-basket-action-panel
{
    background-color: #00223d;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 20px;
    font-size: 16px;
}

.view-basket-buttons
{
    float: left;
    text-align: left;
    font-size: 14px;
}

.view-basket-playing-button
{
    width: 200px;
    padding: 8px;
    background-color: #FFFFFF;
    color: #00223D;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
}

.view-basket-checkout-button
{
    width: 200px;
    padding: 8px;
    background-color: #8ABB2A;
    font-weight: 700;
    cursor: pointer;
    border: 0;
    text-align: center;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    margin-left: 6px;
}

.checkout-summarytable
{
    margin-top: 10px;
}

.checkout-editexpdate
{
    font-size: 12px;
    color: #00223D;
    display: inline-block;
    padding-left: 13px;
}



.checkout-editexpdate input[type="checkbox"]
{
    display: none;
}

.checkout-editexpdate input[type="checkbox"] + label
{
    display: inline-block;
    background: none;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    background-size: 16px 16px;
    border: 1px solid #00223D;
    cursor: pointer;
}

.checkout-editexpdate input[type="checkbox"]:checked + label
{
    display: inline-block;
    background: #fff url(../images/LottoHQ/buttons/Email-Tick-Icon.svg) 170% -17% no-repeat;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    background-size: 16px 16px;
    border: 1px solid #00223D;
    cursor: pointer;
}

.checkout-button
{
    width: 298px;
    height: 36px;
    padding: 8px;
    background-color: #0887c1;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    border: 0;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
}

.checkout-back-to-cart-button
{
    width: 298px;
    padding: 10px 0px 10px 0px;
    background-color: #808284;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    border: 0;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
    margin-left: 0px;
    margin-top: 15px;
}



.checkout-body-itemInfo
{
    width: 90%;
    display: inline-block;
    font-weight: 100;
    font-size: 14px;
    vertical-align: top;
    padding-top: 19px;
    line-height: 1.27;
}

.checkout-body-itemCol1
{
    width: 400px;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    color: #404041;
}



.checkout-body-itemCol2
{
    font-size: 14px;
    width: 170px;
    font-weight: 700;
    text-align: right;
    color: #404041;
}
.checkout-body-itemCol
{
    width: 170px;
    font-size: 14px;
    text-align: left;
    font-weight: normal;
    color: #404041;
}

.adddeposit-ccbottomsection
{
    width: 100%;
    background-color: #0887c1;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 13px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.adddeposit-ccbottomsection > img
{
    vertical-align: middle;
}

.syndicate-body-syndlogo
{
    background: url(../images/LottoHQ/buttons/Blue-Live-Synidcates-Icon.svg) no-repeat 0 0;
    width: 25%;
    display: inline-block;
    padding-left: 47px;
    font-weight: 700;
    color: #0887C1;
    font-size: 16px;
    height: 41px;
    padding-top: 13px;
    margin-top: 10px;
    margin-left: 14px;
}

.syndicate-syndlogo-small
{
    background: url(../images/LottoHQ/buttons/Blue-Live-Synidcates-small-Icon.svg) no-repeat 0 0;
    width: 25%;
    display: inline-block;
    padding-left: 35px;
    color: #0887C1;
    font-size: 16px;
    font-weight: 700;
    height: 28px;
    padding-top: 9px;
}



.autoplay-logo
{
    background: url(../themes/newlookandfeel/Images/Icons/AutoPlay-small-Icon-V2.2.svg) no-repeat 0 0;
    width: 50%;
    display: inline-block;
    padding-left: 35px;
    color: #0887C1;
    font-size: 16px;
    font-weight: 700;
    height: 28px;
    padding-top: 9px;
}


.syndicate-body-item
{
    width: 100%;
    display: inline-block;
    text-align: left;
    padding-top: 10px;
}


.syndicate-body-itemlogo
{
    width: 25%;
    display: inline-block;
    margin-left: 25px;
    margin-right: 8px;
}


.syndicate-body-lotteryinfo
{
    width: 65%;
    display: inline-block;
    padding-left: 17px;
    margin-bottom: 10px;
}

.syndicate-body-qty
{
    width: 24%;
    display: inline-block;
    font-size: 14px;
    color: #00223D;
    vertical-align: top;
    padding-top: 19px;
}

.syndicate-body-total
{
    width: 30%;
    display: inline-block;
    color: #00223D;
    text-align: right;
    font-size: 14px;
    color: #0887C1;
    margin-right: 20px;
    font-weight: 700;
}

.basket-syndicate-numbers
{
    margin-top: 10px;
    display: none;
    margin-left: 5%;
}

.syndicate-body-total > a
{
    cursor: pointer;
}

.syndicate-body-total > a:hover
{
    text-decoration: none !important;
    color: #0887C1 !important;
}


.syndicate-body-total > a > img
{
    padding-left: 3px;
    vertical-align: middle;
}

.basket-syndicate-body-itemRemoveButton
{
    width: 3%;
    display: inline-block;
    vertical-align: top;
    padding-top: 20px;
    padding-left: 14px;
}

.basket-syndicate-body-itemInfo
{
    width: 68%;
    display: inline-block;
    font-weight: 100;
    font-size: 14px;
    vertical-align: top;
    padding-top: 15px;
    line-height: 1.27;
}

.basket-nobasket-items
{
    padding: 9px 11px 9px 11px;
    line-height: 1.5;
    text-align: left;
    background: #00223d;
    display: inline-block;
    color: #fff;
    width: 98%;
}

.basket-nobasket-itemscontainer
{
    padding: 0px 30px 20px 30px;
}

.basket-totalgames .basket-autoplaychk
{
    padding-top: 30px;
}

.basket-totalviewgames
{
    margin-top: 5px;
    margin-right: 20px;
}

.basket-autoplaychk
{
    color: #404041;
    margin-top: 60px;
}

.basket-autoplaychk input[type="checkbox"]
{
    display: none;
}

.basket-autoplaychk input[type="checkbox"] + label
{
    display: inline-block;
    background: none;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    background-size: 16px 16px;
    border: 1px solid #00223D;
    cursor: pointer;
}

.basket-autoplaychk input[type="checkbox"]:checked + label
{
    display: inline-block;
    background: #fff url(../images/LottoHQ/buttons/Email-Tick-Icon.svg) 170% -17% no-repeat;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    background-size: 16px 16px;
    border: 1px solid #00223D;
    cursor: pointer;
}


.basket-autoplaychk-txt
{
    font-size: 16px;
    font-weight: 600;
    color: #00223D;
    vertical-align: super;
    margin-right: 10px;
}

.basket-item-viewgamelnk
{
    cursor: pointer;
    color: #0887C1 !important;
    font-size: 14px;
    text-decoration: none !important;
    font-weight: 700;
}

.basket-item-viewgamelnk > img
{
    padding-left: 3px;
    vertical-align: middle;
}

.autoplaySetup-Container
{
    display: none;
    overflow-y: auto;
    background: rgba(8, 135, 193, .5 ) !important;
    align-items: center;
    top: 0;
    bottom: 0;
    padding: 10px;
    z-index: 1060;
    position: fixed;
    left: 0;
    right: 0;
}

.autoplay-processing
{
    background-color: #fff;
    border: 5px solid #0887c1;
    border-radius: 8px;
    padding: 36px 29px 29px 20px;
    width: 391px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 18;
    position: relative;
    text-align: center;
}

.autoplaysetup-close
{
    float: right;
    margin-top: -22px;
    margin-right: -13px;
    text-decoration: none;
}

.autoplaysetup-mainlogo
{
    text-align: center;
}

.autoplaysetup-title
{
    margin-top: 20px;
    font-weight: 700;
    font-size: 25px;
    color: #0887C1;
    margin-bottom: 19px;
}

.autoplaysetup-subttitle
{
    font-weight: 700;
    font-size: 16px;
    color: #00223D;
    text-align: left;
}

.autoplaysetup-text
{
    font-weight: 100;
    font-size: 14px;
    color: #404041;
    text-align: left;
    margin-top: 19px;
}

.autoplaysetup-extraspace
{
    margin-top: 27px;
    padding-bottom: 10px;
}

.autoplay-divider-line
{
    width: 100%;
    margin-bottom: 10px;
    border: none;
    background-color: #00223D;
    color: #00223D;
    height: 1px;
}

.autoplay-checkboxselected
{
    color: #002947;
    font-weight: 600;
}

.autoplaysetup-dvoptions
{
    width: 100%;
}

.rg-autoplay-label-radio
{
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 2px;
}


.rg-autoplay-label-radio input
{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.autoplay-checkmark
{
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    border: 0.8px solid #a9abad;
}

.autoplay-checkboxspace
{
    margin-top: 10px;
}


.rg-autoplay-label-radio:hover input ~ .autoplay-checkmark
{
    background-color: #ccc;
}

.rg-autoplay-label-radio input:checked ~ .autoplay-checkmark
{
    background-color: #fff;
}

.autoplay-checkmark:after
{
    content: "";
    position: absolute;
    display: none;
}

.rg-autoplay-label-radio input:checked ~ .autoplay-checkmark:after
{
    display: inline-block;
}

.rg-autoplay-label-radio .autoplay-checkmark:after
{
    top: 5px;
    left: 6px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #00223d;
}

.autoplay-or-text
{
    color: #0077B6;
    font-size: 16px;
    font-weight: 700;
    margin-top: 3px;
    margin-bottom: 13px;
}

.autoplay-lstnodraws
{
    width: 73px;
    margin-left: 8px;
    padding: 11px;
    border: 1px solid #00223d;
}

.AutoplayDate-container
{
    padding-left: 35px;
}

.AutoplayDate-container .ui-datepicker-trigger
{
    margin-left: -34px;
    margin-top: -12px;
}

.AutoplayDate-container img
{
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    padding-left: 35px;
    background: url(/Content/themes/newlookandfeel/Images/Icons/dropdown-arrow.png) no-repeat top 23px right 13px;
}

.AutoplayDate-stl
{
    width: 115px;
    padding: 11px;
    border: 1px solid #00223d;
}

.autoplay-setupbtn
{
    background-color: #0887C1;
    padding: 8px 6px 8px 6px;
    width: 267px;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #0887C1;
    cursor: pointer;
    margin-top: 7px;
}

.autoplay-draw-range-title
{
    margin-bottom: 7px;
}

.autoplay-validdrawrange
{
    font-size: 14px;
    color: #0887C1;
    padding-top: 10px;
}

.autoplay-invaliddrawrange
{
    font-size: 14px;
    color: #E21A24;
    padding-top: 10px;
}

.AutoplayDate-messagecontainer
{
    padding-left: 35px;
    padding-top: 10px;
}

.playgame-noaddgames
{
    padding: 10px 20px 10px 20px;
    background-color: #F2F7F9;
    font-size: 17px;
    font-weight: 700;
    color: #00223d;
    width: 94%;
    border: 1px solid #00223d;
    text-align: left;
    margin: 0px 0px 10px 10px;
    line-height: 1.3;
    display: inline-block;
}

.playgame-noaddgames-link
{
    font-size: 17px;
    color: #0087c2 !important;
    display: inline-block;
    vertical-align: top;
    padding-top: 6px;
}

.playgame-introtext
{
    display: inline-block;
    vertical-align: top;
    padding-top: 7px;
}

.playgame-arrow
{
    display: inline-block;
}

.basket-warning-text
{
    vertical-align: top;
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
}

.basket-noaddgames
{
    padding: 13px 0px 10px 31px;
    background-color: #d6eef9;
    font-size: 17px;
    font-weight: 700;
    color: #00223d;
    width: 97%;
    text-align: left;
    line-height: 1.3;
    display: inline-block;
}

.bannerAds-button
{
    border-radius: 50px;
    width: 239px;
    text-align: left;
    padding-top: 25px;
    padding-bottom: 24px;
    font-size: 28px;
    font-weight: 700;
    padding-left: 43px;
    color: #fff !important;
    text-decoration: none;
    margin-top: 373px;
    margin-left: 206px;
    position: absolute;
    background-color: #0887C2;
    background-image: url(../themes/newlookandfeel/images/icons/White-Button-Arrow.png);
    background-repeat: no-repeat;
    background-position: 231px 8px;
}

.bannerAds-button > a
{
    text-decoration: none !important;
    color: #fff !important;
}

.bannerAds-image
{
    background-repeat: no-repeat;
    height: 0px;
    width: 1000px;
}

.bannerAds-jackpot
{
    position: absolute;
    margin-top: 196px;
    margin-left: 183px;
    text-shadow: 0px 0px 40px #7f7f7f;
    font-family: open sans;
    text-align: center;
    margin: auto;
    width: 71%;
    top: 42%;
}

.bannerAds-jackpotAmount
{
    font-size: 130px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.bannerAds-long-jackpotAmount
{
    font-size: 130px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.bannerAds-CurrencyCodSign
{
    font-size: 74px;
    color: #fff;
    font-weight: 700;
    font-family: 'Open Sans';
}

.bannerAds-long-CurrencyCodSign
{
    font-size: 74px;
    color: #fff;
    font-weight: 700;
    font-family: 'Open Sans';
}

.bannerAds-syndcontainer
{
    position: absolute;
    margin-top: 206px;
    font-weight: 100;
    font-size: 16px;
    padding-left: 720px;
    text-align: left;
    width: 250px;
}

.bannerAds-syndlist
{
    padding: 5px;
    font-size: 14px;
    width: 55px;
    border: 1px solid #404041;
    display: inline-block;
}

.bannerAds-numshares
{
    font-size: 13px;
    margin-right: 7px;
    font-weight: 700;
    color: #414041;
    display: inline-block;
}

.bannerAds-syndbutton
{
    display: block;
    margin: 10px 0 0 0;
    width: 241px;
    border-radius: 8px;
    background: #0087c2;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 20px;
    text-align: center;
    padding: 0 10px 20px 10px;
    text-transform: uppercase;
    border: none;
    
}

.bannerAds-share-cost
{
    clear: both;
    background: #fff;
    padding: 15px 10px;
    font-size: 18px;
    color: #404041;
    border-radius: 10px;
    text-align: center;
    width: 217px;
    margin: 20px 0 0 0;
    border: 2px dashed #0087c2;
}

.bannerAds-syndbutton > img
{
    position: relative;
    top: 10px;
    width: 42px !important;
    height: 36px !important;
}

.bannerAds-jackpotMillion
{
    margin-top: 113px;
    color: #fff;
    font-weight: 700;
    font-size: 106px;
    font-family: 'Open Sans';
    text-align: center;
    line-height: 1.1;
}

.bannerAds-DrawDate
{
    font-size: 45px;
    font-family: 'Geometric Slabserif 703 Extra Bold';
    color: #fff;
    font-weight: 700;
    margin-top: 34px;
    margin-left: 25px;
    position: absolute;
}

.bannerAds-Pricing
{
    position: absolute;
    margin-left: 764px;
    text-align: center;
    width: 203px;
}

.bannerAds-FirstSetGame
{
    position: absolute;
    margin-top: 154px;
    color: #00223d;
    font-weight: 700;
    font-size: 16px;
    margin-left: 742px;
    text-align: center;
    width: 194px;
}

.bannerAds-SecondSetGame
{
    position: absolute;
    margin-top: 270px;
    color: #00223d;
    font-weight: 700;
    font-size: 16px;
    margin-left: 742px;
    text-align: center;
    width: 194px;
}

.bannerAds-ThirdSetGame
{
    position: absolute;
    margin-top: 387px;
    color: #00223d;
    font-weight: 700;
    font-size: 16px;
    margin-left: 742px;
    text-align: center;
    width: 194px;
}

.m-content-s-panel
{
    margin-top: 20px;
    border: 1px solid #DDDDDD;
    width: 100%;
    float: left;
    border-radius: 10px;
    background-color: #FFFFFF;
}

.m-content-s-panel .content-f-heading
{
    height: 62px;
    text-align: left;
    -moz-border-top-left-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-image: url(../images/LottoHQ/template/header-gradient-1.jpg);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-color: transparent;
    width: 100%;
}

.home-text
{
    margin: 20px 50px 20px 50px;
}

.lightBlueHeading
{
    color: #0087c2;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.lightBlueHeading-dividerline
{
    border-bottom: 1px solid #00223d;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.RightlightBlueHeading
{
    color: #0087c2;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: right;
    float: right;
}


.gamenav
{
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.gamenav > li
{
    position: relative;
    display: block;
}

.gamenav > li > a
{
    position: relative;
    display: block;
    padding: 8px 102px;
    text-decoration: none;
    background-color: #eaf1f7;
}

.gamenav > li > a:hover, .gamenav > li > a:focus
{
    text-decoration: none;
    background-color: #eaf1f7;
}

.gamenav > li.disabled > a
{
    color: #777;
}

.gamenav > li.disabled > a:hover, .gamenav > li.disabled > a:focus
{
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
}

.gamenav .open > a, .gamenav .open > a:hover, .gamenav .open > a:focus
{
    background-color: #eee;
    border-color: #337ab7;
}

.gamenav .nav-divider
{
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.gamenav > li > a > img
{
    max-width: none;
}

.nav-tabs
{
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li
{
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a
{
    line-height: 1.42857143;
    border: 1px solid transparent;
}

.nav-tabs > li > a:hover
{
    border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus
{
    color: #fff;
    cursor: default;
    background-color: #0087c2;
    border: 1px solid #0087c2;
    font-weight: 700;
}

.nav-tabs.nav-justified
{
    width: 100%;
    border-bottom: 0;
}

.nav-tabs.nav-justified > li
{
    float: none;
}

.nav-tabs.nav-justified > li > a
{
    margin-bottom: 5px;
    text-align: center;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu
{
    top: auto;
    left: auto;
}


.playgame-menuitem > a
{
    color: #414041;
    font-weight: 500;
    font-size: 16px;
}

.nav-tabs .active
{
    background-color: #0087c2;
    margin-top: -14px;
    height: 56px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}

.nav-tabs .active > a
{
    padding-top: 22px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    padding-left: 103px;
    padding-right: 103px;
}

.gamebluebar
{
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    z-index: 0;
    height: 51px;
    background-color: #0087c2;
    margin-right: -11px;
    margin-bottom: 60px;
    margin-top: -1px;
}

.quickpick-container
{
    width: 94%;
    display: inline-block;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 20px;
}

.quickpick-body > a
{
    text-decoration: none !important;
}

.quickpick-item
{
    width: 31%;
    margin-right: 27px;
    display: inline-block;
    margin-bottom: 3%;
}

.quickpick-header
{
    width: 100%;
}

.quickpick-icon
{
    background-color: #00223d;
    border-radius: 50%;
    background-image: url(../images/LottoHQ/buttons/QuickPickSymbol.svg);
    background-position: center;
    background-size: 35px;
    background-repeat: no-repeat;
    height: 63px;
    width: 63px;
    display: inline-block;
    position: absolute;
    margin-top: -14px;
    border: 5px solid #fff;
}

.quickpick-text
{
    display: inline-block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 15px 0px;
    width: 217px;
    margin-left: 9px;
    padding-left: 60px;
    font-weight: 700;
}

.quickpick-body
{
    border: 2px solid #0087c2;
    width: 100%;
    height: 90px;
    margin-top: 5px;
}

.quickpick-amount
{
    text-align: center;
    color: #00223d;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700;
}

.quickpick-basket
{
    text-align: center;
    background-color: #0087c2;
    color: #fff;
    font-size: 16px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700;
}

.playgame-section-heading
{
    background: #00223d;
    color: #fff;
    padding: 15px 13px 15px 13px;
    margin: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

.playgame-soloentries
{
    background-image: url('../images/LottoHQ/buttons/solo-entries-Symbol.svg');
    background-position: center;
    background-repeat: no-repeat;
    width: 62px;
    height: 62px !important;
    border-radius: 50%;
    border: 6px solid #fff;
    cursor: pointer;
    margin-top: 5% !important;
    margin: auto;
    background-color: #0087c2 !important;
}

.playgame-AllSyndicates
{
    background-image: url('../images/LottoHQ/buttons/syndicate-Symbol.svg');
    background-position: center;
    background-repeat: no-repeat;
    width: 62px;
    height: 62px !important;
    border-radius: 50%;
    border: 6px solid #fff;
    cursor: pointer;
    margin-top: 5% !important;
    margin: auto;
    background-color: #0087c2 !important;
}

.playgame-smartsystementries
{
    background-image: url('../images/LottoHQ/buttons/Smart-System-Symbol.svg');
    background-position: center;
    background-repeat: no-repeat;
    width: 62px;
    height: 62px !important;
    border-radius: 50%;
    border: 6px solid #fff;
    cursor: pointer;
    margin-top: 5% !important;
    margin: auto;
    background-color: #0087c2 !important;
}

.playgame-systementries
{
    background-image: url('../images/LottoHQ/buttons/Systems-Symbol.svg');
    background-position: center;
    background-repeat: no-repeat;
    width: 62px;
    height: 62px !important;
    border-radius: 50%;
    border: 6px solid #fff;
    cursor: pointer;
    margin-top: 5% !important;
    margin: auto;
    background-color: #0087c2 !important;
}

.playgame-phentries
{
    background-image: url('../images/LottoHQ/buttons/PowerHit-Symbol.png');
    background-position: center;
    background-repeat: no-repeat;
    width: 62px;
    height: 62px !important;
    border-radius: 50%;
    border: 6px solid #fff;
    cursor: pointer;
    margin-top: 5% !important;
    margin: auto;
    background-color: #0087c2 !important;
}

.btn-game-group
{
    position: relative;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    vertical-align: middle;
    margin-left: 0px;
    position: absolute;
    z-index: 1;
}

.btn-game-group > li
{
    font-size: 14px;
    color: #00223d;
    font-weight: 500;
    width: 170px;
    text-align: center;
}

.btn-game-group > li > a:hover
{
    text-decoration: none !important;
}

.btn-game-group > li.activegame > a
{
    font-size: 16px;
    color: #00223d;
    font-weight: 700;
}

.btn-game-group .activegame > a > div
{
    background-color: #00223d !important;
}

.quickpickbox-container
{
    display: inline-block;
    padding: 10px 8px 16px 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid #00223d;
    background-color: #F2F7F9;
    width: 98%;
}

.quickbox-title
{
    color: #00223d !important;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 25px;
    margin-top: 9px;
    margin-left: 5px;
}

.quickpickbox-item
{
    width: 23%;
    margin-right: 3%;
    display: inline-block;
}

.quickpickbox-icon
{
    background-color: #00223d;
    border-radius: 50%;
    background-image: url(../images/LottoHQ/buttons/QuickPickSymbol.svg);
    background-position: center;
    background-size: 37px;
    background-repeat: no-repeat;
    height: 54px;
    width: 54px;
    display: inline-block;
    position: absolute;
    margin-top: -14px;
    border: 5px solid #fff;
}

.checkout-ccexp:disabled
{
    color: #bbbdc0;
    background-color: #fff !important;
    opacity: 1;
}

.chk-saveexpdate
{
    color: #0887c1;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 700;
}
.chk-saveexpdate:hover, .chk-saveexpdate:focus
{
    color: #0887c1;
    cursor: pointer;
    text-decoration: underline;
    font-weight: 700;
}

.quickpickbox-available-icon
{
    background-color: #00223d;
    border-radius: 50%;
    background-image: url(../images/LottoHQ/buttons/QuickPickSymbol.svg);
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    display: inline-block;
    position: absolute;
    margin-top: -9px;
    border: 5px solid #fff;
}

.quickpickbox-text
{
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 15px 0px;
    width: 175px;
    margin-left: 13px;
    padding-left: 50px;
    font-weight: 700;
}

.quickpickbox-seeall
{
    font-size: 18px;
    text-decoration: underline !important;
    color: #0087c2 !important;
    font-weight: 700 !important;
    cursor: pointer;
}

quickpickbox-seeall: hover
{
    font-size: 18px;
    text-decoration: underline !important;
    color: #0087c2 !important;
}

.quickpickbox-basket
{
    background-image: url(../images/LottoHQ/buttons/Cart-Symbol.svg);
    background-position: center;
    background-size: 30px;
    background-repeat: no-repeat;
    background-color: #0087c2;
    color: #fff;
    width: 60px;
    padding-bottom: 45px;
    margin-top: -15px;
    display: inline-block;
    float: right;
}

.quickpickbox-quicklink
{
    vertical-align: middle;
    font-size: 18px;
    text-decoration: underline !important;
    color: #0087c2 !important;
    width: 19%;
    margin-right: 1%;
    display: inline-block;
    float: right;
    text-align: right;
    padding-top: 15px;
}

.quickpickbox-close
{
    float: right;
    margin-top: -1px;
    margin-right: 3px;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 16px;
    color: #00223d;
}

.quickpickbox-close > a:hover
{
    text-decoration: none !important;
    font-weight: 700;
    font-size: 16px;
}

.numPowerballPH
{
    background-image: url(../images/LottoHQ/buttons/PowerHit-Symbol.png);
    background-repeat: no-repeat;
    background-color: #00223d;
    background-size: 24px;
    z-index: 100;
    color: White;
    color: transparent !important;
    background-position: center;
}

.savegame-name
{
    width: 100%;
    border: 1px solid #002947;
    font-size: 14px;
    padding: 9px 10px 9px 10px;
    color: #404041;
}

.savegame-button
{
    float: right;
    color: #fff;
    background-color: #0087c2;
    font-size: 14px;
    cursor: pointer;
    padding: 11px 19px 11px 19px;
    border-radius: 8px;
}

.bannerAds-FirstSetNumGames
{
    position: absolute;
    margin-top: 106px;
    color: #fff;
    font-weight: 100;
    font-size: 16px;
    margin-left: 786px;
    text-align: center;
    width: 83px;
}

.bannerAds-SecondSetNumGames
{
    position: absolute;
    margin-top: 223px;
    color: #fff;
    font-weight: 100;
    font-size: 16px;
    margin-left: 786px;
    text-align: center;
    width: 83px;
}

.bannerAds-ThirdSetNumGames
{
    position: absolute;
    margin-top: 339px;
    color: #fff;
    font-weight: 100;
    font-size: 16px;
    margin-left: 786px;
    text-align: center;
    width: 83px;
}


.wtw-gradient-header
{
    background: rgb(24,150,209);
    background: linear-gradient(90deg, rgba(24,150,209,1) 0%, rgba(153,201,62,1) 100%);
    height: 130px;
    margin-top: -20px;
}

.wtw-image
{
    width: 1000px;
    height: 145px;
    margin: 0 auto;
    text-align: left;
    max-width: 100%;
}

.wtw-bckimage
{
    background-image: url(../images/general/World-Map-Header-Graphic.svg);
    background-position: right;
    background-repeat: no-repeat;
    height: 130px;
}

.wtw-title-content
{
    text-align: left;
    padding-left: 46px;
}

.wtw-title-space
{
    padding-top: 49px;
}

.wtw-fsttitle
{
    font-size: 26px;
    color: #fff;
}

.wtw-sndtitle
{
    font-family: 'Patua One' ,regular !important;
    font-size: 45px;
    color: #fff;
}

.wtw-whitespace-title
{
    margin-top: 15px;
}

.wtw-content-c
{
    clear: both;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

.wtw-paragraph
{
    margin-bottom: 13px;
}

.wtw-find-more
{
    background-color: #f3f4f6;
    width: 93.80%;
    padding: 30px;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}

.wtw-icons-container
{
    width: 100%;
    text-align: center;
    margin: auto;
    display: inline-block;
}

.wtw-systems
{
    width: 19%;
    display: inline-block;
}

.wtw-smartsystems
{
    display: inline-block;
    width: 19%;
    text-align: center;
}

.wtw-powerhits
{
    width: 19%;
    display: inline-block;
}

.wtw-syndicates
{
    width: 19%;
    display: inline-block;
}

.wtw-autoplay
{
    width: 19%;
    display: inline-block;
}

.wtw-item-title
{
    color: #002947;
    font-size: 14px;
    margin-bottom: 7px;
}

.wtw-item-lnk
{
    cursor: pointer;
    text-decoration: none;
}

.wtw-item-button
{
    font-weight: 700;
    background-color: #002947;
    color: #ffffff;
    font-size: 14px;
    border-radius: 6px;
    padding: 11px 0px 11px 0px;
    width: 131px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
}

.wtw-systems-image
{
    display: inline-block;
    background-image: url(../images/general/Large-Systems-Graphic.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 90px;
    width: 90px;
}

.wtw-smartsystems-image
{
    display: inline-block;
    background-image: url(../images/general/Large-smart-systems-Graphic.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 90px;
    width: 90px;
}

.wtw-powerhits-image
{
    display: inline-block;
    background-image: url(../images/general/Large-powerhits-Graphic.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 90px;
    width: 90px;
}

.wtw-syndicates-image
{
    display: inline-block;
    background-image: url(../images/general/Large-syndicates-Graphic.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 90px;
    width: 90px;
}

.wtw-autoplay-image
{
    display: inline-block;
    background-image: url(../images/general/Large-auto-play-Graphic.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 90px;
    width: 90px;
}

a.ContactusLink
{
    color: #0087c2;
    text-decoration: underline;
}

a.ContactusLink:hover, a.ContactusLink:visited, a.ContactusLink:link
{
    color: #0087c2 !important;
    text-decoration: underline;
}

.question-content p
{
    line-height: 1.3;
    padding-top: 1px !important;
    margin-bottom: 0px !important;
    width: 96%;
}

.question-content
{
    padding-top: 10px !important;
}

.question-content-bottomspace
{
    padding-bottom: 10px !important;
}

.question-content-topspace
{
    margin-top: 10px !important;
}

.contact-faqs h2, .contact-form-section h2
{
    font-size: 20px;
    color: #0087c2;
    font-weight: bold;
    border-bottom: 2px solid #002947;
    padding: 0 0 6px 0;
}


.question-number
{
    float: left;
    display: table-cell;
    width: 37px;
    height: 37px;
    text-align: center;
    vertical-align: middle;
    line-height: 37px;
    border-radius: 50%;
    color: #FFF;
    font-weight: bold;
    background: #0087c2;
    font-size: 14px;
}

.question-number-w
{
    float: left;
    margin-right: 10px;
}

.question-text
{
    float: left;
    margin-left: 15px;
    margin-top: 11px;
    font-size: 15px;
    color: #002947;
    font-weight: bold;
}

.question-toggle-button
{
    display: block;
    position: relative;
    width: 800px;
    height: 30px;
    margin-left: 10px;
}

.question-icon
{
    float: right;
    position: relative;
    top: 4px;
    color: #aaa;
}

.question-content
{
    width: 94%;
    clear: both;
    margin-left: 52px;
    font-size: 15px;
    padding-bottom: 20px;
    color: #404041;
    border-bottom: 1px solid #0887c1;
}

.question-content p
{
    padding-top: 20px;
}

.faq-cat-icon
{
    width: 83px;
}

.faq-bckimage
{
    background-image: url(../images/general/Customer-Service-Banner-Header-Graphic.png);
    background-position: right;
    background-repeat: no-repeat;
    height: 130px;
}

.full-width-header-faq
{
    background: rgb(24,150,209);
    background: linear-gradient(90deg, rgba(24,150,209,1) 0%, rgba(153,201,62,1) 100%);
    height: 130px;
    margin-top: -20px;
}

.basket-header-content
{
    width: 96%;
    margin-left: 4%;
}

.checkout-header-content
{
    width: 96% !important;
    margin-left: 4%;
}

.account-settings-header-content
{
    margin-left: 0%;
}

.game-history-header-content
{
    width: 96% !important;
    margin-left: 3%;
}

.transaction-history-header-content
{
    width: 96% !important;
    margin-left: 3%;
}

.account-deposit-header-content
{
    width: 96% !important;
    margin-left: 3%;
}

.account-withdrawal-header-content
{
    width: 96% !important;
    margin-left: 3%;
}

.checkout-purchasecontainer
{
    width: 540px;
}

.checkout-header-secondcolumn
{
    width: 314px;
    float: right !important;
    background-color: #f2f8fb;
    padding: 18px;
    border-radius: 8px !important;
    text-align: left;
    padding-bottom: 30px;
    padding-top: 30px;
}

/*Acquisition */
.acq-paragraph
{
    margin-bottom: 13px;
    text-align: left;
    font-size: 16px;
    line-height: 1.1;
}

.acq-offerbanner
{
    background: linear-gradient(95deg, rgba(24,150,209,1) 25%, rgba(153,201,62,1) 90%);
    width: 100%;
    margin-left: -30px;
    padding-right: 60px;
    padding-bottom: 60px;
}

.acq-offerbanner-text
{
    font-family: 'Patua One' ,regular !important;
    font-size: 50px;
    color: #fff;
    text-align: left;
    margin-left: -5%;
    display: inline-block;
    width: 68%;
    margin-top: 7%;
}

.acq-noready
{
    /*background: linear-gradient(95deg, rgba(24,150,209,1) 25%, rgba(153,201,62,1) 90%);*/
    width: 100%;
    margin-left: -30px;
    padding-right: 60px;
    background: -moz-linear-gradient(270deg, rgba(154,202,62,1) 0%, rgba(17,148,210,1) 65%, rgba(17,148,210,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(17,148,210,1)), color-stop(35%, rgba(17,148,210,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(154,202,62,1) 0%, rgba(17,148,210,1) 65%, rgba(17,148,210,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(154,202,62,1) 0%, rgba(17,148,210,1) 65%, rgba(17,148,210,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(154,202,62,1) 0%, rgba(17,148,210,1) 65%, rgba(17,148,210,1) 100%); /* ie10+ */
    background: linear-gradient(270deg, rgba(154,202,62,1) 0%, rgba(17,148,210,1) 65%, rgba(17,148,210,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1194d2', endColorstr='#9aca3e',GradientType=1 ); /* ie6-9 */
}

.acq-noready-text
{
    font-size: 18px;
    color: #fff;
    padding: 15px 0px 25px 25px;
    width: 70%;
    line-height: 1.3;
    display: inline-block;
}

.acq-noready-ellipse
{
    background: #fff;
    border-top-right-radius: 45%;
    border-top-left-radius: 45%;
    width: 100%;
    height: 45px;
    padding-right: 60px;
}

.acq-subscribe-button
{
    width: 23%;
    display: inline-block;
    vertical-align: text-bottom;
}

.acq-subscribe-button > a
{
    text-decoration: none;
    cursor: pointer;
}

.acq-subscribe-button-text
{
    background-color: #fff;
    color: #0087c2;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 13px;
    border-radius: 10px;
}

.acq-benefit-container
{
    width: 100%;
}

.acq-benefit-col1
{
    width: 33%;
    display: inline-block;
}

.acq-benefit-col2
{
    width: 33%;
    display: inline-block;
}

.acq-benefit-col3
{
    width: 33%;
    display: inline-block;
    float: right !important;
}

.acq-benefits-text-space
{
    margin-top: 17px;
}

.acq-benefit-GSUN-logo
{
    text-align: left;
    background-image: url('../images/LottoHQ/icons/Game-Systems-Unique-Number.svg');
    background-size: 43px 43px;
    background-repeat: no-repeat;
    width: 43px;
    height: 43px;
    width: 73% !important;
}

.acq-benefit-GovernmentLicensed-logo
{
    text-align: left;
    background-image: url('../images/LottoHQ/icons/Government-Licensed.svg');
    background-size: 43px 43px;
    background-repeat: no-repeat;
    width: 43px;
    height: 43px;
}

.acq-benefit-GuaranteedEntry-logo
{
    text-align: left;
    background-image: url('../images/LottoHQ/icons/Guaranteed-Entry.svg');
    background-size: 43px 43px;
    background-repeat: no-repeat;
    width: 43px;
    height: 43px;
}

.acq-benefit-InstantWinnings-logo
{
    text-align: left;
    background-image: url('../images/LottoHQ/icons/Instant-Winnings.svg');
    background-size: 43px 43px;
    background-repeat: no-repeat;
    width: 43px;
    height: 43px;
}

.acq-benefit-OfficialTickets-logo
{
    text-align: left;
    background-image: url('../images/LottoHQ/icons/Official-Tickets.svg');
    background-size: 43px 43px;
    background-repeat: no-repeat;
    width: 43px;
    height: 43px;
}

.acq-benefit-SaveNumbers-logo
{
    text-align: left;
    background-image: url('../images/LottoHQ/icons/Save-Lucky-Numbers.svg');
    background-size: 43px 43px;
    background-repeat: no-repeat;
    width: 43px;
    height: 43px;
}

.acq-benefit-title
{
    width: 66%;
    font-weight: 700;
    padding-left: 50px;
    padding-top: 12px;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 5px;
    margin-right: 13%;
    line-height: 1.3;
    color: #00223D;
    font-family: 'Montserrat Black';
}

.acq-benefit-text
{
    text-align: left;
    font-size: 12px;
    margin-left: 0px;
    margin-right: 39px;
    line-height: 1.4;
}

.acq-benefit-row
{
    margin-bottom: 35px;
}

.acq-subscribe-Container
{
    display: none;
    overflow-y: auto;
    background: rgba(8, 135, 193, .5 ) !important;
    align-items: center;
    top: 0;
    bottom: 0;
    padding: 10px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1;
}

.acq-subscribe-sucessful-Container
{
    display: none;
    overflow-y: auto;
    background: rgba(8, 135, 193, .5 ) !important;
    align-items: center;
    top: 0;
    bottom: 0;
    padding: 10px;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1;
}

.acq-subscribe-processing
{
    background-color: #fff;
    border: 5px solid #0887c1;
    border-radius: 8px;
    padding: 30px;
    width: 515px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 18;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

.full-width-header-acquisition
{
    height: 136px;
    text-align: center;
    margin-top: -20px;
}

.acq-standard-header-imagbck
{
    text-align: center;
    width: 100%;
    height: 135px;
    background-repeat: no-repeat;
}

.acq-bckcontainer
{
    padding-top: 1px;
}

.acq-quickcheck-error-Container
{
    display: none;
    overflow-y: auto;
    background: rgba(8, 135, 193, .5 ) !important;
    align-items: center;
    top: 0;
    bottom: 0;
    padding: 10px;
    position: fixed;
    left: 0;
    right: 0;
}

.acq-mobile .acq-subscribe-processing
{
    background-color: #fff;
    border: 5px solid #0887c1;
    border-radius: 8px;
    padding: 30px;
    width: 60%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 18;
    position: relative;
    text-align: center;
}

.Acq-subscribe-subttitle
{
    font-size: 14px;
    color: #404041;
    text-align: center;
}

.Acq-subscribe-subttitle2
{
    font-size: 12px;
    color: #404041;
    font-weight: 700;
    text-align: left;
}


.acq-subscribe-title
{
    margin-top: 0px;
    font-weight: 700;
    font-size: 22px;
    color: #0887C1;
    margin-bottom: 19px;
}

.acq-subscribeEmailBtn
{
    background-color: #0887C1;
    padding: 11px 6px 11px 6px;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #0887C1;
    cursor: pointer;
    margin-top: 7px;
    width: 100%;
}

.acq-close
{
    float: right;
    margin-top: -10px;
    margin-right: -10px;
    text-decoration: none;
}

.acq-benefits-title
{
    color: #0087c2;
    font-size: 22px;
    margin-bottom: 8px;
    text-align: left;
    font-weight: 700;
}

.acq-offer-logo
{
    text-align: left;
    display: inline-block;
    float: left;
    margin-left: 0px;
    width: 17%;
    background-color: #fff;
    border-top-right-radius: 47%;
    border-bottom-right-radius: 47%;
    border: 9px solid #fff;
}

.acq-jacpotcurrency
{
    font-size: 49px;
}

.acqT2-titlePage
{
    text-align: center;
    padding-left: 0px !important;
}


.acqT2-noready-ellipse
{
    background: #fff;
    border-bottom-right-radius: 47%;
    border-bottom-left-radius: 47%;
    width: 100%;
    height: 23px;
}

.acqT2-offer-logo
{
    float: left;
    margin-left: 11%;
    display: inline-block;
}

.acqT2-offerbanner-text
{
    font-family: 'Open sans' !important;
    font-size: 68px;
    color: #fff;
    display: inline-block;
    margin-top: 3%;
    background-repeat: no-repeat;
    background-size: 85px 83px;
    background-position: left;
    padding-left: 9%;
    padding-top: 33px;
    padding-bottom: 33px;
    text-shadow: 0px 0px 40px #7f7f7f;
}

.acqt2-rest
{
    font-size: 10px;
    color: #7f7f7f;
    font-weight: 700;
    position: absolute;
    margin-top: 205px;
    width: 417px;
    text-align: left;
    font-style: italic;
}

.acqT2-main-offerbannerwrapper
{
    background-position: center;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    height: 510px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
}


.acqt2-offer-headerprod-container
{
    margin-top: 60px;
    float: left;
    width: 100%;
}

.acqt2-offerproducts-container
{
    margin-top: -10px;
    float: left;
    width: 100%;
    height: 235px;
}

.acqt2-noready
{
    /*background: linear-gradient(95deg, rgba(153,201,62,1)25%,  rgba(24,150,209,1) 90%);*/
    width: 100%;
    background: -moz-linear-gradient(90deg, rgba(154,202,62,1) 0%, rgba(17,148,210,1) 65%, rgba(17,148,210,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgba(17,148,210,1)), color-stop(35%, rgba(17,148,210,1))); /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(154,202,62,1) 0%, rgba(17,148,210,1) 65%, rgba(17,148,210,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(154,202,62,1) 0%, rgba(17,148,210,1) 65%, rgba(17,148,210,1) 100%); /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(154,202,62,1) 0%, rgba(17,148,210,1) 65%, rgba(17,148,210,1) 100%); /* ie10+ */
    background: linear-gradient(90deg, rgba(154,202,62,1) 0%, rgba(17,148,210,1) 65%, rgba(17,148,210,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1194d2', endColorstr='#9aca3e',GradientType=1 ); /* ie6-9 */
}

.acqT2-banner-Jackpot-header-container
{
    text-align: left;
    padding-top: 6%;
}

.acqT2-banner-Jackpot-header
{
    color: #fff;
    font-family: open sans;
    font-size: 60px;
    text-shadow: 0px 0px 40px #807F7F;
    display: inline-block;
    float: left;
}

.acqT2-banner-Jackpot-header-mobile
{
    color: #fff;
    font-family: open sans;
    font-size: 60px;
    text-shadow: 0px 0px 40px #807F7F;
    display: inline-block;
    float: left;
}

.acqT2-banner-Jackpot-header-cursign
{
    color: #fff;
    font-family: open sans;
    font-size: 43px;
    text-shadow: 0px 0px 40px #807F7F;
    padding-left: 3%;
    padding-top: 5px;
    display: inline-block;
    float: left;
}

.acqT2-banner-Jackpot-header-cursign-mobile
{
    color: #fff;
    font-family: open sans;
    font-size: 43px;
    text-shadow: 0px 0px 40px #807F7F;
    padding-left: 3%;
    padding-top: 5px;
    display: inline-block;
    float: left;
}



.acqT2-banner-text-header
{
    font-family: 'Geometric Slabserif 703 Extra Bold';
    font-size: 24px;
    color: #fff;
    text-shadow: 0px 0px 40px #807F7F;
    text-align: left;
    padding-left: 3%;
    padding-top: 4%;
    padding-bottom: 7px;
}

.acqT2-product-types
{
    background-color: #00223d;
    padding-bottom: 27px;
    margin-top: 21px;
}

.acqT2-products-text
{
    font-size: 23px;
    color: #fff;
    padding-top: 25px;
    font-family: 'Patua One' ,regular !important;
    display: inline-block;
}

.acqT2-products-item1
{
    text-align: left;
    display: inline-block;
    float: left;
    margin-left: 0px;
    width: 64px;
    background-color: #9ac93f;
    border-top-right-radius: 47%;
    border-bottom-right-radius: 47%;
    border: 9px solid #9ac93f;
}

.acqT2-products-item2
{
    text-align: right;
    display: inline-block;
    float: right;
    margin-left: 0px;
    width: 64px;
    background-color: #2a96d1;
    border-top-left-radius: 47%;
    border-bottom-left-radius: 47%;
    border: 9px solid #2a96d1;
}

.acq2-benefits
{
    width: 940px !important;
    margin: 0 auto;
}

.acq2-benefits-mobile
{
    width: 920px !important;
    margin: 0 auto;
}

.frame-top-bottom-container
{
    padding-top: 30px;
    padding-bottom: 30px;
}

.acq2-benefits-container
{
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    margin-bottom: -23px;
    background-color: #f9f9f9;
}

.acq2-benefits .acq-benefits-title
{
    text-align: left !important;
}

.acq2-benefits-mobile .acq-benefits-title
{
    text-align: left !important;
}

.acqT2-play-container
{
    width: 100%;
    background-position: top;
    background-repeat: no-repeat;
    text-align: center;
    margin-top: 17px;
    margin-bottom: 0px;
}

.acqt2-listlotteries
{
    display: inline-block;
    font-size: 20px;
    font-family: 'Montserrat Black';
    padding-top: 0px;
    margin-bottom: 0px;
    margin-top: 3px;
    padding-bottom: 2px;
}

.acqt2-listlotteries > li
{
    list-style-type: disc;
}

.acqT2-playcountrycolor
{
    display: inline-block;
    font-size: 20px;
    color: #0087c2;
    font-family: 'Montserrat Black';
}

.acqT2-NotPlayYetContainer
{
    width: 100%; /*background-image: url(../images/general/Top-Background-outline-world-map.svg);*/
    background-position: top;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 68px;
    padding-bottom: 68px;
}

.acqT2-play
{
    text-align: left;
    width: 96%;
    margin: 0 auto;
    line-height: 1.3;
    margin-top: -2px;
}

.acqT2-play-mobile
{
    text-align: left;
    width: 94%;
    margin: 0 auto;
    line-height: 1.3;
    margin-top: -2px;
}

.acqt2-par-space
{
    margin-bottom: 25px;
}

.acqT2-main-offerbanner
{
    width: 100%;
    margin: 0 auto;
    height: 374px;
    background-position-x: center;
    background-repeat: no-repeat;
}

.acqT2-main-textcontainer
{
    width: 82%;
    margin: 0 auto;
    height: 374px;
    padding-left: 30px;
    padding-right: 30px;
}

.acqT2-playmore
{
    display: inline-block;
    font-size: 35px;
    color: #0087c2;
    font-family: 'Montserrat Black';
}

.acqT2-prodtitles
{
    padding-bottom: 20px;
    font-weight: 700;
    font-family: 'Montserrat Black';
    font-size: 28px;
    color: #0887c1;
    width: 51%;
    line-height: 0.9;
}

.acqT2-prodtitles-mobile
{
    padding-bottom: 20px;
    font-weight: 700;
    font-family: 'Montserrat Black';
    font-size: 26px;
    color: #0887c1;
    width: 51%;
}

.acqt2-MontserratBlack
{
    font-family: 'Montserrat Black';
}

.acqT2-darkgrey-play
{
    display: inline-block;
    font-size: 35px;
    color: #404041;
    padding-left: 5px;
}

.acqT2-grey-play
{
    font-size: 18px;
    color: #4b4b4c;
    display: inline-block;
}

.acqT2-OfferPlus
{
    display: inline-block;
    width: 93.5%;
}

.acqT2-PlusLeftLine
{
    border-bottom: 3px solid #00223d;
    display: inline-block;
    width: 45%;
    float: left;
    margin-top: 23px;
}

.acqT2-PlusRightLine
{
    border-bottom: 3px solid #00223d;
    display: inline-block;
    width: 45%;
    float: right;
    margin-top: 23px;
}

.acqT2-Plus
{
    background-color: #00223d;
    color: #fff;
    width: 50px;
    height: 32px;
    font-size: 32px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    padding-top: 18px;
}

.acqT2-OfferEntriesContainer
{
    margin-top: 5px;
    text-align: center;
}

.acqT2-gameCats
{
    font-size: 14px;
    color: #0087c2;
    padding-bottom: 13px;
}

.acqT2-OfferShortDesc
{
    margin-top: 23px;
    padding-bottom: 23px;
    color: #404041 !important;
    font-size: 14px !important;
}

.acqT2-OfferEquivalent
{
    font-size: 20px;
    color: #00223d;
    font-weight: 700;
    width: 100%;
    padding-bottom: 7px;
}

.acqT2-greyoffer
{
    font-size: 20px;
    color: #4b4b4c;
    width: 100%;
    padding-bottom: 7px;
}

.acqT2-offerHeader
{
    color: #0087c2;
    font-size: 24px;
    line-height: 1.3;
    width: 51%;
    margin-left: 0;
    display: inline-block;
    float: left;
    height: 230px;
}

.acqt2-extragame
{
    color: #fff;
    font-family: 'Montserrat Black';
    float: left;
    margin-left: 30px;
}

.acqT2-offerContainer
{
    background-color: #f2f3ff;
    width: 100%;
    text-align: center;
}

.acqT2-EntryGameContainer
{
    padding-top: 25px;
    padding-bottom: 10px;
}

.acqT2-EntryGameDesc
{
    color: #0087c2;
    font-size: 24px;
    text-align: center;
    line-height: 1.3;
    width: 36%;
    margin-right: 6%;
    display: inline-block;
    float: right;
    height: 230px;
}

.acqT2-lottoextragame
{
    padding-bottom: 20px;
    font-weight: 700;
    width: 87%;
    font-size: 30px;
}

.acqT2-lottoextragame-mobile
{
    padding-bottom: 20px;
    font-weight: 700;
    width: 87%;
    font-size: 27px;
}

.acqt2-offercostdtl
{
    margin-top: 181px;
    margin-left: 7px;
    position: absolute;
    font-size: 18px;
    font-weight: 500;
}

.acqt2-synd-price
{
    font-size: 20px;
    color: #00223d;
    padding-left: 8px;
}

.acqt2-synd-offercost
{
    width: 417px;
}

.acqt2-synddesc
{
    padding-top: 20px;
}

.acqt2-synd-dtls-title
{
    font-weight: 700;
    font-size: 20px;
    color: #404041;
    text-decoration: underline;
}

.acqt2-sydndesc-table
{
    width: 100%;
    margin-top: 13px;
    font-size: 20px;
    color: #404041;
    font-weight: 700;
}

.acqT2-offercountrstyle
{
    font-size: 20px;
    font-family: 'Montserrat Black';
}

.acqt2-sydndesc-table > tbody > tr > td
{
    padding-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.acqt2-synd-offercosttext
{
    /*background-image: url(/content/images/LottoHQ/icons/Syndicate_Small-Icon-2.png);*/
    background-repeat: no-repeat;
    padding-left: 35px;
    font-weight: 700;
    background-position-y: 4px;
    color: #0887c1;
    font-size: 20px;
    font-family: 'Montserrat Black';
}

.acqt2-game-offercost
{
    margin-left: 4.2%; /*background-image: url(/content/images/LottoHQ/icons/Standard_Small-Icon-2.png);*/
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 23px;
    font-weight: 700;
}

.acqT2-EntryGameEquals
{
    font-size: 16px;
    color: #404041;
    line-height: 1.6;
}

.acqT2-OfferPriceContainer
{
    text-align: center;
    width: 100%;
    color: #00223d;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    font-weight: 700;
}

.acq-bckimage
{
    background-image: url(../images/general/World-Map-Header-Graphic.svg);
    background-position: center;
    background-repeat: no-repeat;
    height: 130px;
}

.acqT2-checkoutbtn
{
    background-color: #0087c2;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    padding: 19px;
    width: 85%;
    border-radius: 10px;
    margin: 0 auto;
}

.acqT2-checkoutContainer
{
    padding-top: 0px;
}

.acqT2-subscribeCnt
{
    width: 100%;
    text-align: center;
    padding-bottom: 27px;
    padding-top: 28px;
}

.acq2-subscribe-button-text
{
    color: #0087c2;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    cursor: pointer;
}

.acqt2-alerticon
{
    background-image: url(../images/general/Bell-Icon.svg);
    background-size: 45px 45px;
    background-repeat: no-repeat;
    width: 100%;
    height: 45px;
    background-position: top right -3px;
    margin-top: -51px;
    margin-left: 241px;
    float: right;
}

.acqT2-showHidePW
{
    display: inline-block;
    width: 47%;
    text-align: right;
}

.acqT2-subscribeCnt > a
{
    cursor: pointer;
    text-decoration: none;
}

.acqT2-checkoutContainer > a
{
    cursor: pointer;
    text-decoration: none;
}

#ModelStateResultText > ul
{
    text-align: center;
}

#ModelStateResultText > ul > li
{
    list-style: disc;
}

.autoplaysetup-text .error
{
    color: Red !important;
    padding: 10px;
    margin-left: 0px !important;
    font-size: 14px !important;
    width: 100%;
}

.autoplaysetup-text > label
{
    float: none !important;
    margin-top: 5px !important;
    padding-top: 5px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
}

.Acq-subscribe-response
{
    padding-top: 3px;
    font-size: 14px;
    text-align: center;
    color: red;
}

.acq-subscribeEmailBtn-disabled
{
    background-color: #97c0d3;
    border: 1px solid #97c0d3;
    padding: 11px 6px 11px 6px;
    border-radius: 8px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    margin-top: 7px;
    width: 100%;
}
/**/
/*Quick Registration on Acquisition Page*/
.Acq-quickreg-subtitle2
{
    color: #00223d;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    padding-bottom: 7px;
    border-bottom: 1px solid #BBC2C8;
    margin-bottom: 10px;
    margin-top: 19px;
}

.Acq-quickreg-star
{
    color: Red;
    font-size: 12px;
    font-weight: 700;
    padding-left: 3px;
}

.Acq-quickreg-dropdown-style
{
    margin-left: 7px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background: url('/Content/themes/newlookandfeel/Images/Icons/dropdown-arrow.png') no-repeat top 11px right 10px;
}



.acq-quickreg-subscribe-processing
{
    background-color: #fff;
    border: 5px solid #0887c1;
    border-radius: 8px;
    padding: 30px;
    width: 450px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -30%);
    z-index: 18;
    position: relative;
    text-align: center;
}

.acq-mobile .acq-quickreg-subscribe-processing
{
    background-color: #fff;
    border: 5px solid #0887c1;
    border-radius: 8px;
    padding: 30px;
    width: 90% !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 18;
    position: relative;
    text-align: center;
}

.acq-close-link
{
    cursor: pointer;
    font-weight: 700;
    color: #0887C1;
    font-size: 17px;
}

.acq-mobile .acq-close-link
{
    cursor: pointer;
    font-weight: 700;
    color: #0887C1;
    font-size: 29px;
}

.acq-mobile .text-box
{
    border-radius: 8px;
    font-size: 17px;
    padding: 10px;
    color: #404041;
}

.Acq-quickreg-payment
{
    width: 429px !important;
}

.Acq-quickreg-payment .creditcard-editcc
{
    width: 429px !important;
    border: none !important;
    padding: 0px !important;
}

.Acq-quickreg-payment .feild-names
{
    font-size: 12px;
    color: #404041;
    font-weight: 700;
    text-align: left;
}

.Acq-quickreg-payment .feild-names:after
{
    content: "*";
    color: Red;
    font-size: 12px;
    font-weight: 700;
    padding-left: 3px;
}

.Acq-quickreg-payment .creditcard-addcc-container > div > span:after
{
    content: "*";
    color: Red;
    font-size: 12px;
    font-weight: 700;
    padding-left: 3px;
}

.Acq-quickreg-detailcontainer .error
{
    color: Red !important;
    padding: 10px;
    margin-left: 0px !important;
    font-size: 14px !important;
    width: 100%;
}

.Acq-quickreg-detailcontainer > label
{
    float: none !important;
    margin-top: 5px !important;
    padding-top: 5px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
}

.acq-completeaddress
{
    font-size: 13px;
    width: 100%;
    color: #0887C1;
}

.acq-viewimage
{
    width: 15px;
    height: 15px;
}

.acq-mobile .acq-viewimage
{
    width: 33px;
    height: 33px;
}

.acq-standard-header-text
{
    text-align: center;
    padding: 45px;
}

.acq-specialoffer-sndtitle
{
    font-family: 'Patua One' ,regular !important;
    font-size: 42px;
    color: #fff;
}

.acq-extraggame-desc
{
    padding-top: 18px;
    text-align: left;
}

.acqT2-whiteoffer
{
    color: #fff;
}

.acqT2-Offerwhitebold
{
    color: #fff;
    font-weight: 700;
}

.acq-specialoffer-IntroTitle
{
    width: 1000px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    padding-top: 18px;
    background-repeat: no-repeat;
    margin: 0 auto;
    background-size: 100%;
    font-family: 'Montserrat Black';
    text-shadow: 0px 1px 11px #807f7f;
}

.ccform-table
{
    font-size: 12px;
    color: #00223d;
    font-weight: bold;
    padding-left: 10px;
}

.ccfrom-cccvcmessage
{
    float: right;
    margin-right: 23%;
}

.chkout-cclist
{
    width: 225px;
    padding: 9px;
    border-radius: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/Content/themes/newlookandfeel/Images/Icons/dropdown-arrow.png);
    background-repeat: no-repeat;
    background-position: top 8px right 8px;
    font-size: 14px;
}

.chkout-cclist:focus, .chkout-cclist:focus:visited, .chkout-cclist:hover
{
    background-color: #fff !important;
}


.chkout-totalpurchase-table
{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #00223d;
}

.chkout-totalaccount-purchasetable
{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    color: #00223d;
}

.txtbx-contactus
{
    width: 93% !important;
}

.contactus-form-linespace
{
    margin-bottom: 7px !important;
}

.contactus-errorlist
{
    font-size: 12px !important;
    color: #404041 !important;
    font-weight: 100 !important;
    margin-left: 0px !important;
    line-height: 1.4 !important;
    float: none !important;
    display: block;
}

.creditcard-exp-cc-title
{
    margin-bottom: -5px;
    padding-top: 9px;
    color: #404041;
    font-weight: 700;
    padding-bottom: 7px;
}

.chkout-totalpurchase-ttl
{
    font-size: 14px;
}

.chkout-totalpurchase-amt
{
    font-size: 14px;
}

.checkout-body-itemTitle
{
    color: #0887c1;
    font-weight: bold;
    width: 400px;
    font-size: 16px;
    text-align: left;
}

/**/

/*Checkout classes for mobile version*/
.checkout-mobile .checkout-product-table
{
    width: 100%;
}

.checkout-mobile .checkout-body-itemTitle
{
    font-size: 18px !important;
}

.checkout-mobile .syndicate-syndlogo-small
{
    font-size: 18px !important;
}

.checkout-mobile .checkout-body-itemCol1
{
    padding: 0px !important;
    margin: 0px !important;
}

.checkout-mobile .checkout-product-table > tbody > tr > td
{
    font-size: 11px !important;
    padding: 0px !important;
    margin: 0px !important;
}

.checkout-mobile .chkout-totalpurchase-table
{
    font-size: 10px !important;
}

.checkout-mobile .chkout-totalpurchase-ttl
{
    font-size: 10px !important;
}

.checkout-mobile .chkout-totalpurchase-amt
{
    font-size: 14px !important;
}

.checkout-mobile .chkout-totalaccount-purchasetable
{
    font-size: 12px !important;
}

.checkout-mobile .ccform-table
{
    width: 60%;
}

.checkout-mobile .ccform-table > tbody > tr > td
{
    padding-top: 7px;
}

.checkout-mobile .ccform-table > tbody > tr > td:first-child
{
    width: 60% !important;
}

.checkout-mobile .feild-names
{
    font-size: 8px !important;
}

.checkout-mobile .creditcard-exp-cc-title > span
{
    font-size: 8px !important;
}

.checkout-mobile .ccform-table > tbody > tr > td > select
{
    width: 100% !important;
}

.checkout-mobile .ccform-table > tbody > tr > td:last-child
{
    width: 40% !important;
}

.checkout-mobile .ccfrom-cccvcmessage
{
    float: right;
    margin-right: 65%;
}

.checkout-mobile .creditcard-editcc
{
    margin: 0 auto;
}

.checkout-mobile .withdrawal-header-firstcolumn
{
    width: 100%;
}

.checkout-mobile .checkout-purchasecontainer
{
    width: 100%;
}

.checkout-mobile .checkout-header-secondcolumn
{
    width: 100%;
    float: left !important;
    background-color: #f2f8fb;
    border-radius: 8px !important;
    padding: 18px 0px 0px 7px;
    margin-top: 15px;
}

.checkout-mobile .checkout-back-to-cart-button
{
    display: none;
}

.checkout-mobile .checkout-backcart-button
{
    display: inline-block !important;
    width: 26%;
    padding: 10px 0px 10px 0px;
    background-color: #808284;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    border: 0;
    text-align: center;
    border-radius: 8px;
    display: inline-block;
    margin-left: 0px;
    margin-top: 15px;
}

.checkout-mobile .checkout-button
{
    width: 73% !important;
}


/*CLOSE Checkout classes for mobile version*/

/*Verification Styles*/
.ver-warningtable
{
    width: 95%;
    margin: 10px auto;
    border: 1px dashed #464646;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.ver-warningtable > thead > tr > td
{
    background-color: #3a3a3c;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 6px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.ver-warningtable > tbody > tr > td
{
    color: #3a3a3c;
    text-align: left;
    font-size: 12px;
    padding: 6px 12px 6px 12px;
}

.ver-fstres
{
    display: inline;
    font-size: 12px;
}

.ver-fsthglres
{
    display: inline;
    font-weight: 700;
    font-size: 12px;
}

.ver-games
{
    color: #0087c2 !important;
    text-align: center !important;
    font-weight: 700;
}

.ver-lastrow
{
    padding-bottom: 12px !important;
}
.ver-service
{
    padding: 10px 10px 0px 20px;
}

/*Close Verification page*/

.lottery-result-act
{
    left: 0 !important;
}
/*Landing Page*/
.lndpg-central
{
    width: 967px;
    margin: auto;
    display: inline-block;
    background-color: #fdfdfe;
    border: 2px solid #dedede;
    border-radius: 8px;
    padding: 10px;
    line-height: 1.4;
    color: #000;
}

.lndpg-col1
{
    vertical-align: top;
    text-align: left;
    width: 45%;
    display: inline-block;
}

.lndpg-col2
{
    vertical-align: top;
    text-align: right;
    width: 45%;
    display: inline-block;
}

.lndpg-sharebck
{
    background-color: #fff;
    border: 1px solid blue;
    padding: 20px 12px 20px 12px;
    text-align: center;
    width: 250px;
    float: right;
}

.lndpg-sharcoint
{
    width: 100%;
    float: right;
}

.lndpg-synd-offercosttext
{
    font-size: 28px;
    color: #000;
    text-align: center;
}

.lndpg-checkoutContainer
{
    width: 100%;
}

.lndpg-checkoutbtn
{
    background-color: #0087c2;
    color: #fff;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    padding: 9px;
    width: 273px;
    border-radius: 10px;
    display: block;
    margin-left: auto;
}

.lndpg-btncheckout
{
    text-decoration: none !important;
    cursor: pointer;
}

.stylereg
{
    color: rgb(255, 0, 0);
    font-size: 18px;
    font-weight: 700;
}

.styleclicking
{
    color: #000;
    font-size: 12px;
    font-weight: 700;
    margin-right: 29px;
}

.lndpg-contmsg
{
}
/*Close landing page*/