/*
 * Globals
 */

/*
https://www.fontspring.com/support/using-webfonts/how-do-i-use-the-webfonts?utm_source=fontsquirrel.com&utm_medium=help_link&utm_campaign=installing_webfonts
@font-face{ 
	font-family: 'MyWebFont';
	src: url('WebFont.eot');
	src: url('WebFont.eot?#iefix') format('embedded-opentype'),
	     url('WebFont.woff') format('woff'),
	     url('WebFont.ttf') format('truetype'),
	     url('WebFont.svg#webfont') format('svg');
}
*/

body {
  font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
  color: #555;
  background:#fff;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
  font-weight: 700;
}

.h2, h2 {
    font-size: 28px;
}

.h3, h3 {
    font-size: 22px;
}

.white  { color:#FFFFFF}

.main-content {
    background-color:#FFFFFF;
    padding:18px 0px 18px 0px;
}

@media (max-width: 900px) {
  .site_title {
      text-align:center;
      margin-bottom:10px;
  }
  .site-title img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}



/* Top Bar */
#TopBar     {
    background-color: #162d46;
    text-align: right;
    color:#FFFFFF;
    font-size:14px;
    font-weight:bold;
    line-height:22px;
}

.ltbp-blue, #TopBar a {
    color: #7fa6db;
}

@media (max-width: 900px) {
    #TopBar li    {
        text-align: center;
        width:100%;
        display:inline; 
        font-size:16px;
    }
    
    #TopBar li a { 
        padding:0px; 
        text-decoration:none; 
    }
}

@media (max-width: 600px) {
    #TopBar   {
        display:none
    }
}

#TopBar ul { 
    margin-bottom:0px;
    left:30px;
    position: relative;
}

.top-social { 
    margin-left: -15px; 
    z-index: 99;
    position: relative;
} 
.top-social img { margin: 10px 10px 10px 0px;}  

#TopBar li { 
    display:inline-block; 
    padding:12px;  
}
#TopBar li a { 
    padding:12px 6px; 
    text-decoration:none; 
}
#TopBar li:hover { 
    color: #f96e5b; 
    background: #366fbe; 
}

#TopBar li.myAccount a  { 
    color:#FFFFFF; 
}
#TopBar li.phoneLine a  { 
    font-size: 18px; 
    position:relative; 
    top:1px; 
    
}
#TopBar li.phoneLine:hover { 
    background-color: #333;
}
#TopBar li.phoneLine:hover a { 
    color: #f96e5b; 
}

 #hbi_banner     { position:relative;}
 .top-optin-hide { text-align:right; position:absolute; right:0px; width:55px; bottom:0px; background:#666; color:#FFFFFF; opacity:0.7; cursor:pointer;}



/* search form */
.search-form-header {    
    color: #999;
    background: #ededed;
    padding: 8px;
}
.search-form-header input[type="search"] {
    background-image: none !important;
    width: 65%;
    float: left;
    border-radius: 0;
    font-size: 18px;
    box-shadow: none;
    border: none;
    padding: 12px 10px 11px 18px;
    background: #FFF;
}
.search-form-header input[type="submit"] {
    position: relative;
    float: right;
    width: 32%;
    height: auto;
    clip: auto;
    font-weight: bold;
    background: #366fbe;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    padding: 16px 24px;
    text-decoration: none;
    text-transform: uppercase;
    border:none;
}



/* Nav links */
.navbar {
    position: relative;
    min-height: 40px;
    border-radius: 0;
}
#navbar-primary {
    background-color: #366fbe;
    margin:15px 0px 0px;
}
#navbar-primary li a {
    color:#FFFFFF;
    font-weight:bold;
    text-transform:uppercase;
    padding: 10px 24px;
    text-shadow: none;
}
#navbar-primary a:hover, #navbar-primary a:active, #navbar-primary a:focus, #navbar-primary a.active{
    background-color:#35528f !important;
    opacity:none;
}
.navbar-brand   { display:none;}
#navbar-primary  a.navbar-brand:hover  {
    background-color:#366fbe !important;
    color:#FFFFFF;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    background-color:#366fbe;
}

#navbar-primary .icon-bar
{
    display:block;
    width:22px;
    height:2px;
    border-radius:1px;
    border:1px solid #FFFFFF;
}

@media (max-width: 1200px) {
    #navbar-primary li a {
        padding: 10px 15px;
    }
   
    
}

@media (max-width: 991px) {
   #navbar-primary li a {
       font-size:12px;
        padding: 10px 7px;
    }
}

@media (max-width: 768px) {
    .navbar-brand   { 
        display:block;
        color:#FFFFFF;
        text-shadow: none;
    }
}


/* BANNER */
#hbi_banner {
    width:100%; 
    margin:0px auto 25px;
}

#hbi_banner img {
    width:100%;
}

/*
 * Main column and sidebar layout
 */

/*.blog-main {
  font-size: 18px;
  line-height: 1.5;
}*/

/* Sidebar modules for boxing content */

.blog-sidebar {
  padding-left:35px;
}

.widget {
    margin-bottom:45px;
 }
 
 .widget-title {
    font-size: 18px;
}

.sidebar widget:last-child {
  margin-bottom: 0;
}

.full-width {
    width:100%;
}

.img300 {
    border:25px solid #ececec; float:right;
}
.center{
    margin:auto;
}

.widget-title{
   /* padding-top:20px; */
}

/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}

.post-thumbnail {
    margin:5px 10px 0px 0px;
}

.entry-title {
    color: #222;
    text-decoration: none;
    font-size: 39px;
    font-weight: 700;
}

.entry-title a {
    color: #222;
    text-decoration: none;
    font-size: 30px;
    font-weight: 700;
}

.entry-title a:hover {
    color: #366fbe;
}

.entry-content {
    color: #222;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.5;
    background: url(../images/lines.png) bottom repeat-x;
    background-size: 8px 8px;
    margin-bottom: 16px;
    padding-bottom: 15px;
    padding-right: 3%;
    padding-left: 0%;
}



    

.entry-content p {
    margin-bottom: 26px;
}

.entry-content h2 {
    padding-top: 26px;
}

.entry-content a {
    text-decoration:underline;
}


.entry-meta {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}

.entry-meta a {
    color: #999;
    text-decoration:none
}

.entry-meta a:hover {
    color: #222;
}

.recent-posts p {
    margin:0px;
}
.recent-posts a {
    text-decoration:none;
}
.recent-posts a h2 {
    color: #366FBE;
   
    font-weight:bold;
    font-size: 20px;
}

.recent-posts .post-thumbnail{
    margin:0px 25px 10px 0px;
}

.recent-posts article {
    padding-bottom:35px;
}

.recent-posts .recent-post-title {
    font-weight: bold;
    border-bottom: 1px solid #DDD;
    font-size: 30px;
    margin:30px 0px 30px;
}

.more-link  {
    float:right; 
    text-decoration: none !important;
    position: relative;
    top:2px;
}

.categories {
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
}

.categories a {
    color: #999;
    text-decoration:none;
}

.categories a:hover {
    color: #222;
}

.pagination {
    margin:-10px 0px 20px;
    font-size:14px;
}
.pagination h2 {
    display:none;
}

.pagination a, .pagination .current {
    background-color: #333;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px;
    text-decoration: none;
}

.pagination .current, .pagination a:hover {
    background-color: #366fbe;
}


.alignright {
    float: right;
    text-align: right;
    margin-left:10px;
}

.alignleft {
    float: left;
    text-align: left;
    margin-right:10px;
}

.aligncenter {
    display: block;
    margin: 0 auto 12px;
}

.wp-caption-text {
    font-size: 12px;
    margin: 3px 5px 3px 7px;
    text-align: center;
    color:#666
}

/* COMMENTS */

.comment-list li {
    list-style-type: none;
    margin-top: 24px;
    padding: 32px;
}

.comment {
    background-color: #f5f5f5;
    border: 2px solid #fff;
    border-right: none;
}

.comment .comment-meta {
    font-size:12px; 
    margin:-5px 0px 10px 0px;
}

.comment-list{
    padding-left:0px;
}
.comment-list li {
    list-style-type: none;
    margin-top: 24px;
    margin-left:0px;
    padding: 32px;
}

.reply {
    text-align:right;
}
.comment-reply-link {
    font-size:12px;
}

.comment .odd {
    background-color: #fefefe;
}

.comment .comment-meta  a {
    color:#666666;
    text-decoration:none;
}

.comment .avatar {
    float:left;
    margin: 0px 10px 0px 0px;
}

.comment-respond h3, .entry-comments h3, .widget-title {
    background: url(../images/lines.png) bottom repeat-x;
    font-weight: 900;
    font-size: 15px;
    line-height: 1;
    margin-bottom: 16px;
    padding-bottom: 16px;
    text-align: center;
    text-transform: uppercase;
}


.comment-respond label {
    display: block;
    margin-right: 12px;
}

#respond  textarea {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #ddd inset;
    color: #999;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 16px;
    width: 100%;
}

#respond input[type="submit"], .button, .entry-content .button {
    background-color: #333;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    padding: 16px 24px;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    font-size: 14px;
}

#respond input[type="submit"]:hover, .button:hover, .entry-content .button:hover {
    background-color: #366fbe;
}


/* Footer */

.bottom-logos {
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    text-align: center;
    margin-bottom:25px;
    padding:15px 0px;
}

.bottom-logos > a, .bottom-logos > img {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 5px;
}

footer {
    background-color: #366fbe;
    color: #fff;
    margin:0px;
    padding:25px 36px;
}

.main-footer {
    margin:0px 0px -16px;
}

footer a {
    color:#FFFFFF
}

footer a:hover {
    color: #f96e5b;
}

footer h2 {
    color: #fff;
    text-shadow: 1px 1px 1px #002D6A;
    font-size:24px;
}

footer h3 {
    color: #fff;
    text-shadow: 1px 1px 1px #002D6A;
    font-size:20px;
}

footer h4 {
    color: #fff;
    text-shadow: 1px 1px 1px #002D6A;
    font-size:14px;
    font-weight:bold;
    text-align:center;
}

.line   {
    width:100%;
    border-top:1px solid #3160bb;  
    background-color: #59abde;
    height:2px;
    margin-bottom:15px;
}

footer .search-form {
    color: #FFF;
    margin-bottom:25px;
}
footer .search-form input[type="search"] {
    border: 1px solid #7FA6DB;
    box-shadow: 0 0 5px #7FA6DB inset;
    color: #FFF;
    background: #366fbe;
    width:100%;
    padding: 10px 10px 10px 18px;
    background: none;
    border-radius: 5px;
}

footer ::-webkit-input-placeholder {
   color: #FFF;
}

footer :-moz-placeholder { /* Firefox 18- */
   color: #FFF; 
}

footer ::-moz-placeholder {  /* Firefox 19+ */
   color: #FFF; 
}

footer :-ms-input-placeholder {  
   color: #FFF; 
}

.popular-searches a {
    font-size:15px;
    text-decoration:none;
}

.footer-buttons {
    margin-top:25px;
}

.footer-buttons ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

.footer-buttons li {
    font-size:20px;
    list-style:none;
    padding:10px 0px;
}

.footer-buttons li a{
    text-decoration:none;
}

.footer-buttons .line{
    margin:5px 0px 0px;
}

footer .links .line {
    margin-bottom:28px;
}
footer .links a {
    display: block;
    font-size:12px;
    line-height:16px;
    text-decoration:none;
    padding:5px 0px;
}

footer .links a:hover {
    color: #f96e5b;
}

@media (max-width: 768px) {
    footer .links .line {
        margin-bottom:10px;
    }
    
    footer h4 {
        color: #fff;
        text-shadow: 1px 1px 1px #002D6A;
        font-size:14px;
        font-weight:bold;
        text-align:left;
         margin-top:40px;
    }
    
    footer h4 br {
        display:none;
    }
}

footer.site-footer     {
    background: #333;
    color:#FFFFFF;
    font-size:12px;
    line-height:18px;
    margin: 0px 0px 0px;
}

footer.site-footer .disclaimer {
    font-size:11px;
}

footer.site-footer .copyright {
    border-top:1px solid #666666;
    font-size:12px;
    padding-top:15px;
    
    
}

footer.site-footer .copyright p {
    padding-bottom:0px;
}



/* POST SPECIFIC */

table.free-guides {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border:1px solid #ccc;
}

.free-guides td {
    vertical-align: bottom;
    width: 33%;
    border-left: 1px solid #ccc !important;
    border-right: 1px solid #ccc !important;
    
    padding:0% 2%;
}
.free-guides-top {
    border-top: 1px solid #ccc ;
    border-bottom: none !important;
    text-align:center;
     vertical-align: center;
}

.free-guides {
    border-bottom: 1px solid #ccc;
}



.free-guides img {
    margin:auto;
    padding:15px;
}

.free-guides h3 {
    height:50px;
}

.free-guides p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0px;
}

.free-guides p a {
    display:block;
   text-align:center; 
   font-weight:bold;
   font-size: 16px;
   width:100%;
   padding:10px;
}



#topic-index {
    padding: 25px 30px;
    border: 1px solid #cecece;
    background-color: #f2f8ff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f8ff), to(#ffffff));
    background-image: -webkit-linear-gradient(top, #f2f8ff, #ffffff);
    background-image: -moz-linear-gradient(top, #f2f8ff, #ffffff);
    background-image: -ms-linear-gradient(top, #f2f8ff, #ffffff);
    background-image: -o-linear-gradient(top, #f2f8ff, #ffffff);
    background-image: linear-gradient(top, #f2f8ff, #ffffff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f2f8ff', EndColorStr='#ffffff');
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#topic-index ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 50%;
}

#topic-index li {
    background: url(/wp-content/uploads/right-arrow-black1.png) no-repeat scroll left 6px transparent;
    line-height: 30px;
    margin-bottom: 5px;
    padding-left: 35px;
    list-style: none;
    text-align: left;
}


.testimonial:hover {
	cursor: pointer;
}

.test_disclaimer { font-size: 70% !important; color: #A8A5A5 !important; font-weight: normal; text-align: center; padding-top: 15px; }

.testimonial-box {
    border: #cecece 1px solid;
    padding: 20px 15px;
    max-width: 90%;
    margin: auto;
    margin-bottom: 22px;
    background-color: #FFFEE1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fffee1), to(#ffffd0));
    background-image: -webkit-linear-gradient(top, #fffee1, #ffffd0);
    background-image: -moz-linear-gradient(top, #fffee1, #ffffd0);
    background-image: -ms-linear-gradient(top, #fffee1, #ffffd0);
    background-image: -o-linear-gradient(top, #fffee1, #ffffd0);
    background-image: linear-gradient(top, #fffee1, #ffffd0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFEE1', EndColorStr='#FFFFD0');
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.testimonial-box h2 {
    padding: 0;
    text-shadow: none!important;
    color: #000 !important;
    margin-bottom: 10px;
}


ul#filter {
    font-size: 16px;
    list-style: none;
    margin: 30px auto 0 auto;
    text-align: center;
    line-height: 16px;
    height: 16px;
    width: 950px;
}

ul#filter li.tleft {
    -webkit-border-top-left-radius: 20px;
    -moz-border-top-left-radius: 20px;
    border-top-left-radius: 20px;
    border-left: 1px solid #C7D7E2;
}
ul#filter li.tright {
    -webkit-border-top-right-radius: 20px;
    -moz-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
}

ul#filter li.tleft, ul#filter li.tright {
    width: 21px;
    min-height: 41px;
    line-height: 16px;
    color: #777;
    text-decoration: none;
    background: #feffff;
    background: -moz-linear-gradient(top, #feffff 0%, #d2ebf9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feffff), color-stop(100%, #d2ebf9));
    background: -webkit-linear-gradient(top, #feffff 0%, #d2ebf9 100%);
    background: -o-linear-gradient(top, #feffff 0%, #d2ebf9 100%);
    background: -ms-linear-gradient(top, #feffff 0%, #d2ebf9 100%);
    background: linear-gradient(top, #feffff 0%, #d2ebf9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#d2ebf9', GradientType=0);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #C7D7E2;
    border-left: #fff;
    margin-top: -13px;
    padding: 11px 0 12px;
}

ul#filter li:last-child {
    margin-right: 0;
    padding-right: 0;
}

ul#filter li {
    font-size: 14px;
}
ul#filter li {
    float: left;
    line-height: 16px;
    height: 16px;
    margin-bottom: 20px;
    list-style: none;
    margin-left: 0;
    padding: 0;
}

ul#filter li.current a {
    display: block;
    margin-top: -18px;
    padding-bottom: 14px;
    padding-top: 14px;
    padding-left: 30px;
    padding-right: 30px;
}
ul#filter li.current a {
    color: #000;
    text-shadow: 0px 0px 0px transparent;
}
ul#filter li.current a, ul#filter a:hover {
    box-shadow: 0 -1px 5px #cccccc;
    color: #fff;
    text-shadow: 1px 1px 1px #666;
    background: #7db9e8;
    background: -moz-linear-gradient(top, #7db9e8 0%, #a6cafc 40%, #a6cafc 60%, #7db9e8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7db9e8), color-stop(40%, #a6cafc), color-stop(60%, #a6cafc), color-stop(100%, #7db9e8));
    background: -webkit-linear-gradient(top, #7db9e8 0%, #a6cafc 40%, #a6cafc 60%, #7db9e8 100%);
    background: -o-linear-gradient(top, #7db9e8 0%, #a6cafc 40%, #a6cafc 60%, #7db9e8 100%);
    background: -ms-linear-gradient(top, #7db9e8 0%, #a6cafc 40%, #a6cafc 60%, #7db9e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6cafc', endColorstr='#7db9e8', GradientType=0);
    background: linear-gradient(top, #7db9e8 0%, #a6cafc 40%, #a6cafc 60%, #7db9e8 100%);
    border: 1px solid #666;
}
ul#filter a {
    line-height: 16px;
    color: #777;
    text-decoration: none;
    background: #feffff;
    background: -moz-linear-gradient(top, #feffff 0%, #d2ebf9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feffff), color-stop(100%, #d2ebf9));
    background: -webkit-linear-gradient(top, #feffff 0%, #d2ebf9 100%);
    background: -o-linear-gradient(top, #feffff 0%, #d2ebf9 100%);
    background: -ms-linear-gradient(top, #feffff 0%, #d2ebf9 100%);
    background: linear-gradient(top, #feffff 0%, #d2ebf9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feffff', endColorstr='#d2ebf9', GradientType=0);
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 10px 15px;
    border: 1px solid #C7D7E2;
    border-left: #fff;
}




ul#portfolio, ul#product-slider {
    text-align: center;
}
ul#portfolio {
    list-style: none;
    margin-left: 0;
    width: 100%;
    margin: 0 auto;
    position: relative;
    /* margin-top: 70px; */
    max-width: 920px;
}

ul#portfolio img {
    margin: 0 auto 5px;
    border: none;
    display: block;
    padding-bottom: 5px;
    height: 150px;
}

ul#portfolio li {
    float: left;
    padding: 10px;
    width: 193px;
    margin: 10px;
    height: 380px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
    font-size: 12px;
    display:none;
}

ul#portfolio a {
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.1em;
    text-decoration: none;
}

ul#portfolio a.buynow {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
    color: #FFF;
    padding: 5px 10px;
}
ul#portfolio a.buynow, ul#portfolio a.learnmore {
    position: absolute;
    bottom: 0;
    -webkit-borde-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 0;
    font-size: 14px;
    background-color: #EF9027;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ef9027), to(#ce6d06));
    background-image: -webkit-linear-gradient(top, #eea85a, #f3922c);
    background-image: -moz-linear-gradient(top, #eea85a, #f3922c);
    background-image: -ms-linear-gradient(top, #eea85a, #f3922c);
    background-image: -o-linear-gradient(top, #eea85a, #f3922c);
    background-image: linear-gradient(top, #eea85a, #f3922c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eea85a', EndColorStr='#f3922c');
    line-height: 1.62em;
}
ul#portfolio a {
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.1em;
    text-decoration: none;
}


.find-condition td a {
    color: #000;
    text-decoration: none;
    display: block;
    padding-left: 30px;
}

.find-condition tr:first-of-type td {
    padding-top: 0;
}

.find-condition td {
    border-bottom: none;
    border-top: none;
    font-size: 14px;
    line-height: 1.5em;
    padding: 10px 0;
    text-indent: 0;
    background: url(../images/arrow-small.png) no-repeat scroll left center rgba(0, 0, 0, 0);
}

.wpp-list  {
    padding:0px;
    margin:0px;
}

.wpp-list li {
    overflow: hidden;
    float: none;
    clear: both;
    list-style:none;
    margin:20px 0px;
}

.rpwwt-post-date { font-size:80%; }
/*
.widget li {
    border-bottom: 1px dotted #ececec;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: left;
}
*/

.wpp-post-title {
    font-size:18px;
}

.wpp-thumbnail {
    margin: 0 10px 0 0  !important ; 
}


#HBI_Email, #HBI_FirstName {
    border-radius: 5px;
    margin-bottom: 5px;
}
input, select, textarea {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #ddd inset;
    color: #999;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 16px;
    width: 100%;
}

.widget_recent_entries .post-date {
    color:#666; 
    font-size:12px;
}

.tubepress_search input[type="text"] {
    padding: 16px;
    width: 79%;
    margin: 0;
    box-sizing: border-box;
}

.tubepress_search button {
    border: none;
    box-sizing: border-box;
    padding: 16px 24px;
    width: 20%;
    margin: 0;
    margin-bottom:30px;
}

.tubepress-thumb {
    padding: 10px;
}

button, input[type="button"], input[type="reset"], input[type="submit"], .button, .entry-content .button {
    background-color: #333;
    border: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    padding: 16px 24px;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
}

.tubepress-normal-player { width:100% !important;}
.tubepress-normal-player iframe {width: 100%;}
.tubepress-meta-description { word-break:break-all; }
@media (max-width: 990px) {
    .tubepress_search input[type="text"] {width: 100%;}
    .tubepress_search button {width: 100%; margin-bottom:20px;}
    
}
.youtube {
    margin-bottom:45px;
    border-bottom:1px solid #ececec;
    padding-bottom:15px;
}

.youtube .title{
    margin-top:15px;
    color: #337ab7;
    font-size:24px;
    font-weight:bold;
}

.youtube .date {
    color:#666;
    font-size:12px;
    padding-bottom:3px;
}


/* SOCIAL */
.share {
    margin-top:10px;
    padding:0px 0px;
    text-align:center;
    margin-bottom: -0px;
    /*background: url(../images/lines.png) top repeat-x;
    background-size: 8px 6px;*/
}
.share-shortcode{
    margin:10px auto;
    padding:20px 0px 20px;
    text-align:center;
    background: none;
    background-size: 0px;
    border-top:2px solid #ececec; 
    border-bottom:2px solid #ececec;
}
.btn.share-facebook {
    color: #3B5998!important;
    border: 2px solid #3B5998!important;
}
.btn.share-twitter {
    color: #5aa8cd!important;
    border: 2px solid #5aa8cd!important;
}
.btn.share-pinterest {
    color: #c53942!important;
    border: 2px solid #c53942!important;
}
.btn.share-google {
    color: #f14a34!important;
    border: 2px solid #f14a34!important;
}
.btn.share-linkedin {
    color: #4875B4!important;
    border: 2px solid #4875B4!important;
}

.share .btn {
    background: none;
    padding: 8px 17px;
    text-transform: uppercase;
    font-weight: bold;
}


/* TESTIMONIALS */
.ltbp_tms_heading {
    margin-bottom: 0;
    text-indent: -999999px;
    display: block;
    height: 90px;
    background-image: url(../images/footer_tms_heading.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 0;
}

.testimonial-frame {
    position: relative;
    padding: 0;
    border: none;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #c9e0ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c9e0ff));
    background: -webkit-linear-gradient(top, #ffffff 0%,#c9e0ff 100%);
    background: -o-linear-gradient(top, #ffffff 0%,#c9e0ff 100%);
    background: -ms-linear-gradient(top, #ffffff 0%,#c9e0ff 100%);
    background: linear-gradient(to bottom, #ffffff 0%,#c9e0ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c9e0ff',GradientType=0 );
    margin-left:0px;
    margin-right:0px;
    
}

ul.products {
    display:inline;
    
    
}

ul.products li {
    list-style:none;
    padding:0px;
    margin:0px;
    cursor:pointer;

}

ul.products li.topone {
    list-style:none;
    padding:0px;
    margin:0px;
    cursor:default;
    text-align:center;

}



ul.products li h2 {
    font-size:14px;
    padding:0px;
    margin:0px;
}

.testimonial-frame {
    position:relative;
}
#testimonials {
    height:280px;
    overflow:hidden;
    width:850px;
    position:relative;
    left:50px;
    
}
.test_navigation{
    
}


#testimonials .testimonial
{
	height:2400px;
	max-width:200px;
	width:100%;
	float:left;
    margin-left:10px;
}

#testimonials .testimonial .test-image
{
	height:182px;
	overflow:hidden;
	position:relative;
}

#testimonials .testimonial .test-image img
{

   position:absolute;
	top:0;
	min-height:100%;
	display:block;
	left:50%;
	-webkit-transform: translate(-50%, 0);
	min-width:100% !important;
	width:auto !important;
	max-width:none !important;
}


.testimonial h3 {
    font-size:15px;
    font-style:italic;
    padding:0px;
    margin:0px 0px 2px;
    color: #205091;
    font-weight: normal;
}

.testimonial .test-content{
    font-size: 10px;
    text-align: left;
    color: #FFF;
    line-height: 11px;
    background-color: #8995A7;
    background-image: url(../images/footer_tms_quote.png);
    background-repeat: no-repeat;
    background-position: 3px 3px;
    padding: 3px 5px 3px 22px;
    height:59px;
    overflow:hidden;
}

.testimonial-frame .left-arrow{
    position:absolute;
    top:187px;
    left:200px;
    cursor:pointer;
    z-index:99;
}

.testimonial-frame .right-arrow{
    position:absolute;
    top:187px;
    right:30px;
    cursor:pointer;
    z-index:99;
}

.testimonial_window {
    position:absolute;
    top:0px; 
    left:0px;
    width:5000px; 
    height:280px;
}


/* additional testimonials rules/responsive */
/* #footer-testimonial */ .testimonial-frame {
	padding-bottom:15px;
}

/* #footer-testimonial */ .testimonial-frame #testimonials
{
	left:50px;
}

#testimonials .testimonial .test-image
{
	height:200px;
}

.testimonial-frame .footer-left-arrow
{
	left:auto;
	margin-left:22px;
		
}

.testimonial-frame .footer-left-arrow,
.testimonial-frame .footer-right-arrow
{
	opacity:0.6;
	transition: all 0.2s ease;
}

.testimonial-frame .footer-left-arrow:hover,
.testimonial-frame .footer-right-arrow:hover
{
	opacity:1;
}


/* #footer-testimonial */ .testimonial-frame .products
{
	display:block;
	padding-left:0;
}

/* #footer-testimonial */ .testimonial-frame .products li
{
	line-height:16px;
	padding:3px 0;
	
}

/* #footer-testimonial */ .testimonial-frame .products li span.bullet
{
	float:left;
	display:inline-block;
}

/* #footer-testimonial */ .testimonial-frame .products li span.title
{
	color:#205091;
	padding-left:16px;
	display:block;
	font-size:13px;
	font-weight:bold;
}

/* #footer-testimonial */ .testimonial-frame .products li span.title:hover
{
	color:#f96e5b;
	text-decoration:none;
	text-decoration:underline;
}

/* #footer-testimonial */ .testimonial-frame .products-title
{
}

/* #footer-testimonial */ .testimonial-frame .test-content
{
}

#testimonials .video-container
{
	width:200px;
	height:200px;	
}


@media (max-width: 1200px)
{
	.ltbp_tms_heading
	{
		height:auto;
		min-height:70px;
	}
	
	#col-testimonials-container
	{
		display:block;
		width:100%;
	}
	
	#col-testimonials-container .footer-left-arrow
	{
		margin-left:0;
	}
	
	/* #footer-testimonial */ .testimonial-frame #testimonials
	{
		left:40px;
		max-width:850px;
		width:100%;
	}
	
	.test_navigation
	{
		width:100%;
		margin-bottom:22px;
	}
	
	/* #footer-testimonial */ .testimonial-frame .products li
	{
		display:inline-block;
		margin-left:14px;
	}
	/* #footer-testimonial */ .testimonial-frame .products li span.title
	{
		padding-left:10px;
	}
	
	
}

@media (max-width: 990px)
{
	#col-testimonials-container .footer-left-arrow,
	#col-testimonials-container .footer-right-arrow
	{
		display:none !important;
	}
	
	/* #footer-testimonial */ .testimonial-frame #testimonials
	{
		padding:0px;
		margin:15px;
		left:0;
		richness:0;
	}
	
	/* #footer-testimonial */ .testimonial-frame #testimonials .testimonial_window
	{
		width:100%;
		left:0 !important;
		position:relative;
		height:auto;
	}
	
	#testimonials .testimonial
	{
		height:290px;
		max-width:30%;			
	}
	#testimonials
	{
		height:auto;
		margin:0;
	}
	
	#testimonials .video-container
	{
		width:100%;
		height:200px;	
	}
}

@media (max-width: 768px)
{
	#testimonials .testimonial
	{
		float:none;
		max-width:93%;
		height:auto;
		border-bottom:1px solid #c6d7ee;
		padding-bottom:16px;
		margin-bottom:16px;
	}
	#testimonials .testimonial .test-image
	{
		display:inline-block;
		margin-left:0;
		float:left;
		width:140px;
		height:140px;
		border:#6580a4 1px solid;
	}
	
	#testimonials .video-container
	{
		width:140px;
		height:140px;
		border:#6580a4 1px solid;
	}
	
	#testimonials .testimonial .test-image img
	{
		display: block;
		left: 0;
		max-width: none !important;
		min-height: 100%;
		min-width: 100% !important;
		position: absolute;
		top: 0;
		transform: translate(0px, 0px);
		width: auto !important;
	}
	
	/* #footer-testimonial */ .testimonial-frame .test-content
	{
		display:block;
		background-color:transparent;
		color:#1D1D1D;
		font-size:14px;
		line-height:22px;
		padding-left:42px;
		background-position:16px 8px;
		height:auto;
	}
	
	/* #footer-testimonial */ .testimonial-frame .testimonial h3
	{
		font-size:16px;
		margin-bottom:12px;
	}
}


@media (max-width: 440px)
{
	/* #footer-testimonial */ .testimonial-frame #testimonials
	{
		padding:0;
		margin:0;
	}
	
	/* #footer-testimonial */ .testimonial-frame .testimonial h3
	{
		text-align:center;
	}
	
	#testimonials .testimonial .test-image
	{
		float:none;
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
	
	#testimonials .video-container
	{
		width:138px;
		height:138px;
		border:#6580a4 1px solid;
		float:left;
	}
	
	
}

#testimonials .ajax-loading
{
	width:100%;
	position:absolute;
	z-index:9999;
}

#testimonials .ajax-loading span
{
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    border-radius: 12px;
    color: #6a6a6a;
    display: inline-block;
    font-size: 13px;
    margin: 28px 26px;
    padding: 8px 22px;
    text-align: center;
}




/* Misc Form Styles
--------------------------------------------- */
#back-pain-form {
  background: url(../images/back-pain-bg.jpg) rgba(0, 0, 0, 0) no-repeat center top;
  background-size: 289px auto;
  height: 475px;
}
#sciatica-form {
  background: url(../images/sciatica-bg.jpg) transparent no-repeat center top;
  background-size: 289px auto;
  height: 475px;
}
#herniated-disc-form {
  background: url(../images/herniated-disc-bg.jpg) transparent no-repeat center top;
  background-size: 289px auto;
  height: 475px;
}
.opt-in-form .fields {
  display: block;
  position: relative;
  top: 292px;
}
.opt-in-form .fields form {
  text-align: center;
}
#back-pain-form.opt-in-form .fields {
  top: 298px;
}
.opt-in-form input {
  border: 2px solid #1C639D;
  height: 25px;
  background-color: #FFF;
  padding: 3px;
  max-width: 100%;
  width: auto;
  box-sizing: border-box;
  margin-bottom: 10px;
}
#back-pain-form.opt-in-form input {
  border: 2px solid #990000;
  height: 18px;
  padding: 3px;
}
.opt-in-form input.submit,
#back-pain-form.opt-in-form input.submit {
  border: none;
  height: auto;
  padding: auto;
}
.wgGlossaryItemDefinition {
  background: #eef4f8;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 14px;
}


.hbi_notice		{ color: #8a6d3b; background-color: #fcf8e3; padding: 15px; border: 1px solid #faebcc; border-radius: 4px; display:none; margin-bottom:5px; font-size:90%;}
.hbi_error		{ color: #a94442; background-color: #f2dede; border: 1px solid #ebccd1; }
#hbi_optin 		{ background-color: #366FBE; padding: 0px 36px 24px 36px; color:#FFFFFF !important; } 
.hbi_heading	{ background-color: #2B5896; margin-left: -36px; margin-right: -36px; padding: 24px 36px; font-size: 28px; color:#FFFFFF !important; text-align:center;}
.hbi_button 	{ width: 100%; padding: 12px 16px; background-color: #FF6C00; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; cursor:pointer; 
    							-moz-box-shadow: 0.5px 0.9px 2px rgba(0, 0, 0, 0.5); -webkit-box-shadow: 0.5px 0.9px 2px rgba(0, 0, 0, 0.5); box-shadow: 0.5px 0.9px 2px rgba(0, 0, 0, 0.5);
    							color: #FFF; font-family: "Arial"; font-size: 22px; font-weight: 700; text-shadow: 1px 1px #cc3c00; text-align:center; }
#HBI_Email, #HBI_FirstName		{ border-radius: 5px; margin-bottom:5px;  }
.hbi_note		{ font-size:90%; text-align:center; }	


@media screen and (max-width: 480px) {

	/*.entry-content img {width:70% !important; height:70% !important}*/
    .main-content { padding:3%; }
    .blog-sidebar { padding:3%;}

}





    



