*{
	box-sizing:border-box;
}
p{
    font-family:"Open Sans";
    font-family:"Muli";
	font-weight:400;
	font-size:18px;
	line-height:1.65;
}
#update p{
    margin: 20px 0 30px 0;
    border-bottom: 1px solid #bbbbbb;
    padding: 0 0 20px;
}
#thankyou p, #unsub p, #notfound p {
    margin: 3px 0 20px 0;
}
h2{
	font-size:30px;
	line-height: 1.5;
	font-weight:400;
    color:inherit;
    margin:0 0 20px;
}
h3{
	font-weight:800;
    font-size: 24px;
    line-height: 1.35;
    color:inherit;
    margin:0;
}
h4{
    font-family: "Lato";
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #87765f;
    letter-spacing: 1.5px;
    margin:0;
}

#interest-wrap{
	padding: 5vw;
	position: relative;
	max-width: 980px;
	margin: 0vw auto;
}
form label{
	font-family: "Lato";
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 600;
    display: block;
    line-height: 1.35;
    margin:0 0 5px;
}
form input {
    display: block;
    border: 1px solid #bbb;
    margin: 0 0 20px;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.35;
    width: 100%;
    outline:none;
}
.submit-wrap {
    text-align: right;
}
#update .submit-wrap{
    border-top: 1px solid #bbb;
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
}
form input[type="submit"],
form input[type="button"]{
	text-transform: uppercase;
    display: inline-block;
    margin: 0;
    padding: 14px 28px;
    text-align: center;
    background: transparent;
    font-family: "Lato";
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 14px;
    width: auto;
    border:none;
    background: #525252;
    color: white;
}
input#F-all {
    background: white;
    border: 1px solid #8c8c8c;
    color: black;
    margin: 10px 0 30px;
    cursor:pointer;
}
header{
	display: -webkit-box;
  	display: -moz-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	flex-direction:row;
    padding: 40px 35px;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    justify-content: center;
}
.brands {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    list-style: none;
    align-items: center;
}

.brands a {
    display: block;
    margin: 0 0 0 20px;
}

.brands a img {
    display: block;
    margin: 0 auto;
    width: 48px;
}

.brands a img[alt="Blackberry Farm"] {
    width: 36px;
}

.brands a img[alt="Blackberry Mountain"] {
    width: 50px;
}

.checkbox span,
.checkbox input[type="checkbox"]{
    width:auto;
    vertical-align:middle;
}
.checkbox {
    margin: 0px 0px 30px;
    position: relative;
    padding: 0 0 0 35px;
}

.checkbox span {
    margin: 0 0 0 0px;
    display:block;
    float:none;
    font-size: 18px;
    line-height:24px; 
}

input[type='checkbox'],
.checkbox input[type='checkbox']{
    cursor:pointer;
    background: #fff;
    width: 22px;
    height: 22px;
    position: absolute;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    border: 1px solid #999999;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
    left:0;
    top:0;
}
input[type='checkbox']:focus,
.checkbox input[type='checkbox']:focus{
	outline:none;
}
input[type='checkbox']:checked,
.checkbox input[type='checkbox']:checked{
    -webkit-appearance: none;
    -webkit-appearance: none;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
    display: inline-block;
    box-shadow: none;
    outline: none;
}
input[type='checkbox']:after,
.checkbox input[type='checkbox']:after{
    content: '\e839';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    font-family: "" display: block;
    background-color: transparent;
    color: #ad9781;
    opacity: 0;
    font-size: 24px;
    line-height: 24px;
    border-radius: 0;
    margin: 0;
    position: absolute;
    top: -4px;
    left: 2px;
    padding: 0px 0 0 0;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
input[type='checkbox']:checked:after,
.checkbox input[type='checkbox']:checked:after{
    opacity:1;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}

@media only screen and (max-width: 768px){
    h2 {
        font-size: 28px;
        line-height: 1.3;
    }
    p{
        font-size: 16px;
        line-height: 1.5;
    }
    .checkbox span {
        font-size: 16px;
        line-height: 23px;
    }
    header{
        padding: 15px 25px;
    }
}

