@charset "UTF-8";
.block--title {
  flex: 1 100%;
  text-align: center;
  margin-bottom: 2rem;
}
.block--subtitle {
  font-size: 2rem;
  font-weight: 300;
  margin: 0 auto 1.5rem;
}
.block--intro {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0 auto 2rem;
}
.block--row {
  padding: 3rem 0 6rem 0;
  margin: 0;
}
.block--container {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  align-content: space-between;
}
@media (min-width: 992px) {
  .block--container-wide {
    width: 1020px;
  }
}
@media (min-width: 1200px) {
  .block--container-wide {
    width: 1230px;
  }
}
.block--container-search {
  width: 90%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .block--container-search {
    width: 600px;
  }
}
@media (min-width: 992px) {
  .block--container-search {
    width: 900px;
  }
}
.block--container-search .dropdown-search__form {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  align-items: stretch;
}
@media (min-width: 560px) {
  .block--container-search .dropdown-search__form {
    flex-flow: row wrap;
  }
}
.block--container-search .dropdown-search__form .dropdown-search__select {
  flex: 0 100%;
  margin: 5px;
}
@media (min-width: 480px) {
  .block--container-search .dropdown-search__form .dropdown-search__select {
    flex: 1 40%;
  }
}
@media (min-width: 992px) {
  .block--container-search .dropdown-search__form .dropdown-search__select {
    flex: 1 0 20%;
  }
}
.block--container-search .dropdown-search__form .dropdown-search__select-long {
  flex: 1 100%;
}
@media (min-width: 992px) {
  .block--container-search .dropdown-search__form .dropdown-search__select-long {
    flex: 1 0 25%;
  }
}
.block--container-search .dropdown-search__form .dropdown-search__btn {
  flex: 0 50%;
  min-width: 160px;
  margin: 5px auto;
}
@media (min-width: 992px) {
  .block--container-search .dropdown-search__form .dropdown-search__btn {
    flex: 1 0 15%;
  }
}
.block--container-search .dropdown-search__form .dropdown-search__btn .btn {
  width: 100%;
  margin: 0;
  line-height: 1.15;
}
@media (max-width: 767px) {
  .block--container {
    padding-right: 8vw;
    padding-left: 8vw;
    margin-right: auto;
    margin-left: auto;
  }
}
.block--container .btn--red-roundcorner {
  border-radius: 50px;
  padding: 0.8rem 40px;
  font-weight: 500;
  color: #FFF;
  text-transform: inherit;
}
.block--container .btn--red-roundcorner:visited {
  background-color: #DA1F26;
  color: #FFF;
}
.block--container .btn--red-roundcorner:hover, .block--container .btn--red-roundcorner:active {
  background-color: #FFF;
  color: #DA1F26;
}
.block--container .block--col4 {
  flex: 1 0 calc(99% - 20px);
  margin: 10px 10px 4rem 10px;
  /* space for tagline */
}
.block--container .block--col4:after {
  content: "";
  display: block;
  padding-bottom: 50%;
}
@media (min-width: 768px) {
  .block--container .block--col4 {
    flex: 1 0 calc(49% - 20px);
    /* 2 col */
  }
  .block--container .block--col4:after {
    padding-bottom: 100%;
    /* square */
  }
}
@media (min-width: 992px) {
  .block--container .block--col4 {
    flex: 1 0 calc(24% - 20px);
    /* 4 col */
  }
}
.block--container .block--col3 {
  flex: 1 0 calc(99% - 20px);
  margin: 10px;
}
.block--container .block--col3:after {
  content: "";
  display: block;
  padding-bottom: 60%;
  /* rectangle */
}
@media (min-width: 768px) {
  .block--container .block--col3 {
    flex: 1 0 calc(49% - 20px);
  }
  .block--container .block--col3:after {
    padding-bottom: 100%;
    /* square */
  }
}
@media (min-width: 992px) {
  .block--container .block--col3 {
    flex: 1 0 calc(30% - 20px);
  }
  .block--container .block--col3.colspan2-md {
    flex: 2 0 calc(60% - 20px);
  }
  .block--container .block--col3.colspan2-md:after {
    padding-bottom: 30%;
  }
}
.block--tile {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  /* overflow: hidden; */
  text-align: center;
}
.block--tile:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.block--tile:hover {
  cursor: pointer;
}
.block--tile:hover:before {
  background: rgba(0, 0, 0, 0.2);
}
.block--tile-textonlybox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  color: #ffffff;
  transform: translate(-50%, -50%);
}
.block--tile .textonlybox--tagline {
  position: absolute;
  top: calc(100% + 1rem);
  width: 100%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 400;
  pointer-events: none;
}
.block--tile-textbtnbox {
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  width: 95%;
  color: #ffffff;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .block--tile-textbtnbox {
    min-height: 30%;
    /* keep btn align */
  }
}
@media (min-width: 992px) {
  .block--tile-textbtnbox {
    min-height: 40%;
  }
}
@media (min-width: 1200px) {
  .block--tile-textbtnbox {
    min-height: 30%;
  }
}
.block--tile-textbtnbox h3 {
  margin-bottom: 0;
}
.block--tile-textbtnbox p {
  font-weight: 300;
}
.block--tile-textbtnbox .textbtnbox--btn {
  position: absolute;
  bottom: -70px;
  left: 45%;
  transform: translateX(-50%);
  width: auto;
  display: inline-block;
  min-width: 50%;
  max-width: 90%;
  font-size: 1.5rem;
  text-transform: inherit;
  border: 0;
}

.block__brochure {
  position: relative;
}
.block__brochure--subtitle {
  text-align: center;
}
.block__brochure__left-img {
  padding-bottom: 20px;
  width: 100%;
  max-width: 560px;
  margin: auto;
  display: block;
}
.block__brochure__right-content {
  padding: 10px 0 0;
}
@media (min-width: 992px) {
  .block__brochure__right-content {
    padding-top: 50px;
  }
}
.block__brochure__right-btn {
  text-align: center;
  display: flex;
  justify-content: center;
}
.block__brochure__right-btn .btn {
  flex: 0 0 40%;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .block__brochure__right-btn .btn {
    flex: 0;
  }
}

.block__map .explore-map {
  margin: 75px 0 20px;
  padding: 0 0 50px;
  background-color: #faf4f1;
  position: relative;
  /* Desktop */
}
.block__map .explore-map__head {
  padding-bottom: 25px;
}
.block__map .explore-map__title--h2 {
  font-weight: 300;
  margin: 0 0 1rem;
  color: #333333;
}
.block__map .explore-map__title--h3 {
  font-size: 14px;
  color: #999999;
  font-weight: normal;
}
.block__map .explore-map__title--h4 {
  font-size: 12px;
  color: #b3b3b3;
  margin: 4rem 0 0;
}
.block__map .explore-map__mobile-link {
  width: 100%;
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}
.block__map .explore-map__nav-tabs {
  width: 33rem;
  margin: 0 auto;
  border-bottom: 0;
}
.block__map .explore-map__nav-tab {
  position: relative;
}
.block__map .explore-map__nav-tab:after {
  -moz-transition: all 200ms cubic-bezier(1, 1.385, 0.475, 0.93);
  -o-transition: all 200ms cubic-bezier(1, 1.385, 0.475, 0.93);
  -webkit-transition: all 200ms cubic-bezier(1, 1.385, 0.475, 0.93);
  transition: all 200ms cubic-bezier(1, 1.385, 0.475, 0.93);
  width: 20%;
  height: 1px;
  display: block;
  content: "";
  background-color: #999999;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.block__map .explore-map__nav-tab:hover {
  cursor: pointer;
}
.block__map .explore-map__nav-tab:hover:after {
  width: 100%;
  background-color: #DA1F26;
}
.block__map .explore-map__nav-tab.active .explore-map__nav-tab-link {
  color: #DA1F26;
  border: 0;
  background-color: transparent;
}
.block__map .explore-map__nav-tab.active .explore-map__nav-tab-link:focus, .block__map .explore-map__nav-tab.active .explore-map__nav-tab-link:hover {
  color: #DA1F26;
  border: 0;
  background-color: transparent;
}
.block__map .explore-map__nav-tab.active:after {
  width: 95%;
  background-color: #DA1F26;
}
.block__map .explore-map__nav-tab-link {
  font-size: 24px;
  color: #999999;
  font-weight: 400;
  border: 0 !important;
  background: none !important;
}
.block__map .explore-map__nav-tab-link:focus {
  color: #DA1F26;
  background-color: transparent;
}
.block__map .explore-map__calendar {
  width: 100%;
  height: 55px;
  max-width: 800px;
  margin: 0 auto;
  border-bottom: 1px solid #87523D;
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
}
.block__map .explore-map__month {
  width: calc(100% / 12);
  height: 20px;
  position: relative;
  vertical-align: top;
  text-align: center;
}
.block__map .explore-map__month.active .explore-map__month-link {
  color: #AC8B73;
  transform: translateY(-1rem);
}
.block__map .explore-map__month-link {
  -moz-transition: all 200ms cubic-bezier(1, 1.385, 0.475, 0.93);
  -o-transition: all 200ms cubic-bezier(1, 1.385, 0.475, 0.93);
  -webkit-transition: all 200ms cubic-bezier(1, 1.385, 0.475, 0.93);
  transition: all 200ms cubic-bezier(1, 1.385, 0.475, 0.93);
  width: 100%;
  display: block;
}
.block__map .explore-map__month-link:hover .explore-map__month-name {
  color: #AC8B73;
  transform: translateY(-1rem);
}
.block__map .explore-map__month-name {
  -moz-transition: all 200ms cubic-bezier(1, 1.385, 0.475, 0.93);
  -o-transition: all 200ms cubic-bezier(1, 1.385, 0.475, 0.93);
  -webkit-transition: all 200ms cubic-bezier(1, 1.385, 0.475, 0.93);
  transition: all 200ms cubic-bezier(1, 1.385, 0.475, 0.93);
  font-size: 16px;
  display: block;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
}
.block__map .explore-map__month-icon {
  font-size: 20px;
  color: #c3a375;
  margin-top: -2px;
}
.block__map .explore-map__tab-pane {
  position: relative;
}
.block__map .explore-map__points {
  width: 500px;
  height: 500px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.block__map .explore-map__point-label {
  background-color: #FFF;
  padding: 0.25rem 1rem;
  margin-left: 25px;
  white-space: nowrap;
  position: absolute;
  box-shadow: 2px 5px 5px 0 rgba(0, 0, 0, 0.3);
  top: -4px;
}
.block__map .explore-map__point-label:before {
  width: 0;
  height: 0;
  content: "";
  display: block;
  border-top: 12px solid transparent;
  border-right: 10px solid #FFF;
  border-bottom: 12px solid transparent;
  position: absolute;
  left: -10px;
  top: 0;
}
.block__map .explore-map__point--left .explore-map__point-label {
  margin-left: 0;
  left: auto;
  right: 15px;
}
.block__map .explore-map__point--left .explore-map__point-label:before {
  display: none;
}
.block__map .explore-map__point--left .explore-map__point-label:after {
  width: 0;
  height: 0;
  content: "";
  display: block;
  border-top: 12px solid transparent;
  border-left: 10px solid #FFF;
  border-bottom: 12px solid transparent;
  position: absolute;
  right: -10px;
  top: 0;
}
.block__map .explore-map__point-au, .block__map .explore-map__point-nz {
  -moz-transition: all 200ms cubic-bezier(1, 1.385, 0.475, 0.93);
  -o-transition: all 200ms cubic-bezier(1, 1.385, 0.475, 0.93);
  -webkit-transition: all 200ms cubic-bezier(1, 1.385, 0.475, 0.93);
  transition: all 200ms cubic-bezier(1, 1.385, 0.475, 0.93);
  display: none;
  opacity: 0;
  width: 0;
  height: 20px;
  position: absolute;
  left: -18px;
  bottom: -14px;
}
.block__map .explore-map__point-au .hover-image, .block__map .explore-map__point-nz .hover-image {
  -moz-transition: all 200ms cubic-bezier(1, 1.385, 0.475, 0.93);
  -o-transition: all 200ms cubic-bezier(1, 1.385, 0.475, 0.93);
  -webkit-transition: all 200ms cubic-bezier(1, 1.385, 0.475, 0.93);
  transition: all 200ms cubic-bezier(1, 1.385, 0.475, 0.93);
  position: absolute;
  left: -16px;
  bottom: -13px;
  opacity: 0;
}
.block__map .explore-map__point-au:after, .block__map .explore-map__point-nz:after {
  display: block;
  content: "";
  color: #DA1F26;
  left: 0;
  top: 0;
  font-family: FontAwesome;
}
.block__map .explore-map__point-au:hover .hover-image, .block__map .explore-map__point-nz:hover .hover-image {
  opacity: 1;
}
.block__map .explore-map__point-au--palm-valley-2 {
  top: 150px;
  left: 280px;
}
.block__map .explore-map__point-au--alice-springs-town {
  top: 180px;
  left: 260px;
}
.block__map .explore-map__point-au--west-macdonnell-ranges {
  top: 155px;
  left: 114px;
}
.block__map .explore-map__point-au--valley-of-the-winds {
  top: 199px;
  left: 250px;
}
.block__map .explore-map__point-au--walpa-gorge {
  top: 203px;
  left: 100px;
}
.block__map .explore-map__point-au--kings-canyon {
  top: 184px;
  left: 119px;
}
.block__map .explore-map__point-au--kata-tjuta-the-olgas {
  top: 223px;
  left: 119px;
}
.block__map .explore-map__point-au--hunter-valley-wineries {
  top: 260px;
  left: 450px;
}
.block__map .explore-map__point-au--parliament-house {
  top: 343px;
  left: 340px;
}
.block__map .explore-map__point-au--sydney-harbour-bridge {
  top: 275px;
  left: 470px;
}
.block__map .explore-map__point-au--sydney-opera-house {
  top: 315px;
  left: 454px;
}
.block__map .explore-map__point-au--bondi-beach {
  top: 343px;
  left: 437px;
}
.block__map .explore-map__point-au--margaret-river-wineries {
  top: 321px;
  left: 54px;
}
.block__map .explore-map__point-au--uluru-ayers-rock {
  top: 218px;
  left: 236px;
}
.block__map .explore-map__point-au--75-mile-beach {
  top: 170px;
  left: 442px;
}
.block__map .explore-map__point-au--port-douglas {
  top: 118px;
  left: 392px;
}
.block__map .explore-map__point-au--cape-tribulation {
  top: 89px;
  left: 388px;
}
.block__map .explore-map__point-au--three-sisters {
  top: 189px;
  left: 296px;
}
.block__map .explore-map__point-au--barossa-wineries {
  top: 322px;
  left: 313px;
}
.block__map .explore-map__point-nz--bay-of-islands {
  top: 68px;
  left: 286px;
}
.block__map .explore-map__point-nz--coromandel {
  top: 110px;
  left: 313px;
}
.block__map .explore-map__point-nz--waitomo-caves {
  top: 150px;
  left: 306px;
}
.block__map .explore-map__point-nz--lake-taupo {
  top: 176px;
  left: 320px;
}
.block__map .explore-map__point-nz--napier {
  top: 190px;
  left: 346px;
}
.block__map .explore-map__point-nz--nelson {
  top: 239px;
  left: 264px;
}
.block__map .explore-map__point-nz--marlborough {
  top: 232px;
  left: 278px;
}
.block__map .explore-map__point-nz--kaikoura {
  top: 281px;
  left: 270px;
}
.block__map .explore-map__point-nz--punakaiki {
  top: 273px;
  left: 217px;
}
.block__map .explore-map__point-nz--franz-josef-glacier {
  top: 310px;
  left: 191px;
}
.block__map .explore-map__point-nz--lake-tekapo {
  top: 331px;
  left: 198px;
}
.block__map .explore-map__point-nz--southern-alps {
  top: 312px;
  left: 212px;
}
.block__map .explore-map__point-nz--mt-cook-national-park {
  top: 333px;
  left: 193px;
}
.block__map .explore-map__point-nz--queenstown {
  top: 355px;
  left: 159px;
}
.block__map .explore-map__point-nz--milford-sound {
  top: 339px;
  left: 142px;
}
.block__map .explore-map__point-nz--fiordland-national-park {
  top: 386px;
  left: 117px;
}
.block__map .explore-map__tab-content {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.block__map .explore-map__tab-content[data-month=jan] .explore-map__point-au--barossa-wineries, .block__map .explore-map__tab-content[data-month=jan] .explore-map__point-au--hunter-valley-wineries, .block__map .explore-map__tab-content[data-month=jan] .explore-map__point-au--margaret-river-wineries, .block__map .explore-map__tab-content[data-month=jan] .explore-map__point-au--uluru-ayers-rock, .block__map .explore-map__tab-content[data-month=jan] .explore-map__point-nz--fiordland-national-park, .block__map .explore-map__tab-content[data-month=jan] .explore-map__point-nz--franz-josef-glacier, .block__map .explore-map__tab-content[data-month=jan] .explore-map__point-nz--milford-sound {
  opacity: 1;
  display: block;
}
.block__map .explore-map__tab-content[data-month=feb] .explore-map__point-au--alice-springs-town, .block__map .explore-map__tab-content[data-month=feb] .explore-map__point-au--palm-valley-2, .block__map .explore-map__tab-content[data-month=feb] .explore-map__point-au--west-macdonnell-ranges, .block__map .explore-map__tab-content[data-month=feb] .explore-map__point-nz--bay-of-islands, .block__map .explore-map__tab-content[data-month=feb] .explore-map__point-nz--coromandel, .block__map .explore-map__tab-content[data-month=feb] .explore-map__point-nz--waitomo-caves {
  opacity: 1;
  display: block;
}
.block__map .explore-map__tab-content[data-month=mar] .explore-map__point-au--margaret-river-wineries, .block__map .explore-map__tab-content[data-month=mar] .explore-map__point-nz--fiordland-national-park {
  opacity: 1;
  display: block;
}
.block__map .explore-map__tab-content[data-month=apr] .explore-map__point-au--margaret-river-wineries, .block__map .explore-map__tab-content[data-month=apr] .explore-map__point-nz--fiordland-national-park {
  opacity: 1;
  display: block;
}
.block__map .explore-map__tab-content[data-month=may] .explore-map__point-au--75-mile-beach, .block__map .explore-map__tab-content[data-month=may] .explore-map__point-au--alice-springs-town, .block__map .explore-map__tab-content[data-month=may] .explore-map__point-au--blue-mountains, .block__map .explore-map__tab-content[data-month=may] .explore-map__point-au--cape-tribulation, .block__map .explore-map__tab-content[data-month=may] .explore-map__point-au--palm-vally-2, .block__map .explore-map__tab-content[data-month=may] .explore-map__point-au--phillip-, .block__map .explore-map__tab-content[data-month=may] .explore-map__point-au--port-douglas, .block__map .explore-map__tab-content[data-month=may] .explore-map__point-au--sydney-harbour-bridge, .block__map .explore-map__tab-content[data-month=may] .explore-map__point-au--uluru-ayers-rock, .block__map .explore-map__tab-content[data-month=may] .explore-map__point-nz--fiordland-national-park {
  opacity: 1;
  display: block;
}
.block__map .explore-map__tab-content[data-month=jun] .explore-map__point-au--margaret-river-wineries, .block__map .explore-map__tab-content[data-month=jun] .explore-map__point-nz--fiordland-national-park {
  opacity: 1;
  display: block;
}
.block__map .explore-map__tab-content[data-month=jul] .explore-map__point-au--margaret-river-wineries, .block__map .explore-map__tab-content[data-month=jul] .explore-map__point-nz--fiordland-national-park {
  opacity: 1;
  display: block;
}
.block__map .explore-map__tab-content[data-month=aug] .explore-map__point-au--margaret-river-wineries, .block__map .explore-map__tab-content[data-month=aug] .explore-map__point-nz--fiordland-national-park {
  opacity: 1;
  display: block;
}
.block__map .explore-map__tab-content[data-month=sep] .explore-map__point-au--margaret-river-wineries, .block__map .explore-map__tab-content[data-month=sep] .explore-map__point-nz--fiordland-national-park {
  opacity: 1;
  display: block;
}
.block__map .explore-map__tab-content[data-month=oct] .explore-map__point-au--margaret-river-wineries, .block__map .explore-map__tab-content[data-month=oct] .explore-map__point-nz--fiordland-national-park {
  opacity: 1;
  display: block;
}
.block__map .explore-map__tab-content[data-month=nov] .explore-map__point-au--margaret-river-wineries, .block__map .explore-map__tab-content[data-month=nov] .explore-map__point-nz--fiordland-national-park {
  opacity: 1;
  display: block;
}
.block__map .explore-map__tab-content[data-month=dec] .explore-map__point-au--margaret-river-wineries, .block__map .explore-map__tab-content[data-month=dec] .explore-map__point-nz--fiordland-national-park {
  opacity: 1;
  display: block;
}

.block__newsletter__title {
  font-size: 2.75rem;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 14px;
}

.block__newsletter__text {
  color: #666;
  flex: 0 0 100%;
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .block__newsletter__text {
    flex: 0 0 60%;
  }
}

.block__newsletter__p {
  font-size: 1.375rem;
  line-height: 1.4;
  padding: 1rem 0;
  font-weight: 300;
}

.block__newsletter__overlay-img {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.block__newsletter__overlay-img:before {
  width: 480px;
  height: 734px;
  content: "";
  display: block;
  background-image: url(../../src/images/hp_du_xs.jpg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}

@media (min-width: 480px) {
  .block__newsletter__overlay-img:before {
    background-image: url(../../src/images/hp_du_sm.jpg);
    width: 768px;
    height: 421px;
  }
}
@media (min-width: 768px) {
  .block__newsletter__overlay-img:before {
    background-image: url(../../src/images/hp_du_md.jpg);
    width: 992px;
    height: 421px;
  }
}
@media (min-width: 992px) {
  .block__newsletter__overlay-img:before {
    background-image: url(../../src/images/hp_du_lg.jpg);
    width: 1200px;
    height: 421px;
  }
}
@media (min-width: 1200px) {
  .block__newsletter__overlay-img:before {
    background-image: url(../../src/images/hp_du_xlg.jpg);
    width: 100vw;
    height: 21.927vw;
    min-width: 1665px;
    min-height: 390px;
  }
}
.block__newsletter__top-icon {
  font-size: 3px;
  word-spacing: 2px;
}

.block__newsletter__form {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 2.4rem auto;
}
@media (max-width: 991px) {
  .block__newsletter__form {
    width: 90%;
  }
}
.block__newsletter__form .subscribe-field-confirm {
  display: none;
}
.block__newsletter__form .discount-form__privacy {
  padding-left: 15px;
  line-height: 1.2em;
}
.block__newsletter__form .discount-form__privacy label a {
  text-decoration: underline;
}
.block__newsletter__form .form-group {
  position: relative;
  margin-bottom: 0;
}
.block__newsletter__form .form__validation-message {
  background-color: #db1a2080;
  color: #FFF;
}

.block__newsletter__input {
  border: 1px solid #CCC;
  background-color: white;
  color: #000;
  font-weight: 300;
  height: 48px;
  border-radius: 5px;
  display: block;
  width: 100%;
  margin: 0 auto 1.125rem;
  padding: 0 1.25rem;
}
.block__newsletter__input:focus {
  background-color: #fdffff;
  color: #000;
}
.block__newsletter__input::-webkit-input-placeholder, .block__newsletter__input:-moz-placeholder, .block__newsletter__input::-moz-placeholder, .block__newsletter__input:-ms-input-placeholder {
  color: #FFF;
  font-weight: 100;
  text-align: center;
  position: relative;
  opacity: 0.8;
}
@media (min-width: 992px) {
  .block__newsletter__input {
    text-align: left;
    margin: 0 auto 1.125rem;
    width: 100%;
    padding: 0 1.25rem 0 1.25rem;
  }
}

.form-group.is-invalid input {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .subscribe-field .col-sm-6:first-child {
    padding-right: 5px;
  }
  .subscribe-field .col-sm-6:last-child {
    padding-left: 5px;
  }
}

#SubscriberForm_SubscriberFirstName {
  margin-right: 2%;
}

.block__newsletter__input::placeholder {
  color: #CCC;
}

.block__newsletter__input:-webkit-autofill {
  /*-webkit-box-shadow: 0 0 0 30px #999 inset;*/
}

.terms-label {
  font-size: 12px;
  color: #666666;
  padding-left: 4px;
}
.terms-label a {
  color: #666666;
}
.terms-label a:hover {
  color: #DA1F26;
}

#SubscriberForm_SubscriberForm_SubscriberPrivacy {
  float: left;
}

@media (min-width: 992px) {
  .block__newsletter__input::-webkit-input-placeholder {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .block__newsletter__input:-moz-placeholder {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .block__newsletter__input::-moz-placeholder {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .block__newsletter__input:-ms-input-placeholder {
    text-align: left;
  }
}
.block__newsletter__btn {
  width: auto;
  min-width: 150px;
  border-radius: 5px;
  display: block;
  text-transform: inherit;
  font-weight: 500;
  margin: 10px auto;
}
.block__newsletter__btn:focus, .block__newsletter__btn:active {
  border-color: #DA1F26;
  color: #DA1F26;
  background-color: #FFF;
}

@media (min-width: 992px) {
  .block__newsletter__btn {
    /* width: 33.3333%;
    max-width: unset;
    border-radius: 0 5px 5px 0;*/
  }
}

/*# sourceMappingURL=blockstyle.css.map */
