@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: Miller Regular;
	src:  url("../fonts/Miller_Regular.woff") format('woff')
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
	font-family: "Miller Regular";
	overflow-y: scroll;
	background-color: #E3E4E0;
}
h1.title {
	font-family: "Miller Regular";
	font-size: 34px;
	line-height: 61px;
	letter-spacing: 3.74px;
	text-align: center;
	font-weight: bold;
	color: #153453;
	position: relative;
	margin-top: 65px;
	padding-bottom: 130px;
	margin-bottom: 90px;
}
h1.title:after {
	content: "";
	width: 2px;
	height: 102px;
	background: #153453;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -1px;
}
input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.main-content {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 0 15px;
}
.contact-details {
	display: flex;
	flex-direction: column;
}
.form-title {
	font-family: "Miller Regular";
	font-size: 20px;
	line-height: 36px;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	font-weight: bold;
	color: #153453;
}
.contact-title .form-title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}
.contact-title .form-title:after {
	content: "";
	border-style: solid;
	border-color: #333333;
	border-width: 1px 1px 0 0;
	display: inline-block;
	width: 12px;
	height: 12px;
	transform: rotate(-45deg);
	transition: transform 0.5s ease-out;
}
.contact-title.rotate .form-title:after {
	transform: rotate(135deg);
}
.contact-group {
	overflow: hidden;
	transition: max-height 0.5s;
}
.contact-group.minimise {
	max-height: 82px;
}
.contact-element {
	position: relative;
	margin-top: 32px;
}
.contact-element input, .contact-element textarea {
	font-family: "Miller Regular";
	font-size: 20px;
	line-height: 36px;
	color: #153453;
	width: 100%;
	height: 50px;
	border: 1px solid #153453;
	padding: 12px 16px 0;
	outline: none;
	background: transparent;
}
.contact-element label {
	position: absolute;
	top: 7px;
	left: 16px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-family: "Miller Regular";
	font-size: 20px;
	line-height: 36px;
	color: #153453;
}
::-webkit-input-placeholder {
  opacity: 0;
  transition: inherit;
}
.contact-element input:not(:placeholder-shown) + label, .contact-element input:focus + label, .contact-element textarea:not(:placeholder-shown) + label, .contact-element textarea:focus + label {
  transform: translate(0, -5px) scale(1);
  cursor: pointer;
	font-family: "Miller Regular";
	font-size: 10px;
	line-height: 24px;
	letter-spacing: 1.5px;
	/*text-transform: uppercase;*/
}
.not-you {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}
.not-you a {
	color: #153453;
	font-family: "Miller Regular";
	font-size: 16px;
	line-height: 24px;
	text-decoration: underline;
}
.preferences {
	margin-top: 90px;
}
.preference-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
	margin-bottom: 20px;
}
.subscribe, .preference-element {
	display: flex;
	flex-direction: row;
	position: relative;
	align-items: center;
}
.preference-element {
	font-family: "Miller Regular";
	font-size: 20px;
	line-height: 36px;
	color: #16293F;
	width: 100%;
	padding-left: 45px;
	border-bottom: 3px solid #153453;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
.checkmark {
	width: 20px;
	height: 20px;
	border: 1px solid #153453;
	background: transparent;
	position: absolute;
	left: 0;
	top: 6px;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
	width: 11px;
	height: 25px;
	border: solid #4C4D4F;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 3px;
	top: -8px;
}
.semi-selected .checkmark:after {
	width: 0;
	transform: rotate(80deg);
	left: 8px;
	top: -4px;
}
input[type="checkbox"]:checked ~ .checkmark:after {
	display: block;
}
.subscribe .checkmark {
	left: unset;
	right: 0;
}
.subscribe {
	font-family: "Miller Regular";
	font-size: 16px;
	line-height: 25px;
	color: #16293F;
	padding-right: 30px;
}
.submit {
	display: flex;
	justify-content: center;
	padding: 60px 0 90px;
}
input:read-only {
	cursor: no-drop;
	background: #ccc;
}
input[type="submit"] {
	width: 178px;
	height: 44px;
	border-width: 0;
	background: #153453 !important;
	color: #ffffff;
	font-family: "Miller Regular";
	font-size: 18px;
	line-height: 38px;
	cursor: pointer !important;
}
.success-message {
	text-align: center;
	font-family: "Miller Regular";
	color: #16293F;
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 90px;
}
.error {
	color: #ff0000;
}
#address1 {
	height: 100px;
}
#address1:not(:placeholder-shown), #address1:focus {
   	padding-top: 18px;
    line-height: 26px;
}
.thumb {
	float: right;
    width: 180px;
    height: auto;
    margin-left: 20px;
}
#banner {
	margin-bottom: 50px;
	background-image: url("https://mail.walterscott.com/journal15/assets/img/banner2-1.jpg");
		background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.trj {
	width:276px;
	height:159px;
	margin-top:20px;
}






/*Placeholder to dissappear - Firefox fix*/
#email::-moz-placeholder,
#email:focus::-moz-placeholder {color:transparent!important}

#firstname::-moz-placeholder,
#firstname:focus::-moz-placeholder {color:transparent!important}

#lastname::-moz-placeholder,
#lastname:focus::-moz-placeholder {color:transparent!important}

#company::-moz-placeholder,
#company:focus::-moz-placeholder {color:transparent!important}




@media (max-width: 400px) {
	.thumb {
    width: 120px;
	}

}

@media (max-width: 300px) {
	.thumb {
    display: none !important;
	}

}







