@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	background: transparent;
	border: 0;
	font-size: 100%;
	list-style: none;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

textarea {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none !important;
	resize: none;
}

* {
	outline: none !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
	content: '';
	content: none;
}

a {
	background: transparent;
	font-size: 100%;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
}

a:hover {
	text-decoration: underline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
li {
  list-style: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
body {
  font-family: "neue-haas-grotesk-display", sans-serif;
}
img {
  max-width: 100%;
}

body {
  border-top: 10px solid #f26d21;
  background-color: #ededed;
}

#layout {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
#header {
  padding-top: 30px;
  height: 175px;
  max-width: 1500px;
  margin: 0 auto;
}
.head-right {
  float: left;
  color: #000;
  font-size: 55px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
  padding-top: 24px;
}
.head-right span strong {
  color: #f26d21;
}

#body-container {
  float: left;
  width: 100%;
  padding-top: 45px !important;
}
.logo img {
  width: 120px;
  float: left;
  margin-right: 40px;
}

.left-container {
  padding: 45px;
  float: left;
  width: calc(100% - 410px);
  background-color: #fff;
  border-left: 10px solid #f26d21;
}
.left-container h1 {
  color: #f26d21;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 0.9;
  padding-bottom: 32px;
}
/*.left-container h1 br{display:none;}*/
.left-container h1 strong {
  font-size: 44px;
}
.left-container h2 {
  color: #6d6f70;
  font-size: 30px;
  font-style: normal;
  font-weight: 200;
  line-height: 1.2;
  padding-bottom: 32px;
}
.left-container p {
  color: #192322;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 300;
  font-style: normal;
  padding-bottom: 32px;

  color: #202a37;
  font-size: 21px;
  line-height: 1.715;
}
.left-container p:last-child {
  padding-bottom: 0px;
}
.left-container p strong {
  color: #6d6f70;
  font-weight: 700;
}
.left-container ul {
	padding: 0 0 32px 30px;
}
.left-container li {
  color: #192322;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 300;
  font-style: normal;
  list-style: disc;
  color: #202a37;
  font-size: 21px;
  line-height: 1.715;
}
.left-container .thumb-holder {
  height: 220px;
  position: relative;
  top: 9px;
  transform-style: preserve-3d;
  transform: rotateY(20deg) rotateX(10deg) rotateZ(-10deg);
  width: 260px;
  float: right;
  display: flex;
}

.left-container .thumb-holder img {
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 0 2px 2px 0;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateZ(50px);
  width: 260px;
}

.left-container .thumb-holder::after {
  background-color: #01060f4f;
  border-radius: 0;
  content: " ";
  filter: blur(8px);
  height: 170px;
  left: -1px;
  position: absolute;
  top: 40px;
  transform: translateZ(1px) rotateX(25deg);
  width: 260px;
}
.left-container .thumb-holder.portrait img {
  height: 230px;
  left: 20px;
  width: auto;
}

.left-container .thumb-holder.portrait::after {
  height: 200px;
  left: 20px;
  top: 40px;
  transform: translateZ(1px) rotateX(25deg);
  width: 180px;
}

.left-container .cover-holder {
	align-self: center !important;
	display: flex !important;
	justify-content: space-evenly;
	margin: 0 auto 20px;
    max-width: 270px;
	width: 100%;
}
@media (min-width: 769px) {
	.left-container .cover-holder {
		float: right;
		margin: 0;
	}
}

.left-container .cover-holder .cover3d {
	align-items: center;
	display: flex;
	justify-content: center;
	perspective: 600px;
}

.left-container .cover-holder .cover {
	position: relative;
	transform-style: preserve-3d;
	transform: rotateY(20deg) rotateX(10deg) rotateZ(-10deg);
}

.left-container .cover-holder.landscape .cover {
	height: 210px;
	top: 9px;
	width: 210px;
}

.left-container .cover-holder.portrait .cover {
	height: 285px;
	top: 9px;
	width: 189px;
}

.left-container .cover-holder .cover::after {
	background-color: #01060f4f;
	border-radius: 0;
	content: ' ';
	filter: blur(8px);
	left: -1px;
	position: absolute;
	transform: translateZ(1px) rotateX(25deg);
}

.left-container .cover-holder.landscape .cover::after {
	height: 154px;
	top: 24px;
	width: 204px;
}

.left-container .cover-holder.portrait .cover::after {
	height: 217px;
	top: 34px;
	width: 184px;
}

.left-container .cover-holder img {
	background-color: #ffffff;
	border: 1px solid #ccc;
	border-radius: 0 2px 2px 0;
	height: auto;
	left: 0;
	margin: 0 auto;
	position: absolute;
	top: 0;
	transform: translateZ(50px);
	width: 277px;
}
@media (min-width: 769px) {
	.left-container .cover-holder img {
		margin: 0;
	}
}

.right-container {
  float: right;
  width: 410px;
  padding-left: 40px;
}
.right-container .inner {
  float: left;
  width: 370px;
}
.right-container h3 {
  color: #6d6f70;
  font-size: 17px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: normal;
  width: 370px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.right-container p {
  color: #ffffff;
  color: #6d6f70;
  font-size: 15px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: normal;
  width: 370px;
  line-height: 1.2;
}
.right-container ul {
  float: left;
  width: 100%;
  padding-top: 20px;
}
.right-container ul li {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
.right-container ul li input[type="text"],
.right-container ul li input[type="email"] {
  color: #acacac;
  font-size: 15px;
  font-weight: 300;
  width: 100%;
  border: 1px solid #000;
  padding: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.right-container ul li input[type="submit"] {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  width: 100%;
  padding: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #bc3333;
  border: none;
}

#footer {
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer p {
  font-size: 15px;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #6d6f70;
}
.left-container p a {
  color: #6d6f70;
  text-decoration: underline;
}
.left-container p a:hover {
  color: #f26d21;
  text-decoration: underline;
}

@media only screen and (max-width: 1599px) {
  #header {
    max-width: 1240px;
    padding: 30px 20px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #body-container {
    float: left;
    width: 100%;
  }
  #header {
    float: left;
    width: 100%;
    padding: 20px 20px 0;
    height: 170px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .head-right {
    float: right;
    font-size: 38px;
  }
  .left-container {
    float: left;
    width: 100%;
    padding: 50px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .right-container {
    float: left;
    width: 100%;
    padding: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .right-container .inner {
    float: none;
    width: 340px;
    margin: 0 auto;
  }
  .left-container p {
    font-size: 20px;
    line-height: 1.4;
  }
  #footer {
    text-align: center;
    padding: 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  #header {
    float: left;
    width: 100%;
    padding: 10px 10px 0px;
    height: 120px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .head-right {
    font-size: 27px;
    padding-top: 33px;
    float: right;
  }
  .head-right span {
    display: none;
  }
  .logo {
    width: 155px;
    float: left;
  }
  #layout {
    padding: 0 10px;
  }
  .left-container {
    float: left;
    width: 100%;
    padding: 40px 20px 20px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .thumb-holder {
    display: none;
  }
  .left-container h1,
  .left-container h2 {
    text-align: center;
  }
  .left-container h1 {
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 20px;
  }
  .left-container h1 strong {
    font-size: 38px;
  }
  .left-container h1 br {
    display: block;
  }
  .left-container h2 {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .left-container p {
    font-size: 18px;
    line-height: 1.333;
    padding-bottom: 20px;
  }
  .right-container {
    float: left;
    width: 100%;
    padding: 20px 20px 20px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .right-container .inner {
    float: none;
    width: 100%;
  }
  .right-container p {
    width: 100%;
  }
  .right-container h3 {
    width: 100%;
  }
  #footer {
    text-align: center;
    padding: 20px 20px 20px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .head-right {
    font-size: 27px;
    padding-top: 32px;
    padding-bottom: 20px;
  }
}

main:before {
  display: none;
}
