/* ------ Helvetica Neue ------ */
@font-face {
  font-family: 'Helvetica Neue';
  src: url('../../fonts/HelveticaNeueLT-Roman.eot');
  src: url('../../fonts/HelveticaNeueLT-Roman.eot?#iefix') format('embedded-opentype'), url('../../fonts/HelveticaNeueLT-Roman.woff2') format('woff2'), url('../../fonts/HelveticaNeueLT-Roman.woff') format('woff'), url('../../fonts/HelveticaNeueLT-Roman.svg#HelveticaNeueLT-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Panton';
  src: url('../../fonts/Panton-Bold.eot');
  src: url('../../fonts/Panton-Bold.eot?#iefix') format('embedded-opentype'), url('../../fonts/Panton-Bold.woff2') format('woff2'), url('../../fonts/Panton-Bold.woff') format('woff'), url('../../fonts/Panton-Bold.ttf') format('truetype'), url('../../fonts/Panton-Bold.svg#Panton-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Panton';
  src: url('../../fonts/Panton-Regular.eot');
  src: url('../../fonts/Panton-Regular.eot?#iefix') format('embedded-opentype'), url('../../fonts/Panton-Regular.woff2') format('woff2'), url('../../fonts/Panton-Regular.woff') format('woff'), url('../../fonts/Panton-Regular.ttf') format('truetype'), url('../../fonts/Panton-Regular.svg#Panton-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Panton';
  src: url('../../fonts/Panton-Light.eot');
  src: url('../../fonts/Panton-Light.eot?#iefix') format('embedded-opentype'), url('../../fonts/Panton-Light.woff2') format('woff2'), url('../../fonts/Panton-Light.woff') format('woff'), url('../../fonts/Panton-Light.ttf') format('truetype'), url('../../fonts/Panton-Light.svg#Panton-Light') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Panton';
  src: url('../../fonts/Panton-SemiBold.eot');
  src: url('../../fonts/Panton-SemiBold.eot?#iefix') format('embedded-opentype'), url('../../fonts/Panton-SemiBold.woff2') format('woff2'), url('../../fonts/Panton-SemiBold.woff') format('woff'), url('../../fonts/Panton-SemiBold.ttf') format('truetype'), url('../../fonts/Panton-SemiBold.svg#Panton-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
}
/* ------- Colours & General ------- */
header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.h100 {
  height: 100%;
}
.w100 {
  width: 100%;
}
.hide {
  opacity: 0;
}
.hidden {
  display: none;
}
/* ------- Font Sizes ------- */
body {
  font-size: 16px;
  letter-spacing: 0.36px;
  line-height: 20.43px;
}
/* ------- General ------- */
body {
  color: #000;
  font-family: 'Panton', Arial, Helvetica, sans-serif;
  font-weight: normal;
}
.container {
  padding-left: 70px;
  padding-right: 70px;
  max-width: 1750px;
}
strong {
  font-weight: bold;
}
header {
  position: relative;
  color: #fff;
  min-height: 292px;
  height: 292px;
}
header h1 {
  font-size: 400%;
  font-weight: 300;
}
header:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  overflow: hidden;
}
header .header_title, header .logo {
  z-index: 1;
  position: relative;
}
header .logo {
  max-width: 412px;
  width: 100%;
  background-color: #ff6b00;
  padding: 32px;
  position: absolute;
  right: 88px;
  top: 0;
}
header .header_title strong {
  color: #ff6b00;
}
.orange_block {
  background-color: #ff6b00;
  padding: 50px 0px;
}
.orange_block h1, .orange_block h2, .orange_block h3, .orange_block h4 {
  color: #fff;
}
.orange_block h4 {
  font-size: 280%;
}
.orange_block .left {
  border-right: 2px solid #fff;
  padding-right: 60px;
}
.orange_block .left h1, .orange_block .left h2, .orange_block .left h3, .orange_block .left h4 {
  font-weight: 300;
}
.orange_block .left p {
  font-weight: normal;
}
.orange_block .right {
  padding-left: 60px;
}
.orange_block .right h4 {
  font-size: 230%;
  color: #000;
}
.orange_block .right form {
  display: flex;
  align-items: flex-end;
}
.orange_block .right form input {
  background-color: #ff6b00;
  border: none;
}
.orange_block .right form input[type="email"] {
  border-bottom: 2px solid #000;
  font-weight: bold;
}
.orange_block .right form input[type="submit"] {
  color: #fff;
  border-radius: 4px;
  background-color: #2c2c2e;
  padding: 10px 68px;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: 0.36px;
  line-height: 37px;
  cursor: pointer;
  margin-left: 28px;
}
.orange_block .right form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
}
.orange_block .right form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
.orange_block .right form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 1;
}
.orange_block .right form input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
}
.white_block {
  padding: 62px 0;
}
.white_block img {
  padding-right: 62px;
}
.white_block p {
  line-height: normal;
  margin-bottom: 6px;
}
.white_block a {
  color: #000;
}
.white_block ul li {
  list-style-type: none;
  font-size: 26px;
  line-height: 40px;
  letter-spacing: 0.62px;
  font-weight: normal;
}
.white_block ul li:before {
  content: "-";
  color: #ff6b00;
  text-indent: -5px;
  padding-right: 10px;
}
footer {
  background-color: #ff6b00;
  padding: 134px 0 86px;
}
footer .left {
  padding-top: 32px;
}
footer .left h1, footer .left h2, footer .left h3, footer .left p, footer .left a {
  font-weight: 600;
  font-size: 28px;
  line-height: 41px;
  letter-spacing: 0.62px;
}
footer .left h3 {
  margin-bottom: 168px;
}
footer .left p {
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 41px;
  letter-spacing: 0.62px;
}
footer form label {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.29px;
  font-weight: normal;
  line-height: 15px;
  font-size: 18px;
  padding-top: 32px;
}
footer form input, footer form textarea {
  background-color: #ff6b00;
  border: none;
  border-bottom: 1px solid #000;
  margin-top: 0.5rem;
  width: 100%;
}
footer form input[type="submit"], footer form textarea[type="submit"] {
  color: #fff;
  border-radius: 4px;
  background-color: #2c2c2e;
  padding: 10px 68px;
  font-weight: normal;
  text-transform: capitalize;
  letter-spacing: 0.36px;
  line-height: 37px;
  cursor: pointer;
  max-width: 182px;
}
footer form input::-webkit-input-placeholder, footer form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  opacity: 1;
  color: #2c2c2e;
  font-size: 16px;
  line-height: 37px;
  letter-spacing: 0.36px;
  font-weight: normal;
  opacity: 1;
}
footer form input::-moz-placeholder, footer form textarea::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #2c2c2e;
  font-size: 16px;
  line-height: 37px;
  letter-spacing: 0.36px;
  font-weight: normal;
  opacity: 1;
}
footer form input:-ms-input-placeholder, footer form textarea:-ms-input-placeholder {
  /* IE 10+ */
  opacity: 1;
  color: #2c2c2e;
  font-size: 16px;
  line-height: 37px;
  letter-spacing: 0.36px;
  font-weight: normal;
  opacity: 1;
}
footer form input:-moz-placeholder, footer form textarea:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #2c2c2e;
  font-size: 16px;
  line-height: 37px;
  letter-spacing: 0.36px;
  font-weight: normal;
  opacity: 1;
}
footer form input[type="checkbox"] {
  max-width: 18px;
  font-size: 16px;
  font-weight: normal;
  line-height: 37px;
  width: auto;
  margin-right: 10px;
}
footer form textarea {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  resize: none;
  height: 238px;
}
footer form .wpcf7-list-item {
  margin-top: 36px;
  margin-left: 0px;
  text-transform: uppercase;
  letter-spacing: 0.29px;
  font-weight: normal;
  line-height: 15px;
}
footer form a {
  color: #000;
  font-size: 16px;
}
footer form a:hover {
  text-decoration: none;
}
.wpcf7-response-output {
  display: none !important;
}
.thankyou-page-template {
  background-color: #ececec;
}
.thankyou-page-template p, .thankyou-page-template h2 {
  text-align: center;
}
.thankyou-page-template p a, .thankyou-page-template h2 a {
  color: #ff6b00;
}
.thankyou-page-template .container {
  height: calc(100vh - 292px);
}
.thankyou-page-template .button {
  margin-top: 12px;
  border: 1px solid #fff;
}
.thankyou-page-template .button a {
  text-transform: uppercase;
  padding: 15px 30px;
  display: block;
}
.thankyou-page-template .button a:hover {
  background-color: #fff;
  text-decoration: none;
}
