/*-------------------
        Fonts
-------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;600;700;800;900');
* {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
.row{margin:0;}
:root {
    --btn1: #ffb73b;
    --btn2: #ffa642;
    --color-1: #ffb73b;
    --darkBg:#182b43;
    --lightBG: #043d6b;
    --pink: #ff0d6e;
}
span.bigger{
    font-size: 1.2em;
    position: relative;
    top: 0.1em;
}
span.small{
    font-size: 0.35em;
    font-weight: 200;
    font-style: italic;
}
strong{
    font-weight: 800;
}
img{
    width: 100%;
}
nav *,
h3{
    font-family: 'Montserrat',sans-serif;
}
h3{
    font-weight: 700;
    font-size: 31px;
}
.navbar-brand {
    height: auto;
}
.navbar-default .navbar-brand {
    padding-top: 14px;
}
.navbar-brand > img {
    width: 200px;
    margin-bottom: 1em;
}
.navbar-right {
    font-weight: 600;
}
header.index .header-wrap .main_title{
    padding-top:40px;
    padding-bottom:40px;
}
header .header-wrap .title {
    font-family: "Montserrat", sans-serif;
    font-size: 55px;
    font-weight: 300;
    line-height: 57px;
    margin-bottom: 0px;
    text-align: left;
}
header.terms .header-wrap,
header.payment-information .header-wrap,
header.privacy .header-wrap {
    background: #eb9d0b;
}
header.contact .header-wrap {
    background: #ff2662;
}
header.winners .header-wrap,
header.previous_winners .header-wrap {
    background-image: url("/assets/brands/jw/images/section-2-bg.jpg");
    background-position: top center;
    background-size: cover;
}
header.bonus-draw .header-wrap {
    background-image: url("/assets/brands/jw/images/bonus-bg.jpg");
    background-position: top center;
    background-size: cover;
    padding: 92px 0 91px;
}
header.terms .header-wrap .title,
header.privacy .header-wrap .title,
header.winners .header-wrap .title ,
header.bonus-draw .header-wrap .title ,
header.previous_winners .header-wrap .title ,
header.payment-information .header-wrap .title ,
header.contact .header-wrap .title {
    text-align: center;
}
header .header-wrap .header-btn,
.lm-section-contact .info-col,
#lm-contact-form input[type="submit"],
a.previous_winners,
.pink-btn {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fe4d4d+0,ff0078+100 */
    background: var(--btn1); /* Old browsers */
    background: -moz-linear-gradient(top,  var(--btn1) 0%, var(--btn2) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  var(--btn1) 0%,var(--btn2) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  var(--btn1) 0%,var(--btn2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--btn1)', endColorstr='var(--btn2)',GradientType=0 ); /* IE6-9 */
    border-radius:15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-left: 0;
    width: 200px;
}
header .header-wrap .header-btn{
    text-transform: none;
    font-weight: 700;
    padding:15px 0
}
a.previous_winners,
a.previous_winners:hover,
a.previous_winners:focus,
a.previous_winners:visited,
.pink-btn,
.pink-btn:hover,
.pink-btn:focus,
.pink-btn:visited {
    color: #FFF;
    display: inline-block;
    padding: 20px 0;
    width: 260px;
}
.pink-btn,
.pink-btn:hover,
.pink-btn:focus,
.pink-btn:visited {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#lm-contact-form {
    padding: 30px 30px;
}
#lm-contact-form input[type="submit"] {
    margin-left: auto;
    margin-right: auto;
}
.address-section {
    font-size: 12px;
    text-align: center;
}
footer {
    background-color: var(--lightBG);
    color: #FFF;
    padding: 0 0 50px 0;
}
footer.lm-p {
    padding-top: 50px;
}
footer a {
    font-size: 16px;
    margin-bottom: 8px;
}
footer a,
footer a:hover,
footer a:focus,
footer a:visited {
    color: #FFF;
    display: block;
    text-decoration: underline;
}
footer img {
    float: right;
    margin: 0;
    width: 250px;
}

.lm-section.grey-section {
    background-color: #f3f3f3;
}
.lm-section-1{
    background-color: var(--darkBg);
    color: #fff;
}

.lm-section-1 .title h1{
    color: #fff;
    font-weight: 700;
}
.lm-section .title,
.lm-section-contact .form-wrap .form-title,
.lm-section-contact .info-col .form-title {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    text-align: center;
}
.lm-section h2 {
    color: #ff2662;
}
.lm-section li::marker {
    color: #ff2662;
}
.lm-section.winners,
.lm-section.bonus-draw {
    padding-top: 0;
}
.lm-section.plain-section .title h1,
.lm-section.plain-section .title h1 span.desktop-only {
    font-family: "Montserrat", sans-serif;
    font-size: 26px;
    font-weight: 700;
}
.lm-section.contact {
    padding-bottom: 40px;
}
.lm-section.no-spacing {
    padding-top: 0;
}
.orange {
    color: #fea82e;
}
.pink,
.pink:hover,
.pink:focus,
.pink:visited {
    color: #ff2662;
}
.enhance {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 38px;
    font-weight: 400;
    padding-top: 5px;
}
.underlined,
.underlined:hover,
.underlined:focus,
.underlined:visited {
    text-decoration: underline;
}
.pw-quote {
    border: 1px #d7d7d7 solid;
    padding: 15px 25px;
}
.pw-quote + .pw-quote {
    border-top: 0;
}
.pw-quote .pw-title {
    font-weight: 700;
}
span.desktop-only {
    display: inline-block;
}
.lm-section .title h1 {
    font-size: 31px;
    margin-top: 0;
}
.lm-section .description {
    font-weight: 400;
    text-align: center;
}
.lm-section .description.bigger {
    font-size: 16px;
}
.lm-section.terms .description,
.lm-section.privacy .description {
    text-align: left;
}
.lm-section.contact .description a {
    color: #ff2662;
    text-decoration: underline;
}
.lm-section-2  {
    color: #000;
    background: linear-gradient(var(--darkBg) 0%,var(--darkBg) 10%,#fff 10%, #fff 100%);
    padding:0;
}
.lm-section-2 h3{
    color: var(--pink);
    margin-top:65px;
}
.lm-section-1 .container,
.lm-section-2 .container{
    padding: 0;
    margin: 0 auto;
}
.lm-section-2 img{
    width:100%
}
.lm-section-2 .title h1 {
    color: #FFF;
}
.lm-section-2 .prize-block {
    border: 4px #ffc017 solid;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px 0;
}
.lm-section-2 .prize-block,
.lm-section-2 .prize-block span {
    font-family: 'Montserrat', sans-serif;
    font-size: 31px;
    font-weight: 700;
}
.lm-section-2 .prize-text {
    margin-bottom: 20px;
}
.lm-section-contact .info-col .form-title {
    color: #FFF;
}
.lazy img {
    width: 100%;
}
.navbar-default {
    background-color: transparent;
}
header .header-wrap .header-btn,
.lm-section-contact .info-col,
#lm-contact-form input[type="submit"]{
    background-color: #21386b;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    font-size: 14px;
    padding-bottom: 3px;
}
.navbar-default .navbar-nav > li.selected > a,
.navbar-default .navbar-nav > li.selected > a:focus,
.navbar-default .navbar-nav > li.selected > a:hover {
    color: #ff2662;
}
ul.nav li {
    border-width: 2px;
}
ul.nav li.selected {
    border-color: #ff2662;
}
.lm-section-contact .form-wrap {
    border-color: #21386b;
}
.privacy-link {
    display: none !important;
}
.terms-btn {
    background-color: #d7d7d7;
    color: #757575;
    cursor: pointer;
    display: block;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
}
.terms-btn.selected {
    background-color: #ff2662;
    color: #FFF;
}
.dataTables_info {
    display: none;
}
table.dataTable {
    margin-bottom: 15px !important;
}
table thead {
    background-color: #ebebeb;
}
table thead.pink {
    background-color: #ff2662;
    color: #FFF;
}
table thead th {
    font-weight: 700;
    text-align: center;
}
table .month {
    background-color: #fea82e !important;
    color: #FFF;
    font-weight: 700;
}
.table > tbody > tr > td,
.table > thead > tr > th {
    padding: 12px 30px;
    text-align: left;
}
.lm-section-contact {
    padding-top: 20px;
}
.lm-section-contact .form-wrap {
    background-color: #efefef;
    border: 0;
}
#lm-contact-form label {
    text-align: left;
    width: 100%;
}
label .required {
    color: #F00;
}
.quote-wrap {
    margin-top: 50px;
}
.quote-wrap .quote-name {
    background-color: #FFF;
    font-weight: 700;
    padding: 20px 15px;
}
.quote-wrap .quote-text {
    background-color: #ff2662;
    color: #FFF;
    display: table;
    font-size: 18px;
    font-weight: 700;
    height: 200px;
    padding: 15px 15px;
    position: relative;
    width: 100%;
}
.quote-wrap .quote-text:before {
    content:"\A";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FFF;
    height: 0;
    position: absolute;
    top: 0;
    left: calc(50% - 10px);
    width: 0;
}
.quote-wrap .quote-text .inner {
    display: table-cell;
    vertical-align: middle;
}
.pi-panel {
    border: 2px #ffb935 solid;
    border-radius: 10px;
    border-bottom-left-radius: 80px;
    border-top-left-radius: 80px;
    min-height: 300px;
    padding: 50px 50px 50px 350px;
    position: relative;
    text-align: left;
}
.pi-panel.msisdn {
    border-color: #ff2662;
    border-radius: 10px;
    border-bottom-right-radius: 80px;
    border-top-right-radius: 80px;
    padding: 50px 350px 50px 50px;
}
.pi-panel ol {
    margin-top: 30px;
    padding-left: 15px;
}
.pi-panel ol li {
    margin-bottom: 10px;
}
.pi-panel ol li::marker {
    color: #ffb935;
}
.pi-panel.msisdn ol li::marker {
    color: #ff2662;
}
.pi-panel .description {
    position: relative;
    text-align: left;
}
.pi-panel .logo-wrap {
    background-color: #FFF;
    position: absolute;
    top: -19px;
    left: calc(50% - 95px);
    padding-left: 20px;
    padding-right: 20px;
    width: 190px;
}
.pi-panel.msisdn .logo-wrap {
    width: 260px;
    left: calc(50% - 130px);
}
.pi-panel .pi-img-wrap {
    position: absolute;
    top: -15px;
    left: -4px;
    bottom: -2px;
}
.pi-panel.msisdn .pi-img-wrap {
    right: -4px;
    left: unset;
    text-align: right;
}
.pi-panel .pi-img-wrap img {
    height: 100%;
    width: auto;
}
.unsub-panel {
    background-color: #ffb935;
    border-radius: 7px;
    margin-top: 20px;
    padding: 20px 15px;
}
.unsub-panel.msisdn {
    background-color: #ff2662;
}
.unsub-panel label {
    display: block;
    margin-bottom: 0;
}
.unsub-panel img {
    margin: auto;
    width: 200px;
}
.unsub-panel input,
.unsub-panel button {
    border-radius: 3px;
    font-family: "Montserrat", sans-serif;
    padding: 13px 60px;
}
.unsub-panel input {
    border: 0;
    color: #666;
    padding: 13px 30px;
    width: 100%;
}
.unsub-panel button {
    background-color: #ff2662;
    border: 0;
    color: #FFF;
    float: right;
    margin-right: 15px;
}
.unsub-panel.msisdn button {
    background-color: #ffb935;
}
.small-terms {
    color: #7a7a7a;
    font-size: 12px;
    font-weight: 600;
    padding-top: 15px;
}
#country-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('/assets/brands/jw/images/dropdown.png');
    background-position: right 10px center;
    background-size: 6%;
    background-repeat: no-repeat;

    border: 0;
    border-radius: 5px;
    color: #666;
    cursor: pointer;
    padding: 5px 10px;
    width: 170px;
}
.pagination > li > a, .pagination > li > span {
    color: #ff2662;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #ff2662;
    border-color: #ff2662;
}
.alert.separate {
    margin: 20px 0 0;
}
.alert a {
    font-weight: 700;
    text-decoration: underline;
}
.lm-section-3{
    background:var(--pink);
    color:#fff;
    padding:65px 0;
}
.lm-section-3 h3{
    text-align: right;
}
.lm-section-3 p{
    text-align: left;
}
.lm-section-3 [class*='col-'] {
    padding-left: 10px;
    padding-right: 10px;
}
.lm-section-3 .row {
    margin-left: -10px;
    margin-right: -10px;
}
#contact{
    padding:30px 0 0 0 
}
#contact .header{
    text-align: center;
    margin-bottom:1em;
}
#contact input,
#contact textarea{
    width: 100%;
    border:1.5px solid #b7b7b7;
    border-radius:5px;
    padding: 1em;
}
#contact input{
    margin: 0 0 15px 0;
}
.flex{
    display: flex;
}
.w20{width:20%}
.w30{width:30%}
.w40{width:40%}
.w50{width:50%}
.w60{width:60%}
.w70{width:70%}
.w80{width:80%}
.w100{width:100%}
#content{
    padding-bottom: 2em;
}
#content .img{
    background-image: url('/assets/brands/lm/images/content.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#contact .img{
    background-image: url('/assets/brands/lm/images/contact.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#contact .success,
#contact .fail{
    min-height: 35vh;
    background: white;
    padding: 1em;
    border-radius: 10px;
    border: 2px solid #b7b7b7;
}
#contact .flex{
    width: 100%;
}
#contact .flex{
    display: flex;
}
#contact .flex>div{
    margin:1em;
}

#contact input::placeholder,
#contact textarea::placeholder{
    color:#b1b1b1;
}
footer .row,
.form_content{
    width:70%;
    display: block;
    margin:0 auto;
}
footer {
    padding-top: 30px;
}
footer .row {
    width: 100%;
}
#content .text{
    padding:2em 3em;
}
#our-products .text{
    padding:0 4em;
}
#contact .btn{
    background:#ffbc0c;
    width: 100%;
    display: block;
    border:none;
    color: #fff;
    margin: 10px auto 0;
    font-weight: 700;
}
#contact{
    background:linear-gradient(#fff 0%,#fff 55%,var(--lightBG) 55%,var(--lightBG) 100%)
}

.homepage-link {
    border: 2px #b1b1b1 solid;
    display: block;
    margin-bottom: 20px;
}
.homepage-link .link-title {
    color: #ff2662;
    font-weight: 700;
    padding: 15px 25px;
}
.homepage-link.larger .link-title {
    font-size: 20px;
    padding: 25px 25px;
}
header{
    background:var(--lightBG);
}
header .header-wrap{
    background-image: none;
}
header.index .main_title{
    padding-left:6em;
}
header.index{
    overflow: hidden;
}
header.index img{
    margin-bottom:-20%;
}
header.index .header-wrap{
    padding: 2em 0 0 0;
}
header .header-wrap .header-btn {
    margin: 0.2em 0;
}
#what-we-do{
    padding:50px 0;
}
@media only screen and (max-width : 1200px) {
    .pi-panel .pi-img-wrap img {
        height: 80%;
    }
    .pi-panel .logo-wrap {
        left: 50%
    }
    .pi-panel.msisdn .logo-wrap {
        left: 28%
    }
    .homepage-link.larger .link-title {
        padding: 25px 90px;
    }
}
@media only screen and (max-width : 992px) {
    .homepage-link .link-title {
        padding: 15px 20px;
    }
    .homepage-link.larger .link-title {
        padding: 25px 20px;
    }
}
@media only screen and (max-width : 768px) {
    .w20,
    .w30,
    .w40,
    .w50,
    .w60,
    .w70,
    .w80,
    .w100{
        width:100%;
    }
    .flex{
        flex-flow: column;
    }
    .navbar-toggle{
        background-color:var(--pink);
        padding: 5px 10px;
        margin-top:22px
    }
    .navbar-default .navbar-toggle:focus, 
    .navbar-default .navbar-toggle:hover{
        background-color:var(--pink);
    }
    .navbar-default .navbar-toggle .icon-bar{
        background-color:#fff;
    }
    .navbar-toggle .icon-bar {
        display: inline-block;
        width: 5px;
        height: 5px;
        border-radius: 50%;
    }
    .navbar-default .navbar-toggle{
        border: none;
    }
    header{
        background:none;
    }
    .navbar-default {
        background-color: var(--lightBG);
    }
    .lm-section-3 [class*='col-'] {
        padding-left: 15px;
        padding-right: 15px;
    }

    #contact .container h3,
    #our-products h3,
    .lm-section-2 h3{
        margin-top:0;
    }
    .lm-section-3 .row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .homepage-link {
        margin-bottom: 20px;
    }
    .homepage-link .link-title {
        font-size: 18px;
        padding: 15px 15px;
    }
    .pi-panel,
    .pi-panel.msisdn {
        border-radius: 10px;
        padding: 40px 15px 20px;
    }
    .pi-img-wrap {
        float: none;
        height: auto;
        margin: 0 auto 50px;
        position: static;
        width: 130px;
    }
    .pi-img-wrap img {
        display: block;
        margin: auto;
    }
    .pi-panel .pi-img-wrap img {
        display: block;
        margin: auto;
    }
    .pi-panel .logo-wrap {
        left: calc(50% - 85px);
    }
    .pi-panel.msisdn .logo-wrap {
        left: calc(50% - 130px);
    }
    .pi-panel ol {
        clear: both;
    }
    .unsub-panel img {
        margin-bottom: 10px;
    }
    .unsub-panel button {
        float: none;
        margin: 15px auto;
    }
    .lm-section.payment-information {
        padding: 20px 0;
    }
    .lm-section.payment-information + .lm-section.payment-information {
        padding-top: 40px;
    }
    #contact .container{
        padding: 50px 3em 0;
        text-align: left;
    }
    #our-products .text,
    #what-we-do .description{
        padding: 0 3em;
        text-align: justify;
    }
    #content .img{
        min-height: 50vh;
    }
    .lm-section-3 p,
    #content .text p{
        text-align: justify;
    }
    #our-products .container{
        padding: 0;
    }
    #our-products h3{
        text-align: center;
    }
    #our-products h3 br{
        display: none;
    }
    #content .text{
        padding:50px 3em;
    }
    #content {
        padding-bottom: 0;
    }
    #contact{
        padding-top:0;
        background: linear-gradient(#fff 0%,#fff 96%,var(--lightBG) 96%,var(--lightBG) 100%)
    }
    #contact .flex{
        flex-flow: column;
        width: unset;
    }
    #contact .flex > div{
        margin:0;
    }
    #contact .btn{
        margin: 1em auto;
        min-width: 200px;
    }
    .lm-section-2{
        background:#fff;
    }
    header .header-wrap {
        padding: 84px 0;
    }
    header.bonus-draw .header-wrap,
    header.payment-information .header-wrap {
        padding: 64px 0 63px;
    }
    header.index .header-wrap {
        background-image: none;
        background: var(--lightBG);
        padding:0 0 2em 0;
    }
    header.index .main_title{
        padding-left: 0;
    }
    header .header-wrap .title {
        font-size: 45px;
    }

    header.index .header-wrap .main_title{
        padding-top:22px;
        padding-bottom: 0;
    }
    header.index img{
        margin-bottom: 1em;
    }
    header.index .header-wrap .title {
        margin-bottom: 0;
        padding: 0 0.5em 0.5em 0.5em;
        line-height: 1.1em;
    }
    h3,
    .lm-section .title h1{
        font-size:32px;
        margin-bottom: 20px;
    }
    #contact h3{
        margin-top:28px;
    }
    #contact input{
        margin: 0 0 12px 0;
    }
    header .header-wrap .header-btn {
        margin: 0.2em auto;
    }
    .lm-section-1 {
        padding: 80px 0;
    }
    .lm-section-2 .prize-block {
        background-color: rgba(0, 0, 0, 0.4);
        margin-bottom: 5px;
    }
    .lm-section-2 .prize-text {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .privacy-link {
        display: block !important;
    }
    footer .logo-col {
        border-left: 0;
    }
    footer img {
        float: unset;
        display: block;
        margin: 1em auto;
        width: 200px;
    }
    .subtitle{
        font-size: 1.5em;
    }
    footer a {
    }
    .form-wrap {
        border-radius: 7px;
    }
    #lm-contact-form {
        padding: 15px;
    }
    .lm-section-contact {
        padding-bottom: 20px;
    }
    footer .row,
    .form_content{
        width:100%;
        max-width: 320px;
        display: block;
        margin:0 auto;
    }
}