*{
	max-height: 100000px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

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

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}


/**
 * 2.0 - Genericons
 */

.social-navigation a:before,
.secondary-toggle:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.comment-navigation .nav-next a:after,
.comment-navigation .nav-previous a:before,
.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before,
.pagination .prev:before,
.pagination .next:before,
.image-navigation a:before,
.image-navigation a:after,
.format-link .entry-title a:after,
.entry-content .more-link:after,
.entry-summary .more-link:after,
.author-link:after {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 Typography
 */

body,
button,
input,
select,
textarea {
	color: #333;
	background: #fff;
	font: 14px/1.2 Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
}

p {
	margin-bottom: 1.6em;
}

b,
strong {
	font-weight: 700;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border-left: 4px solid #707070;
	border-left: 4px solid rgba(51, 51, 51, 0.7);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-size: 18px;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 1.6667;
	margin-bottom: 1.6667em;
	padding-left: 0.7778em;
}

blockquote p {
	margin-bottom: 1.6667em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	color: #333;
	font-size: 15px;
	font-size: 1.5rem;
	font-family: "Noto Sans", sans-serif;
	line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: Inconsolata, monospace;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}

pre {
	background-color: transparent;
	background-color: rgba(0, 0, 0, 0.01);
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 0.8em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}


/**
 * 4.0 Elements
 */

hr {
	background-color: #eaeaea;
	background-color: rgba(51, 51, 51, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 1.6em;
}

ul,
ol {
	margin: 0 0 1.6em 1.3333em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed; /* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th, td {
	padding: 0.4em;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

figure {
	margin: 0;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

:-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}

::-moz-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
}


/**
 * 5.0 Forms
 */

button,
input,
select,
textarea {
	background-color: #f7f7f7;
	border-radius: 0;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

input:focus,
textarea:focus {
	background-color: #fff;
	border: 1px solid #c1c1c1;
	border: 1px solid rgba(51, 51, 51, 0.3);
	color: #333;
}

input:focus,
select:focus {
	outline: 2px solid #c1c1c1;
	outline: 2px solid rgba(51, 51, 51, 0.3);
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 0.7917em 1.5em;
	text-transform: uppercase;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	outline: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	padding: 0.375em;
	width: 100%;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: 0;
}

.post-password-form {
	position: relative;
}

.post-password-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.post-password-form input[type="submit"] {
	padding: 0.7917em;
	position: absolute;
	right: 0;
	bottom: 0;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

.search-form input[type="submit"],
.widget .search-form input[type="submit"] {
	padding: 0;
}


/**
 * 6.0 Navigations
 */


/**
 * 6.1 Links
 */

a {
	color: #333;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

#header{
	border-top: 14px solid #b9e3ef;
	overflow: hidden;
}
 #header .holder{
 	margin: 0 auto;
 	overflow: hidden;
 	max-width: 800px;
 	padding: 35px 0 20px;
 	border-bottom: 3px solid #2a8da9;
 }

.logo,
.logo-mills{
	background: url(../images/logo.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	width: 200px;
	height: 66px;
	margin: 0 0 13px;
}
.logo a,
.logo-mills a{
	display:block;
	height:100%;
}

.logo-mills{
	margin: 0;
	background: url(../images/top-signature.jpg) no-repeat;
	width: 162px;
	height: 66px;
	display: block;
	background-size: 100% 100%;
}
.signature{
	float: left;
	position: relative;
	margin: 0 5% 0 0;
    padding-right: 4.5%;
}
.signature:before{
	content: '';
	width: 1px;
	height: 66px;
	position: absolute;
	top: 0;
	right: 0;
	background: #d6d6d7;
}

#main{
	margin: 0 auto;
 	overflow: hidden;
 	max-width: 800px;
 	padding: 30px 0 0;
}
.entry-header{
	overflow: hidden;
	margin: 0 0 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d6d6d7;
}
.entry-header h1{
	font-size: 24px;
	line-height: 1.2;
	color: #000;
	text-transform: uppercase;
	margin: 0 0 12px;
}
.entry-header p{margin: 0 0 12px;}
.entry-header .req{
	display: block;
	color: #298ca9;
	font-style: italic;
	font-weight: bold;
}
.form-list{
	list-style:none;
	margin:0;
	padding:0;
	counter-reset: list;
}
.form-list > li:after{
	display: block;
	clear: both;
	content: '';
}
.form-list > li{
	position: relative;
	padding: 20px 0 20px 48px;
	border-bottom: 1px solid #d6d6d7;
}
.form-list > li:before{
	content: counter(list, upper-alpha) "";
	counter-increment: list;
	position: absolute;
	font-size: 18px;
	line-height: 34px;
	font-weight: bold;
	left: 0;
	top: 25px;
	background: #b9e3ef;
	height: 33px;
	width: 33px;
	border-radius: 33px;
	color: #fff;
	text-align: center;
}
.form-list li.required-item:before{background: #afd95d;}
.form-list li .title{
	color: #298ca8;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
}
.form-list li .title mark{
	color: #000;
	font-style: italic;
	font-weight: normal;
	background: none;
}
.form-list li .column .title{padding: 0 !important;}

.form-list input[type=text],
.form-list input[type=email],
.form-list textarea{
	background: #f8f8f8;
	border: 1px solid #d6d6d6;
	border-radius: 1px;
	width: 100%;
	height: 56px;
	margin: 0;
	padding: 2px 14px;
	font-size: 14px;
	line-height: 31px;
	text-overflow: ellipsis;
}
.form-list input[type=email],
.form-list input[type=text].yourname{
	height: 31px;
	width: 46%;
}
p.formats{
	margin: 0 0 30px;
	word-break: break-word;
}
.form-list textarea{
	max-height: 56px;
	min-height: 56px;
	resize: none;
	overflow: auto;
	line-height: 17px;
	padding: 10px 14px;
}
.form-list span.Brand{
	display: block;
	width: 100%;
	overflow: hidden;
}
.form-list span.Existing{
	display: block;
	width: 46%;
}
.form-list input[type=submit]{
	background: #afd95d;
	border: 0;
	width: 90px;
	height: 31px;
	margin: 0;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 33px;
	font-weight: bold;
}

.yourdivision .wpcf7-list-item{
	display: block;
	margin: 0;
	font-size: 14px;
	line-height: 1.2;
}
.wpcf7-list-item label{
	position: relative;
	display: block;
	padding: 0 0 8px 20px;
}
.brand .wpcf7-list-item,
.search .wpcf7-list-item{
	float: left;
	width: 49%;
	margin-left: 2%;
}
.search .wpcf7-list-item{width: 30%;}
.brand .wpcf7-list-item:first-child,
.search .wpcf7-list-item:first-child{margin-left: 0;}
.brand .wpcf7-list-item:first-child{width: 56%;}
.brand .wpcf7-list-item{width: 42%;}

.form-list .column{
	float: left;
	width: 46%;
	margin-left: 0;
}
.form-list .column:last-child{margin-left: 8%;}
.form-list .column input[type=email]{width: 100%;}
.form-list .column > div:first-child{margin: 0 0 16px;}
.form-list .col{
	float: left;
	width: 38%;
	margin-left: 2%;
}
.form-list .col:first-child{
	margin-left: 0;
	width: 38%;
}
.form-list .col:first-child + .col{width: 20%;}

/* radio */
.dp-radio {
   	position: absolute;
   	left: 0;
   	top: 1px;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 1px solid #d6d6d7;
    border-radius: 13px;
    height: 13px;
    width: 13px;
}
.dp-radio span{
    display:none;
    position:absolute;
    top:3px;
    left:3px;
    right:3px;
    bottom:3px;
    background:#777;
    border-radius:100%;
}
.dp-radio.dp-checked span {display:block;}

.wpcf7-not-valid-tip{
	display: block;
	padding-top: 10px;
	clear: both;
}

/* common styles */
/*.dp-disabled li, .dp-disabled {background: #ddd !important;}
.dp-focus, .dp-focus * {border-color: #f00 !important;}*/

/* file */
.dp-file {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    background: #fff;
    margin: 18px 0;
}
.dp-file .dp-real-element {
    position: absolute;
    font-size: 200px;
    height: 200px;
    margin: 0;
    right: 0;
    top: 0;
}
.dp-file .dp-input {
    display: inline-block;
    text-overflow:ellipsis;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden;
    border: 1px solid #d6d6d6;
    padding: 0 8px 0 15px;
    font-size: 14px;
    line-height: 31px;
    color: #000;
    height: 31px;
    width: 352px;
    background: #f8f8f8;
    border-radius: 1px;
}
.dp-file .dp-upload-button {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #d3d3d3;
    margin: 0 0 0 -1px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 31px;
    font-weight: bold;
    height: 31px;
    width: 90px;
    color: #fff;
    text-align: center;
    background: #d6d6d7;
    border-radius: 1px;
    cursor: pointer;
}

/* select */
.select-area{
	position: relative;
}
.dp-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #d6d6d6;
    background: #f8f8f8;
    margin: 0;
    min-width: 353px;
    height: 31px;
}

.dp-select-static {
    display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #777;
    background: #fff;
    margin: 0 0 12px;
    min-width: 150px;
}

.dp-select .dp-select-input {
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 13px;
    line-height: 31px;
    margin: 0 35px 0 15px;
}
.dp-select .dp-select-opener {
    position: absolute;
    text-align: center;
    background: #d6d6d7;
    width: 25px;
    height: 25px;
    bottom: 2px;
    right: 2px;
    top: 2px;
}
.dp-select .dp-select-opener:before{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 6.5px 0 6.5px;
	border-color: #fff transparent transparent transparent;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -4px 0 0 -5px;
}

span.wpcf7-form-control-wrap{
	display: block;
}
button.btn-remove{margin: 18px 0;}
.trademark-1,
span.Describe,
span.Describe + label,
div[class*=describeattach-]{
	margin: 0 0 18px;
	display: block;
}
div[class*=describeattach-] button.btn-remove{margin: 18px 0 0;}

/* select options styles */
.dp-select-drop {
    border: 1px solid #d6d6d6;
}

/*select list*/
.dp-select-list, .dp-select-list ul{
    list-style: none;
    padding: 0;
    margin: 0;
    background: #f8f8f8;
    line-height: 14px;
    font-size: 12px;
    width: 100%;
}
.dp-select-list li {
    overflow: hidden;
    display: block;
}
.dp-select-list .dp-option {
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 16px;
    color: #656565;
    height: 1%;
}
.dp-select-list .dp-disabled {
    background: #fff !important;
    color: #aaa !important;
}
.dp-select-list .dp-hover {
    background: #d6d6d7;
    color: #000;
}
.dp-select-list .dp-selected {
    background: #d6d6d7;
    color: #000;
}
.dp-select-list .dp-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}
.dp-select-list .dp-optgroup .dp-option {
    padding-left: 30px;
}


@media only screen and (max-width: 830px){
	#header,
	#main{
		padding-left: 15px;
		padding-right: 15px;
	}
	.logo,
	.logo-mills{
		background-size: 100% 100%;
		width: 124px;
		height: 41px;
	}
	.logo-mills{width: 100px;}
	.form-list > li{padding-left: 0;}
	.form-list > li:before{
		width: 23px;
		height: 23px;
		font-size: 14px;
		line-height: 23px;
	}
	.form-list .column,
	.form-list .col{
		width: 100%;
		float: none;
		margin: 0 0 10px;
	}
	.form-list .column:last-child,
	.form-list .column:first-child{margin-left: 0;}
	.form-list .title + .column{margin-bottom: 16px;}
	.form-list li .title{
		padding-top: 5px;
		font-size: 16px;
		padding-left: 28px;
	}
	.form-list span.Existing,
	.form-list input[type="email"],
	.form-list input[type="text"].yourname{width: 100%;}
	.dp-file .dp-input{
		width: 202px;
	}
	.dp-select{
		width: 100%;
		min-width: 290px;
	}
	.form-list input[type=text],
	.form-list textarea{
		height: 88px;
	}
	.form-list textarea{
		max-height: 88px;
		min-height: 88px;
	}
	.brand .wpcf7-list-item,
	.search .wpcf7-list-item{
		float: none;
		width: 100%;
		margin: 0;
	}
	.dp-select .dp-select-opener:before{margin: -3px 0 0 -6px;}
	.g-recaptcha{margin: 0 0 0 -5px;}
	/*.g-recaptcha > div > div{
		max-width: 290px;
		width: 100% !important;
	}
	.g-recaptcha > div > div iframe{width: 100% !important;}*/
}