/*
standard stuff
*/

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

svg {
   stroke: red;    
}

.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;
}

.tableContainer {
	display: table;
	position: relative;
}
.cell {
	display: table-cell;
	float: left;
}

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


/* search */

article input#s {
	background: #ffffff url(../images/search-big.png) no-repeat 6px 6px;
	font-size: 16px;
	height: 25px;
	line-height: 14px;
	padding: 1px 5px 4px 30px;
	position: relative;
	width: 250px;
	border: 2px solid silver;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: -5px;
	display: block;
	color: #133064;
}
input#searchsubmit {
	display: none;
}

.search-box {
	display: block;
	height: 2em;
	border: none;
}
article .search-box {
	display: block;
	height: 2em;
	padding-top: .3em;
	margin-bottom: 1.5em;
	border: 1px solid #8e5c02;
}

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

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

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

.search-expand {
     position: absolute;
    width: 100%;
    left: 0px; 
    top: 36px;
}
#ns {
    background: url(../images/search-icon-blue.png) no-repeat;
    width: 18px;
    height: 19px;
    background-size: contain;
    border: 0;
    outline: 0;
}
#searchform {
      
}
#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-blue.png) no-repeat 6px 8px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	padding: 4px 8px 2px 40px;
}
#searchform input#s {
	width: 100%;
	padding-left: 10px;
	color: transparent;
	cursor: pointer;
	border:none;
	opacity: 0
}
#searchform input {
	color: #000;
	padding-top: 4px;
	padding-left: 3px;
}
#searchform input#s:hover {
	background: url(../images/search-icon-blue.png) no-repeat 3px 8px;
}
#searchform input#s:focus {
	background: url(../images/search-icon-blue.png) no-repeat 3px 8px;
	background-color: #fff;
	padding-left: 26px;
	color: #000;
	max-width: 96.5%;
	cursor: auto;
	opacity: 1;
	box-shadow: -1px 1px 0px 1px rgba(0,0,0,0.2);
    border-right: 0.1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
    #searchform input#s:focus {
        max-width: 100%;   
    }
    .search-box #searchform input#s:focus {
        max-width: 80%;   
    }
}

.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;
}
/* 404 Search form */
.notfound-search #c {
    display: block;
    height: 2em;
    padding: .3em 0;
    margin-bottom: 1.5em;
    border: 1px solid gray;
    width: 100%;
    padding-left: 30px;
    background: url(../images/search-icon-blue.png) no-repeat 6px 11px;
    
}
/* article */

article p {
	display: block;
}
article ul {
	font-size: 100%;
	line-height: 130%;
	margin-left: 1.5em;
	padding-bottom: 1em;
}
article ol {
	font-size: 110%;
	line-height: 130%;
	margin-left: 1.5em;
	padding-bottom: 1em;
	list-style-type: decimal;
}
article ol li {
	list-style-type: decimal;
}
article ul ul {
	margin-top: .3em;
	margin-bottom: 0;
	padding-bottom: .1em;
}
article li {
	list-style-type: disc;
	margin-bottom: .3em;
	font-size: 100%;
}
article blockquote {
	display: block;
	margin-left: 1em;
	margin-right: 1em;
}

article .date {
	text-transform: uppercase;
	letter-spacing: .1em;
}

/* aside */

aside {
	float: right;
}
aside ul {
	list-style-type: none;
}

/* misc */

section {
	display: block;
	clear: both;
	position: relative;
}
figure a:link {
	border: none;
}

/* footer */

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







