.nav-dwn { margin-top: 3px;}

.notebox{margin: -10px 0 0 0;}

.bgwfh{
	background: #ffedc2
}
.bgwfh .bnr-head{
	font-weight: bold;
	font-size: 26px;
	line-height: 40px;
	color: #000;
	width: 100%;
	margin: 0 !important;
}
.bgwfh .bantxt{
	width: 50%;
	display: inline-block;
	vertical-align: middle;
}

.bgwfh .banImg{
	width: 43%;
	display: inline-block;
	vertical-align: middle;
	padding-top: 12px;
	padding-bottom: 12px;
}
@media (max-width: 1023px){
	.bgwfh .bantxt{
		width: 55%;
		padding-left: 20px;
	}
	.bgwfh .banImg{
		width: 37%;
		margin-top: 30px;
	}
	.bnr-head{
		font-size: 24px !important;
	}
}
.bgwfh .banImg img{
	width: 100%;
	margin-right: 0;
}

.wam-form {
  width: 530px;
  margin: 0 auto;
  margin-top: 19px;
  display: table;
  width: 100%;
}
.wam-form ul {
  margin: 0;
  padding: 0;
}
.wam-form ul li {
  list-style-type: none;
  float: left;
  background: #fff;
}
.wam-form ul li:nth-child(1) {
  width: 220px;
  border: 1px solid #000;
  border-right: 0;
  border-radius: 2.5px 0 0 2.5px;
  position: relative;
}
.wam-form ul li:nth-child(1) span {
  position: absolute;
  background-size: 389px;
  width: 23px;
  height: 15px;
  padding-right: 20px;
  margin: 15px 0 0 10px;
  z-index: 99;
  background-position: 0 -272px;
}
.wam-form ul li:nth-child(1) input {
  font-size: 16px;
  position: relative;
  border-radius: 15px;
}
.wam-form ul li:nth-child(1) input::placeholder {
  color: #889196;
}
.wam-form ul li:nth-child(1) span.sep {
  content: '';
  width: 1px;
  height: 20px;
  position: absolute;
  background: #ccc;
  top: 10px;
  right: 0px;
  display: inline-block;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 567px) {
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wam-form ul li:nth-child(1) {
    width: 175px;
  }
}
@media screen and (max-width: 767px) {
  .wam-form ul li:nth-child(1) {
    width: 200px;
  }
}
@media screen and (max-width: 567px) {
  .wam-form ul li:nth-child(1) {
    width: calc(100% - 150px);
  }
}
@media screen and (min-width: 320px) and (max-width: 400px) {
  .wam-form ul li:nth-child(1) {
    width: calc(100% - 77px);
  }
}
.wam-form ul li input {
  width: 100%;
  height: 40px;
  border: 0;
  padding: 0 13px;
  box-sizing: border-box;
  font-size: 15px;
  outline: none;
  color: #6c6c6c;
  background: none;
  font-family: proxima_nova_rgregular;
}
.wam-form ul li input::-webkit-input-placeholder {
  /* Edge */
  color: #6c6c6c;
}
.wam-form ul li input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #6c6c6c;
}
.wam-form ul li input::placeholder {
  color: #6c6c6c;
}
@media screen and (max-width: 567px) {
  .wam-form ul li input {
    border-radius: 0 !important;
  }
}
.wam-form ul li:nth-child(2) {
  min-width: 41px;
  width:auto;
  border: 1px solid #000;
  border-left: 0;
  border-right: 0;
  position: relative;
  background: none;
}
.wam-form ul li:nth-child(2):before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #6c6c6c;
  right: 6px;
	top: 50%;
	transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .wam-form ul li:nth-child(2) {
    width: auto;
  }
}
@media screen and (max-width: 567px) {
}
.wam-form ul li select {
  width: 100%;
  height: 40px;
  border: 0;
  padding: 0 10px;
  box-sizing: border-box;
  border-radius: 0;
  font-size: 15px;
  outline: none;
  background: #fff;
  margin: 0;
  background: none;
  z-index: 9;
  position: relative;
  color: #6c6c6c;
  font-size: 16px;
  opacity: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  font-family: proxima_nova_rgregular;
}


.wam-form ul li select#MECountryListing {
   position: absolute;
   top: 0;
   left: 0;
}

@media screen and (max-width: 767px) {
  .wam-form ul li select {
    width: 50px;
  }
}
.wam-form ul li select#country_state {
      color: #000;
    opacity: 1;
    width: 100px;
    background: #fff;
    font-size: 13px;
    border: 1px solid #dedede;
    border-radius: 2.5px;
    position: absolute;
    margin: 0;
    left: 0;
    margin-top: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wam-form ul li select#country_state {
    width: auto;
    left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .wam-form ul li select#country_state {
    position: static;
    width: 100px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    border-radius: 0;
    border: none;
    margin-top: -1px;
  }
}
@media screen and (min-width: 320px) and (max-width: 400px) {
  .wam-form ul li select#country_state {
    position: absolute;
    right: 0;
    left: -50px;
    top: -43px;
    height: 40px;
    border-bottom: #e8e8e8 solid 1px;
  }
}
.wam-form ul li:nth-child(3) {
  border: 1px solid #000;
  border-radius: 0 3px 3px 0;
  width: 180px;
}
@media screen and (max-width: 567px) {
  .wam-form ul li:nth-child(3) {
    width: calc(100% - 100px);
    margin-top: 8px;
  }
}
@media screen and (min-width: 320px) and (max-width: 400px) {
  .wam-form ul li:nth-child(3) {
    width: 100%;
  }
}
.wam-form ul li input[type="submit"] {
  background: #000;
  color: #fff;
  padding: 0 25px;
  cursor: pointer;
  font-weight: normal;
  text-transform: capitalize;
  height: 40px;
  border: 0;
  outline: none;
  border-radius: 0 2.5px 2.5px 0;
  transition: all 0.5s ease;
  font-family: proxima_nova_rgregular;
}
.wam-form ul li input[type="submit"]:hover {
  background: #333;
  transition: all 0.5s ease;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wam-form ul li input[type="submit"] {
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .wam-form ul li input[type="submit"] {
    padding: 0 18px;
  }
}
.wam-form ul li:nth-child(4) {
  background: none;
  width: 100%;
  margin-top: 5px;
  border: 0;
  font-family: proxima_nova_rgregular;
  font-size: 12px;
}
.dwn-priv{
	color: #000;
	font-family: 'Open Sans',sans-serif;
}
.wam-form ul li:nth-child(4) .dwn-priv a {
  color: #3f8cd0;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .wam-form ul li:nth-child(4) .dwn-priv {
    width: 415px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 567px) {
  .wam-form ul li:nth-child(4) .dwn-priv {
    width: calc(100% - 150px);
  }
}
@media screen and (min-width: 320px) and (max-width: 400px) {
  .wam-form ul li:nth-child(4) .dwn-priv {
    width: 100%;
  }
  
  .wam-form ul li select#country_state {
       left: -48px !important;
  }
}
@media screen and (max-width: 767px) {
  .wam-form ul li:nth-child(4) #meGDPRMessage {
    width: 450px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 567px) {
  .wam-form ul li:nth-child(4) #meGDPRMessage {
    width: calc(100% - 100px);
  }
}
@media screen and (min-width: 320px) and (max-width: 400px) {
  .wam-form ul li:nth-child(4) #meGDPRMessage {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wam-form ul li {
    float: none;
    display: inline-block;
    margin-left: -5px;
	vertical-align: middle;
  }
}
@media screen and (max-width: 567px) {
  .wam-form ul li {
    border-radius: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .wam-form ul {
    text-align: center;
  }
}
@media screen and (max-width: 567px) {
  .wam-form {
    display: block;
  }
}
.errMsg {
  display: none;
  font-size: 12px;
  position: absolute;
  margin-top: -20px;
  margin-left: 0;
  line-height: 18px;
  color: red;
}
.errMsg2 {
  display: none;
  font-size: 12px;
  position: absolute;
  margin-top: -20px;
  margin-left: 0;
  line-height: 18px;
  color: red;
}
.errMsg3 {
  display: none;
  font-size: 12px;
  position: absolute;
  margin-top: -20px;
  margin-left: 0;
  line-height: 18px;
  color: red;
}
.errMsg4 {
  display: none;
  font-size: 12px;
  position: absolute;
  margin-top: -20px;
  margin-left: 0;
  line-height: 18px;
  color: red;
}
.selectedCountry {
  position: relative;
  color: #6c6c6c;
  font-size: 16px;
  background: #fff;
  width: auto;
  margin: 0;
  height: 40px;
  text-align: left;
  line-height: 39px;
  padding:0 11px;
  padding-right: 15px;
}
#meGDPRMessage{
	margin-left: 0;
	color: #000;
}
.wfh-popup #meGDPRMessage{
	width: 100%;
}
.wfh-popup{
	max-width: 350px;
	background: #ffedc2;
	text-align: center;
	padding: 24px;
	box-shadow: 0px 0px 68px 0px rgba(0, 0, 0, 0.34);
	position: fixed;
    top: 180px;
    right: 110px;
    z-index: 99;
    box-sizing: border-box;
    display: none;
}
@media (max-width: 767px){
	.wfh-popup{
		display: none !important;
	}
}
.wfh-tnk{
	display: none;
}
.wfh-close{
	position: absolute;
    right: 16px;
    top: 15px;
    font-size: 30px;
    font-weight: 100;
    color: #000;
    cursor: pointer;
}
.wfh-popup img{
	width: 74%;
}
.wfh-popup p{
	font-family: proxima_nova_rgregular;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #000
}
.wfh-popup-head{
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	margin-top: 15px;
	color: #000
}
.wfh-popup-head span{
	font-size: 20px;
}
.wfh-popup .wam-form ul{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.wfh-popup .wam-form ul li:nth-child(1){
	width: auto;
	min-width: 200px;
}
.wfh-popup .wam-form ul li:nth-child(2){
	border-right: 1px solid #000;
	border-radius: 0 2.5px 2.5px 0;
}
.wfh-popup .selectedCountry{
	border-radius: 2.5px;
}
.wfh-popup .wam-form ul li:nth-child(3){
	border-radius: 3px;
	margin-top: 15px;
}
.wfh-popup .dwn-priv{
	color: #434343;
}
