.item-page {padding-bottom:80px !important;}
.item-page li {margin-bottom:10px !important;}
.expstickybar .resources div:first-child {margin-top:0px !important; margin-right:-100px; margin-left:100px !important;}
.expstickybar .resources div{margin-left:150px; float:left; margin-top:35px; max-width:290px;}
.expstickybar ul {list-style:none !important;}
.expstickybar span {line-height:130% !important;}
.expstickybar{ min-width:1000px; 
position:fixed;
color: white;
bottom:-132px;
padding: 5px;
right:0; /*horizontally center bar in window*/
left:0; /*horizontally center bar in window*/
background: #00685f; /* Old browsers */

background: -moz-linear-gradient(top,  #00685f 0%, #004f47 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00685f), color-stop(100%,#004f47)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #00685f 0%,#004f47 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #00685f 0%,#004f47 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #00685f 0%,#004f47 100%); /* IE10+ */

background: linear-gradient(to bottom,  #00685f 0%,#004f47 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00685f', endColorstr='#004f47',GradientType=0 ); /* IE6-9 */

  box-shadow: inset 0px 0px 8px rgba(0,0,0,0.5);
z-index: 1000000;
width:auto; /*set width of bar to width of entire window*/
transition:All .2s ease 0s;
-webkit-transition:All .1s ease 0s;
-moz-transition:All .1s ease 0s;
-o-transition:All .1s ease 0s; border-top:2px solid #F0F0F0;}

.expstickybar hr {margin-top:10px !important;}

.expstickybar img {padding:0px 10px;}

.expstickybar:hover {
	bottom:0px;
transition:All .5s ease 0s;
-webkit-transition:All .5s ease 0s;
-moz-transition:All .5s ease 0s;
-o-transition:All .5s ease 0s;}

.expstickybar a{
color: white;
}

.resources { height:150px; width:auto;}

@media all and (max-width: 1400px) {.customhrcc {max-width:950px !important;}}

@media all and (max-width: 1200px) {.expstickybar{bottom:-140px !important;} .expstickybar:hover {
	bottom:0px !important;}}