#stay-updated {
  /* modal */
}
#stay-updated #container {
  position: relative;
  width: 100%;
  height: auto;
}
#stay-updated #content {
  position: relative;
  z-index: 150;
  width: 100%;
  height: auto;
}
#stay-updated .content {
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
}
#stay-updated .content-inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
#stay-updated h1 {
  font-size: 34px;
  font-weight: 100;
  padding-left: 22px;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1500px) {
  #stay-updated h1 {
    font-size: 34px;
    line-height: 39px;
  }
}
@media (max-width: 1270px) {
  #stay-updated h1 {
    font-size: 31px;
    line-height: 35px;
  }
}
@media (max-width: 1023px) {
  #stay-updated h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  #stay-updated h1 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 12px 0;
  }
}
#stay-updated h2 {
  font-size: 18px;
  display: inline-block;
  margin-top: 32px;
  padding-top: 18px;
  padding-left: 10px;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fff;
  border-top: 1px solid #fff;
}
#stay-updated h3 {
  font-size: 40px;
  text-align: center;
  letter-spacing: 15px;
  text-transform: uppercase;
  color: #fff;
}
#stay-updated h4 {
  font-size: 12px;
  margin-top: 32px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}
#stay-updated p {
  font-size: 22px;
  line-height: 28px;
  width: 900px;
  height: auto;
  margin: auto;
  margin-top: 40px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  #stay-updated p {
    font-size: 18px;
    width: 100%;
  }
}
#stay-updated.overlay {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}
#stay-updated.overlay p,
#stay-updated.overlay .button {
  margin-top: 60px;
}
@media (max-width: 767px) {
  #stay-updated.overlay p,
  #stay-updated.overlay .button {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  #stay-updated.overlay p,
  #stay-updated.overlay .button {
    margin-top: 20px;
  }
}
#stay-updated .overlay-close {
  position: absolute;
  z-index: 800;
  top: 25px;
  right: 25px;
  overflow: hidden;
  width: 35px;
  height: 35px;
  text-indent: -1000pt;
  background-image: url(../images/x_2X.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 35px 35px;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/x_2X.png', sizingMethod='scale');
  -ms-filter: 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src=\'../images/x_2X.png\',sizingMethod=\'scale\')';
}
#stay-updated #stay-updated-form {
  width: 580px;
  height: 48px;
  margin: auto;
  margin-top: 60px;
}
@media (max-width: 767px) {
  #stay-updated #stay-updated-form {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  #stay-updated #stay-updated-form {
    margin-top: 20px;
  }
}
#stay-updated #stay-updated-input {
  font-size: 14px;
  float: left;
  box-sizing: border-box;
  width: 455px;
  height: 48px;
  padding: 12px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  outline: none;
  background: none;
}
@media (max-width: 767px) {
  #stay-updated #stay-updated-input {
    width: 275px;
  }
}
#stay-updated #stay-updated-confirmation {
  margin-top: 30px;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
}
#stay-updated #stay-updated-input.error {
  border: 1px solid red;
}
#stay-updated #stay-updated-button {
  display: block;
  float: left;
  width: 125px;
  height: 48px;
  text-decoration: none;
  background-color: #fff;
}
#stay-updated #stay-updated-button .text {
  font-size: 12px;
  display: inline-block;
  padding-top: 17px;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #2d2d2d;
}
#stay-updated #stay-updated-nav {
  margin-top: 30px;
}
#stay-updated #stay-updated-nav ul {
  margin: 0;
  padding: 0;
}
#stay-updated #stay-updated-nav ul li {
  font-size: 12px;
  display: inline-block;
  margin-left: 40px;
  white-space: nowrap;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}
#stay-updated #stay-updated-nav ul li:first-child {
  margin-left: 0;
}
#stay-updated #stay-updated-nav ul li a {
  padding-bottom: 2px;
  padding-left: 2px;
  text-decoration: none;
  color: #fff;
  border-bottom: 1px solid #fff;
}
#stay-updated #stay-updated-nav ul li a:hover {
  border-bottom: 0;
}
#stay-updated h1 {
  line-height: 60px;
}
@media only screen and (max-width: 960px) {
  #stay-updated h1 {
    line-height: 45px;
  }
}
@media only screen and (max-width: 767px) {
  #stay-updated h1 {
    line-height: 35px;
  }
}
@media only screen and (max-width: 480px) {
  #stay-updated h1 {
    line-height: 28px;
  }
}
#stay-updated #stay-updated-form {
  width: 457px;
}
#stay-updated #stay-updated-select {
  font-size: 14px;
  float: left;
  box-sizing: border-box;
  width: 455px;
  height: 48px;
  margin: 10px 0 0 0;
  padding: 12px 12px 12px 8px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  outline: none;
  background: none;
  background-image: url(../images/languageselector_ddarrow.png);
  background-repeat: no-repeat;
  background-position: 425px center;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#stay-updated #stay-updated-select::-ms-expand {
  display: none;
}
#stay-updated #stay-updated-select option {
  color: #333;
  background-color: #fff;
}
#stay-updated #stay-updated-select.error {
  border-color: red;
}
#stay-updated #stay-updated-button {
  display: block;
  float: left;
  clear: both;
  margin: 10px 0 0 0;
}
#stay-updated #stay-updated-confirmation {
  clear: both;
}
#stay-updated #stay-updated-confirmation {
  padding-top: 10px;
}
@media only screen and (max-width: 767px) {
  #stay-updated #stay-updated-form {
    width: 277px !important;
  }
  #stay-updated #stay-updated-select {
    width: 275px;
    background-position: 245px center;
  }
}
@media only screen and (max-width: 480px) {
  #stay-updated #stay-updated-form {
    width: 277px !important;
  }
  #stay-updated #stay-updated-input {
    width: 275px !important;
  }
}
