/** Minimal stand-alone css for dropdownchecklist support
    We highly recommend using JQuery ThemeRoller instead  
*/
.ui-dropdownchecklist {
	font-size: medium;
	color: black;
	float:left;
}
span.ui-dropdownchecklist-selector {
	padding:0 30px 0 0;
	float:left;
	height:auto;
	width:170px;
	background:url(../sites/default/themes/greenner/images/select_button.png) no-repeat right;
	border:1px solid #B4B4B4;
	font-family: "Ubuntu";
	font-weight:normal;

}
.ui-dropdownchecklist-item input[type="radio"]{
	display:none;
}
.ui-state-hover, .ui-state-active {
}
.ui-dropdownchecklist-dropcontainer {
	background-color: #fff;
	border: 1px solid #B4B4B4;
}
.ui-dropdownchecklist-item {
	float:left;
	width:170px;
	clear:both;
	background:none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: none;
    border: none;
    color: #736357;
    font-weight: normal;
	padding:0 2px;
}
.ui-widget input{
	float:left;
	 margin: 0 2px 0 1px;
}
.ui-state-hover {
	background-color: #39f;
}
.ui-state-disabled label {
	color: #ccc;
}
.ui-dropdownchecklist-group {
	font-weight: bold;
	font-style: italic;
}
.ui-dropdownchecklist-indent {
	padding-left: 7px;
}
/* Font size of 0 on the -selector and an explicit medium on -text required to eliminate 
   descender problems within the containers and still have a valid size for the text */
.ui-dropdownchecklist-selector-wrapper {
	vertical-align: middle;
	font-size: 0px;
	width:208px;
}
.ui-dropdownchecklist-selector {
	padding: 0;
	font-size: 0px;
}
.ui-dropdownchecklist-text {
	font-size: 12px;
	/* line-height: 20px; */
}
span.ui-dropdownchecklist-text{
	float:left;
	height:25px;
	width:170px;
	padding:2px;
}
label.ui-dropdownchecklist-text, .views-exposed-form label.ui-dropdownchecklist-text{
	height:15px;
	line-height:15px;
	display:block;
	font-weight:400;
}
.ui-dropdownchecklist-group {
	padding: 1px 2px 2px 2px;
}
.sf-menu,
.sf-menu * {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sf-menu {
  line-height: 1.0;
  z-index: 497;
}
.sf-menu ul {
  left: 0;
  position: absolute;
  top: -99999em;
  width: 12em;
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu li {
  float: left;
  position: relative;
  z-index: 498;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  z-index: 499;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  left: 0;
  top: 1.5em;
}
.sf-menu li li:hover > ul,
.sf-menu li li.sfHover > ul {
  left: 12em;
  top: 0;
}
.sf-menu a.sf-with-ul {
  min-width: 1px;
}
.sf-sub-indicator {
  background: url('../sites/all/libraries/superfish/images/arrows-ffffff.png') no-repeat -10px -100px;
  display: block;
  height: 10px;
  overflow: hidden;
  position: absolute;
  right: 0.75em;
  text-indent: -999em;
  top: 1.05em;
  width: 10px;
}
a > .sf-sub-indicator {
  top: 0.8em;
  background-position: 0 -100px;
}
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
  background-position: -10px -100px;
}
.sf-menu ul .sf-sub-indicator {
  background-position: -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
  background-position: 0 0;
}
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0;
}
.sf-menu.sf-horizontal.sf-shadow ul,
.sf-menu.sf-vertical.sf-shadow ul,
.sf-menu.sf-navbar.sf-shadow ul ul {
  background: url('../sites/all/libraries/superfish/images/shadow.png') no-repeat right bottom;
  padding: 0 8px 9px 0 !important;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.sf-shadow ul.sf-shadow-off {
  background: transparent;
}
.sf-menu.rtl,
.sf-menu.rtl li {
  float: right;
}
.sf-menu.rtl li:hover > ul,
.sf-menu.rtl li.sfHover > ul {
  left: auto;
  right: 0;
}
.sf-menu.rtl li li:hover > ul,
.sf-menu.rtl li li.sfHover > ul {
  left: auto;
  right: 12em;
}
.sf-menu.rtl ul {
  left: auto;
  right: 0;
}
.sf-menu.rtl .sf-sub-indicator {
  left: 0.75em;
  right: auto;
  background: url('../sites/all/libraries/superfish/images/arrows-ffffff-rtl.png') no-repeat -10px -100px;
}
.sf-menu.rtl a > .sf-sub-indicator {
  top: 0.8em;
  background-position: -10px -100px;
}
.sf-menu.rtl a:focus > .sf-sub-indicator,
.sf-menu.rtl a:hover > .sf-sub-indicator,
.sf-menu.rtl a:active > .sf-sub-indicator,
.sf-menu.rtl li:hover > a > .sf-sub-indicator,
.sf-menu.rtl li.sfHover > a > .sf-sub-indicator {
  background-position: 0 -100px;
}
.sf-menu.rtl ul .sf-sub-indicator {
  background-position: 0 0;
}
.sf-menu.rtl ul a > .sf-sub-indicator {
  background-position: -10px 0;
}
.sf-menu.rtl ul a:focus > .sf-sub-indicator,
.sf-menu.rtl ul a:hover > .sf-sub-indicator,
.sf-menu.rtl ul a:active > .sf-sub-indicator,
.sf-menu.rtl ul li:hover > a > .sf-sub-indicator,
.sf-menu.rtl ul li.sfHover > a > .sf-sub-indicator {
  background-position: 0 0;
}
.sf-menu.rtl.sf-horizontal.sf-shadow ul,
.sf-menu.rtl.sf-vertical.sf-shadow ul,
.sf-menu.rtl.sf-navbar.sf-shadow ul ul {
  background-position: bottom left;
  padding: 0 0 9px 8px !important;
  -webkit-border-radius: 8px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 8px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomleft: 0;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
}
.sf-vertical.rtl li:hover > ul,
.sf-vertical.rtl li.sfHover > ul {
  left: auto;
  right: 12em;
}
.sf-vertical.rtl .sf-sub-indicator {
  background-position: -10px 0;
}
.sf-vertical.rtl a > .sf-sub-indicator {
  background-position: 0 0;
}
.sf-vertical.rtl a:focus > .sf-sub-indicator,
.sf-vertical.rtl a:hover > .sf-sub-indicator,
.sf-vertical.rtl a:active > .sf-sub-indicator,
.sf-vertical.rtl li:hover > a > .sf-sub-indicator,
.sf-vertical.rtl li.sfHover > a > .sf-sub-indicator {
  background-position: -10px 0;
}
.sf-navbar.rtl li li {
  float: right;
}
.sf-navbar.rtl ul .sf-sub-indicator {
  background-position: 0 -100px;
}
.sf-navbar.rtl ul a > .sf-sub-indicator {
  background-position: -10px -100px;
}
.sf-navbar.rtl ul a:focus > .sf-sub-indicator,
.sf-navbar.rtl ul a:hover > .sf-sub-indicator,
.sf-navbar.rtl ul a:active > .sf-sub-indicator,
.sf-navbar.rtl ul li:hover > a > .sf-sub-indicator,
.sf-navbar.rtl ul li.sfHover > a > .sf-sub-indicator {
  background-position: 0 -100px;
}
.sf-navbar.rtl ul ul .sf-sub-indicator {
  background-position:  0 0;
}
.sf-navbar.rtl ul ul a > .sf-sub-indicator {
  background-position:  -10px 0;
}
.sf-navbar.rtl ul ul a:focus > .sf-sub-indicator,
.sf-navbar.rtl ul ul a:hover > .sf-sub-indicator,
.sf-navbar.rtl ul ul a:active > .sf-sub-indicator,
.sf-navbar.rtl ul ul li:hover > a > .sf-sub-indicator,
.sf-navbar.rtl ul ul li.sfHover > a > .sf-sub-indicator {
  background-position: 0 0;
}
.sf-navbar.rtl li li:hover > ul,
.sf-navbar.rtl li li.sfHover > ul {
  left: auto;
  right: 0;
}
.sf-navbar.rtl li li li:hover > ul,
.sf-navbar.rtl li li li.sfHover > ul {
  left: auto;
  right: 12em;
}
.sf-navbar.rtl > li > ul {
  background: transparent;
  padding: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
}@font-face {
  font-family: 'ITC Lubalin Graph LT';
  src: url("../sites/default/themes/greenner/css/fonts/itclubalingraphltdemi.eot");
  src: local("☺"), url("../sites/default/themes/greenner/css/fonts/itclubalingraphltdemi.woff") format("woff"), url("../sites/default/themes/greenner/css/fonts/itclubalingraphltdemi.ttf") format("truetype"), url("../sites/default/themes/greenner/css/fonts/itclubalingraphltdemi.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'ITC Lubalin Graph LT';
  src: url("../sites/default/themes/greenner/css/fonts/itclubalingraphltbook.eot");
  src: local("☺"), url("../sites/default/themes/greenner/css/fonts/itclubalingraphltbook.woff") format("woff"), url("../sites/default/themes/greenner/css/fonts/itclubalingraphltbook.ttf") format("truetype"), url("../sites/default/themes/greenner/css/fonts/itclubalingraphltbook.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 3, ../sass/menu.scss */
#block-superfish-1 {
  /*float: left;*/
  width: 100%;
}
/* line 9, ../sass/menu.scss */
#block-superfish-1 #menu-10625-1 a {
  background: url(../sites/default/themes/greenner/images/new.png) no-repeat top right;
  padding-right: 44px;
}

/* line 18, ../sass/menu.scss */
#block-superfish-2 {
  float: right;
  width: 160px;
  margin-right: 100px;
}

/* line 27, ../sass/menu.scss */
.block-superfish li a {
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: lighter;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFFFFF;
}
/* line 34, ../sass/menu.scss */
.block-superfish li.active {
  color: #9AC162;
}
/* line 39, ../sass/menu.scss */
.block-superfish li li a {
  text-transform: none;
}

/* line 46, ../sass/menu.scss */
ul.sf-menu {
  float: right;
  margin: 0;
  padding: 0;
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #FFFFFF;
}
/* line 54, ../sass/menu.scss */
ul.sf-menu .sf-navbar {
  width: 100%;
}
/* line 57, ../sass/menu.scss */
ul.sf-menu ul {
  padding-left: 0;
}
/* line 60, ../sass/menu.scss */
ul.sf-menu a {
  color: #666;
  padding: 0px 0px 0 10px;
}
/* line 64, ../sass/menu.scss */
ul.sf-menu a.sf-with-ul {
  padding-right: 2.25em;
}
/* line 67, ../sass/menu.scss */
ul.sf-menu .rtl a.sf-with-ul {
  padding-left: 2.25em;
  padding-right: 1em;
}
/* line 71, ../sass/menu.scss */
ul.sf-menu .sf-navbar a {
  border: 0;
}
/* line 74, ../sass/menu.scss */
ul.sf-menu span.sf-description {
  color: #13a;
  display: block;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 5px 0 0 5px;
  padding: 0;
}
/* line 83, ../sass/menu.scss */
ul.sf-menu li,
ul.sf-menu .sf-navbar {
  margin-right: 15px;
}
/* line 87, ../sass/menu.scss */
ul.sf-menu li {
  margin-left: 0;
}
/* line 89, ../sass/menu.scss */
ul.sf-menu li li {
  background: #999999;
}
/* line 92, ../sass/menu.scss */
ul.sf-menu li li:hover {
  background-color: #666;
}
/* line 96, ../sass/menu.scss */
ul.sf-menu li li li {
  background: #999999;
}
/* line 101, ../sass/menu.scss */
ul.sf-menu li li a,
ul.sf-menu li li li a {
  padding: 5px 5px 5px 10px;
}
/* line 113, ../sass/menu.scss */
ul.sf-menu li:hover,
ul.sf-menu li.sfHover,
ul.sf-menu a:focus,
ul.sf-menu a:hover,
ul.sf-menu a:active,
ul.sf-menu .sf-navbar li li {
  color: #9ac162;
}
/* line 117, ../sass/menu.scss */
ul.sf-menu .sf-navbar li ul {
  background-color: #e9e9e9;
}
/* line 119, ../sass/menu.scss */
ul.sf-menu .sf-navbar li ul li ul {
  background-color: transparent;
}
/* line 124, ../sass/menu.scss */
ul.sf-menu a:active {
  color: #736357;
}

/* line 131, ../sass/menu.scss */
ul#superfish-3 li.sfHover a,
ul#superfish-3 li.sfHover li a:hover {
  color: #B0E0E4;
}
/* line 134, ../sass/menu.scss */
ul#superfish-3 li.sfHover li a {
  color: #59483e;
}
/* line 139, ../sass/menu.scss */
ul#superfish-3 li a {
  padding-left: 0;
}
/* line 142, ../sass/menu.scss */
ul#superfish-3 li ul {
  margin-top: 2px;
  margin-left: -55px;
}
/* line 146, ../sass/menu.scss */
ul#superfish-3 li li a {
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 500;
  color: #756054;
  font-size: 14px;
  padding-left: 10px;
}
/* line 152, ../sass/menu.scss */
ul#superfish-3 li li.first {
  padding-top: 5px;
}
/* line 155, ../sass/menu.scss */
ul#superfish-3 li li.last {
  padding-bottom: 5px;
}
/* line 158, ../sass/menu.scss */
ul#superfish-3 li li {
  background: url("../sites/default/themes/greenner/images/dropdown-menu-bg.png") repeat 0 0 transparent;
}

.block-superfish li li a {
  color: #fff;
}/*Common*/
/* line 6, ../sass/layout.scss */
.close {
  clear: both;
  height: 0px;
  line-height: 0px;
  z-index: 1;
}

/* line 13, ../sass/layout.scss */
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

/* line 17, ../sass/layout.scss */
.right {
  float: right;
}

/* line 20, ../sass/layout.scss */
.left {
  float: left;
}

/* line 24, ../sass/layout.scss */
img {
  border: none;
}

/* line 28, ../sass/layout.scss */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

/* line 34, ../sass/layout.scss */
body {
  background: #F5F5F5;
}

/* line 267, ../sass/_sass.scss */
.pane-tags-attached-to-content ul, .pane-node-tags-list ul {
  margin-left: 0;
  padding-left: 0;
}
/* line 270, ../sass/_sass.scss */
.pane-tags-attached-to-content ul li, .pane-node-tags-list ul li {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 5px;
  font-family: Arial, sans-serif;
  min-height: 32px;
}
/* line 278, ../sass/_sass.scss */
.pane-tags-attached-to-content ul li img, .pane-node-tags-list ul li img {
  vertical-align: middle;
  width: 28px;
  height: 28px;
}
/* line 284, ../sass/_sass.scss */
.pane-tags-attached-to-content ul li a, .pane-node-tags-list ul li a {
  vertical-align: middle;
  padding-top: 4px;
  margin-top: 0;
  margin-left: 5px;
  display: inline-block;
  color: #0a9146 !important;
  font-size: 1.2em;
  text-decoration: none;
}

/* line 46, ../sass/layout.scss */
body.front.not-logged-in #Main .panel-display .pane-greennermod-poplar-hello div.links {
  border-left: none;
  text-align: center;
}
/* line 50, ../sass/layout.scss */
body.front.not-logged-in #Main .panel-display .pane-greennermod-poplar-hello div.links #connect form {
  float: left;
}
/* line 53, ../sass/layout.scss */
body.front.not-logged-in #Main .panel-display .pane-greennermod-poplar-hello div.links .connect-prefix {
  float: left;
  margin: 0 20px 0 40px;
}

/* line 69, ../sass/layout.scss */
body.front #Main h2, body.front #Main h3 {
  color: #7eb448;
  font-size: 1.5em;
}
/* line 75, ../sass/layout.scss */
body.front #Main .panel-display .panel-col-first {
  width: 30%;
}
/* line 78, ../sass/layout.scss */
body.front #Main .panel-display .panel-col-first .inside {
  padding: 0 10px;
}
/* line 83, ../sass/layout.scss */
body.front #Main .panel-display .panel-col-last {
  width: 68.9%;
  border-left: 2px solid #cdcecf;
}
/* line 87, ../sass/layout.scss */
body.front #Main .panel-display .panel-col-last .inside {
  padding: 0 10px;
}
/* line 92, ../sass/layout.scss */
body.front #Main .panel-display .pane-block-36 {
  line-height: 1.25em;
}
/* line 95, ../sass/layout.scss */
body.front #Main .panel-display .pane-block-36 .leed-wrapper {
  width: 100%;
  overflow: auto;
}
/* line 99, ../sass/layout.scss */
body.front #Main .panel-display .pane-block-36 .leed-wrapper .leed-icon {
  float: left;
  margin-right: 10px;
}
/* line 104, ../sass/layout.scss */
body.front #Main .panel-display .pane-block-36 .leed-wrapper .leed-intro {
  font-weight: bold;
  font-size: 0.9em;
}
/* line 110, ../sass/layout.scss */
body.front #Main .panel-display .pane-block-36 .free-exam {
  clear: both;
  margin-top: 15px;
}
/* line 114, ../sass/layout.scss */
body.front #Main .panel-display .pane-block-36 .free-exam span {
  display: inline-block;
  vertical-align: middle;
}
/* line 120, ../sass/layout.scss */
body.front #Main .panel-display .pane-block-36 .free-exam span.text a {
  color: #0872ba;
  font-family: Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -0.05em;
  font-size: 28px;
}
/* line 128, ../sass/layout.scss */
body.front #Main .panel-display .pane-block-36 hr {
  height: 1px;
  border: none;
  border-bottom: 1px solid #cdcecf;
  margin: 15px 0;
}
/* line 135, ../sass/layout.scss */
body.front #Main .panel-display .pane-block-36 .choose-topic {
  color: #7eb448;
}
/* line 141, ../sass/layout.scss */
body.front #Main .panel-display .pane-block-36,
body.front #Main .panel-display .pane-block-37,
body.front #Main .panel-display #mini-panel-connect {
  color: #333333;
  font-size: 1.5em;
}
/* line 144, ../sass/layout.scss */
body.front #Main .panel-display .pane-block-36 p,
body.front #Main .panel-display .pane-block-37 p,
body.front #Main .panel-display #mini-panel-connect p {
  line-height: 1.4em;
  margin-top: 8px;
}
/* line 148, ../sass/layout.scss */
body.front #Main .panel-display .pane-block-36 h2,
body.front #Main .panel-display .pane-block-37 h2,
body.front #Main .panel-display #mini-panel-connect h2 {
  color: #333333;
  margin-bottom: 10px;
}
/* line 152, ../sass/layout.scss */
body.front #Main .panel-display .pane-block-36 h2.text,
body.front #Main .panel-display .pane-block-37 h2.text,
body.front #Main .panel-display #mini-panel-connect h2.text {
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
}
/* line 163, ../sass/layout.scss */
body.front #Main .panel-display div.More a, body.front #Main .panel-display div.more-link a {
  color: #00b2d9;
  font-size: 16px;
}
/* line 169, ../sass/layout.scss */
body.front #Main .panel-display .pane-greennermod-poplar-hello {
  font-size: 1.5em;
  color: #000;
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 35px;
}
/* line 176, ../sass/layout.scss */
body.front #Main .panel-display .pane-greennermod-poplar-hello .pane-content {
  padding-left: 70px;
  padding-right: 20px;
}
/* line 181, ../sass/layout.scss */
body.front #Main .panel-display .pane-greennermod-poplar-hello h1 {
  font-size: 1.6em;
  margin-bottom: 0;
  color: #333333;
}
/* line 187, ../sass/layout.scss */
body.front #Main .panel-display .pane-greennermod-poplar-hello p {
  margin-top: 5px;
  line-height: 1.3em;
}
/* line 192, ../sass/layout.scss */
body.front #Main .panel-display .pane-greennermod-poplar-hello div.links {
  display: block;
  margin: 23px 35px 0 50px;
  float: right;
  border-left: 1px solid #cdcecf;
}
/* line 198, ../sass/layout.scss */
body.front #Main .panel-display .pane-greennermod-poplar-hello div.links ul {
  margin: 0;
}
/* line 201, ../sass/layout.scss */
body.front #Main .panel-display .pane-greennermod-poplar-hello div.links ul li {
  margin: 0;
  padding: 4px 8px;
  list-style-type: none;
  list-style-position: outside;
  border-bottom: 1px solid #cdcecf;
  font-size: 0.75em;
  font-weight: bold;
}
/* line 210, ../sass/layout.scss */
body.front #Main .panel-display .pane-greennermod-poplar-hello div.links ul li a {
  color: #f89938;
}
/* line 214, ../sass/layout.scss */
body.front #Main .panel-display .pane-greennermod-poplar-hello div.links ul li.last {
  border-bottom: none;
}
/* line 220, ../sass/layout.scss */
body.front #Main .panel-display .pane-greennermod-poplar-hello div.links ul li:nth-child(2n) {
  background: #f3f3f4;
}
/* line 229, ../sass/layout.scss */
body.front #Main .panel-display .pane-poplar-topics-tree {
  border-bottom: 1px solid #cdcecf;
  font-size: 1.3em;
}
/* line 233, ../sass/layout.scss */
body.front #Main .panel-display .pane-poplar-topics-tree .poplar-topics-tree {
  width: 100%;
  overflow: auto;
}
/* line 237, ../sass/layout.scss */
body.front #Main .panel-display .pane-poplar-topics-tree .poplar-topics-tree .topic-col {
  float: left;
  width: 33.3%;
}
/* line 241, ../sass/layout.scss */
body.front #Main .panel-display .pane-poplar-topics-tree .poplar-topics-tree .topic-col .topic-col-inner {
  padding: 0px 10px;
}
/* line 245, ../sass/layout.scss */
body.front #Main .panel-display .pane-poplar-topics-tree .poplar-topics-tree .topic-col div.topic-outer {
  margin-bottom: 10px;
}
/* line 250, ../sass/layout.scss */
body.front #Main .panel-display .pane-poplar-topics-tree .poplar-topics-tree .topic-col div.topic-outer div.topic-inner div.link-outer {
  width: 100%;
  overflow: auto;
}
/* line 254, ../sass/layout.scss */
body.front #Main .panel-display .pane-poplar-topics-tree .poplar-topics-tree .topic-col div.topic-outer div.topic-inner div.link-outer a.image {
  display: inline-block;
  vertical-align: middle;
  width: 28px;
}
/* line 260, ../sass/layout.scss */
body.front #Main .panel-display .pane-poplar-topics-tree .poplar-topics-tree .topic-col div.topic-outer div.topic-inner div.link-outer a.text {
  font-family: Arial, sans-serif;
  font-weight: normal;
  color: #7eb448;
  margin-left: 5px;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 6px;
  width: 163px;
}
/* line 272, ../sass/layout.scss */
body.front #Main .panel-display .pane-poplar-topics-tree .poplar-topics-tree .topic-col div.topic-outer div.topic-inner ul {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
}
/* line 275, ../sass/layout.scss */
body.front #Main .panel-display .pane-poplar-topics-tree .poplar-topics-tree .topic-col div.topic-outer div.topic-inner ul li {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  margin: 0;
  padding: 0;
  padding: 3px 0px 3px 3px;
}
/* line 279, ../sass/layout.scss */
body.front #Main .panel-display .pane-poplar-topics-tree .poplar-topics-tree .topic-col div.topic-outer div.topic-inner ul li a {
  color: #0a9146;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
/* line 294, ../sass/layout.scss */
body.front #Main .panel-display .pane-people {
  font-size: 1.2em;
  color: #333333;
}
/* line 299, ../sass/layout.scss */
body.front #Main .panel-display .pane-people tbody td {
  padding: 5px 0;
}
/* line 305, ../sass/layout.scss */
body.front #Main .panel-display .pane-popular-news, body.front #Main .panel-display .pane-questions-answer {
  color: #333333;
  float: left;
}
/* line 309, ../sass/layout.scss */
body.front #Main .panel-display .pane-popular-news a, body.front #Main .panel-display .pane-questions-answer a {
  color: #333333;
}
/* line 313, ../sass/layout.scss */
body.front #Main .panel-display .pane-popular-news h2, body.front #Main .panel-display .pane-popular-news h3, body.front #Main .panel-display .pane-questions-answer h2, body.front #Main .panel-display .pane-questions-answer h3 {
  color: #7eb448;
}
/* line 317, ../sass/layout.scss */
body.front #Main .panel-display .pane-popular-news li, body.front #Main .panel-display .pane-questions-answer li {
  margin-bottom: 12px;
  margin-left: 0px;
  list-style: none;
}
/* line 324, ../sass/layout.scss */
body.front #Main .panel-display .pane-popular-news {
  font-size: 1.3em;
  line-height: 1.3em;
  width: 315px;
  padding-left: 25px;
  background: url(../sites/default/themes/greenner/images/globe-bg.png) no-repeat 120px 25px;
}
/* line 332, ../sass/layout.scss */
body.front #Main .panel-display .pane-questions-answer {
  width: 310px;
  margin-bottom: 35px;
  font-size: 1.2em;
  line-height: 1.2em;
}
/* line 342, ../sass/layout.scss */
body.front #Main .content p {
  margin: 15px 0;
}

/* line 351, ../sass/layout.scss */
#Wrapper-outer {
  position: relative;
  width: 100%;
  /*min-width: 1024px;*/
  overflow: hidden;
}

/* line 357, ../sass/layout.scss */
#Wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
  background: #fff;
  position: relative;
}

/* line 363, ../sass/layout.scss */
#Header {
  width: 1024px;
  height: 135px;
  position: relative;
  z-index: 11;
}

/* line 369, ../sass/layout.scss */
#HeaderTop {
  /*float: right;*/
  margin-right: 0;
  overflow: visible;
  z-index: 50;
  position: absolute;
  top: 40px;
  right: 0;
}

/* line 378, ../sass/layout.scss */
.not-logged-in #HeaderTop a {
  margin-right: 10px;
}

/* line 381, ../sass/layout.scss */
.logged-in #HeaderTop {
  top: 40px;
  right: 15px;
}

/* line 386, ../sass/layout.scss */
#Logo {
  float: left;
  margin: 42px 0 15px 42px;
}

/* line 390, ../sass/layout.scss */
#block-search-form {
  display: inline-block;
  /*float: left;*/
  margin-top: 0;
}
/* line 394, ../sass/layout.scss */
#block-search-form label {
  display: none;
}
/* line 395, ../sass/layout.scss */
#block-search-form .form-actions {
  float: none;
  position: absolute;
  top: 0;
  right: 0;
}

form .container-inline {
  position: relative;
}

button#edit-submit {
  color: #fff;
  border: none;
  background: #bfbfbf;
  padding: 4px 6px;
  cursor: pointer;
}

button#edit-submit:focus {
  outline: none;
}

/* line 397, ../sass/layout.scss */
#MainMenu {
  height: 25px;
  width: auto;
  padding: 0;
  z-index: 10;
  position: relative;
  /*float: left;*/
  top: 90px;
  right: 0;
  /*background: url(../sites/default/themes/greenner/images/menu_03.png) no-repeat;*/
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 500;
}
/* line 410, ../sass/layout.scss */
#MainMenu .block-inner .content {
  position: relative;
}

/* line 421, ../sass/layout.scss */
#MainMenu
#MainSearch,
#MainLearningCenter,
#MainMemberDirectory,
#MainMemberDirectorySearch,
#MainContenBottom {
  float: left;
  margin: 0px 20px 20px 20px;
  width: 984px;
  position: relative;
  z-index: 15;
}

/* line 435, ../sass/layout.scss */
#MainSearch,
#MainLearningCenter,
#MainMemberDirectory,
#MainContenBottom {
  /*  background: url("../sites/default/themes/greenner/images/vertical_separator_2columns.png") repeat-y center bottom transparent;*/
}

/* line 439, ../sass/layout.scss */
#MainMemberDirectorySearch {
  /*  background: url("../sites/default/themes/greenner/images/vertical_separator_2columns-member-directory-search.png") repeat-y center bottom transparent;*/
}

/* line 443, ../sass/layout.scss */
#menu_home {
  border-right: 1px solid #696A6D;
  padding: 0 5px 0 5px;
  background: url("../sites/default/themes/greenner/images/home.png") no-repeat center;
  width: 15px;
  float: left;
}

/* line 453, ../sass/layout.scss */
#menu_profile {
  border-right: 1px solid #696A6D;
  padding: 0 5px 0 5px;
  background: url("../sites/default/themes/greenner/images/profile.png") no-repeat center;
  width: 15px;
  float: left;
}

/* line 460, ../sass/layout.scss */
#menu_profile.active {
  background: url("../sites/default/themes/greenner/images/profile_active.png") no-repeat center;
}

/* line 464, ../sass/layout.scss */
#dialog {
  width: 100%;
}

/* line 468, ../sass/layout.scss */
#Breadcrumb {
  width: 984px;
  float: left;
  margin: 0px 20px 10px 20px;
  color: #999999;
  position: relative;
}

/* line 475, ../sass/layout.scss */
.breadcrumb {
  margin-left: 5px;
}

/* line 479, ../sass/layout.scss */
#Middle {
  float: left;
  margin: 20px 0;
  width: 984px;
  font-family: arial, sans-serif;
}

/* line 486, ../sass/layout.scss */
#Left {
  float: left;
  width: 225px;
  padding: 0;
}
/* line 492, ../sass/layout.scss */
#Left region-content,
#Left .region-content-bottom {
  padding: 0 20px 0 0;
  width: 195px;
  float: left;
}
/* line 497, ../sass/layout.scss */
#Left .region {
  padding-right: 20px;
  position: relative;
}

/* line 504, ../sass/layout.scss */
#Right .region {
  padding-left: 20px;
}

/* line 509, ../sass/layout.scss */
#Left .region .block,
#Right .region .block {
  float: left;
  width: 100%;
  margin: 0 0 20px;
}

/* line 517, ../sass/layout.scss */
#Center {
  float: left;
  width: 580px;
}

/* line 522, ../sass/layout.scss */
.no-sidebars #Center {
  width: 100%;
}

/* line 525, ../sass/layout.scss */
.no-sidebars #Main {
  background-image: none;
}

/* line 530, ../sass/layout.scss */
.left-sidebar #Left {
  /*  border-right: 1px solid #736357;  */
}
/* line 534, ../sass/layout.scss */
.left-sidebar #Center {
  width: 755px;
}

/* line 542, ../sass/layout.scss */
.right-sidebar #Center {
  width: 775px;
}

/* line 548, ../sass/layout.scss */
.right-sidebar #Right {
  /*  border-left: 1px solid #736357;  */
}

/* line 553, ../sass/layout.scss */
#Center .region {
  padding: 0 20px;
}

/* line 557, ../sass/layout.scss */
#Right {
  float: left;
  width: 175px;
}

/* line 561, ../sass/layout.scss */
.not-logged-in #Right {
  /*	padding:20px 34px 0 20px;*/
}

/* line 566, ../sass/layout.scss */
.Home #Left {
  width: 320px;
  border-right: 1px solid #666666 !important;
}
/* line 571, ../sass/layout.scss */
.Home #Center {
  width: 340px;
  border-right: 1px solid #666666 !important;
}
/* line 576, ../sass/layout.scss */
.Home #Right {
  width: 320px;
}
/* line 580, ../sass/layout.scss */
.Home #Bottom {
  float: left;
  margin: 0 0 20px 0;
  width: 984px;
}
/* line 586, ../sass/layout.scss */
.Home #Bottom #Bottom {
  margin: 20px;
  width: 100%;
}

/* line 593, ../sass/layout.scss */
.node-type-questions-answers {
  font-size: 14px;
}
/* line 80, ../sass/_sass.scss */
.node-type-questions-answers ol, .node-type-questions-answers ul {
  padding: 0;
  color: #808282;
}
/* line 85, ../sass/_sass.scss */
.node-type-questions-answers h1 {
  color: #333333;
}
/* line 89, ../sass/_sass.scss */
.node-type-questions-answers .panel-col-first {
  width: 66%;
  border-right: 2px solid #ccc;
}
/* line 93, ../sass/_sass.scss */
.node-type-questions-answers .panel-col-first > .inside {
  padding: 10px 10px 10px 0px;
}
/* line 97, ../sass/_sass.scss */
.node-type-questions-answers .panel-col-last {
  width: 33%;
}
/* line 99, ../sass/_sass.scss */
.node-type-questions-answers .panel-col-last > .inside {
  padding: 10px 0px 10px 10px;
}
/* line 69, ../sass/_sass.scss */
.node-type-questions-answers .panel-col-last .view-footer {
  margin-top: 0;
}
/* line 597, ../sass/layout.scss */
.node-type-questions-answers .additional_information {
  width: 165px;
}
/* line 604, ../sass/layout.scss */
.node-type-questions-answers #q-and-a .center-wrapper .panel-separator {
  display: none;
}
/* line 608, ../sass/layout.scss */
.node-type-questions-answers #q-and-a .center-wrapper .panel-col-first {
  border-right: 1px solid #cdcecf;
}
/* line 611, ../sass/layout.scss */
.node-type-questions-answers #q-and-a .center-wrapper .panel-col-first #mini-panel-content_user_picture {
  margin: 0 0 10px;
}
/* line 614, ../sass/layout.scss */
.node-type-questions-answers #q-and-a .center-wrapper .panel-col-first #mini-panel-content_user_picture .panel-separator {
  display: none;
}
/* line 618, ../sass/layout.scss */
.node-type-questions-answers #q-and-a .center-wrapper .panel-col-first #mini-panel-content_user_picture .pane-user-picture {
  float: left;
  margin: 0 10px 0 0;
}
/* line 622, ../sass/layout.scss */
.node-type-questions-answers #q-and-a .center-wrapper .panel-col-first #mini-panel-content_user_picture .pane-user-picture img {
  width: 65px;
  height: 65px;
}
/* line 629, ../sass/layout.scss */
.node-type-questions-answers #q-and-a .center-wrapper .panel-col-first .pane-node-field-summary {
  font-size: 14px;
}
/* line 632, ../sass/layout.scss */
.node-type-questions-answers #q-and-a .center-wrapper .panel-col-first .pane-node-field-summary .field-name-field-summary {
  font-weight: normal;
}
/* line 636, ../sass/layout.scss */
.node-type-questions-answers #q-and-a .center-wrapper .panel-col-first .pane-node-field-summary p {
  margin: 0.5em 0;
  color: #808282;
}
/* line 645, ../sass/layout.scss */
.node-type-questions-answers #q-and-a .center-wrapper .panel-col-last .pane-user-picture {
  float: left;
  margin-right: 5px;
}
/* line 651, ../sass/layout.scss */
.node-type-questions-answers #q-and-a .center-wrapper .panel-col-last .pane-content-user-picture p {
  margin: 0;
}
/* line 659, ../sass/layout.scss */
.node-type-questions-answers #q-and-a .pane-3 {
  float: left;
}
/* line 666, ../sass/layout.scss */
.node-type-questions-answers #q-and-a .pane-node-share-links {
  float: right;
  margin-right: 50px;
}
/* line 301, ../sass/_sass.scss */
.node-type-questions-answers #q-and-a .pane-node-share-links a img {
  display: inline-block;
  margin-right: 8px;
}
/* line 673, ../sass/layout.scss */
.node-type-questions-answers #q-and-a .pane-sharethis-sharethis-block {
  float: right;
  margin-top: -30px;
}
/* line 678, ../sass/layout.scss */
.node-type-questions-answers #q-and-a .pane-tags-attached-to-content {
  float: left;
  padding-bottom: 20px;
}
/* line 685, ../sass/layout.scss */
.node-type-questions-answers #q-and-a .pane-content-user-picture h2.pane-title, .node-type-questions-answers #q-and-a .pane-node-comment-form h2.pane-title {
  font-size: 12px;
  font-weight: bold;
  font-family: Arial, sans-serif;
  color: #514f26;
  margin-bottom: 5px;
  margin-top: 5px;
}
/* line 697, ../sass/layout.scss */
.node-type-questions-answers #q-and-a .pane-node-comment-form {
  border-top: 1px solid #cdcecf;
  clear: both;
}
/* line 701, ../sass/layout.scss */
.node-type-questions-answers #q-and-a .pane-node-comment-form .field-type-text-with-summary {
  float: left;
  width: 80%;
}
/* line 706, ../sass/layout.scss */
.node-type-questions-answers #q-and-a .pane-node-comment-form #comment-form {
  margin-top: 0;
}
/* line 711, ../sass/layout.scss */
.node-type-questions-answers #q-and-a .pane-node-comments {
  clear: both;
  border-top: 1px solid #cdcecf;
}
/* line 716, ../sass/layout.scss */
.node-type-questions-answers #q-and-a #edit-field-answer-und-0-format {
  display: none;
}

/* line 723, ../sass/layout.scss */
#superfish-3 li a {
  text-transform: none;
}

/* line 726, ../sass/layout.scss */
.star_greener {
  background: url(../sites/default/themes/greenner/images/greener_star.png) no-repeat;
  font-size: 18pt;
  height: 22px;
  margin-left: 26px;
  margin-top: -2px;
}

/* line 733, ../sass/layout.scss */
.star_greener a {
  display: block;
  margin-left: 35px;
  margin-top: 0px;
  font-weight: bold;
  font-size: 15pt;
}

/* line 740, ../sass/layout.scss */
#block-superfish-3 #menu-7892-3 {
  margin-left: 0px;
}

/* line 743, ../sass/layout.scss */
#block-superfish-3 #menu-7898-3 {
  background: url(../sites/default/themes/greenner/images/greener_star.png) no-repeat;
  font-size: 18pt;
  height: 22px;
  margin-left: 26px;
  margin-top: -2px;
}

/* line 750, ../sass/layout.scss */
#block-superfish-3 #menu-7898-3 a {
  display: block;
  margin-left: 35px;
  margin-top: 0px;
  font-weight: bold;
  font-size: 15pt;
}

/* line 761, ../sass/layout.scss */
.pane-node-comments .comment .author-and-rating {
  float: right;
  width: 140px;
  border-left: 1px solid #cdcecf;
  padding-left: 10px;
  padding-top: 10px;
}
/* line 769, ../sass/layout.scss */
.pane-node-comments .comment .content {
  float: left;
  width: 450px;
  padding: 0;
}
/* line 770, ../sass/layout.scss */
.pane-node-comments .comment .content .field-label {
  font-size: 12px;
  color: #514f26;
}
/* line 779, ../sass/layout.scss */
.pane-node-comments .comment .content p {
  margin: 15px 0;
}
/* line 784, ../sass/layout.scss */
.pane-node-comments .comment .comment_forbidden {
  display: none;
}
/* line 787, ../sass/layout.scss */
.pane-node-comments .comment .author_name {
  margin-left: 60px;
}
/* line 790, ../sass/layout.scss */
.pane-node-comments .comment .comment_posted {
  margin-left: 60px;
}
/* line 793, ../sass/layout.scss */
.pane-node-comments .comment .coment_rated {
  margin-top: 7px;
}
/* line 796, ../sass/layout.scss */
.pane-node-comments .comment .links {
  float: right;
}
/* line 801, ../sass/layout.scss */
.pane-node-comments .field-name-field-answer {
  margin-top: 10px;
}
/* line 805, ../sass/layout.scss */
.pane-node-comments .pane-title {
  font-size: 12px;
  font-weight: normal;
  font-family: Arial, sans-serif;
  margin-bottom: 0px;
  color: #514f26;
}

/* line 814, ../sass/layout.scss */
#Register {
  width: 100%;
  margin: 0px 20px;
}
/* line 820, ../sass/layout.scss */
#Register .fb_user-login-button-wrapper,
#Register .twitter_user-register-button-wrapper,
#Register .linkedin_user-register-button-wrapper {
  margin: 0 0 15px 0;
}
/* line 824, ../sass/layout.scss */
#Register h1, #Register h2, #Register h3 {
  color: #7eb448;
}
/* line 829, ../sass/layout.scss */
#Register #Center .region-inner, #Register #Left .region-inner, #Register #Right .region-inner {
  padding: 20px;
}
/* line 834, ../sass/layout.scss */
#Register #Center {
  height: auto;
  position: relative;
  margin: 0 0 120px;
  width: 620px;
  border-left: 2px solid #cdcecf;
}
/* line 841, ../sass/layout.scss */
#Register #Center .region {
  padding: 0;
}
/* line 846, ../sass/layout.scss */
#Register #Left, #Register #Right {
  width: 350px;
  position: relative;
  font-size: 1.3em;
}
/* line 852, ../sass/layout.scss */
#Register .itsfree {
  right: 30px;
}
/* line 856, ../sass/layout.scss */
#Register #block-connector-one_click_block h2 {
  margin: 0;
}

/* line 861, ../sass/layout.scss */
.page-user-login #Register #Center {
  height: auto;
  margin: 20px 20px 40px 160px;
  width: 680px;
  border: none;
  padding: 0;
}
/* line 868, ../sass/layout.scss */
.page-user-login #Register #Center #block-system-main {
  border: 1px solid #666666;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  behavior: url(https://www.poplarnetwork.com/border-radius.htc);
  margin: 0 0 20px;
  padding: 20px;
}

/* line 881, ../sass/layout.scss */
#MainMemberDirectorySearch #Left {
  float: left;
  width: 492px;
}

/* line 888, ../sass/layout.scss */
#MainMemberDirectory #Center,
#MainLearningCenter #Center,
#MainSearch #Center {
  float: right;
  width: 755px;
}

/* line 893, ../sass/layout.scss */
#MainMemberDirectorySearch #Center {
  float: right;
  width: 492px;
}

/* line 900, ../sass/layout.scss */
#MainMemberDirectorySearch #Center .region,
#MainMemberDirectory #Center .region,
#MainSearch #Center .region {
  padding: 0;
  margin: 0 20px;
  position: relative;
}

/* line 909, ../sass/layout.scss */
.page-members .view_page #Left .block,
.page-profile-credentials.user-profile #Left .block,
.page-user.user-profile .view_page #Left .block {
  position: inherit;
}

/*Blocks*/
/* line 938, ../sass/layout.scss */
#Right .block {
  width: 155px;
  float: left;
}

/* line 942, ../sass/layout.scss */
.Home #Right .block {
  width: 300px;
  float: left;
}

/* line 946, ../sass/layout.scss */
#UserMenu {
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 20px;
}

/* line 952, ../sass/layout.scss */
#block-block-1 {
  /*padding-top: 50px;
  padding-right: 10px;
  float: right;*/
}

/* line 958, ../sass/layout.scss */
#block-block-1 #phone-number {
  float: right;
  line-height: 42px;
}

/* line 963, ../sass/layout.scss */
#search-poplar-simple-form {
  float: left;
  height: 80px;
  width: 560px;
  margin: 5px 0 20px 0;
}

/* line 970, ../sass/layout.scss */
#block-block-3, #block-greennermod-welcome_join {
  /*float: left;
  height: 38px;
  text-align: center;*/
}

/* line 976, ../sass/layout.scss */
#block-greennermod-welcome_join .join-link {
  padding-top: 8px;
}
/* line 979, ../sass/layout.scss */
#block-greennermod-welcome_join .inline {
  display: inline-block;
  vertical-align: middle;
}
/* line 983, ../sass/layout.scss */
#block-greennermod-welcome_join .image-wrapper {
  margin-right: 10px;
  position: relative;
}

/* line 989, ../sass/layout.scss */
#block-block-6 {
  margin-left: 50px;
}

/* line 993, ../sass/layout.scss */
#block-superfish-3 {
  /*float: left;*/
  margin-left: 0 !important;
}

/* line 997, ../sass/layout.scss */
#superfish-3 {
  padding-top: 0;
}
/* line 999, ../sass/layout.scss */
#superfish-3 li li a {
  text-transform: none;
}

/* line 1004, ../sass/layout.scss */
#block-block-2 {
  float: left;
  height: 39px;
  text-align: center;
  line-height: 35px;
  margin-left: 10px;
}

/* line 1011, ../sass/layout.scss */
.logged-in #block-block-2 {
  width: 77px;
}

/* line 1015, ../sass/layout.scss */
.slider-wrapper {
  -webkit-box-shadow: 5px 5px 10px 3px #D9DADB;
  -moz-box-shadow: 5px 5px 10px 3px #D9DADB;
  box-shadow: 5px 5px 10px 3px #D9DADB;
  behavior: url(https://www.poplarnetwork.com/PIE.htc);
  margin: 0 0 20px 0;
}

/* line 1023, ../sass/layout.scss */
.nivo-controlNav {
  position: absolute;
  top: 0;
  left: 0;
  width: 345px;
  height: 255px;
  z-index: 9999;
  padding: 0;
  margin: 0;
}

/* line 1033, ../sass/layout.scss */
.nivo-controlNav a {
  width: 345px;
  height: 85px;
  float: left;
  cursor: pointer;
  background: none;
  margin: 0;
  padding: 0;
  font-size: 0px;
}

/* line 1044, ../sass/layout.scss */
#block-views-home_slides-block {
  height: 320px !important;
  width: 984px !important;
  float: left;
}

/* line 1049, ../sass/layout.scss */
#block-block-4, #block-block-31 {
  float: left;
  width: 984px;
  margin: 10px 0;
}

/* line 1055, ../sass/layout.scss */
#block-block-5 {
  float: right;
  margin-right: 90px;
}
/* line 1058, ../sass/layout.scss */
#block-block-5 img {
  margin-top: 4px;
}

/* line 1063, ../sass/layout.scss */
#Right #block-block-6 {
  width: 159px;
  height: 55px;
  background: url(../sites/default/themes/greenner/images/site_button_bg.png) no-repeat;
  background-position: 0px 0px;
  position: absolute;
  top: -9px;
  right: -36px;
}

/* line 1072, ../sass/layout.scss */
#block-block-6:hover {
  background-position: 0px -55px;
}

/* line 1075, ../sass/layout.scss */
.logged-in #Right #block-block-6 {
  top: -10px;
}

/* line 1080, ../sass/layout.scss */
#block-views-node_blocks-block {
  padding: 0 0 0 20px;
  width: 294px;
  margin-top: 40px;
  border-right: 1px solid #666666;
  float: left;
}

/* line 1087, ../sass/layout.scss */
#block-views-user_nodes-block {
  padding: 0 20px 0 34px;
  width: 295px;
  border: none;
  border-right: 1px solid #666666;
  margin-top: 40px;
  float: left;
}

/* line 1096, ../sass/layout.scss */
#block-views-user_nodes-block .views-row,
#block-views-node_blocks-block .views-row {
  width: 294px;
}

/* line 1099, ../sass/layout.scss */
#block-views-clinets_slides-block .block-inner .content {
  margin: 0 auto;
  width: 160px;
}

/* line 1103, ../sass/layout.scss */
.nivo-directionNav a {
  background: url(../sites/default/themes/greenner/images/arrows.png) no-repeat;
  height: 17px;
  width: 18px;
  display: block;
}

/* line 1109, ../sass/layout.scss */
a.nivo-prevNav {
  left: -70px;
}

/* line 1112, ../sass/layout.scss */
a.nivo-nextNav {
  background-position: -21px 0;
  right: -70px;
}

/* line 1116, ../sass/layout.scss */
.page-node-13 #Left .region-content {
  padding: 0 0 0 0;
  width: 630px;
}

/* line 1120, ../sass/layout.scss */
.edu_block {
  float: left;
  width: 210px;
  position: relative;
  top: 0;
  left: -5px;
}

/* line 1127, ../sass/layout.scss */
.edu_block div {
  float: left;
  padding: 5px 20px 0 5px;
  width: 185px;
}

/* line 1132, ../sass/layout.scss */
.edu_block h2 {
  font-size: 14px;
  line-height: 18px;
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 500;
  color: #9AC163;
}

/* line 1138, ../sass/layout.scss */
#edu2 h2 {
  color: #AF9D87;
}

/* line 1141, ../sass/layout.scss */
#edu3 h2 {
  color: #736357;
}

/* line 1145, ../sass/layout.scss */
#Main .AskAQuestion {
  float: right;
  margin-top: -45px;
  margin-left: 50px;
}
/* line 1150, ../sass/layout.scss */
#Main .AskAQuestion .button a {
  border-radius: 5px;
  padding: .5em 1em;
  border: 1px solid #333;
  font-weight: bold;
  font-family: arial;
  text-align: center;
  text-shadow: 1px 1px #113100;
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 16px;
  line-height: 14px;
  margin: 5px auto 0 auto;
  background-color: #8dd51a;
  background: -webkit-linear-gradient(#8dd51a, #499d04);
  background: -moz-linear-gradient(#8dd51a, #499d04);
  background: -ms-linear-gradient(#8dd51a, #499d04);
  background: -o-linear-gradient(#8dd51a, #499d04);
  background: linear-gradient(#8dd51a, #499d04);
  box-shadow: inset 0px 1px 0px #b9ee64,inset 0 -1px 2px #316a02;
  text-shadow: 1px 1px #113100;
  -pie-background: linear-gradient(#8dd51a, #499d04);
  margin: 0;
}
/* line 220, ../sass/_sass.scss */
#Main .AskAQuestion .button a:hover {
  background-color: #7cca14;
  background: -webkit-linear-gradient(#7cca14, #3e9503);
  background: -moz-linear-gradient(#7cca14, #3e9503);
  background: -ms-linear-gradient(#7cca14, #3e9503);
  background: -o-linear-gradient(#7cca14, #3e9503);
  background: linear-gradient(#7cca14, #3e9503);
  box-shadow: inset 0px 1px 0px #a8e35a,inset 0 -1px 2px #286201;
  -pie-background: linear-gradient(#7cca14, #3e9503);
}
/* line 231, ../sass/_sass.scss */
#Main .AskAQuestion .button a:active {
  background-color: #70c010;
  background: -webkit-linear-gradient(#499d04, #499d04);
  background: -moz-linear-gradient(#499d04, #499d04);
  background: -ms-linear-gradient(#499d04, #499d04);
  background: -o-linear-gradient(#499d04, #499d04);
  background: linear-gradient(#499d04, #499d04);
  box-shadow: inset 0px 2px 4px #254005;
  -pie-background: linear-gradient(#499d04, #499d04);
}

/* line 1156, ../sass/layout.scss */
#Main .ask-question-link {
  margin-bottom: 30px;
}
/* line 1159, ../sass/layout.scss */
#Main .ask-question-link a {
  border-radius: 5px;
  padding: .5em 1em;
  border: 1px solid #333;
  font-weight: bold;
  font-family: arial;
  text-align: center;
  text-shadow: 1px 1px #113100;
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 16px;
  line-height: 14px;
  margin: 5px auto 0 auto;
  background-color: #8dd51a;
  background: -webkit-linear-gradient(#8dd51a, #499d04);
  background: -moz-linear-gradient(#8dd51a, #499d04);
  background: -ms-linear-gradient(#8dd51a, #499d04);
  background: -o-linear-gradient(#8dd51a, #499d04);
  background: linear-gradient(#8dd51a, #499d04);
  box-shadow: inset 0px 1px 0px #b9ee64,inset 0 -1px 2px #316a02;
  text-shadow: 1px 1px #113100;
  -pie-background: linear-gradient(#8dd51a, #499d04);
}
/* line 220, ../sass/_sass.scss */
#Main .ask-question-link a:hover {
  background-color: #7cca14;
  background: -webkit-linear-gradient(#7cca14, #3e9503);
  background: -moz-linear-gradient(#7cca14, #3e9503);
  background: -ms-linear-gradient(#7cca14, #3e9503);
  background: -o-linear-gradient(#7cca14, #3e9503);
  background: linear-gradient(#7cca14, #3e9503);
  box-shadow: inset 0px 1px 0px #a8e35a,inset 0 -1px 2px #286201;
  -pie-background: linear-gradient(#7cca14, #3e9503);
}
/* line 231, ../sass/_sass.scss */
#Main .ask-question-link a:active {
  background-color: #70c010;
  background: -webkit-linear-gradient(#499d04, #499d04);
  background: -moz-linear-gradient(#499d04, #499d04);
  background: -ms-linear-gradient(#499d04, #499d04);
  background: -o-linear-gradient(#499d04, #499d04);
  background: linear-gradient(#499d04, #499d04);
  box-shadow: inset 0px 2px 4px #254005;
  -pie-background: linear-gradient(#499d04, #499d04);
}
/* line 1164, ../sass/layout.scss */
#Main .ask-question-link .ask-question,
#Main .ask-question-link .find-pros {
  float: left;
  width: 50%;
}
/* line 1169, ../sass/layout.scss */
#Main .ask-question-link .find-pros a {
  margin-left: 10px;
}

/* line 1176, ../sass/layout.scss */
#MainMemberDirectorySearch #block-block-22 {
  margin: 0 0 0 140px;
}

/*User block*/
/* line 1181, ../sass/layout.scss */
.view-user-block .views-field-picture {
  float: left;
  width: 65px;
  height: 65px;
  margin: 0 10px 10px 0;
}

/* line 1188, ../sass/layout.scss */
.page-members #Left .block,
.user-profile #Left .block {
  position: relative;
}

/* line 1195, ../sass/layout.scss */
.page-members #Left .block-odd,
.user-profile #Left .block-odd,
.page-search-poplar #Left .region-content-bottom .block-odd,
.page-taxonomy-term #Left .region-content-bottom .block-odd {
  float: left;
  margin-bottom: 10px;
}

/* line 1200, ../sass/layout.scss */
.page-taxonomy-term #Left .region-content-bottom .block-odd,
.page-search-poplar #Left .region-content-bottom .block-odd {
  width: 274px;
  padding-right: 20px;
}

/* line 1206, ../sass/layout.scss */
.page-search-poplar #Left .region-content-bottom .block-even,
.page-taxonomy-term #Left .region-content-bottom .block-even {
  padding: 0 0 0 20px;
  width: 294px;
  float: left;
  margin-bottom: 30px;
}

/* line 1213, ../sass/layout.scss */
.page-user.user-profile #block-system-main {
  /*  display:none;*/
}

/* line 1217, ../sass/layout.scss */
.page-user-cancel.user-profile #block-system-main {
  display: block;
}

/* line 1221, ../sass/layout.scss */
.view-footer {
  float: right;
  text-align: right;
  width: 100%;
  margin: 10px 0 5px 0;
  padding-right: 5px;
}

/* line 1228, ../sass/layout.scss */
.user-profile #Left .block-odd .view-footer {
  margin-right: 20px;
}

/* line 1231, ../sass/layout.scss */
.user-profile #Left .view-footer a {
  color: #9AC163;
  font-weight: bold;
  text-transform: capitalize;
}

/* line 1237, ../sass/layout.scss */
#block-views-user_block-profile_user_block .views-field-nothing {
  float: left;
  clear: both;
  width: 99px;
}

/* line 1243, ../sass/layout.scss */
#block-block-9 .separator {
  margin-top: 20px;
  padding: 10px 0 0 0;
  background: url(../sites/default/themes/greenner/images/separator.png) repeat-x top center;
}

/* line 1249, ../sass/layout.scss */
#block-block-10 {
  position: absolute;
  width: 630px;
  height: 35px;
  padding-top: 70px;
}

/* line 1256, ../sass/layout.scss */
#block-block-35 {
  font-size: 1.2em;
}
/* line 1259, ../sass/layout.scss */
#block-block-35 li {
  margin-bottom: 6px;
}

/* line 1264, ../sass/layout.scss */
.panel-panel #block-block-10 {
  position: inherit;
  margin: 0 auto;
  text-align: center;
}

/* line 1270, ../sass/layout.scss */
#join-intro-page .panel-pane {
  clear: both;
}

/* line 1274, ../sass/layout.scss */
.HowUseYourFBInformation {
  color: #999999;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: -45px;
  width: 231px;
}

/* line 1283, ../sass/layout.scss */
.form-item-terms-of-use {
  width: 275px;
}

/* line 1286, ../sass/layout.scss */
#user-register-form {
  position: relative;
}

/* line 1290, ../sass/layout.scss */
#user-login {
  position: relative;
}

/* line 1294, ../sass/layout.scss */
#user-login ul li {
  list-style: none;
}

/* line 1298, ../sass/layout.scss */
#user-login .left {
  width: 65%;
}

/* line 1301, ../sass/layout.scss */
#user-login .right {
  width: 35%;
}

/* line 1305, ../sass/layout.scss */
#user-register-form #edit-actions {
  margin-left: 94px;
  width: 72px;
}

/* line 1311, ../sass/layout.scss */
#block-block-11, #block-block-12 {
  float: left;
  width: 269px;
  text-align: center;
  padding: 20px 0 12px;
  height: 120px;
}

/* line 1318, ../sass/layout.scss */
#block-block-11 {
  border-right: 1px solid #666666;
}

/* line 1322, ../sass/layout.scss */
#block-block-14 {
  border-bottom: 1px solid #666666;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

/* line 1328, ../sass/layout.scss */
#block-block-20 {
  position: absolute;
  width: 156px;
  height: 22px;
  right: 198px;
  top: 163px;
}

/* line 1337, ../sass/layout.scss */
.page-node #block-system-main {
  border-bottom: none;
}

/* line 1343, ../sass/layout.scss */
#block-views-og_nodes-block_1,
#block-views-og_nodes-block_2,
#block-views-og_members-block_1 {
  border-bottom: 1px solid #666666;
  margin: 0;
  padding: 20px 0;
}

/* line 1349, ../sass/layout.scss */
.heartbeat-activity {
  float: left;
  position: relative;
  width: 100%;
  min-height: 65px;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #666666;
}

/* line 1359, ../sass/layout.scss */
.heartbeat-activity .heartbeat-group-left {
  width: 65px;
  height: 65px;
  margin: 0 10px 10px 0;
}

/* line 1365, ../sass/layout.scss */
.heartbeat-activity .heartbeat-group-left .user-picture {
  position: absolute;
  z-index: 2;
}

/* line 1370, ../sass/layout.scss */
.heartbeat-activity .heartbeat-group-content {
  width: auto;
  float: none;
}

/* line 1374, ../sass/layout.scss */
.heartbeat-activity .heartbeat_node_details {
  margin: 10px 0 0 0;
}

/* line 1377, ../sass/layout.scss */
.heartbeat-activity .heartbeat_node_details .field_images {
  float: left;
}

/* line 1381, ../sass/layout.scss */
.heartbeat-activity .heartbeat_node_details .field_images img {
  margin: 0 10px 10px 0;
}

/*View fields*/
/* line 1385, ../sass/layout.scss */
.views-row {
  clear: both;
  margin-bottom: 10px;
}

/* line 1393, ../sass/layout.scss */
.view-questions-answer .view-content,
.view-articles .view-content,
.view-events .view-content,
.view-photos .view-content,
.view-training .view-content {
  min-height: 195px;
}

/* line 1398, ../sass/layout.scss */
#Right .views-field-field-logo,
.views-field-field-images,
.views-field-field-media {
  float: left;
}

/* line 1402, ../sass/layout.scss */
#Right .views-field-field-logo img {
  margin: 0 10px 10px 0px;
  width: 50px;
  height: 50px;
}

/* line 1412, ../sass/layout.scss */
div.pane-block-37 h2,
div.pane-boxes-learn h2,
div.pane-related-topics h2 {
  font-size: 26px;
}
/* line 1416, ../sass/layout.scss */
div.pane-block-37 p,
div.pane-boxes-learn p,
div.pane-related-topics p {
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  line-height: 1.2;
}

/* line 1423, ../sass/layout.scss */
div.pane-boxes-learn {
  margin-top: 40px;
}

/* line 1426, ../sass/layout.scss */
div.pane-related-topics {
  margin-bottom: 40px;
}
/* line 1429, ../sass/layout.scss */
div.pane-related-topics .views-field-field-summary {
  font-weight: normal;
}

/* line 1440, ../sass/layout.scss */
div.view-people p,
div.view-related-news-by-taxonomy p,
div.view-id-tag_blocks.view-display-id-block_13 p,
div.view-sidebar-items p,
div.view-featured-news p {
  margin-left: 0;
  margin-right: 0;
}
/* line 1447, ../sass/layout.scss */
div.view-people .views-field-field-images,
div.view-people .views-field-picture,
div.view-people .views-field-field-sidebar-item-image,
div.view-related-news-by-taxonomy .views-field-field-images,
div.view-related-news-by-taxonomy .views-field-picture,
div.view-related-news-by-taxonomy .views-field-field-sidebar-item-image,
div.view-id-tag_blocks.view-display-id-block_13 .views-field-field-images,
div.view-id-tag_blocks.view-display-id-block_13 .views-field-picture,
div.view-id-tag_blocks.view-display-id-block_13 .views-field-field-sidebar-item-image,
div.view-sidebar-items .views-field-field-images,
div.view-sidebar-items .views-field-picture,
div.view-sidebar-items .views-field-field-sidebar-item-image,
div.view-featured-news .views-field-field-images,
div.view-featured-news .views-field-picture,
div.view-featured-news .views-field-field-sidebar-item-image {
  float: left;
  position: relative;
  margin: 0 10px 5px 0px;
}
/* line 1452, ../sass/layout.scss */
div.view-people .views-field-field-images img,
div.view-people .views-field-picture img,
div.view-people .views-field-field-sidebar-item-image img,
div.view-related-news-by-taxonomy .views-field-field-images img,
div.view-related-news-by-taxonomy .views-field-picture img,
div.view-related-news-by-taxonomy .views-field-field-sidebar-item-image img,
div.view-id-tag_blocks.view-display-id-block_13 .views-field-field-images img,
div.view-id-tag_blocks.view-display-id-block_13 .views-field-picture img,
div.view-id-tag_blocks.view-display-id-block_13 .views-field-field-sidebar-item-image img,
div.view-sidebar-items .views-field-field-images img,
div.view-sidebar-items .views-field-picture img,
div.view-sidebar-items .views-field-field-sidebar-item-image img,
div.view-featured-news .views-field-field-images img,
div.view-featured-news .views-field-picture img,
div.view-featured-news .views-field-field-sidebar-item-image img {
  margin: 0;
  padding: 0;
}

/* line 1459, ../sass/layout.scss */
.views-field-picture {
  float: left;
  position: relative;
  margin: 0 10px 15px 0px;
  width: 50px;
  height: 50px;
}

/* line 1467, ../sass/layout.scss */
.views-field-picture:hover {
  z-index: 100;
}

/* line 1472, ../sass/layout.scss */
.views-field-nothing span.field-picture,
.views-field-picture span.field-picture {
  position: absolute;
  z-index: 2;
  width: auto;
  height: auto;
}

/* line 1480, ../sass/layout.scss */
.views-field-field-images img,
.views-field-field-media img {
  margin: 5px 10px 10px 0;
}

/* line 1484, ../sass/layout.scss */
.view-user-block views-field-picture img {
  margin: auto;
  width: auto;
  height: auto;
}

/* line 1490, ../sass/layout.scss */
#Left .attachment .view-content {
  padding: 30px 20px 30px 0;
}

/* line 1494, ../sass/layout.scss */
#MainSearch #search-poplar-simple-form
#MainSearch .item-list {
  float: left;
  width: 100%;
}

/* line 1504, ../sass/layout.scss */
.view-table-node-user .view-content,
.view-table-node-user .view-content .views-row,
.view-table-node-user .item-list,
.view-table-node .view-filters,
.view-table-node .view-content,
.view-table-node .view-content .views-row,
.view-table-node .item-list {
  float: left;
  width: 100%;
  position: relative;
}

/* line 1510, ../sass/layout.scss */
.view-table-node-user .view-content .views-row,
.view-table-node .view-content .views-row {
  border-bottom: 1px solid #999999;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

/* line 1517, ../sass/layout.scss */
.view-tag-blocks.view-display-id-block_9 div.views-field-field-images img,
.view-search-blocks.view-display-id-block_7 div.views-field-field-images img {
  width: auto;
  height: auto;
  margin: 0 10px 10px 0;
}

/* line 1523, ../sass/layout.scss */
.page-profile-credentials .field-group-format h2 {
  margin: 10px 0;
  font-family: "Ubuntu", Arial, sans-serif;
  font-size: 18px;
  text-align: justify;
  /*  color: #D6414E;
  padding: 0 0 0 40px;
  background: url("https://www.poplarnetwork.com/sites/default/themes/greenner/images/redFlag.png") no-repeat center left transparent;
  background-size: 20px 25px;*/
}

/* line 1535, ../sass/layout.scss */
.page-profile-credentials .field-group-format.blueflag h2 {
  background: url("https://www.poplarnetwork.com/sites/default/themes/greenner/images/blueFlag.png") no-repeat center left transparent;
  color: #0071BC;
}

/* line 1540, ../sass/layout.scss */
.page-profile-credentials .field-group-format.greenflag h2 {
  background: url("https://www.poplarnetwork.com/sites/default/themes/greenner/images/greenFlag.png") no-repeat center left transparent;
  color: #7EB346;
}

/*Commnets*/
/* line 1546, ../sass/layout.scss */
#comments, .comment {
  float: left;
  width: 100%;
}

/* line 1551, ../sass/layout.scss */
#comments .indented {
  margin: 0;
  padding: 0;
  float: right;
  width: 520px;
}

/* line 1559, ../sass/layout.scss */
.comments-inner {
  border-top: 1px solid #666666;
}

/* line 1562, ../sass/layout.scss */
.comment-author {
  float: left;
  max-width: 280px;
  padding: 0;
}

/* line 1568, ../sass/layout.scss */
.privatemsg-author-avatar .user-picture img {
  width: 50px;
  height: 50px;
}

/* line 1574, ../sass/layout.scss */
#comments .title.comment-form {
  float: left;
  width: 120px;
  margin-top: 20px;
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #999999;
}

/* line 1583, ../sass/layout.scss */
#comment-form {
  float: left;
  margin-top: 20px;
  width: 100%;
}
/* line 1587, ../sass/layout.scss */
#comment-form #edit-comment-body {
  float: right;
  width: 100%;
}
/* line 1592, ../sass/layout.scss */
#comment-form #edit-author--2,
#comment-form .form-type-textarea label {
  display: none;
  margin: 0;
}
/* line 1597, ../sass/layout.scss */
#comment-form .form-type-textarea textarea {
  width: 420px;
  height: 65px;
}
/* line 1602, ../sass/layout.scss */
#comment-form #edit-actions {
  float: right;
  text-align: right;
}
/* line 1606, ../sass/layout.scss */
#comment-form #edit-actions input[type=submit] {
  height: auto;
  margin: 0;
  padding: 5px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF !important;
  background: #00b2d9;
  font-family: Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  border: none;
  display: block;
  text-align: center;
  min-width: 100px;
  padding: 5px;
}
/* line 152, ../sass/_sass.scss */
#comment-form #edit-actions input[type=submit] a {
  text-decoration: none;
}
/* line 174, ../sass/_sass.scss */
#comment-form #edit-actions input[type=submit]:hover {
  background: #00b2d9;
}
/* line 1613, ../sass/layout.scss */
#comment-form #edit-actions #edit-preview {
  display: none;
}

/* line 1622, ../sass/layout.scss */
.page-comment-reply #comment-form {
  float: left;
  width: 100%;
}
/* line 1626, ../sass/layout.scss */
.page-comment-reply #comment-form #edit-comment-body {
  float: left;
  width: 100%;
}
/* line 1631, ../sass/layout.scss */
.page-comment-reply #comment-form .form-type-textarea label {
  display: block;
  width: 120px;
}

/* line 1639, ../sass/layout.scss */
.form-textarea-wrapper {
  width: auto;
}

/* line 1643, ../sass/layout.scss */
#comments ul.inline {
  float: left;
  width: 100%;
  text-align: right;
}

/* line 1649, ../sass/layout.scss */
ul.inline li {
  padding: 0;
}

/* line 1653, ../sass/layout.scss */
.mollom-privacy {
  margin: 10px 0 20px 0;
}

/* line 1660, ../sass/layout.scss */
.view-id-find_an_expert .view-filters,
.view-id-find_an_expert .attachment,
.view-id-find_an_expert .view-content {
  float: left;
  width: 100%;
  min-height: 0;
  position: relative;
}

/* line 1667, ../sass/layout.scss */
.view-id-find_an_expert.view-display-id-attachment_1 .view-content {
  background: none repeat scroll 0 0 #C7B299;
  height: auto;
  padding: 0 5px;
  width: 530px;
  border: none;
}

/* line 1680, ../sass/layout.scss */
.view-display-id-block_1 .views-field-picture,
.view-user-relationships.view-display-id-page_1 .views-field-picture,
.view-clone-of-user-contacts-send .views-field-picture,
.view-signup-user-list .views-field-picture,
.view-friendship .views-field-picture,
.view-find-an-expert .views-field-picture {
  width: 65px;
  height: 65px;
}

/* line 1690, ../sass/layout.scss */
.view-display-id-block_1 .views-field-picture .user_picture img,
.view-user-relationships.view-display-id-page_1 .views-field-picture .user_picture img,
.view-clone-of-user-contacts-send .views-field-picture .user_picture img,
.view-signup-user-list .views-field-picture .user_picture img,
.view-friendship .views-field-picture img,
.view-find-an-expert .views-field-picture .user_picture img {
  width: 65px;
  height: 65px;
}

/* line 1695, ../sass/layout.scss */
.coment_rated {
  float: right;
  width: 130px;
}

/* line 1699, ../sass/layout.scss */
.rate-widget {
  float: right;
  clear: both;
  margin: 10px 0;
  width: 150px;
}

/* line 1705, ../sass/layout.scss */
.rate-widget-thumbs_up_down ul {
  float: right;
}

/* line 1708, ../sass/layout.scss */
.rate-info, .rate-description {
  font-weight: 500;
  clear: none;
  float: left;
  margin: 20px 10px 5px 0;
  font-size: 12px;
}

/* line 1715, ../sass/layout.scss */
.rate-info {
  float: none;
}

/* line 1719, ../sass/layout.scss */
.percent {
  display: none;
}

/* line 1723, ../sass/layout.scss */
.rate-widget-thumbs_up_down ul li {
  width: 16px;
  margin-right: 10px;
}

/* line 1727, ../sass/layout.scss */
.rate-thumbs-up-down-btn-up {
  background: url(../sites/default/themes/greenner/images/thumbs.png) no-repeat 0 0;
  width: 16px;
  height: 17px;
}

/* line 1732, ../sass/layout.scss */
.rate-thumbs-up-down-btn-down {
  background: url(../sites/default/themes/greenner/images/thumbs.png) no-repeat 0 -45px;
  width: 16px;
  height: 17px;
}

/* line 1737, ../sass/layout.scss */
span.up {
  background: url(../sites/default/themes/greenner/images/thumbs.png) no-repeat right -23px;
  float: right;
  clear: both;
  height: 19px;
  padding: 2px 26px 0 0;
  color: #999999;
  display: block;
  width: auto;
}

/* line 1747, ../sass/layout.scss */
span.down {
  background: url(../sites/default/themes/greenner/images/thumbs.png) no-repeat right -63px;
  float: right;
  clear: both;
  height: 21px;
  padding-right: 26px;
  color: #999999;
  display: block;
  width: auto;
}

/* line 1757, ../sass/layout.scss */
.view-id-photos .views-row {
  width: 60px;
  height: 60px;
  float: left;
  clear: none;
  margin: 0px;
}

/* line 1765, ../sass/layout.scss */
.view-id-photos .default_size img {
  width: 50px;
  height: 50px;
}

/* line 1770, ../sass/layout.scss */
.page-photos .view-id-photos .views-row {
  width: 100px;
  height: 100px;
  float: left;
  clear: none;
  margin: 0px 8px 8px 0;
}

/* line 1779, ../sass/layout.scss */
.view-table-node-user,
.view-table-node {
  color: #736357;
  font-size: 12px;
  font-weight: normal;
}

/* line 1785, ../sass/layout.scss */
.view-table-node .views-field-title {
  float: right;
  padding: 12px 0 13px 5px;
  width: 590px;
}

/* line 1790, ../sass/layout.scss */
.view-table-node-user .views-field-title {
  float: left;
  width: 100%;
}

/* line 1796, ../sass/layout.scss */
.view-table-node-user .views-field-title a,
.view-table-node .views-field-title a {
  font-family: "Ubuntu", Arial, sans-serif;
  font-size: 24px;
  color: #736357;
}

/* line 1802, ../sass/layout.scss */
.DefaultAvatar {
  width: 50px;
  height: 50px;
  z-index: 1;
  position: absolute;
}

/* line 1809, ../sass/layout.scss */
.view-table-node .views-table .DefaultAvatar,
.view-table-node .views-table .DefaultAvatar img {
  width: 50px;
  height: 50px;
}

/* line 1820, ../sass/layout.scss */
.view-user-relationships.view-display-id-page_1 .DefaultAvatar,
.view-user-relationships.view-display-id-page_1 .DefaultAvatar img,
.view-clone-of-user-contacts-send .DefaultAvatar,
.view-clone-of-user-contacts-send .DefaultAvatar img,
.view-friendship .views-field-picture .DefaultAvatar,
.view-friendship .views-field-picture .DefaultAvatar img,
.view-find-an-expert .DefaultAvatar,
.view-find-an-expert .DefaultAvatar img {
  width: 65px;
  height: 65px;
}

/* line 1827, ../sass/layout.scss */
.page-members .view_page #Left .view-user-profile .views-field,
.page-profile-credentials.user-profile .view-user-profile .views-field,
.page-user.user-profile .view_page #Left .view-user-profile .views-field {
  float: left;
  width: 100%;
  margin: 5px 0;
  text-align: justify;
}

/* line 1837, ../sass/layout.scss */
.page-members .view_page #Left .views-field.views-field-field-user-banner,
.page-profile-credentials.user-profile .views-field.views-field-field-user-banner,
.page-user.user-profile .view_page #Left .views-field.views-field-field-user-banner
.pane-profile-header .views-field.views-field-field-user-banner {
  position: absolute;
  top: -210px;
  left: 0;
  z-index: 1;
  height: 205px;
  background-color: #FFFFFF;
  width: auto;
}

/* line 1851, ../sass/layout.scss */
.page-members .view_page #Left .views-field.views-field-picture,
.page-profile-credentials.user-profile .views-field.views-field-picture,
.page-user.user-profile .view_page #Left .views-field.views-field-picture {
  margin: -145px 0 0 10px;
  position: relative;
  z-index: 2;
  border: 10px solid #FFFFFF;
  -webkit-box-shadow: 5px 5px 10px 3px #D9DADB;
  -moz-box-shadow: 5px 5px 10px 3px #D9DADB;
  box-shadow: 5px 5px 10px 3px #D9DADB;
  behavior: url(https://www.poplarnetwork.com/PIE.htc);
  width: 175px;
  height: 175px;
}

/* line 1873, ../sass/layout.scss */
.page-members .view_page #Left .views-field.views-field-picture .DefaultAvatar,
.page-profile-credentials.user-profile .views-field.views-field-picture .DefaultAvatar,
.page-user.user-profile .view_page #Left .views-field.views-field-picture .DefaultAvatar,
.page-members .view_page #Left .views-field.views-field-picture .DefaultAvatar img,
.page-profile-credentials.user-profile .views-field.views-field-picture .DefaultAvatar img,
.page-user.user-profile .view_page #Left .views-field.views-field-picture .DefaultAvatar img,
.page-members .view_page #Left .views-field.views-field-picture span.field-picture img,
.page-profile-credentials.user-profile .views-field.views-field-picture span.field-picture img,
.page-user.user-profile .view_page #Left .views-field.views-field-picture span.field-picture img {
  width: 175px;
  height: 175px;
}

/* line 1880, ../sass/layout.scss */
.page-members .view_page #Left .views-field.views-field-php,
.page-profile-credentials.user-profile .views-field.views-field-php,
.page-user.user-profile .view_page #Left .views-field.views-field-php {
  margin: 20px 0 0 0;
  text-align: center;
}

/* line 1887, ../sass/layout.scss */
.page-members .view_page #Left .view-user-profile .views-field.views-field-php-3,
.page-profile-credentials.user-profile .view-user-profile .views-field.views-field-php-3,
.page-user.user-profile .view_page #Left .view-user-profile .views-field.views-field-php-3 {
  text-align: center;
  margin: 20px 0;
}

/* line 1896, ../sass/layout.scss */
.view-table-node .views-field-picture .views-label-picture,
.view-table-node .views-field-created .views-label-created,
.view-table-node-user .views-field-created .views-label-created,
.view-table-node-user .views-field-field-summary,
.view-table-node .views-field-field-summary {
  font-weight: bold;
}

/* line 1900, ../sass/layout.scss */
.view-table-node-user .views-field-name,
.view-table-node .views-field-name {
  padding-top: 15px;
  width: 150px;
}

/* line 1906, ../sass/layout.scss */
.view-table-node .views-field-city,
.view-table-node .views-field-country,
.view-table-node .views-field-field-user-profession {
  width: 150px;
}

/*.view-table-node-user .views-field-created,
.view-table-node .views-field-created{
text-align: right;
float:left;
width: 100%;
height: 15px;
margin: 7px 0;
}*/
/* line 1920, ../sass/layout.scss */
.view-table-node-user .views-field-field-images,
.view-table-node .views-field-field-images {
  float: left;
  margin: 0;
  width: auto;
  height: auto;
}

/* line 1927, ../sass/layout.scss */
.view-table-node-user .item-list ul li,
.view-table-node .item-list ul li {
  list-style-type: none;
  margin: 0;
}

/* line 1932, ../sass/layout.scss */
.view-table-node-user .views-field-field-images img,
.view-table-node .views-field-field-images img {
  height: auto;
  width: auto;
  margin: 0 20px 20px 0;
}

/* line 1939, ../sass/layout.scss */
.view-table-node-user .views-field-field-summary,
.view-table-node .views-field-field-summary {
  float: right;
  width: 590px;
}

/* line 1944, ../sass/layout.scss */
.view-table-node-user .views-field-field-main-text,
.view-table-node .views-field-field-main-text {
  margin-top: 20px;
  float: right;
  width: 590px;
}

/* line 1950, ../sass/layout.scss */
.view-table-node .views-field-php {
  float: left;
  margin: 0 0 0 140px;
  width: 265px;
}

/* line 1955, ../sass/layout.scss */
.view-table-node .views-field-php span.up {
  margin: 20px 0 5px 20px;
  padding: 2px 26px 0 0;
  width: 85px;
  clear: none;
}

/* line 1961, ../sass/layout.scss */
.view-table-node .views-field-php span.down {
  height: 21px;
  margin: 20px 0 5px 20px;
  padding-right: 26px;
  width: 85px;
  clear: none;
}

/* line 1968, ../sass/layout.scss */
.view-table-node .views-field-view-node {
  float: left;
  margin: 20px 0 0 35px;
  width: 100px;
}

/* line 1975, ../sass/layout.scss */
.view-table-node-user .views-field-edit-node,
.view-table-node-user .views-field-delete-node {
  float: left;
  margin: 20px 0 0 0px;
  width: 100px;
}

/* line 1981, ../sass/layout.scss */
.view-table-node-user .views-field-view-node {
  float: right;
  margin: 20px 0 0 35px;
  width: 100px;
}

/* line 1992, ../sass/layout.scss */
.view-table-node-user .views-field-view-node a,
.view-table-node .views-field-view-node a,
.views-field-view-node .views-field-view-node a,
.view-og-user-groups .field-wrapper-link a,
.view-companies .field-wrapper-link a,
.block-views .view-footer a {
  color: #7eb448;
  font-size: 14px;
  font-weight: bold;
}

/* line 2002, ../sass/layout.scss */
.block-views {
  margin-bottom: 20px;
}

/* line 2006, ../sass/layout.scss */
.block-views.first {
  position: relative;
}

/* line 2010, ../sass/layout.scss */
#MainLearningCenter #Center .block-views.block-even {
  width: 360px;
  float: left;
  min-height: 200px;
}

/* line 2016, ../sass/layout.scss */
#MainLearningCenter #Center .block-views.block-odd {
  width: 360px;
  float: right;
  min-height: 200px;
}

/* line 2021, ../sass/layout.scss */
#MainLearningCenter #Center .region {
  padding: 0 0 0 20px;
}

/* line 2028, ../sass/layout.scss */
#MainMemberDirectory #Center .view-find-an-expert .views-field.views-field-field-images,
#MainLearningCenter #Center .view-learning-center .views-field.views-field-field-images,
#MainLearningCenter #Center .view-green-jobs .views-field.views-field-field-images,
#MainLearningCenter #Center .view-green-jobs .views-field.views-field-field-logo {
  float: left;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

/* line 2038, ../sass/layout.scss */
#MainMemberDirectory #Center .view-find-an-expert .views-field.views-field-field-images img,
#MainLearningCenter #Center .view-learning-center .views-field.views-field-field-images img,
#MainLearningCenter #Center .view-green-jobs .views-field.views-field-field-images img,
#MainLearningCenter #Center .view-green-jobs .views-field.views-field-field-logo img {
  width: 65px;
  height: 65px;
  margin: 0 10px 15px 0;
}

/*node*/
/* line 2045, ../sass/layout.scss */
.node .content {
  float: left;
  width: 540px;
}
/* line 2049, ../sass/layout.scss */
.node .content .field-type-text-long {
  /*        float:left;*/
  width: auto;
}
/* line 2054, ../sass/layout.scss */
.node .content .field_media {
  width: 100%;
  float: left;
  border-top: 1px solid #666666;
  padding-top: 20px;
}
/* line 2060, ../sass/layout.scss */
.node .content .field_media .field-item {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
/* line 2067, ../sass/layout.scss */
.node .content .field_images {
  float: left;
  width: 210px;
  margin: 0 0px 15px 0;
}
/* line 2072, ../sass/layout.scss */
.node .content .field_images .field-slideshow-pager li {
  padding: 0;
  width: 70px;
  margin: 0;
  float: left;
}

/*.node  .content .field_summary .field-type-text-long{
float:left;
width:325px;
}*/
/* line 2087, ../sass/layout.scss */
.node .Picture,
.comment .Picture {
  float: left;
  width: 50px;
  height: 50px;
  margin: 0 10px 10px 0;
}

/* line 2095, ../sass/layout.scss */
.node-type-page .content,
.node-type-webform .content {
  float: left;
  width: 100%;
}

/* line 2099, ../sass/layout.scss */
div.submitted {
  width: 100%;
  text-align: right;
  font-weight: 500;
  margin-bottom: 10px;
}

/* line 2105, ../sass/layout.scss */
div.node_rated {
  width: 190px;
  padding: 0 10px 10px 0;
  float: left;
}

/* line 2110, ../sass/layout.scss */
.node-questions .node-inner {
  margin-top: 20px;
}

/* line 2114, ../sass/layout.scss */
.field_author {
  width: 240px;
}

/* line 2119, ../sass/layout.scss */
.node_company,
.node_autor {
  float: left;
  width: 240px;
  padding: 0;
  margin: 0 0 10px 0;
}

/* line 2127, ../sass/layout.scss */
.node-company .company_logo {
  float: left;
  margin: 0 10px 10px 0;
}
/* line 2132, ../sass/layout.scss */
.node-company .company_info {
  width: 100%;
}
/* line 2135, ../sass/layout.scss */
.node-company .field, .node-company .field_location {
  margin: 0 0 5px 0;
}
/* line 2138, ../sass/layout.scss */
.node-company .filed_group {
  margin: 20px 0 0 0;
}

/* line 2144, ../sass/layout.scss */
.view-og-nodes .views-field-field-images,
.view-og-nodes .views-field-field-images img {
  width: auto;
  height: auto;
}

/* line 2149, ../sass/layout.scss */
.additional_information {
  float: right;
  margin: 0 0 1px 5px;
  width: 295px;
}
/* line 2154, ../sass/layout.scss */
.additional_information div.submitted {
  float: left;
  text-align: left;
  width: auto;
  margin: 0;
}
/* line 2161, ../sass/layout.scss */
.additional_information div.node_rated {
  float: none;
  padding: 0 10px 10px 0;
  width: 120px;
}

/* line 2172, ../sass/layout.scss */
#comments .indented .comment-author {
  width: 270px;
}

/* line 2175, ../sass/layout.scss */
#comments .indented .coment_rated {
  width: 120px;
}

/* line 2179, ../sass/layout.scss */
.comment-author .user-picture,
.node_autor .user-picture {
  position: absolute;
  z-index: 2;
}

/* line 2185, ../sass/layout.scss */
.node_company .company_logo img,
.comment-author .user-picture img,
.node_autor .user-picture img {
  float: left;
  width: 50px;
  height: 50px;
}

/* line 2192, ../sass/layout.scss */
#Main .glossary {
  width: 100%;
  margin: 10px 0;
  text-align: left;
  height: 30px;
  padding-top: 10px;
  border-bottom: 1px solid #cdcecf;
}
/* line 2201, ../sass/layout.scss */
#Main .glossary span, #Main .glossary a {
  color: #514f26;
  width: auto;
  padding: 0 2px 0 1px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  font-family: Arial, sans-serif;
}
/* line 2210, ../sass/layout.scss */
#Main .glossary span.active, #Main .glossary span:active, #Main .glossary a.active, #Main .glossary a:active {
  color: #00b2d9;
}

/* line 2218, ../sass/layout.scss */
.view-greenner-tags .glossary {
  float: left;
}

/* line 2227, ../sass/layout.scss */
.node-articles div.submitted,
.node-questions div.submitted,
.node-projects div.submitted,
.node-events div.submitted,
.node-research div.submitted {
  float: left;
  width: 125px;
  text-align: left;
  font-weight: normal;
  margin: 0;
}

/* line 2235, ../sass/layout.scss */
.LeaveAnAnswer {
  padding: 4px 0 0 0;
}

/* line 2243, ../sass/layout.scss */
.node-articles div.submitted .rate span,
.node-questions div.submitted .rate span,
.node-projects div.submitted .rate span,
.node-events div.submitted .rate span,
.node-research div.submitted .rate span {
  margin: 0;
}

/* line 2247, ../sass/layout.scss */
.Print {
  float: left;
  background: url("../sites/default/themes/greenner/images/printer.png") top center no-repeat;
  width: 25px;
  height: 25px;
  margin: 0 10px;
  cursor: pointer;
}

/* line 2255, ../sass/layout.scss */
.Bookmark {
  background: url("../sites/default/themes/greenner/images/pin-bookmark.png") no-repeat scroll left top transparent;
  border: medium none;
  cursor: pointer;
  padding: 5px 5px 12px 20px;
  width: auto;
  float: left;
}

/* line 2263, ../sass/layout.scss */
.SocialMedia {
  float: left;
  margin: 10px 0 0 0;
  width: 100%;
}

/* line 2271, ../sass/layout.scss */
.SocialMedia span.st_linkedin_hcount,
.SocialMedia span.st_plusone_hcount,
.SocialMedia span.st_fblike_hcount,
.SocialMedia span.st_twitter_hcount {
  padding: 0px 0px 10px 0;
  margin-right: 8px;
  float: left;
}

/* line 2278, ../sass/layout.scss */
.ReportError {
  float: right;
  padding: 0 0 10px;
  text-align: right;
  width: 100%;
}

/* line 2285, ../sass/layout.scss */
.field_info {
  margin: 10px 0;
  padding-top: 60px;
  width: 100%;
}

/* line 2292, ../sass/layout.scss */
#Signup,
#Signup form {
  float: left;
  width: 100%;
}

/* line 2297, ../sass/layout.scss */
#Signup form .form-item-email-address {
  float: right;
  width: 430px;
  visibility: hidden;
}

/* line 2302, ../sass/layout.scss */
#Signup form .form-item-email-address label {
  padding: 7px 0 0 0;
}

/* line 2306, ../sass/layout.scss */
#Signup form #edit-submit--2 {
  float: left;
  font-size: 12px;
  height: 32px;
  padding: 0px 10px;
  width: auto;
}

/* line 2314, ../sass/layout.scss */
#Signup form #edit-elements legend {
  display: none;
}

/* line 2318, ../sass/layout.scss */
.view-signup-user-list {
  /*    border-bottom: 1px solid #666666;*/
  border-top: 1px solid #666666;
  float: left;
  padding: 20px 0 10px;
  width: 100%;
}

/* line 2326, ../sass/layout.scss */
.SocialMedia span.stButton {
  margin: 0;
}

/* line 2330, ../sass/layout.scss */
.node .field-name-field-tags {
  /*    margin:20px 0;
  float:left;*/
}

/* line 2334, ../sass/layout.scss */
.field-name-field-tags .field-items {
  /*    width:370px;*/
}

/* line 2337, ../sass/layout.scss */
.node .location {
  /*	float:left;
  width:200px;*/
  margin: 0 10px 10px 0;
}

/* line 2342, ../sass/layout.scss */
.location span.region {
  padding: 0;
}

/* line 2346, ../sass/layout.scss */
.field-name-field-time {
  /*	float:left;
  width:200px;*/
  margin: 0 0 10px 0;
}

/* line 2351, ../sass/layout.scss */
.field-name-field-main-text {
  /*	float:left;
  width:100%;*/
  text-align: justify;
  margin-bottom: 15px;
}

/* line 2358, ../sass/layout.scss */
.field-name-field-tags .field-item {
  float: left;
  padding-right: 5px;
  height: 13px;
}

/* line 2364, ../sass/layout.scss */
.field-name-field-tags .last {
  border: none;
}

/* line 2367, ../sass/layout.scss */
.field-name-field-summary {
  font-weight: bold;
  /*	float:left;*/
  margin-bottom: 20px;
}

/* line 2372, ../sass/layout.scss */
.field-name-field-media {
  margin: 0 0 10px 0;
}

/* line 2375, ../sass/layout.scss */
.media_gallery {
  float: left;
  clear: both;
  margin: 5px 0 0 0;
}

/* line 2380, ../sass/layout.scss */
.media_gallery .media_thumb img {
  width: 50px;
  height: 50px;
  margin-top: 10px;
}

/* line 2385, ../sass/layout.scss */
.media_gallery .media_thumb.first img {
  width: 192px;
  height: 266px;
  margin-top: 0px;
}

/* line 2391, ../sass/layout.scss */
.node-albums .field_content {
  float: left;
  width: 100%;
}

/* line 2396, ../sass/layout.scss */
.node-albums .field_images {
  float: left;
  width: 100%;
  border-top: 1px solid #666666;
  padding-top: 15px;
  margin-top: 20px;
}

/* line 2404, ../sass/layout.scss */
.node-albums .field_images .field-item {
  float: left;
  width: 180px;
  margin-bottom: 20px;
}

/* line 2409, ../sass/layout.scss */
.media_gallery img {
  float: left;
}

/* line 2413, ../sass/layout.scss */
.node-training .buttoms {
  float: right;
  width: 170px;
}

/* line 2418, ../sass/layout.scss */
.node-webinars .field_info,
.node-training .field_info {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

/* line 2426, ../sass/layout.scss */
.node-training .field_info .field-name-field-time,
.node-training .field_info .field-name-field-price {
  margin: 0;
  width: 100%;
}

/* line 2431, ../sass/layout.scss */
.node-training .field_info .field-name-field-price .field-label,
.node-training .field_info .field-name-field-tags .field-label {
  height: auto;
  line-height: inherit;
  font-weight: bold;
}

/* line 2436, ../sass/layout.scss */
.node-training .field_info .field-name-field-tags {
  margin: 0 0 20px 0;
  float: none;
}

/* line 2441, ../sass/layout.scss */
.node-company .field_info {
  padding: 0;
}

/* line 2445, ../sass/layout.scss */
.node-company .field_info .clearfix:after {
  clear: none;
}

/* line 2449, ../sass/layout.scss */
.node-company .field-name-field-logo {
  float: left;
  width: 150px;
  height: 150px;
  margin: 0 15px 15px 0;
}

/* line 2455, ../sass/layout.scss */
.node-company .field-name-group-group {
  float: left;
  margin: 10px 0 20px;
  width: 100%;
}

/* line 2461, ../sass/layout.scss */
.node-company .field-name-field-tags .field-item {
  float: none;
  height: auto;
}

/* line 2466, ../sass/layout.scss */
#UserBlockMenu {
  float: left;
  width: 100%;
  border-top: 1px solid #666;
  position: relative;
  z-index: 100;
}

/* line 2473, ../sass/layout.scss */
#UserBlockMenu:hover {
  background: #F6F1E3;
}

/* line 2476, ../sass/layout.scss */
.UserBlockMenu {
  float: left;
  width: 50%;
  display: inline;
  margin: 5px 0px 10px 0px;
}

/* line 2482, ../sass/layout.scss */
#UserBlockMenu a {
  float: left;
  display: block;
  width: 50px;
  font-size: 9px;
  padding: 0 0 0 35px;
  margin-bottom: 5px;
}

/* line 2490, ../sass/layout.scss */
#UserBlockMenu .border {
  border-right: 1px solid #666;
}

/* line 2493, ../sass/layout.scss */
#UserBlockMenu .Drop {
  position: absolute;
  left: 0;
  top: 38px;
  display: none;
  background: #F6F1E3;
  width: 100%;
}

/* line 2501, ../sass/layout.scss */
#UserBlockMenu:hover .Drop {
  /*    display:inline-block;*/
}

/* line 2505, ../sass/layout.scss */
.UserMenu {
  float: left;
  width: 100%;
  position: relative;
  line-height: 18px;
  border-top: 1px solid #666666;
  margin: 5px 0;
  padding-top: 5px;
}

/* line 2515, ../sass/layout.scss */
.UserMenu a {
  font-family: "Ubuntu", Arial, sans-serif;
  font-size: 11px;
}

/* line 2520, ../sass/layout.scss */
.UserMenu .LeftUserMenu {
  float: left;
  width: 47%;
  border-right: 1px solid #666;
  margin-right: 5px;
}

/* line 2527, ../sass/layout.scss */
.UserMenu .RightUserMenu {
  float: right;
  width: 50%;
}

/* line 2532, ../sass/layout.scss */
.MyProfile, .Bookmarks, .ReceivedRequest, .SentRequest {
  padding: 0 0 0 5px;
}

/* line 2537, ../sass/layout.scss */
.field-private-message,
.views-field-status-link {
  float: left;
  width: 100%;
  height: 26px;
}

/* line 2542, ../sass/layout.scss */
.views-field-status-link {
  margin: 0 0 5px 0;
}

/* line 2546, ../sass/layout.scss */
.add_new {
  float: right;
  margin-bottom: 10px;
}

/* line 2550, ../sass/layout.scss */
#privatemsg-list-form .container-inline {
  float: left;
  width: 600px;
  margin-bottom: 20px;
}

/* line 2555, ../sass/layout.scss */
.user_relationships_ui_popup_form {
  background: #fff;
  border: 1px solid #666;
}

/* line 2559, ../sass/layout.scss */
.field-name-field-edu-list-text {
  display: none;
}

/* line 2562, ../sass/layout.scss */
.field-name-field-edu-list-title {
  float: left;
  width: auto;
  line-height: 17px;
}

/* line 2567, ../sass/layout.scss */
.content_block_left {
  float: left;
  width: 300px;
  padding: 0 9px 0 0;
  margin: 0 20px 20px 0;
  border-right: solid 1px #666;
}

/* line 2574, ../sass/layout.scss */
.content_block_right {
  float: left;
  width: 280px;
}

/* line 2579, ../sass/layout.scss */
.faq {
  margin-bottom: 30px;
}

/* line 2583, ../sass/layout.scss */
.faq-content {
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
}

/* line 2588, ../sass/layout.scss */
.faq-question-answer {
  font-family: arial;
  font-size: 14px;
  margin: 0 0 10px 0;
}

/* line 2594, ../sass/layout.scss */
.faq-question {
  background: url(../sites/default/themes/greenner/images/arrow_closed.png) no-repeat 10px center;
  padding: 2px 0px 2px 35px;
  font-weight: 400;
}

/* line 2600, ../sass/layout.scss */
.faq-question.faq-qa-visible {
  background: url(../sites/default/themes/greenner/images/arrow_opened.png) no-repeat 10px center;
}

/* line 2604, ../sass/layout.scss */
.faq-answer {
  padding: 10px 0 10px 35px;
  font-weight: 300;
}

/* line 2609, ../sass/layout.scss */
.views-exposed-form .views-exposed-widget {
  padding: 0;
}

/* line 2613, ../sass/layout.scss */
.view-og-members-admin {
  position: relative;
  float: left;
  width: 100%;
}

/* line 2619, ../sass/layout.scss */
#edit-keyword-wrapper label {
  width: 115px;
  padding: 5px 0;
}

/* line 2623, ../sass/layout.scss */
#edit-keyword-wrapper {
  float: left;
}

/* line 2628, ../sass/layout.scss */
#edit-keyword-wrapper,
#edit-keyword-wrapper .views-widget {
  width: 465px;
}

/* line 2632, ../sass/layout.scss */
#edit-keyword-wrapper .views-widget input[type=text] {
  width: 455px;
}

/* line 2636, ../sass/layout.scss */
.page-member-directory #edit-keyword-wrapper {
  width: 596px;
}

/* line 2641, ../sass/layout.scss */
.page-member-directory-search #edit-keyword-wrapper,
.page-member-directory-search #edit-keyword-wrapper .views-widget {
  width: 255px;
}

/* line 2645, ../sass/layout.scss */
.page-member-directory #edit-keyword-wrapper .views-widget input[type=text] {
  width: 590px;
}

/* line 2649, ../sass/layout.scss */
.page-member-directory-search #edit-keyword-wrapper .views-widget input[type=text] {
  width: 250px;
}

/* line 2654, ../sass/layout.scss */
#views-exposed-form-og-members-admin-page-1 #edit-uid-wrapper,
#edit-parameter1-wrapper {
  float: left;
  width: 225px;
  margin-top: 5px;
}

/* line 2660, ../sass/layout.scss */
#views-exposed-form-og-members-admin-page-1 #edit-uid-wrapper label,
#edit-parameter1-wrapper label {
  width: 100px;
  padding: 5px 0;
}

/* line 2665, ../sass/layout.scss */
#views-exposed-form-og-members-admin-page-1 #edit-uid-wrapper label {
  padding: 0 0 5px 0;
}

/* line 2670, ../sass/layout.scss */
#views-exposed-form-og-members-admin-page-1 #edit-uid-wrapper .views-widget,
#edit-parameter1-wrapper .views-widget {
  width: 210px;
  padding: 0;
}

/* line 2675, ../sass/layout.scss */
#views-exposed-form-og-members-admin-page-1 #edit-uid-wrapper .views-widget input[type=text],
#edit-parameter1-wrapper .views-widget input[type=text] {
  width: 210px;
  padding: 0;
}

/* line 2682, ../sass/layout.scss */
.page-photos #edit-parameter1-wrapper,
.page-photos #edit-parameter1-wrapper .views-widget,
.page-photos #edit-parameter1-wrapper label {
  width: auto;
  float: none;
  margin: 0 0 0 0;
}

/* line 2690, ../sass/layout.scss */
#views-exposed-form-og-members-admin-page-1 #edit-state-wrapper,
.page-photos #edit-parameter1-wrapper,
#edit-parameter2-wrapper {
  float: left;
  width: 240px;
  margin-top: 10px;
}

/* line 2695, ../sass/layout.scss */
.page-photos #edit-parameter1-wrapper {
  width: 225px;
}

/* line 2699, ../sass/layout.scss */
#views-exposed-form-og-members-admin-page-1 #edit-state-wrapper {
  margin-top: 5px;
}

/* line 2705, ../sass/layout.scss */
#views-exposed-form-og-members-admin-page-1 #edit-state-wrapper label,
.page-photos #edit-parameter1-wrapper label,
#edit-parameter2-wrapper label {
  width: 135px;
  padding: 0;
}

/* line 2711, ../sass/layout.scss */
#views-exposed-form-og-members-admin-page-1 #edit-state-wrapper .views-widget,
.page-photos #edit-parameter1-wrapper .views-widget,
#edit-parameter2-wrapper .views-widget {
  width: 240px;
  float: left;
  margin-top: 5px;
}

/* line 2716, ../sass/layout.scss */
.page-photos #edit-parameter1-wrapper .views-widget {
  width: 220px;
}

/* line 2722, ../sass/layout.scss */
#views-form-og-members-admin-page-1 div.form-type-select.form-item-state .ui-dropdownchecklist-selector-wrapper,
#views-exposed-form-og-members-admin-page-1 #edit-state-wrapper .ui-dropdownchecklist-selector-wrapper,
.page-photos #edit-parameter1-wrapper .ui-dropdownchecklist-selector-wrapper,
#edit-parameter2-wrapper .ui-dropdownchecklist-selector-wrapper {
  width: auto;
  height: auto;
}

/* line 2729, ../sass/layout.scss */
#views-form-og-members-admin-page-1 div.form-type-select.form-item-state .ui-dropdownchecklist-selector,
#views-exposed-form-og-members-admin-page-1 #edit-state-wrapper .ui-dropdownchecklist-selector,
.page-photos #edit-parameter1-wrapper .ui-dropdownchecklist-selector,
#edit-parameter2-wrapper .ui-dropdownchecklist-selector {
  width: 203px;
  height: auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  behavior: url(https://www.poplarnetwork.com/border-radius.htc);
  border-radius: 3px;
}

/* line 2738, ../sass/layout.scss */
.page-photos #edit-parameter1-wrapper .ui-dropdownchecklist-selector {
  width: 183px;
}

/* line 2744, ../sass/layout.scss */
#views-form-og-members-admin-page-1 div.form-type-select.form-item-state span.ui-dropdownchecklist-text,
#views-exposed-form-og-members-admin-page-1 #edit-state-wrapper span.ui-dropdownchecklist-text,
.page-photos #edit-parameter1-wrapper span.ui-dropdownchecklist-text,
#edit-parameter2-wrapper span.ui-dropdownchecklist-text {
  width: 202px;
  height: 25px;
  padding: 0px 2px;
}

/* line 2749, ../sass/layout.scss */
.page-photos #edit-parameter1-wrapper span.ui-dropdownchecklist-text {
  width: 182px;
}

/* line 2755, ../sass/layout.scss */
#views-form-og-members-admin-page-1 div.form-type-select.form-item-state .ui-dropdownchecklist-dropcontainer-wrapper,
#views-exposed-form-og-members-admin-page-1 #edit-state-wrapper .ui-dropdownchecklist-dropcontainer-wrapper,
.page-photos #edit-parameter1-wrapper .ui-dropdownchecklist-dropcontainer-wrapper,
#edit-parameter2-wrapper .ui-dropdownchecklist-dropcontainer-wrapper {
  width: 235px;
}

/* line 2761, ../sass/layout.scss */
#views-form-og-members-admin-page-1 div.form-type-select.form-item-state .ui-dropdownchecklist-dropcontainer,
#views-exposed-form-og-members-admin-page-1 #edit-state-wrapper .ui-dropdownchecklist-dropcontainer,
.page-photos #edit-parameter1-wrapper .ui-dropdownchecklist-dropcontainer,
#edit-parameter2-wrapper .ui-dropdownchecklist-dropcontainer {
  max-height: 150px;
}

/* line 2768, ../sass/layout.scss */
.page-member-directory-search #edit-parameter1-wrapper,
.page-member-directory-search #edit-parameter1-wrapper .views-widget,
.page-member-directory-search #edit-parameter2-wrapper,
.page-member-directory-search #edit-parameter2-wrapper .views-widget {
  width: 255px;
}

/* line 2771, ../sass/layout.scss */
.page-member-directory-search #edit-parameter1-wrapper .views-widget input[type=text] {
  width: 252px;
}

/* line 2774, ../sass/layout.scss */
.page-member-directory-search #edit-parameter2-wrapper .ui-dropdownchecklist-selector {
  width: 223px;
}

/* line 2777, ../sass/layout.scss */
.page-member-directory-search #edit-parameter2-wrapper span.ui-dropdownchecklist-text {
  width: 224px;
}

/* line 2780, ../sass/layout.scss */
.page-member-directory-search #edit-parameter2-wrapper .ui-dropdownchecklist-dropcontainer-wrapper {
  width: 255px;
}

/* line 2800, ../sass/layout.scss */
#views-exposed-form-find-an-expert-page .views-exposed-widget.views-submit-button,
#views-exposed-form-table-node-page-1 .views-exposed-widget.views-submit-button,
#views-exposed-form-table-node-page-2 .views-exposed-widget.views-submit-button,
#views-exposed-form-table-node-page-3 .views-exposed-widget.views-submit-button,
#views-exposed-form-table-node-page-4 .views-exposed-widget.views-submit-button,
#views-exposed-form-table-node-page-5 .views-exposed-widget.views-submit-button,
#views-exposed-form-table-node-page-6 .views-exposed-widget.views-submit-button,
#views-exposed-form-table-node-page-7 .views-exposed-widget.views-submit-button,
#views-exposed-form-table-node-page-9 .views-exposed-widget.views-submit-button,
#views-exposed-form-table-node-page-10 .views-exposed-widget.views-submit-button,
#views-exposed-form-table-node-page-11 .views-exposed-widget.views-submit-button,
#views-exposed-form-table-node-page-12 .views-exposed-widget.views-submit-button,
#views-exposed-form-table-node-page-13 .views-exposed-widget.views-submit-button,
#views-exposed-form-companies-page .views-exposed-widget.views-submit-button,
#views-exposed-form-photos-page-1 .views-exposed-widget.views-submit-button {
  position: absolute;
  right: 0px;
  top: 26px;
  bottom: 0px;
  padding: 0;
  margin: 0;
}
/* line 2809, ../sass/layout.scss */
#views-exposed-form-find-an-expert-page .views-exposed-widget.views-reset-button,
#views-exposed-form-table-node-page-1 .views-exposed-widget.views-reset-button,
#views-exposed-form-table-node-page-2 .views-exposed-widget.views-reset-button,
#views-exposed-form-table-node-page-3 .views-exposed-widget.views-reset-button,
#views-exposed-form-table-node-page-4 .views-exposed-widget.views-reset-button,
#views-exposed-form-table-node-page-5 .views-exposed-widget.views-reset-button,
#views-exposed-form-table-node-page-6 .views-exposed-widget.views-reset-button,
#views-exposed-form-table-node-page-7 .views-exposed-widget.views-reset-button,
#views-exposed-form-table-node-page-9 .views-exposed-widget.views-reset-button,
#views-exposed-form-table-node-page-10 .views-exposed-widget.views-reset-button,
#views-exposed-form-table-node-page-11 .views-exposed-widget.views-reset-button,
#views-exposed-form-table-node-page-12 .views-exposed-widget.views-reset-button,
#views-exposed-form-table-node-page-13 .views-exposed-widget.views-reset-button,
#views-exposed-form-companies-page .views-exposed-widget.views-reset-button,
#views-exposed-form-photos-page-1 .views-exposed-widget.views-reset-button {
  position: absolute;
  right: 0px;
  top: 70px;
  bottom: 0px;
  padding: 0;
  margin: 0;
}

/* line 2819, ../sass/layout.scss */
.AdvancedSearch {
  margin: 10px 0;
}

/* line 2840, ../sass/layout.scss */
#views-exposed-form-find-an-expert-page .views-exposed-widget.views-submit-button input[type=submit],
#views-exposed-form-table-node-page-1 .views-exposed-widget.views-submit-button input[type=submit],
#views-exposed-form-table-node-page-2 .views-exposed-widget.views-submit-button input[type=submit],
#views-exposed-form-table-node-page-3 .views-exposed-widget.views-submit-button input[type=submit],
#views-exposed-form-table-node-page-4 .views-exposed-widget.views-submit-button input[type=submit],
#views-exposed-form-table-node-page-5 .views-exposed-widget.views-submit-button input[type=submit],
#views-exposed-form-table-node-page-6 .views-exposed-widget.views-submit-button input[type=submit],
#views-exposed-form-table-node-page-7 .views-exposed-widget.views-submit-button input[type=submit],
#views-exposed-form-table-node-page-9 .views-exposed-widget.views-submit-button input[type=submit],
#views-exposed-form-table-node-page-10 .views-exposed-widget.views-submit-button input[type=submit],
#views-exposed-form-table-node-page-11 .views-exposed-widget.views-submit-button input[type=submit],
#views-exposed-form-table-node-page-12 .views-exposed-widget.views-submit-button input[type=submit],
#views-exposed-form-table-node-page-13 .views-exposed-widget.views-submit-button input[type=submit],
#views-exposed-form-companies-page .views-exposed-widget.views-submit-button input[type=submit],
#views-exposed-form-og-members-admin-page-1 .views-exposed-widget.views-submit-button input[type=submit],
#views-exposed-form-photos-page-1 .views-exposed-widget.views-submit-button input[type=submit],
#views-form-og-members-admin-page-1 input[type=submit],
#views-form-og-members-admin-page-1 a {
  height: 32px;
  width: 71px;
  margin: 0;
  padding: 0 5px;
}

/* line 2862, ../sass/layout.scss */
#views-exposed-form-find-an-expert-page .views-exposed-widget.views-reset-button input[type=submit],
#views-exposed-form-table-node-page-1 .views-exposed-widget.views-reset-button input[type=submit],
#views-exposed-form-table-node-page-2 .views-exposed-widget.views-reset-button input[type=submit],
#views-exposed-form-table-node-page-3 .views-exposed-widget.views-reset-button input[type=submit],
#views-exposed-form-table-node-page-4 .views-exposed-widget.views-reset-button input[type=submit],
#views-exposed-form-table-node-page-5 .views-exposed-widget.views-reset-button input[type=submit],
#views-exposed-form-table-node-page-6 .views-exposed-widget.views-reset-button input[type=submit],
#views-exposed-form-table-node-page-7 .views-exposed-widget.views-reset-button input[type=submit],
#views-exposed-form-table-node-page-9 .views-exposed-widget.views-reset-button input[type=submit],
#views-exposed-form-table-node-page-10 .views-exposed-widget.views-reset-button input[type=submit],
#views-exposed-form-table-node-page-11 .views-exposed-widget.views-reset-button input[type=submit],
#views-exposed-form-table-node-page-12 .views-exposed-widget.views-reset-button input[type=submit],
#views-exposed-form-table-node-page-13 .views-exposed-widget.views-reset-button input[type=submit],
#views-exposed-form-companies-page .views-exposed-widget.views-reset-button input[type=submit],
#views-exposed-form-photos-page-1 .views-exposed-widget.views-reset-button input[type=submit] {
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
}

/* line 2872, ../sass/layout.scss */
.page-member-directory-search #views-exposed-form-find-an-expert-page .views-exposed-widget.views-submit-button {
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  text-align: right;
}
/* line 2880, ../sass/layout.scss */
.page-member-directory-search #views-exposed-form-find-an-expert-page .views-exposed-widget.views-reset-button {
  display: none;
}

/* line 2886, ../sass/layout.scss */
#views-form-og-members-admin-page-1 input[type=submit] {
  width: auto;
  margin: 10px 10px 20px 0;
}

/* line 2891, ../sass/layout.scss */
#views-form-og-members-admin-page-1 a {
  width: auto;
  padding: 5px 5px 6px 5px;
}

/* line 2896, ../sass/layout.scss */
#views-exposed-form-og-members-admin-page-1 .views-exposed-widget.views-submit-button {
  margin-top: 25px;
}

/* line 2900, ../sass/layout.scss */
#views-exposed-form-find-an-expert-page #edit-last-name-wrapper {
  display: none;
}

/* line 2906, ../sass/layout.scss */
.view-table-node-user .cols-3 th.views-field-title {
  width: 60%;
  float: none;
  padding-top: 0;
}
/* line 2911, ../sass/layout.scss */
.view-table-node-user .cols-3 th.views-field-created {
  width: 20%;
  float: none;
  text-align: center;
}
/* line 2917, ../sass/layout.scss */
.view-table-node-user .cols-3 th.views-field-comment-count {
  width: 20%;
  float: none;
  text-align: center;
}
/* line 2925, ../sass/layout.scss */
.view-table-node-user .cols-4 th.views-field-title {
  width: 35%;
  float: none;
  padding-top: 0;
}
/* line 2930, ../sass/layout.scss */
.view-table-node-user .cols-4 th.views-field-field-company {
  width: 25%;
  float: none;
  text-align: left;
}
/* line 2935, ../sass/layout.scss */
.view-table-node-user .cols-4 th.views-field-field-date-start {
  width: 20%;
  float: none;
  text-align: center;
}
/* line 2940, ../sass/layout.scss */
.view-table-node-user .cols-4 th.views-field-field-is-sustainable {
  width: 20%;
  float: none;
  text-align: center;
}
/* line 2948, ../sass/layout.scss */
.view-table-node-user .cols-5 th.views-field-title {
  width: 50%;
  float: none;
  padding-top: 0;
}
/* line 2953, ../sass/layout.scss */
.view-table-node-user .cols-5 th.views-field-created {
  width: 15%;
  float: none;
  text-align: center;
}
/* line 2958, ../sass/layout.scss */
.view-table-node-user .cols-5 th.views-field-field-tags {
  float: none;
  text-align: center;
}
/* line 2962, ../sass/layout.scss */
.view-table-node-user .cols-5 th.views-field-comment-count {
  width: 15%;
  float: none;
  text-align: center;
}
/* line 2967, ../sass/layout.scss */
.view-table-node-user .cols-5 th.views-field-delete-node {
  width: 10%;
  float: none;
  text-align: center;
}
/* line 2973, ../sass/layout.scss */
.view-table-node-user .cols-5 th.views-field-edit-node {
  width: 10%;
  float: none;
  text-align: center;
}
/* line 2981, ../sass/layout.scss */
.view-table-node-user .cols-6 th.views-field-title {
  width: 31%;
  float: none;
  padding-top: 0;
}
/* line 2986, ../sass/layout.scss */
.view-table-node-user .cols-6 th.views-field-field-company {
  width: 21%;
  float: none;
  text-align: left;
}
/* line 2992, ../sass/layout.scss */
.view-table-node-user .cols-6 th.views-field-field-date-start {
  width: 15%;
  float: none;
  text-align: center;
}
/* line 2997, ../sass/layout.scss */
.view-table-node-user .cols-6 th.views-field-field-is-sustainable {
  width: 20%;
  float: none;
  text-align: center;
}
/* line 3002, ../sass/layout.scss */
.view-table-node-user .cols-6 th.views-field-delete-node {
  width: 8%;
  float: none;
  text-align: center;
}
/* line 3008, ../sass/layout.scss */
.view-table-node-user .cols-6 th.views-field-edit-node {
  width: 5%;
  float: none;
  text-align: center;
}

/* line 3017, ../sass/layout.scss */
.page-questions-and-answers h1 {
  color: #7eb448;
}
/* line 244, ../sass/_sass.scss */
.page-questions-and-answers #Center {
  width: 725px;
}
/* line 248, ../sass/_sass.scss */
.page-questions-and-answers #Right {
  width: 225px;
}
/* line 251, ../sass/_sass.scss */
.page-questions-and-answers #Right h1, .page-questions-and-answers #Right h2, .page-questions-and-answers #Right h3 {
  color: #00b2d9;
}
/* line 255, ../sass/_sass.scss */
.page-questions-and-answers #Right .block {
  border-bottom: 1px solid #cdcecf;
}
/* line 258, ../sass/_sass.scss */
.page-questions-and-answers #Right .block.last {
  border-bottom: none;
}
/* line 3025, ../sass/layout.scss */
.page-questions-and-answers #Center h1, .page-questions-and-answers #Center h2, .page-questions-and-answers #Center h3 {
  color: #7eb448;
}
/* line 3029, ../sass/layout.scss */
.page-questions-and-answers #Center h3 {
  font-family: Arial, sans-serif;
}
/* line 3034, ../sass/layout.scss */
.page-questions-and-answers #Center .view-header {
  margin-bottom: 15px;
}
/* line 3039, ../sass/layout.scss */
.page-questions-and-answers #Right {
  width: 250px;
}
/* line 3043, ../sass/layout.scss */
.page-questions-and-answers th {
  background: transparent;
  text-transform: none;
  color: #514f26;
}
/* line 3050, ../sass/layout.scss */
.page-questions-and-answers tr th {
  border-top: 1px solid #cdcecf;
}
/* line 3054, ../sass/layout.scss */
.page-questions-and-answers tr td, .page-questions-and-answers tr th {
  border-left: 1px solid #cdcecf;
  padding: 8px 4px;
}
/* line 3059, ../sass/layout.scss */
.page-questions-and-answers tr td {
  border-bottom: 1px solid #cdcecf;
}
/* line 3063, ../sass/layout.scss */
.page-questions-and-answers tr td.first, .page-questions-and-answers tr td:first {
  border-left: none;
}
/* line 3069, ../sass/layout.scss */
.page-questions-and-answers td.views-field-title, .page-questions-and-answers td.views-field-title a {
  border-left: none;
  font-family: Arial, sans-serif;
  font-weight: normal;
}
/* line 3075, ../sass/layout.scss */
.page-questions-and-answers th.views-field-title {
  border-left: none;
}
/* line 3079, ../sass/layout.scss */
.page-questions-and-answers td.views-field {
  text-align: center;
  float: none;
  width: auto;
}
/* line 3084, ../sass/layout.scss */
.page-questions-and-answers td.views-field.views-field-picture {
  position: relative;
  text-align: center;
}
/* line 3088, ../sass/layout.scss */
.page-questions-and-answers td.views-field.views-field-picture .Picture {
  position: relative;
  width: 50px;
  height: 55px;
  margin: 0 auto;
}
/* line 3094, ../sass/layout.scss */
.page-questions-and-answers td.views-field.views-field-picture .Picture .user-friend {
  right: 40px;
}
/* line 3098, ../sass/layout.scss */
.page-questions-and-answers td.views-field.views-field-picture .Picture .DefaultAvatar, .page-questions-and-answers td.views-field.views-field-picture .Picture .field-picture {
  right: 0px;
}
/* line 3107, ../sass/layout.scss */
.page-questions-and-answers #block-block-14 {
  border: none;
  margin: 0;
  padding: 0;
}
/* line 3112, ../sass/layout.scss */
.page-questions-and-answers th.views-field-title {
  width: 50%;
  float: none;
}
/* line 3116, ../sass/layout.scss */
.page-questions-and-answers th.views-field-picture {
  width: 20%;
  text-align: center;
  float: none;
  height: 38px;
}
/* line 3123, ../sass/layout.scss */
.page-questions-and-answers th.views-field-created {
  width: 15%;
  text-align: center;
  float: none;
}
/* line 3128, ../sass/layout.scss */
.page-questions-and-answers th.views-field-comment-count {
  width: 15%;
  text-align: center;
  float: none;
}

/* line 3136, ../sass/layout.scss */
.page-jobs td.views-field {
  float: none;
  text-align: justify;
}
/* line 3140, ../sass/layout.scss */
.page-jobs th.views-field-title {
  width: 35%;
  float: none;
}
/* line 3146, ../sass/layout.scss */
.page-jobs th.views-field,
.page-jobs td.views-field {
  float: none;
  padding: 5px;
  text-align: left;
}
/* line 3152, ../sass/layout.scss */
.page-jobs th.views-field-title {
  width: 35%;
}
/* line 3156, ../sass/layout.scss */
.page-jobs th.views-field-nothing {
  width: 20%;
}
/* line 3159, ../sass/layout.scss */
.page-jobs th.views-field-field-logo {
  width: 20%;
}
/* line 3162, ../sass/layout.scss */
.page-jobs th.views-field-created {
  width: 15%;
}
/* line 3167, ../sass/layout.scss */
.page-jobs th.views-field-field-logo,
.page-jobs td.views-field-field-logo {
  text-align: center;
}

/* line 3178, ../sass/layout.scss */
.view-table-node-user .cols-3 td.views-field,
.view-table-node-user .cols-4 td.views-field,
.view-table-node-user .cols-5 td.views-field,
.view-table-node-user .cols-6 td.views-field {
  text-align: center;
  float: none;
  width: auto;
}
/* line 3184, ../sass/layout.scss */
.view-table-node-user .cols-3 td.views-field-title,
.view-table-node-user .cols-4 td.views-field-title,
.view-table-node-user .cols-5 td.views-field-title,
.view-table-node-user .cols-6 td.views-field-title {
  padding: 8px 5px;
  text-align: left;
  float: none;
  width: auto;
  padding-right: 40px;
}
/* line 143, ../sass/_sass.scss */
.view-table-node-user .cols-3 td.views-field-title a,
.view-table-node-user .cols-4 td.views-field-title a,
.view-table-node-user .cols-5 td.views-field-title a,
.view-table-node-user .cols-6 td.views-field-title a {
  font-size: 14px;
}

/* line 3192, ../sass/layout.scss */
.view-table-node-user .cols-4 td.views-field.views-field-field-company,
.view-table-node-user .cols-6 td.views-field.views-field-field-company {
  text-align: left;
}

/* line 3197, ../sass/layout.scss */
.page-jobs #Center .views-field-title,
.page-questions-and-answers #Center td.views-field-title {
  padding: 8px 5px;
  text-align: left;
  float: none;
  width: auto;
  padding-right: 40px;
}
/* line 143, ../sass/_sass.scss */
.page-jobs #Center .views-field-title a,
.page-questions-and-answers #Center td.views-field-title a {
  font-size: 14px;
}

/* line 3201, ../sass/layout.scss */
.node-goodies .field_logo {
  float: left;
  width: 100%;
  border-bottom: 1px solid #666666;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

/* line 3209, ../sass/layout.scss */
.node-goodies .field_banner {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

/* line 3216, ../sass/layout.scss */
.node-goodies .field_banners {
  float: left;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #666666;
}

/* line 3223, ../sass/layout.scss */
.node-goodies .field_icon {
  float: left;
  width: 100%;
  border-bottom: 1px solid #666666;
  margin-bottom: 20px;
  padding-bottom: 15px;
}

/* line 3231, ../sass/layout.scss */
.node-goodies .field_icon.last {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 3237, ../sass/layout.scss */
.node-goodies .field_image {
  float: left;
  width: 200px;
  height: 60px;
}

/* line 3243, ../sass/layout.scss */
.node-goodies .field_link {
  float: left;
  width: 100px;
  height: 60px;
}

/* line 3249, ../sass/layout.scss */
.node-goodies .field_description {
  float: left;
  width: 240px;
  height: 55px;
  padding-top: 5px;
}

/* line 3256, ../sass/layout.scss */
.node-goodies .field_embeded {
  float: left;
  width: 340px;
  height: 65px;
}

/* line 3262, ../sass/layout.scss */
.field-label-inline .field-label {
  float: left;
}

/* line 3266, ../sass/layout.scss */
.field-label-inline .field-items {
  float: none;
  width: 100%;
}

/* line 3271, ../sass/layout.scss */
.view-og-user-groups .views-row,
.view-companies .views-row {
  border-bottom: 1px solid #666666;
  margin-bottom: 20px;
  padding-bottom: 15px;
  float: left;
  width: 100%;
}

/* line 3279, ../sass/layout.scss */
.view-og-user-groups .views-row table tr,
.view-companies .views-row table tr {
  vertical-align: top;
}

/* line 3283, ../sass/layout.scss */
.view-og-user-groups .views-row table td,
.view-companies .views-row table td {
  padding: 0;
  margin: 0;
}

/* line 3288, ../sass/layout.scss */
.view-og-user-groups .td-1 .field-wrapper-logo img,
.view-companies .td-1 .field-wrapper-logo img {
  padding: 0 10px 0 0;
}

/* line 3292, ../sass/layout.scss */
.view-og-user-groups .views-row table td.td-3,
.view-companies .views-row table td.td-3 {
  width: 160px;
  padding: 0 0 0 10px;
}

/* line 3297, ../sass/layout.scss */
.view-og-user-groups .views-row .field-summary,
.view-companies .views-row .field-summary {
  padding-bottom: 10px;
  text-align: justify;
  font-weight: bold;
}

/* line 3303, ../sass/layout.scss */
.view-og-user-groups .field-wrapper-link,
.view-companies .field-wrapper-link {
  width: 100%;
  text-align: right;
}

/* line 3308, ../sass/layout.scss */
.view-og-user-groups .view-og-members .views-field-picture,
.view-companies .view-og-members .views-field-picture {
  width: auto;
  height: auto;
}

/* line 3313, ../sass/layout.scss */
.view-og-user-groups .view-og-members .views-field-picture .Picture,
.view-companies .view-og-members .views-field-picture .Picture {
  float: left;
  width: 100%;
  height: 50px;
  margin: 10px 0;
}

/* line 3320, ../sass/layout.scss */
.view-og-user-groups .view-og-members .views-row,
.view-companies .view-og-members .views-row {
  border-bottom: none;
  margin-bottom: 10px;
  padding-bottom: 0;
}

/* line 3326, ../sass/layout.scss */
.view-og-user-groups .views-row .views-field-nothing {
  float: left;
  width: 100%;
  height: auto;
}

/* line 3331, ../sass/layout.scss */
.view-og-user-groups .views-row .views-field-group-group {
  float: left;
  width: 140px;
  height: auto;
}

/* line 3337, ../sass/layout.scss */
.view-og-user-groups .views-row .views-field-edit-node,
.view-og-user-groups .views-row .views-field-delete-node {
  float: left;
  width: 100px;
  height: auto;
  padding: 10px 0 0 0;
}

/* line 3344, ../sass/layout.scss */
.view-display-id-block_1 .views-field-picture .Picture .field-picture img {
  width: 65px;
  height: 65px;
}

/* line 3349, ../sass/layout.scss */
.view-users-map-data-overlay .views-field-picture .Picture .field-picture img {
  width: 50px;
  height: 50px;
}

/* line 3354, ../sass/layout.scss */
.view-users-map-data-overlay .views-field-picture {
  margin-right: 5px;
}

/* line 3358, ../sass/layout.scss */
#edit-og-membership-request .form-textarea-wrapper textarea {
  width: 420px;
}

/* line 3362, ../sass/layout.scss */
.view-user-block .user-picture img {
  width: 75px;
  height: 75px;
}

/* User Profile Edit */
/* line 3372, ../sass/layout.scss */
.page-members-profile-edit #user-profile-form input[type="text"],
.page-members-profile-edit #user-profile-form input.file,
.page-members-profile-edit #user-profile-form input[type="password"] {
  width: 410px;
}

/* line 3379, ../sass/layout.scss */
.page-members-profile-edit #user-profile-form .field-name-field-user-first-name fieldset.filter-wrapper,
.page-members-profile-edit #user-profile-form .password-strength,
.page-members-profile-edit #user-profile-form .field-name-field-user-bio fieldset.filter-wrapper,
.page-members-profile-edit #user-profile-form .form-item-htmlmail-plaintext {
  display: none;
}

/* line 3382, ../sass/layout.scss */
.page-members-profile-edit #user-profile-form fieldset.locations {
  width: 100%;
}

/* line 3385, ../sass/layout.scss */
.page-members-profile-edit #user-profile-form fieldset.locations .location .form-item {
  width: 100%;
}

/* line 3389, ../sass/layout.scss */
.page-members-profile-edit #user-profile-form fieldset.locations .location .form-item label {
  padding: 0;
}

/* line 3394, ../sass/layout.scss */
.page-members-profile-edit #user-profile-form .form-item-status,
.page-members-profile-edit #user-profile-form .form-item-roles,
.page-members-profile-edit #user-profile-form .field-name-field-badges {
  width: 100%;
  float: left;
}

/* line 3401, ../sass/layout.scss */
.page-members-profile-edit #user-profile-form .form-item-status .form-radios,
.page-members-profile-edit #user-profile-form .form-item-roles .form-checkboxes,
.page-members-profile-edit #user-profile-form .field-name-field-badges .form-radios {
  width: auto;
  float: left;
}

/* line 3409, ../sass/layout.scss */
.page-members-profile-edit #user-profile-form .form-item-status .form-radios label.option,
.page-members-profile-edit #user-profile-form .form-item-roles .form-checkboxes label.option,
.page-members-profile-edit #user-profile-form .form-item-picture-delete label.option,
.page-members-profile-edit #user-profile-form .field-name-field-badges .form-radios label.option {
  float: none;
}

/* line 3416, ../sass/layout.scss */
.page-members-profile-edit #user-profile-form .form-item-status .form-radios input.form-radio,
.page-members-profile-edit #user-profile-form .form-item-roles .form-checkboxes input.form-checkbox,
.page-members-profile-edit #user-profile-form .form-item-picture-delete input.form-checkbox,
.page-members-profile-edit #user-profile-form .field-name-field-badges .form-radios input.form-radio {
  float: left;
  margin: 2px 5px 0 0;
}

/* Animated throbber */
/* line 3427, ../sass/layout.scss */
.page-messages #edit-recipient.form-autocomplete,
.page-companies #views-exposed-form-og-members-admin-page-1 input.form-autocomplete,
.page-members-profile-edit #user-profile-form fieldset.locations input.form-autocomplete,
.page-members-profile-edit #user-profile-form .field-name-field-user-profession input.form-autocomplete,
.page-members-profile-edit #user-profile-form .field-name-field-tags input.form-autocomplete {
  background-position: 100% 9px;
  /* LTR */
}

/* line 3434, ../sass/layout.scss */
.page-messages #edit-recipient.throbbing,
.page-companies #views-exposed-form-og-members-admin-page-1 input.throbbing,
.page-members-profile-edit #user-profile-form fieldset.locations input.throbbing,
.page-members-profile-edit #user-profile-form .field-name-field-user-profession input.throbbing,
.page-members-profile-edit #user-profile-form .field-name-field-tags input.throbbing {
  background-position: 100% -12px;
  /* LTR */
}

/* line 3438, ../sass/layout.scss */
.page-members-profile-edit #user-profile-form .field-name-field-user-banner .image-preview img {
  width: 540px;
  height: 126px;
}

/* line 3443, ../sass/layout.scss */
.page-messages #edit-body-value,
.page-members-profile-edit #user-profile-form .field-name-field-user-bio .form-textarea-wrapper textarea {
  width: 417px;
  height: 90px;
}

/* line 3448, ../sass/layout.scss */
.page-members-profile-edit #user-profile-form .field-name-field-user-bio {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

/* line 3454, ../sass/layout.scss */
.page-members-profile-edit #user-profile-form .ui-dropdownchecklist-selector-wrapper {
  width: auto;
  height: auto;
}

/* line 3459, ../sass/layout.scss */
.page-members-profile-edit #user-profile-form .ui-dropdownchecklist-selector {
  width: 385px;
  height: auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  behavior: url(https://www.poplarnetwork.com/border-radius.htc);
  border-radius: 3px;
}

/* line 3469, ../sass/layout.scss */
.page-members-profile-edit #user-profile-form span.ui-dropdownchecklist-text {
  width: 380px;
  height: 24px;
  padding: 6px 2px 0px;
}

/* line 3475, ../sass/layout.scss */
.page-members-profile-edit #user-profile-form .ui-dropdownchecklist-dropcontainer-wrapper {
  width: 415px;
}

/* line 3479, ../sass/layout.scss */
.page-members-profile-edit #user-profile-form .ui-dropdownchecklist-dropcontainer {
  max-height: 150px;
}

/* line 3483, ../sass/layout.scss */
.page-members-profile-edit #user-profile-form .form-item .description {
  float: left;
  width: 100%;
}

/* line 3489, ../sass/layout.scss */
.page-messages .form-actions,
.page-members-profile-edit #user-profile-form .form-actions {
  float: left;
  width: 100%;
  text-align: right;
}

/* line 3494, ../sass/layout.scss */
.page-members-profile-edit #user-profile-form .form-actions input {
  margin: 0 4px 0 0;
}

/* line 3498, ../sass/layout.scss */
.page-profile-credentials .field-group-format .field-type-list-text {
  font-family: "Ubuntu", Arial, sans-serif;
  font-size: 14px;
  line-height: 10px;
}

/* line 3507, ../sass/layout.scss */
.page-profile-credentials .field-group-format .field-type-list-text .field-items,
.page-profile-credentials .field-group-format .field-type-list-text div.form-checkboxes,
.page-profile-credentials .field-group-format .field-type-list-text div.form-radios {
  display: none;
}

/* line 3512, ../sass/layout.scss */
.page-profile-credentials .field-group-format .field-type-list-text .field-label,
.page-profile-credentials .field-group-format .field-type-list-text label {
  float: none;
  width: 505px;
  font-size: 14px;
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 500;
  line-height: 15px;
  margin-bottom: 5px;
  background: url(../sites/default/themes/greenner/images/arrow_closed.png) no-repeat 10px center #c7b299;
  padding: 2px 0px 5px 40px;
  font-weight: 400;
  color: #736357;
  cursor: pointer;
}

/* line 3526, ../sass/layout.scss */
.page-profile-credentials .field-group-format .field-type-list-text .field-item {
  margin: 7px 0 7px 40px;
}

/* line 3531, ../sass/layout.scss */
.page-profile-credentials .field-group-format .field-type-list-text input[type="checkbox"],
.page-profile-credentials .field-group-format .field-type-list-text input[type="radios"] {
  vertical-align: middle;
  margin: 0 0 3px 20px;
}

/* line 3536, ../sass/layout.scss */
.page-profile-credentials .field-group-format .field-type-list-text label.option {
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #736357;
  line-height: 15px;
  margin: 0;
  background: none;
  padding: 0 0 0 2px;
}

/* line 3547, ../sass/layout.scss */
.page-taxonomy #Center .region-content-bottom .block-views,
.page-search-poplar #Center .region-content-bottom .block-views {
  width: 340px;
}

/* line 3551, ../sass/layout.scss */
.user_relationships_ui_popup_form img {
  width: 100%;
}

/* line 3555, ../sass/layout.scss */
.user-friend {
  position: absolute;
  z-index: 3;
  width: 15px;
  height: 15px;
  margin: -5px 0 0 -5px;
}

/* line 3564, ../sass/layout.scss */
.view-user-relationships.view-display-id-block_2 .user-friend,
.view-friendship .user-friend {
  display: none;
}

/* line 3568, ../sass/layout.scss */
.user-friend img {
  width: 15px;
  height: 15px;
}

/* line 3573, ../sass/layout.scss */
.StatusForm {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}

/* line 3579, ../sass/layout.scss */
.StatusForm .statuses-textarea-wrapper {
  border: none;
  box-shadow: none;
  float: left;
  width: 460px;
  margin: 10px 0 0 0;
  padding: 0;
}

/* line 3588, ../sass/layout.scss */
.StatusForm .statuses-submit {
  float: right;
  width: 70px;
  margin: 64px 0 0 0;
}

/* line 3594, ../sass/layout.scss */
.StatusForm textarea.form-textarea {
  width: 100%;
  height: 80px;
  border: 1px solid #999999;
  margin: 0 0 20px 0;
}

/* line 3602, ../sass/layout.scss */
.heartbeat-activity .user-friend,
.view-find-an-expert .user-friend {
  width: 20px;
  height: 20px;
  margin: -8px 0 0 -8px;
}

/* line 3608, ../sass/layout.scss */
.heartbeat-activity .user-friend img,
.view-find-an-expert .user-friend img {
  width: 20px;
  height: 20px;
}

/* line 3614, ../sass/layout.scss */
.view-user-profile .user-friend img, .view-company-profile .user-friend img {
  width: 30px;
  height: 30px;
}

/***** Ribbons *****/
/* line 3622, ../sass/layout.scss */
.Ribbons {
  position: absolute;
  z-index: 3;
  width: auto;
  height: auto;
  margin: 32px 0 0 32px;
}

/* line 3630, ../sass/layout.scss */
.Ribbons img {
  width: 25px;
  height: 29px;
  margin: 0;
  min-height: 0;
  min-width: 0;
  float: none;
}

/* line 3638, ../sass/layout.scss */
.view-user-block .Ribbons {
  margin: 41px 0 0 40px;
}

/* line 3643, ../sass/layout.scss */
.view-user-profile .Ribbons,
.pane-profile-header .view-user-profile .Ribbons {
  margin: 140px 0 0 137px;
  margin: 140px 0 0 137px;
}
/* line 311, ../sass/_sass.scss */
.view-user-profile .Ribbons img,
.pane-profile-header .view-user-profile .Ribbons img {
  width: 50px;
  height: 58px;
}

/* line 3649, ../sass/layout.scss */
.pane-profile-header,
.pane-company-profile-header {
  overflow: visible;
  padding-bottom: 40px;
  position: relative;
  clear: both;
  height: 235px;
}
/* line 3657, ../sass/layout.scss */
.pane-profile-header .view-user-profile .Ribbons, .pane-profile-header .view-company-profile .Ribbons,
.pane-company-profile-header .view-user-profile .Ribbons,
.pane-company-profile-header .view-company-profile .Ribbons {
  margin: 140px 0 0 137px;
}
/* line 311, ../sass/_sass.scss */
.pane-profile-header .view-user-profile .Ribbons img, .pane-profile-header .view-company-profile .Ribbons img,
.pane-company-profile-header .view-user-profile .Ribbons img,
.pane-company-profile-header .view-company-profile .Ribbons img {
  width: 50px;
  height: 58px;
}
/* line 3662, ../sass/layout.scss */
.pane-profile-header .profile-actions,
.pane-company-profile-header .profile-actions {
  float: right;
  margin-top: -25px;
}
/* line 3666, ../sass/layout.scss */
.pane-profile-header .profile-actions .linkButton,
.pane-company-profile-header .profile-actions .linkButton {
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF !important;
  background: #00b2d9;
  font-family: Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  border: none;
  display: block;
  text-align: center;
  min-width: 100px;
  padding: 5px;
  display: inline-block;
}
/* line 152, ../sass/_sass.scss */
.pane-profile-header .profile-actions .linkButton a,
.pane-company-profile-header .profile-actions .linkButton a {
  text-decoration: none;
}
/* line 174, ../sass/_sass.scss */
.pane-profile-header .profile-actions .linkButton:hover,
.pane-company-profile-header .profile-actions .linkButton:hover {
  background: #00b2d9;
}
/* line 3673, ../sass/layout.scss */
.pane-profile-header .views-field.views-field-picture, .pane-profile-header .views-field.views-field-field-logo,
.pane-company-profile-header .views-field.views-field-picture,
.pane-company-profile-header .views-field.views-field-field-logo {
  margin: -155px 0 0 10px;
  position: relative;
  z-index: 2;
  border: 3px solid #008da9;
  width: 175px;
  height: 175px;
  background: #ffffff;
}
/* line 3682, ../sass/layout.scss */
.pane-profile-header .views-field.views-field-picture span.field-picture img, .pane-profile-header .views-field.views-field-picture div.field-content img, .pane-profile-header .views-field.views-field-field-logo span.field-picture img, .pane-profile-header .views-field.views-field-field-logo div.field-content img,
.pane-company-profile-header .views-field.views-field-picture span.field-picture img,
.pane-company-profile-header .views-field.views-field-picture div.field-content img,
.pane-company-profile-header .views-field.views-field-field-logo span.field-picture img,
.pane-company-profile-header .views-field.views-field-field-logo div.field-content img {
  width: 175px;
  height: 175px;
}
/* line 3688, ../sass/layout.scss */
.pane-profile-header .views-field-nothing,
.pane-company-profile-header .views-field-nothing {
  color: #514f26;
  background: #fff;
  width: 195px;
  position: absolute;
  bottom: 30px;
  left: 190px;
  z-index: 1;
}
/* line 3699, ../sass/layout.scss */
.pane-profile-header .views-field-nothing .user-info-text .user-info-text-inner,
.pane-company-profile-header .views-field-nothing .user-info-text .user-info-text-inner {
  padding: 6px 10px 6px 15px;
}
/* line 3703, ../sass/layout.scss */
.pane-profile-header .views-field-nothing .user-info-text .name,
.pane-company-profile-header .views-field-nothing .user-info-text .name {
  font-family: Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -0.05em;
  font-size: 1.2em;
}
/* line 3708, ../sass/layout.scss */
.pane-profile-header .views-field-nothing .user-info-text .profession,
.pane-company-profile-header .views-field-nothing .user-info-text .profession {
  font-weight: bold;
}
/* line 3718, ../sass/layout.scss */
.pane-profile-header .action-links,
.pane-company-profile-header .action-links {
  position: absolute;
  z-index: 50;
  top: 260px;
  left: 5px;
  text-align: center;
  width: 205px;
}
/* line 3727, ../sass/layout.scss */
.pane-profile-header .views-field-field-images img,
.pane-company-profile-header .views-field-field-images img {
  width: auto;
  height: auto;
}
/* line 3732, ../sass/layout.scss */
.pane-profile-header .profile-text,
.pane-company-profile-header .profile-text {
  margin-left: 225px;
}

/* line 3737, ../sass/layout.scss */
.view-credential-icons {
  position: absolute !important;
  bottom: 0px;
  right: 0px;
  background: white;
  padding: 10px 0px 10px 10px;
  max-width: 300px;
}
/* line 3745, ../sass/layout.scss */
.view-credential-icons .views-row {
  float: left;
  clear: none;
}

/* line 3752, ../sass/layout.scss */
.view-user-profile .Ribbons img,
.pane-profile-header .view-user-profile .Ribbons img {
  width: 50px;
  height: 58px;
}

/* line 3763, ../sass/layout.scss */
.view-display-id-block_1 .Ribbons img,
.view-user-relationships.view-display-id-page_1 .Ribbons img,
.view-user-block .Ribbons img,
.heartbeat-activity .Ribbons img,
.view-clone-of-user-contacts-send .Ribbons img,
.view-friendship .views-field-picture .Ribbons img,
.view-find-an-expert .Ribbons img {
  width: 32px;
  height: 38px;
}

/* line 3772, ../sass/layout.scss */
.view-display-id-block_1 .Ribbons,
.view-user-relationships.view-display-id-page_1 .Ribbons,
.heartbeat-activity .Ribbons,
.view-clone-of-user-contacts-send .Ribbons,
.view-friendship .views-field-picture .Ribbons,
.view-find-an-expert .Ribbons {
  margin: 42px 0 0 40px;
}

/* line 3776, ../sass/layout.scss */
.view-users-map-data-overlay .Ribbons {
  margin: 27px 0 0 30px;
}

/*************** Add/Edit Node *****************/
/* line 3783, ../sass/layout.scss */
.page-node-add.user-profile th,
.page-node-edit.user-profile th {
  height: auto;
  background: none;
  text-transform: none;
}

/* line 3790, ../sass/layout.scss */
.page-node-add.user-profile .field-name-field-images .tabledrag-processed tr td a.tabledrag-handle,
.page-node-edit.user-profile .field-name-field-images .tabledrag-processed tr td a.tabledrag-handle {
  width: 7%;
  height: 75px;
  float: left;
  padding-top: 85px;
}

/* line 3798, ../sass/layout.scss */
.page-node-add.user-profile .field-name-field-images .tabledrag-processed tr td div.form-managed-file,
.page-node-edit.user-profile .field-name-field-images .tabledrag-processed tr td div.form-managed-file {
  width: 93%;
  float: right;
}

/* line 3806, ../sass/layout.scss */
.page-node-add.user-profile .field-name-field-images .tabledrag-processed tr td div.form-managed-file .form-item label,
.page-node-add.user-profile .field-name-field-images .tabledrag-processed tr td div.form-managed-file .form-item input[type="text"],
.page-node-edit.user-profile .field-name-field-images .tabledrag-processed tr td div.form-managed-file .form-item label,
.page-node-edit.user-profile .field-name-field-images .tabledrag-processed tr td div.form-managed-file .form-item input[type="text"] {
  float: left;
}

/* line 3811, ../sass/layout.scss */
.page-node-add.user-profile .form-wrapper,
.page-node-edit.user-profile .form-wrapper {
  width: 100%;
  float: left;
}

/* line 3817, ../sass/layout.scss */
.page-node-add.user-profile label,
.page-node-edit.user-profile label {
  width: 100%;
  float: none;
}

/* line 3823, ../sass/layout.scss */
.page-node-add.user-profile input.form-autocomplete,
.page-node-add.user-profile.form-autocomplete {
  background-position: 100% 9px;
  /* LTR */
}

/* line 3827, ../sass/layout.scss */
.page-node-add.user-profile input.throbbing,
.page-node-add.user-profile input.throbbing {
  background-position: 100% -12px;
  /* LTR */
}

/* line 3841, ../sass/layout.scss */
.page-node-add.user-profile .field-type-node-reference .ui-dropdownchecklist-selector-wrapper,
.page-node-edit.user-profile .field-type-node-reference .ui-dropdownchecklist-selector-wrapper,
.page-node-add.user-profile .field-type-taxonomy-term-reference .ui-dropdownchecklist-selector-wrapper,
.page-node-edit.user-profile .field-type-taxonomy-term-reference .ui-dropdownchecklist-selector-wrapper,
.page-node-add.user-profile .field-type-entityreference .ui-dropdownchecklist-selector-wrapper,
.page-node-edit.user-profile .field-type-entityreference .ui-dropdownchecklist-selector-wrapper,
.page-node-add.user-profile .field-type-list-text .ui-dropdownchecklist-selector-wrapper,
.page-node-edit.user-profile .field-type-list-text .ui-dropdownchecklist-selector-wrapper,
.page-node-add.user-profile fieldset.locations .location .form-item .ui-dropdownchecklist-selector-wrapper,
.page-node-edit.user-profile fieldset.locations .location .form-item .ui-dropdownchecklist-selector-wrapper {
  width: 100%;
  height: auto;
}

/* line 3855, ../sass/layout.scss */
.page-node-add.user-profile .field-type-node-reference .ui-dropdownchecklist-selector,
.page-node-edit.user-profile .field-type-node-reference .ui-dropdownchecklist-selector,
.page-node-add.user-profile .field-type-taxonomy-term-reference .ui-dropdownchecklist-selector,
.page-node-edit.user-profile .field-type-taxonomy-term-reference .ui-dropdownchecklist-selector,
.page-node-add.user-profile .field-type-entityreference .ui-dropdownchecklist-selector,
.page-node-edit.user-profile .field-type-entityreference .ui-dropdownchecklist-selector,
.page-node-add.user-profile .field-type-list-text .ui-dropdownchecklist-selector,
.page-node-edit.user-profile .field-type-list-text .ui-dropdownchecklist-selector,
.page-node-add.user-profile fieldset.locations .location .form-item .ui-dropdownchecklist-selector,
.page-node-edit.user-profile fieldset.locations .location .form-item .ui-dropdownchecklist-selector {
  width: 93%;
  height: auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  behavior: url(https://www.poplarnetwork.com/border-radius.htc);
  border-radius: 3px;
}

/* line 3874, ../sass/layout.scss */
.page-node-add.user-profile .field-type-node-reference span.ui-dropdownchecklist-text,
.page-node-edit.user-profile .field-type-node-reference span.ui-dropdownchecklist-text,
.page-node-add.user-profile .field-type-taxonomy-term-reference span.ui-dropdownchecklist-text,
.page-node-edit.user-profile .field-type-taxonomy-term-reference span.ui-dropdownchecklist-text,
.page-node-add.user-profile .field-type-entityreference span.ui-dropdownchecklist-text,
.page-node-edit.user-profile .field-type-entityreference span.ui-dropdownchecklist-text,
.page-node-add.user-profile .field-type-list-text span.ui-dropdownchecklist-text,
.page-node-edit.user-profile .field-type-list-text span.ui-dropdownchecklist-text,
.page-node-add.user-profile fieldset.locations .location .form-item span.ui-dropdownchecklist-text,
.page-node-edit.user-profile fieldset.locations .location .form-item span.ui-dropdownchecklist-text {
  width: 100%;
  height: 25px;
  padding: 0px 2px;
}

/* line 3889, ../sass/layout.scss */
.page-node-add.user-profile .field-type-node-reference .ui-dropdownchecklist-dropcontainer-wrapper,
.page-node-edit.user-profile .field-type-node-reference .ui-dropdownchecklist-dropcontainer-wrapper,
.page-node-add.user-profile .field-type-taxonomy-term-reference .ui-dropdownchecklist-dropcontainer-wrapper,
.page-node-edit.user-profile .field-type-taxonomy-term-reference .ui-dropdownchecklist-dropcontainer-wrapper,
.page-node-add.user-profile .field-type-entityreference .ui-dropdownchecklist-dropcontainer-wrapper,
.page-node-edit.user-profile .field-type-entityreference .ui-dropdownchecklist-dropcontainer-wrapper,
.page-node-add.user-profile .field-type-list-text .ui-dropdownchecklist-dropcontainer-wrapper,
.page-node-edit.user-profile .field-type-list-text .ui-dropdownchecklist-dropcontainer-wrapper,
.page-node-add.user-profile fieldset.locations .location .form-item .ui-dropdownchecklist-dropcontainer-wrapper,
.page-node-edit.user-profile fieldset.locations .location .form-item .ui-dropdownchecklist-dropcontainer-wrapper {
  width: 533px;
}

/* line 3902, ../sass/layout.scss */
.page-node-add.user-profile .field-type-node-reference .ui-dropdownchecklist-dropcontainer,
.page-node-edit.user-profile .field-type-node-reference .ui-dropdownchecklist-dropcontainer,
.page-node-add.user-profile .field-type-taxonomy-term-reference .ui-dropdownchecklist-dropcontainer,
.page-node-edit.user-profile .field-type-taxonomy-term-reference .ui-dropdownchecklist-dropcontainer,
.page-node-add.user-profile .field-name-field-terms-of-employment .ui-dropdownchecklist-dropcontainer,
.page-node-edit.user-profile .field-name-field-terms-of-employment .ui-dropdownchecklist-dropcontainer,
.page-node-add.user-profile .field-type-list-text .ui-dropdownchecklist-dropcontainer,
.page-node-edit.user-profile .field-type-list-text .ui-dropdownchecklist-dropcontainer,
.page-node-add.user-profile fieldset.locations .location .form-item .ui-dropdownchecklist-dropcontainer,
.page-node-edit.user-profile fieldset.locations .location .form-item .ui-dropdownchecklist-dropcontainer {
  max-height: 150px;
}

/* line 3914, ../sass/layout.scss */
.page-node-add.user-profile .field-type-node-reference .ui-dropdownchecklist-item.ui-state-default,
.page-node-edit.user-profile .field-type-node-reference .ui-dropdownchecklist-item.ui-state-default,
.page-node-add.user-profile .field-type-taxonomy-term-reference .ui-dropdownchecklist-item.ui-state-default,
.page-node-edit.user-profile .field-type-taxonomy-term-reference .ui-dropdownchecklist-item.ui-state-default,
.page-node-add.user-profile .field-type-entityreference .ui-dropdownchecklist-item.ui-state-default,
.page-node-edit.user-profile .field-type-entityreference .ui-dropdownchecklist-item.ui-state-default,
.page-node-add.user-profile .field-type-list-text .ui-dropdownchecklist-item.ui-state-default,
.page-node-edit.user-profile .field-type-list-text .ui-dropdownchecklist-item.ui-state-default,
.page-node-add.user-profile fieldset.locations .location .form-item .ui-dropdownchecklist-item.ui-state-default,
.page-node-edit.user-profile fieldset.locations .location .form-item .ui-dropdownchecklist-item.ui-state-default {
  width: 99%;
}

/* line 3927, ../sass/layout.scss */
.page-node-add.user-profile .field-type-node-reference .ui-dropdownchecklist-item.ui-state-default label,
.page-node-edit.user-profile .field-type-node-reference .ui-dropdownchecklist-item.ui-state-default label,
.page-node-add.user-profile .field-type-taxonomy-term-reference .ui-dropdownchecklist-item.ui-state-default label,
.page-node-edit.user-profile .field-type-taxonomy-term-reference .ui-dropdownchecklist-item.ui-state-default label,
.page-node-add.user-profile .field-type-entityreference .ui-dropdownchecklist-item.ui-state-default label,
.page-node-edit.user-profile .field-type-entityreference .ui-dropdownchecklist-item.ui-state-default label,
.page-node-add.user-profile .field-type-list-text .ui-dropdownchecklist-item.ui-state-default label,
.page-node-edit.user-profile .field-type-list-text .ui-dropdownchecklist-item.ui-state-default label,
.page-node-add.user-profile fieldset.locations .location .form-item .ui-dropdownchecklist-item.ui-state-default label,
.page-node-edit.user-profile fieldset.locations .location .form-item .ui-dropdownchecklist-item.ui-state-default label {
  width: 96%;
}

/* line 3932, ../sass/layout.scss */
.page-node-add.user-profile .field-name-field-sustainable-field-of-work .form-checkboxes .form-item,
.page-node-edit.user-profile .field-name-field-sustainable-field-of-work .form-checkboxes .form-item {
  width: 100%;
  float: left;
}

/* line 3938, ../sass/layout.scss */
.page-node-add.user-profile .field-name-field-sustainable-field-of-work .form-checkboxes label,
.page-node-edit.user-profile .field-name-field-sustainable-field-of-work .form-checkboxes label {
  width: 97%;
  float: right;
}

/* line 3944, ../sass/layout.scss */
.page-node-add.user-profile div.vertical-tabs,
.page-node-edit.user-profile div.vertical-tabs {
  width: 100%;
  float: left;
  border: none;
  margin: 0;
}

/* line 3951, ../sass/layout.scss */
.page-node-add.user-profile ul.vertical-tabs-list,
.page-node-edit.user-profile ul.vertical-tabs-list {
  display: none;
}

/* line 3955, ../sass/layout.scss */
.page-node-add.user-profile div.vertical-tabs fieldset.vertical-tabs-pane,
.page-node-edit.user-profile div.vertical-tabs fieldset.vertical-tabs-pane {
  padding: 0;
}

/* line 3960, ../sass/layout.scss */
.page-node-add.user-profile fieldset.locations,
.page-node-edit.user-profile fieldset.locations {
  width: 100%;
  float: left;
}

/* line 3966, ../sass/layout.scss */
.page-node-add.user-profile fieldset.locations .location .form-item,
.page-node-edit.user-profile fieldset.locations .location .form-item {
  width: 100%;
}

/* line 3973, ../sass/layout.scss */
.page-node-add.user-profile .field-name-field-time .start-date-wrapper,
.page-node-edit.user-profile .field-name-field-time .start-date-wrapper,
.page-node-add.user-profile .field-name-field-time .end-date-wrapper,
.page-node-edit.user-profile .field-name-field-time .end-date-wrapper {
  width: 50%;
}

/* line 3978, ../sass/layout.scss */
.page-node-add.user-profile .field-name-field-time .start-date-wrapper #edit-field-time-und-0-value,
.page-node-edit.user-profile .field-name-field-time .start-date-wrapper #edit-field-time-und-0-value {
  padding: 20px 10px 0 0;
}

/* line 3983, ../sass/layout.scss */
.page-node-add.user-profile .field-name-field-time .start-date-wrapper #edit-field-time-und-0-value .form-item-field-time-und-0-value-date,
.page-node-edit.user-profile .field-name-field-time .start-date-wrapper #edit-field-time-und-0-value .form-item-field-time-und-0-value-date {
  width: 61%;
}

/* line 3988, ../sass/layout.scss */
.page-node-add.user-profile .field-name-field-time .start-date-wrapper #edit-field-time-und-0-value .form-item-field-time-und-0-value-time,
.page-node-edit.user-profile .field-name-field-time .start-date-wrapper #edit-field-time-und-0-value .form-item-field-time-und-0-value-time {
  width: 30%;
  float: right;
}

/* line 3995, ../sass/layout.scss */
.page-node-add.user-profile .field-name-field-time .end-date-wrapper .form-item-field-time-und-0-value2,
.page-node-edit.user-profile .field-name-field-time .end-date-wrapper .form-item-field-time-und-0-value2 {
  margin: 20px 0 0 0;
}

/* line 4000, ../sass/layout.scss */
.page-node-add.user-profile .field-name-field-time .end-date-wrapper .form-item-field-time-und-0-value2 label,
.page-node-edit.user-profile .field-name-field-time .end-date-wrapper .form-item-field-time-und-0-value2 label {
  width: 12%;
  margin: 0;
  padding: 0;
  float: left;
}

/* line 4008, ../sass/layout.scss */
.page-node-add.user-profile .field-name-field-time .end-date-wrapper #edit-field-time-und-0-value2,
.page-node-edit.user-profile .field-name-field-time .end-date-wrapper #edit-field-time-und-0-value2 {
  width: 88%;
  padding: 0;
}

/* line 4014, ../sass/layout.scss */
.page-node-add.user-profile .field-name-field-time .end-date-wrapper #edit-field-time-und-0-value2 .form-item-field-time-und-0-value2-date,
.page-node-edit.user-profile .field-name-field-time .end-date-wrapper #edit-field-time-und-0-value2 .form-item-field-time-und-0-value2-date {
  width: 61%;
}

/* line 4019, ../sass/layout.scss */
.page-node-add.user-profile .field-name-field-time .end-date-wrapper #edit-field-time-und-0-value2 .form-item-field-time-und-0-value2-time,
.page-node-edit.user-profile .field-name-field-time .end-date-wrapper #edit-field-time-und-0-value2 .form-item-field-time-und-0-value2-time {
  width: 31%;
  float: right;
}

/* line 4026, ../sass/layout.scss */
.page-node-add.user-profile .form-actions,
.page-node-edit.user-profile .form-actions,
.page-node-delete.user-profile .form-actions {
  margin: 20px 0;
  width: 100%;
  text-align: right;
}

/* line 4032, ../sass/layout.scss */
#block-heartbeat-notifications, #block-greennermod-greennermod_notifications {
  background-color: #FFFFFF;
  border: 1px solid #999999;
  display: none;
  left: 30px;
  position: absolute;
  top: 32px;
  width: 300px;
  z-index: 1000;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  behavior: url(https://www.poplarnetwork.com/border-radius.htc);
}

/* line 4046, ../sass/layout.scss */
#menu_notification {
  position: absolute;
  height: 31px;
  width: 31px;
  color: #FFFFFF;
  text-align: center;
  display: block;
  bottom: -12px;
  left: -12px;
  font-size: 0.8em;
  padding-top: 5px;
}

/* line 4059, ../sass/layout.scss */
#block-greennermod-greennermod_notifications .notification-row {
  width: 100%;
  overflow: auto;
}

/* line 4064, ../sass/layout.scss */
#block-greennermod-greennermod_notifications .notification-row-inner {
  padding: 5px;
}

/* line 4068, ../sass/layout.scss */
#block-greennermod-greennermod_notifications .icon-wrapper {
  float: left;
  margin-right: 25px;
}

/* line 4072, ../sass/layout.scss */
#block-greennermod-greennermod_notifications .message-wrapper {
  padding: 10px 10px;
}

/* line 4076, ../sass/layout.scss */
#menu_notification.green {
  background-color: #7eb448;
  display: none;
}

/* line 4081, ../sass/layout.scss */
#menu_notification.red {
  background: url(../sites/default/themes/greenner/images/notification-circle.png) no-repeat;
}

/* line 4085, ../sass/layout.scss */
#menu_notification a {
  color: #fff;
  text-decoration: none;
}

/* line 4091, ../sass/layout.scss */
#block-heartbeat-notifications .heartbeat-activity .heartbeat-group-left,
#block-heartbeat-notifications img {
  width: 50px;
  height: 50px;
}

/* line 4096, ../sass/layout.scss */
#block-heartbeat-notifications .heartbeat-activity {
  margin: 0;
  padding: 0;
  min-height: 0;
  height: auto;
  border: none;
}

/* line 4104, ../sass/layout.scss */
#block-heartbeat-notifications .heartbeat-activity.even {
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  margin: 10px 0;
  padding: 10px 0;
}

/* line 4112, ../sass/layout.scss */
#block-heartbeat-notifications .user-friend,
#block-heartbeat-notifications .Ribbons {
  display: none;
}

/* line 4116, ../sass/layout.scss */
#bookmarkIcon {
  background: url("../sites/default/themes/greenner/images/pin.png") no-repeat center center transparent;
  border-right: 1px solid #666666;
  padding: 0 5px;
  width: 15px;
  height: 15px;
}

/* line 4124, ../sass/layout.scss */
.resultsKeys {
  color: #808080;
}

/* line 4128, ../sass/layout.scss */
.editProfileButtons {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}

/* Topics page */
/* line 4135, ../sass/layout.scss */
#Main .view-id-topics.view-display-id-page {
  font-size: 13px;
}
/* line 4138, ../sass/layout.scss */
#Main .view-id-topics.view-display-id-page .topics-group {
  float: left;
  width: 25%;
  margin-bottom: 50px;
}
/* line 4147, ../sass/layout.scss */
#Main .view-id-topics.view-display-id-page .topics-group-5,
#Main .view-id-topics.view-display-id-page .topics-group-9,
#Main .view-id-topics.view-display-id-page .topics-group-13,
#Main .view-id-topics.view-display-id-page .topics-group-17 {
  clear: left;
}
/* line 4151, ../sass/layout.scss */
#Main .view-id-topics.view-display-id-page h3 {
  margin-bottom: 35px;
  line-height: inherit;
}
/* line 4157, ../sass/layout.scss */
#Main .view-id-topics.view-display-id-page h3,
#Main .view-id-topics.view-display-id-page h3 a {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}
/* line 4162, ../sass/layout.scss */
#Main .view-id-topics.view-display-id-page h3:hover,
#Main .view-id-topics.view-display-id-page h3 a:hover {
  text-decoration: none;
}

/* line 4168, ../sass/layout.scss */
.view.themed-tags table {
  border-collapse: collapse;
  border-spacing: 0px;
}

/* line 4173, ../sass/layout.scss */
.view.themed-tags td {
  vertical-align: top;
  padding: 15px 5px;
  border-bottom: 1px solid #eee;
}

/* line 4179, ../sass/layout.scss */
.view.themed-tags .tag-name {
  float: left;
  margin: 5px 8px 5px 0;
  background: #9AC162;
  padding: 5px 7px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  max-width: 120px;
}

/* line 4189, ../sass/layout.scss */
.view.themed-tags .tag-name a {
  color: #fff !important;
  text-shadow: 1px 1px 1px #000;
}

/* line 4193, ../sass/layout.scss */
.view.themed-tags .tag-count {
  float: left;
  margin: 5px 3px;
  padding: 5px 0px;
  font-size: 1.2em;
}

/* line 4199, ../sass/layout.scss */
.view.themed-tags .tag-count .prefix {
  font-size: 0.65em;
}

/* line 4203, ../sass/layout.scss */
.view.themed-tags .tag-description {
  clear: both;
  font-size: 0.9em;
}

/* line 4208, ../sass/layout.scss */
#PageTitle {
  padding: 0 20px;
}

/* line 4212, ../sass/layout.scss */
fieldset#edit-password-container {
  padding: 0.5em;
  margin-bottom: 1.5em;
  border: 1px solid #ccc;
}

/* line 4219, ../sass/layout.scss */
fieldset#edit-password-container.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
}

/* line 4225, ../sass/layout.scss */
.view-users-map-data-overlay .more-link {
  clear: both;
}

/* line 4229, ../sass/layout.scss */
#filter-by-tag li {
  list-style-position: outside;
}

/* line 4234, ../sass/layout.scss */
.bt-content li {
  margin-bottom: 20px;
  vertical-align: middle;
  color: #333;
  list-style-type: none;
  list-style-image: none;
  padding-left: 25px;
  background-repeat: no-repeat;
  min-height: 25px;
  padding-top: 3px;
}
/* line 4244, ../sass/layout.scss */
.bt-content li .BadgesTitle {
  display: block;
}
/* line 4247, ../sass/layout.scss */
.bt-content li .BadgesSkill {
  display: block;
  margin-left: 8px;
  font-weight: normal;
}
/* line 4252, ../sass/layout.scss */
.bt-content li li {
  list-style-type: disc;
}
/* line 4257, ../sass/layout.scss */
.bt-content li.work-experience {
  background-image: url(../sites/default/themes/greenner/images/dot-red.png);
}
/* line 4259, ../sass/layout.scss */
.bt-content li.work-experience .BadgesTitle {
  color: #cb3e4b;
}
/* line 4264, ../sass/layout.scss */
.bt-content li.credentials {
  background-image: url(../sites/default/themes/greenner/images/dot-green.png);
}
/* line 4266, ../sass/layout.scss */
.bt-content li.credentials .BadgesTitle {
  color: #73ad38;
}
/* line 4271, ../sass/layout.scss */
.bt-content li.education {
  background-image: url(../sites/default/themes/greenner/images/dot-blue.png);
}
/* line 4273, ../sass/layout.scss */
.bt-content li.education .BadgesTitle {
  color: #0070bb;
}
/* line 4278, ../sass/layout.scss */
.bt-content a {
  color: #009;
  text-decoration: underline;
}

/* line 4284, ../sass/layout.scss */
.page-members-nearby .view-poplar-member-locator .attachment {
  float: left;
  width: 180px;
}

/* line 4288, ../sass/layout.scss */
.page-members-nearby .view-poplar-member-locator .view-content {
  float: left;
  width: 740px;
  margin-right: 20px;
}

/* line 4294, ../sass/layout.scss */
#poplar-property-claim-owner-form .form-item-agree label {
  float: none;
  width: auto;
}

/* line 4301, ../sass/layout.scss */
.page-messages #privatemsg-form-reply {
  margin-top: 40px;
  border-top: 1px solid #C5C5C5;
  padding-top: 30px;
}
/* line 4307, ../sass/layout.scss */
.page-messages .privatemsg-message-body {
  font-size: 1.2em;
  margin-top: 10px;
  margin-left: 0px;
}
/* line 4313, ../sass/layout.scss */
.page-messages ul.privatemsg-message-actions.links.inline {
  float: right;
  display: block;
}

/*-------------------------
Dropbox Element
--------------------------*/
/* line 4324, ../sass/layout.scss */
#dropbox {
  background: url("https://www.poplarnetwork.com/sites/default/themes/greenner/img/background_tile_3.jpg");
  border-radius: 3px;
  position: relative;
  margin: 20px auto 30px;
  min-height: 190px;
  overflow: hidden;
  padding-bottom: 40px;
  width: 100%;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3) inset, 0 -3px 2px rgba(0, 0, 0, 0.1);
}

/* line 4338, ../sass/layout.scss */
#dropbox .message {
  font-size: 11px;
  text-align: center;
  padding-top: 120px;
  display: block;
}

/* line 4345, ../sass/layout.scss */
#dropbox .message i {
  color: #ccc;
  font-size: 10px;
}

/* line 4350, ../sass/layout.scss */
#dropbox:before {
  border-radius: 3px 3px 0 0;
}

/*-------------------------
Image Previews
--------------------------*/
/* line 4358, ../sass/layout.scss */
#dropbox .preview {
  width: 245px;
  height: 215px;
  float: left;
  margin: 55px 0 0 60px;
  position: relative;
  text-align: center;
}

/* line 4367, ../sass/layout.scss */
#dropbox .preview img {
  max-width: 240px;
  max-height: 180px;
  border: 3px solid #fff;
  display: block;
  box-shadow: 0 0 2px #000;
}

/* line 4376, ../sass/layout.scss */
#dropbox .imageHolder {
  display: inline-block;
  position: relative;
}

/* line 4381, ../sass/layout.scss */
#dropbox .uploaded {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("https://www.poplarnetwork.com/sites/default/themes/greenner/img/done.png") no-repeat center center rgba(255, 255, 255, 0.5);
  display: none;
}

/* line 4391, ../sass/layout.scss */
#dropbox .preview.done .uploaded {
  display: block;
}

/*-------------------------
Progress Bars
--------------------------*/
/* line 4399, ../sass/layout.scss */
#dropbox .progressHolder {
  position: absolute;
  background-color: #252f38;
  height: 12px;
  width: 100%;
  left: 0;
  bottom: 0;
  box-shadow: 0 0 2px #000;
}

/* line 4410, ../sass/layout.scss */
#dropbox .progress {
  background-color: #2586d0;
  position: absolute;
  height: 100%;
  left: 0;
  width: 0;
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;
  -moz-transition: 0.25s;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

/* line 4425, ../sass/layout.scss */
#dropbox .preview.done .progress {
  width: 100% !important;
}

/* popup related styles */
/* line 4434, ../sass/layout.scss */
.olPopup {
  overflow: inherit;
}
/* line 4438, ../sass/layout.scss */
.olPopup * {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
}
/* line 4444, ../sass/layout.scss */
.olPopup .claimed-message {
  font-size: 1.2em;
  margin: 10px 0px;
}
/* line 4449, ../sass/layout.scss */
.olPopup .property-main-photo {
  margin-top: 10px;
}
/* line 4453, ../sass/layout.scss */
.olPopup label {
  display: inline-block;
}
/* line 4458, ../sass/layout.scss */
.olPopup a.close {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 10px;
  right: 28px;
  background: url(../sites/default/themes/greenner/js/openlayers_popup_images/close.gif) no-repeat top left;
  margin: 0px;
  font-size: 1px;
  padding: 0px;
}
/* line 4470, ../sass/layout.scss */
.olPopup a.close:hover {
  background: url(../sites/default/themes/greenner/js/openlayers_popup_images/close-hover.gif) no-repeat top left;
}
/* line 4476, ../sass/layout.scss */
.olPopup .olPopupContent {
  min-width: 200px;
  background-color: #ffffff !important;
  padding: 1px !important;
  margin: 0px !important;
  font-size: 0.80em;
}
/* line 4484, ../sass/layout.scss */
.olPopup .olPopupContent table {
  border-collapse: collapse;
  overflow: auto;
  padding: 0px;
}
/* line 4490, ../sass/layout.scss */
.olPopup .olPopupContent table td {
  padding: 4px;
  border: 1px solid #cccccc;
}
/* line 4497, ../sass/layout.scss */
.olPopup .olPopupContent h2 {
  font-size: small;
  text-align: center;
  padding: 2px 0px 2px 0px;
  margin: 0px 6px 0px 6px;
  text-transform: capitalize;
}

/**
* A few custom styles
*/
/* line 4511, ../sass/layout.scss */
.openlayers-popup {
  color: #333 !important;
}

/* line 4517, ../sass/layout.scss */
.property-main-photo {
  position: relative;
  margin-top: 10px;
}

/* line 4522, ../sass/layout.scss */
.property-main-photo img.claimed-icon {
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 2;
}

/* line 4529, ../sass/layout.scss */
.menu-column-bucket.bucket-3 {
  width: 30%;
  float: left;
  overflow: hidden;
}

/* line 4537, ../sass/layout.scss */
body.post-project-flow .panel-display .panel-col-first {
  width: 33%;
}
/* line 4541, ../sass/layout.scss */
body.post-project-flow .panel-display .panel-col-last {
  width: 66%;
  font-size: 1.2em;
  line-height: 1.4em;
}
/* line 4547, ../sass/layout.scss */
body.post-project-flow .panel-display .pane-block-33 {
  padding-top: 30px;
  text-align: center;
}

/* line 4555, ../sass/layout.scss */
.pane-block-28 {
  font-size: 1.3em;
}

/* line 4559, ../sass/layout.scss */
.pane-block-28 li {
  margin-bottom: 15px;
}

/* line 4563, ../sass/layout.scss */
#Main a, #Register a, #block-menu-menu-footer-menu a {
  color: #25A8E0;
  font-weight: normal;
}

/* line 4568, ../sass/layout.scss */
#Main #block-block-4 a {
  color: #fff;
}

/* line 4573, ../sass/layout.scss */
.post-project-steps {
  font-size: 1.3em;
}
/* line 4576, ../sass/layout.scss */
.post-project-steps li {
  margin-bottom: 15px;
  color: #A0A0A0;
}
/* line 4581, ../sass/layout.scss */
.post-project-steps li.completed {
  margin-bottom: 15px;
  color: #303030;
}
/* line 4586, ../sass/layout.scss */
.post-project-steps li.active {
  color: #9BC364;
}
/* line 4592, ../sass/layout.scss */
.post-project-steps #greenner-location-form .form-item-location {
  float: none;
}
/* line 4596, ../sass/layout.scss */
.post-project-steps #greenner-location-form #edit-location {
  width: 250px;
  height: auto;
  float: none;
}
/* line 4602, ../sass/layout.scss */
.post-project-steps #greenner-location-form #edit-submit {
  float: none;
}

/* line 4608, ../sass/layout.scss */
.content p {
  margin: 15px;
}

/* line 4614, ../sass/layout.scss */
.pane-projects-by-user .button-wrapper {
  margin: 1em 0;
}
/* line 4618, ../sass/layout.scss */
.pane-projects-by-user p {
  margin: 15px 0;
}
/* line 4622, ../sass/layout.scss */
.pane-projects-by-user .views-row {
  border-top: 1px solid #59483e;
  padding-top: 10px;
}
/* line 4625, ../sass/layout.scss */
.pane-projects-by-user .views-row.views-row-first {
  border-top: none;
  padding-top: 0;
}

/* line 4632, ../sass/layout.scss */
.pane-start-project {
  text-align: right;
  margin-top: -60px;
}

/* line 4639, ../sass/layout.scss */
.page-taxonomy-term #Main .region-content {
  position: relative;
  z-index: 10;
}

/* line 4648, ../sass/layout.scss */
body.node-type-projects #Center .region {
  padding: 0;
}
/* line 4654, ../sass/layout.scss */
body.node-type-projects #project-view-page h2.pane-title {
  font-size: 16px;
  margin-bottom: 10px;
}
/* line 4659, ../sass/layout.scss */
body.node-type-projects #project-view-page .field-name-field-summary {
  font-weight: normal;
}
/* line 4662, ../sass/layout.scss */
body.node-type-projects #project-view-page .field-name-field-summary p {
  margin: 1em 0;
}
/* line 4667, ../sass/layout.scss */
body.node-type-projects #project-view-page .pane-contact-homeowner {
  text-align: right;
}

/* line 4676, ../sass/layout.scss */
body.page-properties .pane-location-form, body.page-members-nearby .pane-location-form {
  width: 100%;
  overflow: auto;
}

/* line 4683, ../sass/layout.scss */
#block-block-29 {
  float: right;
  margin-top: -65px;
}
/* line 4687, ../sass/layout.scss */
#block-block-29 p {
  margin: 0;
}

/* line 4693, ../sass/layout.scss */
#block-block-30 {
  float: left;
}

/* line 4697, ../sass/layout.scss */
#block-views--exp-greenner_tags-page_1 {
  float: right;
}

/* line 4704, ../sass/layout.scss */
#properties-generic-panel .center-wrapper .panel-col-first {
  width: 80%;
}
/* line 4708, ../sass/layout.scss */
#properties-generic-panel .center-wrapper .panel-col-last {
  width: 19.9%;
}
/* line 4713, ../sass/layout.scss */
#properties-generic-panel .pane-claimed-homes-panel-pane-1 {
  float: left;
  width: 585px;
}
/* line 4718, ../sass/layout.scss */
#properties-generic-panel .pane-claimed-homes-panel-pane-3 {
  margin-right: 25px;
  float: left;
}

/* line 4728, ../sass/layout.scss */
body.page-node-319 #Center .region {
  padding: 0;
}
/* line 4733, ../sass/layout.scss */
body.page-node-319 #Main {
  margin: 0;
}

/* line 4737, ../sass/layout.scss */
.view-about-us-bios .views-field-field-profile-image {
  float: left;
  margin-right: 30px;
}

/* line 4741, ../sass/layout.scss */
.view-about-us-bios .views-row {
  height: 125px;
}

/* line 4744, ../sass/layout.scss */
.view-about-us-bios .views-field-title {
  font-weight: bolder;
  font-size: 14px;
  margin-bottom: 3px;
}

/* line 4749, ../sass/layout.scss */
.view-about-us-bios .views-field-field-position {
  margin-bottom: 3px;
  font-weight: bold;
  color: #6C9C27;
  font-size: 13px;
}

/* line 4755, ../sass/layout.scss */
.view-about-us-bios h3 {
  font-size: 20px;
  margin-bottom: 20px;
}

/* line 4762, ../sass/layout.scss */
body.page-node-480 .pane-node-body {
  width: 515px;
  margin: 0 auto;
  font-size: 1.1em;
}
/* line 4767, ../sass/layout.scss */
body.page-node-480 .pane-node-body h1 {
  margin: 1em 15px;
}

/* line 4773, ../sass/layout.scss */
.pane-content-author {
  margin-left: 15px;
}

/* line 4777, ../sass/layout.scss */
.pane-node-created {
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #B8A698;
}

/* line 4783, ../sass/layout.scss */
.pane-node-comment-form .pane-title {
  margin-top: 30px;
  color: #25A8E0;
}

/* line 4788, ../sass/layout.scss */
#Right {
  border-left: solid 1px #d6d6d6;
}

/* line 4791, ../sass/layout.scss */
.view-id-images .view-content .views-field-field-images {
  float: right;
}

/* line 4795, ../sass/layout.scss */
.rate-user .rate-thumbs-up-down-btn-up {
  width: 21px;
  height: 24px;
}

/* line 4799, ../sass/layout.scss */
.rate-user .rate-thumbs-up-down-btn-down {
  width: 21px;
  height: 24px;
}

/* line 4807, ../sass/layout.scss */
body.page-news #Main .panel-display {
  font-size: 14px;
}
/* line 80, ../sass/_sass.scss */
body.page-news #Main .panel-display ol, body.page-news #Main .panel-display ul {
  padding: 0;
  color: #808282;
}
/* line 85, ../sass/_sass.scss */
body.page-news #Main .panel-display h1 {
  color: #333333;
}
/* line 89, ../sass/_sass.scss */
body.page-news #Main .panel-display .panel-col-first {
  width: 66%;
  border-right: 2px solid #ccc;
}
/* line 93, ../sass/_sass.scss */
body.page-news #Main .panel-display .panel-col-first > .inside {
  padding: 10px 10px 10px 0px;
}
/* line 97, ../sass/_sass.scss */
body.page-news #Main .panel-display .panel-col-last {
  width: 33%;
}
/* line 99, ../sass/_sass.scss */
body.page-news #Main .panel-display .panel-col-last > .inside {
  padding: 10px 0px 10px 10px;
}
/* line 69, ../sass/_sass.scss */
body.page-news #Main .panel-display .panel-col-last .view-footer {
  margin-top: 0;
}
/* line 4811, ../sass/layout.scss */
body.page-news #Main .panel-display h1 {
  color: #7eb448;
}
/* line 4815, ../sass/layout.scss */
body.page-news #Main .panel-display .panel-col-top, body.page-news #Main .panel-display .center-wrapper {
  float: left;
  clear: both;
}
/* line 4820, ../sass/layout.scss */
body.page-news #Main .panel-display .pane-featured-article {
  padding-bottom: 35px;
  margin-bottom: 25px;
  border-bottom: solid 2px #cdcecf;
}
/* line 4825, ../sass/layout.scss */
body.page-news #Main .panel-display .pane-featured-article .view-id-featured_article {
  width: 100%;
}
/* line 4828, ../sass/layout.scss */
body.page-news #Main .panel-display .pane-featured-article .view-id-featured_article .views-row {
  margin-top: 30px;
}
/* line 4831, ../sass/layout.scss */
body.page-news #Main .panel-display .pane-featured-article .view-id-featured_article .views-row-first {
  margin-top: 0;
}
/* line 4835, ../sass/layout.scss */
body.page-news #Main .panel-display .pane-featured-article .view-id-featured_article .views-field {
  margin-left: 240px;
}
/* line 4839, ../sass/layout.scss */
body.page-news #Main .panel-display .pane-featured-article .view-id-featured_article .views-field-title {
  margin-left: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-family: Arial, sans-serif;
  font-weight: bold;
}
/* line 4846, ../sass/layout.scss */
body.page-news #Main .panel-display .pane-featured-article .view-id-featured_article .views-field-title a, body.page-news #Main .panel-display .pane-featured-article .view-id-featured_article .views-field-title a:hover {
  text-decoration: none;
  color: #333333;
  font-weight: bold;
}
/* line 4853, ../sass/layout.scss */
body.page-news #Main .panel-display .pane-featured-article .view-id-featured_article .views-field-field-images {
  display: block;
  float: left;
  margin-right: 10px;
  margin-left: 0;
}
/* line 4860, ../sass/layout.scss */
body.page-news #Main .panel-display .pane-featured-article .view-id-featured_article .views-field-picture {
  margin-top: 15px;
  position: static;
  width: inherit;
  height: inherit;
  float: none;
}
/* line 4867, ../sass/layout.scss */
body.page-news #Main .panel-display .pane-featured-article .view-id-featured_article .views-field-picture span.field-picture {
  position: relative;
  background: url(../sites/default/themes/greenner/images/avatar.png);
}
/* line 4873, ../sass/layout.scss */
body.page-news #Main .panel-display .pane-featured-article .view-id-featured_article .views-field-nothing {
  margin: 5px 0 10px;
  float: left;
  width: 392px;
}
/* line 4878, ../sass/layout.scss */
body.page-news #Main .panel-display .pane-featured-article .view-id-featured_article .views-field-nothing .user-picture {
  float: left;
  margin-right: 10px;
}
/* line 4884, ../sass/layout.scss */
body.page-news #Main .panel-display .pane-featured-article .view-id-featured_article .views-field-name {
  font-size: 14px;
  font-family: Arial, sans-serif;
  margin-top: 16px;
  font-weight: normal;
}
/* line 4891, ../sass/layout.scss */
body.page-news #Main .panel-display .pane-featured-article .view-id-featured_article .views-field-field-summary {
  margin-top: 10px;
  font-size: 14px;
  font-weight: normal;
}
/* line 4895, ../sass/layout.scss */
body.page-news #Main .panel-display .pane-featured-article .view-id-featured_article .views-field-field-summary p {
  margin: 0px;
}
/* line 4900, ../sass/layout.scss */
body.page-news #Main .panel-display .pane-featured-article .view-id-featured_article .views-field-created {
  font-weight: bold;
  margin-top: 15px;
}
/* line 4905, ../sass/layout.scss */
body.page-news #Main .panel-display .pane-featured-article .view-id-featured_article .views-field-view-node {
  font-weight: bold;
}
/* line 4915, ../sass/layout.scss */
body.page-news #Main .panel-display .pane-news-type .view-id-news_type h3 {
  text-transform: capitalize;
  color: #7FB24F;
  margin-bottom: 10px;
  font-size: 1.4em;
}
/* line 4922, ../sass/layout.scss */
body.page-news #Main .panel-display .pane-news-type .view-id-news_type .item-list {
  float: left;
  width: 35%;
  height: 90px;
  margin-right: 25px;
  background: url(../sites/default/themes/greenner/images/news-section-general.png) no-repeat;
  padding-left: 62px;
}
/* line 4930, ../sass/layout.scss */
body.page-news #Main .panel-display .pane-news-type .view-id-news_type .item-list a {
  color: #333333;
}
/* line 4937, ../sass/layout.scss */
body.page-news #Main .panel-display .pane-popular-news {
  float: right;
  background: url(../sites/default/themes/greenner/images/braniac.png) no-repeat 50% 20px;
}
/* line 4941, ../sass/layout.scss */
body.page-news #Main .panel-display .pane-popular-news .pane-title {
  font-size: 22px;
  color: #7fb24f;
  margin-bottom: 10px;
}
/* line 4949, ../sass/layout.scss */
body.page-news #Main .panel-display .pane-popular-news .view-popular-news li {
  margin-bottom: 12px;
  margin-left: 0px;
  list-style: none;
}
/* line 4955, ../sass/layout.scss */
body.page-news #Main .panel-display .pane-popular-news .view-popular-news .field-content a {
  line-height: 1.5em;
  font-size: 1.3em;
  color: #333333;
}

/* line 4970, ../sass/layout.scss */
body.node-type-news.not-logged-in .pane-node-comment-form h2.pane-title {
  display: none;
}
/* line 4974, ../sass/layout.scss */
body.node-type-news.not-logged-in .pane-node-comment-form .pane-content {
  color: #7eb448;
  font-size: 1.5em;
  font-family: Arial, sans-serif;
}
/* line 4978, ../sass/layout.scss */
body.node-type-news.not-logged-in .pane-node-comment-form .pane-content a {
  text-transform: uppercase;
}
/* line 4985, ../sass/layout.scss */
body.node-type-news h1 {
  color: #7eb448;
}
/* line 4991, ../sass/layout.scss */
body.node-type-news #Main .panel-display {
  font-size: 14px;
}
/* line 80, ../sass/_sass.scss */
body.node-type-news #Main .panel-display ol, body.node-type-news #Main .panel-display ul {
  padding: 0;
  color: #808282;
}
/* line 85, ../sass/_sass.scss */
body.node-type-news #Main .panel-display h1 {
  color: #333333;
}
/* line 89, ../sass/_sass.scss */
body.node-type-news #Main .panel-display .panel-col-first {
  width: 66%;
  border-right: 2px solid #ccc;
}
/* line 93, ../sass/_sass.scss */
body.node-type-news #Main .panel-display .panel-col-first > .inside {
  padding: 10px 10px 10px 0px;
}
/* line 97, ../sass/_sass.scss */
body.node-type-news #Main .panel-display .panel-col-last {
  width: 33%;
}
/* line 99, ../sass/_sass.scss */
body.node-type-news #Main .panel-display .panel-col-last > .inside {
  padding: 10px 0px 10px 10px;
}
/* line 69, ../sass/_sass.scss */
body.node-type-news #Main .panel-display .panel-col-last .view-footer {
  margin-top: 0;
}
/* line 4994, ../sass/layout.scss */
body.node-type-news #Main .panel-display .panel-col-first {
  position: relative;
}
/* line 124, ../sass/_sass.scss */
body.node-type-news #Main .panel-display .panel-col-first h3 {
  color: #333333;
  font-size: 1.3em;
  font-family: Arial, sans-serif;
}
/* line 130, ../sass/_sass.scss */
body.node-type-news #Main .panel-display .panel-col-first p {
  color: #808282;
  margin: 15px 0;
}
/* line 4997, ../sass/layout.scss */
body.node-type-news #Main .panel-display .panel-col-first .pane-sharethis-sharethis-block {
  float: right;
  margin-top: -30px;
}
/* line 5002, ../sass/layout.scss */
body.node-type-news #Main .panel-display .panel-col-first #mini-panel-content_user_picture {
  margin: 0 0 10px;
}
/* line 5005, ../sass/layout.scss */
body.node-type-news #Main .panel-display .panel-col-first #mini-panel-content_user_picture .panel-separator {
  display: none;
}
/* line 5009, ../sass/layout.scss */
body.node-type-news #Main .panel-display .panel-col-first #mini-panel-content_user_picture .pane-user-picture {
  float: left;
  margin: 0 10px 0 0;
}
/* line 5017, ../sass/layout.scss */
body.node-type-news #Main .panel-display .view-content-author .views-row {
  clear: none;
}
/* line 5021, ../sass/layout.scss */
body.node-type-news #Main .panel-display .view-content-author .views-field-name {
  font-family: Arial, sans-serif;
  font-size: 16px;
}
/* line 5027, ../sass/layout.scss */
body.node-type-news #Main .panel-display .view-id-images .view-content {
  float: right;
  margin-left: 20px;
  text-align: right;
  max-width: 220px;
}
/* line 5033, ../sass/layout.scss */
body.node-type-news #Main .panel-display .view-id-images .view-content img {
  margin: 0;
}
/* line 5036, ../sass/layout.scss */
body.node-type-news #Main .panel-display .view-id-images .view-content .views-field-field-images {
  float: right;
  width: 100%;
}
/* line 5043, ../sass/layout.scss */
body.node-type-news #Main .panel-display .view-id-images .view-content .caption {
  font-size: 13px;
  color: #00b2d9;
  max-width: 220px;
  float: right;
}
/* line 5050, ../sass/layout.scss */
body.node-type-news #Main .panel-display .view-id-images .view-content .authorship-credit {
  color: #000;
  font-size: 10px;
  margin-top: 3px;
  margin-bottom: 7px;
  float: right;
  width: 100%;
}
/* line 5060, ../sass/layout.scss */
body.node-type-news #Main .panel-display .pane-node-created {
  color: #000;
  font-family: Arial, helvetica, sans-serif;
  font-weight: normal;
}
/* line 5066, ../sass/layout.scss */
body.node-type-news #Main .panel-display .pane-node-field-summary {
  font-weight: normal;
  font-family: Arial, sans-serif;
  color: #333333;
  font-size: 1.2em;
  clear: both;
}
/* line 114, ../sass/_sass.scss */
body.node-type-news #Main .panel-display .pane-node-field-summary p {
  margin: 1em 0;
  color: #333333;
}
/* line 5070, ../sass/layout.scss */
body.node-type-news #Main .panel-display .pane-node-comments {
  clear: both;
}

/* line 5078, ../sass/layout.scss */
.view-footer-blocks .views-row {
  background-color: #F2F2F2;
  padding: 10px;
  border: 1px solid #CCCCCC;
}
/* line 5083, ../sass/layout.scss */
.view-footer-blocks .views-field-field-footer-item-title {
  font-weight: bold;
  margin-bottom: 10px;
}
/* line 5087, ../sass/layout.scss */
#Main #Center .view-footer-blocks .views-field-field-footer-item-html p {
  margin: 0;
}

/* line 5096, ../sass/layout.scss */
body.page-taxonomy-term-tag #Main .panel-display {
  font-size: 14px;
}
/* line 80, ../sass/_sass.scss */
body.page-taxonomy-term-tag #Main .panel-display ol, body.page-taxonomy-term-tag #Main .panel-display ul {
  padding: 0;
  color: #808282;
}
/* line 85, ../sass/_sass.scss */
body.page-taxonomy-term-tag #Main .panel-display h1 {
  color: #333333;
}
/* line 89, ../sass/_sass.scss */
body.page-taxonomy-term-tag #Main .panel-display .panel-col-first {
  width: 66%;
  border-right: 2px solid #ccc;
}
/* line 93, ../sass/_sass.scss */
body.page-taxonomy-term-tag #Main .panel-display .panel-col-first > .inside {
  padding: 10px 10px 10px 0px;
}
/* line 97, ../sass/_sass.scss */
body.page-taxonomy-term-tag #Main .panel-display .panel-col-last {
  width: 33%;
}
/* line 99, ../sass/_sass.scss */
body.page-taxonomy-term-tag #Main .panel-display .panel-col-last > .inside {
  padding: 10px 0px 10px 10px;
}
/* line 69, ../sass/_sass.scss */
body.page-taxonomy-term-tag #Main .panel-display .panel-col-last .view-footer {
  margin-top: 0;
}
/* line 5099, ../sass/layout.scss */
body.page-taxonomy-term-tag #Main .panel-display .panel-col-first {
  position: relative;
}
/* line 5100, ../sass/layout.scss */
body.page-taxonomy-term-tag #Main .panel-display .panel-col-first .pane-taxonomy-term-field-icones {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
}
/* line 5105, ../sass/layout.scss */
body.page-taxonomy-term-tag #Main .panel-display .panel-col-first .pane-taxonomy-term-field-icones img {
  width: 30px;
  height: inherit;
}
/* line 5111, ../sass/layout.scss */
body.page-taxonomy-term-tag #Main .panel-display .panel-col-first .pane-custom.pane-1 {
  line-height: 30px;
}
/* line 5115, ../sass/layout.scss */
body.page-taxonomy-term-tag #Main .panel-display .panel-col-first .field-name-field-summary {
  font-weight: normal;
  font-family: Arial, sans-serif;
  color: #333333;
  font-size: 1.2em;
  clear: both;
}
/* line 114, ../sass/_sass.scss */
body.page-taxonomy-term-tag #Main .panel-display .panel-col-first .field-name-field-summary p {
  margin: 1em 0;
  color: #333333;
}
/* line 5118, ../sass/layout.scss */
body.page-taxonomy-term-tag #Main .panel-display .panel-col-first .pane-term-description {
  text-align: justify;
}
/* line 5122, ../sass/layout.scss */
body.page-taxonomy-term-tag #Main .panel-display .panel-col-first .pane-taxonomy-term-field-images {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}
/* line 5127, ../sass/layout.scss */
body.page-taxonomy-term-tag #Main .panel-display .panel-col-first .pane-taxonomy-term-field-photo-credit {
  float: left;
  clear: left;
  width: 300px;
  margin-right: 20px;
  margin-bottom: 5px;
  font-size: 12px;
}
/* line 124, ../sass/_sass.scss */
body.page-taxonomy-term-tag #Main .panel-display .panel-col-first h3 {
  color: #333333;
  font-size: 1.3em;
  font-family: Arial, sans-serif;
}
/* line 130, ../sass/_sass.scss */
body.page-taxonomy-term-tag #Main .panel-display .panel-col-first p {
  color: #808282;
  margin: 15px 0;
}

/* line 5146, ../sass/layout.scss */
#profile-panel .panel-separator {
  margin-bottom: 0;
}
/* line 5151, ../sass/layout.scss */
#profile-panel #mini-panel-profile_tabs_container .panel-pane.pane-panels-mini {
  padding: 10px 0;
}
/* line 5158, ../sass/layout.scss */
#profile-panel .pane-profile-tabs div.item-list,
#profile-panel .pane-company-profile-tabs div.item-list {
  border-bottom: 1px solid #9b9d9f;
  width: 100%;
  overflow: auto;
}
/* line 5165, ../sass/layout.scss */
#profile-panel .pane-profile-tabs div.item-list ul.tabs li,
#profile-panel .pane-company-profile-tabs div.item-list ul.tabs li {
  text-align: center;
  display: block;
  float: left;
  width: 190px;
  border-left: 1px solid #cdcecf;
  margin: 0;
  padding: 10px 0px;
}
/* line 5174, ../sass/layout.scss */
#profile-panel .pane-profile-tabs div.item-list ul.tabs li a,
#profile-panel .pane-company-profile-tabs div.item-list ul.tabs li a {
  font-family: Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -0.05em;
  font-size: 1.2em;
  color: #514f26;
}
/* line 5180, ../sass/layout.scss */
#profile-panel .pane-profile-tabs div.item-list ul.tabs li.active,
#profile-panel .pane-company-profile-tabs div.item-list ul.tabs li.active {
  background: #f3f3f4;
}
/* line 5183, ../sass/layout.scss */
#profile-panel .pane-profile-tabs div.item-list ul.tabs li.active a,
#profile-panel .pane-company-profile-tabs div.item-list ul.tabs li.active a {
  color: #00b2d9;
}
/* line 5192, ../sass/layout.scss */
#profile-panel .pane-profile-tabs div.item-list ul.tabs li.last,
#profile-panel .pane-company-profile-tabs div.item-list ul.tabs li.last {
  border-right: none;
}
/* line 5204, ../sass/layout.scss */
#profile-panel .pane-company-profile-tabs div.item-list ul.tabs li {
  width: auto;
  padding: 10px 20px;
}
/* line 5212, ../sass/layout.scss */
#profile-panel #profile-page {
  color: #808282;
  line-height: 1.6em;
}
/* line 5217, ../sass/layout.scss */
#profile-panel #profile-page h2, #profile-panel #profile-page h3 {
  margin: 1em 0 0.25em 0;
  color: #7eb448;
}
/* line 5223, ../sass/layout.scss */
#profile-panel #profile-page .profile-name-value {
  width: 100%;
  overflow: auto;
  margin-bottom: 5px;
}
/* line 5228, ../sass/layout.scss */
#profile-panel #profile-page .profile-name-value label {
  float: left;
  display: block;
  font-weight: bold;
  width: auto;
  margin-right: 8px;
  color: #514f26;
}
/* line 5237, ../sass/layout.scss */
#profile-panel #profile-page .profile-name-value span.value {
  float: left;
  display: block;
}
/* line 5243, ../sass/layout.scss */
#profile-panel #profile-page .profile-col {
  float: left;
}
/* line 5247, ../sass/layout.scss */
#profile-panel #profile-page .profile-col.profile-col-1 {
  width: 400px;
}
/* line 5250, ../sass/layout.scss */
#profile-panel #profile-page .profile-col.profile-col-2 {
  width: 400px;
}
/* line 5253, ../sass/layout.scss */
#profile-panel #profile-page .profile-col.last {
  width: 150px;
}
/* line 5257, ../sass/layout.scss */
#profile-panel #profile-page .profile-col .profile-col-inner {
  padding: 10px 20px;
}
/* line 5262, ../sass/layout.scss */
#profile-panel #profile-page .profile-col .linkButton {
  margin: 10px 0;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF !important;
  background: #00b2d9;
  font-family: Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  border: none;
  display: block;
  text-align: center;
  min-width: 100px;
  padding: 5px;
}
/* line 152, ../sass/_sass.scss */
#profile-panel #profile-page .profile-col .linkButton a {
  text-decoration: none;
}
/* line 174, ../sass/_sass.scss */
#profile-panel #profile-page .profile-col .linkButton:hover {
  background: #00b2d9;
}
/* line 5267, ../sass/layout.scss */
#profile-panel #profile-page .profile-col #profile-who {
  font-size: 1.2em;
}
/* line 5269, ../sass/layout.scss */
#profile-panel #profile-page .profile-col #profile-who p {
  margin: 15px 0;
}
/* line 5276, ../sass/layout.scss */
#profile-panel #profile-page .profile-col #profile-work-experience .views-row {
  margin-bottom: 1em;
}
/* line 5279, ../sass/layout.scss */
#profile-panel #profile-page .profile-col #profile-work-experience .views-row .views-field {
  color: #514f26;
}
/* line 5283, ../sass/layout.scss */
#profile-panel #profile-page .profile-col #profile-work-experience .views-row .views-field-field-job-description {
  font-weight: bold;
}
/* line 5287, ../sass/layout.scss */
#profile-panel #profile-page .profile-col #profile-work-experience .views-row .views-field-field-main-text {
  margin-top: 10px;
  color: #808282;
}
/* line 301, ../sass/_sass.scss */
#profile-panel #profile-page .profile-col #profile-contact.section a img {
  display: inline-block;
  margin-right: 8px;
}
/* line 267, ../sass/_sass.scss */
#profile-panel #profile-page .profile-col #profile-tags.section ul {
  margin-left: 0;
  padding-left: 0;
}
/* line 270, ../sass/_sass.scss */
#profile-panel #profile-page .profile-col #profile-tags.section ul li {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 5px;
  font-family: Arial, sans-serif;
  min-height: 32px;
}
/* line 278, ../sass/_sass.scss */
#profile-panel #profile-page .profile-col #profile-tags.section ul li img {
  vertical-align: middle;
  width: 28px;
  height: 28px;
}
/* line 284, ../sass/_sass.scss */
#profile-panel #profile-page .profile-col #profile-tags.section ul li a {
  vertical-align: middle;
  padding-top: 4px;
  margin-top: 0;
  margin-left: 5px;
  display: inline-block;
  color: #0a9146 !important;
  font-size: 1.2em;
  text-decoration: none;
}
/* line 5301, ../sass/layout.scss */
#profile-panel #profile-page .profile-col #profile-tags.section ul li a {
  max-width: 220px;
}
/* line 5313, ../sass/layout.scss */
#profile-panel .pane-company-profile-about #profile-page .profile-col.profile-col-2 {
  border-left: 1px solid #cdcecf;
  width: 300px;
}
/* line 5318, ../sass/layout.scss */
#profile-panel .pane-company-profile-about #profile-page .profile-col.last {
  width: 280px;
}
/* line 5321, ../sass/layout.scss */
#profile-panel .pane-company-profile-about #profile-page .profile-col.last h2.section {
  color: #00b2d9;
}
/* line 5325, ../sass/layout.scss */
#profile-panel .pane-company-profile-about #profile-page .profile-col.last .view.people-list {
  font-size: 1.2em;
}
/* line 5328, ../sass/layout.scss */
#profile-panel .pane-company-profile-about #profile-page .profile-col.last .view.people-list .views-field-field-profession {
  font-weight: bold;
}

/* line 5345, ../sass/layout.scss */
body.page-members-all #Main .panel-display label[for="edit-profession"],
body.page-members-all #Main .panel-display label[for="edit-tags"], body.page-companies-all #Main .panel-display label[for="edit-profession"],
body.page-companies-all #Main .panel-display label[for="edit-tags"] {
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-size: 1.6em;
  color: #7eb448;
  display: block;
  margin: 10px 0;
}
/* line 5354, ../sass/layout.scss */
body.page-members-all #Main .panel-display .form-item-tags, body.page-companies-all #Main .panel-display .form-item-tags {
  margin-top: 20px;
}
/* line 5358, ../sass/layout.scss */
body.page-members-all #Main .panel-display .pane-greennermod-professions-jump-menu, body.page-members-all #Main .panel-display .pane-professions-tags-jump, body.page-companies-all #Main .panel-display .pane-greennermod-professions-jump-menu, body.page-companies-all #Main .panel-display .pane-professions-tags-jump {
  float: left;
  width: 219px;
  border-right: 1px solid #cdcecf;
}
/* line 5363, ../sass/layout.scss */
body.page-members-all #Main .panel-display .pane-greennermod-professions-jump-menu .pane-content, body.page-members-all #Main .panel-display .pane-professions-tags-jump .pane-content, body.page-companies-all #Main .panel-display .pane-greennermod-professions-jump-menu .pane-content, body.page-companies-all #Main .panel-display .pane-professions-tags-jump .pane-content {
  padding-right: 10px;
}
/* line 5369, ../sass/layout.scss */
body.page-members-all #Main .panel-display .view-find-a-company td, body.page-companies-all #Main .panel-display .view-find-a-company td {
  text-align: center;
}
/* line 5374, ../sass/layout.scss */
body.page-members-all #Main .panel-display .pane-find-an-expert, body.page-members-all #Main .panel-display .pane-find-a-company-panel-pane-1, body.page-members-all #Main .panel-display .pane-block-32, body.page-members-all #Main .panel-display .pane-block-39, body.page-companies-all #Main .panel-display .pane-find-an-expert, body.page-companies-all #Main .panel-display .pane-find-a-company-panel-pane-1, body.page-companies-all #Main .panel-display .pane-block-32, body.page-companies-all #Main .panel-display .pane-block-39 {
  width: 760px;
  float: left;
}
/* line 5380, ../sass/layout.scss */
body.page-members-all #Main .panel-display .pane-find-an-expert .glossary .add-company, body.page-members-all #Main .panel-display .pane-find-a-company-panel-pane-1 .glossary .add-company, body.page-members-all #Main .panel-display .pane-block-32 .glossary .add-company, body.page-members-all #Main .panel-display .pane-block-39 .glossary .add-company, body.page-companies-all #Main .panel-display .pane-find-an-expert .glossary .add-company, body.page-companies-all #Main .panel-display .pane-find-a-company-panel-pane-1 .glossary .add-company, body.page-companies-all #Main .panel-display .pane-block-32 .glossary .add-company, body.page-companies-all #Main .panel-display .pane-block-39 .glossary .add-company {
  float: right;
}
/* line 5383, ../sass/layout.scss */
body.page-members-all #Main .panel-display .pane-find-an-expert .glossary .add-company a, body.page-members-all #Main .panel-display .pane-find-a-company-panel-pane-1 .glossary .add-company a, body.page-members-all #Main .panel-display .pane-block-32 .glossary .add-company a, body.page-members-all #Main .panel-display .pane-block-39 .glossary .add-company a, body.page-companies-all #Main .panel-display .pane-find-an-expert .glossary .add-company a, body.page-companies-all #Main .panel-display .pane-find-a-company-panel-pane-1 .glossary .add-company a, body.page-companies-all #Main .panel-display .pane-block-32 .glossary .add-company a, body.page-companies-all #Main .panel-display .pane-block-39 .glossary .add-company a {
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF !important;
  background: #00b2d9;
  font-family: Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  border: none;
  display: block;
  text-align: center;
  min-width: 100px;
  padding: 5px;
}
/* line 152, ../sass/_sass.scss */
body.page-members-all #Main .panel-display .pane-find-an-expert .glossary .add-company a a, body.page-members-all #Main .panel-display .pane-find-a-company-panel-pane-1 .glossary .add-company a a, body.page-members-all #Main .panel-display .pane-block-32 .glossary .add-company a a, body.page-members-all #Main .panel-display .pane-block-39 .glossary .add-company a a, body.page-companies-all #Main .panel-display .pane-find-an-expert .glossary .add-company a a, body.page-companies-all #Main .panel-display .pane-find-a-company-panel-pane-1 .glossary .add-company a a, body.page-companies-all #Main .panel-display .pane-block-32 .glossary .add-company a a, body.page-companies-all #Main .panel-display .pane-block-39 .glossary .add-company a a {
  text-decoration: none;
}
/* line 174, ../sass/_sass.scss */
body.page-members-all #Main .panel-display .pane-find-an-expert .glossary .add-company a:hover, body.page-members-all #Main .panel-display .pane-find-a-company-panel-pane-1 .glossary .add-company a:hover, body.page-members-all #Main .panel-display .pane-block-32 .glossary .add-company a:hover, body.page-members-all #Main .panel-display .pane-block-39 .glossary .add-company a:hover, body.page-companies-all #Main .panel-display .pane-find-an-expert .glossary .add-company a:hover, body.page-companies-all #Main .panel-display .pane-find-a-company-panel-pane-1 .glossary .add-company a:hover, body.page-companies-all #Main .panel-display .pane-block-32 .glossary .add-company a:hover, body.page-companies-all #Main .panel-display .pane-block-39 .glossary .add-company a:hover {
  background: #00b2d9;
}
/* line 5389, ../sass/layout.scss */
body.page-members-all #Main .panel-display .pane-find-an-expert .pane-content, body.page-members-all #Main .panel-display .pane-find-a-company-panel-pane-1 .pane-content, body.page-members-all #Main .panel-display .pane-block-32 .pane-content, body.page-members-all #Main .panel-display .pane-block-39 .pane-content, body.page-companies-all #Main .panel-display .pane-find-an-expert .pane-content, body.page-companies-all #Main .panel-display .pane-find-a-company-panel-pane-1 .pane-content, body.page-companies-all #Main .panel-display .pane-block-32 .pane-content, body.page-companies-all #Main .panel-display .pane-block-39 .pane-content {
  padding-left: 10px;
}

/* line 5401, ../sass/layout.scss */
body.page-search #Main {
  font-size: 14px;
}
/* line 80, ../sass/_sass.scss */
body.page-search #Main ol, body.page-search #Main ul {
  padding: 0;
  color: #808282;
}
/* line 85, ../sass/_sass.scss */
body.page-search #Main h1 {
  color: #333333;
}
/* line 89, ../sass/_sass.scss */
body.page-search #Main .panel-col-first {
  width: 66%;
  border-right: 2px solid #ccc;
}
/* line 93, ../sass/_sass.scss */
body.page-search #Main .panel-col-first > .inside {
  padding: 10px 10px 10px 0px;
}
/* line 97, ../sass/_sass.scss */
body.page-search #Main .panel-col-last {
  width: 33%;
}
/* line 99, ../sass/_sass.scss */
body.page-search #Main .panel-col-last > .inside {
  padding: 10px 0px 10px 10px;
}
/* line 69, ../sass/_sass.scss */
body.page-search #Main .panel-col-last .view-footer {
  margin-top: 0;
}
/* line 5404, ../sass/layout.scss */
body.page-search #Main li {
  color: #333333;
  margin-bottom: 10px;
}
/* line 5408, ../sass/layout.scss */
body.page-search #Main .gss-title {
  font-size: 16px;
}
/* line 5411, ../sass/layout.scss */
body.page-search #Main .gss-search-url {
  color: #009933;
  margin: 4px 0;
  font-style: 14px;
}
/* line 5417, ../sass/layout.scss */
body.page-search #Main .gss-search-snippet-info .gss-thumbnail-image {
  float: left;
  margin-right: 10px;
}

/* line 5427, ../sass/layout.scss */
#Main #members-tabs {
  width: 100%;
  overflow: auto;
  border-bottom: 1px solid #666;
  margin-top: 20px;
}
/* line 5433, ../sass/layout.scss */
#Main #members-tabs ul, #Main #members-tabs li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
/* line 5441, ../sass/layout.scss */
#Main #members-tabs li {
  float: left;
  margin-right: 5px;
}
/* line 5445, ../sass/layout.scss */
#Main #members-tabs a {
  display: inline-block;
  vertical-align: bottom;
  box-align: bottom;
  padding: 7px 18px;
  background: #666;
  color: #fff;
  font-size: 11pt;
  margin: 0 2px;
  text-shadow: 1px 1px 1px #000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}
/* line 5463, ../sass/layout.scss */
#Main #members-tabs a.active {
  background: #c12625;
  color: #ebecea;
}

/* line 5473, ../sass/layout.scss */
body.page-node-709 #Main {
  margin-left: -17px;
}
/* line 5477, ../sass/layout.scss */
body.page-node-709 #Main #Center {
  margin-top: -16px;
}
/* line 5481, ../sass/layout.scss */
body.page-node-709 #Main #Center .region {
  padding: 0;
}

/* line 5488, ../sass/layout.scss */
.stButton {
  margin: 0 !important;
}
/* line 5491, ../sass/layout.scss */
.stButton .stBubble_count {
  font-size: 12px !important;
  height: 13px !important;
  padding: 3px 0 7px !important;
  width: 40px !important;
  background: none !important;
}
/* line 5498, ../sass/layout.scss */
.stButton .stButton_gradient {
  background: none !important;
  border: none !important;
  width: 60px !important;
  display: inline !important;
}
/* line 5504, ../sass/layout.scss */
.stButton .stBubble {
  background: none !important;
  height: 25px !important;
  width: 45px !important;
}

/* line 5512, ../sass/layout.scss */
.stButton .stMainServices {
  padding-top: 1px !important;
}

/* line 5517, ../sass/layout.scss */
.st_twitter_vcount .stBubble {
  background: none !important;
  height: 25px !important;
  width: 45px !important;
}
/* line 5523, ../sass/layout.scss */
.st_twitter_vcount .stButton .st-twitter-counter {
  background-image: url("../sites/default/themes/greenner/images/icons/social-blue-twitter-small.png") !important;
  background-position: 5px 0;
  background-size: 29px auto;
  background-repeat: no-repeat;
  height: 30px !important;
  width: 42px;
}
/* line 5532, ../sass/layout.scss */
.st_twitter_vcount .stBubble_count {
  background: none !important;
  border: 1px solid #CCCCCC !important;
}

/* line 5540, ../sass/layout.scss */
.st_facebook_vcount .stBubble {
  background: none !important;
  height: 25px !important;
  width: 45px !important;
}
/* line 5546, ../sass/layout.scss */
.st_facebook_vcount .stButton .st-facebook-counter {
  background-image: url("../sites/default/themes/greenner/images/icons/social-blue-facebook-small.png") !important;
  background-position: 5px 0;
  background-size: 29px auto;
  background-repeat: no-repeat;
  height: 30px !important;
  width: 42px;
}
/* line 5555, ../sass/layout.scss */
.st_facebook_vcount .stBubble_count {
  background: none !important;
  border: 1px solid #CCCCCC !important;
}

/* line 5562, ../sass/layout.scss */
.st_fb_like_vcount .stBubble {
  background: none !important;
  height: 25px !important;
  width: 45px !important;
}
/* line 5567, ../sass/layout.scss */
.st_fb_like_vcount .stBubble_count {
  background: none !important;
  border: 1px solid #CCCCCC !important;
}

/* line 5575, ../sass/layout.scss */
.st_sharethis_vcount .stButton .st-sharethis-counter {
  background-image: url("../sites/default/themes/greenner/images/icons/mail-icon-blue-small.png") !important;
  background-position: 5px 0;
  background-size: 29px auto;
  background-repeat: no-repeat;
  height: 30px !important;
  padding: 2px 0;
  width: 42px;
}

/* line 5589, ../sass/layout.scss */
.st_googleplus_vcount .stButton .googleplus {
  background-image: url("../sites/default/themes/greenner/images/icons/social-blue-google-small.png") !important;
  background-position: 6px 0;
  background-size: 29px auto;
  background-repeat: no-repeat;
  height: 30px !important;
  padding: 5px 0;
  text-indent: -1000px;
  width: 42px;
  font-size: 0;
}

/* line 5605, ../sass/layout.scss */
.st_linkedin_vcount .stButton .st-linkedin-counter {
  background-image: url("../sites/default/themes/greenner/images/icons/social-blue-linkedin-small.png") !important;
  background-position: 5px 0;
  background-size: 29px auto;
  background-repeat: no-repeat;
  height: 30px !important;
  padding: 2px 0;
  width: 42px;
}

.stBubble {
  display: none !important;
}

#sharebar {
  display: none !important;
}

@media screen and (max-width: 768px) {
  #Wrapper-outer {
    min-width: auto;
  }
  #Wrapper, #Header {
    width: 100%;
  }
  ul.sf-menu li, ul.sf-menu .sf-navbar {
    margin-bottom: 10px;
  }
  #block-superfish-2 {
    float: none;
    margin-left: 26px;
    margin-right: 0;
    width: 100%;
  }
  #Main .panel-display .panel-col-first,
  #Main .panel-display .panel-col-last {
    border-right: none !important;
    width: 100% !important;
  }
  #Main .panel-display .pane-featured-article .view-id-featured_article .views-field {
    margin-left: 0 !important;
  }
  #Footer {
    width: 100%;
  }
  #FooterMenu {
    width: 100%;
  }
  #block-block-1 {
    float: none;
    padding-right: 0;
    padding-top: 0;
  }
  .views-field-field-images img, .views-field-field-media img {
    display: block;
    margin: auto;
  }
  #Main .panel-display .pane-featured-article .view-id-featured_article .views-field-field-images {
    float: none !important;
    margin-right: 0 !important; 
  }  
  img {
    max-width: 100%;
    height: auto !important;
  }
  #Main .panel-display .panel-col-first .pane-sharethis-sharethis-block {
    margin-top: 0 !important;
  }
  #Main .view-id-topics.view-display-id-page h3 {
    margin-bottom: 5px;
  }
  #Main .view-id-topics.view-display-id-page .topics-group {
    display: inline-block;
    float: none;
    margin-bottom: 0;
    vertical-align: top;
    width: 50%;
  }
  .views-row {
    margin-right: 5px;
  }
  #block-block-1 .content #phone-number {
    float: none;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
  #block-block-1 .content a.social-icon {
    display: inline-block;
    float: none;
  }
  #block-block-1 .content a.social-icon:last-of-type {
    margin-right: 0; 
  }
  #block-block-1 .block-inner {
    margin: auto;
    max-width: 250px;
  }
  #Logo {
    float: none;
  }
  body.front #Main .panel-display .pane-greennermod-poplar-hello .pane-content {
    padding-left: 10px;
  }
  body.front #Main .panel-display .pane-greennermod-poplar-hello div.links {
    margin: 23px 95px 0 0;
  }
}

#HeaderTop > .region-header-top > div.block {
  display: inline-block;
  margin-left: 25px;
  vertical-align: middle;
}

#HeaderTop > .region-header-top > div.block:first-child {
  margin-left: 0;
}

input#edit-search-block-form--2 {
  border-radius: 0;
  border-color: #bfbfbf;
}

span.header-phone {
  font-weight: lighter;
  color: #009041;
}

#HeaderTop > .region-header-top > div.block:nth-child(2) i.fa-phone-square {
  color: #009041;
}

input#edit-search-block-form--2:focus {
  outline: none;
}

#HeaderTop a.join-link- {
  background: #009343;
  color: #fff;
  font-size: 18px;
  font-weight: lighter;
  padding: 3px 5px;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 3px;
}

#HeaderTop a.login-link {
  background: #9ac25f;
  color: #fff;
  font-size: 18px;
  font-weight: lighter;
  padding: 3px 5px;
  border-radius: 5px;
}

#HeaderTop a.login-link:hover,
#HeaderTop a.join-link-:hover {
  color: #fff;
  text-decoration: none;
}

#HeaderTop div.block:last-child a {
  color: #bfbfbf;
  margin-right: 5px;
}

.region.region-main-menu {
  height: 25px;
}

div#block-superfish-1 {
  height: 25px;
}

#block-greennermod-greennermod_notifications {
  display: none !important;
}

#HeaderTop #block-block-1 a {
  color: #bfbfbf;
}

div#FooterMenu {
  margin: auto;
  width: auto;
}

#FooterMenu ul.menu {
  margin: 0;
}

.region.region-footer-menu {
  display: inline-block;
  max-width: 70%;
}

div#block-menu-menu-footer-menu {
  display: inline-block;
}

div#block-menu-menu-footer-menu-two h2.block-title {
  display: none;
}

div#block-menu-menu-footer-menu-two,
div#block-block-50 {
  display: inline-block;
  vertical-align: top;
}

#FooterMenu ul li,
#FooterMenu ul li.last {
  float: none !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 0 5px 0 !important;
  background: transparent !important;
}

div.block-footer-logo {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  margin-left: 40px;
}

.region-footer-menu > div.block:not(:last-child) {
  width: 33%;
}

.region.region-footer-menu div.block:last-child {
  display: block;
  width: 100%;
}

#FooterMenu ul.menu li a {
  color: #666;
  text-decoration: none;
}

#FooterMenu ul.menu li a:hover {
  text-decoration: none;
  color: #333;
}

#FooterMenu h2.block-title {
  font-family: 'Ubuntu', Arial, sans-serif;
  text-transform: uppercase;
  color: #333;font-size: 14px;
  letter-spacing: 1px;
  line-height: 10px;
  font-weight: bold;
}

#FooterMenu .block i {
  color: #bfbfbf;
  font-size: 18px;
  padding-right: 10px;
}

body {
  background: #fff;
}

.home-hero-container {
    font-family: 'Ubuntu', Arial, sans-serif;
    background-image: url(../sites/default/themes/greenner/images/home_video_background.png);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position-x: 35%;
    padding-top: 47px;
    background-position-y: 100%;
}

.home-hero-left {
  display: inline-block;
  vertical-align: top;
  width: 30%;
}

.home-hero-right {
  display: inline-block;
  width: 69%;
}

.right-content {
  width: 75%;
  margin: auto;
}

body.front #Main h3 {
  color: #666;
  font-size: 24px;
  font-weight: lighter;
  font-family: 'Ubuntu', Arial, sans-serif;
}

body.front #Main .content p {
  font-weight: lighter;
}

#Main a.start-here {
  color: #fff;
  text-transform: uppercase;
  font-weight: lighter;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 7px 28px;
  font-size: 10px;
  background: #ef8517;
}

#Main a.newsletter-subscribe {
  color: #eee;
  background: #009142;
  font-size: 11px;
  font-weight: lighter;
  padding: 5px 25px;
  border-radius: 4px;
}

.left-bottom-content {
  padding-top: 15px;
  border-top: 1px solid #ddd;
}

.left-top-content {
  padding-bottom: 15px;
}

.testimonials {
  background: #9AC460;
  margin-left: calc(-50vw + 50%);
  width: 100vw;
}

.council-logo {
  display: inline-block;
}

.carousel-container {
  display: inline-block;
  max-width: 70%;
  padding-left: 150px;
  box-sizing: border-box;
  position: relative;
  vertical-align: top;
	margin-top: 20px;
	margin-left: 4%;
	padding-top: 20px;
}

.carousel-container:after {
    content: '';
    display: block;
    height: 105px;
    width: 150px;
    background-image: url(../sites/default/themes/greenner/images/quotes.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.testimonials .owl-prev {
    position: absolute;
    top: 14%;
    left: -170px;
    color: transparent;
    background-image: url(../sites/default/themes/greenner/images/quote_left.png);
    height: 50px;
    width: 30px;
}

.testimonials .owl-next {
    position: absolute;
    top: 5%;
    right: -29px;
    color: transparent;
    background-image: url(../sites/default/themes/greenner/images/quote_right.png);
    height: 50px;
    width: 30px;
}

.testimonials-inner {
  max-width: 1024px;
  margin: auto;
}

.home-products {
  background: #f5f5f5;
  margin-left: calc(-50vw + 50%);
  width: 100vw;
}

.home-products-container {
  max-width: 1024px;
  margin: auto;
  text-align: center;
}

.learn_more a {
    background-color: #8dd51a;
    background: -webkit-linear-gradient(#8dd51a,#499d04);
    background: -moz-linear-gradient(#8dd51a,#499d04);
    background: -ms-linear-gradient(#8dd51a,#499d04);
    background: -o-linear-gradient(#8dd51a,#499d04);
    background: linear-gradient(#8dd51a,#499d04);
    box-shadow: inset 0 1px 0 #b9ee64 , inset 0 -1px 2px #316a02;
    text-shadow: 1px 1px #113100;
    -pie-background: linear-gradient(#8dd51a,#499d04)
}

.learn_more a:hover {
    background-color: #7cca14;
    background: -webkit-linear-gradient(#7cca14,#3e9503);
    background: -moz-linear-gradient(#7cca14,#3e9503);
    background: -ms-linear-gradient(#7cca14,#3e9503);
    background: -o-linear-gradient(#7cca14,#3e9503);
    background: linear-gradient(#7cca14,#3e9503);
    box-shadow: inset 0 1px 0 #a8e35a , inset 0 -1px 2px #286201;
    -pie-background: linear-gradient(#7cca14,#3e9503)
}

.learn_more a:active {
    background-color: #70c010;
    background: -webkit-linear-gradient(#499d04,#499d04);
    background: -moz-linear-gradient(#499d04,#499d04);
    background: -ms-linear-gradient(#499d04,#499d04);
    background: -o-linear-gradient(#499d04,#499d04);
    background: linear-gradient(#499d04,#499d04);
    box-shadow: inset 0 2px 4px #254005;
    -pie-background: linear-gradient(#499d04,#499d04)
}

.home-products {
    padding: 50px 0;
}

.home-products .item-container {
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 5px;
  max-width: 18%;
  padding: 30px 5px;
  vertical-align: top;
}

.home-products .item-image {
  margin: 0 0 10px 0;
}

.home-products .item-container img {
    max-height: 98px;
    margin: auto;
    display: block;
}

.home-products .item-title {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    min-height: 33px;
}

.home-products .item-description {
    color: #888;
    font-size: 12px;
    font-weight: lighter;
    min-height: 110px;
    margin-bottom: 12px;
    text-align: left;
}

.learn_more {
    text-align: center;
}

#Main a.learn_more-button {
    color: #fff;
    text-shadow: 1px 1px 3px #666;
    padding: 5px 10px;
    border: 1px solid #666;
    border-radius: 5px;
}

.our-customers-work-for {
  margin-left: calc(-50vw + 50%);
  width: 100vw;
}

.company-container {
  max-width: 1100px;
  margin: 50px auto;
}

body.front #Main .company-container h3 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}

.company-logos img {
    max-height: 68px;
}

.home-bottom {
  background: #666;
  margin-left: calc(-50vw + 50%);
  width: 100vw;
  color: #fff;
  background-image: url(../sites/default/themes/greenner/images/home_bottom_background.png);
}

.home-bottom-container {
  max-width: 700px;
  margin: 0 auto;
  padding: 25px 0;
}

.home-bottom-container > div {
  display: inline-block;
  width: 33%;
  vertical-align: top;
}

body.front #Main .home-bottom h3 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.5px;
    text-align: center;
}

.bottom-block-icon {
    text-align: center;
    height: 50px;
    width: 50px;
    margin: 0 auto 12px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.bottom-block-icon i {
    font-size: 26px;
}

.bottom-block-icon i.fa-tree {
    margin-top: 12px;
}

.bottom-block-icon i.fa-paper-plane {
    margin-top: 12px;
    margin-left: -3px;
}

.bottom-block-icon i.fa-phone {
    margin-top: 13px;
}

#Main .home-bottom a, #Main .home-bottom p {
    color: #fff;
    font-size: 10px;
}

body.front #Main .bottom-block-one p {
    margin: 0 auto;
    max-width: 140px
}

body.front #Main .bottom-block-one p:first-child {
    margin: 15px auto;
    max-width: 140px
}

body.front #Main .bottom-block-one p:last-child {
    margin: 15px auto;
    max-width: 100%;
    text-align: center;
}

body.front #Main .bottom-block-two p {
    margin: 15px auto;
    max-width: 170px
}


#Main .home-bottom p.phone-number {
    text-align: center;
    font-size: 18px;
    font-weight: lighter;
    font-family: 'Ubuntu', Arial, sans-serif;
}

#Main .home-bottom a.submit-article {
    background: #9ac460;
    color: #333;
    padding: 5px 15px;
}

body.front #Main .bottom-block-two p:last-child {
    text-align: center;
}

#Main .home-bottom a.bottom-subscribe {
    padding: 5px 20px;
    border: 1px solid #eee;
}

.company-logos {
    max-width: 100%;
    margin: auto;
    text-align: center;
}

#HeaderTop #block-block-44 {
  display: none;
}

a#footer-logo img,
a#Logo img {
  max-width: 230px;
}

@media screen and (max-width: 1024px) {
  #Breadcrumb {
    width: auto;
  }

  #Register {
    width: 90%;
  }

  #user-login .form-item {
    max-width: 100%;
  }

  .page-user-login #Register #Center {
    width: 100%;
    max-width: 680px;
    margin: 20px auto 40px;
  }

  #Header {
    width: 100%;
  }

  .home-hero-container {
  	    background-image: url(https://www.poplarnetwork.com/sites/default%2C_modules%2C_select_checkbox%2C_css%2C_ui.dropdownchecklist.standalone.css%2Cqoqgk7g%2Ball%2C_libraries%2C_superfish%2C_css%2C_superfish.css%2Cqoqgk7g%2Bdefault%2C_themes%2C_greenner%2C_css%2C_fonts.css%2Cqoqgk7g%2Bdefault%2C_themes%2C_greenner%2C_css%2C_menu.css%2Cqoqgk7g%2Bdefault%2C_themes%2C_greenner%2C_css%2C_layout.css%2Cqoqgk7g%2Bdefault%2C_themes%2C_greenner%2C_css%2C_text.css%2Cqoqgk7g%2Bdefault%2C_themes%2C_greenner%2C_css%2C_forms.css%2Cqoqgk7g%2Bdefault%2C_themes%2C_greenner%2C_css%2C_map.css%2Cqoqgk7g.pagespeed.cc.glx94kjcnW.css);
  	    padding-top: 0;
  }

  #MainMenu {
    display: none;
    position: absolute;
    width: 100%;
    height: 110%;
  }

  #MainMenu .block-inner {
    background-color: #fff;
    padding-bottom: 25px;
  }

  ul.sf-menu {
    float: none;
    margin: auto;
    width: 100%;
    text-align: center;
  }

  .sf-menu li {
    float: none;
    display: block;
  }

  .sf-menu li.sf-depth-2 {
    display: none !important;
  }

  #Logo {
    margin: 10px 0 15px 10px;
    display: inline-block;
  }

  #HeaderTop {
    top: 10px;
    right: 10px;
  }

  .region-header-top {
    position: relative;
  }

  .region.region-header-top > #block-search-form {
      position: absolute;
      right: 160px;
  }

  .region.region-header-top > #block-block-40 {
      position: absolute;
      right: 0;
      min-width: 150px;
      text-align: right;
      padding-top: 2px;
  }

  .logged-in .region.region-header-top > #block-greennermod-welcome_join {
      position: absolute;
      top: 37px;
      right: 250px;
  }

  .not-logged-in .region.region-header-top > #block-greennermod-welcome_join {
      position: absolute;
      top: 45px;
      right: 150px;
  }

  .region.region-header-top > #block-superfish-3 {
    position: absolute;
    top: 47px;
    right: 150px;
    min-width: 115px;
  }

  #HeaderTop #block-block-44 {
    display: block;
    position: absolute;
    right: 350px;
    top: 42px;
  }

  .mobile-search {
    display: none;
  }

  .mobile-menu,
  .mobile-search {
    color: #bfbfbf;
    font-size: 28px;
  }

  .region.region-header-top > #block-block-1 {
      position: absolute;
      min-width: 160px;
      right: 0;
      top: 45px;
      text-align: right;
  }

  div.block-footer-logo {
    margin-left: 10px;
  }

  .region.region-footer-menu {
    max-width: 70%;
  }

  .region-footer-menu > div.block:not(:last-child) {
    max-width: 31%;
  }

  .home-hero-left {
    width: 100%;
    text-align: center;
    padding-top: 47px;
    padding-bottom: 47px;
    position: relative;
    z-index: 1
  }

  .home-hero-left:after {
  	content: "";
  	background-image: url(../sites/default/themes/greenner/images/home_video_background.png);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position-x: center;
    background-position-y: 100%;
    opacity: 0.1;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  position: absolute;
	  z-index: -1; 
	  }

  .home-hero-right {
    width: 100%;
  }

  .council-logo {
    width: 100%;
    text-align: center;
  }

  .council-logo img {
    max-height: 95px;
  }

  .carousel-container {
    max-width: 65%;
    display: block;
    margin: 0 5% 0 28%;
    padding: 0 0 70px 0;
  }

  .carousel-container:after {
  	top: -15px;
  	left: -145px;
  }

  .home-products .item-container {
    min-width: 28%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 672px) {
  #user-login input[type="text"], #user-login input[type="password"] {
    width: 240px !important;
  }
  
  a#footer-logo img, 
  a#Logo img {
    max-width: 165px;
  }
  
  a#Logo img {
    margin-top: 15px;
  }

  .mobile-search,
  .mobile-menu {
    display: inline-block;
    margin-left: 18px;
  }

  .carousel-container {
  	max-width: 75%;
  	margin: auto;
  }

  .carousel-container:after {
  	top: 10px;
  	left: 0;
  	right: 0;
  	margin: auto;
  	opacity: 0.4;
  }

  .testimonials .owl-next {
  	top: 25%;
  }

  .testimonials .owl-prev {
  	left: -29px;
  	top: 25%;
  }

  #HeaderTop > .region-header-top > div.block:not(:last-child) {
    display: none;
  }

  #HeaderTop #block-block-44 {
    right: 0;
    top: 15px;
    width: 92px;
  }

  .region.region-header-top > #block-search-form {
    right: 0;
    top: 75px;
  }

  .region.region-header-top > #block-block-40 {
    right: 0;
    top: 105px;
  }

  .not-logged-in .region.region-header-top > #block-greennermod-welcome_join {
    top: 120px;
  }

  .region.region-header-top > #block-block-1 {
    top: 135px;
  }

  .region.region-header-top > #block-superfish-3 {
    top: 110px;
  }

  #MainMenu {
    padding-top: 95px;
    background-color: #fff;
  }

  .home-products .item-container {
    min-width: 45%;
  }

  .home-bottom-container > div {
    min-width: 95%;
  }

  .home-bottom-container > div:not(:last-child) {
    margin-bottom: 20px;
  }

  div.block-footer-logo {
    width: 100%;
  }

  .region.region-footer-menu {
    display: block;
    max-width: 95%;
    margin: auto;
  }

  .region-footer-menu > div.block:not(:last-child) {
    max-width: 100%;
    width: 49%;
  }

  #FooterMenu ul li {
    height: auto !important;
    line-height: normal !important;
    text-align: left !important;
  }

  .region-footer-menu > div.block:nth-child(3) {
    width: 100%;
    text-align: center;
  }
}

/* CSS Document */
/* line 4, ../sass/text.scss */
body, .ui-widget, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #333333;
}

/* line 10, ../sass/text.scss */
a {
  font-weight: bold;
  text-decoration: none;
  color: #333333;
  cursor: pointer;
}

/* line 16, ../sass/text.scss */
a:hover {
  text-decoration: underline;
}

/* line 19, ../sass/text.scss */
p {
  line-height: 17px;
}

/* line 23, ../sass/text.scss */
h2, .h2 {
  font-size: 20px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  line-height: 26px;
  margin-bottom: 20px;
}

/* line 30, ../sass/text.scss */
.faq-question a, h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 17px;
  margin-bottom: 5px;
}

/* line 43, ../sass/text.scss */
h1,
.h1,
#comments h2,
.field_media h2,
.view-signup-user-list h3 {
  color: #736357;
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
}

/* line 50, ../sass/text.scss */
h1 {
  color: #333333;
}

/* line 57, ../sass/text.scss */
.page-members .view_page #Left .view-user-profile h2,
.page-profile-credentials.user-profile .view-user-profile h2,
.page-user.user-profile .view_page #Left .view-user-profile h2,
#comments h2 {
  margin: 20px 0 0 0;
}

/* line 63, ../sass/text.scss */
#HeaderTop a {
  color: #59483e;
  font-family: Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -0.05em;
}
/* line 66, ../sass/text.scss */
#HeaderTop a:hover {
  color: #b0e0e4;
  text-decoration: none;
}
/* line 72, ../sass/text.scss */
#HeaderTop a#menu_notification {
  color: #fff;
}

/* line 78, ../sass/text.scss */
.region-header-top {
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
}

/* line 84, ../sass/text.scss */
#Breadcrumb a,
#Breadcrumb span {
  background: url("../sites/default/themes/greenner/images/breadcrumb_separator.png") no-repeat scroll right center transparent;
  color: #999999;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  margin: 0 5px 0 0;
  padding: 0 10px 0 0;
}

/*Blocks*/
/* line 97, ../sass/text.scss */
#block-block-1 .content a.social-icon {
  float: left;
  display: block;
  height: 42px;
  width: 42px;
  background: url(../sites/default/themes/greenner/images/social-icons.png);
  margin-right: 10px;
}
/* line 105, ../sass/text.scss */
#block-block-1 .content #facebook {
  background-position: 0px 0px;
}
/* line 108, ../sass/text.scss */
#block-block-1 .content #tweeter {
  background-position: -51px 0px;
}
/* line 111, ../sass/text.scss */
#block-block-1 .content #linkedin {
  background-position: -206px 0px;
}
/* line 114, ../sass/text.scss */
#block-block-1 .content #email {
  background-position: -103px 0px;
}
/* line 117, ../sass/text.scss */
#block-block-1 .content #google-plus {
  background-position: -155px 0px;
}
/* line 120, ../sass/text.scss */
#block-block-1 .content #rss {
  background-position: -258px 0px;
}
/* line 123, ../sass/text.scss */
#block-block-1 .content #phone-number {
  float: right;
  line-height: 42px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -0.05em;
  color: #9BC163;
  font-size: 24px;
  margin-left: 10px;
}

/* line 134, ../sass/text.scss */
#block-block-3 .content {
  font-size: 14px;
  font-weight: 500;
  background: none;
  text-decoration: none;
  color: #FFFFFF;
  line-height: 35px;
}

/* line 143, ../sass/text.scss */
#block-block-3 a {
  padding: 8px 78px 3px 5px;
  font-size: 16px;
  background: url("../sites/default/themes/greenner/images/poplar_white.png") no-repeat right 10px transparent;
  line-height: 35px;
}

/* line 149, ../sass/text.scss */
#block-block-6 {
  float: left;
  width: 236px;
  height: 40px;
}

/* line 154, ../sass/text.scss */
#block-block-6 .content {
  margin-top: 10px;
}

/* line 158, ../sass/text.scss */
#block-block-6 a {
  margin: 0 auto;
  text-decoration: none;
}

/* line 163, ../sass/text.scss */
#block-block-6 a.star_greenner {
  margin: 5px 0px 0px 15px;
  padding: 1px 0 10px 35px;
  font-size: 22px;
  font-weight: 500;
  background: url(../sites/default/themes/greenner/images/greener_star.png) left 4px no-repeat;
}

/* line 171, ../sass/text.scss */
#block-block-2 a {
  margin: 0 auto;
  text-decoration: none;
}

/* line 176, ../sass/text.scss */
#mini-panel-study_pack {
  font-size: 15px;
  line-height: 1.4;
  max-width: 250px;
  margin-bottom: 30px;
}

/* line 183, ../sass/text.scss */
#search-poplar-simple-form h2,
#search-poplar-simple-form input[type=text] {
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #999999;
  margin: 0;
}

/* line 189, ../sass/text.scss */
#search-poplar-simple-form h2 {
  padding: 0 0 0 12px;
}

/* line 192, ../sass/text.scss */
#search-poplar-simple-form input[type=text] {
  float: left;
  width: 435px;
  height: 20px;
  padding: 1px 10px 4px;
}

/* line 198, ../sass/text.scss */
#search-poplar-simple-form input[type=submit] {
  float: right;
}

/* line 201, ../sass/text.scss */
#Copyright {
  background: url("../sites/default/themes/greenner/images/poplar_green.png") no-repeat 56px 7px transparent;
  padding: 10px 76px 10px 0;
}

/* line 206, ../sass/text.scss */
.view-display-id-attachment_1 a {
  font-size: 18px;
}

/* line 210, ../sass/text.scss */
.node_autor p,
.cols-3 .views-field {
  font-size: 12px;
  line-height: 13px;
  text-transform: capitalize;
}

/* line 216, ../sass/text.scss */
.page-search-poplar .view-header a {
  float: right;
  color: #7eb448;
}

/* line 224, ../sass/text.scss */
.heartbeat-activity .heartbeat-group-content,
.heartbeat-activity span.heartbeat-time-ago,
.heartbeat-activity .heartbeat-group-content a {
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #59483e;
}

/*Footer topics*/
/* line 232, ../sass/text.scss */
#Footer li {
  float: left;
  margin: 0 35px 5px 0;
  list-style: none;
  width: 130px;
  padding: 0;
  line-height: 15px;
  height: 40px;
}
/* line 241, ../sass/text.scss */
#Footer li.views-row {
  clear: none;
}
/* line 245, ../sass/text.scss */
#Footer li a {
  color: #C7B299;
  font-size: 12px;
  font-weight: normal;
}

/*Footer menu*/
/* line 252, ../sass/text.scss */
#FooterMenu ul li {
  list-style: none;
  float: left;
  display: inline-block;
  padding: 0 7px 0 7px;
  margin: 0;
  background: url(../sites/default/themes/greenner/images/line.png) right repeat-y;
  line-height: 13px;
  height: 13px;
  text-align: justify;
}

/* line 263, ../sass/text.scss */
#FooterMenu ul li.first {
  padding: 0 7px 0 0;
}

/* line 266, ../sass/text.scss */
#FooterMenu ul li.last {
  padding: 0 0 0 7px;
  background: none;
}

/* line 270, ../sass/text.scss */
#FooterMenu ul li a {
  font-family: "Ubuntu", Arial, sans-serif;
}

/*User menu*/
/* line 275, ../sass/text.scss */
#UserMenu ul li {
  list-style: none;
  float: left;
  display: inline-block;
  padding: 0 7px 0 15px;
  margin: 0;
  line-height: 20px;
  height: 20px;
  text-align: left;
  width: 71px;
}
/* line 287, ../sass/text.scss */
#UserMenu ul.line {
  border-bottom: 1px solid #666666;
  float: left;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 100%;
}
/* line 295, ../sass/text.scss */
#UserMenu ul li.Friends {
  background: url("../sites/default/themes/greenner/images/friendsIcon.png") no-repeat left center transparent;
}
/* line 299, ../sass/text.scss */
#UserMenu ul li.Questions {
  background: url("../sites/default/themes/greenner/images/q-aIcon.png") no-repeat left center transparent;
}
/* line 303, ../sass/text.scss */
#UserMenu ul li.Articles {
  background: url("../sites/default/themes/greenner/images/articlesIcon.png") no-repeat left center transparent;
}
/* line 307, ../sass/text.scss */
#UserMenu ul li.Projects {
  background: url("../sites/default/themes/greenner/images/projectsIcon.png") no-repeat left center transparent;
}
/* line 311, ../sass/text.scss */
#UserMenu ul li.Events {
  background: url("../sites/default/themes/greenner/images/eventsIcon.png") no-repeat left center transparent;
}
/* line 315, ../sass/text.scss */
#UserMenu ul li.Photos {
  background: url("../sites/default/themes/greenner/images/photoIcon.png") no-repeat left center transparent;
}
/* line 319, ../sass/text.scss */
#UserMenu ul li.Companies {
  background: url("../sites/default/themes/greenner/images/projectsIcon.png") no-repeat left center transparent;
}
/* line 323, ../sass/text.scss */
#UserMenu ul li.Jobs {
  background: url("../sites/default/themes/greenner/images/projectsIcon.png") no-repeat left center transparent;
}
/* line 327, ../sass/text.scss */
#UserMenu ul li.WorkExpirience {
  background: url("../sites/default/themes/greenner/images/friendsIcon.png") no-repeat left center transparent;
  width: 165px;
}
/* line 332, ../sass/text.scss */
#UserMenu ul li.Education {
  background: url("../sites/default/themes/greenner/images/friendsIcon.png") no-repeat left center transparent;
}
/* line 336, ../sass/text.scss */
#UserMenu ul li.first {
  padding: 0 7px 0 0;
  width: 88px;
}
/* line 341, ../sass/text.scss */
#UserMenu ul li.Photos.first {
  padding: 0 0 0 20px;
  width: 75px;
}
/* line 346, ../sass/text.scss */
#UserMenu ul li.last {
  padding: 0 0 0 15px;
  width: auto;
}
/* line 351, ../sass/text.scss */
#UserMenu ul li a {
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 500;
}
/* line 355, ../sass/text.scss */
#UserMenu ul li a.active,
#UserMenu ul li a:hover {
  color: #7eb448;
}

/*Tables*/
/* line 361, ../sass/text.scss */
table {
  width: 100%;
  float: left;
  clear: both;
}

/* line 366, ../sass/text.scss */
th {
  height: 30px;
  background: #C7B299;
  text-transform: uppercase;
  border: none;
  padding: 0 0 0 5px;
}

/* line 373, ../sass/text.scss */
th.active img {
  display: inline;
  height: 10px;
  margin-left: 4px;
  width: 13px;
}

/* line 379, ../sass/text.scss */
tbody {
  border: none;
  vertical-align: middle;
}

/* line 383, ../sass/text.scss */
tr.even, tr.odd {
  background: none;
  border-bottom: 1px solid #666666;
  padding: 0;
}

/* line 388, ../sass/text.scss */
tr.last {
  border: none;
}

/* line 391, ../sass/text.scss */
tbody td {
  padding: 15px 0;
}

/* line 395, ../sass/text.scss */
td.active {
  background: none;
}

/* line 399, ../sass/text.scss */
tr.views-row-last {
  border: none;
}

/* line 402, ../sass/text.scss */
th.views-field-title {
  width: 170px;
}

/* line 408, ../sass/text.scss */
form .field-multiple-table th.first,
td .form-type-checkbox,
th.select-all,
th.first {
  padding: 0 0 0 10px;
  margin: 0;
  float: none;
}

/* line 414, ../sass/text.scss */
th.views-field-picture,
td.views-field-picture {
  text-align: center;
}

/* line 419, ../sass/text.scss */
.view-tag-blocks tbody td,
.view-search-blocks tbody td {
  padding: 0;
}

/* line 423, ../sass/text.scss */
.item-list .pager {
  text-align: center;
  text-transform: capitalize;
  margin: 0;
  float: left;
  width: 100%;
}

/* line 431, ../sass/text.scss */
.item-list .pager li {
  padding: 0 0 0 5px;
}

/* line 436, ../sass/text.scss */
.field-name-field-edu-list-title,
.fieldset-description b {
  font-weight: bold;
}

/* line 439, ../sass/text.scss */
.cols-3 td {
  width: 33%;
}

/* line 443, ../sass/text.scss */
.view-friendship .cols-3 td {
  vertical-align: top;
}

/* line 446, ../sass/text.scss */
span.date-display-end {
  /*    clear: both;
  float: left;*/
}

/* line 454, ../sass/text.scss */
#user-login .fb_user-login-button-wrapper,
#user-login .twitter_user-login-button-wrapper,
#user-login .linkedin_user-login-button-wrapper {
  margin: 0 0 10px 0;
  font-size: 11px;
  height: 22px;
  margin: 0 0 10px;
  width: 156px;
}
/* line 462, ../sass/text.scss */
#user-login .item-list {
  float: right;
}
/* line 466, ../sass/text.scss */
#user-login .form-item {
  float: left;
  width: 395px;
}
/* line 471, ../sass/text.scss */
#user-login #edit-actions {
  margin: 0 0 0 318px;
}

/* line 477, ../sass/text.scss */
.ForgotPassword a {
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #736357;
}

/* line 482, ../sass/text.scss */
.HowUseFBInformation {
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #999999;
}

/* line 487, ../sass/text.scss */
.LoginHelp {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
}

/* line 493, ../sass/text.scss */
#itsfree {
  position: relative;
  color: #736357;
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 500;
  font-size: 24px;
}

/* line 499, ../sass/text.scss */
#itsfree .text {
  padding: 35px 0 0 30px;
}

/* line 502, ../sass/text.scss */
.itsfree {
  background: url("../sites/default/themes/greenner/images/itsfree.png") no-repeat scroll left top transparent;
  height: 157px;
  width: 154px;
  right: 70px;
  top: -90px;
  position: absolute;
}

/* line 512, ../sass/text.scss */
#block-block-9 {
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
  text-decoration: none;
  text-transform: none;
  color: #FFFFFF;
}

/* line 520, ../sass/text.scss */
#block-block-10 span {
  font-family: Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -0.05em;
  font-size: 24px;
}

/* line 525, ../sass/text.scss */
.page-user-register #block-block-10 {
  border-top: 1px solid #cdcecf;
  padding-top: 20px;
}
/* line 529, ../sass/text.scss */
.page-user-register #block-block-10 h2 {
  color: #7eb448;
}

/* line 534, ../sass/text.scss */
#block-block-11, #block-block-12 {
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #736357;
}

/* line 539, ../sass/text.scss */
.node-questions {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #736357;
}

/* line 545, ../sass/text.scss */
.node_autor .author_info .author_name {
  font-family: arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #736357;
}

/* line 552, ../sass/text.scss */
.node_autor .author_info .author_name a {
  font-weight: normal;
}

/* line 556, ../sass/text.scss */
.node-type-jobs .node_autor .author_info .author_name a {
  font-weight: bold;
}

/* line 560, ../sass/text.scss */
.locationLink {
  float: left;
  margin: 2px 5px 0 0;
}

/* line 565, ../sass/text.scss */
.Bookmark a {
  color: #7eb448;
}

/* line 569, ../sass/text.scss */
.view-footer .More a {
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #7eb448;
  text-decoration: none;
}

/* line 575, ../sass/text.scss */
.AdvancedSearch a {
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #999999;
}

/* line 581, ../sass/text.scss */
.SocialMedia {
  font-size: 11px;
  font-weight: bold;
}

/* line 587, ../sass/text.scss */
.page-search-poplar #Center h2,
.view-learning-center h2,
.view-green-jobs h2 {
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #736357;
  background: #C7B299 repeat;
  padding: 0 5px;
}

/* line 596, ../sass/text.scss */
.view-learning-center .view-content,
.view-green-jobs .view-content {
  padding: 0 5px;
  text-align: justify;
}

/* line 601, ../sass/text.scss */
.node-goodies .field_embeded .field-name-field-edu-list-title {
  font-weight: normal;
  float: none;
  width: auto;
  line-height: normal;
}

/* line 612, ../sass/text.scss */
.view-user-profile .views-label,
.view-company-profile .views-label,
.view-og-user-groups .views-label,
.view-companies .views-label {
  font-weight: bold;
}

/* line 618, ../sass/text.scss */
.view-og-user-groups h2,
.view-companies h2 {
  margin-bottom: 10px;
  font-family: arial, sans-serif;
  font-size: 16px;
  line-height: none;
}

/* line 625, ../sass/text.scss */
.views-field-field-summary {
  font-weight: bold;
  text-align: justify;
  margin-bottom: 10px;
}

/* line 631, ../sass/text.scss */
.views-field-field-user-facebook-link a {
  color: #0071BC;
  background: url("../sites/default/themes/greenner/images/facebookLogo.png") no-repeat 70px center transparent;
  background-size: 5px 10px;
  float: left;
  width: 100%;
}

/* line 639, ../sass/text.scss */
.views-field-field-user-twitter-link a {
  color: #3BB5E8;
  background: url("../sites/default/themes/greenner/images/twitterLogo.png") no-repeat 65px center transparent;
  background-size: 15px 10px;
  float: left;
  width: 100%;
}

/* line 647, ../sass/text.scss */
.views-field-field-user-linked-in-link a {
  color: #045884;
  background: url("../sites/default/themes/greenner/images/linkedinLogo.png") no-repeat 68px center transparent;
  background-size: 10px 10px;
  float: left;
  width: 100%;
}

/******* Messages *******/
/* line 657, ../sass/text.scss */
div.messages {
  background: none;
  border: none;
  margin: 10px 20px;
  padding: 10px;
  text-align: justify;
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 300;
}

/* line 666, ../sass/text.scss */
div.messages.status, table tr.ok {
  background-color: #F6F1E3;
}

/* line 670, ../sass/text.scss */
div.messages.status, .ok {
  color: #736357;
}

/* line 674, ../sass/text.scss */
div.messages.error, table tr.error {
  background-color: #FFD4D4;
}

/* line 678, ../sass/text.scss */
div.messages.error, .error {
  color: #C1272D;
}

/* line 682, ../sass/text.scss */
.page-node-take #quiz_progress {
  font-size: 12px;
  font-style: italic;
  margin: 15px 0;
}

/* line 689, ../sass/text.scss */
.page-node-take #edit-submit,
.page-node-take #edit-op {
  float: right;
  margin: 20px 0;
}

/* line 694, ../sass/text.scss */
.page-node-take #quiz-question-answering-form .form-type-radios label {
  float: none;
}

/* line 698, ../sass/text.scss */
.page-node-take input#edit-back {
  background: none repeat scroll 0 50% transparent;
  border: 0 none;
  color: #666699;
  float: left;
  margin: 36px 0 0 0;
  text-align: left;
}

/* line 707, ../sass/text.scss */
.bt-wrapper {
  text-align: left;
}

/* line 715, ../sass/text.scss */
ul, li {
  list-style-position: inside;
}

/* line 719, ../sass/text.scss */
ul {
  padding-left: 10px;
}

/* line 722, ../sass/text.scss */
div.messages.status, table tr.ok {
  background-color: #FFA823;
}

/* line 725, ../sass/text.scss */
div.messages.status, .ok {
  color: #5E4F45;
}

/* line 729, ../sass/text.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -0.05em;
}
/* line 3, ../sass/forms.scss */
.form-row {
  width: 100%;
  overflow: auto;
}
/* line 6, ../sass/forms.scss */
.form-row .form-item {
  float: left;
  margin-right: 30px;
  width: 250px;
}
/* line 11, ../sass/forms.scss */
.form-row .form-item.form-item-pass {
  width: 100%;
  margin-right: 0;
}
/* line 15, ../sass/forms.scss */
.form-row .form-item.form-item-pass .form-item {
  clear: none;
  width: 250px;
  float: left;
  margin-right: 30px;
}
/* line 21, ../sass/forms.scss */
.form-row .form-item.form-item-pass .form-item.form-item-pass-pass2 {
  margin-right: 0;
}
/* line 26, ../sass/forms.scss */
.form-row .form-item.form-item-pass div.password-confirm {
  margin: 0;
}
/* line 36, ../sass/forms.scss */
.form-row .form-item.form-item-field-user-last-name-und-0-value, .form-row .form-item.form-item-country, .form-row .form-item.form-item-state, .form-row .form-item.form-item-province {
  margin-right: 0;
}
/* line 40, ../sass/forms.scss */
.form-row .form-item div.password-strength {
  float: none;
}
/* line 44, ../sass/forms.scss */
.form-row .form-item div.password-suggestions {
  clear: both;
  float: left;
}
/* line 51, ../sass/forms.scss */
.form-row .field-widget-options-select {
  clear: none;
  width: auto;
}

/* line 59, ../sass/forms.scss */
.form-item .form-item {
  margin: 0;
  float: none;
  width: auto;
}
/* line 65, ../sass/forms.scss */
.form-item .form-type-radio label {
  font-weight: normal;
}

/* line 70, ../sass/forms.scss */
.form-item .password-parent,
.form-item, .form-actions, .text-format-wrapper {
  margin: 0 0 10px 0;
}

/* line 74, ../sass/forms.scss */
.form-type-radio {
  clear: both;
}

/* line 77, ../sass/forms.scss */
.form-actions {
  float: left;
}

/* line 81, ../sass/forms.scss */
.form-item-pm-email-notify-level label {
  width: auto;
}

/* line 85, ../sass/forms.scss */
div.password-confirm {
  margin: 0 0 0 120px;
  width: 77%;
  padding: 0;
  float: left;
}

/* line 93, ../sass/forms.scss */
div.form-item-pass-pass2 label[for="edit-pass-pass2"] {
  clear: both;
}

/* line 98, ../sass/forms.scss */
div.form-item div.password-suggestions {
  border: 1px solid #B4B4B4;
  margin: 10px 0;
  padding: 5px;
  width: auto;
}

/* line 104, ../sass/forms.scss */
.location .form-item label {
  float: left;
  width: 170px;
  /*	padding:6px 10px 0 0;*/
  font-weight: 500;
  color: #999999;
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 500;
  font-size: 11pt;
}

/* line 118, ../sass/forms.scss */
.form-item.form-type-radio label,
.form-item.form-type-radios label,
.form-item.form-type-checkbox label,
.form-item.form-type-checkboxes label {
  float: none;
  width: auto;
}

/* line 124, ../sass/forms.scss */
.page-user-cancel.user-profile #block-system-main label {
  float: none;
  width: auto;
}

/* line 128, ../sass/forms.scss */
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

/* line 133, ../sass/forms.scss */
fieldset.locations {
  float: left;
  width: 600px;
}

/* line 137, ../sass/forms.scss */
.form-item-locations-0-delete-location {
  display: none;
}

/* line 143, ../sass/forms.scss */
.location .form-item input,
input[type=text],
input.file,
input[type=password] {
  border: solid 1px #B4B4B4;
  padding: 4px;
  font-size: 12px;
  font-weight: normal;
  color: #736357;
  margin: 0;
  width: 215px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  behavior: url(https://www.poplarnetwork.com/border-radius.htc);
  border-radius: 3px;
}

/* line 159, ../sass/forms.scss */
.form-managed-file .form-submit {
  width: 104px;
}

/* line 163, ../sass/forms.scss */
#edit-field-images span {
  font-size: 11pt;
}

/* line 166, ../sass/forms.scss */
#field-media-add-more-wrapper #idedit-field-media-und-0-select {
  display: none;
}

/* line 170, ../sass/forms.scss */
#edit-field-images-und .form-type-managed-file label {
  display: none;
}
/* line 173, ../sass/forms.scss */
#edit-field-images-und .form-item-field-images-und-0 .description {
  display: none;
}

/* line 178, ../sass/forms.scss */
#Left input[type=text] {
  width: 199px;
}

/* line 182, ../sass/forms.scss */
#Right input[type=submit],
#Left input[type=submit] {
  float: right;
}

/* line 186, ../sass/forms.scss */
.form-textarea-wrapper textarea {
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 300;
  overflow: auto;
  border: solid 1px #B4B4B4;
  padding: 2px;
  font-size: 12px;
  color: #736357;
  margin: 0;
  width: auto;
  height: auto;
}

/* line 198, ../sass/forms.scss */
.fieldset-legend,
.resizable-textarea .grippie {
  display: none;
}

/* line 202, ../sass/forms.scss */
.field-widget-options-select {
  clear: both;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

/* line 209, ../sass/forms.scss */
form.confirmation .form-actions {
  float: left;
  width: 100%;
  text-align: right;
  margin: 10px 0;
}

/* line 234, ../sass/forms.scss */
.linkButton,
.page-members .view_page #Left .views-field.views-field-php .profile-contact a,
.page-profile-credentials #Left .views-field.views-field-php .profile-contact a,
.page-user.user-profile .view_page #Left .views-field.views-field-php .profile-contact a,
.page-user.user-profile .view_page #Left .views-field.views-field-php3 a,
a.button,
#Signup form #edit-elements .fieldset-wrapper a,
.node-company .field-name-group-group a,
.node-goodies .field_link a,
.views-exposed-form .views-exposed-widget .form-submit,
.JoinToday .button a,
.LeaveAnAnswer a,
#block-block-7 input[type=submit],
#block-block-4 input[type=submit],
.form-actions a,
input[type=submit],
div.submit {
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF !important;
  width: auto;
  height: auto;
  font-size: 14px;
  background: url("../sites/default/themes/greenner/images/buttonBg.png") repeat-x #9ac163;
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 500;
  border: 1px solid #006837;
  margin: 0 5px 0 0;
}
/* line 152, ../sass/_sass.scss */
.linkButton a,
.page-members .view_page #Left .views-field.views-field-php .profile-contact a a,
.page-profile-credentials #Left .views-field.views-field-php .profile-contact a a,
.page-user.user-profile .view_page #Left .views-field.views-field-php .profile-contact a a,
.page-user.user-profile .view_page #Left .views-field.views-field-php3 a a,
a.button a,
#Signup form #edit-elements .fieldset-wrapper a a,
.node-company .field-name-group-group a a,
.node-goodies .field_link a a,
.views-exposed-form .views-exposed-widget .form-submit a,
.JoinToday .button a a,
.LeaveAnAnswer a a,
#block-block-7 input[type=submit] a,
#block-block-4 input[type=submit] a,
.form-actions a a,
input[type=submit] a,
div.submit a {
  text-decoration: none;
}
/* line 190, ../sass/_sass.scss */
.linkButton:hover,
.page-members .view_page #Left .views-field.views-field-php .profile-contact a:hover,
.page-profile-credentials #Left .views-field.views-field-php .profile-contact a:hover,
.page-user.user-profile .view_page #Left .views-field.views-field-php .profile-contact a:hover,
.page-user.user-profile .view_page #Left .views-field.views-field-php3 a:hover,
a.button:hover,
#Signup form #edit-elements .fieldset-wrapper a:hover,
.node-company .field-name-group-group a:hover,
.node-goodies .field_link a:hover,
.views-exposed-form .views-exposed-widget .form-submit:hover,
.JoinToday .button a:hover,
.LeaveAnAnswer a:hover,
#block-block-7 input[type=submit]:hover,
#block-block-4 input[type=submit]:hover,
.form-actions a:hover,
input[type=submit]:hover,
div.submit:hover {
  text-decoration: none;
  background: #333333;
}

/* line 239, ../sass/forms.scss */
.linkButton.blue, a.button.blue {
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF !important;
  background: #00b2d9;
  font-family: Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  border: none;
  display: block;
  text-align: center;
  min-width: 100px;
  padding: 5px;
}
/* line 152, ../sass/_sass.scss */
.linkButton.blue a, a.button.blue a {
  text-decoration: none;
}
/* line 174, ../sass/_sass.scss */
.linkButton.blue:hover, a.button.blue:hover {
  background: #00b2d9;
}

/* line 244, ../sass/forms.scss */
#edit-reset {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 500;
  font-size: 12px;
  color: #999;
}

/* line 257, ../sass/forms.scss */
.file-widget input[type=submit] {
  float: none;
}

/* line 260, ../sass/forms.scss */
div.submit {
  height: 16px;
  font-size: 12px;
  width: 50px;
  padding: 3px 5px;
  margin: 0;
  background: #9ac163 url(../sites/default/themes/greenner/images/browse.png) no-repeat;
  background-position: 5px 6px;
}

/* line 269, ../sass/forms.scss */
#edit-picture .user-picture {
  float: left;
  width: 120px;
  margin: 0 0;
}

/* line 274, ../sass/forms.scss */
.form-item-picture-delete {
  float: left;
  margin: 0;
}

/* line 278, ../sass/forms.scss */
.form-item-files-picture-upload {
  float: left;
  clear: both;
}

/* line 283, ../sass/forms.scss */
input[type=submit]:hover {
  background: #7eb448;
}

/* line 286, ../sass/forms.scss */
.form-item .description {
  font-size: 10px;
  margin: 0;
}

/* line 290, ../sass/forms.scss */
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 1px solid red;
}

/* line 293, ../sass/forms.scss */
.location .form-item {
  clear: both;
  float: left;
  margin: 0 0 10px;
  width: 600px;
}

/*Top Search*/
/* line 300, ../sass/forms.scss */
#block-block-4 .form-item {
  margin: 0;
  float: none;
}

/* line 305, ../sass/forms.scss */
#block-block-4 label {
  float: left;
  width: 780px;
  font-size: 24px;
  font-weight: 500;
  color: #534741;
}

/* line 312, ../sass/forms.scss */
#block-block-7 label {
  float: left;
  width: 630px;
  font-size: 17px;
  font-weight: 500;
  color: #999999;
}

/* line 321, ../sass/forms.scss */
#block-block-7 input[type=text],
#block-block-4 input[type=text] {
  float: left;
  width: 818px;
  height: 26px;
  padding: 9px 10px;
  font-size: 24px;
  margin-top: 15px;
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 500;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  behavior: url(https://www.poplarnetwork.com/border-radius.htc);
  border-radius: 3px;
}

/* line 336, ../sass/forms.scss */
#block-block-7 input[type=text] {
  width: 475px;
}

/* line 342, ../sass/forms.scss */
.JoinToday .image-button {
  float: left;
  margin: 0 10px;
}
/* line 347, ../sass/forms.scss */
.JoinToday .separator {
  background: url(../sites/default/themes/greenner/images/separator.png) repeat-x center;
  float: left;
  width: 120px;
  margin-top: 15px;
}
/* line 352, ../sass/forms.scss */
.JoinToday .separator.middle {
  width: 20px;
}
/* line 357, ../sass/forms.scss */
.JoinToday .button {
  float: left;
  width: 300px;
  height: auto;
  margin: 0 20px;
}
/* line 363, ../sass/forms.scss */
.JoinToday .button a {
  height: 30px;
  margin: 0;
  padding: 10px 0;
  color: #FFFFFF;
  width: 300px;
  float: left;
  font-size: 24px;
  text-align: center;
  -webkit-box-shadow: 5px 5px 10px 3px #D9DADB;
  -moz-box-shadow: 5px 5px 10px 3px #D9DADB;
  box-shadow: 5px 5px 10px 3px #D9DADB;
  behavior: url(https://www.poplarnetwork.com/PIE.htc);
}

/* line 384, ../sass/forms.scss */
body.front .JoinToday .button {
  width: 200px;
}
/* line 387, ../sass/forms.scss */
body.front .JoinToday .button a {
  width: 200px;
}
/* line 392, ../sass/forms.scss */
body.front .JoinToday .separator {
  width: 205px;
}
/* line 394, ../sass/forms.scss */
body.front .JoinToday .separator.middle {
  width: 30px;
}
/* line 401, ../sass/forms.scss */
body.front input.oauthconnector-facebook,
body.front input.oauthconnector-facebook:hover {
  width: 66px;
  height: 22px;
  padding: 0;
  border: 0;
  background: transparent url(../sites/default/themes/greenner/images/facebook_login_button.png) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer;
}

/* line 413, ../sass/forms.scss */
#itsfree a.linkButton {
  float: none;
  height: auto;
  left: inherit;
  top: inherit;
  font-size: 14px;
  padding: 5px 11px;
}

/* line 424, ../sass/forms.scss */
#block-block-11 .content a,
#block-block-12 .content a {
  border-radius: 5px;
  padding: .5em 1em;
  border: 1px solid #333;
  font-weight: bold;
  font-family: arial;
  text-align: center;
  text-shadow: 1px 1px #113100;
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 16px;
  line-height: 14px;
  margin: 5px auto 0 auto;
  background-color: #8dd51a;
  background: -webkit-linear-gradient(#8dd51a, #499d04);
  background: -moz-linear-gradient(#8dd51a, #499d04);
  background: -ms-linear-gradient(#8dd51a, #499d04);
  background: -o-linear-gradient(#8dd51a, #499d04);
  background: linear-gradient(#8dd51a, #499d04);
  box-shadow: inset 0px 1px 0px #b9ee64,inset 0 -1px 2px #316a02;
  text-shadow: 1px 1px #113100;
  -pie-background: linear-gradient(#8dd51a, #499d04);
  width: 50%;
}
/* line 220, ../sass/_sass.scss */
#block-block-11 .content a:hover,
#block-block-12 .content a:hover {
  background-color: #7cca14;
  background: -webkit-linear-gradient(#7cca14, #3e9503);
  background: -moz-linear-gradient(#7cca14, #3e9503);
  background: -ms-linear-gradient(#7cca14, #3e9503);
  background: -o-linear-gradient(#7cca14, #3e9503);
  background: linear-gradient(#7cca14, #3e9503);
  box-shadow: inset 0px 1px 0px #a8e35a,inset 0 -1px 2px #286201;
  -pie-background: linear-gradient(#7cca14, #3e9503);
}
/* line 231, ../sass/_sass.scss */
#block-block-11 .content a:active,
#block-block-12 .content a:active {
  background-color: #70c010;
  background: -webkit-linear-gradient(#499d04, #499d04);
  background: -moz-linear-gradient(#499d04, #499d04);
  background: -ms-linear-gradient(#499d04, #499d04);
  background: -o-linear-gradient(#499d04, #499d04);
  background: linear-gradient(#499d04, #499d04);
  box-shadow: inset 0px 2px 4px #254005;
  -pie-background: linear-gradient(#499d04, #499d04);
}

/* line 430, ../sass/forms.scss */
input[type=text].dim {
  color: #999999;
}

/* line 435, ../sass/forms.scss */
.page-user-login #user-login .form-item label {
  width: 100px;
}

/* line 442, ../sass/forms.scss */
.page-members .view_page #Left .views-field.views-field-php .profile-contact a,
.page-user.user-profile .view_page #Left .views-field.views-field-php .profile-contact a {
  margin: 0;
  padding: 5px 15px;
}

/*views*/
/* line 449, ../sass/forms.scss */
.views-exposed-widgete .views-widget,
.views-exposed-widget .views-widget input[type=text] {
  float: left;
  width: 172px;
}

/* line 453, ../sass/forms.scss */
.page-node-add .field-name-field-time {
  width: 600px;
}

/* line 456, ../sass/forms.scss */
.page-node-add .date-no-float {
  clear: none;
  float: left;
  width: 200px;
}

/* line 461, ../sass/forms.scss */
.container-inline-date > .form-item {
  border: none;
}

/* line 464, ../sass/forms.scss */
.form-item-field-time-und-0-value label {
  display: none;
}

/* line 467, ../sass/forms.scss */
#media-browser-page-wrapper {
  width: 600px;
  float: left;
  clear: both;
}

/* line 472, ../sass/forms.scss */
#media-tab-upload #edit-actions input, #media-internet-add #edit-actions input {
  float: left;
  margin: 0 10px 0 0;
}

/* line 476, ../sass/forms.scss */
#media-tab-upload .fake-cancel, #media-tab-media_internet .fake-cancel {
  margin-top: 0px;
}

/* line 479, ../sass/forms.scss */
.tabledrag-toggle-weight {
  display: none;
}

/* line 482, ../sass/forms.scss */
body div.tabledrag-changed-warning {
  clear: both;
  float: left;
  width: 90%;
}

/* line 489, ../sass/forms.scss */
div.ctools-modal-content a.close,
div.ctools-modal-content .modal-title,
div.ctools-modal-content .modal-header a {
  color: #333;
}

/* line 492, ../sass/forms.scss */
div.ctools-modal-content .modal-header {
  background: none;
}

/* line 497, ../sass/forms.scss */
#Register input.form-text, #Register select {
  width: 240px;
  height: 25px;
}
/* line 502, ../sass/forms.scss */
#Register fieldset {
  float: left;
  padding-top: 7px;
  width: 275px;
}
/* line 508, ../sass/forms.scss */
#Register label.option {
  width: 200px;
  font-weight: bold;
}
/* line 512, ../sass/forms.scss */
#Register input[type=submit] {
  height: auto;
  padding: 5px;
  width: 72px;
}
/* line 517, ../sass/forms.scss */
#Register input.connector-button {
  width: inherit;
  margin: 1em 0;
}
/* line 522, ../sass/forms.scss */
#Register input.oauthconnector-facebook,
#Register input.oauthconnector-facebook:hover {
  width: 242px;
  height: 47px;
  padding: 0;
  border: 0;
  background: transparent url(../sites/default/themes/greenner/images/facebook_login_button_2.png) no-repeat center top;
  text-indent: -1000em;
  cursor: pointer;
}
/* line 533, ../sass/forms.scss */
#Register .bt-wrapper {
  display: none !important;
}
/* line 537, ../sass/forms.scss */
#Register #edit-role-intro {
  float: right;
  width: 220px;
  border: 1px solid #cdcecf;
  background: #fafafa;
}
/* line 543, ../sass/forms.scss */
#Register #edit-role-intro p {
  margin: 15px;
  color: #00b2d9;
  font-size: 1.2em;
}
/* line 553, ../sass/forms.scss */
#Register .form-item-role label[for="edit-role"] {
  margin-bottom: 15px;
  display: block;
}
/* line 558, ../sass/forms.scss */
#Register .form-item-role #edit-role {
  float: left;
  width: 335px;
}
/* line 562, ../sass/forms.scss */
#Register .form-item-role #edit-role label {
  font-weight: normal;
}
/* line 564, ../sass/forms.scss */
#Register .form-item-role #edit-role label strong {
  color: #000;
}
/* line 571, ../sass/forms.scss */
#Register #edit-terms-of-use {
  clear: both;
}
/* line 575, ../sass/forms.scss */
#Register .form-actions {
  float: right;
}
/* line 578, ../sass/forms.scss */
#Register .form-actions input[type="submit"] {
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF !important;
  background: #00b2d9;
  font-family: Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  border: none;
  display: block;
  text-align: center;
  min-width: 100px;
  padding: 5px;
  float: right;
  display: block;
}
/* line 152, ../sass/_sass.scss */
#Register .form-actions input[type="submit"] a {
  text-decoration: none;
}
/* line 174, ../sass/_sass.scss */
#Register .form-actions input[type="submit"]:hover {
  background: #00b2d9;
}
/* line 588, ../sass/forms.scss */
#Register.new-account .form-actions input[type="submit"] {
  margin-top: 140px;
  margin-right: 125px;
}
/* line 595, ../sass/forms.scss */
#Register .required-indicator {
  color: red;
  margin-top: 20px;
  clear: both;
}
/* line 601, ../sass/forms.scss */
#Register #block-block-10 {
  margin-top: 40px;
}

/* line 607, ../sass/forms.scss */
#block-block-10 a {
  height: auto;
  padding: 5px;
  margin: 0 50px 0 90px;
  float: right;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #FFFFFF !important;
  background: #00b2d9;
  font-family: Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  border: none;
  display: block;
  text-align: center;
  min-width: 100px;
  padding: 5px;
}
/* line 152, ../sass/_sass.scss */
#block-block-10 a a {
  text-decoration: none;
}
/* line 174, ../sass/_sass.scss */
#block-block-10 a:hover {
  background: #00b2d9;
}

/* line 617, ../sass/forms.scss */
.node-webform .field-item {
  margin: 20px 0;
}
/* line 621, ../sass/forms.scss */
.node-webform label {
  margin: 0;
  padding: 0;
  width: 180px;
}
/* line 627, ../sass/forms.scss */
.node-webform input[type=text] {
  margin: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  behavior: url(https://www.poplarnetwork.com/border-radius.htc);
  border-radius: 3px;
  width: 390px;
}
/* line 637, ../sass/forms.scss */
.node-webform textarea {
  width: 395px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  behavior: url(https://www.poplarnetwork.com/border-radius.htc);
  border-radius: 3px;
}
/* line 646, ../sass/forms.scss */
.node-webform .form-actions {
  float: right;
}
/* line 649, ../sass/forms.scss */
.node-webform .form-actions input[type=submit] {
  float: right;
  height: auto;
  margin: 0;
  padding: 5px 10px;
}

/* line 659, ../sass/forms.scss */
.StatusForm .statuses-textarea-wrapper textarea {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  behavior: url(https://www.poplarnetwork.com/border-radius.htc);
  border-radius: 3px;
}

/* line 667, ../sass/forms.scss */
.LeaveAnAnswer a {
  height: auto;
  width: auto;
  font-size: 12px;
  top: inherit;
  left: inherit;
  margin: 0;
  padding: 3px 10px;
}

/* line 676, ../sass/forms.scss */
.LeaveAnAnswer a.active {
  color: #FFFFFF;
}

/* line 682, ../sass/forms.scss */
#Signup form #edit-elements .fieldset-wrapper a,
.node-company .field-name-group-group a {
  float: left;
  font-size: 12px;
  height: 20px;
  padding: 5px 10px;
  width: auto;
}

/* line 690, ../sass/forms.scss */
.node-goodies .field_link a {
  height: auto;
  font-size: 12px;
  padding: 5px 10px;
  width: auto;
}

/* line 704, ../sass/forms.scss */
.page-node-add.user-profile label,
.page-node-add.user-profile input[type="text"],
.page-node-add.user-profile input[type="password"],
.page-node-add.user-profile textarea,
.page-node-edit.user-profile label,
.page-node-edit.user-profile input[type="text"],
.page-node-edit.user-profile input[type="password"],
.page-node-edit.user-profile textarea {
  width: 100%;
}

/* line 709, ../sass/forms.scss */
.field-name-field-logo .fieldset-legend,
.field-name-field-images .fieldset-legend {
  display: block;
  font-weight: bold;
  color: #7e7e7e;
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 500;
}

/* line 718, ../sass/forms.scss */
#user-login input[type="text"],
#user-login input[type="password"] {
  width: 285px;
}

/* line 722, ../sass/forms.scss */
.page-messages input[type="text"] {
  width: 412px;
}

/* line 727, ../sass/forms.scss */
.simplenews-subscribe input[type="text"] {
  width: 145px;
}
/* line 730, ../sass/forms.scss */
.simplenews-subscribe input[type="submit"] {
  float: right;
}

/********** For profile wizard ************/
/* line 744, ../sass/forms.scss */
.page-find-mentor #edit-sponsors-wrapper label {
  font-style: italic;
}

/* line 748, ../sass/forms.scss */
#edit-job-type-wrapper, #edit-industry-wrapper {
  width: 100%;
  overflow: auto;
}

/* line 753, ../sass/forms.scss */
#edit-job-type-wrapper label, #edit-industry-wrapper label {
  display: inline-block;
  text-transform: uppercase;
  width: 85px;
  color: #3d4f73;
  text-align: right;
  margin-right: 20px;
}

/* line 762, ../sass/forms.scss */
#edit-job-type-wrapper select, #edit-industry-wrapper select {
  display: inline-block;
}

/* line 766, ../sass/forms.scss */
.page-user-register-choose-type h1, .page-user-register-steps h1 {
  border-bottom: 1px solid #c12625;
}

/* line 770, ../sass/forms.scss */
#content input.form-submit, .content-button a {
  border: 2px solid #aaa79d;
  background: #c12625;
  color: #ebecea;
  min-height: 31px;
  padding-left: 13px;
  padding-right: 13px;
  text-transform: uppercase;
  font-family: Montserrat;
  text-shadow: 1px 1px 4px #000;
}

/* line 782, ../sass/forms.scss */
.wizard-trail {
  border-bottom: 1px solid #666;
  width: 100%;
  overflow: auto;
  padding-left: 10px;
  vertical-align: bottom;
  margin-bottom: 20px;
}

/* line 790, ../sass/forms.scss */
#Main .wizard-trail a {
  text-decoration: none;
  color: #fff;
}

/* line 795, ../sass/forms.scss */
.wizard-trail-current, .wizard-trail-next, .wizard-trail-previous {
  display: inline-block;
  vertical-align: bottom;
  box-align: bottom;
  padding: 7px 18px;
  background: #666;
  color: #fff;
  font-size: 11pt;
  margin: 0 2px;
  text-shadow: 1px 1px 1px #000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
}

/* line 814, ../sass/forms.scss */
.wizard-trail-current {
  background: #c12625;
  color: #ebecea;
}

/* line 818, ../sass/forms.scss */
#Main .wizard-trail-current a {
  color: #ebecea;
}

/* line 823, ../sass/forms.scss */
.registration-form-wrapper .form-radios, .registration-form-wrapper .form-checkboxes {
  width: 100%;
  overflow: auto;
}
/* line 827, ../sass/forms.scss */
.registration-form-wrapper .form-radios .form-item, .registration-form-wrapper .form-checkboxes .form-item {
  float: left;
  margin-left: 2px;
  margin-right: 20px;
  width: 30%;
}
/* line 835, ../sass/forms.scss */
.registration-form-wrapper .form-checkboxes .form-item {
  width: 40%;
}
/* line 839, ../sass/forms.scss */
.registration-form-wrapper #edit-city-wrapper, .registration-form-wrapper #edit-state-wrapper, .registration-form-wrapper #edit-zip-wrapper {
  float: left;
  margin-right: 20px;
}

/* line 845, ../sass/forms.scss */
#edit-phone-wrapper {
  clear: both;
}

/* line 853, ../sass/forms.scss */
.request-mentor-link {
  display: inline-block;
  background: #c12625;
  padding: 5px 18px;
  font-size: 11pt;
  margin: 3px 0px;
  border-radius: 6px;
}

/* line 861, ../sass/forms.scss */
.request-mentor-link a {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  text-decoration: none;
}

/* line 867, ../sass/forms.scss */
.show-hide-toggle {
  display: inline-block;
  margin-left: 10px;
}

/* line 871, ../sass/forms.scss */
.show-hide-toggle.standalone {
  display: block;
  margin-left: 0;
}

/* line 877, ../sass/forms.scss */
.profile-builder-form-wrapper #edit-buttons {
  margin-top: 20px;
  text-align: right;
  width: 100%;
}
/* line 883, ../sass/forms.scss */
.profile-builder-form-wrapper input[type="text"], .profile-builder-form-wrapper input.file {
  width: auto;
}
/* line 887, ../sass/forms.scss */
.profile-builder-form-wrapper div.form-type-password {
  width: 100%;
  overflow: auto;
  margin-bottom: 5px;
}
/* line 893, ../sass/forms.scss */
.profile-builder-form-wrapper input[type="password"] {
  float: left;
  width: 200px;
}
/* line 898, ../sass/forms.scss */
.profile-builder-form-wrapper .password-suggestions {
  clear: both;
}
/* line 902, ../sass/forms.scss */
.profile-builder-form-wrapper label {
  width: 200px;
}
/* line 906, ../sass/forms.scss */
.profile-builder-form-wrapper div.left {
  width: 59%;
  float: left;
}
/* line 911, ../sass/forms.scss */
.profile-builder-form-wrapper div.right {
  width: 39%;
  float: left;
}
/* line 916, ../sass/forms.scss */
.profile-builder-form-wrapper .form-item-about-value {
  width: 500px;
}

/* line 921, ../sass/forms.scss */
#greenner-members-states-filter-form {
  width: 100%;
  margin-bottom: 10px;
  overflow: auto;
}

/* line 928, ../sass/forms.scss */
#greenner-members-states-filter-form .form-item-state,
#greenner-members-states-filter-form .form-submit {
  float: left;
  margin-right: 10px;
}

/* line 933, ../sass/forms.scss */
#greenner-members-states-filter-form .form-item-state label {
  width: auto;
  padding-right: 20px;
}

/* line 938, ../sass/forms.scss */
.form-item label {
  color: #7e7e7e;
}

/* line 941, ../sass/forms.scss */
.form-type-textfield label {
  color: #7e7e7e;
}

/* line 944, ../sass/forms.scss */
.form-type-select label {
  color: #7e7e7e;
}

/* line 947, ../sass/forms.scss */
.form-type-textarea label {
  color: #7e7e7e;
}

/* line 950, ../sass/forms.scss */
.form-type-checkbox label {
  color: #7e7e7e;
}

/* line 955, ../sass/forms.scss */
#profile-builder-step1-form .form-item-bonded, #profile-builder-step1-form .form-item-insured {
  width: 100%;
  overflow: auto;
}
/* line 959, ../sass/forms.scss */
#profile-builder-step1-form .form-item-bonded label, #profile-builder-step1-form .form-item-insured label {
  width: 200px;
  float: left;
}
/* line 964, ../sass/forms.scss */
#profile-builder-step1-form .form-item-bonded .form-radios, #profile-builder-step1-form .form-item-insured .form-radios {
  float: left;
}
/* line 966, ../sass/forms.scss */
#profile-builder-step1-form .form-item-bonded .form-radios label, #profile-builder-step1-form .form-item-insured .form-radios label {
  display: inline;
  float: none;
}
/* line 971, ../sass/forms.scss */
#profile-builder-step1-form .form-item-bonded .form-radios .form-item, #profile-builder-step1-form .form-item-insured .form-radios .form-item {
  width: auto;
  display: inline-block;
}

/* line 981, ../sass/forms.scss */
#profile-builder-step3-form .form-type-textfield label {
  width: 280px;
}
/* line 984, ../sass/forms.scss */
#profile-builder-step3-form .form-type-select label {
  width: 280px;
}
/* line 987, ../sass/forms.scss */
#profile-builder-step3-form .form-type-textarea label {
  width: 280px;
}
/* line 990, ../sass/forms.scss */
#profile-builder-step3-form .form-type-checkbox label {
  width: 280px;
}
/* line 994, ../sass/forms.scss */
#profile-builder-step3-form div.dates {
  width: 100%;
  overflow: auto;
}
/* line 998, ../sass/forms.scss */
#profile-builder-step3-form div.dates div.form-wrapper, #profile-builder-step3-form div.dates div.separator {
  float: left;
  margin-right: 10px;
}
/* line 1003, ../sass/forms.scss */
#profile-builder-step3-form div.dates div.form-item {
  float: left;
  margin-right: 10px;
}
/* line 1007, ../sass/forms.scss */
#profile-builder-step3-form div.dates div.form-item label {
  display: none;
}
/* line 1011, ../sass/forms.scss */
#profile-builder-step3-form div.dates div.form-item.form-type-checkbox {
  clear: left;
}
/* line 1014, ../sass/forms.scss */
#profile-builder-step3-form div.dates div.form-item.form-type-checkbox label {
  display: inline;
}
/* line 1021, ../sass/forms.scss */
#profile-builder-step3-form #edit-wrapper {
  background: #f4f4f4;
  width: 500px;
  padding: 10px;
}
/* line 1026, ../sass/forms.scss */
#profile-builder-step3-form #edit-wrapper label {
  color: #000000;
}
/* line 1033, ../sass/forms.scss */
#profile-builder-step3-form #edit-wrapper #edit-title,
#profile-builder-step3-form #edit-wrapper #edit-company,
#profile-builder-step3-form #edit-wrapper #edit-location,
#profile-builder-step3-form #edit-wrapper #edit-website {
  width: 350px;
}
/* line 1037, ../sass/forms.scss */
#profile-builder-step3-form #edit-wrapper textarea {
  width: 100%;
}
/* line 1043, ../sass/forms.scss */
#profile-builder-step3-form .items-table tr {
  border-bottom: solid 1px #E8E8E8;
  height: 55px;
}
/* line 1048, ../sass/forms.scss */
#profile-builder-step3-form .items-table button {
  background: url("../sites/default/themes/greenner/images/buttonBg.png") repeat-x scroll 0 0 #9ac163;
  border: 1px solid #006837;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  cursor: pointer;
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  height: auto;
  margin: 0 5px 0 0;
  padding: 2px 10px 3px;
  text-decoration: none;
  white-space: nowrap;
  width: auto;
}
/* line 1063, ../sass/forms.scss */
#profile-builder-step3-form .fields-container button {
  background: url("../sites/default/themes/greenner/images/buttonBg.png") repeat-x scroll 0 0 #9ac163;
  border: 1px solid #006837;
  border-radius: 3px 3px 3px 3px;
  color: #FFFFFF;
  cursor: pointer;
  font-family: "Ubuntu", Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  height: auto;
  margin: 0 5px 0 0;
  padding: 2px 10px 3px;
  text-decoration: none;
  white-space: nowrap;
  width: auto;
}

/* line 1081, ../sass/forms.scss */
#profile-builder-cover-form td.image, #profile-builder-cover-form th.image {
  width: 200px;
}

/* line 1085, ../sass/forms.scss */
.views-exposed-widget .views-widget #edit-circle-location {
  width: 500px;
}

/* line 1089, ../sass/forms.scss */
#views-exposed-form-poplar-member-locator-block-3 {
  margin: 30px auto;
}

/* line 1094, ../sass/forms.scss */
.view-poplar-member-locator .views-exposed-form {
  display: none;
}

/* line 1099, ../sass/forms.scss */
#greenner-location-form {
  margin-top: 20px;
}
/* line 1102, ../sass/forms.scss */
#greenner-location-form .form-item-location {
  float: left;
}
/* line 1105, ../sass/forms.scss */
#greenner-location-form .form-item-location label {
  width: auto;
  margin-right: 15px;
  padding-top: 3px;
}
/* line 1112, ../sass/forms.scss */
#greenner-location-form #edit-location {
  width: 500px;
  margin-right: 15px;
}
/* line 1117, ../sass/forms.scss */
#greenner-location-form #edit-submit {
  float: left;
}

/* line 1123, ../sass/forms.scss */
#user-register-form div.external-accounts {
  float: right;
}
/* line 1128, ../sass/forms.scss */
#user-register-form .form-item-pass .description {
  display: none;
}
/* line 1133, ../sass/forms.scss */
#user-register-form fieldset.captcha {
  clear: both;
}

/* line 1140, ../sass/forms.scss */
#questions-answers-node-form label {
  width: 130px;
  float: left;
  display: block;
  font-size: 11pt;
}
/* line 1147, ../sass/forms.scss */
#questions-answers-node-form .filter-wrapper {
  display: none;
}
/* line 1151, ../sass/forms.scss */
#questions-answers-node-form .form-type-textarea {
  width: 100%;
  overflow: auto;
}
/* line 1155, ../sass/forms.scss */
#questions-answers-node-form .form-type-textarea .form-textarea-wrapper {
  float: left;
  width: 450px;
}
/* line 1161, ../sass/forms.scss */
#questions-answers-node-form .form-actions {
  margin-left: 590px;
  margin-top: 30px;
}
/* line 1166, ../sass/forms.scss */
#questions-answers-node-form #edit-field-tags-und {
  float: left;
}
/* line 1169, ../sass/forms.scss */
#questions-answers-node-form #edit-field-tags-und label {
  width: auto;
  font-weight: normal;
  float: none;
  display: inline;
}

/* line 1181, ../sass/forms.scss */
#views-exposed-form-greenner-tags-page-1 #edit-name-wrapper {
  display: none;
}
/* line 1185, ../sass/forms.scss */
#views-exposed-form-greenner-tags-page-1 #edit-description-wrapper {
  float: left;
  margin-right: 15px;
}
/* line 1189, ../sass/forms.scss */
#views-exposed-form-greenner-tags-page-1 #edit-description-wrapper label {
  width: auto;
  color: #59483e;
  float: left;
  margin-right: 15px;
  font-weight: normal;
}
/* line 1197, ../sass/forms.scss */
#views-exposed-form-greenner-tags-page-1 #edit-description-wrapper div.views-widget {
  float: left;
}
/* line 1200, ../sass/forms.scss */
#views-exposed-form-greenner-tags-page-1 #edit-description-wrapper div.views-widget input[type="text"] {
  width: 90px;
}
/* line 1206, ../sass/forms.scss */
#views-exposed-form-greenner-tags-page-1 .views-submit-button {
  float: left;
}

/* line 1212, ../sass/forms.scss */
.filter-guidelines {
  display: none;
}

/* line 1217, ../sass/forms.scss */
.form-item-tags label[for="edit-tags"] {
  width: auto;
  display: block;
  margin-bottom: 10px;
}

/* line 1224, ../sass/forms.scss */
.node-form-cols {
  width: 100%;
  overflow: auto;
}
/* line 1228, ../sass/forms.scss */
.node-form-cols .node-form-col {
  float: left;
}
/* line 1231, ../sass/forms.scss */
.node-form-cols .node-form-col.node-form-col1 {
  width: 600px;
}
/* line 1235, ../sass/forms.scss */
.node-form-cols .node-form-col.node-form-col2 {
  width: 350px;
}
/* line 3, ../sass/map.scss */
.property-map-popup .photo {
  float: left;
  margin-right: 25px;
}
/* line 8, ../sass/map.scss */
.property-map-popup .tags {
  float: left;
}
/* line 10, ../sass/map.scss */
.property-map-popup .tags .tag-group {
  float: left;
  width: 200px;
}
/* line 13, ../sass/map.scss */
.property-map-popup .tags .tag-group.first {
  margin-right: 10px;
}
/* line 21, ../sass/map.scss */
.property-map-popup .task-description a {
  text-decoration: underline;
}
/* line 27, ../sass/map.scss */
.property-map-popup .task-description,
.property-map-popup .project-status {
  margin: 10px 0px;
}
/* line 31, ../sass/map.scss */
.property-map-popup .buttons {
  width: 100%;
  clear: both;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 39, ../sass/map.scss */
.property-map-popup .confirm-address {
  padding-top: 10px;
}
/* line 43, ../sass/map.scss */
.property-map-popup .green-projects {
  width: 460px;
  height: 210px;
}
/* line 49, ../sass/map.scss */
.property-map-popup .cols-wrapper {
  width: 100%;
  overflow: auto;
}
/* line 53, ../sass/map.scss */
.property-map-popup .cols-wrapper .col {
  float: left;
  padding: 10px;
}

/* line 65, ../sass/map.scss */
.view-poplar-member-locator .openlayers-view .openlayers-popup {
  width: 325px;
  padding-top: 15px;
  height: 110px;
  line-height: 1.4em;
}
/* line 71, ../sass/map.scss */
.view-poplar-member-locator .openlayers-view .openlayers-popup .views-field-picture {
  float: left;
  margin-right: 10px;
}