/*
All theme updates should take place in the following file only.
Do not edit styles above. Override in the following file.
*/

/* @import "template_update_1.css"; Using a string */

/* DO NOT EDIT STYLES BELOW. Override in imported file above */

/*
standard stuff
*/

/* body {
	margin: 0 auto;
	height: 100%;
	min-height: 100%;
} */

.wrapper {
	margin: 0 auto;
	position: relative;
	display: block;
	min-height: 1px;
}

header {
	position: relative;
}

main {
	position: relative;
	display: block;
	clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	display: block;
	position: relative;
	margin-top: 1px;
}

a {
	color: #2991d6;
}
.tableContainer {
	display: table;
	margin: 0 auto;
	position: relative;
}
.cell {
	display: table-cell;
	float: left;
	vertical-align: top;
}

.clear {
	clear: both;
	display: block;
	position: relative;
	font-size: 1px;
}

aside li,
aside p {
	line-height: 125%;
}

aside ul {
	padding-left: 0;
}

/* ===== == = === SEARCH === = == ===== */

label.screen-reader-text {
	display: none;
}

#searchform input {
	outline: none;
}
#searchform input#s {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
	line-height: 160%;
}
#searchform input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none;
}
#searchform input#s {
	background: url(../images/search-icon.png) no-repeat 6px 8px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	padding: 8px 8px 2px 40px;
}
#searchform input#s {
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
	border: none;
}
.searchform input {
	color: #000;
	padding-top: 4px;
	padding-left: 3px;
}
/* #searchform input#s:hover {
	background: url(../images/search-icon.png) no-repeat 3px 8px;
}
#searchform input#s:focus {
	background: url(../images/search-icon.png) no-repeat 3px 8px;
	padding-left: 26px;
	color: #000;
	cursor: auto;
} */

.top-search #searchform input#s:focus {
	background: url(../images/search-icon.png) no-repeat 3px 8px;
	padding-left: 26px;
	color: #fff;
	cursor: auto;
}
#searchform input:-moz-placeholder {
	color: transparent;
}
#searchform input::-webkit-input-placeholder {
	color: transparent;
}

article input#s {
	background: url(../images/search-big.png) no-repeat 10px 6px;
	font-size: 100%;
	height: 30px;
	line-height: 130%;
	padding: 0.1em 0.3em 0.6em 2.5em;
	position: relative;
	width: 95%;
	margin: 0 0 1.25em 0;
	display: block;
}
input#searchsubmit {
	display: none;
}
button.screen-reader-text {
	display: none;
}
.search-box {
	display: block;
	/* height: 2.7em; */
	margin-bottom: 1.5em;
	/* border: 1px solid silver; */
	/* background-color: #ffffff; */
}

/* article */

article p {
	display: block;
}
article ul {
	line-height: 140%;
	margin-left: 1.5em;
	padding-bottom: 1em;
}
article ol {
	line-height: 140%;
	margin-left: 1.5em;
	padding-bottom: 1em;
	list-style-type: decimal;
}
article ol ol {
	font-size: inherit;
}
article ol ol:last-child {
	padding-bottom: 1em;
}
article ol li {
	list-style-type: decimal;
	margin-bottom: 0.5em;
}
article ol.a {
	list-style-type: upper-roman;
}
article ol.f {
	list-style-type: decimal;
}
article ol.i {
	list-style-type: upper-greek;
}
article ul ul {
	margin-top: 0.3em;
	margin-bottom: 0;
	padding-bottom: 0.1em;
}
article ul li {
	list-style-type: disc;
	margin-bottom: 0.5em;
}

section {
	display: block;
	clear: both;
	position: relative;
}

section h2 {
	line-height: 110%;
}
figure a:link {
	border: none;
}

/* footer */

footer {
	width: 100%;
	display: inline-block;
}
footer .col {
	float: left;
}
footer .col p {
	text-align: left;
}
footer ul {
	list-style-type: none;
}
