html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{
	font-size: 14px;
}
body{
    background: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    font-size: 14px;
    text-align: left;
    line-height: 100%;
    letter-spacing: normal;
}
h1, h2, h3, h4, h5, h6, p{
    margin: 0;
    padding: 0;
    line-height: 0;
}
h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    color: #303334;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 20px;
    letter-spacing: normal;
}
h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    color: #303334;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 15px;
    letter-spacing: normal;
}
h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #e2568d;
    font-weight: 400;
    line-height: 135%;
    margin-bottom: 5px;
    letter-spacing: normal;
}
h4{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #303334;
    font-weight: 600;
    line-height: 135%;
    margin-bottom: 5px;
    letter-spacing: normal;
}
h5{
    font-family: 'Open Sans', sans-serif;
    line-height: 135%;
    font-size: 12px;
    letter-spacing: normal;
    color: #000000;
    font-size: 16px;
    margin-bottom: 5px;
}
h6{
    font-family: 'Open Sans', sans-serif;
    line-height: 135%;
    font-size: 10px;
    letter-spacing: normal;
    padding-bottom: 10px;
}
p{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #626364;
    line-height: 150%;
    padding-bottom: 15px;
}
li {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 150%;    
}
a, a:hover, a:active, a:visited, a:focus{
    color: #000000;
    outline: none;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
} 
/* CSS for Forms */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
	font-weight:400;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.75);
    display: block;
    font-size: 14px;
    padding: 9px;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s,border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s,border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
    border-radius: 0;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    background-color: #fafafa;
    border-color: #999;
    outline: none;
}
input[type="submit"]{
    background: #fc6800;
    border-radius: 0px;
    color: #ffffff;
    font-family: 'Open Sans', sans-serif;
	font-weight:600;
    font-size: 14px;
    padding: 10px 16px;
    border: 0;
    text-shadow: none;
}
textarea{
    height: 120px;
}
select{
    width: 100%;
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
	font-weight:400;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.75);
    display: block;
    font-size: 13px;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s,border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s,border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
}
.maincontent{
	clear: both;
	/* width: 80%; */ /* 1000px / 1250px */
    width: 100%; 
	font-size: 0.8125em; /* 13 / 16 */
	max-width: 1000px; /*92.3em / 1200px / 13 */
	margin: 0 auto;
	padding: 1em 0px;
	color: #333;
	line-height: 1.5em;
	position: relative;
}
.search-box-wrapper{
    /*padding-top: 86px;*/
    padding: 86px 5px 0;
}
.search-box-wrapper form{
    position: relative;
}
.search-box-wrapper input[type="text"]{
    /*position: absolute;
    top: 0;*/
    padding: 10px 57px 10px 10px;
}
.search-box-wrapper input[type="submit"] {
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    text-shadow: none;
    box-shadow: none;
    line-height: 130%;
}
.footer{
    padding-top: 40px;
    text-align: center;
}
.search-results{

}
.search-results ul{
    margin: 0;
    padding: 0;
}
.search-results ul li{
    list-style: none;
    padding-bottom: 10px;
}
h3.title a{
    color: #1a0dab;
}
h3.title a:visited{
    color: #609;
}
h3.title a:hover{
    color: #fc6800;
}
h3 strong, h3 b{
    font-size: 18px;
}
.displayurl a{
    color: #006621;
}
.description{
    color: #666666;
}
.pagination{
    text-align: center !important;
}
.pagination ul{
    margin: 0;
    padding: 0;
}
.pagination ul li{
    list-style: none;
    display: inline-block;
}
.pagination ul li a{
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #EDEDED;
    color: #333333;
}
div.pagination {
    padding:3px;
    margin:10px 2px;
    text-align:right;
}

div.pagination a {
    padding: 2px 5px 2px 5px;
    margin-right: 2px;
   /* border: 1px solid #C24F00;*/
    text-decoration: none;
    color: #1a0dab;
    font-size: 14px;
}
div.pagination a:hover, div.pagination a:active {
    color: #609;
    font-size: 14px;
    /*background-color: #B43803;*/
}
div.pagination span.current {
    padding: 2px 5px 2px 5px;
    margin-right: 2px;
   /* border: 1px solid #008000;*/
    font-weight: bold;
    /*background-color: #008000;*/
    color: #609;
}
div.pagination span.disabled {
    padding: 2px 5px 2px 5px;
    margin-right: 2px;
    /*border: 1px solid #f3f3f3;
    color: #FFFFFF;*/
}
.searchform {
    padding-top: 19px;
}
.bingsearchresult{
    padding: 0 5px;
}
.bingsearchresult .search-box-wrapper{
    padding: 0;
}
.search-box-wrapper .maincontent{
    max-width: 1180px;
}
.search-results-wrapper .maincontent{
    max-width: 1360px;
}
.noPadding{
    padding: 0;
}
.noMargin{
    margin-top: 0;
    margin-bottom: 0;
}
.bingsearchresult1 .maincontent{
    max-width: 1360px;
}
.search-box-wrapper .span_8_of_12{
    margin-left: 0;
}
.logo {
    text-align: center;
    padding-right: 46px;
}
/*
.logo img{
    max-width: 480px;
}*/
.search-box-wrapper ul{
    margin: 0;
    padding: 0;
}
.search-box-wrapper ul li{
    list-style: none;
    display: inline-block;
    text-align: center;
}
.search-box-wrapper ul li:nth-child(2){
    width: 800px;
}
.logo2 {
    padding-top: 10px;
    text-align: right;
}