html, body{
  margin: 0;
  padding: 0;
  height: 100%;
}

*{
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
}

*, *:before, *:after{
  box-sizing: border-box;
}

body{
  width: 100%;
	background-color: #666666;
	padding: 0;
	margin: 0;
  line-height: 1.42857;
  color: #666666;	
}

nav{
	background-color: #d22630;
	width: 100%;
	height: auto;
}


.navcontent, .footercontent{
  max-width: 1200px;
  padding-right: 1%;
  padding-left: 1%;  
  margin: 0 auto;
  height: 146px;
  padding-bottom: 0;
}

.logocontainer{
  float: left;
  width: 30%;
}

.logo-rl{
  fill: #ffffff;
}

#logo{
	float: left;
	margin-top: 45px;
  margin-left: 2%;
  width: 180px; 
  height: 50px;
}

#logo:hover .logo-360, #logo:focus .logo-360{
  fill: #ffffff;
}

.hidden {
  display: none;
}

p.staffnavtext{
color: #003766;
font-weight: bold;
}

p.staffnavtext a{
  text-decoration: none;
  color: #003766;  
}

p.staffnavtext a:hover{
  text-decoration: underline;
}


/****** BUTTONS ****/


.buttonhuge, .buttonlarge, .buttonmedium, .buttonsmall{
	background-color: #666666;
	color: #ffffff;
  margin-top: 0;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  text-decoration: none;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #666666;
  padding: 6px 12px;
  font-size: 0.9rem;
  line-height: 1.42857;
  border-radius: 4px;
  -ms-user-select: none;
   user-select: none;
}

.buttonlarge:hover, .buttonlarge:focus{
  background-color: #137AC1;
  border: 1px solid #137AC1;
  color: #ffffff;
}

.buttoncontainer{
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.buttonsmall{
  width: 140px;
}

.buttonmedium{
  width: 146px;
  padding-top: 9px;
  padding-bottom: 9px;
}

.buttonhuge{
  width: 100%;
  max-width: 400px;
  height: 80px;
  padding-top: 25px;
  margin: 0 auto;
  display: block;
  font-size: 1.2rem;
  text-wrap: auto;
}

.white{
  display: block;
  width: 80%;
  background-color: #ffffff;
  border: 1px solid #137AC1;
  color: #137AC1;
  padding: 20px;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  white-space: normal;
}

.red{  
  background-color: #d22630;
  border: 1px solid #d22630;
}

.red:hover, .red:focus{
  background-color: #AF2028;
  border: 1px solid #AF2028;
}

.darkblue{
  text-transform: unset;
  font-weight: 600;
  font-size: 14px;  
  background-color: #137AC1;
  border: 1px solid #137AC1;
}

.darkblue:hover, .darkblue:focus{
  background-color: #1C578F;
  border: 1px solid #1C578F;  
}

.grey:hover, .grey:focus{
  background-color: #555555;
  border: 1px solid #555555;
}


.svg-rightarrow{
  fill: #fff;
  height: 10px;
  width: 8px;
  transform: rotate(180deg);
  margin-top: 4px;
  margin-right: 6px;
}

.addfield{
  width: 100%;
  border: 1px dashed #d22630;
  background-color: #ffffff;
  margin-bottom: 40px;
  color: #d22630;
  height: 40px;
  font-weight: 600;
  cursor: pointer;
}

.addfield:hover{
  background-color: #d22630;
  border: 1px dashed #d22630;
  color: #ffffff;
}

.additionalpolnum .delete{
  position: relative;
  float: right;
}

.additionalpolnum .delete svg{
content: "";
position: absolute;
top: 10px;
right: 5px;
bottom: 0;
width: 20px;
}

.svg-cross{
  width: 20px;
  height: 20px;
  fill: #C0C5CA;
}

.svg-cross:hover{
  fill: #137AC1;
}


/***** PROGRESS BAR ***/

.progressbar{
  width: 560px;
  height: 120px;
  padding: 60px;
  padding-left: 0px; /*mobile 150px */
  padding-right: 0px;
  margin: 0 auto;
  position: relative;
}

.circlecontainer {
  position: relative;          
  display: inline-block;  
  width: 100%;     
}

.circle{
  width: 37px;
  height: 37px;
  float: left;
  margin-left: 80px; /*mobile 20px*/
  text-align: center;
  padding-top: 3px;
  padding-left: 1px;
  background-color: #C0C5CA;
  border-radius: 50px;
  border: 4px solid #ffffff;
  color: #ffffff;
  font-weight: bold;
}

.current{
  background-color: #d22630;
}

.circleline1, .circleline2, .circleline3{
  position: absolute;
  top: 16px;
  left: 112px;
  width: 96px;
  height: 5px;
  z-index: -1;
  background-color: #fff;
}

.circleline2{
  left: 225px;
}

.circleline3{
  left: 340px;
}

.currentline{
  z-index: 0;
  background-color: #d22630;
}

.circletext span:first-child{
  margin-left: -10px;
}

.circletext span:nth-child(2){
  margin-left: -24px;
}

.circletext span:nth-child(3){
  margin-left: -20px;
}

.circletext span:nth-child(4){
  margin-left: -20px;
}

.circletext{
width: 100%;
text-align: center;
}

.circletext span{
   color: #C0B8B0;
   font-size: 14px;
   display: inline-block;
   width: 24%;
}

.completedtext{
  color: #333f48 !important;
  font-weight: bold;
}


/**** PROGRESS BAR END ******/


.mainarea{
  width: 100%;
  background-color: #e7e7e7;
  float: left;
}

.contentarea{
  max-width: 1191px;
  margin: 0 auto;
  padding-left: 2%;
  padding-right: 2%;
}

.clear10{
  clear: both;
  height: 10px;
}

.clear20{
  clear: both;
  height: 20px;
}

.clear25{
  clear: both;
  height: 25px;
}

.clear30{
  clear: both;
  height: 30px;
}

.clear40{
  clear: both;
  height: 40px;
}

.mobileclear{
  display: none;
}


.largewhitebox, .whitebox, .whiteboxinside, .whiteboxwelcome{
  background: #FFFFFF;
  border-radius: 10px;
  width: 560px;
  height: auto;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
}

.largewhitebox{
  width: 98%;  
  overflow: auto;
  margin-left: 1%;
  margin-right: 1%;
}

.largecontentinside{
  padding: 30px; 
  width: 100%;
}

.largecontentinside50{
  width: 49.8%;
  padding: 30px;  
  float: left;
}

.whiteboxwelcome{
  width: 49%;
  float: left;
  margin-bottom: 50px;
  text-align: center;
  margin-right: 2%;
}

.card50{
  float: left;
  width: 45%;
}

table{
  width: 100%;
}


table p{
  margin-top: 5px;
  margin-bottom: 5px;
}

tr.space{
 height: 20px;
}

.rightborder{
  width: 0.1em;
  position: absolute;
  height: 80%;
  left: 49.9%;
  margin-top: 100px;
  background-color: #d22630;
}

.whitecontent, .whitecontentinside{
  width: 100%;
  height: auto;
  padding: 40px;
}

.whitecontentinside{
  padding-top: 15px;
}

h1{
  color: #333f48;
  font-size: 1.4em;
  font-weight: 300;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 0px;
  text-align: center;
  position: relative;
}

h1.insideheading{
  padding-bottom: 0px;
}

.largecontentinside h1{
/*  text-align: left;*/
}

p.formtext{
  /*color: #003766;*/
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}

.line{
  width: 100%;
  border-bottom: 2px solid #d22630;
  margin-bottom: 30px;
  display: block;
  margin: 0 auto;
}

.formarea{
  width: 80%;
  margin: 0 auto;
  padding-top:40px;
}

label, p.detailheading {
  display: block;
}

p.detailheading{
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 700;
}

p.detail{
  color: #000000;
  margin: 0px;
}


p.largerinsidetext{
  font-size: 22px;
  font-weight: bold;
}

p.aboveform{
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
}

.inputtext{
  width: 100%;
  height: 40px;
  margin-bottom: 40px;
  border: 1px solid #C0B8B0;
}

.inputtext:hover, .inputtext:focus{
  border: 1px solid #666666;
}

.inputtext::placeholder{
  text-align: center;
}

input[type="checkbox"] {
border: 2px solid #003766;
width: 20px;
height: 20px;
margin-top: 1px;
margin-right: 7px;
float: left;
}

input[type="radio"] {
  -ms-transform: scale(1.5); 
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.inputtext#cvc{
  width: 67%;
  margin-right: 5%;
}

svg.inputicon{
  float: right;
  width: 28%;
}

.card50 .errortext{
  text-align: left;
}

.importantnotes{
  width: 100%;
  height: 240px;
  margin-bottom: 40px;
  padding: 10px;
  overflow: auto;
  border: 1px solid #C0B8B0;
  color: #000000;
}

#redcardContainer{
  position: relative;
  height: 100%;
  width: 100%;
}

#redCard{
  display: block; 
  position: relative;
  margin: 0 auto;  
  max-width: 100%;
  height: 100%;
}

#redcardContainer svg{
  width: 100%;
}

#cardNumber{
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIxNyIgdmlld0JveD0iMCAwIDIxIDE3IiBmaWxsPSJub25lIj4NCjxwYXRoIGQ9Ik0xIDUuMjg1NzFIMjBNNS4yMjIyMiA5LjU3MTQzSDguMzg4ODlNMSAxSDIwVjEzLjg1NzFDMjAgMTQuNDI1NSAxOS43Nzc2IDE0Ljk3MDUgMTkuMzgxNyAxNS4zNzI0QzE4Ljk4NTggMTUuNzc0MiAxOC40NDg4IDE2IDE3Ljg4ODkgMTZIMy4xMTExMUMyLjU1MTIxIDE2IDIuMDE0MjQgMTUuNzc0MiAxLjYxODMzIDE1LjM3MjRDMS4yMjI0MiAxNC45NzA1IDEgMTQuNDI1NSAxIDEzLjg1NzFWMVoiIHN0cm9rZT0iI0Q5RDlEOSIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPg0KPC9zdmc+) no-repeat 96% 50%;
  background-size: 20px 20px;
  background-position: 5px right;
  background-repeat: no-repeat;
}

.cclogo{
  display: none;
  position: absolute;
  z-index: 1; 
  top: 185px; 
  left: 330px;
}

.duplicatecarddetails{
  position: absolute;
  background-color: #d22630;
  caret-color: transparent;
  border: 0;
  z-index: 1; 
}

.duplicatecarddetails:hover, .duplicatecarddetails:focus{
  border: 0;
}  

.duplicatecarddetails:disabled{
  color: #ffffff;
}  

.duplicatecarddetails::placeholder{
  color: #ffffff;
  text-align: left;
}  

#duplicateNumber{
  top: 133px; 
  left: 280px;  
  width: 100px;
  font-size: 1.2em;
  margin-bottom: 0px;
}

.duplicateExpiry{
  position: absolute;
  display: flex;
  flex-basis: 33.3333%;
  flex-grow: 1;
  flex-direction: row;
  justify-content: flex-start;
  top: 173px; 
  left: 98px; 
  width: max-content;
  height: 20px;
  z-index: 1;
  background-color: #d22630;
  color: #ffffff;
}

#duplicateExpiryMonth, #duplicateExpiryYear{
  position: relative;
  font-size: 0.9em;
  width: 30px;
  height: 22px;   
}

#duplicateCvc{
  top: 175px; 
  left: 180px; 
  width: 50px;
  height: 22px;
}

#duplicateName{
  top: 200px; 
  left: 98px;  
  height: 22px;
  width: 250px;
}

#amexAdvisory{
  display: none;
}

textarea{
  resize: none;
  padding: 10px;
}

.dropdown, .dobdropdown{
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSI2LjE4IiB2aWV3Qm94PSIwIDAgMTAgNi4xOCI+PHBhdGggZD0iTTEuMTgsMCw1LDMuODIsOC44MywwLDEwLDEuMTdsLTUsNS01LTVaIiBzdHlsZT0iZmlsbDojMDAzNzY2Ii8+PC9zdmc+) no-repeat 96% 50%;
  -moz-appearance: none; 
  -webkit-appearance: none; 
  appearance: none;
  width: 100%;
  height: 40px;
  margin-bottom: 40px;
  border: 1px solid #C0B8B0;
  padding: 4px;
}

.dobdropdown{
  width: 32.5%;
}

.expirydropdown{
  width: 47%;
  float: left;
  margin-right: 3%;
}

.dropdown::-ms-expand, .dobdropdown::-ms-expand {
    display: none;
}


.error, input:invalid:not(:focus) { 
  border:2px solid #E42B20;
  background-color: #FFE4E4;
}  

input:invalid:not(:focus) + .errortext {display:block;}

input.error + .errortext {display:block;}

textarea:invalid:not(:focus) + .errortext {display:block;}

textarea.error + .errortext {display:block;}

select:invalid:not(:focus) + .errortext {display:block;}

select.error + .errortext {display:block;}

.errortext{
  display: none;
  color: #E42B20;
  margin-top: -35px;
  font-size: 15px;
  text-align: right;
}

.g-recaptcha{
  margin: 0 auto;
  margin-bottom: 30px;
}

.g-recaptcha div{
  margin: 0 auto;
}

.grecaptcha-badge {
   visibility: hidden;
}


/***** FOOTER ***/

.topfooterarea{
  background-color: #000000;
  height: 58px;
  width: 100%;
  margin-top: 100px;
}

.bottomfooterarea{
  background-color: #666666;
  height: 121px;
  width: 100%;  
  text-align: left;
  padding-top: 37px;
}

.bottomfooterarea a, .bottomfooterarea p{
  color: #ffffff;
  font-size: 13px;
  text-decoration: none;
  text-align: right;
}

.footercontent{
  padding-left: 2%;
  padding-right: 2%;
  height: auto;
}

.bottomfooterarea img{
  float: left;
}

.footercontent .logo-rl{
  fill: #d22630;
}

.footercontent .logo-360{
  fill: #ffffff;
}

.copyright{
  text-align: right;
}

.bottomfooterarea a:hover, .bottomfooterarea a:focus{
  text-decoration: underline;
}

.bottomfooterarea p{
  padding-bottom: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
}



/********* MOBILE CSS *******/

@media only screen and (max-width: 660px){
  .paymentlogoscontainer{
    margin-top: 20px;

  }

  .paymenttypestext{
    margin-bottom: 0px;
    flex-basis: 100%;  
    text-align: right;
    margin-right: 28px;
  }


.whiteboxwelcome{
  width: 96%;
  margin-left: 2%;
  margin-bottom: 0px;
}
}

@media only screen and (max-width: 560px){


  .navcontent{
    height: 95px;
  }

  #logo{
    margin-top: 10px;
  }
  
  #logo svg{
    width: 120px;
    height: 50px;
    margin-top: 10px;
  }

  .paymentlogoscontainer{
    margin-top: 10px;
  }

  .paymenttypestext{
    margin-bottom: 0px;
    margin-right: 5px;
    font-size: 10pt;
  }

  svg.visalogo{
   width: 55px;
   height: 25px;
   margin-top: -10px;
  }

  svg.mclogo{
   width: 40px;
   height: 50px;
   margin-right: 0px;
   margin-top: -10px;
  }

  .whitebox, .progressbar{
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    padding: 0px;

  }

  .progressbar{
    width: 96%;
    height: 40px;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
  }

  .circlecontainer{
    width: unset;
    margin: 0 auto;
    display: inline-block;
  }

  .circleline1, .circleline2, .circleline3{
    display: none;
  }

  .circle{
    margin-left: 20px;
  }

  .circle:first-child{
    margin-left: 0px;
  }

  .circletext{
    display: none ;
  }

  .formarea{
    width: 100%;
  }

  .white{
    width: 100%;
  }

  .largecontentinside50{
    width: 100%;
  }

  .rightborder{
    display: none;
  }

  input[type="checkbox"] {
    margin-bottom: 50px;
  }

  .dobdropdown{
  width: 32.1%;
  }

 p.aboveform{
  margin-left: 0;
  margin-right: 0;
}

.buttonsmall{
  margin-bottom: 10px;
}

.mobileclear{
  display: block;
  height: 20px;
  clear: both;
}

.mobilecontent{
  padding: 20px;
}

.bottomfooterarea{
  padding-top: 27px;
}

.footercontent a, .footercontent p{
  width: 100%;
  text-align: left;
}

.copyright{
  text-align: left;
}

#redcardContainer{
  margin-top: -40px;
}

#duplicateNumber{
  font-size: 1em;
  width: 70px;
  top: 43.5%; 
  left: 57.6%;
}

.duplicateExpiry{
  font-size: 0.8em;
  width: 80px;
  top: 52%; 
  left: 14%; 
}

#duplicateExpiryMonth, #duplicateExpiryYear{
  font-size: 0.8em;
}

#duplicateCvc{
  font-size: 0.8em;  
  top: 52%; 
  left: 38%; 
}

#duplicateName{
  font-size: 0.8em;
  width: 160px;
  height: 15px;
  top: 60%;
  left: 14%; 
}

.cclogo{
  width: 50px;
  height: 34px;
  top: 56%;
  left: 70%; 
}  

#sp-container{
  padding-top: 0px;
  margin-top: -30px;
}

}

@media only screen and (max-width: 490px){
  .card50{
    width: 100%;
   } 

   .expirydropdown{
    width: 49%;
    margin-right: 0%;
   }

   #expiryMonth{
    margin-right: 2%;
   }

}



@media only screen and (max-width: 330px){
  .paymenttypestext{
    display: none;
   } 

  .paymentlogoscontainer{
    margin-top: 50px;
  }
}


/**************** COOKIE POPUP ********************************/

.cc-cookies, .cookie-alert{
    display: none !important;
}


.privacypolicies-com---nb-interstitial{
    width: 968px !important;
    position: fixed !important;
    margin: 0 auto !important;
    margin-top: 17% !important;
    top: unset !important;
    border-radius: 20px;
}

.privacypolicies-com---pc-dialog{
    margin-top: 5% !important;
}

.privacypolicies-com---nb .cc-nb-main-container{
    padding :3rem !important;
}

.cc-nb-content-container{
  display: flex !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: -o-flex !important;
  -ms-flex-pack: justify !important;
  -ms-flex-pack: center !important; 
}

.cc-nb-text-container{
    display: flex !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: -o-flex !important;  
    flex-direction: row !important;
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -o-flex-direction: row !important;   
    -ms-flex-direction: row !important; 
    justify-content: flex-start !important; 
    -webkit-justify-content: flex-start !important;    
    -ms-flex-pack: start !important; 
    width: 80% !important;
}


.cc-nb-buttons-container{
    display: flex !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: -o-flex !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
    -webkit-flex-direction: row !important;
    -webkit-justify-content: flex-end !important;
    -webkit-align-items: center !important;
    -ms-flex-direction: row !important;
    -ms-flex-align: center !important;
    margin-top: -25px !important;  
}


.cc-cp-foot-save{
    height: 37px !important;
}

.cc-cp-foot .cc-pc-head-close{
    font-size: 1.4rem;
}

@media only screen and (max-width: 1100px)
 {
.privacypolicies-com---nb-interstitial{
    width: 87% !important;
    margin-top: 20% !important;
  }

@media only screen and (max-height: 575.98px) and (orientation: landscape) 
 {
.privacypolicies-com---nb-interstitial{
    margin-top: 5% !important;
  }
}

@media (min-width: 48em) and (max-width: 64em) and (orientation: landscape) {

  .privacypolicies-com---pc-dialog{
    max-height: 100%;
    overflow-y: scroll;
    border-radius: 0px !important;
    margin-top: 0% !important;
}
}



@media (max-width: 767px) {
.privacypolicies-com---nb-interstitial{
    width: 90% !important;
    position: fixed !important;
    margin: 0 auto !important;
    margin-top: 35% !important;
    top: unset !important;
    border-radius: 20px;
}


.cc-nb-content-container{
  display: flex;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: -o-flex !important;
  -ms-flex-pack: justify !important;
  -ms-flex-pack: center !important; 
  flex-wrap: wrap !important;
  align-items: center;
  justify-content: center;
  /*grid-row-gap: 2rem; 
  row-gap: 2rem;*/
}


.cc-nb-text-container{
    display: flex !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: -o-flex !important;  
    flex-direction: row !important;
    -webkit-flex-direction: row !important;
    -moz-flex-direction: row !important;
    -o-flex-direction: row !important;   
    -ms-flex-direction: row !important; 
    justify-content: flex-start !important; 
    -webkit-justify-content: flex-start !important;    
    -ms-flex-pack: start !important; 
    width: 100% !important;
}

.privacypolicies-com---nb .cc-nb-text{
    width: 100% !important;
    margin-right: 0 !important;
}

.cc-nb-buttons-container{
    display: flex !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flexbox !important;
    display: -o-flex !important;
    flex-direction: row !important;
    justify-content: flex-end !important;
    -webkit-flex-direction: row !important;
    -webkit-justify-content: flex-end !important;
    -webkit-align-items: center !important;
    -ms-flex-direction: row !important;
    -ms-flex-align: center !important;
     margin-top: 10px !important;  
}


  .privacypolicies-com---pc-dialog{
    max-height: 100%;
    overflow-y: scroll;
    border-radius: 0px !important;
    margin-top: 0% !important;
}  


@media only screen and (max-height: 575.98px) and (orientation: landscape) 
 {
.privacypolicies-com---nb-interstitial{
    margin-top: 2% !important;
  }

  .privacypolicies-com---pc-dialog{
    margin-top: 0% !important;
  }

}



@media only screen and (max-width: 575.98px){
.cc-cp-foot .cc-pc-head-close{
    display: none !important;
}
}
