* {
  box-sizing: border-box;
  /* border:1px solid red; */
  /* border-collapse: collapse; */
}

#popup-widget .row {
  margin-left: 0;
  margin-right: 0;
}

#popup-widget {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  display: none;
  z-index: 9990;
  height: 100%
}

#popup-widget.active {
  display: block
}

#popup-widget .popup-close {
  position: absolute;
  top: 40px;
  right: 30px;
  cursor: pointer;
  padding: 0 5px;
  font-size: 30px;
  font-family: Arial, Baskerville, monospace;
  /*color: #FB002C;*/
  color: #0060B9;
  z-index: 2000;
}

.column {
  float: none;
  width: 100%;
  padding: 0
}

@media screen and (min-width: 992px) {
  .column {
    width: 50%;
    float: left
  }
}

.column-bleed {
  float: none;
  width: 100%;
  padding: 0
}

@media screen and (min-width: 992px) {
  .column-bleed {
    /* width: 70%; */
    float: left
  }
}

/* @media screen and (min-width: 1024px) {
  .column-bleed {
    width: 60%
  }
} */
.column-full {
  float: none;
  width: 100%;
  padding: 0
}

.column-full .row:after {
  content: "";
  display: table;
  clear: both
}

#popup-widget .popup-wrapper {
  position: relative;
  /*background-color: #fff;
  border-bottom: 0.5em solid #005EB8; 002*/
  overflow: hidden;
}

#popup-widget .popup-image, #popup-widget .popup-image-full, #popup-widget .popup-image-full-lg {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  /*background-color: #999 003*/
}

#popup-widget .popup-contents {
  padding: 1em 1.2em 0
}

@media screen and (min-width: 1024px) {
  #popup-widget .popup-contents {
    /*padding: 520px 2em 0 2.2em; Melvin comment*/
	width:100%;
  }
}

@media screen and (min-width: 1280px) {
  #popup-widget .popup-contents {
    /*padding: 520px 2.5em 0 2.2em Melvin comment*/
  }
}

.column-bleed .popup-contents {
  padding: 2em 1.6em 0 !important
}

#popup-widget .text-center {
  text-align: center
}

#popup-widget .popup-title {
  color: #223e77;
  font-weight: 700;
  padding-right: .75em;
  padding-bottom: .25em;
  font-family: "agenda-bold";
  line-height: 1
}

@media screen and (min-width: 992px) {
  #popup-widget .popup-title {
    color: #223e77;
  }
}

#popup-widget .popup-text {
  color: #223e77;
  font-weight: 400;
  position: relative;
  padding-top: 0.5em;
  font-family: "agenda-light";
  line-height: 1.2
}

@media screen and (min-width: 992px) {
  #popup-widget .popup-text {
    color: #58595b;
  }
}

#popup-widget .button-center {
  margin-top: 1.5em
}

#popup-widget .button-center .popup-button {
  display: inline !important
}

#popup-widget .popup-button {
  background: #223e77;
  color: white;
  font-weight: 400;
  width: fit-content;
  text-align: center;
  padding: .75em 1em .5em;
  position: relative;
  margin-top: 1em;
  text-decoration: none;
  display: block;
  font-family: "agenda-medium";
  margin-bottom: 3em
}

#popup-widget .popup-title {
  font-size: 1.4em
}

@media screen and (min-width: 375px) {
  #popup-widget .popup-title {
    font-size: 1.6em
  }
}

@media screen and (min-width: 1024px) {
  #popup-widget .popup-title {
    font-size: 2em
  }
}

@media screen and (min-width: 1280px) {
  #popup-widget .popup-title {
    font-size: 2.5em
  }
}

@media screen and (min-width: 1366px) {
  #popup-widget .popup-title {
    /*font-size: 2.7em*/
	font-size: 2.5em
  }
}

@media screen and (min-width: 1440px) {
  #popup-widget .popup-title {
    /*font-size: 2.9em*/
	font-size: 2.5em
  }
}

@media screen and (min-width: 1600px) {
  #popup-widget .popup-title {
    /*font-size: 3.1em*/
	font-size: 2.5em
  }
}

@media screen and (min-width: 1680px) {
  #popup-widget .popup-title {
    /*font-size: 3.5em*/
	font-size: 2.5em
  }
}

@media screen and (min-width: 1920px) and (min-height: 1080px) {
  #popup-widget .popup-title {
    /*font-size: 3.9em*/
	font-size: 2.5em
  }
}

.column-bleed .popup-title {
  font-size: 1.4em !important;
  padding-bottom: 0 !important
}

@media screen and (min-width: 375px) {
  .column-bleed .popup-title {
    font-size: 2em !important
  }
}

@media screen and (min-width: 1024px) {
  .column-bleed .popup-title {
    font-size: 2em !important
  }
}

@media screen and (min-width: 1280px) {
  .column-bleed .popup-title {
    font-size: 2.5em !important
  }
}

@media screen and (min-width: 1366px) {
  .column-bleed .popup-title {
    font-size: 2.7em !important
  }
}

@media screen and (min-width: 1440px) {
  .column-bleed .popup-title {
    font-size: 2.9em !important
  }
}

@media screen and (min-width: 1600px) {
  .column-bleed .popup-title {
    font-size: 3.1em !important
  }
}

@media screen and (min-width: 1680px) {
  .column-bleed .popup-title {
    font-size: 3.5em !important
  }
}

@media screen and (min-width: 1920px) and (min-height: 1080px) {
  .column-bleed .popup-title {
    font-size: 3.9em !important
  }
}

.popup-widget .popup-text, .popup-widget .popup-button {
  font-size: 0.8em
}

@media screen and (min-width: 375px) {
  .popup-widget .popup-text, .popup-widget .popup-button {
    font-size: 0.9em
  }
}

@media screen and (min-width: 1024px) {
  .popup-widget .popup-text, .popup-widget .popup-button {
    font-size: 1.1em
  }
}

@media screen and (min-width: 1440px) {
  .popup-widget .popup-text, .popup-widget .popup-button {
    font-size: 1.3em
  }
}

@media screen and (min-width: 1600px) {
  .popup-widget .popup-text, .popup-widget .popup-button {
    font-size: 1.5em
  }
}

@media screen and (min-width: 1920px) and (min-height: 1080px) {
  .popup-widget .popup-text, .popup-widget .popup-button {
    font-size: 1.7em
  }
}

.column-bleed .popup-text {
  font-size: 0.9em !important
}

@media screen and (min-width: 375px) {
  .column-bleed .popup-text {
    font-size: 1.1em !important
  }
}

@media screen and (min-width: 1024px) {
  .column-bleed .popup-text {
    font-size: 1.1em !important
  }
}

@media screen and (min-width: 1440px) {
  .column-bleed .popup-text {
    font-size: 1.3em !important
  }
}

@media screen and (min-width: 1600px) {
  .column-bleed .popup-text {
    font-size: 1.4em !important
  }
}

@media screen and (min-width: 1920px) and (min-height: 1080px) {
  .column-bleed .popup-text {
    font-size: 1.2em !important
  }
}

#popup-widget .popup-wrapper {
  width: 90%;
  margin: 0 auto !important;
  /* left: calc(90% - 85%); */
  /*height: 90%;*/
  height: 75%;
  top: calc(90% - 85%);
}

/* @media screen and (min-width: 375px) and (max-width: 414px) and (min-height: 667px) {
  #popup-widget .popup-wrapper {
    height: 80%;
    top: calc(80% - 70%)
  }
} */
@media screen and (min-width: 768px) and (max-width: 991px) {
  #popup-widget .popup-wrapper {
    width: 80%;
    /* width: 50%; */
    /*left: calc(50% - 25%)*/
  }
  #popup-widget{
	  width:100%;
  }
}

@media screen and (min-width: 768px) and (min-height: 1024px) {
  #popup-widget .popup-wrapper {
    width: 70%;
    /* left: calc(70% - 54%); */
    height: 60%;
    top: calc(50% - 30%)
  }
}

@media screen and (min-width: 992px) {
  #popup-widget .popup-wrapper {
    width: 900px;
    /* left: calc(70% - 54%); */
    height: 75%;
    top: calc(80% - 70%)
  }
}

@media screen and (min-width: 1024px) and (min-height: 1366px) {
  #popup-widget .popup-wrapper {
    height: 60%;
    top: calc(60% - 44%)
  }
}

#popup-widget .popup-small {
  width: 90% !important;
  /* left: calc(90% - 85%) !important; */
  height: 60%;
  top: calc(50% - 30%)
}

@media screen and (min-width: 768px) and (min-height: 1024px) {
  #popup-widget .popup-small {
    width: 70% !important;
    /* left: calc(70% - 54%) !important; */
    height: 50% !important;
    top: calc(50% - 25%) !important
  }
}

@media screen and (min-width: 992px) {
  #popup-widget .popup-small {
    width: 50% !important;
    /* left: calc(50% - 25%) !important; */
    height: 50% !important;
    top: calc(50% - 25%) !important
  }
}

@media screen and (min-width: 1024px) and (min-height: 1366px) {
  #popup-widget .popup-small {
    width: 70% !important;
    /* left: calc(70% - 54%) !important; */
    height: 30% !important;
    top: calc(30% - 0%) !important
  }
}

#popup-widget .popup-image, #popup-widget .popup-image-full-lg {
  width: 100%;
  height: 30vh
}

@media screen and (min-width: 375px) and (max-width: 414px) and (min-height: 667px) {
  #popup-widget .popup-image, #popup-widget .popup-image-full-lg {
    height: 25vh
  }
}

@media screen and (min-height: 568px) {
  #popup-widget .popup-image, #popup-widget .popup-image-full-lg {
    /*height: 30vh*/
	height: 30vh
  }
}

@media screen and (min-width: 992px) {
  #popup-widget .popup-image, #popup-widget .popup-image-full-lg {
    /*height: 80vh*/
    height: 80vh;
  }
}

@media screen and (min-width: 1024px) and (min-height: 1366px) {
  #popup-widget .popup-image, #popup-widget .popup-image-full-lg {
    height: 60vh
  }
}

@media screen and (min-width: 992px) {
  #popup-widget .popup-image {
    width: 50%
  }
}

#popup-widget .popup-image-full {
  width: 100%;
  height: 60vh
}

@media screen and (min-width: 768px) and (min-height: 1024px) {
  #popup-widget .popup-image-full {
    height: 50vh
  }
}

@media screen and (min-width: 992px) {
  #popup-widget .popup-image-full {
    height: 50vh
  }
}

@media screen and (min-width: 1024px) and (min-height: 1366px) {
  #popup-widget .popup-image-full {
    height: 30vh
  }
}

.inno-gen .popup-image-full-lg {
  /* background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url(../../images/popup/664338850.jpg); */
  background-image: url(../../images/popup/UOBAMID-popup-desktop-banner.jpg);
  background-color: #fff !important;
  background-size: cover;
  /* background-size: 150% !important; */
  background-position: top center !important;
}

@media screen and (min-width: 992px) and (max-height:768px) {
  .inno-gen .popup-image-full-lg {
    /* background-size: 100% !important; */
    /*background-position: 50% 40% !important;*/
    background-position: top center;
  }
  #popup-widget .popup-wrapper{
	  height:93%;
	  top: calc(90% - 86%);
  }
}



@media screen and (min-width: 1280px) and (min-height: 580px) and (max-height:768px) {
  .inno-gen .popup-image-full-lg {
    /* background-size: 100% !important; */
    /*background-position: center right !important;*/
  }
}

@media screen and (min-width: 992px) and (max-height: 649px) {
  .inno-gen .popup-image-full-lg {
    /* background-size: 100% !important; */
    /*background-position: 50% 40% !important;*/
    background-position: top center!important;
  }
  #popup-widget .popup-wrapper{
	  height:520px!important;
	  top: calc(90% - 86%);
	  width:50%;
  }
  
  #popup-widget .popup-contents {
    /*padding: 440px 2.5em 0 2.2em;*/
    /*padding: 340px 2.5em 0 2.2em;*/
  }
  
  #popup-widget .popup-title {
	  font-size: 1.8em;
  }
}

@media screen and (min-width: 992px) and (min-height: 649px) and (max-height: 799px) {
  .inno-gen .popup-image-full-lg {
    /* background-size: 100% !important; */
    /*background-position: 50% 40% !important;*/
    background-position: top center!important;
  }
  #popup-widget .popup-wrapper{
	  height:600px!important;
	  top: calc(90% - 86%);
	  width:53%;
  }
  
  #popup-widget .popup-contents {
    /*padding: 440px 2.5em 0 2.2em;*/
    /*padding: 390px 2.5em 0 2.2em; Melvin comment*/
  }
  
  #popup-widget .popup-title {
	  font-size: 2em;
  }
}

@media screen and (min-width: 992px) and (min-height: 800px) {
  .inno-gen .popup-image-full-lg {
    /* background-size: 100% !important; */
    /*background-position: 50% 40% !important;*/
    background-position: top center;
  }
  #popup-widget .popup-wrapper{
	  /*height:90%!important;
	  top: calc(90% - 85%);*/
	  
	  height:720px!important;
	  top: calc(90% - 85%);
  }
}


/* @media screen and (min-width: 1600px) {
  .inno-gen .popup-image-full-lg {
    background-size: 80% !important
  }
} */
.inno-gen .popup-wrapper {
  position: relative;
}

.inno-gen .popup-contents {
  margin: 0;
  position: absolute;
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%) */
}

.inno-gen .popup-title {
  padding-right: 0 !important
}

.inno-gen .popup-title img {
  display: inline-block;
  width: 104px
}

@media screen and (min-width: 1024px) {
  .inno-gen .popup-title img {
    width: 194px
  }
}

.inno-gen .popup-text {
  font-size: 0.8em !important;
  padding-bottom: 0;
}

@media screen and (min-width: 375px) {
  .inno-gen .popup-text {
    font-size: 0.8em !important
  }
}

@media screen and (min-width: 1024px) {
  .inno-gen .popup-text {
    font-size: 1em !important;
    padding-bottom: 1em;
  }
}

@media screen and (min-width: 1440px) {
  .inno-gen .popup-text {
    font-size: 1.2em !important
  }
}

@media screen and (min-width: 1600px) {
  .inno-gen .popup-text {
    font-size: 1.25em !important
  }
}

@media screen and (min-width: 1920px) and (min-height: 1080px) {
  .inno-gen .popup-text {
    font-size: 1.68em !important
  }
}

.inno-gen .popup-text span.smaller {
  font-size: 0.75em !important;
  display: inline-block;
  margin-top: .7em;
  margin-bottom: 1em
}

.inno-gen .aw-intro {
  margin-top: 1em;
  margin-bottom: 0.75em;
}

@media screen and (min-width: 1024px) {
  .inno-gen .aw-intro {
    padding-right: 300px;
  }
}

@media screen and (min-width: 1280px) {
  .inno-gen .aw-intro {
    padding-right: 360px;
  }
}

@media screen and (min-width: 1360px) {
  .inno-gen .aw-intro {
    padding-right: 420px;
  }
}

@media screen and (min-width: 1366px) {
  .inno-gen .aw-intro {
    padding-right: 420px;
  }
}

@media screen and (min-width: 1600px) {
  .inno-gen .aw-intro {
    padding-right: 520px;
  }
}

.inno-gen .row {
  clear: both;
}

.inno-gen .aw-logo {
  float: none;
  margin-bottom: 0.5em;
  margin-top: 0.15em;
  width: 30px;
  /* height:50px; */
  /* background-color:#666; */
}

@media screen and (min-width: 768px) {
  .inno-gen .aw-logo {
    float: left;
  }
}

@media screen and (min-width: 992px) {
  .inno-gen .aw-logo {
    width: 50px;
  }
}

.inno-gen .aw-logo img {
  width: 100%;
}

.inno-gen .aw-text {
  width: 100%;
  float: left;
  margin-bottom: 1.4em;
  padding-left: 0;
  font-family: "agenda-bold";
  line-height: 1.2;
  font-size: .8em;
  font-weight: 700;
  color: #223e77;
}

@media screen and (min-width: 992px) {
  .inno-gen .aw-text {
    color: white;
    margin-bottom: 0.5em;
    padding-left: 1.35em;
    width: calc(100% - 50px);
  }
}

@media screen and (min-width: 992px) {
  .inno-gen .aw-text {
    font-size: .825em;
  }
}

@media screen and (min-width: 1280px) {
  .inno-gen .aw-text {
    font-size: .85em;
  }
}

@media screen and (min-width: 1440px) {
  .inno-gen .aw-text {
    font-size: .925em;
  }
}

@media screen and (min-width: 1600px) {
  .inno-gen .aw-text {
    font-size: 1em;
  }
}

@media screen and (min-width: 1920px) {
  .inno-gen .aw-text {
    font-size: 1.1em;
  }
}

.inno-gen .aw-push-down {
  padding-top: 0;
}

@media screen and (min-width: 992px) {
  .inno-gen .aw-push-down {
    padding-top: 1em;
  }
}

.popup-footer {
  bottom: 0;
  position: absolute;
  width: 100%;
  padding: 0 1em 1em 1em;
}

@media screen and (min-width: 992px) {
  .popup-footer {
    padding: 0 2em 1em 1em;
  }
}

.popup-footer .float-left, .popup-footer .float-right {
  vertical-align: bottom;
}

.popup-footer .float-right {
  text-align: left;
}

@media screen and (min-width: 992px) {
  .popup-footer .float-left, .popup-footer .float-right {
    width: 50%;
  }

  .popup-footer .float-left {
    float: left;
  }

  .popup-footer .float-right {
    float: right;
    text-align: right;
  }
}

.popup-footer img {
  height: 30px;
  margin-bottom: .5em;
}

@media screen and (min-width: 992px) {
  .popup-footer img {
    height: 40px;
    margin-bottom: 0;
  }
}

.popup-footer .button-center {
  position: inherit;
  right: 1em;
  bottom: 2em;
  position: absolute;
}

@media screen and (min-width: 992px) {
  .popup-footer .button-center {
    right: 2em;
  }
}

.popup-footer .logo-dark {
  display: block;
}

.popup-footer .logo-light {
  display: none;
}

@media screen and (min-width: 992px) {
  .popup-footer .logo-dark {
    display: none;
  }

  .popup-footer .logo-light {
    display: block;
  }
}

.sustainable_future .popup-contents .image-cont img {
    max-width: 280px;
}

.cta-btn-wrapper{
	text-align:center;
	padding:10px 0px;
}

/*pop for online scam notification changes*/
#popup-widget .popup-contents {
	xbackground-color:#fff;
}

#popup-widget .popup-text{
	padding:30px 20px 20px 20px;
	background-color:#fff;
	margin-top:25px;
	border-radius: 6px;
	font-family: agenda-light;
}

.cta-btn-wrapper{
	padding:0;
}

.btn-1{
	margin:10px 0 0px;
}

.free-text p {
    font-family: "Open Sans", Arial, sans-serif;
    color: #333;
    line-height: 1.5em;
}

#popup-widget .popup-wrapper{
	height:100%;
}