/* VALIDATION */
.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  line-height: 18px;
  cursor: pointer;
  z-index: 5000;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none;
}

.formError .formErrorContent {
  background: #b31919;
  position: relative;
  z-index: 5001;
  color: #fff;
  width: 150px;
  font-size: 11px;
  padding: 4px 10px 4px 10px;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
  z-index: 5006;
}

body[dir=rtl] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  height: 1px;
  background: #b31919;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line1 {
  width: 1px;
}

.formError .formErrorArrow .line2,
.formError .formErrorArrow .line3 {
  display: none;
}

.ui-datepicker {
  display: none;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 3px 15px rgba(0, 0, 0, 0.3);
}
.ui-datepicker:after {
  display: block;
  content: "";
  height: 0;
  overflow: hidden;
  clear: both;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 10px 6px;
  text-align: center;
  background: #E1CD00;
  color: #fff;
  font: 16px/25px "Proxima Nova", Arial, sans-serif;
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev, .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  position: absolute;
  top: 15px;
  width: 11px;
  height: 14px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") 0 0 no-repeat;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-disabled, .ui-datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-disabled {
  opacity: 0.3;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
  left: 17px;
  background-position: 3px -151px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  background-position: -47px -151px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  right: 17px;
  background-position: 3px -179px;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  background-position: -47px -179px;
}
.ui-datepicker .ui-datepicker-calendar {
  margin: 6px 10px;
  font-size: 12px;
  cursor: default;
}
.ui-datepicker .ui-datepicker-calendar th, .ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  vertical-align: middle;
  width: 30px;
  height: 28px;
  line-height: 28px;
}
.ui-datepicker .ui-datepicker-calendar th {
  font: 600 14px/32px "Proxima Nova", Arial, sans-serif;
  color: #E1CD00;
  text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar td {
  color: #63666A;
}
.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-other-month, .ui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  color: #cccccc;
}
.ui-datepicker .ui-datepicker-calendar a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.keyboard-navigation .ui-datepicker .ui-datepicker-calendar a:focus {
  box-shadow: 0 0 1px 1px #386cff;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
  background: #f7f7f7;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-highlight a, .ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day a, .ui-datepicker .ui-datepicker-calendar a.ui-state-hover {
  background: #ebebeb;
}

.ui-datepicker-trigger {
  display: none;
}

#photos-container .slick-track, #photos-container .slick-list {
  height: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000px;
  transition: transform;
}
#photos-container .slick-list .slide {
  display: inline-block;
  vertical-align: top;
}

#content {
  position: relative;
  z-index: 20;
}
.scrolled #content {
  margin-top: 70px;
}

#content .page {
  color: #464646;
  position: relative;
  padding: 0;
}
#content .page:last-child {
  padding-bottom: 0;
}
#content .page .anchor {
  position: absolute;
  top: -100px;
}
#content .page .page-content {
  position: relative;
  z-index: 20;
}
#content .page iframe {
  width: 100%;
}

.acm-block {
  margin: 0 auto;
  overflow: hidden;
}

.acm-content-block .page-content {
  text-align: center;
}
.acm-content-block .page-thumb + .center-column .page-content {
  text-align: left;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-content-block {
    margin: 0;
  }
}
.acm-content-block .page-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.acm-content-block .page-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: -1px; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.acm-content-block .page-thumb + .center-column {
  margin-left: 50%;
  padding-left: 20px;
  width: 50%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-content-block .page-thumb {
    width: 100%;
    height: 350px;
    position: relative;
  }
  .acm-content-block .page-thumb:after {
    display: none;
  }
  .acm-content-block .page-thumb + .center-column {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-content-block h1, .acm-content-block .h1 {
    padding-top: 0;
  }
}
.acm-content-block .center-column {
  box-sizing: border-box;
  padding: 120px 40px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-content-block .center-column {
    float: none;
    width: 100%;
    padding: 20px;
  }
}
.acm-content-block .button {
  margin: 0 0 60px 0;
}

.promo-content .content-wrapper {
  position: relative;
  color: #fff;
  padding: 110px 0 200px 0;
  background: #000;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .promo-content .content-wrapper {
    padding: 50px 0;
  }
}
.promo-content .content-wrapper .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.promo-content .content-wrapper .background:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
}
@media screen and (max-width: 1240px) {
  .promo-content .content-wrapper .page-content {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .promo-content .content-wrapper .page-content {
    padding: 0;
  }
}
.promo-content .content-wrapper .center-column {
  clear: both;
  max-width: 1200px;
  margin: 0 auto;
}
.promo-content .content-wrapper .center-column .page-content {
  max-width: 640px;
}
.promo-content .content-wrapper h1, .promo-content .content-wrapper .h1 {
  color: #E1CD00;
}

.acm-specials-section {
  background: #F5F5F5;
  padding-bottom: 90px;
}
.acm-specials-section:after {
  clear: both;
  content: "";
  display: table;
}
.acm-specials-section #specials-nav {
  margin: 20px 0 50px 0;
  text-align: center;
}
.acm-specials-section #specials-nav li {
  display: inline-block;
  margin: 0 20px;
  padding: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-specials-section #specials-nav li {
    margin: 5px 10px;
  }
}
.acm-specials-section #specials-nav li:before {
  display: none;
}
.acm-specials-section #specials-nav li a {
  color: #63666A;
  font: 22px/1 "Proxima Nova", Arial, sans-serif;
  text-decoration: none;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-specials-section #specials-nav li a {
    font-size: 16px;
  }
}
.acm-specials-section #specials-nav li a:hover, .acm-specials-section #specials-nav li a.active {
  color: #E1CD00;
  text-decoration: underline;
}
.acm-specials-section .blocks-wrapper {
  margin: 0 auto;
  max-width: 1024px;
}
@media only screen and (min-width: 1280px) {
  .acm-specials-section .blocks-wrapper {
    max-width: 100%;
  }
}
.acm-specials-section .promo {
  position: relative;
  color: #63666A;
  background: #fff;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: none;
}
.acm-specials-section .promo.active {
  display: block;
}
@media only screen and (max-width: 979px) {
  .acm-specials-section .promo {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-specials-section .promo {
    height: auto;
    max-height: none;
  }
}
.acm-specials-section .promo .promo-wrapper {
  padding: 70px;
  box-sizing: border-box;
  width: 480px;
}
@media screen and (max-width: 1280px) {
  .acm-specials-section .promo .promo-wrapper {
    width: 60%;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-specials-section .promo .promo-wrapper {
    width: 100%;
    padding: 20px;
    top: auto;
    transform: translateY(0);
  }
}
.acm-specials-section .promo .promo-wrapper .header {
  font: 48px/1.3 "Proxima Nova", Arial, sans-serif;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-specials-section .promo .promo-wrapper .header {
    font-size: 38px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-specials-section .promo .promo-wrapper .header {
    font-size: 28px;
  }
}
.acm-specials-section .promo .promo-wrapper .subheader {
  font: 22px "Proxima Nova", Arial, sans-serif;
  margin-bottom: 20px;
  letter-spacing: 7px;
  color: #9B9B9B;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .acm-specials-section .promo .promo-wrapper .subheader {
    font-size: 18px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-specials-section .promo .promo-wrapper .subheader {
    font-size: 16px;
  }
}
.acm-specials-section .promo .specials-thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  width: 720px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media screen and (max-width: 1280px) {
  .acm-specials-section .promo .specials-thumbnail {
    width: 40%;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-specials-section .promo .specials-thumbnail {
    position: relative;
    width: 100%;
    height: 300px;
  }
}
.acm-specials-section .promo .specials-button {
  margin-top: 40px;
}
.acm-specials-section .center-column {
  clear: both;
  max-width: 1200px;
  margin: 0 auto;
}
.acm-specials-section .center-column .page-content {
  text-align: center;
}

.acm-gallery-block {
  max-width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
.acm-gallery-block .page-content {
  text-align: center;
}
.acm-gallery-block .center-column {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 110px 60px 40px 60px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-gallery-block .center-column {
    padding: 40px 50px;
  }
}
.acm-gallery-block .arrows {
  position: absolute;
  bottom: 0;
  left: 50%;
}
.acm-gallery-block .additional-content-block {
  position: relative;
}

.rfp-section {
  position: fixed !important;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  display: none;
}
.rfp-open .rfp-section {
  display: block;
}
.rfp-section .acm-rfp-block {
  margin: 0 auto;
  max-width: 1200px;
  background: #fff;
  max-height: calc(100% - 40px);
  overflow-y: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1240px) {
  .rfp-section .acm-rfp-block {
    max-width: calc(100% - 40px);
  }
}
.rfp-section .acm-rfp-block .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
}
@media screen and (max-width: 1200px) {
  .rfp-section .acm-rfp-block .thumbnail {
    width: 300px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rfp-section .acm-rfp-block .thumbnail {
    display: none;
  }
}
.rfp-section .acm-rfp-block .page-content {
  position: relative;
  text-align: center;
  padding: 100px 80px 80px 500px;
}
@media screen and (max-width: 1200px) {
  .rfp-section .acm-rfp-block .page-content {
    padding: 50px 40px 40px 340px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .rfp-section .acm-rfp-block .page-content {
    padding: 50px 10px;
  }
}
.rfp-section .rfp-close {
  text-indent: -9990px;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 28px;
  height: 28px;
  background: url("../images/sprite.svg") -170px -150px no-repeat;
  z-index: 9999;
}
.rfp-section .rfp-close:hover {
  background-position: -220px -150px;
}

#gallery-widget {
  height: 610px;
  position: relative;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-widget {
    height: 600px;
  }
}
@media only screen and (min-width: 1280px) {
  #gallery-widget {
    height: 800px;
  }
}
#gallery-widget .slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
}
#gallery-widget .slideshow .slick-list,
#gallery-widget .slideshow .slick-track {
  height: 100%;
}
#gallery-widget .gallery {
  position: relative;
  height: 100%;
}
#gallery-widget .gallery:after {
  clear: both;
  content: "";
  display: table;
}
#gallery-widget .gallery img {
  display: none;
}
#gallery-widget .gallery .gallery-thumb {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: #000;
}
#gallery-widget .gallery .gallery-thumb .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0px solid #fff;
  transition: border-width 350ms ease-in-out;
  box-sizing: border-box;
}
#gallery-widget .gallery .gallery-thumb .caption {
  background: rgb(99, 102, 106);
  color: #fff;
  display: inline-block;
  font: 16px/1.5 "Proxima Nova", Arial, sans-serif;
  left: 50%;
  margin: auto;
  opacity: 0;
  padding: 5px 20px;
  position: absolute;
  text-transform: uppercase;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 250ms ease-in-out;
}
#gallery-widget .gallery .gallery-thumb:hover .overlay {
  border-width: 8px;
}
#gallery-widget .gallery .gallery-thumb:hover .caption {
  opacity: 1;
}
#gallery-widget .gallery.count-1 .item-1 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#gallery-widget .gallery.count-2 .item-1 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-widget .gallery.count-2 .item-1 {
    bottom: 50%;
    right: 0;
  }
}
#gallery-widget .gallery.count-2 .item-2 {
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-widget .gallery.count-2 .item-2 {
    top: 50%;
    left: 0;
  }
}
#gallery-widget .gallery.count-3 .item-1 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 66.7%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-widget .gallery.count-3 .item-1 {
    bottom: 66.7%;
    right: 0;
  }
}
#gallery-widget .gallery.count-3 .item-2 {
  top: 0;
  bottom: 0;
  left: 33.3%;
  right: 33.3%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-widget .gallery.count-3 .item-2 {
    top: 33.3%;
    bottom: 33.3%;
    left: 0;
    right: 0;
  }
}
#gallery-widget .gallery.count-3 .item-3 {
  top: 0;
  bottom: 0;
  left: 66.7%;
  right: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-widget .gallery.count-3 .item-3 {
    top: 66.7%;
    left: 0;
  }
}
#gallery-widget .gallery.count-4 .item-1 {
  top: 0;
  bottom: 50%;
  left: 0;
  right: 50%;
}
#gallery-widget .gallery.count-4 .item-2 {
  top: 50%;
  bottom: 0;
  left: 0;
  right: 75%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-widget .gallery.count-4 .item-2 {
    right: 50%;
  }
}
#gallery-widget .gallery.count-4 .item-3 {
  top: 50%;
  bottom: 0;
  left: 25%;
  right: 50%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-widget .gallery.count-4 .item-3 {
    top: 0;
    bottom: 50%;
    left: 50%;
    right: 0;
  }
}
#gallery-widget .gallery.count-4 .item-4 {
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-widget .gallery.count-4 .item-4 {
    top: 50%;
    bottom: 0;
    left: 50%;
    right: 0;
  }
}
#gallery-widget .gallery.count-5 .item-1 {
  top: 0;
  bottom: 50%;
  left: 0;
  right: 50%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-widget .gallery.count-5 .item-1 {
    bottom: 66.7%;
  }
}
#gallery-widget .gallery.count-5 .item-2 {
  top: 50%;
  bottom: 0;
  left: 0;
  right: 75%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-widget .gallery.count-5 .item-2 {
    top: 0;
    bottom: 66.7%;
    left: 50%;
    right: 0;
  }
}
#gallery-widget .gallery.count-5 .item-3 {
  top: 50%;
  bottom: 0;
  left: 25%;
  right: 50%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-widget .gallery.count-5 .item-3 {
    top: 33.3%;
    bottom: 33.4%;
    left: 0;
    right: 50%;
  }
}
#gallery-widget .gallery.count-5 .item-4 {
  top: 0;
  bottom: 0;
  left: 50%;
  right: 25%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-widget .gallery.count-5 .item-4 {
    top: 33.3%;
    bottom: 33.4%;
    left: 50%;
    right: 0;
  }
}
#gallery-widget .gallery.count-5 .item-5 {
  top: 0;
  bottom: 0;
  left: 75%;
  right: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-widget .gallery.count-5 .item-5 {
    top: 66.6%;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
#gallery-widget .gallery.count-6 .item-1 {
  top: 0;
  bottom: 50%;
  left: 0;
  right: 50%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-widget .gallery.count-6 .item-1 {
    right: 66.7%;
  }
}
#gallery-widget .gallery.count-6 .item-2 {
  top: 50%;
  bottom: 0;
  left: 0;
  right: 75%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-widget .gallery.count-6 .item-2 {
    top: 0;
    bottom: 50%;
    left: 33.3%;
    right: 33.3%;
  }
}
#gallery-widget .gallery.count-6 .item-3 {
  top: 50%;
  bottom: 0;
  left: 25%;
  right: 50%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-widget .gallery.count-6 .item-3 {
    top: 0;
    bottom: 50%;
    left: 66.7%;
    right: 0;
  }
}
#gallery-widget .gallery.count-6 .item-4 {
  top: 0;
  bottom: 0;
  left: 50%;
  right: 25%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-widget .gallery.count-6 .item-4 {
    top: 50%;
    left: 0;
    right: 66.7%;
  }
}
#gallery-widget .gallery.count-6 .item-5 {
  top: 0;
  bottom: 50%;
  left: 75%;
  right: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-widget .gallery.count-6 .item-5 {
    top: 50%;
    bottom: 0;
    left: 33.3%;
    right: 33.3%;
  }
}
#gallery-widget .gallery.count-6 .item-6 {
  top: 50%;
  bottom: 0;
  left: 75%;
  right: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-widget .gallery.count-6 .item-6 {
    left: 66.7%;
  }
}
#gallery-widget .gallery.count-7 .item-1 {
  top: 0;
  bottom: 50%;
  left: 0;
  right: 75%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-widget .gallery.count-7 .item-1 {
    bottom: 66.7%;
    right: 66.7%;
  }
}
#gallery-widget .gallery.count-7 .item-2 {
  top: 0;
  bottom: 50%;
  left: 25%;
  right: 50%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-widget .gallery.count-7 .item-2 {
    bottom: 66.7%;
    left: 33.3%;
    right: 33.3%;
  }
}
#gallery-widget .gallery.count-7 .item-3 {
  top: 50%;
  bottom: 0;
  left: 0;
  right: 75%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-widget .gallery.count-7 .item-3 {
    top: 0;
    bottom: 66.7%;
    left: 66.7%;
    right: 0;
  }
}
#gallery-widget .gallery.count-7 .item-4 {
  top: 50%;
  bottom: 0;
  left: 25%;
  right: 50%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-widget .gallery.count-7 .item-4 {
    top: 33.3%;
    bottom: 33.4%;
    left: 0;
    right: 66.7%;
  }
}
#gallery-widget .gallery.count-7 .item-5 {
  top: 0;
  bottom: 0;
  left: 50%;
  right: 25%;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-widget .gallery.count-7 .item-5 {
    top: 33.3%;
    bottom: 33.4%;
    left: 33.3%;
    right: 33.3%;
  }
}
#gallery-widget .gallery.count-7 .item-6 {
  top: 0;
  bottom: 50%;
  left: 75%;
  right: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-widget .gallery.count-7 .item-6 {
    top: 33.3%;
    bottom: 33.4%;
    left: 66.7%;
  }
}
#gallery-widget .gallery.count-7 .item-7 {
  top: 50%;
  bottom: 0;
  left: 75%;
  right: 0;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #gallery-widget .gallery.count-7 .item-7 {
    top: 66.7%;
    left: 0;
  }
}
#gallery-widget .gallery.count-8 .item-1 {
  top: 0;
  bottom: 50%;
  left: 0;
  right: 75%;
}
#gallery-widget .gallery.count-8 .item-2 {
  top: 0;
  bottom: 50%;
  left: 25%;
  right: 50%;
}
#gallery-widget .gallery.count-8 .item-3 {
  top: 50%;
  bottom: 0;
  left: 0;
  right: 75%;
}
#gallery-widget .gallery.count-8 .item-4 {
  top: 50%;
  bottom: 0;
  left: 25%;
  right: 50%;
}
#gallery-widget .gallery.count-8 .item-5 {
  top: 0;
  bottom: 50%;
  left: 50%;
  right: 25%;
}
#gallery-widget .gallery.count-8 .item-6 {
  top: 0;
  bottom: 50%;
  left: 75%;
  right: 0;
}
#gallery-widget .gallery.count-8 .item-7 {
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 25%;
}
#gallery-widget .gallery.count-8 .item-8 {
  top: 50%;
  bottom: 0;
  left: 75%;
  right: 0;
}

#hebs-gallery {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.7);
  /* FULL SIZE IMAGE */
  /* FULL SIZE IMAGE -> Navigation */
  /* FULL SIZE IMAGE -> Loading */
  /* THUMBNAILS */
  /* THUMBNAILS -> Navigation */
  /* INFO */
}
#hebs-gallery .galleria {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
#hebs-gallery .close-button {
  position: absolute;
  right: 16px;
  top: 15px;
  width: 17px;
  height: 17px;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
  background: url("../images/sprite.svg") -340px -150px no-repeat;
}
#hebs-gallery .close-button:hover {
  background-position: -310px -150px;
}
#hebs-gallery .galleria-container {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  height: 100% !important;
}
#hebs-gallery .newListSelected {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 100;
}
#hebs-gallery .newListSelected .selectedTxt {
  border: 0;
}
#hebs-gallery .galleria-stage {
  position: absolute;
  top: 40px;
  bottom: 120px;
  left: 0;
  right: 0;
  padding: 20px 72px;
  overflow: hidden;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #hebs-gallery .galleria-stage {
    padding: 20px;
  }
}
#hebs-gallery .galleria-stage .galleria-image {
  overflow: visible !important;
}
#hebs-gallery .galleria-stage .galleria-image img {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#hebs-gallery.no-controls .galleria-stage {
  bottom: 0;
  padding: 20px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  #hebs-gallery .galleria-image-nav {
    display: none;
  }
}
#hebs-gallery.no-controls .galleria-image-nav {
  display: none;
}
#hebs-gallery .galleria-image-nav-left, #hebs-gallery .galleria-image-nav-right {
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 32px;
  height: 61px;
  margin-top: -30px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") -100px 0 no-repeat;
}
#hebs-gallery .galleria-image-nav-left {
  left: 20px;
}
#hebs-gallery .galleria-image-nav-left:hover {
  background-position: -50px 0;
}
#hebs-gallery .galleria-image-nav-right {
  right: 20px;
  background-position: -250px 0;
}
#hebs-gallery .galleria-image-nav-right:hover {
  background-position: -200px 0;
}
#hebs-gallery .galleria-loader {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -24px;
  background: url("../images/gray-loading.gif") 50% 50% no-repeat;
}
#hebs-gallery.no-controls .galleria-thumbnails-container {
  display: none;
}
#hebs-gallery .galleria-thumbnails-container {
  height: 120px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-carousel .galleria-thumbnails-list {
  margin-left: 52px;
  margin-right: 52px;
}
#hebs-gallery .galleria-thumbnails {
  margin: 20px auto 0;
}
#hebs-gallery .galleria-thumbnails .galleria-image {
  height: 80px;
  width: 80px;
  background: #000;
  margin: 0 6px 0 0;
  float: left;
  cursor: pointer;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
#hebs-gallery .galleria-thumbnails .galleria-image.active {
  border: 3px solid #fff;
  width: 74px !important;
  height: 74px !important;
}
#hebs-gallery .galleria-thumbnails .galleria-image.active img {
  margin: -3px 0 0 -3px;
}
#hebs-gallery .galleria-thumb-nav-left, #hebs-gallery .galleria-thumb-nav-right {
  display: none;
  position: absolute;
  top: 50%;
  cursor: pointer;
  width: 16px;
  height: 30px;
  margin-top: -15px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") -350px 0 no-repeat;
}
#hebs-gallery .galleria-carousel .galleria-thumb-nav-left, #hebs-gallery .galleria-carousel .galleria-thumb-nav-right {
  display: block;
}
#hebs-gallery .galleria-thumb-nav-left.disabled, #hebs-gallery .galleria-thumb-nav-right.disabled {
  opacity: 0.3;
  cursor: default;
}
#hebs-gallery .galleria-thumb-nav-left {
  left: 15px;
}
#hebs-gallery .galleria-thumb-nav-left:hover {
  background-position: -330px 0;
}
#hebs-gallery .galleria-thumb-nav-right {
  right: 15px;
  background-position: -420px 0;
}
#hebs-gallery .galleria-thumb-nav-right:hover {
  background-position: -400px 0;
}
#hebs-gallery .galleria-info {
  position: absolute;
  left: 0;
  top: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABAAQMAAACQp+OdAAAAA1BMVEUAAACnej3aAAAAAXRSTlOzEo46UAAAAA5JREFUeAFjoACMglEAAAJAAAGccJWlAAAAAElFTkSuQmCC");
  background: rgba(0, 0, 0, 0.7);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.06);
  width: 100%;
  height: 50px;
}
#hebs-gallery .galleria-info .galleria-info-description {
  text-align: center;
  line-height: 50px;
  color: #fff;
  position: absolute;
  left: 300px;
  right: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

ol {
  list-style: decimal inside;
}

ul {
  list-style: none;
}

ol, ul {
  text-align: left;
}

ol ol, ul ul, ol ul, ul ol {
  margin-top: 10px;
  margin-bottom: 10px;
}

ol > li > ol, ol > li > ul {
  margin-left: 34px;
}

ol li, ul li {
  position: relative;
}

ul > li {
  padding-left: 14px;
  line-height: 1.6;
}
ul > li:before {
  background: #63666A;
  border-radius: 100%;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
}

.page-content, .page {
  text-align: left;
}
.page-content:after, .page:after {
  clear: both;
  content: "";
  display: table;
}
.page-content hr, .page hr {
  display: block;
  height: 1px;
  margin: 21px auto;
  border: none;
  background: #9B9B9B;
  color: #9B9B9B;
}
.page-content h1, .page-content .h1, .page-content h3, .page-content h4, .page-content h5, .page-content h6, .page h1, .page .h1, .page h3, .page h4, .page h5, .page h6 {
  font-family: "Proxima Nova", Arial, sans-serif;
}
.page-content h1, .page-content .h1, .page h1, .page .h1 {
  font: 58px/1.2 "Proxima Nova", Arial, sans-serif;
  margin-bottom: 20px;
  color: #63666A;
  letter-spacing: 0;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .page-content h1, .page-content .h1, .page h1, .page .h1 {
    font-size: 48px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .page-content h1, .page-content .h1, .page h1, .page .h1 {
    font-size: 28px;
  }
}
.page-content h2, .page-content .h2, .page h2, .page .h2 {
  font-size: 22px;
  margin-bottom: 40px;
  letter-spacing: 7px;
  font-family: "Proxima Nova", Arial, sans-serif;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .page-content h2, .page-content .h2, .page h2, .page .h2 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .page-content h2, .page-content .h2, .page h2, .page .h2 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.page-content h3, .page h3 {
  font-size: 26px;
  line-height: 1.3;
}
.page-content h4, .page-content h5, .page-content h6, .page h4, .page h5, .page h6 {
  font-weight: 600;
}
.page-content h3, .page-content h4, .page-content h5, .page-content h6, .page-content p, .page-content ul, .page-content ol, .page-content table, .page h3, .page h4, .page h5, .page h6, .page p, .page ul, .page ol, .page table {
  margin-bottom: 20px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .page-content h3, .page-content h4, .page-content h5, .page-content h6, .page-content p, .page-content ul, .page-content ol, .page-content table, .page h3, .page h4, .page h5, .page h6, .page p, .page ul, .page ol, .page table {
    margin-bottom: 10px;
  }
}
.page-content strong, .page strong {
  font-weight: bold;
}
.page-content em, .page em {
  font-style: italic;
}
.page-content u, .page u {
  text-decoration: underline;
}
.page-content sup, .page-content sub, .page sup, .page sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
.page-content sup, .page sup {
  top: -0.5em;
}
.page-content sub, .page sub {
  bottom: -0.25em;
}
.page-content p, .page-content table, .page p, .page table {
  overflow: visible;
}
.page-content p:empty, .page p:empty {
  display: none;
}
.page-content td, .page-content th, .page-content caption, .page td, .page th, .page caption {
  padding: 8px 16px;
  text-align: left;
  vertical-align: middle;
}
.page-content th, .page-content caption, .page th, .page caption {
  vertical-align: bottom;
  font: 16px/1 "Proxima Nova", Arial, sans-serif;
  color: #E1CD00;
}
.page-content td, .page td {
  border-top: 1px solid #eeddc7;
  font-size: 14px;
}
.page-content table p, .page table p {
  margin: 5px;
}
@media only screen and (max-width: 979px) {
  .page-content .table-wrapper, .page .table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.page-content .thumbnail, .page .thumbnail {
  float: right;
  margin: 0 0 20px 30px;
}
.page-content .thumbnail a, .page-content .thumbnail img, .page .thumbnail a, .page .thumbnail img {
  display: block;
}
.page-content .socials, .page .socials {
  margin-bottom: 20px;
  overflow: hidden;
}
.page-content .socials li:after, .page .socials li:after {
  display: none;
}
.page-content .socials iframe, .page .socials iframe {
  float: left;
  width: 90px;
  height: 21px;
  margin: 0 10px 0 0;
}

.careers tbody tr td:first-child {
  white-space: nowrap;
}
.careers p {
  display: inline-block;
}

h2.error, p.error {
  color: red;
  letter-spacing: 0;
  font-size: 20px;
}

.form h3 {
  display: none;
}

.page:not(.rfp-section) .form {
  text-align: left;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .page:not(.rfp-section) .form {
    text-align: left;
  }
}
.page:not(.rfp-section) .form .ui-menu-item a {
  text-align: left;
}
.page:not(.rfp-section) .form label {
  width: 40%;
  line-height: 1.2;
  margin: 12px 20px 0 0;
  float: left;
  text-align: right;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .page:not(.rfp-section) .form label {
    display: block;
    float: none;
    margin: 0 0 20px;
    text-align: left;
    width: auto;
  }
}
.page:not(.rfp-section) .form label em {
  color: #b31919;
  font-size: 16px;
  font-weight: normal;
  line-height: 10px;
  padding-right: 5px;
}
.page:not(.rfp-section) .form p {
  margin-bottom: 10px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .page:not(.rfp-section) .form p {
    margin-bottom: 20px;
  }
}
.page:not(.rfp-section) .form p:after {
  clear: both;
  content: "";
  display: table;
}
.page:not(.rfp-section) .form p span {
  float: left;
  margin: 0 10px 0 0;
}
.page:not(.rfp-section) .form p span.checkbox-group {
  margin-bottom: 10px;
}
.page:not(.rfp-section) .form p span input {
  display: inline;
  float: none;
  margin: 0;
}
.page:not(.rfp-section) .form p span label {
  display: inline;
  float: none;
  width: auto;
  text-align: left;
}
.page:not(.rfp-section) .form p span.group label {
  display: block;
  margin-bottom: 10px;
}
.page:not(.rfp-section) .form p span.group label input {
  margin-right: 0.4em;
}
.page:not(.rfp-section) .form input[type=text], .page:not(.rfp-section) .form input[type=date], .page:not(.rfp-section) .form textarea, .page:not(.rfp-section) .form select {
  background: transparent;
  color: #63666A;
  border: 1px solid #979797;
  height: 40px;
  padding: 0 10px;
  resize: none;
  width: 250px;
  font-size: 14px;
  line-height: 40px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .page:not(.rfp-section) .form input[type=text], .page:not(.rfp-section) .form input[type=date], .page:not(.rfp-section) .form textarea, .page:not(.rfp-section) .form select {
    padding: 0 20px;
    width: 100%;
    text-align: left;
  }
}
.keyboard-navigation .page:not(.rfp-section) .form input[type=text]:focus, .keyboard-navigation .page:not(.rfp-section) .form input[type=date]:focus, .keyboard-navigation .page:not(.rfp-section) .form textarea:focus, .keyboard-navigation .page:not(.rfp-section) .form select:focus {
  box-shadow: 0 0 1px 1px #386cff;
}
.page:not(.rfp-section) .form input[type=text]::-webkit-input-placeholder, .page:not(.rfp-section) .form input[type=date]::-webkit-input-placeholder, .page:not(.rfp-section) .form textarea::-webkit-input-placeholder, .page:not(.rfp-section) .form select::-webkit-input-placeholder {
  color: #636363;
  text-transform: uppercase;
}
.page:not(.rfp-section) .form input[type=text]:-moz-placeholder, .page:not(.rfp-section) .form input[type=date]:-moz-placeholder, .page:not(.rfp-section) .form textarea:-moz-placeholder, .page:not(.rfp-section) .form select:-moz-placeholder {
  color: #636363;
  text-transform: uppercase;
}
.page:not(.rfp-section) .form input[type=text]::-moz-placeholder, .page:not(.rfp-section) .form input[type=date]::-moz-placeholder, .page:not(.rfp-section) .form textarea::-moz-placeholder, .page:not(.rfp-section) .form select::-moz-placeholder {
  color: #636363;
  text-transform: uppercase;
}
.page:not(.rfp-section) .form input[type=text]:-ms-input-placeholder, .page:not(.rfp-section) .form input[type=date]:-ms-input-placeholder, .page:not(.rfp-section) .form textarea:-ms-input-placeholder, .page:not(.rfp-section) .form select:-ms-input-placeholder {
  color: #636363;
  text-transform: uppercase;
}
.page:not(.rfp-section) .form input[type=text]:focus::-webkit-input-placeholder, .page:not(.rfp-section) .form input[type=date]:focus::-webkit-input-placeholder, .page:not(.rfp-section) .form textarea:focus::-webkit-input-placeholder, .page:not(.rfp-section) .form select:focus::-webkit-input-placeholder {
  color: rgba(99, 99, 99, 0.2);
}
.page:not(.rfp-section) .form input[type=text]:focus:-moz-placeholder, .page:not(.rfp-section) .form input[type=date]:focus:-moz-placeholder, .page:not(.rfp-section) .form textarea:focus:-moz-placeholder, .page:not(.rfp-section) .form select:focus:-moz-placeholder {
  color: rgba(99, 99, 99, 0.2);
}
.page:not(.rfp-section) .form input[type=text]:focus::-moz-placeholder, .page:not(.rfp-section) .form input[type=date]:focus::-moz-placeholder, .page:not(.rfp-section) .form textarea:focus::-moz-placeholder, .page:not(.rfp-section) .form select:focus::-moz-placeholder {
  color: rgba(99, 99, 99, 0.2);
}
.page:not(.rfp-section) .form input[type=text]:focus:-ms-input-placeholder, .page:not(.rfp-section) .form input[type=date]:focus:-ms-input-placeholder, .page:not(.rfp-section) .form textarea:focus:-ms-input-placeholder, .page:not(.rfp-section) .form select:focus:-ms-input-placeholder {
  color: rgba(99, 99, 99, 0.2);
}
.page:not(.rfp-section) .form textarea {
  height: 100px;
  overflow: auto;
  line-height: 20px;
  padding: 10px 20px;
}
.page:not(.rfp-section) .form input[type=checkbox],
.page:not(.rfp-section) .form input[type=radio] {
  width: 14px;
  height: 14px;
  padding: 0;
  vertical-align: top;
}
.page:not(.rfp-section) .form input[type=radio] {
  margin-top: 12px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .page:not(.rfp-section) .form input[type=radio] {
    margin-top: 0;
  }
}
.page:not(.rfp-section) .form .group input[type=radio] {
  margin-top: 0;
}
.page:not(.rfp-section) .form input.date-pick {
  width: 100px;
  float: left;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .page:not(.rfp-section) .form input.date-pick {
    float: none;
    display: block;
    width: 100%;
  }
}
.page:not(.rfp-section) .form .ui-datepicker-trigger {
  float: left;
  position: static;
  margin: 13px 0 0 6px;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .page:not(.rfp-section) .form .ui-datepicker-trigger {
    display: none;
  }
}
.page:not(.rfp-section) .form .controls p {
  padding: 20px 0 0 40%;
  width: auto;
  background: none;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .page:not(.rfp-section) .form .controls p {
    padding: 0;
    text-align: center;
  }
}

.acm-rfp-block form {
  position: relative;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  font: 14px/30px "Proxima Nova", Arial, sans-serif;
  text-transform: uppercase;
  box-sizing: border-box;
}
@media only screen and (max-width: 979px) {
  .acm-rfp-block form {
    width: 100%;
    padding: 0;
  }
}
.acm-rfp-block form fieldset {
  position: relative;
  display: none;
  margin: 10px -20px 0 -20px;
}
@media only screen and (max-width: 979px) {
  .acm-rfp-block form fieldset {
    margin: 10px 0 0 0;
  }
}
.acm-rfp-block form.rfp-start fieldset:first-child {
  display: block;
}
.acm-rfp-block form.rfp-start .rfp-back {
  opacity: 0.3;
  cursor: default;
}
.acm-rfp-block form.rfp-start .rfp-back:hover {
  background: #63666A;
  color: #fff;
}
.acm-rfp-block form.step-2 fieldset:nth-child(2) {
  display: block;
}
.acm-rfp-block form.step-3 fieldset:nth-child(3) {
  display: block;
}
.acm-rfp-block form.rfp-end fieldset:nth-child(4) {
  display: block;
}
.acm-rfp-block form.rfp-end fieldset.controls {
  display: block;
}
.acm-rfp-block form.rfp-end .rfp-next {
  display: none;
}
.acm-rfp-block form label {
  position: relative;
  width: 100%;
  color: #9B9B9B;
  font-size: 18px;
  line-height: 1.2;
}
.acm-rfp-block form label em {
  padding-right: 2px;
  color: red;
  font-style: normal;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-rfp-block form label {
    font-size: 14px;
  }
}
.acm-rfp-block form p {
  width: calc(50% - 40px);
  margin: 0 20px 20px;
  float: left;
  position: relative;
}
@media only screen and (max-width: 979px) {
  .acm-rfp-block form p {
    width: 100% !important;
    margin: 0 0 10px 0 !important;
  }
}
.acm-rfp-block form p input[type=text], .acm-rfp-block form p input[type=date], .acm-rfp-block form p textarea {
  font: 18px/54px "Proxima Nova", Arial, sans-serif;
  height: 54px;
  color: #63666A;
  padding: 0 20px;
  text-transform: uppercase;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #979797;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-rfp-block form p input[type=text], .acm-rfp-block form p input[type=date], .acm-rfp-block form p textarea {
    font-size: 16px;
  }
}
.keyboard-navigation .acm-rfp-block form p input[type=text]:focus, .keyboard-navigation .acm-rfp-block form p input[type=date]:focus, .keyboard-navigation .acm-rfp-block form p textarea:focus {
  box-shadow: 0 0 1px 1px #386cff;
}
.acm-rfp-block form p.type_radio {
  clear: both;
  width: 100%;
}
.acm-rfp-block form .group {
  display: block;
  clear: both;
  margin-top: 20px;
}
.acm-rfp-block form .group label {
  display: inline-block;
  float: left;
  margin-right: 20px;
  width: auto;
}
.acm-rfp-block form .group label input {
  margin-right: 20px;
}
.keyboard-navigation .acm-rfp-block form .group label:focus {
  box-shadow: 0 0 1px 1px #386cff;
}
.acm-rfp-block form .group label:focus {
  box-shadow: 0 0 1px 1px #386cff;
}
.acm-rfp-block form .type_textarea {
  margin: 0 20px 0;
  width: calc(100% - 40px);
}
.acm-rfp-block form .type_textarea textarea {
  min-height: 180px;
  resize: none;
  padding: 10px;
  line-height: 20px;
}
.acm-rfp-block form .type_textarea textarea::-webkit-input-placeholder {
  font-size: 0;
  text-indent: -9999em;
}
.acm-rfp-block form .type_textarea textarea:-moz-placeholder {
  font-size: 0;
  text-indent: -9999em;
}
.acm-rfp-block form .type_textarea textarea::-moz-placeholder {
  font-size: 0;
  text-indent: -9999em;
}
.acm-rfp-block form .type_textarea textarea:-ms-input-placeholder {
  font-size: 0;
  text-indent: -9999em;
}
.acm-rfp-block form .long-field {
  margin: 0 20px 0;
  width: calc(100% - 40px);
}
.acm-rfp-block form .long-field input[type=text], .acm-rfp-block form .long-field select {
  margin: 0;
  width: 100%;
}
.acm-rfp-block form .type_dropdown:after {
  content: "";
  pointer-events: none;
  position: absolute;
  bottom: 25px;
  right: 19px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #979797;
}
.acm-rfp-block form select {
  width: 100%;
  border-color: #979797;
  color: #63666A;
  font: 18px/54px "Proxima Nova", Arial, sans-serif;
  float: left;
  background: none;
  height: 54px;
  display: block;
  text-align: left;
  z-index: 1;
  border-radius: 0;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-rfp-block form select {
    font-size: 16px;
  }
}
.keyboard-navigation .acm-rfp-block form select:focus {
  box-shadow: 0 0 1px 1px #386cff;
}
.acm-rfp-block .controls {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
.acm-rfp-block .controls p {
  width: auto;
  margin: 0 !important;
}
.acm-rfp-block .controls input[type=submit] {
  position: relative;
  background: #E1CD00;
  border: 1px solid #E1CD00;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font: 20px/54px "Proxima Nova", Arial, sans-serif;
  margin: 0;
  padding: 0 28px;
  white-space: nowrap;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  transition: background-color 350ms ease-in-out, color 350ms ease-in-out, border-color 350ms ease-in-out;
  z-index: 2;
}
.acm-rfp-block .controls input[type=submit]:hover {
  background: #fff;
  color: #E1CD00;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-rfp-block .controls input[type=submit] {
    padding: 0 20px;
    font-size: 16px;
    line-height: 40px;
  }
}
.acm-rfp-block .rfp_controls {
  position: relative;
  margin-top: 50px;
}
.acm-rfp-block .rfp_controls:after {
  clear: both;
  content: "";
  display: table;
}
.acm-rfp-block .rfp_controls .rfp-back,
.acm-rfp-block .rfp_controls .rfp-next {
  position: relative;
  background: #63666A;
  border: 1px solid #63666A;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font: 20px/54px "Proxima Nova", Arial, sans-serif;
  margin: 0;
  padding: 0 28px;
  white-space: nowrap;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  transition: background-color 350ms ease-in-out, color 350ms ease-in-out, border-color 350ms ease-in-out;
  z-index: 2;
}
.acm-rfp-block .rfp_controls .rfp-back:hover,
.acm-rfp-block .rfp_controls .rfp-next:hover {
  background: #fff;
  color: #63666A;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-rfp-block .rfp_controls .rfp-back,
  .acm-rfp-block .rfp_controls .rfp-next {
    padding: 0 10px;
    font-size: 16px;
    line-height: 40px;
  }
}
.acm-rfp-block .rfp_controls .rfp-back.disabled,
.acm-rfp-block .rfp_controls .rfp-next.disabled {
  opacity: 0.3;
  cursor: default;
}
.acm-rfp-block .rfp_controls .rfp-back.disabled:hover,
.acm-rfp-block .rfp_controls .rfp-next.disabled:hover {
  background: #63666A;
  color: #fff;
}
.acm-rfp-block .rfp_controls .rfp-back {
  float: left;
}
.acm-rfp-block .rfp_controls .rfp-next {
  float: right;
}
.acm-rfp-block .rfp_controls .rfp-counter {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  color: #63666A;
  font-size: 23px;
  line-height: 56px;
  z-index: 1;
}
@media only screen and (min-width: 0) and (max-width: 767px) {
  .acm-rfp-block .rfp_controls .rfp-counter {
    display: none;
  }
}

.ui-datepicker-trigger {
  position: absolute;
  right: 19px;
  top: 49px;
  width: 19px;
  height: 21px;
  text-indent: -9999px;
  overflow: hidden;
  background: url("../images/sprite.svg") -50px -240px no-repeat;
  display: block;
}
