@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Open+Sans:wght@300&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  color: #333;
}

b {
  font-family: "Montserrat", sans-serif;
}

a,
a:hover {
  font-family: "Montserrat", sans-serif;
  color: #333;
  font-weight: 600;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 32px;
  padding-bottom: 1rem;
}

h1 {
  color: #fff;
}

.apla-btn {
  border-radius: 1.5rem !important;
  border: 2px solid #0d3d89;
  padding: 0.3rem 1rem !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.btnwhite {
  background: #fff;
  color: #333;
  border: 2px solid #fff;
}

.btnwhite:hover {
  background: transparent;
  color: #fff;
}

.btnblack {
  background: #333;
  color: #fff;
  border: 2px solid #333;
}

.btnblack:hover {
  background: transparent;
  color: #333;
}

.top-nav {
  font-size: 14px;
  background: #dee2e6;
  /*position: absolute;*/
  top: 0;
  padding: 0.5rem 0.8rem;
  border-radius: 0 0 0.8rem 0.8rem;
  padding-right: 0;
}

.top-nav img {
  width: 20px;
}

.top-nav a {
  padding: 0 0.2rem;
}

.top-nav li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-nav li:first-child {
  font-size: 20px;
}

#main-menu {
  font-size: 18px;
  font-weight: 600;
}

#main-menu a {
  color: #333;
  padding: 0.1rem 0rem;
  margin: 0 1rem;
  font-weight: 600;
  border-bottom: 5px solid;
  border-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main-menu a:hover {
  border-color: #bfe6f0;
}

.nav-btn a,
.apla-contactbtn,
#user_registration_ajax_login_submit {
  font-family: "Montserrat", sans-serif;
  font-weight: 600 !important;
  color: #fff !important;
  border-radius: 1.5rem !important;
  background: #0d3d89 !important;
  border: 2px solid #0d3d89 !important;
  padding: 0.3rem 1rem !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.nav-btn a:hover,
.apla-contactbtn:hover,
#user_registration_ajax_login_submit:hover {
  background: #fff !important;
  color: #0d3d89 !important;
}

.apla-galbtn {
  font-family: "Montserrat", sans-serif;
  font-weight: 600 !important;
  color: #333 !important;
  border-radius: 1.5rem !important;
  background: #ffc107 !important;
  border: 2px solid #ffc107 !important;
  padding: 0.3rem 1rem !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.apla-galbtn:hover {
  background: #fff !important;
  color: #333 !important;
}

#main-menu .current_page_item a {
  border-color: #bfe6f0;
  padding: 0.1rem 0 !important;
  margin: 0 1rem;
}

#main-menu .current_page_item a.dropdown-toggle,
#menu-item-dropdown-87:hover,
#menu-item-dropdown-81:hover {
  border-color: transparent !important;
}

.current_page_item #menu-item-dropdown-87,
.current_page_item #menu-item-dropdown-81 {
  padding-bottom: 1rem !important;
}

#menu-item-dropdown-87:hover + .dropdown-menu[aria-labelledby="menu-item-dropdown-87"],
ul.dropdown-menu[aria-labelledby="menu-item-dropdown-87"]:hover,
#menu-item-dropdown-81:hover + .dropdown-menu[aria-labelledby="menu-item-dropdown-81"],
ul.dropdown-menu[aria-labelledby="menu-item-dropdown-81"]:hover {
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-toggle:after {
  display: none;
}

.arrow-abt:after {
  content: "";
  display: block;
  position: absolute;
  top: 70%;
  left: 90%;
  margin-left: -50px;
  width: 0;
  height: 0;
  border-bottom: solid 1rem #0d3d89;
  border-left: solid 1rem transparent;
  border-right: solid 1rem transparent;
  border-top: transparent;
}

#menu-item-dropdown-81.arrow-abt:after {
  left: 80%;
}

ul.dropdown-menu[aria-labelledby="menu-item-dropdown-87"],
ul.dropdown-menu[aria-labelledby="menu-item-dropdown-81"],
ul.dropdown-menu {
  /*display: flex;*/
  opacity: 100;
  position: fixed !important;
  width: 100%;
  top: 5.9rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  background: #0d3d89;
  padding: 1rem;
}

ul.dropdown-menu[aria-labelledby="menu-item-dropdown-87"].show,
ul.dropdown-menu[aria-labelledby="menu-item-dropdown-81"].show,
ul.dropdown-menu.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-menu a {
  color: #fff !important;
  border-bottom: 0 !important;
}

.dropdown-menu a:hover {
  background: transparent;
}

.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0);
  outline: none;
  padding: 1rem;
}

.navbar-light .navbar-toggler-icon {
  background: #333;
  height: 3px;
  border-radius: 1rem;
  outline: none;
}

span.navbar-toggler-icon:after,
span.navbar-toggler-icon:before {
  content: "";
  height: 3px;
  background: #333;
  display: block;
  border-radius: 1rem;
}

span.navbar-toggler-icon:after {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

span.navbar-toggler-icon:before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

.header-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 20vw;
  color: #fff;
  background-size: cover !important;
  background-position: center center !important;
}

#home-head {
  background: url(../imgs/home-header.png) center center no-repeat;
}

.home-content {
  padding: 3rem 0 1rem;
}

.home-features {
  margin: 3rem 0;
}

#home-featnews {
  background: url(../imgs/shwishR.svg) bottom right no-repeat;
}

#home-events {
  background: url(../imgs/shwishG.svg) bottom left no-repeat;
}

.home-featcopy p {
  font-size: 32px;
  line-height: 36px;
}

.home-featcopy h2 {
  font-size: 60px;
}

.home-featimg img {
  -webkit-filter: drop-shadow(1rem 1rem 0rem #0d3d89);
          filter: drop-shadow(1rem 1rem 0rem #0d3d89);
}

.home-updates {
  background: #041c42;
  color: #fff;
  padding: 3rem 0;
}

#home-newslist {
  padding-top: 3rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

#home-newslist .home-newsitem img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 300px;
}

#home-newslist p {
  text-transform: uppercase;
  color: #bfe6f0;
  font-size: 12px;
  margin: 0.5rem 0;
}

#home-newslist a {
  color: #fff;
}

.home-sponsors {
  padding: 3rem 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.home-sponsors p {
  margin: 0;
}

.thecontent {
  font-size: 32px;
  padding: 3rem 0;
}

/*about*/
#about-apla {
  padding: 5rem 0 0 0;
}

#about-more {
  padding: 0 0 5rem;
}

#about-more ul {
  padding: 0;
}

#about-more li {
  list-style: none;
  padding: 0.5rem 0;
}

#about-more li:before {
  content: "\279C";
  padding-right: 1rem;
}

/*executive comm*/
.exec-container {
  padding: 1rem;
}

.exec-container p,
.links-container p {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.exec-loc {
  color: #0d3d89;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0.5rem 0;
}

.exec-name {
  font-size: 18px;
}

.exec-container ul {
  padding: 0;
}

.exec-container li {
  list-style: none;
  background-size: contain !important;
  padding-left: 1.5rem;
  font-size: 11px;
  margin: 0.5rem 0;
}

.exec-container li:first-child {
  background: url(../imgs/email.svg) left center no-repeat;
}

.exec-container li:last-child {
  background: url(../imgs/send.svg) left center no-repeat;
}

/*members*/
#member-asso {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 5rem 0;
  margin: 5rem 0;
}

#member-affil {
  padding: 0 0 5rem;
}

/*members signup*/
#user-registration-form-5 {
  padding: 0;
  background: transparent;
}

#user_pass_field,
#user_confirm_password_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid label,
.edit-password {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #212529;
}

.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type="date"],
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type="email"],
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type="number"],
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type="password"],
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type="text"],
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type="url"],
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid select,
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid textarea {
  border: 1px solid #ced4da;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4.8px;
  font-size: 1rem;
}

.ur-form-row span.input-wrapper {
  display: block;
  width: 100%;
}

/*members list*/
.card-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*members login*/
#user-registration {
  margin-top: 0;
}

#user-registration .user-registration-MyAccount-content h2 {
  margin-bottom: 0;
}

.past-event-gallery-list .past-event-gallery-item img {
  width: 100%;
}

#ur-frontend-form {
  width: 50%;
  margin: auto;
  background: transparent;
}

/*pw field*/
ul.nav.nav-tabs a {
  font-size: 1.3rem;
}

.user-registration-MyAccount-navigation {
  display: none;
}

.user-registration-form-row.user-registration-form-row--wide.form-row.form-row-wide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.password-input-group {
  width: 100%;
}

#user_registration_ajax_login_submit {
  font-size: 1rem;
  padding: 0.3rem 3rem !important;
  margin: 0;
  float: left;
}

.user-registration-LostPassword {
  font-size: 0.9rem;
  float: right;
  margin-top: -0.5rem;
}

.user-registration-Button {
  font-size: 1rem;
}

.user-registration-LostPassword a {
  color: #eb5757;
}

.user-registration-MyAccount-content {
  font-size: 1rem;
  text-align: left;
}

/*past events user*/
.mec-container {
  margin-top: 2rem;
}

.mec-wrap.mec-ud-main {
  background: transparent;
}

.mec-ud-main-content {
  max-width: 100%;
}

.mec-head-wrap {
  display: none;
}

.mec-single-modern .col-md-4 .mec-frontbox {
  margin-top: 0px !important;
}

div.mec-owl-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

div.mec-owl-carousel .mec-event-article {
  position: relative;
  min-height: 1px;
  float: left;
  width: 33.33% !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  padding: 0 1rem;
}

div.mec-owl-carousel .mec-event-image {
  position: relative;
  padding-top: 100%;
}

div.mec-owl-carousel .mec-event-image > img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.mec-single-event.mec-single-modern .mec-events-event-image {
  display: none;
}

.mec-single-event.mec-single-modern .mec-single-event-bar {
  margin-top: 0;
}

/*downloads*/
#download-head {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(13, 61, 137, 0.56)), to(rgba(13, 61, 137, 0.56))), url(https://www.asiapacific-lotteries.com/wp-content/uploads/2021/08/About_HeaderBanner_2500x370.jpg);
  background: linear-gradient(0deg, rgba(13, 61, 137, 0.56), rgba(13, 61, 137, 0.56)), url(https://www.asiapacific-lotteries.com/wp-content/uploads/2021/08/About_HeaderBanner_2500x370.jpg);
}

#dl-list {
  font-size: 18px;
}

.wp-block-preformatted {
  font-size: 0;
  overflow: hidden;
}

/*links*/
.links-container {
  margin: 1.5rem 0;
}

.links-container p {
  font-size: 18px;
  margin: 1rem 0;
}

.links-url {
  background: url(../imgs/send.svg) left center no-repeat;
  background-size: contain;
  padding-left: 1.5rem;
  margin: 1rem 0;
}

.links-url a {
  font-size: 10px;
}

/*news*/
#news .news-item img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 300px;
}

.news-info {
  padding-bottom: 2rem;
}

.news-info h3 {
  font-size: 18px;
  padding: 0;
}

.news-info time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem 0 !important;
}

.downloads-container .tab-content .news-info {
  border-right: 1px solid #efefef;
  margin-top: 20px;
  padding-top: 0 !important;
}

.member-signup-page-container .user-registration .ur-field-item.form-hidden,
.user-registration-MyAccount-content .user-registration .ur-field-item.form-hidden {
  display: none;
}

.user-registration-MyAccount-content .ur-field-item.form-hidden {
  display: none;
}

#user-registration.vertical {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#news-head {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(13, 61, 137, 0.56)), to(rgba(13, 61, 137, 0.56))), url(../imgs/News_HeaderBanner_2500x370.jpg) left center no-repeat;
  background: linear-gradient(0deg, rgba(13, 61, 137, 0.56), rgba(13, 61, 137, 0.56)), url(../imgs/News_HeaderBanner_2500x370.jpg) left center no-repeat;
}

.entry-meta,
time {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #0d3d89 !important;
  font-size: 12px;
}

.bckNews a:before {
  content: "\279C";
  padding-left: 0.5rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  float: left;
}

.pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-item.active .page-link {
  background-color: #0d3d89 !important;
  border-color: #0d3d89 !important;
  color: #fff !important;
}

.page-link {
  color: #0d3d89 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*events*/
#events-head {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(13, 61, 137, 0.56)), to(rgba(13, 61, 137, 0.56))), url(../imgs/Events_HeaderBanner_2500x370.jpg) center center no-repeat;
  background: linear-gradient(0deg, rgba(13, 61, 137, 0.56), rgba(13, 61, 137, 0.56)), url(../imgs/Events_HeaderBanner_2500x370.jpg) center center no-repeat;
}

#previous .mec-event-image {
  position: relative;
  padding-top: 100%;
}

#previous .mec-event-image > img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

#mec_skin_25 .owl-stage {
  padding: 0 1rem;
}

/*contact*/
.contactinfo {
  margin-bottom: 3rem;
}

.owl-nav {
  display: none;
}

.contactinfo p {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.5rem;
}

/*footer*/
#wrapper-footer-content {
  background: #dee2e6;
}

#menu-footer1,
#menu-footer2,
#menu-footer3 {
  padding: 0;
}

#wrapper-footer-content li {
  list-style: none;
}

.foot-icns {
  font-size: 2.5rem;
  letter-spacing: -4px;
  /*line-height: 1rem;*/
}

#menu-sns a.nav-link {
  padding: 0;
  font-family: "FontAwesome";
}

#menu-sns a.nav-link i {
  font-style: normal;
}

#wrapper-footer {
  background: #dee2e6;
  padding-top: 0;
}

#wrapper-footer .container {
  border-top: 1px solid;
  padding: 1rem 0;
}

.site-info {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

#privacy-menu li {
  list-style: none;
}

#privacy-menu li a {
  padding: 0 0.5rem;
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  #navbarNavDropdown {
    position: absolute;
    width: 100%;
    background: #dee2e6;
    bottom: 0;
    left: 0rem;
    z-index: 1;
    padding: 0px;
    -webkit-transform: translate(0px, 100%);
            transform: translate(0px, 100%);
  }
  #main-menu {
    padding: 1rem 0;
  }
  #main-nav .container {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .top-nav {
    font-size: 12px;
    display: none !important;
  }
  .top-nav li:first-child {
    font-size: 18px;
  }
  .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #main-menu a {
    border-color: transparent;
    padding: 0.4rem;
    font-weight: normal;
  }
  #main-menu .current_page_item a {
    border-color: #bfe6f0 !important;
  }
  ul.dropdown-menu[aria-labelledby="menu-item-dropdown-87"],
  ul.dropdown-menu[aria-labelledby="menu-item-dropdown-81"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 22px;
    border-radius: 0;
    height: auto;
    position: relative !important;
    top: auto;
    text-align: center;
  }
  #wrapper-navbar {
    position: relative;
    padding-top: 5px;
  }
  .dropdown-menu a {
    font-size: 16px;
  }
  .nav-btn {
    margin: 0.5rem auto;
  }
  .header-banner {
    height: 40vh;
  }
  .home-content h3 {
    font-size: 1.5rem;
  }
  #home-featnews,
  #home-events {
    background: none;
  }
  .home-featcopy {
    text-align: center;
  }
  .home-featcopy h2 {
    font-size: 3rem;
  }
  #home-newslist {
    padding-top: 1rem;
  }
  .home-newsitem {
    text-align: center;
    padding-bottom: 3rem;
  }
  .home-sponsors {
    text-align: center;
  }
  .home-sponsors p {
    padding-bottom: 0;
    padding-top: 2rem;
  }
  .home-sponsors img {
    padding: 1.5rem 0;
  }
  .exec-container img,
  .links-container img {
    width: 100%;
  }
  /*past events user*/
  .mec-container {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
  #mec_skin_25,
  #mec_skin_876 {
    padding: 0 1rem;
  }
  #mec_skin_25 .owl-stage,
  #mec_skin_876 .owl-stage {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  #mec_skin_25 .owl-item,
  #mec_skin_876 .owl-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    margin: 1rem 0;
    width: 100% !important;
  }
  div.mec-owl-carousel .mec-event-article {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0;
    margin: 1rem 0;
  }
  #wrapper-footer {
    padding: 0;
  }
  #menu-footer1,
  #menu-footer2,
  #menu-footer3 {
    text-align: center;
  }
  .site-info {
    text-align: center;
  }
  #privacy-menu li {
    padding: 0.5rem 0 0;
  }
  .foot-icns {
    padding-left: 0;
  }
}

#phone_number_field .iti,
#user_registration_phone_number_field .iti {
  display: block;
  width: 100%;
}

#phone_number_field .iti input,
#user_registration_phone_number_field .iti input {
  padding-left: 60px !important;
}

.iti__flag {
  background-image: url("../imgs/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../imgs/flags@2x.png");
  }
}

.telnum-validation {
  position: absolute;
  right: 0;
  color: red;
  font-size: 10px;
}

.page-template-knowledge .section-row {
  border-bottom: solid 1px #000;
  margin-bottom: 5rem !important;
  padding-bottom: 5rem !important;
}

.page-template-knowledge .section-row:last-child {
  border-bottom: 0;
}

.page-template-knowledge .section-row ul,
.page-template-knowledge .section-row ol {
  padding-left: 0;
}
/*# sourceMappingURL=custom-editor-style.css.map */