@font-face {
  font-family: 'pnRegular';
  src: url('../fonts/ProximaNova-Regular.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pnBold';
  src: url('../fonts/ProximaNova-Bold.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pnLight';
  src: url('../fonts/ProximaNova-Light.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pnRegItalic';
  src: url('../fonts/ProximaNova-RegItalic.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'pnSemibold';
  src: url('../fonts/ProximaNova-Semibold.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}

html {
  box-sizing: border-box;
  font-family: Arial;
}

body:before {
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  margin: 0 auto;
  max-width: 68em;
  opacity: 0.4;
  pointer-events: none;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 20em) {
  
}
@media screen and (min-width: 45em) {
  
}
@media screen and (min-width: 60em) {
  
}

body {
  margin: 0;
  font-size: 1.000em;
  line-height: 1.5em;
  font-family: "Arial";
/*   letter-spacing: 0.03em; */
}

a:link, a:visited {
  color: #01afee;
  text-decoration: none;
}

a:hover, a:active {
  color: red;
  text-decoration: underline;
}

#site-name {
  font-size: 2.2em;
  line-height: 1.3em;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
}

h1 {
  font-size: 2.2em;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0;
}

h2 {
  font-size: 1.8em;
  font-weight: 300;
  margin-bottom: 0.75em;
}

h3 {
  font-size: 1.4em;
  margin-bottom: 1em;
}

h4 {
  font-size: 1.2em;
  margin-bottom: 0.8em;
}

h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0;
}

h6 {
  font-size: 1em;
  font-weight: bold;
}

ul, ol {
  margin-left: 0;
  padding-left: 0;
}

ol {
  list-style: inside none decimal;
}

tr.even td,
tr.odd td {
  padding: 10px 5px;  
}

tr.odd {
  background-color: white;
}

pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

ul {
  list-style: inside none disc;
}
ul ul {
  list-style-type: circle;
  margin-left: 20px;
}
ul ul ul {
  list-style-type: square;
}
ul ul ul ul {
  list-style-type: circle;
}

ol {
  list-style-type: decimal;
}
ol ol {
  list-style-type: lower-alpha;
}
ol ol ol {
  list-style-type: decimal;
}

abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

#edit-title {
  font-size: 1.500em;
  width: 99%;
}

#system-themes-form img {
  width: 100px;
}

.form-item .description {
  font-style: italic;
  line-height: 1.2em;
  font-size: 0.8em;
  margin-top: 5px;
  color: #777777;
}

#edit-delete {
  color: #cc0000;
}

div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #003366;
  background: #bbddff;
  border: 1px solid #aaccee;
  word-wrap: break-word;
}

div.warning {
  color: #884400;
  background: #ffee66;
  border-color: #eedd55;
}

div.error {
  color: white;
  background: #ee6633;
  border-color: #dd5522;
}

div.status {
  color: #336600;
  background: #ccff88;
  border-color: #bbee77;
}

#header, #footer,
#sidebar-first,
#sidebar-second,
#navigation {
/*   background: rgba(170, 170, 170, 0.2); */
}

html {
  box-sizing: border-box;
}

body:before {
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  margin: 0 auto;
  max-width: 68em;
  opacity: 0.4;
  pointer-events: none;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 20em) {
  
}
@media screen and (min-width: 45em) {
  
}
@media screen and (min-width: 60em) {
  
}

label {
  font-weight: normal;
  margin-bottom: 5px;
}

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
textarea,
select[multiple=multiple] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: border-color 0.1s ease-in-out;
  -moz-transition: border-color 0.1s ease-in-out;
  transition: border-color 0.1s ease-in-out;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding: 6.66667px;
  max-width: 100%;
}
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
textarea:hover,
select[multiple=multiple]:hover {
  border-color: #999999;
}
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
textarea:focus,
select[multiple=multiple]:focus {
  border-color: black;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 5px;
}

input[type="file"] {
  width: auto;
  padding-bottom: 10px;
}

select {
  max-width: 100%;
  width: auto;
  margin-bottom: 20px;
}

input[type="submit"] {
  background: transparent;
  border: 1px solid black;
  padding: 6.66667px 10px;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
input[type="submit"]:hover {
  background-color: black;
  color: white;
}

html {
  box-sizing: border-box;
}

body:before {  
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  margin: 0 auto;
  max-width: 68em;
  opacity: 0.4;
  pointer-events: none;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 20em) {
  
}
@media screen and (min-width: 45em) {
  
}
@media screen and (min-width: 60em) {
  
}

/*# sourceMappingURL=style.css.map */

/** WSLCB general styles starts **/
#header .container {
  max-width: 100%;
  width: 100%;
}
.page-top-region li {
  display: inline-block;  
}
.page-top-region li a {
  color: #fff;
  font-size: 1.000em;
  font-family: "Arial";
  font-weight: lighter;
}
.page-top-region-black-fill,
.page-top-region-white-fill {
	position: relative;
}
.page-top-region .page-top-region-black-fill,
.page-top-region .page-top-region-blocks {
	background: #202125 none repeat scroll 0 0;
  height: 52px;
  line-height: 52px;
  width: auto;
}
.page-top-region .page-top-region-black-fill {
  background: #202125 none repeat scroll 0 0;
  display: block;
  float: left;
  height: 22px;
  width: 30%;
}
.header-logo {
  position: relative;
  top: -60px;
}
.page-header-region {
	background: #fff;
  clear: both;
  height: 80px;
  width: 100%;
}
.page-top-region-blocks {
  padding-left: 50px;
  width: 70%;
}
.page-top-region .page-top-region-blocks > div {
	float: left;
}
.page-top-region .page-top-region-blocks > div:nth-child(2) {
  float: right;
  height: 54px;
  margin-right: 20px;
  margin-top: 5px;
}
.page-top-region .page-top-region-blocks > div:nth-child(3) {
	float: right;
  overflow: hidden;
  width: 130px;
}
.page-header-region > div {
  float: left;
}
.header-menu {
  margin-left: 0px;
  margin-top: 30px;
  position: relative;
  width: 70%;
}
.header-menu li.sf-depth-1 {
  margin-left: 10px;
  margin-right: 20px;
}
.header-menu li.sf-depth-1 a {
	color: #4d4d4d;
  font-family: Arial;
  font-size: 1.000em;
  text-decoration: none;
}
#header-region ul li.leaf {
  padding-top: 0;
}
#google_translate_element {
  line-height: 53px;
}
.header-menu li.sf-depth-1.active-trail, .header-menu li.sf-depth-1:HOVER {
	border-bottom: 2px solid #39b54a;
  padding-bottom: 3px;
}
#header {
	position: relative;
	z-index: 10;
/* 	height: 177px; */
}
#banner_top {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  top: -93px;
  width: 100%;
  z-index: 1;
}
.front .views-slideshow-cycle-main-frame.views_slideshow_cycle_teaser_section {
	width: 100%!important;
}
.front .view-id-news_items.view-display-id-block_1 .views-slideshow-pager-fields.widget_pager.widget_pager_bottom.views_slideshow_pager_field {
  margin: auto;
  text-align: center;
  width: 100%;
}
.not-front #banner_top {
	background: rgba(0, 0, 0, 0) url("../images/source/inner-banner.jpg") repeat scroll 0 0;
  color: white;
  font-family: Arial;
  font-size: 2.250em;
  height: 150px;
  line-height: 230px;
  text-align: center;
}
.sf-sub-indicator {
  display: none;
}
/** WSLCB general styles ends **/


.front #first-time,.front #content .title {
	display: none;
}

/** Home page Banner style **/
#banner_top .views_slideshow_cycle_main img {
  height: 575px;
  max-width: 100%;
  width: auto;
}
#banner_top .view-id-news_items.view-display-id-block_1 .views-field-field-image .field-content {
	background: #202125 none repeat scroll 0 0;
  max-height: 575px;
  overflow: hidden;
  text-align: center;
}
.views-slideshow-cycle-main-frame-row.views_slideshow_cycle_slide {
	width: 100%!important;
}
#banner_top .views_slideshow_cycle_main .views-row {
	position: relative;
}
#banner_top .views_slideshow_cycle_main .views-row .views-field.views-field-field-slide-text {
	background: rgba(0, 0, 0, 0) url("../images/source/transpranet-bg.png") repeat scroll 0 0;
  color: white;
  padding: 20px;
  position: absolute;
  right: 20px;
  top: 75px;
  width: 500px;
}
.slide-title {
  font-size: 2.750em;
  font-family: "Arial";
  line-height: normal;/*42px;*/
  font-weight: bold;
  padding-bottom: 15px;
}
.slide-subtitle {
  font-size: 1.063em;
  font-family: "Arial";
  line-height: normal;/*17px;*/
}
.front .views_slideshow_pager_field_item {
	background: rgba(0, 0, 0, 0) url("../images/source/transpranet-bg.png") repeat scroll 0 0;
  color: white;
  cursor: pointer;
  display: inline-block;
  margin-left: 0.5%;
  margin-right: 0.5%;
  vertical-align: bottom;
  width: 14.5%;
}
.front #banner_top {
	position: relative;
}
.front .views-slideshow-controls-bottom {
  bottom: 0;
  position: absolute;
  z-index: 20;
  width: 100%;
}
.views-slideshow-controls-bottom .views-field-field-image {
  display: none;
  padding: 10px;
}
.views-slideshow-controls-bottom .views-field-field-image img {
	border: 1px solid #fff;
	height: auto;
  width: 100%;
}
.views-slideshow-controls-bottom .views-slideshow-pager-field-item:HOVER .views-field-field-image {
	display: block;
}
.views-slideshow-controls-bottom .views-slideshow-pager-field-item .views-field-title {
  display: inline-block;
  font-family: Arial;
  font-size: 1.000em;
  height: 70px;
  padding: 10px;
  vertical-align: top;
  width: 100%;
  font-weight: lighter;
  line-height: normal;
}
/** Home page Banner style ends **/

/** Search block style starts **/
#search-block-form .form-actions.form-wrapper {
  display: none;
}
.search-close {
	display: none;
}
.block.block-search {
  background: white none repeat scroll 0 0;
  display: none;
  height: 44px;
  overflow: hidden;
  position: absolute;
  top: -12px;
  width: 100%;
  z-index: 999;
}
.header-menu .block.block-superfish {
  float: left;
}
.search-trigger {
  background: #e1e1e1 none repeat scroll 0 0;
  cursor: pointer;
  padding: 8px;
  position: absolute;
  right: 0;
  top: -12px;
  width: 40px;
  z-index: 999;
}
.header-menu #search-block-form .form-text {
  border: 5px solid #e1e1e1;
  margin: 0;
  width: 100%;
}
/** Search block style ends **/

/** Menu style starts **/
.sf-depth-1 ul li {
  background: #e1e1e1 none repeat scroll 0 0;
  padding: 10px;
}
.sf-depth-1 ul li:HOVER, .sf-depth-1 ul li.active-trail {
  background: #fff none repeat scroll 0 0;
}
/** Menu style ends **/

/** Sidebar style changes starts **/
#sidebar-first .block.block-menu {
  border-bottom: 1px solid #fff;
}
#sidebar-first .block-menu h3.title {
  background: #333333 none repeat scroll 0 0;
  color: #f5f5f5;
  cursor: pointer;
  font-family: Arial;
  font-size: 1.125em;
  margin: 0;
  padding: 10px 35px 10px 15px;
  font-weight: bold;  
}
#sidebar-first .block-menu h3.title a {
	color: #f5f5f5;
	text-decoration: none;
}
#sidebar-first .block-menu h3.title::after {
  background: rgba(0, 0, 0, 0) url("../images/source/close-.png") no-repeat scroll 0 0;
  content: "";
  height: 20px;
  position: absolute;
  right: 15px;
  top: 20px;
  width: 20px;
}
#sidebar-first .block-menu.block-collapsed h3.title::after {
  background: rgba(0, 0, 0, 0) url("../images/source/open.png") no-repeat scroll 0 0;
  content: "";
  height: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
}
#sidebar-first .block-menu li,
.block-bid-691 {
  background: #f6f6f6 none repeat scroll 0 0;
  border: 1px solid #ddd;
  border-top: none;
  font-size: 1.125em;
  list-style: outside none none;
  margin: 0;
  padding: 10px 15px;
}
#sidebar-first .block-menu li a {
  color: #4d4d4d;
  display: block;
  font-size: 1.000em;
  font-family: Arial;
  text-decoration: none;
}
#sidebar-first .block-menu li:HOVER {
	background: #fff;
}
/** Sidebar style changes ends **/

/** Footer style changes starts **/
#footer {
	margin-top: 40px;
}
.footer-bottom {
  background: black none repeat scroll 0 0;
  color: #fff;
  clear: both;
  font-size: 0.875em;
  font-family: Arial;
  height: 35px;
  line-height: 35px;
  margin: 0;
  text-align: center;
  font-weight: lighter;
}
.footer {
  color: #fff;
  position: relative;
}
.rtecenter-new {
  display: inline-block;
  position: relative;
  top: -15px;
}
.rtecenter-new > a {
  margin-right: 10px;
}
.block-bid-687 .title {
  display: inline-block;
  font-family: Arial;
  font-size: 24px;/* do not change to em, it will affect footer block */
  font-weight: lighter;  
}
.page-footer1 {
  background: #202124 none repeat scroll 0 0;
  height: 100px;
  overflow: hidden;
  padding-top: 38px;
}
.page-footer1 .container {
  position: relative;
}
.block.block-bid-725 {
  position: absolute;
  right: 0;
  top: 36%;
  width: 60%;
}
.block.block-bid-687 {
  display: inline-block;
  padding-left: 30px;
  z-index: 1;
}
.page-footer-region-follow-fill {
  background: #fff url("../images/source/footer-design.png") no-repeat scroll 0 0;
  height: 100px;
  left: 0;
  position: absolute;
  top: -38px;
  width: 100%;
  z-index: 0;
}
.page-footer-region2 {
  background: #202124 none repeat scroll 0 0;
  height: 56px;
  position: relative;
  top: -48px;
  width: 100%;
}
.page-footer-region-follow-fill2 {
  background: white none repeat scroll 0 0;
  height: 55px;
  left: 50%;
  position: absolute;
  top: -48px;
  width: 100%;
  z-index: 0;
}
.block-bid-725 ul {
	float: right;
}
.block-bid-725 li {
  display: inline-block;
}
.block-bid-725 li a {
  color: #fff;
  font-family: Arial;
  font-weight: lighter;
}
/** Footer style changes ends **/

/** Home page content view block style starts **/
.front #content-area .block.block-views {
  border: 1px solid #ddd;
  display: inline-block;
  height: 450px;
  margin: 0 0 2% 2%;
  padding: 5px;
  vertical-align: top;
  width: 47%;
}
.front #content-area .block-views .views-field.views-field-body {
  color: #525252;
  font-family: Arial;
  font-size: 0.938em;
  padding: 0 10px 10px;
  line-height: normal;
}
.front #content-area .block-views .views-field.views-field-title a {
	color: #000;
  display: inline-block;
  font-family: Arial;
  font-size: 1.500em;
  margin-top: 10px;
  padding: 10px;
  text-decoration: none;
}
.front #content-area .block-views .views-field.views-field-view-node {
  background: #fa9a00 none repeat scroll 0 0;
  bottom: 10px;
  color: #fff;
  display: inline-block;
  font-size: 0.875em;
  padding: 5px 10px;
  position: absolute;
  right: 10px;
  text-align: right;
  vertical-align: bottom;
}
.front #content-area .block-views .views-field.views-field-view-node:hover {
  background: #b26700 none repeat scroll 0 0;
}
.slide-link a{
  background: #fa9a00 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 0.875em;
  margin-top: 20px;
  padding: 5px 10px;
  text-align: right;
  vertical-align: bottom;
}
.slide-link a:hover {
  background: #b26700 none repeat scroll 0 0;
}
.front #content-area .block-views .views-field.views-field-view-node a {
	color: #fff;
	text-decoration: none;
}
#content-area .field-name-body iframe{
  width: 100% !important;
}
.slide-link a {
	color: #000;
}
/** Home page content view block style ends **/

/** Home page Banner Quick link starts **/
.block.block-bid-686 {
  background: #eee none repeat scroll 0 0;
  height: 300px;
  margin-top: 0px;
  padding-top: 30px;
}
#banner_top .home-quick-links {
  height: 200px;
  margin: auto auto 0;
  text-align: center;
  max-width: 80em;
}
.main-quicklinks-content {
  display: block;
  margin: auto;
  text-align: center;
}
.home-quick-links .banquet-permits, .home-quick-links .public-records, .home-quick-links .alcohol-sales,
.home-quick-links .report-a-violation, .home-quick-links .tax-and-fee, .home-quick-links .speaking-request {
  display: inline-block;
  margin: auto;
  padding-right: 10px;
  text-align: center;
  vertical-align: top;
  width: 16%;
  padding-left: 10px;
}
.speaking-request {
  margin-right: 0 !important;
}
.home-quick-links div .text {
	font-family: Arial;
  font-size: 1.000em;
  line-height: 20px;
  margin: 0;
  padding-top: 25px;
  text-align: center;
}
.main-quicklinks-content > div > div:first-child:hover {
  box-shadow: 6px 5px 4px -1px #ccc;
}
.banquet-permits-img,.public-records-img,.alcohol-sales-img,.report-a-violation-img,.tax-and-fee-img,.speaking-request-img {
	background: #fff none repeat scroll 0 0;
  border: 1px solid #c4c4c4;
  height: 125px;
  margin: auto;
  width: 100%;
}
.banquet-permits-img img,.public-records-img img,.alcohol-sales-img img,.report-a-violation-img img,.tax-and-fee-img img,.speaking-request-img img{
	margin: auto 0;
  padding-top: 25px;
  text-align: center;
  vertical-align: middle;
  width: auto;
}
.main-quicklinks-title {
	font-size: 1.250em;
  margin-bottom: 20px;
  text-align: left;
  padding-left: 15px;
  position: relative;
  overflow: hidden;
}
.border-line {
  border-top: 1px solid #ddd;
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 12px;
  margin-left: 10px;
}
.speaking-request-img {
  margin-right: 0;
}
.front #content-area img {
  width: 100%;
}
/** Home page Banner Quick link ends **/

/** Other pages content theme style starts **/
.not-front #main section#content {
  border: 1px solid #ddd;
}
.not-front #main #content h1.title {
  background: #ebebeb none repeat scroll 0 0;
  color: #202125;
  font-size: 1.125em;
  font-weight: bold;
  padding: 10px 20px;
}
.not-front #main #content #content-area {
	color: #333333;
	font-size: 0.875em;
	line-height: 20px;
	padding: 10px 20px;	
}
.not-front #main #content #content-area a {
	color: navy;
	font-weight: bold;
	line-height: normal;
}
.not-front #main #content #content-area a:hover {
  color: #39b54a;
}
.not-front #main #content #content-area p {
	line-height: normal;
  padding-bottom: 15px;
}
.not-front #main #content #content-area table {
  margin: 1em;
}
/** Other pages content theme style ends **/
#home-button {
  display: none;
}
.timeline-Widget, .timeline-Header {
  border: 1px solid #01afee;
  border-radius: 0;
}
.twitter-timeline {
  color: #01afee;
}
.node-type-ddblock-news-item .content .field-name-field-slide-text {
  font-family: Arial;
  font-size: 1.000em;
  font-weight: bold;
}
.page-node-6123 .field-name-field-image{
  float: left;
  margin: 3px 10px 0 0;
}
.page-node-6123 .field-name-field-slide-text {
  color: #000000;
  font-weight: bold;
  padding-bottom: 10px;
}

.submitted {
  color: #999999;
  font-size: 0.85em;
  padding-bottom: 10px;
}
.content ul {
  margin-left: 40px;
}
.content li {
  margin:5px;
  list-style-position: outside;
}
 #sidebar-first ul.menu ul li
{
	list-style: disc;
	border-style: none;
	padding: 5px;
}
.page-node-6104 .block.block-menu ul.menu ul,
.page-node-5524 .block.block-menu ul.menu ul {
	border: medium none;
  list-style: outside none none;
  margin: 0;
  padding: 10px 10px 10px 25px;
  text-align: left;
}
.print-syslink {
  padding-left: 15px;
}
.node-type-ddblock-news-item #content-area .field-name-field-image {
  margin: 0;
  float: left;
  margin-top: 3px;
  margin-right: 10px;
}
.node-type-ddblock-news-item #content-area .field-name-field-image img {
  padding: 5px;
  border: 1px solid #dddddd;
  background: #ffffff;
  width: 300px;
  height: auto;
}
.goog-te-gadget {
	color: transparent!important;
}
.goog-te-combo {
	color: #666;
}
a.print-page {
	color: navy;
}
a.print-page:HOVER {
  color: #39b54a;
}
.slide-link a {
	text-decoration: none;
}
.sf-depth-2.menuparent .sf-sub-indicator {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #888;
  display: block;
  font-size: 1.500em;
  height: 20px;
  line-height: 12px;
  position: absolute;
  right: 0;
  text-indent: 0;
  top: 0;
  width: auto;
  z-index: 1000;
}
#superfish-1-accordion .sf-expanded .menuparent.sf-with-ul::after,
#superfish-1-accordion #menu-1808-1.sf-expanded .menuparent.sf-with-ul::after {
	content: "-";
}
#superfish-1-accordion .menuparent.sf-with-ul::after {
  content: "+";
  margin-right: 5px;
  position: absolute;
  right: 0;
  width: auto;
}
#superfish-1-accordion #menu-1808-1 .menuparent.sf-with-ul::after {
	content: "+";
}
#superfish-1-accordion .sf-clone-parent .menuparent.sf-with-ul::after,
#superfish-1-accordion #menu-1808-1 .sf-clone-parent .menuparent.sf-with-ul::after {
	content: "";
}
ul.primary li a, ul.primary li.active a {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #888;
  border-radius: 5px;
  color: #777777;
  display: block;
  font-weight: bold;
  margin-left: 0;
  margin-right: 5px;
  margin-top: 20px;
  padding: 0;
  text-decoration: none;
}
ul.primary li a:hover, ul.primary li a:hover .tab,
ul.primary li.active a .tab, ul.primary li.active a:hover .tab,
ul.primary li.active a, ul.primary li.active a:hover,
ul.primary {
	background: none;
}
ul.primary li a .tab {
  background: #fff none repeat scroll 0 0;  
  border-radius: 5px;
  display: block;
  font-size: 0.875em;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 5px 10px;
}
.block-text-resize h3.title {
  display: none;
}
.content ol {
  padding-left: 40px;
}
.rteindent1 {
  margin-left: 40px!important;
}
/* ie general style starts */
.ie .page-footer-region2 {
  height: 56px;
  top: -71px;
}
.ie .block-bid-687 .title {
	position: relative;
	top: -28px;
}
.front.ie .views-slideshow-controls-bottom {
	bottom: 0px;
}
/* ie general style ends */
#feedBody img {
  border: 1px solid red;
}
#contact-site-form label {
  font-weight: bold;
}
.page-node #content-area .field-name-field-home-page-tile-image {
  display: none;
}
.front .block-views .views-field-field-home-page-tile-image img{
  border: 1px solid #d6d6d6;
}
.page-node-1926 #sidebar-first .block-bid-726,#turnkey-credit  {
	display: none;
}