.slider .swiper-container .swiper-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.slider .swiper-menu button:before, .mainHead .logo, .sideNav button {
  background-image: url("../sprites/sprite.svg");
  background-size: 500px 500px;
  font-size: 20px;
}

.swiper-container h3, .pageBlock h2, .pageBlock h3, .signupForm form button, .signupForm form .input ul li, .signupForm form legend, .sideNav a, .yellowLink {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.signupForm form .input input, .signupForm form .input {
  font-family: "Open Sans", sans-serif;
}

.mainFoot p, .pageBlock p:first-of-type, .sideNav .contact p {
  font-family: "Open Sans", sans-serif;
}

.mainFoot p a, .swiper-container p, .pageBlock p:nth-of-type(2), .sideNav .contact p a {
  font-family: "Open Sans", sans-serif;
}

.slider .swiper-container .swiper-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.slider .swiper-menu button:before, .mainHead .logo, .sideNav button {
  background-image: url("../sprites/sprite.svg");
  background-size: 500px 500px;
  font-size: 20px;
}

.swiper-container h3, .pageBlock h2, .pageBlock h3, .signupForm form button, .signupForm form .input ul li, .signupForm form legend, .sideNav a, .yellowLink {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.signupForm form .input input, .signupForm form .input {
  font-family: "Open Sans", sans-serif;
}

.mainFoot p, .pageBlock p:first-of-type, .sideNav .contact p {
  font-family: "Open Sans", sans-serif;
}

.mainFoot p a, .swiper-container p, .pageBlock p:nth-of-type(2), .sideNav .contact p a {
  font-family: "Open Sans", sans-serif;
}

.slider {
  position: relative;
}
.slider .swiper-container {
  overflow: hidden;
}
.slider .swiper-container .swiper-wrapper {
  list-style: none;
}
.slider .swiper-container .swiper-wrapper .swiper-slide {
  float: left;
}
.slider .swiper-menu button {
  position: absolute;
  z-index: 100;
  height: 40px;
  width: 45px;
  top: 50%;
  left: 0;
  margin: -20px 0 0 0;
  background-color: white;
  text-indent: -9999px;
}
.slider .swiper-menu button.next {
  left: auto;
  right: 0;
}

.slider .swiper-container .swiper-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.slider .swiper-menu button:before, .mainHead .logo, .sideNav button {
  background-image: url("../sprites/sprite.svg");
  background-size: 500px 500px;
  font-size: 20px;
}

.swiper-container h3, .pageBlock h2, .pageBlock h3, .signupForm form button, .signupForm form .input ul li, .signupForm form legend, .sideNav a, .yellowLink {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.signupForm form .input input, .signupForm form .input {
  font-family: "Open Sans", sans-serif;
}

.mainFoot p, .pageBlock p:first-of-type, .sideNav .contact p {
  font-family: "Open Sans", sans-serif;
}

.mainFoot p a, .swiper-container p, .pageBlock p:nth-of-type(2), .sideNav .contact p a {
  font-family: "Open Sans", sans-serif;
}

.slider .swiper-container .swiper-wrapper:after {
  content: "";
  display: block;
  clear: both;
}

.slider .swiper-menu button:before, .mainHead .logo, .sideNav button {
  background-image: url("../sprites/sprite.svg");
  background-size: 500px 500px;
  font-size: 20px;
}

.swiper-container h3, .pageBlock h2, .pageBlock h3, .signupForm form button, .signupForm form .input ul li, .signupForm form legend, .sideNav a, .yellowLink {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.signupForm form .input input, .signupForm form .input {
  font-family: "Open Sans", sans-serif;
}

.mainFoot p, .pageBlock p:first-of-type, .sideNav .contact p {
  font-family: "Open Sans", sans-serif;
}

.mainFoot p a, .swiper-container p, .pageBlock p:nth-of-type(2), .sideNav .contact p a {
  font-family: "Open Sans", sans-serif;
}

.placeholder {
  pointer-events: none;
  -webkit-transition: 0.3s opacity linear;
  -ms-transition: 0.3s opacity linear;
  transition: 0.3s opacity linear;
  position: absolute;
}
.placeholder.faded {
  opacity: 0.5;
}
.placeholder.hide {
  display: none;
}

.hide {
  display: none !important;
}

.desktop {
  display: none;
}

.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.yellowLink {
  color: rgb(255, 221, 0);
  background-color: rgb(42, 47, 50);
  text-decoration: none;
  font-size: 0.9375rem;
  line-height: 1.2;
  display: inline-block;
  padding: 10px;
}
.yellowLink:hover {
  background-color: #41494e;
}

.grey-bg {
  background-color: rgba(199, 208, 214, 0.25);
}

.section {
  padding: 0 15px;
}

.siteWrap {
  -webkit-transition-timing-function: linear;
  -webkit-transition-duration: 400ms;
  -webkit-transition-property: all;
  -moz-transition-timing-function: linear;
  -moz-transition-duration: 400ms;
  -moz-transition-property: all;
  -o-transition-timing-function: linear;
  -o-transition-duration: 400ms;
  -o-transition-property: all;
  -ms-transition-timing-function: linear;
  -ms-transition-duration: 400ms;
  -ms-transition-property: all;
  transition-timing-function: linear;
  transition-duration: 400ms;
  transition-property: all;
  position: relative;
  z-index: 999;
}

.clear {
  clear: both;
}

.opensidenav .sideNav {
  -webkit-transform: translateX(-272px);
  -ms-transform: translateX(-272px);
  transform: translateX(-272px);
}

.sideNav {
  background-color: rgb(29, 29, 27);
  width: 272px;
  height: 584px;
  position: fixed;
  z-index: 1000;
  right: -272px;
  left: auto;
  top: 0;
  -webkit-overflow-scrolling: auto;
  -webkit-transition-timing-function: linear;
  -webkit-transition-duration: 200ms;
  -webkit-transition-property: all;
  -moz-transition-timing-function: linear;
  -moz-transition-duration: 200ms;
  -moz-transition-property: all;
  -o-transition-timing-function: linear;
  -o-transition-duration: 200ms;
  -o-transition-property: all;
  -ms-transition-timing-function: linear;
  -ms-transition-duration: 200ms;
  -ms-transition-property: all;
  transition-timing-function: linear;
  transition-duration: 200ms;
  transition-property: all;
}
.sideNav button {
  background-position: -60px -60px;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.sideNav .wrap {
  padding-top: 64px;
}
.sideNav a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  display: block;
  padding-left: 30px;
  font-size: 1.0625rem;
}
.sideNav a + a {
  padding-top: 20px;
}
.sideNav .contact {
  padding-left: 30px;
  padding-top: 136px;
}
.sideNav .contact h2 {
  text-indent: -9999px;
  background-image: url("../images/nav-logo.svg");
  background-repeat: no-repeat;
  width: 57px;
  height: 19px;
  display: block;
}
.sideNav .contact p {
  color: rgb(255, 255, 255);
  font-size: 0.75rem;
  line-height: 1.33;
}
.sideNav .contact p a {
  padding-left: 0;
  font-size: 0.75rem;
  line-height: 1.33;
  padding-top: 10px;
}

.mainHead {
  background-position: center center;
  background-size: cover;
  height: 245px;
}
.mainHead.imagePosition {
  background-position: left center;
}
.mainHead .logo {
  text-indent: -9999px;
  background-position: -20px -20px;
  width: 195px;
  height: 18px;
  display: block;
  position: absolute;
  top: 13px;
  left: 17px;
}
.mainHead .logo.logoWallboard {
  background-position: -20px -150px;
}
.mainHead .navButton {
  position: absolute;
  top: 17px;
  left: auto;
  right: 17px;
  -webkit-transition-timing-function: linear;
  -webkit-transition-duration: 200ms;
  -webkit-transition-property: 300ms;
  -moz-transition-timing-function: linear;
  -moz-transition-duration: 200ms;
  -moz-transition-property: 300ms;
  -o-transition-timing-function: linear;
  -o-transition-duration: 200ms;
  -o-transition-property: 300ms;
  -ms-transition-timing-function: linear;
  -ms-transition-duration: 200ms;
  -ms-transition-property: 300ms;
  transition-timing-function: linear;
  transition-duration: 200ms;
  transition-property: 300ms;
}
.mainHead .navButton span {
  display: block;
  width: 28px;
  height: 3px;
  margin: 0 auto;
  pointer-events: none;
  background-color: rgb(255, 255, 255);
}
.mainHead .navButton span + span {
  margin-top: 3px;
}

.signupForm {
  background-color: rgb(255, 221, 0);
  width: 100%;
  margin-bottom: 43px;
}
.signupForm.noBottomMargin {
  margin-bottom: 0;
}
.signupForm form {
  padding: 20px 15px 4px 15px;
}
.signupForm form legend {
  font-size: 1.5625rem;
  padding-bottom: 23px;
  width: 100%;
}
.signupForm form .input + .input {
  margin-top: 15px;
}
.signupForm form .input {
  position: relative;
  padding: 0;
  font-size: 1rem;
}
.signupForm form .input ul {
  list-style: none;
  position: absolute;
  right: 0;
}
.signupForm form .input ul li {
  font-size: 0.75rem;
  display: block;
  padding-top: 10px;
  text-align: right;
  top: -35px;
  position: relative;
  padding-right: 25px;
}
.signupForm form .input input {
  border: none;
  width: 100%;
  height: 39px;
  padding: 0;
  text-indent: 13px;
  font-size: 1rem;
  color: rgba(42, 47, 50, 0.9);
}
.signupForm form .input label {
  position: absolute;
  color: rgba(42, 47, 50, 0.9);
  top: 22px;
  left: 14px;
  margin-top: -8px;
}
.signupForm form .input label.faded {
  opacity: 0.5;
}
.signupForm form .input label.hide {
  opacity: 0;
}
.signupForm form .input label.error {
  left: inherit;
  right: 0;
  padding-right: 25px;
  font-size: 0.75em;
  font-weight: bold;
}
.signupForm form .errorMessage {
  float: left;
  max-width: 160px;
  padding-top: 18px;
  font-family: Arial;
  font-weight: bold;
  font-size: 0.9em;
}
.signupForm form button {
  background-color: rgb(42, 47, 50);
  color: rgb(255, 221, 0);
  width: 119px;
  height: 39px;
  margin-top: 15px;
  float: right;
}
.signupForm form button:hover {
  background-color: #41494e;
}
.signupForm form button:disabled {
  background-color: gray;
}

.pageBlock {
  padding-bottom: 43px;
}
.pageBlock.noBottomPadding {
  padding-bottom: 0;
}
.pageBlock h3 {
  font-size: 1.375rem;
  line-height: 1.09;
}
.pageBlock h2 {
  font-size: 2.5rem;
  padding-bottom: 40px;
  position: relative;
  width: 260px;
}
.pageBlock h2:before {
  content: "";
  display: block;
  width: 258px;
  border-bottom: 1px solid rgb(255, 221, 0);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -50vw;
}
.pageBlock h1 {
  font-size: 30px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.pageBlock h1 .sup {
  vertical-align: super;
  font-size: xx-small;
}
.pageBlock p {
  line-height: 1.46;
}
.pageBlock p:nth-of-type(2) {
  padding-bottom: 44px;
}
.pageBlock a {
  margin-bottom: 44px;
}

.slider {
  height: 325px;
  margin-bottom: 43px;
}
.slider .swiper-menu {
  width: 90px;
  position: absolute;
  height: 40px;
  right: 0;
  bottom: 20px;
}
.slider .swiper-menu button {
  top: 0;
  margin: 0;
  font-size: 0;
  width: 45px;
}
.slider .swiper-menu button:before {
  content: "";
  display: block;
  width: 8px;
  height: 16px;
  background-position: -20px -100px;
  margin: 0 auto;
}
.slider .swiper-menu button + button {
  right: 0;
  left: auto;
}
.slider .swiper-menu button + button:before {
  content: "";
  transform: rotate(180deg);
}

.swiper-container {
  height: 100%;
}
.swiper-container h3 {
  font-size: 1.375rem;
  line-height: 1.09;
  padding-bottom: 42px;
  padding-top: 29px;
}
.swiper-container p {
  line-height: 1.46;
}

.mainFoot {
  height: 53px;
  padding: 0 15px;
  font-size: 0.75rem;
  line-height: 1.2;
}
.mainFoot p {
  padding-top: 17px;
  float: right;
}
.mainFoot p a {
  text-decoration: none;
}
.mainFoot a.url {
  float: left;
  padding-top: 13px;
  font-size: 1.575em;
  font-weight: bold;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
}

.successPage {
  padding: 100px 60px 100px 60px;
  background-color: #FFCC00;
}
.successPage h1 {
  text-align: centre;
  font-family: Arial;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
}
.successPage h3 {
  margin-top: 100px;
  text-align: center;
  font-size: 1.25em;
  font-family: Arial;
  line-height: 200%;
}
.successPage a {
  font-weight: bold;
}
.successPage p {
  text-align: center;
  font-size: 1em;
  font-family: Arial;
}

.copy {
  padding-top: 40px;
}

.banner {
  background-color: black;
  color: white;
  text-align: center;
  line-height: 70px;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5em;
  box-sizing: border-box;
}
.banner ul {
  list-style: none;
}
.banner ul li {
  display: block;
  padding-left: 30px;
  padding-right: 30px;
}
.banner ul li h3 {
  margin: 0;
  padding: 0;
}

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