/* ==================== REQUIRED LIBRARIES DO NOT REMOVE ===================== */
/* Including lib.less - this template is intentionally left blank and does not need to be included  on the live server */
/* =========================================================================== */
#toolbar {
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  background: #544322;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #544322), color-stop(1, #3a2c15)) !important;
  background: -webkit-linear-gradient(top, #544322 0%, #3a2c15 100%) !important;
  background: -moz-linear-gradient(top, #544322 0%, #3a2c15 100%) !important;
  background: -o-linear-gradient(top, #544322 0%, #3a2c15 100%) !important;
  background: linear-gradient(top, #544322 0%, #3a2c15 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #544322 , endColorstr= #3a2c15 );
}
.ie7 #toolbar,
.ie8 #toolbar {
  z-index: 5000;
  filter: none;
}
.ie7 #toolbar #main-nav > ul > li a,
.ie8 #toolbar #main-nav > ul > li a {
  line-height: 1.2;
}
.ie9 #toolbar {
  margin-bottom: 1em;
}
.ie9 #toolbar #main-nav > ul > li a {
  line-height: 1.2;
}
#main-nav {
  position: relative;
  margin: 0 auto 12px 0;
  width: 72.5%;
  float: left;
  /* This is for mobile main menu */

  /* 
		
		First level menu items. For browsers that support the flex-box CSS property
		we use that. Flexbox effectively allows an unknown number of elements to 
		fill up their containing space
	
	
	*/

}
#main-nav h1 {
  display: none;
}
#main-nav > ul {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  margin: 0;
  padding: 0;
  height: 55px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
#main-nav > ul > li {
  /* 
			For proportional spacing, which we want in most instances the 
			flex value must be set to 1
		
		*/

  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1;
  position: relative;
  font-family: sans-serif !important;
  font-size: 1.15em;
  line-height: 1.2;
  letter-spacing: 1px;
}
#main-nav > ul > li a {
  color: #fff;
  color: rgba(255, 255, 255, 0.99);
  display: block;
  padding: 1.23em 0 1em 0;
  height: auto;
  text-decoration: none !important;
}
#main-nav > ul > li:hover {
  background: #a85111;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a85111), color-stop(1, #913c04)) !important;
  background: -webkit-linear-gradient(top, #a85111 0%, #913c04 100%) !important;
  background: -moz-linear-gradient(top, #a85111 0%, #913c04 100%) !important;
  background: -o-linear-gradient(top, #a85111 0%, #913c04 100%) !important;
  background: linear-gradient(top, #a85111 0%, #913c04 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #a85111 , endColorstr= #913c04 );
}
#main-nav li > .sub {
  position: absolute;
  display: block;
  opacity: 0;
  visibility: collapse;
  display: none;
  height: 0;
  left: 0;
  width: 138%;
  z-index: 1001;
  margin: -4px 0 0 0;
  text-align: left;
  background: #913c04;
  -webkit-transition: opacity ease-out 0.2s;
  -moz-transition: opacity ease-out 0.2s;
  -o-transition: opacity ease-out 0.2s;
  transition: opacity ease-out 0.2s;
}
#main-nav li > .sub li {
  padding: 0 2em;
  font-size: .825em !important;
  text-transform: none;
  text-shadow: none !important;
}
#main-nav li > .sub li:hover {
  background: #a85111 !important;
}
#main-nav li:hover > .sub {
  display: block;
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 0;
  background: #913c04;
}
.selected,
#contact #mn1,
#about #mn2,
#newsroom #mn3,
#services #mn4,
#issues #mn5 {
  background: #a85111 !important;
}
.ie7 #main-nav,
.ie8 #main-nav,
.no-flexbox #main-nav {
  display: block;
  overflow: show;
}
.ie7 #main-nav > ul > li,
.ie8 #main-nav > ul > li,
.no-flexbox #main-nav > ul > li {
  font-weight: bold;
  width: 19.9%;
  float: left;
  line-height: .8;
}
.ie7 #main-nav > ul > li a,
.ie8 #main-nav > ul > li a,
.no-flexbox #main-nav > ul > li a {
  color: #fff;
  padding-bottom: 1.4em;
  padding: inherit inherit 17px inherit;
}
.ie7 #main-nav > ul > li {
  position: static;
}
.ie7 #main-nav > ul > li:hover {
  filter: none;
  background: #913c04;
}
.ie7 #main-nav .sub {
  position: relative;
}
.wide {
  position: static !important;
}
.wide .sub form {
  margin-top: 1em;
  border-bottom: 1px solid #783203;
}
.wide .sub label {
  color: #fff;
  margin: 0 0 1em 0;
}
.wide .sub fieldset {
  background: none;
  margin: 0;
}
.wide .sub input[type="text"] {
  width: 100%;
  float: left;
}
.wide .sub .button {
  padding: .7em .5em !important;
  float: right;
  width: 7%;
}
.wide .sub #static-issue-list {
  overflow: auto !important;
  border-top: 1px solid #aa4605;
  margin: 0 !important;
  padding: 1em 0 2em 1.5%;
}
.wide .sub #static-issue-list h4 {
  color: #fff;
  padding-bottom: 1.1em;
  font-family: sans-serif !important;
  font-size: .85em;
  line-height: 1.2;
  letter-spacing: 1px;
}
.wide .sub #static-issue-list ul {
  padding: 0 !important;
  margin: 0 0 .5em 0!important;
  height: auto;
  width: 33%;
  float: left;
}
.wide .sub #static-issue-list ul a {
  display: block;
  padding: 1em 0 !important;
}
.ie7 .wide .sub {
  position: absolute !important;
  top: 55px !important;
  left: 0;
}
.ie7 .wide .sub #search-issues-container {
  width: 100% !important;
  position: relative !important;
  top: 0px !important;
}
.ie7 .wide .sub #results p {
  line-height: 1.2;
}
.ie7 .wide .sub input[type="text"] {
  width: 99%;
}
#results {
  background: #823604 url(/styles/img/noise.png) 0 0 repeat;
  margin: 0 !important;
  padding: 0 0 0 0;
}
#results ul {
  padding-left: 0;
}
#results li {
  border-bottom: 1px solid #6e2e03;
  clear: both;
  padding: 1.23em 2em 1.35em !important;
  overflow: auto;
  color: #fff;
  color: rgba(255, 255, 255, 0.99);
  /* this is a fix for Chrome which for some reason seems to freak out with hex values or rgb*/

}
#results a {
  display: block !important;
  font-size: 1.6em !important;
  padding: 0 !important;
  /**/
}
#results h3 {
  padding: 0;
}
#results .qty {
  color: #fff;
  color: rgba(255, 255, 255, 0.66);
  font-family: serif;
  font-style: italic;
  margin-left: 1em;
}
#results li:last-child {
  margin-bottom: 0;
}
#results img {
  float: left;
  padding: 0;
  overflow: auto;
}
#results .result-text {
  float: left;
  width: 70%;
  margin-left: 2em;
  overflow: auto;
}
#results p {
  color: #fff;
}
#call-outs {
  position: absolute;
  right: 12px;
  width: 21em;
  margin: -1.4em 0 0 0;
  height: 1em;
  float: right;
  padding: .7em 0 1.2em 3em;
  border-top: 1px solid #b65812;
  border-right: 1px solid #7a3b0c;
  background: #a85111;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #a85111), color-stop(1, #913c04)) !important;
  background: -webkit-linear-gradient(top, #a85111 0%, #913c04 100%) !important;
  background: -moz-linear-gradient(top, #a85111 0%, #913c04 100%) !important;
  background: -o-linear-gradient(top, #a85111 0%, #913c04 100%) !important;
  background: linear-gradient(top, #a85111 0%, #913c04 100%) !important;
}
#call-outs a {
  margin: -2em 0 0 0;
  padding: 1.75em 0 0 8em;
  height: 72px;
  float: left;
  display: block;
  background: transparent url(/styles/img/global-sprites.png) 0 -220px no-repeat;
  -webkit-transition: all ease-out 0.1s;
  -moz-transition: all ease-out 0.1s;
  -o-transition: all ease-out 0.1s;
  transition: all ease-out 0.1s;
}
#call-outs a:hover {
  text-decoration: none;
}
#about-ohio {
  margin-left: -4.5em !important;
  padding-left: 4.9em !important;
  background-position: -14px -145px !important;
}
#about-ohio:hover {
  background-position: -14px -150px !important;
}
#newsletter-sign-up {
  float: right !important;
  margin-right: 1em !important;
}
#newsletter-sign-up:hover {
  background-position: 0 -225px !important;
}
.ie7 #call-outs,
.ie8 #call-outs {
  width: 22em;
  font-weight: bold;
}
.ie7 #call-outs {
  margin-top: -0.9em;
}
.ie7 #call-outs #about-ohio {
  width: 25%;
}
.ie7 #call-outs #newsletter-sign-up {
  width: 35%;
}
/*
** 900
**
** DESCRIPTION:	Styles that apply to screens 900 pixels wide and down
** USAGE:		
** NOTES: Typically this means tablets users in portrait mode and desktop users smaller than average screens
**
*/
@media only screen and (max-width: 960px) {
  .wide #static-issue-list {
    display: none;
  }
}
/*
** 900
**
** DESCRIPTION:	Styles that apply to screens 900 pixels wide and down
** USAGE:		
** NOTES: Typically this means tablets users in portrait mode and desktop users smaller than average screens
**
*/
@media only screen and (max-width: 960px) {
  #main-nav ul li {
    font-weight: bold;
    font-size: 1em;
  }
  #main-nav ul li a {
    padding: 1.45em 0 1.5em inherit;
  }
}
/*
** 480
**
** DESCRIPTION:	Styles that apply to screens 480 pixels wide and down
** USAGE:		
** NOTES: Typically this means mobile phones held in portrait
**
*/
@media only screen and (max-width: 600px) {
  #main-nav {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
  }
  #main-nav h1 {
    margin: 0;
    width: 100%;
    font-size: 1.231em;
    text-align: center;
    display: block;
    padding: .9em 0;
    border-bottom: 1px solid #151007;
    background: #544322;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #544322), color-stop(1, #3a2c15)) !important;
    background: -webkit-linear-gradient(top, #544322 0%, #3a2c15 100%) !important;
    background: -moz-linear-gradient(top, #544322 0%, #3a2c15 100%) !important;
    background: -o-linear-gradient(top, #544322 0%, #3a2c15 100%) !important;
    background: linear-gradient(top, #544322 0%, #3a2c15 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #544322 , endColorstr= #3a2c15 );
  }
  #main-nav h1 a {
    color: #fff !important;
  }
  #main-nav h1 a:hover {
    text-decoration: none;
    background: none;
  }
  #main-nav ul {
    display: block;
    position: absolute;
    background: #3a2c15 !important;
    overflow: hidden;
    height: 0;
    width: 100%;
    border-left: none;
    border-right: none;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
  }
  #main-nav ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: relative;
    text-transform: none;
    font-size: 1em;
    padding: .1% 0 .25% 5% !important;
    margin: 0;
    height: 54px;
    width: 50% !important;
    float: left;
    text-align: left;
    text-shadow: none;
    border: none;
    border-bottom: 1px solid #151007;
    border-top: 1px solid #544322;
  }
  #main-nav ul li:nth-child(odd) {
    border-right: 1px solid #151007;
  }
  #main-nav ul li > .sub {
    display: none !important;
  }
  #main-nav:hover ul {
    transition: height 605ms cubic-bezier(0.01, 0, 0.43, 1);
    -webkit-transition: height 605ms cubic-bezier(0.01, 0, 0.43, 1);
    height: 162px;
  }
  #call-outs {
    margin-top: 15px;
    float: none;
    right: 0;
    width: 100%;
  }
  #call-outs a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
    height: 72px;
    background: none;
  }
}
