/************************
 * GLOBAL
 ***********************/

.front #block-system-main {
  display: none;
}
#page {
  background: #192029 url(../images/bg-homepower.jpg) center top no-repeat;
  padding-bottom: 20px;
}
.hide {
  display: none;
}
body.overlay {
  color: #3b3b3b;
}
#header {
  padding: 0 20px;
}
#main {
  padding: 20px;
  background: transparent url(../images/tile-white-10.png) 0 0 repeat;
  padding-top: 0;
}
.page-subscribe #main {
  padding: 20px;
  background: transparent url(../images/tile-white-10.png) 0 0 repeat;
  padding-top: 0;
  width: 740px;
}
@media screen and (max-width: 1030px) {
  #header,
  #main {
    padding: 0px;
  }
}
#content-area {
  background-color: #fff;
  min-height: 600px;
}
#content .content-section {
  padding: 20px 27px 20px 27px;
}
.front #content .content-section,
.section-vocab-subject #content .content-section {
  padding-top: 0px;
}
#content-area .content-area-section {
  border: 3px #fff solid;
  /*see section-colors.css*/
  border-top: 0px;
}
body,
p,
li,
td {
  font: normal 13px/23px arial, verdana, helvetica, sans-serif;
}
.region-content,
.region-content p,
.region-content li,
.region-content td {
  font: normal 12px/18px arial, verdana, helvetica, sans-serif;
  color: #666;
}
#sidebar-second {
  padding-bottom: 20px;
}
.node .content li {
  margin-bottom: 13px;
}
.comment .comment-arrow {
  border-color: #ffffff;
}
.tabs ul.primary li a.active {
  background-color: #ffffff;
}
.tabs ul.primary li.active a {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
a {
  color: #0071B3;
}
a:hover,
a:focus {
  color: #018fe2;
}
a:active {
  color: #23aeff;
}
a {
  outline: none;
}
a:visited {
  text-decoration: none;
}
#main h1 {
  font: normal 38px/42px HomePower, "Times New Roman", serif;
}
.page-user h1 {
  text-transform: capitalize;
}
ul.inline li.statistics_counter {
  /* hide the page counter so we can display it only in the content types we want it in */
  display: none;
}
ul.inline li.statistics_counter span {
  text-transform: capitalize;
}
.been-viewed {
  background-color: #EDEDED;
  padding: 5px;
  border: solid 1px #BBBBBB;
  border-radius: 5px;
  margin-bottom: 20px;
}
.been-viewed p {
  padding: 5px;
  margin: 0px;
}
#login-one-time-button-form .form-wrapper {
  margin: 0px;
  padding: 0px;
}
/* Orange Button */

.orange-btn {
  font-weight: bold;
  background-color: #EA7E24;
  padding: 5px 10px;
  color: white;
  border: 1px solid #D15C16;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top, #e49905 0%, #eab55c 2%, #e49905 5%, #c85c02 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e49905), color-stop(2%, #eab55c), color-stop(5%, #e49905), color-stop(100%, #c85c02));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e49905 0%, #eab55c 2%, #e49905 5%, #c85c02 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e49905 0%, #eab55c 2%, #e49905 5%, #c85c02 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e49905 0%, #eab55c 2%, #e49905 5%, #c85c02 100%);
  /* IE10+ */
  background: linear-gradient(top, #e49905 0%, #eab55c 2%, #e49905 5%, #c85c02 100%);
  /* W3C */
}
.orange-btn:hover {
  color: #f2f2f2;
  background-color: #D15C16;
  text-decoration: none;
  background: -moz-linear-gradient(top, #db8c15 0%, #c75b02 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db8c15), color-stop(100%, #c75b02));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #db8c15 0%, #c75b02 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #db8c15 0%, #c75b02 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #db8c15 0%, #c75b02 100%);
  /* IE10+ */
  background: linear-gradient(top, #db8c15 0%, #c75b02 100%);
  /* W3C */
}
.orange-btn:active {
  background: #c75b02;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c75b02 0%, #db8c15 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c75b02), color-stop(100%, #db8c15));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c75b02 0%, #db8c15 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c75b02 0%, #db8c15 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c75b02 0%, #db8c15 100%);
  /* IE10+ */
  background: linear-gradient(top, #c75b02 0%, #db8c15 100%);
  /* W3C */
}
/************************
 * HEADER
 ************************/

#name-and-slogan {
  position: absolute;
  top: 103px;
  left: 64px;
  z-index: 21;
}
#site-name {
  width: 320px;
  height: 128px;
  background: transparent url(../logo.png) 0 0 no-repeat;
}
#site-name a {
  display: block;
  width: 320px;
  height: 128px;
  outline: none;
  text-indent: -9999px;
}
#breadcrumb {
  background-color: #fff;
  padding: 10px 20px;
}
/*************************
 * MAIN MENU LINKS
 ************************/

#main-menu {
  position: absolute;
  bottom: 0;
  left: 0;
  clear: both;
  z-index: 0;
}
#main-menu-links {
  width: 792px;
  margin: 0;
  padding: 0 0 0 8px;
  font-size: 13px;
}
#main-menu-links li {
  float: left;
  /* LTR */
  list-style: none;
  padding: 0 10px;
  *padding: 0 9px;
  /*ie7*/
  margin: 0;
  font-family: HomePower, Times New Roman, serif;
  font-size: 18px;
}
#main-menu-links a {
  text-transform: uppercase;
  color: #d9d9d9;
  padding: 0;
  line-height: 38px;
  outline: none;
}
#main-menu-links li.active,
#main-menu-links li.active-trail {
  background-color: #fff;
  border-radius: 6px 6px 0px 0px;
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
}
#main-menu-links li.active a,
#main-menu-links li.active-trail a {
  color: #000;
}
/*************************
 * BLOCK - SUBSECTION NAV
 ************************/

#block-menu-block-1 {
  margin: -1px 0px 0px -3px;
  height: 41px;
  width: 804px;
}
#block-menu-block-1 .content ul {
  margin: 0 0 0 10px;
  padding: 7px 0;
}
#block-menu-block-1 .content ul li {
  font-size: 12px;
  line-height: 28px;
  font-weight: bold;
  margin: 0 20px 0 0;
  padding: 0 10px;
  text-align: center;
  float: left;
  list-style: none;
  white-space: nowrap;
}
#block-menu-block-1 .content ul li a {
  color: #000;
  outline: none;
}
#block-menu-block-1 .content ul li.active,
#block-menu-block-1 .content ul li.active-trail {
  background-color: #000;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}
#block-menu-block-1 .content ul li.active a,
#block-menu-block-1 .content ul li.active-trail a {
  color: #fff;
}
/************************
 * BLOCK - LOGIN LOGOUT
 ***********************/

.loginlogout-block {
  position: absolute;
  top: 5px;
  right: 0;
  width: 205px;
  height: 75px;
}
.loginlogout-block .loginlogout-links {
  padding-top: 15px;
}
.loginlogout-block .loginlogout-links a {
  color: #fffeff;
}
.loginlogout-block .loginlogout-link {
  display: block;
  float: left;
  padding-left: 14px;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  background: transparent url(../images/ico-arrow-9x11.png) 0 2px no-repeat;
}
.loginlogout-block .login-link,
.loginlogout-block .account-link {
  margin-right: 16px;
}
/************************
 * BLOCK - AD
 ***********************/

.ad-block .content p {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1em;
  color: #555;
}
.aside-last .ad-block {
  margin-left: 30px;
}
/************************
 * BLOCK - HEADER BANNER AD
 ***********************/

.header-banner-block {
  position: absolute;
  top: 5px;
  left: 0;
}
/************************
 * BLOCK - TOWER AD
 ***********************/

.tower-block.block {
  margin-top: -20px;
}
/************************
 * BLOCK - EVENTS MENU
 ***********************/

.sidebar .events-menu {
  margin-top: -20px;
}
.events-menu h2 {
  margin: 0;
  font-size: 1.071em;
  line-height: 1.2;
  font-family: HomePower, Times New Roman, serif;
  color: white;
  font-weight: normal;
  font-size: 21px;
  text-transform: uppercase;
}
.events-menu .views-row {
  line-height: 15px;
}
.events-menu .views-field-title,
.events-menu .view-footer {
  padding-top: 10px;
}
.events-menu .view-footer a {
  background: url(../images/right-arrow.png) right 4px no-repeat transparent;
  padding: 0px 10px 0px 0px;
}
.events-menu .views-field-field-start-date-1,
.events-menu .views-field-field--venue-location,
.events-menu .views-field-field-price {
  color: #6F7376;
  font: normal 11px/17px arial, verdana, helvetica, sans-serif;
}
.page-contractors .events-menu .views-row .views-field-title {
  margin-left: 0px;
}
/************************
 * BLOCK - PRINT COVER
 ***********************/

.print-cover-block p {
  margin: 0;
  line-height: 0;
}
.print-cover-block {
  position: absolute;
  bottom: -42px;
  right: -5px;
}
.print-cover-block img {
  position: absolute;
  right: 18px;
  bottom: 0px;
  background-color: #fdd306;
  z-index: 9999;
  width: 125px;
  height: 167px;
  border: 5px #FDD306 solid;
  margin: 5px 5px 0;
  padding-bottom: 0;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.print-cover-block img:hover {
  width: 194px;
  height: 260px;
  right: -10px;
}
/************************
 * BLOCK - HEADER MENU LINKS
 ***********************/

#block-menu-menu-header-menu {
  position: absolute;
  top: 210px;
  right: 170px;
  width: auto;
  border: 0;
  z-index: 10;
}
#block-menu-menu-header-menu ul {
  padding: 0;
}
#block-menu-menu-header-menu li {
  float: left;
  list-style: none;
  padding: 0 4px 0 0;
  border-right: 1px #999 solid;
  margin: 0 4px 0 0;
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
}
#block-menu-menu-header-menu li.last {
  border-right: 0;
  margin-right: 0;
}
#block-menu-menu-header-menu li a {
  border: 0;
  color: #fff;
}
#block-menu-menu-header-menu li a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.block-menu [href*="facebook"] {
  background: url(../images/icons-social.png) transparent -35px -31px no-repeat;
  display: block;
  box-sizing: border-box;
  width: 31px;
  height: 21px;
  text-indent: -999em;
  overflow: hidden;
  opacity: .75;
}
.region-header .block-menu li a[href*="facebook"]:hover {
  background: url(../images/icons-social.png) transparent 5px -31px no-repeat;
  opacity: 1;
}

.block-menu [href*="twitter"] {
  background: url(../images/icons-social.png) transparent -35px 0px no-repeat;
  display: block;
  box-sizing: border-box;
  width: 31px;
  height: 21px;
  text-indent: -999em;
  overflow: hidden;
  opacity: .75;
}
.region-header .block-menu li a[href*="twitter"]:hover {
  background: url(../images/icons-social.png) transparent 5px 1px no-repeat;
  opacity: 1;
}


/***********************
 * BLOCK - SUBSCRIBE
 ***********************/

.subscribe-block h2 a:link,
.subscribe-block h2 a:visited {
  font-size: 20px;
  color: #fdd306;
  height: 19px;
  padding: 11px 15px;
  text-transform: uppercase;
  text-shadow: 1px 1px #000;
  background: url(../images/bg-subscribe-sp.jpg) 0 0 repeat-x;
  border-top: 1px #fdd306 solid;
  border-bottom: 1px #fdd306 solid;
  font-family: HomePower, Times New Roman, serif;
  margin: -13px -12px 0 -12px;
  display: block;
}
.subscribe-block h2 a:hover {
  color: #FFE675;
  background-position: 0px -40px;
  text-decoration: none;
}
.subscribe-block h2 a:active {
  background-position: 0px -80px;
}
.subscribe-block .content ul {
  margin: 2px 0 0 2px;
}
.subscribe-block .content li {
  font-size: 13px;
  line-height: 23px;
  list-style-image: url(../images/bullet-sq-yellow.gif);
  font-weight: bold;
}
/*********************************
 * BLOCK - BASICS
 *********************************/

.basics-block h2 {
  padding: 0 3px 3px;
  font-size: 20px;
  color: #fdd306;
  text-transform: uppercase;
  text-shadow: 1px 1px #000;
  margin: -20px 0 0 0;
  font-family: HomePower, Times New Roman, serif;
  font-weight: normal;
}
.basics-block .content {
  background: url(../images/bg-block-basics.png) 0 0 no-repeat;
  height: 179px;
  margin-bottom: -9px;
}
.basics-block .content ul {
  padding: 0;
}
.basics-block .content li {
  list-style: none;
  font-family: HomePower, Times New Roman, serif;
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
  padding-left: 0;
}
.basics-block .content li a {
  display: block;
  color: #fff;
  padding-left: 39px;
}
/*********************************
 * BLOCK - BASIC SECTION LINK
 *********************************/

.basics-link {
  display: none;
}
.section-taxonomy-term-1 .basics-link.solar-basics-link {
  display: block;
}
.basics-link h2 {
  padding: 0 3px 3px;
  font-size: 20px;
  color: #FDD306;
  text-transform: uppercase;
  text-shadow: 1px 1px black;
  margin: -20px 0 0 0;
  font-family: HomePower, Times New Roman, serif;
  font-weight: normal;
}
.basics-link .content p {
  color: #6F7376;
  font: normal 11px/17px arial, verdana, helvetica, sans-serif;
}
.basics-link .content a {
  display: block;
  height: auto;
  width: 179px;
  margin-left: -12px;
  padding: 0px 0px 5px 39px;
  font-family: HomePower, Times New Roman, serif;
  font-size: 14px;
  line-height: 30px;
  color: white;
}
.solar-basics-link .content a {
  background: url(../images/bg-basics-solar.png) 0 0 no-repeat;
}
/*********************************
 * BLOCK - LANDING HERO SLIDESHOW
 *********************************/

.page-taxonomy #page-title.title {
  display: none;
}
.page-taxonomy-term #main #content .content-section {
  padding-top: 0px;
}
#block-views-home-slideshow-block.landing-hero-block {
  margin-top: -1px;
  background-color: #32383F;
}
.landing-hero-block {
  margin: -0px -30px 0px -30px;
  position: relative;
}
.hero .hero-info {
  position: absolute;
  bottom: 3px;
  left: 3px;
  padding: 15px 40px 10px;
  width: 718px;
  background: transparent url(../images/tile-hero-80.png) 0 0 repeat;
  color: #fff;
}
.hero .views-field-field-feature-hero-img {
  border: 3px #000 solid;
  line-height: 0;
}
.hero .views-field-field-author-value {
  text-transform: uppercase;
  font-size: 11px;
}
.hero .views-field-title {
  font-size: 34px;
  text-transform: uppercase;
  font-family: HomePower, Times New Roman, serif;
}
#content .hero .views-field-title h2 {
  font-size: 40px;
  line-height: 42px;
  font-weight: normal;
  margin: 6px 0 10px 0;
}
/************************
 * BLOCK - SEARCH FORM
 ***********************/

#block-search-form {
  bottom: 30px;
  color: #CCCCCC;
  position: absolute;
  right: 325px;
}
#block-search-form .form-item-search-block-form input {
  width: auto;
  height: 15px;
  margin-right: 1px;
}
#block-search-form input.form-submit,
#block-search-form a.button {
  border-radius: 0 13px 13px 0;
}
.region-header #block-search-form .form-text {
  width: 117px;
}
.region-header #block-search-form {
  width: 166px;
}
.region-header #block-search-form .container-inline > * + * {
  padding-left: 0px;
}
/*
 * Primary Category Arrows on Home Page
 */

.landing-hero-block .views-subject {
  position: absolute;
  top: 0;
  width: 88px;
  height: 88px;
  text-indent: -9999px;
}
.landing-hero-block .views-subject-1 {
  /*Solar Electricity*/
  background: transparent url(../images/arrow-se.png) 0 0 no-repeat;
  left: 30px;
}
.landing-hero-block .views-subject-13 {
  /*Solar Water Heating*/
  background: transparent url(../images/arrow-swh.png) 0 0 no-repeat;
  left: 180px;
}
.landing-hero-block .views-subject-2 {
  /*Wind Power*/
  background: transparent url(../images/arrow-wp.png) 0 0 no-repeat;
  left: 321px;
}
.landing-hero-block .views-subject-3 {
  /*Microhydro Power*/
  background: transparent url(../images/arrow-mp.png) 0 0 no-repeat;
  left: 447px;
}
.landing-hero-block .views-subject-15 {
  /*Home Efficiency*/
  background: transparent url(../images/arrow-he.png) 0 0 no-repeat;
  left: 590px;
}
.landing-hero-block .views-subject-4 {
  /*Vehicles*/
  background: transparent url(../images/arrow-v.png) 0 0 no-repeat;
  left: 695px;
}
/************************
 * BLOCK - FOOTER MAIN MENU
 ************************/

.footer-main-menu-block {
  padding-top: 12px;
  width: 850px;
  min-height: 162px;
  background: url(../images/divider-vert-162.png) top right no-repeat;
  float: left;
}
.footer-main-menu-block ul {
  padding: 0;
}
.footer-main-menu-block ul li {
  float: left;
  list-style: none;
  list-style-image: none;
  margin: 0 16px 0 0;
  padding: 0;
  line-height: 20px;
}
.footer-main-menu-block ul li.last {
  margin-right: 0;
}
.footer-main-menu-block ul li li {
  float: none;
  margin-right: 0;
}
.footer-main-menu-block li.expanded {
  font-weight: bold;
}
.footer-main-menu-block li li.leaf a {
  color: #999;
}
/************************
 * BLOCK - OTHER LINKS
 ************************/

.other-links-block {
  float: left;
  width: 124px;
  padding: 10px 0 0 16px;
}
.other-links-block .content ul {
  padding: 0;
  margin: 0;
}
.other-links-block .content ul li {
  padding: 0;
  margin: 0;
  line-height: 20px;
  list-style: none;
  color: #999;
}
.other-links-block .content ul li a {
  color: #999;
}
.other-links-block .content ul.other-links-bottom {
  margin-top: 9px;
  padding-top: 11px;
  background: url(../images/divider-horiz-95.png) top left no-repeat;
}
/************************
 * BLOCK - Directories Menu Dropdown
 ***********************/

.directories-menu-block-top {
  position: absolute;
  top: 168px;
  left: 650px;
  z-index: 999;
}
ul#nav-directories {
  margin: 0px;
  padding: 0px;
  line-height: 100%;
  width: 140px;
}
ul#nav-directories > li a {
  background: url(../images/down-button.png) no-repeat #ccc top right;
  border-radius: 0px 13px 13px 0px;
  cursor: default;
}
ul#nav-directories a {
  display: block;
  padding: 1px 5px;
  font-size: 11px;
  font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  color: black;
  background: #ccc;
}
ul#nav-directories a:hover {
  text-decoration: none;
  color: black;
  background: url(../images/down-button.png) no-repeat #e6e6e6 bottom right;
  cursor: pointer;
}
ul#nav-directories li:hover {
  border-radius: 0px 13px 0px 0px;
}
ul#nav-directories ul {
  display: none;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.28);
  border-radius: 0 0 8px 8px;
  width: 106px;
}
ul#nav-directories li ul li a {
  background: #ccc;
  border-radius: 0px;
  padding-left: 5px;
}
ul#nav-directories li ul li a:hover {
  border-radius: 0px;
  color: white;
  background: #666;
  cursor: pointer;
}
ul#nav-directories ul li.last a,
ul#nav-directories ul li.last a:hover,
ul#nav-directories ul li.last {
  border-radius: 0 0 8px 8px;
}
ul#nav-directories > li:hover {
  border-radius: 0 13px 13px 13px;
}
/************************
 * BLOCK - DIRECTORIES FOOTER MENU LINKS
 ************************/

.directories-menu-block {
  clear: both;
  font-size: 12px;
  margin-top: 10px;
  padding-top: 12px;
  background: url(../images/divider-horiz-480.png) top left no-repeat;
}
.directories-menu-block h2 {
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  display: inline;
  margin-right: 6px;
}
.directories-menu-block .content {
  display: inline;
}
.directories-menu-block .content ul {
  display: inline;
  padding: 0;
  margin: 0;
}
.directories-menu-block .content ul li {
  display: inline;
  list-style: none;
  line-height: 14px;
  padding: 0 8px 0 0;
  border-right: 1px #999 solid;
  margin: 0 6px 0 0;
}
.directories-menu-block .content ul li.last {
  padding-right: 0;
  border-right: 0;
  margin-right: 0;
}
.directories-menu-block .content ul li a {
  color: #999;
}
/************************
 * BLOCK - COPYRIGHT / LEGAL / OFFICE LINKS
 ***********************/

.copyright-links-block {
  clear: both;
  margin-top: 20px;
  width: 100%;
  color: #999;
  position: relative;
}
.copyright-links-block .content p {
  margin: 0;
}
.copyright-links-block .content p a {
  color: #ccc;
  line-height: 14px;
  padding-right: 6px;
  border-right: 1px #999 solid;
  margin-right: 3px;
}
.copyright-links-block .content p a.last {
  padding-right: 0;
  border-right: 0;
  margin-right: 0;
}
.copyright-links-block .content p.legal-links {
  font-size: 11px;
  line-height: 13px;
  color: #ccc;
}
.copyright-links-block .content p.office-links {
  position: absolute;
  top: 0;
  right: 0;
}
/**********************
 * PAGE - HOME / FRONT
 *********************/

.front h1.title,
.front .tabs {
  display: none;
}
.front #content-area .content-area-section {
  padding-bottom: 5px;
}
/***********************
 * BLOCK - Ad Block Bottom
 **********************/

.aside-last {
  clear: both;
  padding-bottom: 20px;
}
/***********************
 * BLOCK - FEATURED ARTICLES / POPULAR ARTICLES
 **********************/

.feat-pop-block {
  margin: 26px 0 15px 0;
}
.feat-pop-block .quicktabs-tabs {
  padding: 0;
  margin: 0 0 20px 0;
}
.feat-pop-block .quicktabs-tabs li {
  padding: 0 6px 0 0;
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  text-transform: uppercase;
}
.feat-pop-block .quicktabs-tabs li.active {
  color: #fff;
}
.feat-pop-block .quicktabs-tabs li a {
  color: #ded3ca;
}
.feat-pop-block .quicktabs-tabs li.active a {
  color: #000;
}
/*
      .feat-pop-block li a#quicktabs-tab-feat_pop_home-0,
      .feat-pop-block li a#quicktabs-tab-feat_pop_section-0 {
        padding-right:6px;
        border-right:2px #ded3ca solid;
      }
      */

.feat-pop-block .scroll-pane {
  /*max-height: 1164px;
  overflow-x:auto;*/
  width: 765px;
}
.front .feat-pop-block .scroll-pane,
.page-taxonomy-term-1.section-taxonomy-term-1 .feat-pop-block .scroll-pane,
.page-taxonomy-term-2.section-taxonomy-term-2 .feat-pop-block .scroll-pane,
.page-taxonomy-term-3.section-taxonomy-term-3 .feat-pop-block .scroll-pane,
.page-taxonomy-term-4.section-taxonomy-term-4 .feat-pop-block .scroll-pane,
.page-taxonomy-term-13.section-taxonomy-term-13 .feat-pop-block .scroll-pane,
.page-taxonomy-term-15.section-taxonomy-term-15 .feat-pop-block .scroll-pane {
  height: 430px;
  width: 750px;
}
.feat-pop-block .quicktabs-tabpage .feat-pop-articles {
  /*  height: 410px;*/
}
/* admin attachements to featured views */

.manage-queue .view-content {
  display: none;
}
/* end admin */

.page-taxonomy.section-vocab-subject .feat-pop-block .scroll-pane .view {
  width: 750px !important;
}
.feat-pop-articles .article-group {
  width: 750px;
}
.front .feat-pop-articles .article-group,
.page-taxonomy-term-1.section-taxonomy-term-1 .feat-pop-articles .article-group,
.page-taxonomy-term-2.section-taxonomy-term-2 .feat-pop-articles .article-group,
.page-taxonomy-term-3.section-taxonomy-term-3 .feat-pop-articles .article-group,
.page-taxonomy-term-4.section-taxonomy-term-4 .feat-pop-articles .article-group,
.page-taxonomy-term-13.section-taxonomy-term-13 .feat-pop-articles .article-group,
.page-taxonomy-term-15.section-taxonomy-term-15 .feat-pop-articles .article-group {
  float: left;
  height: 410px;
}
.feat-pop-articles .views-row {
  float: left;
  margin: 0 10px 24px;
  min-height: 175px;
  overflow: hidden;
  padding: 0;
  width: 350px;
}
.section-vocab-subject .feat-pop-articles .views-row {
  min-height: 190px;
}
.front .feat-pop-articles .views-row,
.page-taxonomy-term-1.section-taxonomy-term-1 .feat-pop-articles .views-row,
.page-taxonomy-term-2.section-taxonomy-term-2 .feat-pop-articles .views-row,
.page-taxonomy-term-3.section-taxonomy-term-3 .feat-pop-articles .views-row,
.page-taxonomy-term-4.section-taxonomy-term-4 .feat-pop-articles .views-row,
.page-taxonomy-term-13.section-taxonomy-term-13 .feat-pop-articles .views-row,
.page-taxonomy-term-15.section-taxonomy-term-15 .feat-pop-articles .views-row {
  border-bottom: 1px #ccc solid;
  height: 175px;
  margin: 0;
  padding: 0 20px;
  width: 335px;
}
.front .feat-pop-articles .views-row-even,
.page-taxonomy-term-1.section-taxonomy-term-1 .feat-pop-articles .views-row-even,
.page-taxonomy-term-2.section-taxonomy-term-2 .feat-pop-articles .views-row-even,
.page-taxonomy-term-3.section-taxonomy-term-3 .feat-pop-articles .views-row-even,
.page-taxonomy-term-4.section-taxonomy-term-4 .feat-pop-articles .views-row-even,
.page-taxonomy-term-13.section-taxonomy-term-13 .feat-pop-articles .views-row-even,
.page-taxonomy-term-15.section-taxonomy-term-15 .feat-pop-articles .views-row-even {
  height: 185px;
  padding-top: 20px;
}
.front .feat-pop-articles .views-row-odd,
.page-taxonomy-term-1.section-taxonomy-term-1 .feat-pop-articles .views-row-odd,
.page-taxonomy-term-2.section-taxonomy-term-2 .feat-pop-articles .views-row-odd,
.page-taxonomy-term-3.section-taxonomy-term-3 .feat-pop-articles .views-row-odd,
.page-taxonomy-term-4.section-taxonomy-term-4 .feat-pop-articles .views-row-odd,
.page-taxonomy-term-13.section-taxonomy-term-13 .feat-pop-articles .views-row-odd,
.page-taxonomy-term-15.section-taxonomy-term-15 .feat-pop-articles .views-row-odd {
  padding-bottom: 20px;
}
.feat-pop-articles .views-row-even {
  border: none !important;
}
.feat-pop-articles .views-row-odd {
  padding-top: 0;
}
.front .feat-pop-articles .views-row,
.page-taxonomy-term-1.section-taxonomy-term-1 .feat-pop-articles .views-row,
.page-taxonomy-term-2.section-taxonomy-term-2 .feat-pop-articles .views-row,
.page-taxonomy-term-3.section-taxonomy-term-3 .feat-pop-articles .views-row,
.page-taxonomy-term-4.section-taxonomy-term-4 .feat-pop-articles .views-row,
.page-taxonomy-term-13.section-taxonomy-term-13 .feat-pop-articles .views-row,
.page-taxonomy-term-15.section-taxonomy-term-15 .feat-pop-articles .views-row {
  float: none;
}
.page-taxonomy-term-1.section-taxonomy-term-1 .feat-pop-articles .views-row-1,
.page-taxonomy-term-1.section-taxonomy-term-1 .feat-pop-articles .views-row-2,
.page-taxonomy-term-1.section-taxonomy-term-2 .feat-pop-articles .views-row-1,
.page-taxonomy-term-1.section-taxonomy-term-2 .feat-pop-articles .views-row-2,
.page-taxonomy-term-1.section-taxonomy-term-3 .feat-pop-articles .views-row-1,
.page-taxonomy-term-1.section-taxonomy-term-3 .feat-pop-articles .views-row-2,
.page-taxonomy-term-1.section-taxonomy-term-4 .feat-pop-articles .views-row-1,
.page-taxonomy-term-1.section-taxonomy-term-4 .feat-pop-articles .views-row-2,
.page-taxonomy-term-1.section-taxonomy-term-13 .feat-pop-articles .views-row-1,
.page-taxonomy-term-1.section-taxonomy-term-13 .feat-pop-articles .views-row-2,
.page-taxonomy-term-1.section-taxonomy-term-15 .feat-pop-articles .views-row-1,
.page-taxonomy-term-1.section-taxonomy-term-15 .feat-pop-articles .views-row-2,
.front .feat-pop-articles .views-row-1,
.front .feat-pop-articles .views-row-2 {
  padding-left: 0 !important;
  width: 355px;
}
.front .feat-pop-articles .article-group,
.page-taxonomy-term-1.section-taxonomy-term-1 .feat-pop-articles .article-group,
.page-taxonomy-term-2.section-taxonomy-term-2 .feat-pop-articles .article-group,
.page-taxonomy-term-3.section-taxonomy-term-3 .feat-pop-articles .article-group,
.page-taxonomy-term-4.section-taxonomy-term-4 .feat-pop-articles .article-group,
.page-taxonomy-term-13.section-taxonomy-term-13 .feat-pop-articles .article-group,
.page-taxonomy-term-15.section-taxonomy-term-15 .feat-pop-articles .article-group {
  width: 375px;
}
.feat-pop-articles .views-field-field-feature-feat-img {
  float: right;
  margin: 0 0 0 10px;
}
.feat-pop-articles .views-field-title {
  font-size: 18px;
  margin-bottom: 4px;
}
.feat-pop-articles .views-field-title a {
  color: #000;
}
.feat-pop-articles .views-field-field-article-blurb {
  color: #555;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 8px;
}
.feat-pop-articles .views-field-comment-count {
  font-family: Times New Roman, Times, serif;
  font-size: 12px;
  line-height: 15px;
  color: #333;
  font-style: italic;
  padding-left: 18px;
  background: transparent url(../images/icon-comments.png) 0 2px no-repeat;
}
.feat-pop-articles .views-field-comment-count .comment-timestamp {
  margin-left: 2px;
  border-left: 1px #999 solid;
  padding-left: 2px;
}
.feat-pop-articles .views-field-last-comment-name a {
  text-decoration: none;
}
.feat-pop-articles .views-field-last-comment-name a:hover {
  text-decoration: underline;
}
.feat-pop-articles .views-field-field-subject {
  margin-bottom: 6px;
}
.views-subject {
  display: inline;
  padding: 4px;
  font-size: 11px;
  font-weight: bold;
  line-height: 11px;
  text-transform: uppercase;
  color: #fff;
}
.section-taxonomy-term-1 .block-quicktabs .article-group .views-field-field-skill-level .Advanced {
  background-image: url(../images/dots/difficulty-3-f9c20c.gif);
}
.article-group .views-field-field-skill-level .skill {
  text-indent: -999em;
  width: 44px;
  height: 20px;
  float: right;
  margin-top: -26px;
}
/**********************
 * NODE - ARTICLE
 *********************/

.node img.too-big {
  max-width: 744px;
  height: auto !important;
}
.node-article {
  position: relative;
  z-index: 1;
}
.node-type-article.section-vocab-subject #content .content-section {
  padding-top: 20px;
}
.node-type-article #content h1#page-title {
  font: normal 38px/42px HomePower, "Times New Roman", serif;
  margin-bottom: 2px;
  width: 482px;
}
p span.lead-in {
  font-size: 18px;
  font-weight: bold;
}
p.first-graph:first-line {
  font-weight: bold;
}
.node-type-article .node .content .article-head {
  position: relative;
  width: 482px;
  margin-bottom: 12px
}
.node-type-article .node .content p.first-graph:first-line {
  font-weight: bold;
}
.node-type-article .node .content .field-name-field-subtitle {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 2px;
}
.node-type-article .node .content .field-name-field-author {
  font-size: 12px;
  margin-bottom: 2px;
}
.node-type-article .node .content .field-name-field-author .field-label {
  font-weight: normal;
}
.node-type-article .node .content .field-name-field-author a {
  font-weight: bold;
}
.node-type-article .node .content .article-date {
  font-size: 12px;
  line-height: 14px;
  height: 14px;
  color: #555;
}
.node-type-article .node .content .article-date .issue-date-control,
.node-type-article .node .content .article-date .field-type-datetime {
  float: left;
  margin-right: 6px;
}
.node-type-article .node .content .article-date .field-label {
  font-weight: normal;
}
.node-type-article .node .content .article-date .field-name-field-article-updated {
  border-left: 1px #ccc solid;
  padding-left: 6px;
}
.node-type-article .node .content div.skill {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
  height: 22px;
  width: 50px;
  text-indent: -9999px;
}
.node-type-article .node .content .field-name-field-skill-level {
  display: none;
}
.node-type-article .node .content .field-type-taxonomy-term-reference,
.node-type-article .node .content .field-type-taxonomy-term-reference li {
  margin-bottom: 0;
}
.node-type-article .node .content .field-name-field-article-image-main-cap,
.node-type-article .node .content .field-name-field-article-image-main-attr {
  color: #fff;
  background-color: #000;
  opacity: 0.75;
  font: normal 12px/18px arial, verdana, helvetica, sans-serif;
  padding: 6px;
}
.node-type-article .node .content .field-name-field-article-image-main-attr {
  font-style: italic;
}
.node-type-article .node .content .field-name-body {
  margin-top: 16px;
  padding-bottom: 10px;
}
.cke_show_borders p span.glossary {
  border-bottom: 1px #f00 dotted;
}
p span.glossary-processed {
  border-bottom: 1px #999 dotted;
  cursor: help;
}
.node-type-article .field-name-field-print-issue {
  float: left;
}
.node-type-article .field-name-field-print-issue .field-label {
  font-weight: bold;
}
.field-name-field-print-issue .field-item {
  padding: 0 5px;
}
/*
.node-type-article .field-name-field-print-issue .field-label {
  color: #0071B3;
  background: url(../images/bullett-sprite.gif) no-repeat  left 3px transparent;
  padding-left: 8px;
}
.node-type-article .field-name-field-print-issue .field-label:hover {
  cursor: pointer;
}
.node-type-article .field-name-field-print-issue .field-label.active-arrow {
  background-position: left -20px;
}

*/

/*
.field-name-field-print-issue .field-item {
  padding: 0 5px;
  display: none;
}
*/

.node-type-article .field-name-field-author .field-item {
  float: left;
}
.node-type-article .field-name-field-author .field-item.odd {
  padding: 0px 4px;
}
.node-type-article .field-name-field-author .field-item:after {
  content: ",";
}
.node-type-article .field-name-field-author .field-item:nth-last-child(1):after {
  content: " ";
}
/**********************
 * ARTICLE - BLOCK - INSIDE THIS ARTICLE
 **********************/

.inside-article-block {
  background-color: #292929;
  padding: 10px 8px 6px 14px;
  width: 239px;
  height: 276px;
  float: right;
  clear: left;
  margin: 0px 0px 12px 1px;
}
#content .inside-article-block h2 {
  font-family: HomePower, Times New Roman, serif;
  font-size: 20px;
  color: #fff;
  margin-bottom: 12px;
}
.inside-article {
  height: 220px;
  left: -2px;
  overflow: auto;
  position: relative;
}
.inside-article .item-list ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.inside-article .item-list ul li {
  margin: 0px 0px 6px 0px;
  padding: 2px 0px 2px 30px;
  position: relative;
}
.inside-article .item-list ul li .icon {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  margin-top: -10px;
  background: transparent url(../images/icons-sidebars-sprite-new.png) 0px 0px no-repeat;
}
.inside-article .item-list ul li a {
  display: block;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}
.item-list ul li.icon-table .icon {
  background-position: 0px -1px;
}
.item-list ul li.icon-text .icon {
  background-position: 0px -147px;
}
.item-list ul li.icon-schem .icon {
  background-position: 0px -104px;
}
.item-list ul li.icon-spec .icon {
  background-position: 0px -177px;
}
.item-list ul li.icon-illu .icon {
  background-position: 0px -69px;
}
.item-list ul li.icon-graph .icon {
  background-position: 0px -33px;
}
.item-list ul li.icon-file .icon {
  background-position: 0px -207px;
}
/**********************************
 * ARTICLE GALLERY
 *********************************/

.article-gallery-block {
  width: 482px;
  height: 292px;
  float: right;
  margin: 0px 0px 12px 0px;
}
.above-article-body.single {
  float: right;
}
.basics .above-article-body.single {
  float: none;
}
.above-article-body.single #block-views-article-components-block-1,
.above-article-body.single #block-views-article-gallery-block {
  margin-left: 20px;
}
/* article gallery image caption */

.article-gallery .views-field-field-article-img-cap {
  background: #292929;
  color: #fff;
  display: block;
  height: 62px;
  left: 0;
  position: relative;
  width: 100%;
}
.article-gallery .views-field-field-article-img-cap .field-content {
  padding: 10px;
}
.article-gallery .views-field-field-article-image-1 {
  line-height: 0px;
  position: relative;
}
.article-gallery .views-slideshow-controls-bottom {
  margin-top: 1px;
  width: 470px;
  height: 55px;
  padding: 3px 6px;
  overflow-x: auto;
  overflow-y: hidden;
  background-color: #292929;
}
.article-gallery .views-slideshow-controls-bottom .widget_pager_bottom {
  width: 9999px;
}
.article-gallery .views-slideshow-controls-bottom .views-slideshow-pager-field-item {
  float: left;
}
/**********************************
 * ARTICLE GALLERY IMAGE LIGHTBOX
 *********************************/

.view-article-image .views-field-field-article-image img {
  display: block;
}
.view-article-image .views-field-field-article-image {
  text-align: center;
}
.view-article-image .views-field {
  width: 700px;
  margin: 0 auto;
}
.view-article-image .views-field-field-article-img-attr {
  font-style: italic;
  font-size: 10px;
}
.view-article-image .views-field-field-article-img-cap {
  margin-top: 10px;
}
/**********************************
 * NODE - EVENT
 *********************************/

.node-type-event #page-title {
  display: none;
  visibility: hidden;
}
.node-type-event.page-node-edit #page-title {
  display: block;
  visibility: visible;
}
.node-event .field {
  padding: 0px 0px 20px 0px;
}
.node-event .field-name-field-event-cat {
  display: none;
  visibility: hidden;
}
.node-event .field-group-div {
  display: inline-block;
  /*-- ie7 hacks for inline-block --*/
  *zoom: 1;
  *display: inline;
}
.node-event .field-name-field-logo {
  padding: 0px 20px 20px 0px;
}
.node-event .field-name-field-event-date,
.node-event .field-name-field-price,
.node-event .field-name-field-primary-org-group,
.node-event .group_event_location {
  float: left;
}
.node-event .field-name-field-event-date,
.node-event .field-name-field-price,
.node-event .group_event_location {
  width: 200px;
  padding-right: 20px
}
.node-event .field-name-field-primary-org-group {
  width: 340px;
}
.node-event .field-name-body {
  padding: 0px;
  clear: both;
}
.node-event .group_training_section .field {
  padding-bottom: 20px;
}
#edit-field-country-event-value {
  width: 165px;
}
.field-name-field-instructor input#edit-field-instructor-und-0-value {
  width: 380px;
}
.field-type-image input#edit-field-logo-und-0-upload-button {
  margin-left: 20px;
}
.node-type-event .field-group-div {
  margin-bottom: 20px;
}
.node-type-event .field-group-div div {
  margin: 0px;
  padding: 0px;
}
.node-type-event .field-name-body {
  margin-bottom: 20px;
}
.login-events {
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
.field-group-format h3 {
  font: bold 13px/18px arial, verdana, helvetica, sans-serif;
  color: #000;
  margin: 0px;
}
.node-type-event .field-label {
  font: bold 13px/18px arial, verdana, helvetica, sans-serif;
  color: #000;
}
.node-type-event .submitted {
  padding-bottom: 6px;
}
.node-type-event .event-flag {
  padding-bottom: 20px;
}
.node-type-event .flag-message {
  background-color: #EDEDED;
  border: 1px solid #BBB;
  border-radius: 3px;
  padding: 7px;
  z-index: 999;
  color: #333;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, .2);
  font-size: 14px;
  line-height: 18px;
}
.node-type-event .flagged {
  color: #8B0E00;
  font-weight: bold;
}
.node-type-event .submitted p {
  font-style: italic;
  margin: 0px;
}
/*--- event form ---*/

.page-node-edit.node-type-event .filter-wrapper,
.page-node-add-event .filter-wrapper {
  display: none;
}
.page-node-edit.node-type-event .training-selected,
.page-node-add-event .training-selected {
  display: none;
  background-color: #F3F3F3;
  padding: 20px 20px 0px 20px;
  border-radius: 5px;
  width: 400px;
  margin-bottom: 20px;
}
.page-node-edit.node-type-event .group-training > div,
.page-node-add-event .group-training > div {
  padding-bottom: 20px;
}
.page-node-edit.node-type-event .field-name-body,
.page-node-add-event .field-name-body {
  margin-bottom: 20px;
}
.page-node-edit.node-type-event .field-name-field-logo {
  float: none;
  padding: 0 20px;
}
.add-required-star:after {
  content: "*";
  color: red;
}
.at-lest-one-message:before {
  content: "Enter at lest one way for people to find out more about the event.";
  color: red;
  font-weight: bold;
}
#field-event-date-add-more-wrapper .start-date-wrapper,
#field-event-date-add-more-wrapper .end-date-wrapper {
  float: left;
  width: 174px;
  clear: none;
  margin-right: 20px;
  margin-top: 20px;
}
#field-event-date-add-more-wrapper .form-type-date-popup {
  padding: 0px 10px;
}
#field-event-date-add-more-wrapper .date-float {
  float: none;
}
#field-event-date-add-more-wrapper .form-item-field-event-date-und-0-value,
#field-event-date-add-more-wrapper .form-item-field-event-date-und-0-value2 {
  position: relative;
  background-color: #f2f2f2;
}
#field-event-date-add-more-wrapper label[for="edit-field-event-date-und-0-value"],
#field-event-date-add-more-wrapper label[for="edit-field-event-date-und-0-value2"] {
  display: none;
}
#field-event-date-add-more-wrapper .form-item-field-event-date-und-0-value:before {
  content: "Start Date:";
  padding-left: 10px;
  position: absolute;
  font-weight: bold;
  top: -20px;
  left: 0px;
}
#field-event-date-add-more-wrapper .form-item-field-event-date-und-0-value2:before {
  content: "End Date:";
  padding-left: 10px;
  position: absolute;
  font-weight: bold;
  top: -20px;
  left: 0px;
}
.node-type-event .location-group .field-name-field-city {
  float: left;
  margin-right: 10px;
  position: relative;
}
.node-type-event .field-name-field-city:after {
  content: ",";
  position: absolute;
  right: -5px;
  top: 0px;
}
/* -- Events Flagged List -- */

.page-admin-events-flagged .views-row {
  padding: 20px;
  min-height: 85px;
}
.page-admin-events-flagged .views-row-even {
  background-color: #f2f2f2;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
.page-admin-events-flagged .forum-post-panel-main {
  margin-left: 110px;
}
/**********************************
 * NODE - Jobs
 *********************************/

.node-type-job .left-col {
  width: 170px;
  background-color: #F2F2F2;
  padding: 0px 20px 10px 20px;
  border-radius: 5px;
  font-size: 11px;
  line-height: 12px;
}
.node-type-job .right-col {
  float: left;
  width: 490px;
  padding: 0 0 0 40px;
}
.node-type-job #content .left-col h2.job-info {
  background-color: #CCC;
  border-radius: 5px 5px 0px 0px;
  padding: 5px 10px 5px 20px;
  display: block;
  margin: 0px -20px 10px -20px;
}
.node-type-job .left-col .field {
  margin-bottom: 10px;
}
.node-type-job .geo {
  display: none;
}
.form-item-field-location-und-0-delete-location {
  display: none;
}
.page-jobs-search .views-exposed-form .views-exposed-widget {
  padding: 0px;
  float: none;
}
.page-jobs-search .form-item-items-per-page {
  float: right;
}
.page-jobs .view-filters {
  float: right;
  margin: 10px 0px;
}
.view-jobs-directory .view-content {
  clear: both;
}
.view-jobs-directory .form-select {} body.page-jobs .form-item-items-per-page label {
  float: left;
  padding-right: 10px;
}
body.page-jobs .form-item-items-per-page select#edit-items-per-page {
  float: left;
}
.page-jobs .tabs {
  clear: both;
  margin-bottom: 0px;
}
.group_recruiting_contact h3 {
  background-color: #CCC;
  margin: 20px -20px 10px -20px;
  padding: 3px 5px 3px 20px;
  color: #666;
}
.group_recruiting_contact .field-name-field-firstname {
  float: left;
  padding-right: 5px;
}
/* -- Map View for jobs -- */

body.page-jobs-map .geo,
body.page-jobs-map .map-link,
body.page-jobs-map .country-name,
body.page-jobs-map .postal-code {
  display: none;
}
/**********************************
 * NODE - Profile
 *********************************/

.node-type-profile .field-name-field-profile-photo {
  float: left;
  padding-right: 20px;
}
.node-type-profile.page-node-edit .field-name-field-profile-photo {
  float: none;
  padding-right: 0px;
}
.node-type-profile #block-views-author-articles-block {
  margin-top: 75px;
}
.node-type-profile.page-node-edit .file-icon {
  margin: 0px 0px -3px 0px;
}
.node-type-profile blockquote,
{
  clear: both;
}
/**********************************
 * PAGE - Media Planner Launch
 *********************************/

.media-btn {
  clear: both;
  display: block;
  width: 325px;
  font-size: 30px;
  margin: 0 auto;
  font-family: HomePower, 'Times New Roman', serif;
  padding: 15px;
  text-align: center;
}
/**********************************
 * SOCIAL LINKS
 *********************************/

.node-type-article #content {
  position: relative;
}
.social {
  width: 240px;
  position: relative;
}
.social-top {
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 20px;
}
.social .one {
  position: absolute;
  width: 150px;
}
.social .two {
  margin-left: 150px;
}
.social .two a {
  background: url(../images/icons-article.gif) no-repeat;
  padding-left: 25px;
  display: block;
  line-height: 21px;
  font-weight: bold;
}
.social .two a.addthis_button_compact {
  float: none;
  position: relative;
}
.social .two a span {
  left: 0;
  top: 0;
  position: absolute;
  background: url(../images/icons-article.gif) 0 0 no-repeat;
}
.social .two a.email {
  background-position: 0 -21px;
}
.social .two a.print {
  background-position: 0 -42px;
}
/**********************************
 * ARTICLE BLOCK: RELATED ARTICLES
 *********************************/

#above-comments {
  width: 250px;
  margin-top: 15px;
  float: right;
  position: relative;
  border-left: 1px solid #ccc;
  padding-left: 10px;
  padding-bottom: 20px;
}
#block-views-similar-entries-block-1 ul,
#block-views-similar-entries-block-1 li {
  margin: 0;
  padding: 0 0 10px 0;
  list-style: none;
}
#block-views-similar-entries-block-1 li .views-field-title {
  font-weight: bold;
  padding-left: 10px;
  background: url(../images/bullett.gif) 1px 4px no-repeat;
}
#comments h2,
#block-views-similar-entries-block-1 h2 {
  font: normal 28px/32px HomePower, "Times New Roman", serif;
  color: #aaa;
}
/**********************************
 * ARTICLE COMMENTS
 *********************************/

.forum-post-panel-main {
  height: auto !important;
  min-height: 0 !important;
}
#comments {
  margin: 0 320px 0 0;
  position: relative;
}
#comments .author-name,
#comments .login-links {
  font-weight: bold;
}
#comments .user-picture {
  margin-right: 0px;
  padding-top: 4px;
}
#comments .forum-post-panel-main {
  margin: 0px 0px 0px 65px;
}
#comments .user-picture img {
  border-radius: 4px;
  width: 48px;
  height: 48px;
}
.author-pane {
  display: inline;
}
.forum-post {
  clear: left;
}
.forum-post-panel-main,
.forum-post-panel-main .post-title,
.forum-post-links,
.forum-post-panel-main .forum-post-content {
  margin: 0;
  padding: 0;
  text-align: left;
  float: none;
}
.forum-post-footer ul.inline.links li {
  display: inline;
  float: none;
  padding: 0;
}
.forum-post-panel-main {
  margin-left: 90px;
}
.forum-post-wrapper .user-picture {
  float: left;
  margin-right: 10px;
}
.forum-post-wrapper,
.forum-post-wrapper .forum-post-footer {
  clear: none;
}
.forum-post-wrapper a {
  font-weight: bold;
}
.forum-post-footer .links li:before {
  content: ' | ';
}
#comments h2.title {
  clear: left;
}
.not-logged-in #comments {
  margin-top: 40px;
}
.not-logged-in #comments h2.title,
#comments .author-name a.permalink,
.not-logged-in #comments .forum-post-footer .links,
#comments .wysiwyg-toggle-wrapper {
  display: none;
}
#comments .hide-me {
  display: none;
}
.login-comments {
  left: -448px;
  position: absolute;
  top: 33px;
}
h2.comments-title {
  color: #AAAAAA;
  font: 28px/32px HomePower, "Times New Roman", serif;
  margin-top: 15px;
}
.login-comments h2 {
  color: #AAAAAA;
  font: 28px/32px HomePower, "Times New Roman", serif;
  margin-top: 15px;
}
#comments .form-type-item {
  display: none;
}
#comments .filter-wrapper,
#comments .grippie,
#comments .form-type-textarea label {
  display: none;
}
#comments textarea,
.page-comment textarea {
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, .2);
  -moz-box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, .2);
  box-shadow: inset 2px 2px 5px 0px rgba(0, 0, 0, .2);
  background: #efefef;
  background: -moz-linear-gradient(top, #efefef 0%, #efefef 45%, #e7e7e7 50%, #e7e7e7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(45%, #efefef), color-stop(50%, #e7e7e7), color-stop(100%, #e7e7e7));
  background: -webkit-linear-gradient(top, #efefef 0%, #efefef 45%, #e7e7e7 50%, #e7e7e7 100%);
  background: -o-linear-gradient(top, #efefef 0%, #efefef 45%, #e7e7e7 50%, #e7e7e7 100%);
  background: -ms-linear-gradient(top, #efefef 0%, #efefef 45%, #e7e7e7 50%, #e7e7e7 100%);
  background: linear-gradient(top, #efefef 0%, #efefef 45%, #e7e7e7 50%, #e7e7e7 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#e7e7e7', GradientType=0);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
#comments textarea:focus,
.page-comment textarea:focus {
  outline: none;
  -webkit-box-shadow: inset 2px 2px 3px 0px rgba(0, 0, 0, .1);
  -moz-box-shadow: inset 2px 2px 3px 0px rgba(0, 0, 0, .1);
  box-shadow: inset 2px 2px 3px 0px rgba(0, 0, 0, .1);
  background: #f2f2f2;
  background: -moz-linear-gradient(top, #f2f2f2 0%, #f2f2f2 45%, #f2f2f2 50%, #e5e5e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f2f2), color-stop(45%, #f2f2f2), color-stop(50%, #f2f2f2), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(top, #f2f2f2 0%, #f2f2f2 45%, #f2f2f2 50%, #e5e5e5 100%);
  background: -o-linear-gradient(top, #f2f2f2 0%, #f2f2f2 45%, #f2f2f2 50%, #e5e5e5 100%);
  background: -ms-linear-gradient(top, #f2f2f2 0%, #f2f2f2 45%, #f2f2f2 50%, #e5e5e5 100%);
  background: linear-gradient(top, #f2f2f2 0%, #f2f2f2 45%, #f2f2f2 50%, #e5e5e5 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e5e5e5', GradientType=0);
}
#comments .form-actions {
  text-align: right;
  padding: 10px 0px;
  margin: 0px;
}
#comments input.form-submit,
.page-comment input.form-submit {
  text-align: right;
  font-weight: bold;
  background-color: #EA7E24;
  padding: 5px 10px;
  color: white;
  border: 1px solid #D15C16;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top, #e49905 0%, #eab55c 2%, #e49905 5%, #c85c02 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e49905), color-stop(2%, #eab55c), color-stop(5%, #e49905), color-stop(100%, #c85c02));
  background: -webkit-linear-gradient(top, #e49905 0%, #eab55c 2%, #e49905 5%, #c85c02 100%);
  background: -o-linear-gradient(top, #e49905 0%, #eab55c 2%, #e49905 5%, #c85c02 100%);
  background: -ms-linear-gradient(top, #e49905 0%, #eab55c 2%, #e49905 5%, #c85c02 100%);
  background: linear-gradient(top, #e49905 0%, #eab55c 2%, #e49905 5%, #c85c02 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e49905', endColorstr='#c85c02', GradientType=0);
}
.page-comment .block-search input.form-submit {
  text-align: left;
}
#comments input.form-submit:hover,
.page-comment input.form-submit:hover {
  background-color: #D15C16;
  text-decoration: none;
  background: -moz-linear-gradient(top, #db8c15 0%, #c75b02 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db8c15), color-stop(100%, #c75b02));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #db8c15 0%, #c75b02 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #db8c15 0%, #c75b02 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #db8c15 0%, #c75b02 100%);
  /* IE10+ */
  background: linear-gradient(top, #db8c15 0%, #c75b02 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#db8c15', endColorstr='#c75b02', GradientType=0);
  /* IE6-9 */
}
#comments input.form-submit:active,
.page-comment input.form-submit:active {
  background: #c75b02;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c75b02 0%, #db8c15 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c75b02), color-stop(100%, #db8c15));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c75b02 0%, #db8c15 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c75b02 0%, #db8c15 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c75b02 0%, #db8c15 100%);
  /* IE10+ */
  background: linear-gradient(top, #c75b02 0%, #db8c15 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c75b02', endColorstr='#db8c15', GradientType=0);
  /* IE6-9 */
}
#comments .forum-post-wrapper {
  margin-bottom: 15px;
}
#comments .indented .forum-post-wrapper {
  margin-bottom: 0px;
}
#comments .indented {
  margin-bottom: 15px;
}
#comments .indented .indented {
  margin-top: 0px;
}
#comments .forum-post {
  padding-right: 10px;
}
#comments .indented .forum-post {
  margin-top: 0px;
}
#comments .flag-it {
  padding-top: 5px;
}
#comments .indented div.hide-comments {
  background-color: #f2f2f2;
  padding: 10px 10px 10px 10px;
  border-radius: 3px;
  margin-bottom: 5px;
  position: relative;
  margin-top: 20px;
}
#comments .indented div.hide-comments:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #F2F2F2;
  position: absolute;
  top: -19px;
  left: 30px;
}
#comments .flag-it a.flag {
  display: block;
  float: right;
  margin-top: -23px;
}
.forum-post-footer .links li.flag-comment_abuse::before,
.forum-post-footer .links li.comment-reply::before {
  content: ' ';
}
#comments .comment-reply a {
  text-transform: capitalize;
  margin-left: 5px;
  text-align: right;
  font-weight: bold;
  background-color: #EA7E24;
  padding: 1px 10px;
  color: white;
  border: 1px solid #D15C16;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top, #e49905 0%, #eab55c 2%, #e49905 5%, #c85c02 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e49905), color-stop(2%, #eab55c), color-stop(5%, #e49905), color-stop(100%, #c85c02));
  background: -webkit-linear-gradient(top, #e49905 0%, #eab55c 2%, #e49905 5%, #c85c02 100%);
  background: -o-linear-gradient(top, #e49905 0%, #eab55c 2%, #e49905 5%, #c85c02 100%);
  background: -ms-linear-gradient(top, #e49905 0%, #eab55c 2%, #e49905 5%, #c85c02 100%);
  background: linear-gradient(top, #e49905 0%, #eab55c 2%, #e49905 5%, #c85c02 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e49905', endColorstr='#c85c02', GradientType=0);
}
#comments .comment-reply a:hover {
  background-color: #D15C16;
  text-decoration: none;
  background: -moz-linear-gradient(top, #db8c15 0%, #c75b02 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db8c15), color-stop(100%, #c75b02));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #db8c15 0%, #c75b02 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #db8c15 0%, #c75b02 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #db8c15 0%, #c75b02 100%);
  /* IE10+ */
  background: linear-gradient(top, #db8c15 0%, #c75b02 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#db8c15', endColorstr='#c75b02', GradientType=0);
  /* IE6-9 */
}
#comments .comment-reply a:active {
  background: #c75b02;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c75b02 0%, #db8c15 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c75b02), color-stop(100%, #db8c15));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c75b02 0%, #db8c15 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c75b02 0%, #db8c15 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c75b02 0%, #db8c15 100%);
  /* IE10+ */
  background: linear-gradient(top, #c75b02 0%, #db8c15 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c75b02', endColorstr='#db8c15', GradientType=0);
  /* IE6-9 */
}
.tog-comments {
  background: url(../images/more-comments.png) left bottom no-repeat transparent;
  height: 25px;
  width: 150px;
  text-indent: -9999em;
  cursor: pointer;
  float: right;
  margin-top: 10px;
}
.tog-comments {
  display: none;
}
.tog-comments:hover {
  background-position: right bottom;
}
.tog-comments.open {
  background-position: left top;
}
.tog-comments.open:hover {
  background-position: right top;
}
/*--Flag Comments--*/

#comments .flag-message {
  background-color: pink;
  padding: 2px 5px;
}
#comments span.flag {
  color: #A9A9A9;
  font-size: 11px;
}
/*--Comment Reply Page--*/

.page-comment .filter-wrapper,
.page-comment .wysiwyg-toggle-wrapper,
.page-comment .grippie {
  display: none;
}
.page-comment .comment-form label {
  width: auto;
  padding-right: 10px;
}
.page-comment .author-pane a.username {
  padding: 0px 0px 10px 0px;
  display: block;
}
.field-type-image img,
.user-picture img {
  margin: 0 0 1em;
  border-radius: 5px;
  background-color: #f2f2f2;
}
.image-widget-data img {
  margin: 0px;
  border-radius: 0px;
  border: none;
  background-color: transparent;
  padding: 0px;
}
.page-comment .forum-post-info {
  height: 20px;
  background-color: #F3F3F3;
  border-radius: 3px;
  padding: 5px;
  margin: 0px 0px 10px 0px;
}
.page-comment .forum-post-panel-sub {
  width: 100px;
}
.page-comment .forum-post-panel-sub .author-pane {
  margin: 0px;
}
.page-comment .forum-post-panel-main {
  margin-left: 90px;
  padding: 20px 0px 0px 0px;
}
.page-comment .comment-form .form-type-item {
  background-color: #F3F3F3;
  padding: 5px 10px;
  border-radius: 3px;
}
/*--Comments Abuse View--*/

.view-comment-abuse-list .views-row {
  padding: 20px;
  min-height: 85px;
}
.view-comment-abuse-list .views-row-even {
  background-color: #f2f2f2;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
}
.view-comment-abuse-list .forum-post-panel-main {
  margin-left: 110px;
}
.page-comment label {
  font: bold 12px/18px arial, verdana, helvetica, sans-serif;
}
/**********************************
 * BASICS ARTICLE
 *********************************/

body.basics .article-head,
.view-basics h2.title,
.view-basics .article-head {
  display: none;
}
.basics.node-type-article #content h1#page-title {
  margin-bottom: 35px;
  font-size: 51px;
}
.view-basics .view-article-gallery {
  width: 482px;
  float: right;
  margin-left: 20px;
}
#block-menu-block-3 ul,
#block-menu-block-3 li {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}
#block-menu-block-3 ul {
  background: url(../images/bg-basics-line.png) center 17px no-repeat;
  margin: 0 0 20px 0;
}
#block-menu-block-3 li a.num:hover,
#block-menu-block-3 li a.num {
  background: url(../images/bg-basics-circle.png) center top no-repeat;
  color: white;
  padding: 0 !important;
  font-size: 26px;
  line-height: 51px;
  text-align: center;
  text-shadow: 1px 1px 3px #666;
}
#block-menu-block-3 li.active .num {
  background: url(../images/bg-basics-circle-current.png) center top no-repeat !important;
  color: white;
}
#block-menu-block-3 li a:hover,
#block-menu-block-3 li a {
  color: #666;
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  padding: 0 24%;
}
#block-menu-block-3 li.first a {
  padding: 0 48% 0 0;
}
#block-menu-block-3 li.last a {
  padding: 0 0 0 48%;
}
#block-menu-block-3 li.first a.num {
  position: relative;
  left: -32%;
}
#block-menu-block-3 li.last a.num {
  position: relative;
  right: -32%;
}
#block-menu-block-3 .four-plus .second,
#block-menu-block-3 .four-plus .penultimate {
  position: relative;
  left: -3%;
}
#block-menu-block-3 .four-plus .penultimate {
  left: auto;
  right: -3%;
}
#block-menu-block-3 .four-plus .last .num {
  right: -29%;
}
#block-menu-block-3 .four-plus .first .num {
  left: -29%;
}
.node .content a.basics {
  background: url(../images/bg-basics-next-prev.png);
  width: 63px;
  background-position: left top;
  height: 47px;
  color: white;
  line-height: 47px;
  text-decoration: none;
  display: block;
  padding: 0 10px 0 40px;
  font-weight: bold;
  float: left;
}
.node .content a.prev {
  clear: left;
}
.node .content a.next {
  padding: 0 25px 0 25px;
  background-position: right bottom;
  float: right;
}
.node .content a.next[href] {
  background-position: right top;
}
.node .content a.prev[href] {
  background-position: left bottom;
}
/**********************
 * CONTRACTORS DIRECTORY aka EXPERTS Directory (VIEWS)
 **********************/

.view-contractors .views-exposed-form {
  margin-bottom: 20px;
}
.view-contractors .bef-checkboxes label {
  font-weight: normal;
}
.view-contractors #edit-services-wrapper {
  clear: both;
}
.view-contractors #edit-services-wrapper .bef-checkboxes .form-item {
  float: left;
  margin: 0 8px 8px 0;
  width: 235px;
}
.view.contractors-search #contractors-advsearch {
  clear: both;
  padding: 0px;
  margin: 0px;
  width: 745px;
  border-top: 1px solid #F2F2F2;
}
.view.contractors-search .submit-btns {
  display: inline-block;
  width: 730px;
  margin-top: 5px;
  /*-- ie7 hacks for inline-block --*/
  *zoom: 1;
  *display: inline;
}
#contractors-advsearch h2 {
  color: #EA7E24;
  font: bold 20px/42px HomePower, "Times New Roman", serif;
}
.view.contractors-search #hpcontr-certs .form-item label {
  font-weight: normal;
}
.view.contractors-search #edit-distance-wrapper .form-item,
.view.contractors-search #edit-distance-wrapper .form-item label,
.view.contractors-search #edit-distance-wrapper .form-item input {
  display: inline;
}
.view.contractors-search #edit-distance-postal-code,
.view.contractors-search #edit-distance-search-distance {
  width: 100px;
}
.view.contractors-search .views-row {
  border-bottom: 1px #ccc solid;
  padding: 0px 0px 15px 0px;
  margin-bottom: 15px;
  display: inline-block;
  width: 745px;
  /*-- ie7 hacks for inline-block --*/
  *zoom: 1;
  *display: inline;
}
.view.contractors-search .views-field-title {
  font-size: 16px;
  font-weight: bold;
}
.submit-btns {
  display: inline-block;
  width: 740px;
}
/*-- Contractor Search Page --*/

.contractor-login {
  font-size: 11px;
  text-align: right;
  line-height: 14px;
}
.page-contractors input[type='checkbox'] {
  margin: 2px 5px 2px 2px;
}
.page-contractors .show-hide {
  display: block;
  width: 175px;
  clear: both;
  margin-bottom: 5px;
}
#contractors-advsearch > div {
  padding-right: 15px;
}
#contractors-advsearch input#edit-title {
  width: 185px;
}
.page-contractors .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0em;
}
.page-contractors .views-widget-filter-title,
.page-contractors .views-widget-filter-field_applications_value,
.page-contractors .views-widget-filter-field_yyyy_value {
  margin-right: 35px;
}
.page-contractors .view.contractors-search .views-row:nth-last-child(1) {
  border-bottom: none;
}
.page-contractors .view-filters {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 20px;
}
.page-contractors input.form-submit {
  font-weight: bold;
  background-color: #EA7E24;
  padding: 5px 10px;
  color: white;
  border: 1px solid #D15C16;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top, #e49905 0%, #eab55c 2%, #e49905 5%, #c85c02 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e49905), color-stop(2%, #eab55c), color-stop(5%, #e49905), color-stop(100%, #c85c02));
  background: -webkit-linear-gradient(top, #e49905 0%, #eab55c 2%, #e49905 5%, #c85c02 100%);
  background: -o-linear-gradient(top, #e49905 0%, #eab55c 2%, #e49905 5%, #c85c02 100%);
  background: -ms-linear-gradient(top, #e49905 0%, #eab55c 2%, #e49905 5%, #c85c02 100%);
  background: linear-gradient(top, #e49905 0%, #eab55c 2%, #e49905 5%, #c85c02 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e49905', endColorstr='#c85c02', GradientType=0);
}
.page-contractors input.form-submit:hover {
  background-color: #D15C16;
  text-decoration: none;
  background: -moz-linear-gradient(top, #db8c15 0%, #c75b02 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db8c15), color-stop(100%, #c75b02));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #db8c15 0%, #c75b02 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #db8c15 0%, #c75b02 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #db8c15 0%, #c75b02 100%);
  /* IE10+ */
  background: linear-gradient(top, #db8c15 0%, #c75b02 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#db8c15', endColorstr='#c75b02', GradientType=0);
  /* IE6-9 */
}
.page-contractors input.form-submit:active {
  background: #c75b02;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c75b02 0%, #db8c15 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c75b02), color-stop(100%, #db8c15));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c75b02 0%, #db8c15 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c75b02 0%, #db8c15 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c75b02 0%, #db8c15 100%);
  /* IE10+ */
  background: linear-gradient(top, #c75b02 0%, #db8c15 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c75b02', endColorstr='#db8c15', GradientType=0);
  /* IE6-9 */
}
.page-contractors label[for="edit-services"],
.page-contractors label[for="edit-country"],
.page-contractors label[for="edit-distance"] {
  color: #EA7E24;
  font: bold 20px/42px HomePower, "Times New Roman", serif
}
.page-contractors #edit-services-wrapper {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
}
.page-contractors .views-widget-filter-country {
  width: 230px;
}
.page-contractors .views-widget-filter-country,
.page-contractors .views-widget-filter-distance {
  margin-bottom: 25px;
}
.page-contractors .views-widget-filter-distance input {
  margin-right: 20px;
}
.page-contractors .views-widget-filter-distance input#edit-distance-search-distance {
  margin-right: 0px;
}
.page-contractors .tabs {
  margin-bottom: 10px;
}
.page-contractors .location_auto_country {
  width: 200px;
}
.page-contractors .views-row .views-field-field-img-opt img {
  border-radius: 5px;
  float: left;
  margin-right: 20px;
  margin-top: 3px;
}
.page-contractors .view-contractors h3 {
  font-weight: bold;
  font-size: 20px;
}
.page-contractors #contractors-advsearch label {
  margin-bottom: 8px;
}
.page-contractors #contractors-advsearch .form-item {
  margin-bottom: 8px;
}
/*-- Contractor Map Search Page --*/

.view.view-contractors #hpcontr-certs .form-item label {
  font-weight: normal;
}
.view.view-contractors #contractors-advsearch {
  clear: both;
  padding: 0px;
  margin: 0px;
  width: 745px;
  border-top: 1px solid #F2F2F2;
}
.view.view-contractors #edit-distance-wrapper .form-item,
.view.view-contractors #edit-distance-wrapper .form-item label,
.view.view-contractors #edit-distance-wrapper .form-item input {
  display: inline;
}
.view.view-contractors #edit-distance-postal-code,
.view.view-contractors #edit-distance-search-distance {
  width: 100px;
}
.view.view-contractors .views-row {
  border-bottom: 1px #ccc solid;
  padding: 0px 0px 15px 0px;
  margin-bottom: 15px;
  display: inline-block;
  width: 745px;
  /*-- ie7 hacks for inline-block --*/
  *zoom: 1;
  *display: inline;
}
.view.view-contractors .views-field-title {
  font-size: 16px;
  font-weight: bold;
}
.page-contractors .view.view-contractors .views-row:nth-last-child(1) {
  border-bottom: none;
}
/*-- Contractor Node --*/

.node-type-contractor .field-name-body p,
.node-type-contractor .field-name-body .field-item div {
  padding: 0px 0px 10px 0px;
  margin: 0px;
}
.group_phone h3 {
  font: bold 12px/18px arial, verdana, helvetica, sans-serif;
  color: #666;
}
.node-type-contractor .group_column_one .field,
.node-type-contractor .group_column_one .field-group-format {
  padding-bottom: 20px;
}
.node-type-contractor .group_column_one .field-group-format .field {
  padding-bottom: 0px;
}
.node-type-contractor .group_column_one .field-type-image img {
  margin: 0px;
}
.node-type-contractor .group_column_two .field {
  padding-bottom: 20px;
}
.node-type-contractor .field-name-field-license-num .field-item {
  width: 230px;
}
.node-type-contractor .group_column_one {
  float: left;
  padding-right: 25px;
  width: 225px;
  border-right: 1px solid #CCCCCC;
  margin-right: 0px;
}
.node-type-contractor .group_column_two {
  border-left: 1px solid #CCCCCC;
  margin-left: -1px;
  float: left;
  padding-left: 25px;
  width: 450px;
}
/*-- Contractor Form --*/

.node-contractor-form .form-item-title,
.node-contractor-form .field-name-field-yyyy,
.node-contractor-form .field-name-field-employees {
  float: left;
  height: 90px;
  margin: 0px;
}
.node-contractor-form .form-item-title {
  width: 350px;
  margin: 2px 20px -2px 0px;
}
.node-contractor-form .form-item-title input {
  width: 340px;
}
.node-contractor-form .field-name-field-yyyy {
  width: 100px;
  margin-right: 20px;
}
.node-contractor-form .field-name-field-yyyy input,
.node-contractor-form .field-name-field-employees input {
  width: 90px;
}
.node-contractor-form .field-name-field-employees {
  width: 250px;
}
.node-contractor-form .field-name-field-applications,
.node-contractor-form .field-name-field-services {
  float: left;
}
.node-contractor-form .field-name-field-services {
  margin-right: 123px;
}
.node-contractor-form .field-widget-image-image {
  clear: both;
  background-color: #FAFAFA;
  padding: 10px;
  border-radius: 5px;
  border: 1px dotted #CCC;
}
.node-contractor-form .file-icon {
  margin-bottom: -3px;
}
.node-contractor-form #edit-body .form-type-textarea {
  width: 732px;
}
.node-contractor-form .group-pro-info .fieldset-wrapper > div {
  float: left;
  margin-right: 20px;
}
.node-contractor-form .field-name-field-ul-certs {
  width: 495px;
}
.node-contractor-form .field-name-field-trade-assoc,
.node-contractor-form .field-name-field-license {
  width: 255px;
}
.node-contractor-form .field-name-field-trade-assoc input,
.node-contractor-form .field-name-field-license input {
  width: 245px;
}
.node-contractor-form .field-name-field-license-num input {
  width: 125px;
}
.node-contractor-form .group-contact-info .field-name-field-website,
.node-contractor-form .group-contact-info .field-name-field-email,
.node-contractor-form .group-contact-info .field-name-field-phone,
.node-contractor-form .group-contact-info .field-name-field-phone-alt {
  float: left;
  height: 60px;
  padding-right: 20px;
}
.node-contractor-form .group-contact-info .field-name-field-website,
.node-contractor-form .group-contact-info .field-name-field-email {
  width: 300px;
}
.node-contractor-form .group-contact-info .field-name-field-website input,
.node-contractor-form .group-contact-info .field-name-field-email input {
  width: 285px;
}
.node-contractor-form .group-contact-info .field-name-field-website .form-item {
  margin: 1px 0px 0px 0px;
}
.node-contractor-form .group-contact-info .field-name-field-phone-alt {
  width: 535px;
}
.node-contractor-form .group-contact-info .field-name-field-location {
  clear: both;
}
.node-contractor-form table#field-location-more-values thead th {
  padding-left: 10px;
}
/**********************
 * Glossary Simple (VIEWS)
 **********************/

.attachment .view-glossary-list {
  text-align: center;
  padding: 10px 0px;
}
.attachment-before .view-glossary-list {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.attachment-after .view-glossary-list {
  padding: 20px 0px;
  border-top: 1px solid #cccccc;
}
.view-glossary-list span a {
  background: #F2F2F2;
  padding: 5px 6px;
  border-radius: 5px;
  margin: 0px 2px;
}
.view-glossary-list span a:hover {
  background: #cccccc;
  color: white;
  text-decoration: none;
}
.view-glossary-list .views-row {
  padding: 20px;
}
.view-glossary-list .views-row-even {
  background-color: #f2f2f2;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.view-glossary-list span a.active {
  background: #cccccc;
  color: white;
  text-decoration: none;
  cursor: default;
}
.view-glossary-list .view-footer {
  padding: 20px 0px;
  border-top: 1px solid #ccc;
}
.view-glossary-list .view-footer p {
  font-size: 11px;
}
.view-glossary-list .throbber {
  margin-right: -20px;
}
/**********************************
 * ARTICLE SOCIAL SNIPPETS TAB
 *********************************/

.view-social .attachment {
  margin: 16px 0;
  padding: 16px 0;
  border-top: 1px #333 solid;
  border-bottom: 1px #333 solid;
}
.view-social .views-row {
  clear: both;
  margin-bottom: 16px;
}
.view-social .views-field-social-service {
  background-color: #ddd;
  padding: 3px 6px;
  font-weight: bold;
  margin-bottom: 6px;
}
.view-social .views-field-body {
  margin-top: 12px;
}
.view-social .views-field-created,
.view-social .views-field-name,
.view-social .views-field-edit-node {
  font-size: 11px;
  font-style: italic;
}
.view-social .views-field-field-social-status {
  margin-top: 12px;
}
.view-social .views-field-field-social-status .form-type-radios label {
  display: none;
}
.view-social .views-field-field-social-status .form-radios {
  float: left;
}
.view-social .views-field-field-social-status .form-type-radios .form-radios label {
  display: inline;
}
.view-social .views-field-field-social-status .form-type-radio {
  float: left;
  margin-right: 12px;
}
.view-social #edit-actions {
  margin-top: 20px;
  border-top: 1px #ccc solid;
  padding-top: 16px;
}
/*******************************
 * FORM - NODE - ARTICLE
 ******************************/

.page-node-add-article .field-name-field-subject,
.page-node-add-article .field-name-field-subject-addl,
.page-node-edit.node-type-article .field-name-field-subject,
.page-node-edit.node-type-article .field-name-field-subject-addl {
  width: 40%;
  float: left;
}
.page-node-add-article .field-name-field-article-blurb,
.page-node-edit.node-type-article .field-name-field-article-blurb {
  clear: both;
}
/*******************************
 * ARTICLE PAGER
 ******************************/

.smart-paging-pager {
  margin-top: 22px;
  border-top: 1px solid #666;
}
.smart-paging-pager .item-list .pager {
  text-align: right;
  text-transform: capitalize;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.smart-paging-pager .item-list .pager a {
  color: #666;
  font-weight: bold;
}
.smart-paging-pager .pager .pager-first,
.smart-paging-pager .pager .pager-last {
  display: none;
}
.pager-button {
  position: relative;
  top: -26px;
  background: white;
  float: left;
  padding-right: 5px;
}
/*******************************
 * CLUETIP GLOSSARY POPUP
 ******************************/

#cluetip.cluetip-default #cluetip-inner {
  padding: 0px;
}
#cluetip.cluetip-default #cluetip-inner h1 {
  font-size: 14px;
  font-weight: bold;
  padding: 8px 12px;
  background-color: #000;
  margin: 0px;
}
#cluetip.cluetip-default #cluetip-inner .region-content .field-name-body {
  margin: 0;
  padding: 8px 12px 2px 12px;
}
/******************************
 * SUBSCRIBE
 * *****************************/

.page-subscribe {} .commerce-product-field-field-country,
.commerce-product-field-field-type,
.commerce-product-field-field-term,
.page-subscribe .commerce-product-field-commerce-price,
.page-subscribe .field-name-field-product .field-label,
.page-subscribe .form-item .ajax-progress-throbber,
fieldset.redirect-list,
#checkout-form .edit-commerce-shipping,
.subscription-form #edit-submit,
#checkout-form .status,
#checkout-form fieldset legend,
.field-name-field-subscription-type,
.page-subscribe #block-system-main #user-login-form {
  display: none;
}
/* hide cart contents - table with cart items to purchase */

.page-subscribe .cart_contents {
  display: none;
  visibility: hidden;
}
/* subscribe page fieldsets */

.page-subscribe fieldset {
  background: transparent;
  border: none;
  margin: 0 0 10px;
  padding: 0;
}
.page-subscribe #checkout-form {
  border-top: 1px solid #ccc;
}
.page-subscribe select#edit-country {
  background: #fff;
  border: 1px solid #999;
  width: 122px;
}
.page-subscribe .form-item.form-item-country label {
  position: relative;
  top: 4px;
}
.page-subscribe fieldset#edit-account,
.page-subscribe fieldset#edit-,
.page-subscribe fieldset#edit---2,
.page-subscribe fieldset#edit-customer-profile-billing,
.page-subscribe fieldset#edit-customer-profile-billing--2 {
  border-bottom: 1px solid #ccc;
}
.page-subscribe fieldset#edit-commerce-payment {
  clear: both;
  margin: 20px 0;
  overflow: hidden;
}
/* shipping & billing info labels */

.page-subscribe fieldset#edit-customer-profile-billing legend,
.page-subscribe fieldset#edit-field-address-und-0 legend,
.page-subscribe fieldset#edit-field-address-und-0--1 legend,
.page-subscribe fieldset#edit-field-address-und-0--2 legend,
.page-subscribe fieldset#edit-field-address-und-0--3 legend,
.page-subscribe fieldset#edit-field-address-und-0--4 legend,
.page-subscribe fieldset#edit-customer-profile-billing--1 legend,
.page-subscribe fieldset#edit-customer-profile-billing--2 legend,
.page-subscribe fieldset#edit-customer-profile-billing--3 legend,
.page-subscribe fieldset#edit-customer-profile-billing--4 legend,
.page-subscribe fieldset#edit-customer-profile-billing--5 legend,
.page-subscribe fieldset#edit-customer-profile-billing--6 legend,
.page-subscribe fieldset#edit-customer-profile-billing--7 legend,
.page-subscribe fieldset#edit-customer-profile-billing--8 legend,
.page-subscribe fieldset#edit-customer-profile-billing--9 legend,
.page-subscribe fieldset#edit-customer-profile-billing--10 legend,
.page-subscribe fieldset#edit-customer-profile-billing--11 legend {
  background: transparent;
  border: none;
  display: block;
  margin: 8px 0 0;
  position: relative;
}
.page-subscribe fieldset#edit-customer-profile-billing legend span.fieldset-legend,
.page-subscribe fieldset#edit-field-address-und-0 legend span.fieldset-legend,
.page-subscribe fieldset#edit-field-address-und-0--1 legend span.fieldset-legend,
.page-subscribe fieldset#edit-field-address-und-0--2 legend span.fieldset-legend,
.page-subscribe fieldset#edit-field-address-und-0--3 legend span.fieldset-legend,
.page-subscribe fieldset#edit-field-address-und-0--4 legend span.fieldset-legend,
.page-subscribe fieldset#edit-customer-profile-billing--1 legend span.fieldset-legend,
.page-subscribe fieldset#edit-customer-profile-billing--2 legend span.fieldset-legend,
.page-subscribe fieldset#edit-customer-profile-billing--3 legend span.fieldset-legend,
.page-subscribe fieldset#edit-customer-profile-billing--4 legend span.fieldset-legend,
.page-subscribe fieldset#edit-customer-profile-billing--5 legend span.fieldset-legend,
.page-subscribe fieldset#edit-customer-profile-billing--6 legend span.fieldset-legend,
.page-subscribe fieldset#edit-customer-profile-billing--7 legend span.fieldset-legend,
.page-subscribe fieldset#edit-customer-profile-billing--8 legend span.fieldset-legend,
.page-subscribe fieldset#edit-customer-profile-billing--9 legend span.fieldset-legend,
.page-subscribe fieldset#edit-customer-profile-billing--10 legend span.fieldset-legend,
.page-subscribe fieldset#edit-customer-profile-billing--11 legend span.fieldset-legend {
  left: 76px;
  position: relative;
}
.page-subscribe #field-address-add-more-wrapper span.fieldset-legend {
  display: block;
  margin-top: -6px;
}
.page-subscribe .commerce-paypal-icons {
  top: 0px;
  left: 255px;
  position: absolute;
}
.page-subscribe .commerce-paypal-icons span.label {
  display: none;
  visibility: hidden;
}
.page-subscribe .commerce-paypal-icons .commerce-paypal-icon[title="eCheck"],
.page-subscribe .commerce-paypal-icons .commerce-paypal-icon[title="PayPal"] {
  display: none;
  visibility: hidden;
}
.page-subscribe .form-item-commerce-fieldgroup-pane--group-subscription-address-field-sub-email-und-0-email .description,
.page-subscribe .form-item-account-login-mail .description {
  margin: 0 210px 0 165px;
}
/* submit my order button */

.page-subscribe #checkout-form .checkout-buttons input {
  background: transparent url('../images/submit-my-order.png') no-repeat left top;
  display: block;
  height: 55px;
  margin: 0 auto 30px;
  text-indent: -999em;
  width: 221px;
}
.page-subscribe #checkout-form .checkout-buttons input:hover {
  opacity: 0.85;
}
#checkout-form #edit-commerce-payment,
#checkout-form #edit-buttons {
  border: none;
}
#checkout-form .fieldset-wrapper {
  margin: 0;
  padding: 0;
}
.page-subscribe #checkout-form .checkout-buttons input {
  font-size: 16px;
  margin: 0 auto 20px;
  padding: 12px 4px;
}
.subscription-form {
  overflow: hidden;
}
.subscription-form .form-item-product-id {
  float: left;
}
.page-subscribe .addressfield-container-inline > div.form-item,
.subscription-form .progress-disabled {
  float: none;
}
.page-subscribe .addressfield-container-inline > div.form-type-select {
  float: left;
}
.page-subscribe .form-item.form-type-textfield.form-item-field-address-und-0-locality {
  float: left;
}
.page-subscribe label {
  float: left;
  text-align: right;
  width: 150px;
  padding: 0 12px 0 0;
  color: black;
  font-weight: bold;
}
.field-name-field-billing-shipping-same {
  margin-left: 140px;
}
.field-name-field-gift {
  margin: 20px auto;
  width: 100px;
  background: #275b94 url(../images/icon-gift.png) 0px 1px no-repeat;
  padding-left: 40px;
  line-height: 35px;
}
.field-name-field-gift label {
  color: white;
}
.field-name-field-gift div {
  margin: 0;
}
.page-subscribe .form-type-radio,
.page-subscribe label.option {
  float: none;
  text-align: left;
  display: inline;
  padding: 0;
  margin-right: 10px;
}
.page-subscribe #edit-product-id .form-type-radio {
  position: relative;
  height: 30px;
  left: -6px;
}
.page-subscribe #edit-product-id .check {
  border: 1px solid #06c;
  background: #f2f2f2;
  height: 65px;
  width: 500px;
  line-height: 20px;
}
.page-subscribe #edit-product-id input,
.page-subscribe #edit-product-id label {
  position: absolute;
  left: 6px;
  top: 3px;
}
.page-subscribe #edit-product-id label {
  left: 22px;
  top: 2px;
  width: 450px;
}
.page-subscribe #edit-product-id .option em {
  font-weight: normal;
  font-style: italic;
}
.page-subscribe #edit-product-id .option em .sub-check {
  width: 18px;
  height: 21px;
  background: url(../images/icon-check.png);
  float: left;
  margin-right: 4px;
}
.page-subscribe .zip {
  clear: both;
  position: relative;
}
.page-subscribe .zip label {
  /*width: auto;*/
}
/* fix indentation of post code field */

.page-subscribe .zip #edit-field-address-und-0-postal-code--11,
.page-subscribe .zip #edit-field-address-und-0-postal-code--19,
.page-subscribe .zip #edit-field-address-und-0-postal-code--22,
.page-subscribe .zip #edit-field-address-und-0-postal-code--25,
.page-subscribe .zip #edit-field-address-und-0-postal-code--28,
.page-subscribe .zip #edit-field-address-und-0-postal-code--31 {
  margin-left: 162px;
  width: 160px;
}
.page-subscribe input[type=radio] {
  position: relative;
  top: -1px;
}
.page-subscribe input[type=text],
.page-subscribe select {
  width: 320px;
}
.commerce_payment input[type=text],
.commerce_payment select {
  width: 200px;
}
.commerce_payment .commerce-credit-card-expiration select,
.commerce_payment .form-item-commerce-payment-payment-details-credit-card-code input[type=text] {
  width: 60px;
}
.page-subscribe #addressfield-wrapper label {
  margin: 3px 0;
}
.page-subscribe .locality-block select,
.page-subscribe input.postal-code {
  width: 118px;
}
.page-subscribe label.option:after {
  content: '  ';
}
.page-subscribe .form-item-commerce-payment-payment-method .form-item-commerce-payment-payment-method,
.page-subscribe .form-item-product-id .form-item-product-id {
  margin: 0 0 .4em 162px;
  display: block;
}
.page-subscribe #field-address-add-more-wrapper .form-wrapper {
  width: 530px;
}
.page-subscribe .cart_contents form-wrapper {
  width: 530px;
}
.page-subscribe fieldset#edit-cart-contents,
.page-subscribe fieldset#edit-cart-contents--2 {
  display: none;
  visibility: hidden;
}
.page-subscribe label.error {
  color: red;
}
.page-subscribe select.error,
.page-subscribe input.error {
  border: 1px solid red;
}

/* hide giveaway fields */
.commerce_fieldgroup_pane__group_giveaway {
    display:none;
    visibility: hidden;
}


/************************
 * Public User Profile
 ************************/

.page-user #content .content-section {
  padding-top: 50px;
  position: relative;
}
.page-user h1.pub-user-title {
  /*-- this class is added via jQuery --*/
  padding-left: 100px;
  margin-bottom: -38px;
}
.page-user .field-label {
  color: black;
}
.page-user .section-one,
.page-user .section-two,
.page-user .section-three {
  float: left;
  width: 200px;
  padding-bottom: 30px;
}
.page-user .section-one {
  width: 100px;
}
.page-user .section-two {
  padding-top: 40px;
  width: 300px;
}
.page-user .section-three {
  width: 340px;
}
.page-user .about-me {
  padding-right: 10px;
}
.page-user .address {
  display: inline-block;
  /*-- ie7 hacks for inline-block --*/
  *zoom: 1;
  *display: inline;
}
.page-user .address .field {
  float: left;
  padding: 0px 2px;
}
.page-user .address .field-name-field-user-city {
  padding-left: 0px;
}
.page-user .address .field-name-field-user-city .field-item:after {
  content: ",";
}
.page-user .locale {
  padding-top: 0px;
}
.page-user .associations,
.page-user .new-things {
  padding-top: 5px;
}
.page-user .locale .field-label,
.page-user .grid-locale .field-label {
  float: left;
}
.page-user .locale .field-items {
  display: inline-block;
  width: 250px;
  /*-- ie7 hacks for inline-block --*/
  *zoom: 1;
  *display: inline;
}
.page-user .grid-locale .field-items {
  display: inline-block;
  /*-- ie7 hacks for inline-block --*/
  *zoom: 1;
  *display: inline;
  width: 150px;
}
.page-user .locale .field-item:after,
.page-user .grid-locale .field-item:after,
.page-user .interests .field-item:after {
  content: ",";
}
.page-user .locale .field-item:nth-last-child(1):after,
.page-user .grid-locale .field-item:nth-last-child(1):after,
.page-user .interests .field-item:nth-last-child(1):after {
  content: "";
}
.page-user .locale .field-item,
.page-user .grid-locale .field-item,
.page-user .interests .field-item {
  float: left;
  padding: 0px 2px;
}
.page-user #aside-last {
  width: 745px;
  margin: 0px auto;
}
.page-user #aside-last h2 {
  color: #EA7E24;
  font-size: 20px;
}
.page-user #aside-last thead tr th {
  background-color: white;
  color: black;
  font: bold 12px/18px arial, verdana, helvetica, sans-serif;
}
.page-user #aside-last thead tr th a {
  background-color: white;
  color: black;
  font: bold 12px/18px arial, verdana, helvetica, sans-serif;
}
.page-user #aside-last tbody tr td {
  border: none;
  border-top: 1px solid #ccc;
  background-color: white;
}
.page-user #aside-last tbody tr.even,
.page-user #aside-last tbody tr.odd {
  border-bottom: none;
}
.page-user #aside-last tbody a {
  font-weight: bold;
}
.page-user #aside-last table td,
.page-user #aside-last table th {
  padding: 7px 7px 7px 0px;
}
/************************
 * User Profile
 ************************/

.page-user-profile .view-content {
  margin-bottom: 30px;
  padding-top: 20px;
}
.view-my-digital-issues .view-content,
.page-user-profile .view-header .view-content {
  padding-top: 0;
}
.page-user-profile .view-header .view-content {
  margin-bottom: 0;
}
#quicktabs-container-user_profile_tabs {
  min-height: 350px;
}
.basic-info {
  line-height: 16px;
  display: inline-block;
  /*ie hack for inline-block*/
  zoom: 1;
  *display: inline;
}
.left-col {
  width: 110px;
  float: left;
}
.page-user-profile .second-col {
  width: 300px;
  float: left;
}
.page-user-profile .third-col {
  width: 300px;
  float: right;
}
.page-user-profile .view-user-profile .field-label {
  color: black;
}
.page-user-profile .views-field-picture img {
  border-radius: 5px;
}
.page-user-profile .field-name-name h2 {
  font-family: HomePower, Times New Roman, serif;
  font-weight: normal;
  font-size: 32px;
  color: black;
}
.field-name-field-interests {
  display: inline-block;
  /*-- ie7 hacks for inline-block --*/
  *zoom: 1;
  *display: inline;
}
.page-user-profile .field-name-field-locale .field-items {
  float: left;
  width: 200px;
}
.page-user-profile .field-name-field-interests .field-item,
.page-user-profile .field-name-field-locale .field-item {
  float: left;
  padding-right: 5px;
}
.page-user-profile .field-name-field-interests .field-item:after,
.page-user-profile .field-name-field-locale .field-item:after {
  content: ","
}
.page-user-profile .field-name-field-interests .field-item:last-child:after,
.page-user-profile .field-name-field-locale .field-item:last-child:after {
  content: " "
}
.page-user-profile .field-name-field-locale,
.page-user-profile .field-name-field-member-of {
  margin-top: 10px;
}
.page-user-profile .group_history_container h3 {
  display: none;
}
.page-user-profile .group_history_container dt:first-child {
  display: none;
}
.page-user-profile .group_history_container dd .item-list {
  display: none;
}
.page-user-profile .group_history_container dl {
  margin: 0px;
}
.page-user-profile .group_history_container dl dt {
  float: left;
  padding-right: 5px;
}
.page-user-profile .addressfield-container-inline {
  float: left;
}
.page-user-profile .content-section .region-content {
  position: relative;
}
.page-user-profile .title {
  display: none;
}
.page-user-profile h1 {
  font-family: HomePower, Times New Roman, serif;
  margin: 0px;
}
.page-user-profile .street-block,
.page-user-profile .postal-code {
  display: none;
}
.page-user-profile .country {} .page-user-profile .views-label {
  font-weight: bold;
  color: black;
}
.page-user-profile .views-label-created {
  font-weight: normal;
  color: #666666;
}
.page-user-profile .views-field-field-member-of ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.profile-blocks {
  clear: both;
  width: 740px;
}
.page-user-profile .profile-section.first {
  background: none;
}
.page-user-profile .block-mailchimp-lists {
  padding-top: 25px;
}
.page-user-profile ul.quicktabs-style-nostyle {
  border-bottom: 1px solid #ccc;
  padding: 0px 0px 8px 22px;
  background: url(../images/user-profile-shadow.png) repeat-x 0px 13px transparent;
}
.page-user-profile ul.quicktabs-style-nostyle li a {
  padding: 10px;
  background-color: #E3E3E3;
  border: solid 1px #C1C1C1;
  font-weight: bold;
  color: #898989;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
  -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, .3);
  -moz-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, .3);
  box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, .3);
}
.page-user-profile ul.quicktabs-style-nostyle li a:hover {
  text-decoration: none;
  background-color: #D8D8D8;
}
.page-user-profile ul.quicktabs-style-nostyle li.active a {
  background-color: #B0B0B0;
  color: white;
}
#quicktabs-container-user_profile_tabs {
  padding-top: 20px;
  margin-top: -10px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 10%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(10%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f1f1f1 0%, #ffffff 10%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f1f1f1 0%, #ffffff 10%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f1f1f1 0%, #ffffff 10%);
  /* IE10+ */
  background: linear-gradient(top, #f1f1f1 0%, #ffffff 10%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */
}
.page-user-profile .ajax-progress-throbber .throbber {
  position: absolute;
  left: 0px;
}
/* Account Info Tab */

.view-user-profile .quicktabs-tabpage {
  position: relative;
}
.view-user-account-info .views-field {
  position: static;
  width: 745px;
}
.view-user-account-info .item-list ul li,
.view-user-account-info .item-list ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#block-views-my-digital-issues-block-1 h2,
.view-user-profile .quicktabs-tabpage h2 {
  color: #EA7E24;
  font-size: 20px;
}
.view-user-profile .edit-account-btn {
  float: right;
  width: auto;
}
.view-user-profile .edit-account-btn a {
  color: white;
}
.page-user-profile .view-user-account-info .view-content .views-field {
  margin-bottom: 10px;
}
.page-user-profile .views-field-field-member-of ul {
  display: inline-block;
  /*-- ie7 hacks for inline-block --*/
  *zoom: 1;
  *display: inline;
}
.page-user-profile .views-field-field-member-of ul li {
  padding: 0px;
  line-height: 16px;
}
.page-user-profile .views-field-field-interests,
.page-user-profile .views-field.views-field-field-member-of {
  margin-bottom: 5px;
}
.page-user-profile .view-user-account-info .views-label {
  width: 110px;
  float: left;
}
.view-footer .info-section {
  padding-top: 45px;
  background: url(../images/user-profile-shadow.png) repeat-x 0px 10px transparent;
}
.info-section .view-directory-listings-for-user {
  min-height: 100px;
}
.page-user-profile thead tr th {
  background-color: white;
  color: black;
  font: bold 12px/18px arial, verdana, helvetica, sans-serif;
}
.page-user-profile thead tr th a {
  background-color: white;
  color: black;
  font: bold 12px/18px arial, verdana, helvetica, sans-serif;
}
.page-user-profile tbody tr td {
  border: none;
  border-top: 1px solid #ccc;
  background-color: white;
}
.page-user-profile tbody tr.even,
.page-user-profile tbody tr.odd {
  border-bottom: none;
}
.page-user-profile tbody a {
  font-weight: bold;
}
.page-user-profile table td,
.page-user-profile table th {
  padding: 7px 7px 7px 0px;
}
.directory-links {
  float: right;
  font-weight: bold;
}
/* Comments  */

.page-user-profile .view-comments-recent .views-row {
  border-bottom: 1px dotted #CCCCCC;
  width: 690px;
  padding: 25px;
  min-height: 90px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.page-user-profile .view-comments-recent .views-row img {
  margin: 0px;
}
.page-user-profile .view-comments-recent .views-row .views-field-comment {
  padding-top: 10px;
}
.page-user-profile .view-comments-recent .views-row.views-row-even {
  background-color: #F3F3F3;
}
.page-user-profile .view-comments-recent .views-row-last {
  border-bottom: none;
}
.quicktabs-tabpage .views-field-picture {
  float: left;
  width: 100px;
}
.quicktabs-tabpage .comment-content {
  width: 500px;
  margin-left: 100px;
}
/* Email Notifications */

.page-user-profile .block-mailchimp-lists label {
  font-weight: bold;
  color: black;
}
.page-user-profile .block-mailchimp-lists .description {
  padding-left: 20px;
}
.page-user-profile .views-field-field-locale,
.page-user-profile .views-field-field-profile-grid-status {
  padding-top: 5px;
  display: block;
}
.page-user-profile .views-field-field-user-address .organisation-name {
  display: none;
}
/* User Profile Edit Screen */

.page-user-edit .field-name-field-user-country {
  padding-top: 20px;
}
.page-user-edit .field-name-field-user-city {
  float: left;
  height: 60px;
  width: 225px;
}
.page-user-edit .field-name-field-user-city input {
  width: 190px
}
.page-user-edit .field-name-field-user-state {
  float: left;
  height: 60px;
  width: 490px;
}
.page-user-edit #edit-picture .cboxElement {
  display: none;
  visibility: hidden;
}
.page-user-edit .group-personal-info .fieldset-wrapper,
body.page-user.page-user-edit fieldset#user_user_form_group_personal_info .fieldset-wrapper {
  margin-top: 15px;
}
.page-user-edit .password-strength {
  position: absolute;
  right: 0px;
  top: 23px;
}
/*-- User Order Summery Page --*/

.page-user-orders .field-name-commerce-order-total {
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E4E4E4;
}
.page-user-orders .field-type-commerce-customer-profile-reference {
  float: left;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.page-user-orders .group_shipping_info {
  float: left;
  text-transform: capitalize;
  margin: 0px 40px 30px 40px;
  padding: 0px 40px;
  border-left: 1px solid #E4E4E4;
  border-right: 1px solid #E4E4E4;
  min-height: 100px;
}
.page-user-orders #content .group_shipping_info .field-type-addressfield {
  margin-top: 0px;
}
.page-user-orders .group_shipping_info .field-name-field-first-name {
  float: left;
  padding-right: 5px;
}
/*********************************
 * Custom Search
 *********************************/

.page-search .group-result {
  width: 735px;
}
.page-search .fieldset-wrapper .node {
  padding: 20px 10px;
  border-bottom: 1px dotted #ccc;
  position: relative;
  min-height: 130px;
}
.page-search .fieldset-wrapper .node:nth-last-child(1) {
  border-bottom: none;
}
.page-search .field-type-image,
.page-search .search-thumb {
  position: absolute;
  top: 25px;
  right: 10px;
}
.page-search .field-type-image img,
.page-search .search-thumb img {
  border-radius: 5px;
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, .1);
}
.page-search .field-name-field-skill-level {
  padding: 0px;
  margin: 0px;
}
.page-search .field-name-field-skill-level .links li {
  text-indent: -9999em;
}
.page-search .field-type-taxonomy-term-reference ul.links li {
  padding: 0px;
  margin: 0px;
}
.page-search h3.field-label {
  font: bold 13px/18px arial, verdana, helvetica, sans-serif;
  color: #666;
}
.page-search .field-name-field-subject ul,
.page-search .field-name-field-subject li {
  padding: 0px;
  margin: 0px;
}
.page-search .field-name-field-article-blurb {
  width: 550px;
}
.page-search .group-result-other img {
  display: none;
}
.page-search .comment_forbidden {
  display: none;
}
.page-search .node-article .field-name-field-skill-level li.taxonomy-term-reference-0 {
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 45px;
}
.page-search .field-type-taxonomy-term-reference {
  margin: 0px 0px 6px;
}
.page-search .comment-add {
  display: none;
}
.page-search .field-name-field-subject .unselected {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}
.page-search .field-name-field-subject .unselected a {
  padding: 2px 5px;
}
.page-search .node-article .field-name-field-subject li li li.selected a {
  background-color: transparent;
  color: #0071BD;
  padding: 2px 5px 2px 0px;
}
.page-search .node-article .field-name-field-subject ul ul {
  position: relative;
  list-style: none;
}
.page-search .node-article .field-name-field-subject ul ul ul {
  position: absolute;
  top: 0px;
  left: 0px;
}
.page-search .section-taxonomy-term-1 .field-name-field-subject ul ul ul {
  left: 102px;
}
.page-search .section-taxonomy-term-13 .field-name-field-subject ul ul ul {
  left: 127px;
}
.page-search .section-taxonomy-term-2 .field-name-field-subject ul ul ul {
  left: 84px;
}
.page-search .section-taxonomy-term-3 .field-name-field-subject ul ul ul {
  left: 116px;
}
.page-search .section-taxonomy-term-15 .field-name-field-subject ul ul ul {
  left: 105px;
}
.page-search .section-taxonomy-term-4 .field-name-field-subject ul ul ul {
  left: 65px;
}
.page-search .node-article .field-name-field-skill-level {
  margin-top: -1px;
  float: left;
}
.field-name-field-author .field-item {
  float: left;
}
.page-search .field-name-field-author .field-item:before {
  content: ",";
  padding-right: 5px;
}
.field-name-field-author .field-item:nth-child(1):before {
  content: "";
  padding-right: 0px;
}
/************************
 * ADMIN
 ***********************/

.rules-element-content {
  max-width: 80%;
}
/************************
 * jscrollpane - The horizontal scrollbar
 ***********************/

/* -- jscroller basic layout -- */

.scroll-pane:focus {
  outline: none;
}
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #dde;
  position: relative;
}
.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* -- jscroller plugin custom styles -- */

.jspHorizontalBar,
.jspVerticalBar,
.jspTrack {
  background: #D4D4D4;
}
.jspDrag {
  background: #bababa;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.jspTrack .jspActive,
.jspTrack .jspHover,
.jspDrag:hover {
  background: #9E9E9E;
}
.jspArrow {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* -- Vertical Bar --*/

.jspVerticalBar .jspArrow {
  height: 23px;
}
.jspVerticalBar {
  width: 20px;
  border-radius: 10px 10px 10px 10px;
}
/* -- Up --*/

.jspVerticalBar .jspArrowUp {
  background: url(../images/jscroller-up.jpg) -5px 0px transparent no-repeat;
  border-radius: 10px 10px 0px 0px;
}
.jspVerticalBar .jspArrowUp:hover {
  background-position: -5px -21px;
}
.jspVerticalBar .jspArrowUp:active {
  background-position: -5px -19px;
}
.jspVerticalBar .jspArrowUp.jspDisabled {
  background-position: -5px -41px;
}
/* -- Down --*/

.jspVerticalBar .jspArrowDown {
  background: url(../images/jscroller-down.jpg) -7px -1px transparent no-repeat;
  border-radius: 0px 0px 10px 10px;
}
.jspVerticalBar .jspArrowDown:hover {
  background-position: -7px -24px;
}
.jspVerticalBar .jspArrowDown:active {
  background-position: -7px -26px;
}
.jspVerticalBar .jspArrowDown.jspDisabled {
  background-position: -7px -50px;
}
/* -- Horizontal Bar --*/

.jspHorizontalBar {
  height: 20px;
  border-radius: 10px;
}
.jspHorizontalBar .jspArrow {
  width: 25px;
}
/* -- Left --*/

.jspHorizontalBar .jspArrowLeft {
  background: url(../images/jscroller-left.jpg) 28px -2px transparent;
  border-radius: 10px 0px 0px 10px;
}
.jspHorizontalBar .jspArrowLeft:hover {
  background-position: 28px 41px;
}
.jspHorizontalBar .jspArrowLeft:active {
  background-position: 28px 42px;
}
.jspHorizontalBar .jspArrowLeft.jspDisabled {
  background-position: 28px 20px;
}
/* -- Right --*/

.jspHorizontalBar .jspArrowRight {
  background: url(../images/jscroller-right.jpg) 28px -2px transparent;
  border-radius: 0px 10px 10px 0px;
}
.jspHorizontalBar .jspArrowRight:hover {
  background-position: 28px 41px;
}
.jspHorizontalBar .jspArrowRight:active {
  background-position: 28px 42px;
}
.jspHorizontalBar .jspArrowRight.jspDisabled {
  background-position: 28px 20px;
}
/*--Fancy Login - Module @ admin/config/people/fancy_login --*/

#fancy_login_login_box {
  z-index: 999 !important;
}
#fancy_login_dim_screen {
  z-index: 888 !important;
}
#fancy_login_close_button {
  background-color: #818181;
  border: 1px solid #999999;
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  float: right;
  font-size: 11px;
  font-weight: bold;
  line-height: 17px;
  margin-bottom: 5px;
  margin-right: -10px;
  margin-top: 3px;
  padding-left: 5px;
  padding-right: 5px;
}
#fancy_login_close_button:hover {
  background-color: #B5B5B5;
  color: white;
  text-decoration: none;
}
.block-fancy-login {
  left: -484px;
  position: absolute;
  top: 33px;
}
/*-- Contractor Search Page --*/

.page-contractors input.form-submit {
  font-weight: bold;
  background-color: #EA7E24;
  padding: 5px 10px;
  color: white;
  border: 1px solid #D15C16;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.5);
  background: -moz-linear-gradient(top, #e49905 0%, #eab55c 2%, #e49905 5%, #c85c02 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e49905), color-stop(2%, #eab55c), color-stop(5%, #e49905), color-stop(100%, #c85c02));
  background: -webkit-linear-gradient(top, #e49905 0%, #eab55c 2%, #e49905 5%, #c85c02 100%);
  background: -o-linear-gradient(top, #e49905 0%, #eab55c 2%, #e49905 5%, #c85c02 100%);
  background: -ms-linear-gradient(top, #e49905 0%, #eab55c 2%, #e49905 5%, #c85c02 100%);
  background: linear-gradient(top, #e49905 0%, #eab55c 2%, #e49905 5%, #c85c02 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e49905', endColorstr='#c85c02', GradientType=0);
}
.page-contractors input.form-submit:hover {
  background-color: #D15C16;
  text-decoration: none;
  background: -moz-linear-gradient(top, #db8c15 0%, #c75b02 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #db8c15), color-stop(100%, #c75b02));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #db8c15 0%, #c75b02 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #db8c15 0%, #c75b02 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #db8c15 0%, #c75b02 100%);
  /* IE10+ */
  background: linear-gradient(top, #db8c15 0%, #c75b02 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#db8c15', endColorstr='#c75b02', GradientType=0);
  /* IE6-9 */
}
.page-contractors input.form-submit:active {
  background: #c75b02;
  /* Old browsers */
  background: -moz-linear-gradient(top, #c75b02 0%, #db8c15 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c75b02), color-stop(100%, #db8c15));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c75b02 0%, #db8c15 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c75b02 0%, #db8c15 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c75b02 0%, #db8c15 100%);
  /* IE10+ */
  background: linear-gradient(top, #c75b02 0%, #db8c15 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#c75b02', endColorstr='#db8c15', GradientType=0);
  /* IE6-9 */
}
.page-contractors label[for="edit-services"],
.page-contractors label[for="edit-country"],
.page-contractors label[for="edit-distance"] {
  color: #EA7E24;
  font: bold 20px/42px HomePower, "Times New Roman", serif
}
.page-contractors .views-field-field-yyyy {
  display: block;
}
.page-contractors .views-widget-filter-country,
.page-contractors .views-widget-filter-distance {
  margin-bottom: 25px;
}
.page-contractors .views-field-city:after,
.page-contractors .views-field-province:after {
  content: ",";
  margin-left: -3px;
}
.page-contractors .views-row .views-field-title,
.page-contractors .views-row .views-field-field-yyyy,
.page-contractors .views-row .views-field-field-services {
  margin-left: 120px;
}
.page-contractors .tabs {
  margin-bottom: 10px;
}
.page-contractors .location_auto_country {
  width: 200px;
}
.post-contractor-listing-block {
  float: right;
  padding-right: 32px;
  margin-top: 36px;
  font-size: 12px;
  color: #444;
  z-index: 2;
}
/*-- Mobile Adjustments --*/

.ts-lightbox-btn {
  background: url(../images/pop-out.png) center center no-repeat transparent;
}
/* order admin/customer service */

#block-menu-menu-customer-service-menu {
  position: absolute;
  right: 10px;
  top: 0;
}
#block-menu-menu-customer-service-menu li {
  list-style: none;
  font-weight: bold;
  text-align: right;
}
.page-admin-print-subscription-orders .feed-icon {
  position: absolute;
  top: 170px;
  right: 14px;
}