/*
    IMPORTANT: Styles in this file will be used by ALL EOX client sites.
    DO NOT put client-specific changes here.
    If you need to over-ride anything here, do it in the client's CSS file,
    located at /accounts/CLIENT_ID/css/style.css
*/

/* standard HTML element overrides */
body {
	padding: 0px;
	background: #f2f2f2;
}

#printLogo {
	display: none;
}

form ul { margin-left: 0; list-style: none; }

form .required_input:not(.survey-question-item) label::after {
	content: " *";
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
 border-radius: 0px;
}

figure, figcaption {
	margin: 0;
	padding: 0;
}

figcaption {
	font-style: italic;
	font-size: 85%;
}

/* Link Colors and Decoration */
a {
  color: #99f;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #F99;
  text-decoration: underline;
}

/* Darken table striping */
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
	background-color: rgba(0,0,0,.05);
}

.popover {
	max-width: 340px;
}

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

ol ol ol li {
    list-style-type: lower-roman; 
}

/********** jQuery UI Override ***********/

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}

.ui-accordion .ui-state-active {
	border: 1px solid #aaaaaa;
}

/********** Parent/Child Dropdown Items *********/

.multiselect-container.dropdown-menu .child-item-1 label {
	padding-left: 52px;
}

.bootstrap-select .dropdown-menu .child-item-1 .text {
	padding-left: 12px;
}

.multiselect-container.dropdown-menu .child-item-2 label {
	padding-left: 64px;
}

.bootstrap-select .dropdown-menu .child-item-2 .text {
	padding-left: 24px;
}

.multiselect-container.dropdown-menu .child-item-2 label {
	padding-left: 76px;
}

.bootstrap-select .dropdown-menu .child-item-2 .text {
	padding-left: 36px;
}

.multiselect-container.dropdown-menu .child-item-2 label {
	padding-left: 88px;
}

.bootstrap-select .dropdown-menu .child-item-2 .text {
	padding-left: 48px;
}

/* Header and Footer Colors and Logo Sizes */
#header {
	top: 0px;
	left: 0px;
	width: auto;
	background: url(/images/header_bg.png) repeat-x scroll 50% 0 #999;
	padding: 0;
	margin: 0;
	}

#header h1 {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: normal;
  padding-top: 38px; /* adjust to center text vertically with logo */
  margin-left: 383px; /* equal to logo img width + 80px */
}

#logo {
  cursor: pointer;
  position: relative;
  top: 35px; /* adjust to center logo vertically in header */
  height: auto;
  max-width: 303px; /* equal to logo img width */
  float: left;
}

#logo img {
	height: auto;
	width: auto;
}

#footer {
position: relative;
width: auto;
background: url(/images/header_bg.png) repeat-x scroll 50% 0 #999;
height: 20px;
padding: 10px;
margin: 20px 0 0 0;
color: white;
overflow: hidden;
}

.modal .collapse.in {
	overflow: visible;
}

/* common spacing and alignment classes */
.v-gap5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.v-gap10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.v-gap20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.top-pad5 {
	padding:5px 0 0 0;
}

.top-pad10 {
    padding:10px 0 0 0;
}

.pad-20 {
    padding:20px;
}

.help-inline.alert {
    padding: 0px 3px;;
    margin: 0px;
}

.top-aligned {
    vertical-align: top;
}

.relative-position {
	position: relative;
}

.left-gapped4 {
	margin-left: 4px;
}

.inline {
    display:inline;
}

.inline-block-el {
	display: inline-block;
}

.menu-icon {
	padding-right: 3px;
}

.full-height {
	height: 100%;
}

.full-height-and-width {
    height: 100%;
    width: 100%
}

.min-height-modal-header {
	min-height: 25px;
}

.row-fluid .span12 {
	margin-left: 0;
}

.modal .modal-footer .btn {
  margin-top: 5px;
}

.ml-0 {
	margin-left: 0px !important;
}

/* payment cards */
.payment-radios label.radio {
    display: inline-block;
    width: 64px;
    height: 64px;
    margin-right: 15px;
    padding: 0px !important;
}

.payment-radios label.radio input {
    margin-left: 0px;
}

.payment-radios label.radio.__mastercard {
    background: url('/images/cards/master.png');
}

.payment-radios label.radio.__visacard {
    background: url('/images/cards/visa.png');
}

.payment-radios label.radio.__americanexpress {
    background: url('/images/cards/american_express.png');
}

.payment-radios label.radio.__discover {
    background: url('/images/cards/discover.png');
}

#checkout-questions h6 {
	margin: 0px 0px 5px 0px;
}

#checkout-questions .checkbox {
	margin-bottom: 0px;
}

#checkout-questions .checkbox h6 {
	margin-bottom:0px;
}

.per-page-select-blck .bootstrap-select {
    width: 70px;
}

/* Tim's navbar styles (partially implemented) */

.navbar-inner {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#e4e4e4));
  background-image: linear-gradient(to bottom, #f9f9f9, #e4e4e4);
  background-repeat: repeat-x;
  border: none;
  border-radius: 0px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e4e4e4', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.navbar .container {
  width: 940px;
}

.navbar .nav > li > a {
  float: none;
  padding: 21px 15px 0;
  color: #333333;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
  font-weight: bold;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
	border-bottom-color: #333333;
	border-top-color: #333333;
}

.navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret, .navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret{
	border-bottom-color: #ffffff;
	border-top-color: #ffffff;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #ccc;
  text-shadow: 0 1px 0 #000000;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #ccc;
  text-shadow: 0 1px 0 #000000;
  -webkit-box-shadow: 0px;
          box-shadow: 0px;
}

.navbar .nav.pull-right form {
	padding: 11px 0px;
}

.navbar-form input, .navbar-form select, .navbar-form .btn {
	margin-bottom: 5px;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #ccc;
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
  background-color: #ccc;
  background-image: none;
  background-repeat: repeat-x;
  color: #FFFFFF;
  text-decoration: none;
}

/*hide menu in top nav on sidebar menu sites (until small enough to use mobile collapsed menu)*/
.nav-list li {
   display: none;
}

.sidebar-nav {
    margin-bottom: 0;
}


/* render custom page widgets */
/* I think these have been replaced with Tim's widget styles */
.page-widget.with-border {
    border-style:solid; border-width:thin;
}

.page-widget .video-content {
    height: 100%;
}

.page-widget .video-content iframe {
	height: 100%;
	width: 100%;
}

.page-widget .product img {
    height: 125px;
    width: 125px;
}

.page-widget .height-without-name {
    height: 85%;
}

.page-widget .product-text-max-height {
    max-height: 40px;
    overflow: hidden;
}

/* Tim's custom page widget styles */
.box {
  background: none repeat scroll 0 0 #FFFFFF; /* Override this color in client's styles */
  border: 1px solid #DEDEDE; /* Override this color in client's styles */
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.box .innerWidget {
	padding: 10px 10px 10px 10px;
}

.widgetTitle > h4 {
  background: url(/images/title-bg.png) repeat-x scroll 0 0 #999; /* Override this color in client's styles */
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  color: #F2F2F2; /* Override this color in client's styles */
  padding: 10px 12px;
  overflow: hidden;
}

.widgetTitle .innerWidget {
	padding-top: 10px;
}

.widget {
	margin-bottom: 20px;
}

.widget iframe {
	padding-bottom: 10px;
}

.widget h4 {
	margin: 0px;
}

.widget .innerWidget h4 {
	margin-bottom: 10px;
}

.widget.widget-blank_spacer {
	min-height: 0px;
	margin: 0px;
}

#sidebar .widget {
	margin-left: 0px;
}

#sidebar {
	margin-left: 0;
}

#sidebar.sidebar-right {
	margin-left: 2.5641%;
}

.innerWidget table img {
	width:100%;
}

.innerWidget table.floatCell td {
	width: 100%;
	float:left;
}

.innerWidget .videoPlayer {
	width:100%;
}

/* remove volume bar from media players in widgets */
.innerWidget .audioPlayer .mejs-controls .mejs-volume-button {
	width: 24px;
}

.innerWidget .audioPlayer .mejs-controls .mejs-volume-button .mejs-volume-slider {
	display: none;
}

.innerWidget .prodListBtn {
	display:none;
}

/* Speakers tab */
#speakers {
	margin-top: 15px;
}

.speaker {
	margin: 10px 0;
	padding: 10px 0px 20px 0px;
	border-bottom: 1px dotted #DDD;
}

.speaker:first-child {
	padding-top: 0;
}

.speaker:last-child {
	border: 0;
	padding-bottom: 0;
}

.speaker .photo {
	float: none;
	border: 1px solid #CCC;
	margin-left: 0;
	max-width: 200px;
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0px 0px 15px #CCC;
	box-shadow: 0px 0px 15px #CCC;
}

.speaker .name {
	font-size: 22px;
	font-weight: bold;
	margin: -3px 0 5px;
}

.speaker .title {
	font-size: 16px;
	margin: 0 0 5px;
	color: #444;
	font-style: italic;
}

.speaker .bio {
	padding: 0;
	margin: 0 0 10px;
}

.speaker .bio:last-child {
	margin-bottom: 0;
}

/* Resources/Handouts tab */
#handouts div.file {
	display: block;
	border: 1px solid #CCE;
	border-bottom: 0;
	background-color: #FAFAFF;
	padding: 10px 10px 10px 15px;
	margin: 0;
	text-decoration: none;
}

#handouts div.file:hover {
	border: 1px solid #AAC;
	border-bottom: 0;
	background-color: #EEF;
	text-decoration: underline;
}

#handouts div.file:last-child {
	border-bottom: 1px solid #CCE;
}

#handouts div.file .fa {
	padding-right: 10px;
}

/* make sidebar menu say on left, even though it is after content in HTML file */
#content.span9 {
	float:right;
}

/* Button styles */

.btn, .dropdown-menu {
 border-radius: 0px !important;
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background: url(/images/title-bg.png) repeat-x scroll 0 0 #999;  /* Override this color in client's styles */
  border-color: #666;  /* Override this color in client's styles */
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  -webkit-filter: none;
          filter: none;
}

.pager .finish-button > a, .pager .save-button > a{
    background-color: #51a351;
    border: 1px solid #51a351;
}

.pager .finish-button > a:hover, .pager .finish-button > a:focus,
.pager .save-button > a:hover, .pager .save-button > a:focus{
    background-color: #51a351;
    color: #ffffff;
}

.pager .skip-button > a:hover, .pager .skip-button > a:focus {
	background-color: #f89406;
}

.pager .last-button > a:hover, .pager .last-button > a:focus {
	background-color: #2f96b4;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #999;  /* Override this color in client's styles */
}

.btn-link, .btn-link:hover, .btn-link:focus {
	color: #333333;
}

.navbar .btn.logout {
	margin-left:10px;
}

/*  dashboard styles */

.filter-form .help-block {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 3px;
}

.dash-product {
	display: block;
	background-color: #FFF;
	border: 1px solid #EFEFEF;
	border-radius: 5px;
	padding: 10px 10px 0px 10px;
	margin-bottom: 10px;
}

.dash-product-basic .productImage img, .file-collection-item .file-collection-img img {
	max-width: 100px;
	width: 100%;
	margin: 0px 0px 10px 0px;
	float:right;
}

.dash-product-basic .span2.productImage, .file-collection-item .span2.file-collection-img {
	float:right;
	margin-left:10px;
}

.dash-product-basic, .product-grid-item {
    position: relative;
}

.dash-product-basic .ribbon-container {
	float: right;
	max-width: 200px;
	margin-left: 10px;
}

.dash-product-basic .product-ribbon,
.product-grid-item .product-ribbon {
    --f: 10px; /* control the folded part*/
    --r: 0px; /* control the ribbon shape */
    --t: 0px; /* the top offset */

    position: relative;
    inset: var(--t) calc(-2*var(--f)) auto auto;
    padding: 0 10px var(--f) 0;
    clip-path:
            polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
            calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
            var(--r) calc(50% - var(--f)/2));
    background: #BD1550;
    box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
	line-height: 28px;
}

.product-grid-item .product-ribbon {
    --t: 10px; /* the top offset */

    position: absolute;
    inset-block-start: var(--t);
	max-width: 95%;
}

#product_catalog #catalog-list .dash-product-basic .product-ribbon > .product-ribbon-inner,
#user_dashboard .dash-product-basic .product-ribbon > .product-ribbon-inner,
.widget-products .innerWidget .products-content .product-list .product .dash-product-basic .product-ribbon > span.product-ribbon-inner,
.product-grid-item .product-ribbon > .product-ribbon-inner {
    margin: 0;
    font-style: normal;
    padding: 7px 0px 7px 10px;
    font-size: 14px;
	line-height: 14px;
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
}

.dash-product-basic .ribbon-container .productImage {
	float: right;
}

.transcript-table table, .transcript-table table td {
	border-color: #dddddd;
	margin: 0px;
}

.transcript-table .transcript-course-details td:nth-child(1),
.transcript-table .transcript-course-details td:nth-child(2) {
	width: 25%;
}

@media (max-width: 768px) {
	.dash-product-basic .span2.productImage, .file-collection-item .span2.file-collection-img {
		width: 14.8936%;
	}
}

@media (max-width: 567px) {
	.dash-product-basic .span2.productImage, .file-collection-item .span2.file-collection-img {
		display: none;
	}
}

.dash-product-basic h1 {
	font-size: 18px;
	line-height: 18px;
	margin: 0px;
	color: #000;
	display:inline;
}

.dash-product-basic a.productTitle {
	margin-right: 10px;
}

.dash-product-basic span {
	display: inline-block;
	margin: 0px 10px 5px 0px;
	color: #666;
	font-style: italic;
	font-size: 12px;
}
.dash-product-basic span.active {
	font-weight: bold;
	margin-top: 5px;
}

.dash-product-basic i {
	margin-top: 0px !important;
}

.dash-product-basic p {
	color: #000;
}

.dash-product .collapse-buttons .btn, .dash-product-basic .collapse-buttons .btn {
	padding-left: 0px;
	padding-right:12px;
}

.dash-product .collapse-buttons .btn:first-child, .dash-product-basic .collapse-buttons .btn:first-child {
	padding-left: 0px;
}

.dash-product .prodButton, .dash-product .tabCollapse, .dash-product-basic .tabCollapse {
	padding-bottom: 10px;
	display: none;
}

.dash-product .prodButtonShow {
	padding-bottom: 10px;
}

.innerWidget .dash-product-basic .tabCollapse {
	padding-top:10px;
	padding-bottom:0px;
}

.product .summaryCollapse > p {
	margin-bottom: 0px;
}

.dash-product.product {
	padding-bottom: 10px;
}

.dash-product .prodButton ul.inline li, .dash-product .prodButtonShow ul.inline li, .product .prodListBtn li, .product .prodListBtnShow li {
	padding-left: 0px;
	padding-right: 0px;
}

.product .prodListBtn li, .product .prodListBtnShow li {
	margin-top: 10px;
}

.dash-product .prodButton ul.inline li:first-child, .dash-product .prodButtonShow ul.inline li:first-child, .product .prodListBtn li:first-child, .product .prodListBtnShow li:first-child {
	padding-right: 10px;
}

.dash-product #handouts, .dash-product-basic #handouts {
	display: inline-block;
}

.dash-product a.file, .dash-product-basic a.file {
	border: none !important;
	background-color: #ffffff;
}

.searchHide {
	font-size:14px;
	float:right;
	letter-spacing:normal;
	text-transform:none;
	cursor: pointer;
	font-weight: bold;
}

.searchHide form {
	color: #444444;
}

.searchHide a {
	color: inherit;
}

.widget .searchHide {
	display:block;
}

.search-form.widget-search, .span3 .search-form.widget-search {
	display:none;
}

.modal .search-form.widget-search, .widget-products .span3 .search-form.widget-search {
	display: block;
}

/* alerts */
.alert p {
	margin: 0;
}
.alert ul {
	margin: 3px 0 5px 20px;
}

/* categories of interest */
#interest_in_categories {
	max-height: 460px;
    overflow-y: auto;
}

#interest_in_categories .category-name {
    overflow: hidden;
    display: block;
}

#interest_in_categories li {
    padding-left: 20px;
}

/* Profile Form */

#profile_form .input-large, #profile_form input[type="password"] {
	width: 100%;
	height:30px;
 -webkit-box-sizing: border-box;
 box-sizing:        border-box;
}

#profile_form .form-horizontal .control-group {
	margin-bottom: 10px;
}

.profile-tabs {
	margin-bottom: 0px;
	border-bottom: none;
}

#messaging-settings #messageDetail {
	height: auto !important;
	min-height: 450px;
}

#messaging-settings .tab-content {
	border: none;
	padding: 0px;
}

#messaging-settings #message-form {
	margin: 0px;
}

#messaging-settings #message-form table td {
	background: #f5f5f5;
}

#messaging-settings #message-form .table-striped tbody > tr:nth-child(2n+1) > td, #messaging-settings #message-form .table-striped tbody > tr:nth-child(2n+1) > th {
	background: none;
}

/* RSS widgets */

.rss_ul{
    list-style-type: none;
    margin: 0px;
}

.rss_li{
    margin-bottom: 10px;
    border-top: 1px solid #ccc;
	padding-top: 10px;
}

.rss_li:first-child {
	border-top: none;
	padding-top: 0px;
}

.rss_li:last-child {
	margin-bottom: 0px;
}

/******** Product Widget **********/

.products-content {
    clear: both;
}

.products-content ul.product-list {
    margin-bottom: 0px;
		clear: both;
}

.products-content ul.product-list div.product {
    border-top: 1px solid #ccc;
    margin-bottom: 10px;
	padding-top: 10px;
}

.products-content ul.product-list li:first-child div.product {
	border-top:none;
	padding-top: 0px;
}


.products-content ul.product-list li:last-child div.product {
    margin-bottom: 0px;
}

.products-content ul.product-list ul.inline li:first-child, .products-content .carousel-inner ul.inline li:first-child {
	padding-left: 0px;
}

.innerWidget .search-form, .innerWidget .search-form dl {
	margin-top:0px;
	margin-bottom:10px;
}

.innerWidget .search-form .input-large, .innerWidget .search-form .input-append a.add-on.clear-keywords, .searchHide .search-form .input-large, .searchHide .search-form .input-append a.add-on.clear-keywords, .innerWidget .search-form #datetimepicker1 .add-on, .innerWidget .search-form #datetimepicker2 .add-on, .innerWidget .search-form #datetimepicker1 .input-medium, .innerWidget .search-form #datetimepicker2 .input-medium {
	width: 85%;
 -webkit-box-sizing: border-box;
 box-sizing:        border-box;
	height:30px;
}

.innerWidget .search-form .bootstrap-select:not([class*="span"]), .innerWidget .search-form .input-append, .searchHide .search-form .bootstrap-select:not([class*="span"]), .searchHide .search-form .input-append {
	width:100%;
}

.innerWidget .search-form .input-append a.add-on.clear-keywords, .searchHide .search-form .input-append a.add-on.clear-keywords {
	width: 15%;
	border-top: none;
	border-bottom: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.innerWidget .search-form #datetimepicker1 .add-on, .innerWidget .search-form #datetimepicker2 .add-on {
	width:15%;
}

.innerWidget .search-form #datetimepicker1 .input-medium, .innerWidget .search-form #datetimepicker2 .input-medium {
	width:60%;
}

.innerWidget .search-form #datetimepicker1 .add-on:first-child, .innerWidget .search-form #datetimepicker2 .add-on:first-child {
	width:25%;
}

.innerWidget .search-form #datetimepicker1 .add-on i, .innerWidget .search-form #datetimepicker2 .add-on i {
	display:inline-block;
}

.innerWidget .search-form #pricerange1 .add-on, .innerWidget .search-form #pricerange2 .add-on {
    width:22%;
}

.innerWidget .search-form #pricerange1 .input-medium, .innerWidget .search-form #pricerange2 .input-medium {
    width:72%;
}

.innerWidget .search-div-side .search-form #pricerange1 .add-on, .innerWidget .search-div-side .search-form #pricerange2 .add-on {
    width:18%;
}

.innerWidget .search-div-side .search-form #pricerange1 .input-medium, .innerWidget .search-div-side .search-form #pricerange2 .input-medium {
    width:69%;
}

.search-div-modal .search-form #pricerange1 .add-on, .search-div-modal .search-form #pricerange2 .add-on {
    width:13%;
}

.search-div-modal .search-form #pricerange1 .input-medium, .search-div-modal .search-form #pricerange2 .input-medium {
    width:77%;
}

.innerWidget .carousel {
	margin-bottom: 0px;
}

.innerWidget .carousel-inner .carousel-caption {
	padding: 10px;
}

.products-content .carousel-inner .carousel-caption h1, .products-content .carousel-inner .carousel-caption p, .products-content .carousel-inner .carousel-caption span, .products-content .carousel-inner .carousel-caption a.productTitle, .products-content .carousel-inner .carousel-caption a:hover.productTitle, .products-content .carousel-inner .carousel-caption a:focus.productTitle {
	color: #ffffff;
}

.products-content .carousel-inner .carousel-caption p {
	margin-bottom: 10px;
}

.product-grid .product-grid-item-container {
	margin-bottom: 20px;
}

.product-grid .product-grid-item-container:nth-child(3n+1) {
	margin-left: 0px;
}

.product-grid .product-grid-item {
	cursor: pointer;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.product-grid .product-grid-title {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
	margin-bottom: 5px;
}

.product-grid .product-grid-summary {
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	height: 45px;
	overflow: hidden;
}

.product-grid .product-grid-image {
	height: 150px;
	overflow: hidden;
	margin-bottom: 10px;
}

.product-grid .product-grid-image img {
	width: 100%;
}

.favorite-icon i:hover {
    cursor: pointer;
}

.product-grid .product-grid-item .favorite-icon {
    float: left;
    margin: 0px 10px 5px 0px;
}

@media (min-width: 768px) and (max-width: 1199px) {
	.product-grid .product-grid-image {
		height: 120px;
	}
}

@media (max-width: 767px) {
	.product-grid .product-grid-image {
		height: auto;
		overflow: visible;
	}

	.product-grid .product-grid-image img {
		width: auto;
	}
}

/********** Podcast Widget ************/
.podcast-content img {
    height: 32px;
    width: 32px;
}

.podcast-description {
    border-bottom: 1px solid #ccc;
	padding: 5px 0px;
}

.podcast-description > p:last-child {
	margin-bottom: 0px;
}

.podcast-url {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.podcast-url a.rss-popover {
	padding-left: 10px;
}

.podcast-items {
  padding-top: 10px;
}

.podcast-items-list {
	margin-bottom: 0px;
}

.podcast-item {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.podcast-item:last-child {
  padding: 0px;
  margin: 0px;
  border-bottom: none;
}

.podcast-item-title {
	padding-bottom: 5px;
}

.podcast-item-description {
	padding-bottom: 3px;
}


/* News Feeds */

#news_modal {
    width:700px;
    margin-left:-350px;
}

#news_modal .modal-body {
    padding:0;
}

#news_modal .widget {
    margin:0;
}

.news-feed-modal-footer {
    border-top: 1px solid #999;
    padding: 5px;
}

.news-feed-sidebar-item {
    margin-top: 5px;
}

.news-feed-description {
    border-bottom: 1px solid #ccc;
	padding: 5px 0px;
}

.news-feed-description > p:last-child {
	margin-bottom: 0px;
}

.news-feed-items {
  padding-top: 10px;
}

.news-feed-items-list {
	margin-bottom: 0px;
}

.news-feed-item {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.news-feed-item:last-child {
  padding: 0px;
  margin: 0px;
  border-bottom: none;
}

.news-feed-title {
	padding-bottom: 5px;
}

.news-feed-url {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.news-feed-url a.rss-popover {
	padding-left: 10px;
}

/* Social Links Widget */
.social-links-content .social-link ~ .social-link {
	margin-left: 4px;
}

/******** File Collection Widgets ********/

.file-collection-description {
    border-bottom: 1px solid #ccc;
	padding: 5px 0px;
}

.file-collection-description > p:last-child {
	margin-bottom: 0px;
}

.file-collection-items {
  padding-top: 10px;
}

.file-collection-items-list {
	margin-bottom: 0px;
}

.file-collection-item {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.file-collection-item:last-child {
  padding: 0px;
  margin: 0px;
  border-bottom: none;
}

.file-collection-item-title {
	padding-bottom: 5px;
}

.file-collection-item-title .fa {
	padding-right: 10px;
}

.file-collection-item-summary {
	padding-bottom: 3px;
}

.file-collection-feed-url {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

.file-collection-feed-url a.rss-popover {
	padding-left: 10px;
}

/*********** Multi-Select Search Inputs *******/

.bootstrap-select.show-tick .dropdown-menu > li > a {
	padding-left: 30px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu > li > a span.text {
	display: inline-block;
	margin-right: 0px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark {
	left: 8px;
}

.multiselect-native-select .btn-group {
    width: 100%;
	margin-bottom: 10px;
}

.multiselect-native-select .multiselect {
    width: 100%;
}

.multiselect-native-select .btn-group button {
    text-align: left;
}

.multiselect-native-select .btn-group .btn .caret {
    position: absolute;
    right: 12px;
}

.multiselect-container li > a input[type="checkbox"], .multiselect-container li > a input[type="radio"] {
	display: none;
}

.multiselect-container li.active > a {
    color: black;
	background: none;
}
.multiselect-container li.active > a:hover {
    color: white;
	background: lightgray;
}
.multiselect-container li.active > a:focus {
    color: white;
	background: lightgray;
}

.multiselect-container li > a label {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

.multiselect-container li > a i.check-mark{
	display: none;
}

.multiselect-container li.active > a i.check-mark{
	background-image: url(/scripts/vendor/bootstrap/img/glyphicons-halflings.png);
    display:inline-block;
    position: absolute;
	left: 8px;
    margin-top: 2.5px;
}

.medical-type-selector .multiselect-container > li > a, .widget-agenda .multiselect-container > li > a {
    padding: 3px 20px;
    display: block;
}

.multiselect-container > li > a > label.radio {
    padding-left: 20px;
    padding-right: 0px;
}

.multiselect-container > li.selected > a > label.radio:first-of-type {
	text-indent: -30px;
}

.multiselect-container > li > a > label.radio > .check-mark {
	width: 30px;
	display: block;
	position: relative;
	float: left;
	top: 2px;
}
.multiselect-container > li > a > label.radio > .check-mark::before {
    display: none;
}

.multiselect-container > li.selected > a > label.radio > .check-mark::before {
    display: inline;
}

.multiselect-container .multiselect-filter .input-group {
    display: flex;
    margin: auto;
}

.multiselect-container .multiselect-filter input.multiselect-search {
    flex-grow: 1;
    margin: auto;
}

/*********** Widget Zones **************/
.topZone {
	padding-bottom: 10px;
}

.bottomZone {
	padding-top: 10px;
}

/*********** Modal Z-index *********/
/* Bootstrap modals are 1040 and 1050 */

.redactor-box .redactor-toolbar {
	z-index: 1039 !important;
}

.redactor-dropdown, .redactor-toolbar-tooltip {
	z-index: 1051 !important;
}

#redactor-modal-overlay,
#redactor-modal-box,
#redactor-modal {
	z-index: 1052 !important;
}

.redactor-toolbar li:hover .fa-inverse {
	color: #000000;
}

/********* Poll Widget *********/

.poll-widget-form label {
	font-size: inherit;
}

.poll-widget .pollTitle {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

/********* Full Site Search *******/

#entity-search-form .bootstrap-select {
	width: 100%;
}

#entity-search-form .entity-search-keyword {
	width: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	height: 30px;
}

.entity-search-result h2 {
	margin: 0;
}

#fullSearchResultKey .fa, .fullSearchResults .fa {
	padding-right: 10px;
}

#fullSearchResultKey span {
	padding-right: 20px;
	font-size: 13px;
	padding-right: 20px;
	font-weight: normal;
	white-space: nowrap;
}

.entity-search-result span.title {
	padding-right: 20px;
}

.entity-search-result .details {
	float: right;
}

.entity-search-result .details .btn {
	height: 22px;
}

.entity-search-result .innerWidget {
	padding: 0px !important;
}

.entity-search-result .resultRow {
	border-top: 1px solid #dddddd;
  line-height: 20px;
  padding: 8px;
  vertical-align: middle;
}

.entity-search-result .resultRow > * {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	display: inline-block;
}

.entity-search-result .striped .resultRow:nth-child(2n+1) {
  background-color: #f9f9f9;
}
.entity-search-result .summary {
    padding: 5px;
    display: block;
	clear: both;
}

.entity-search-result .top-pad5 {
	padding: 0px;
}

/********** NEW CART ***********/

.new-cart-renderer label {
	font-size: inherit;
}

.new-cart-renderer .cart-content .cart-promo-discount, .new-cart-renderer .cart-content .cart-volume-discount {
	display: none;
}

.guestLogin {
	border-bottom: 1px solid #dddddd;
}

.guestLogin h3 {
	margin: 0px;
	line-height: normal;
}

.guestLogin .login-blck-parts, .guestLogin .create-account-blck-parts {
	display: none;
}

.guestLogin .login-blck-parts h3, .guestLogin .create-account-blck-parts h3 {
	margin-bottom: 5px;
}

.guestLogin .log-in-create-account-btns {
	display: inline-block;
	margin: 5px 0;
	white-space: nowrap;
}

#ccframe, #payment_div .bootstrap-select.input-large {
	width: 224px;
}

#payment_div .hpciLabel {
  display: inline-block;
  height: 30px;
  margin-bottom: 15px;
}

/********* Bootstrap Alert ********/

.alert-warning, .alert-warning h4 {
  color: #8a6d3b;
}

.alert-warning {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
}

/********* Notifications *********/

.notifications {
	padding: 10px;
}

.notifications hr {
  border-color: #3a87ad;
  border-width: 1px;
  margin: 10px 0;
}

.notifications .notification-item-template {
	border-top: 1px solid #ccc;
	padding: 10px 0px;
}

.notifications .notification-item-template .notification-title {
	font-weight: bold;
}

.notifications .notification-item-template:first-child {
	border-top: none;
	padding-top: 0px;
}

.notifications .notification-item-template:last-child {
	padding-bottom: 0px;
}

.notifications.tab-content {
	padding: 0px;
}

.notifications.tab-content .alert {
	padding: 10px;
}

/******* Prepaid Pack Widgets ******/
.prepaid-pack-content > .pack-list-item {
    padding: 5px;
}
.prepaid-pack-content > .pack-list-item:nth-child(n+2) {
    border-top: 1px solid #ccc;
}

.prepaid-pack-content h1 {
    font-size: 18px;
    line-height: 18px;
    margin: 0px;
    color: #000;
    display: inline;
}

.prepaid-pack-content .pack-name {
    padding: 0px;
}

.prepaid-pack-content .pack-description {
    padding: 5px 0px;
}

.prepaid-pack-content .pack-cover-image {
    float: right;
    padding-left: 5px;
}

.prepaid-pack-content .pack-cover-image img {
    float: right;
    padding-right: 5px;
    max-width: 100px;
    width: 100%;
}

.prepaid-pack-content .pack-buttons {
    padding: 5px 0px;
}

/******* Quiz and Survey Modals ******/

div[id^="quiz_modal"] .modal-body .carousel-inner, div[id^="survey_modal"] .modal-body .carousel-inner, .answers-modal .modal-body .carousel-inner {
	overflow: visible;
}

.well.essay-answer {
	max-height: 100px;
	overflow-y: auto;
}

div[id^="quiz_modal"] .bootstrap-select:not([class*="span"]) {
	width: 100%;
}

.explanation-answer p:last-child, .choice-explanation p:last-child {
    margin-bottom: 0px
}
.answers-modal .badge.matching-answer {
	white-space: normal;
}

.survey-question-item.required_input h4::before {
	content: "* ";
}

/****************** HIgher Logic Discussion Tab Styles *******************/
.hl-widget.latest-discussion { width: 370px; padding: 5px; }
.hl-widget.latest-discussion, .hl-widget.latest-discussion #login-information-container{ background-color: #3276b1; }
.hl-widget.latest-discussion #login-information-container{ float: right; padding: 5px 10px; margin-right: -5px; color: #fff; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
.hl-widget.latest-discussion #login-information-container a { color: #ddd; }
.hl-widget.latest-discussion #login-information-container .error-message { color: #cc0000; }
.hl-widget.latest-discussion .container{ background-color: white; font: 13px/1.22 arial,helvetica,clean,sans-serif; overflow: auto; padding: 0 10px; }
.hl-widget.latest-discussion ul{ padding-left: 0; }
.hl-widget.latest-discussion li { list-style-type: none; padding-bottom: .5em; margin-bottom: .5em; border-bottom: dotted 1px #afb1b3; padding: 10px; }
.hl-widget.latest-discussion .item-image-container{ float: left; width: 60px; height: 60px; padding-top: 2px; }
.hl-widget.latest-discussion .item-title-container{ margin-top: 2px; }
.hl-widget.latest-discussion .item-title-container a{ text-decoration: none; font-weight: bold; font-size: 1.1em; font-family: arial; }
.hl-widget.latest-discussion .item-by-line-container{ color: #808080; font-style: italic; margin-top: 2px; } .hl-widget.latest-discussion .item-by-line-container span{ font-size: 0.85em; }
.hl-widget.latest-discussion .item-posted-in-container{ color: #808080; margin-top: 2px; }
.hl-widget.latest-discussion .item-posted-in-container span{ font-size: 0.85em; }
.hl-widget.latest-discussion .item-body-container{ margin-top: 15px; }
.hl-widget.latest-discussion .footer-container{ margin: 0px 10px; }
.hl-widget.latest-discussion .footer-item-more{ float: left; }
.hl-widget.latest-discussion .footer-item-post{ float: right; }
.hl-widget.latest-discussion .footer-item-more, .hl-widget.latest-discussion .footer-item-post{ padding-bottom: 10px; }
.hl-widget .error-message{ color: #cc0000; padding: 10px; }

/****************** Feature Widgets ***************/

.featureWidget {
	background-size: cover;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-shadow: 0 0 5px rgba(0,0,0,0.5);
	-webkit-transition: opacity 0.4s ease-in-out;
	transition: opacity 0.4s ease-in-out;
	height: 250px;
	overflow: hidden !important;
	opacity: 0.8;
	cursor: pointer;
	font-size: 13px;
}

.featureWidget:hover, .featureWidget:focus {
	opacity: 1;
}

.featureWidget .featureWidgetText {
	bottom: 0;
	left: 0;
	padding: 10px;
	position: absolute;
	z-index: 1;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #000000;
}

.featureWidget .featureWidgetTitle {
	color: #fff;
	display: block;
	font-size: 140%;
	line-height: 1.25;
	margin-left: 0px;
	margin-top: 0;
	margin-bottom: 0px;
}

.featureWidget .featureWidgetDescripCont {
	display: none;
	margin-top: 10px;
}

.featureWidget .featureWidgetDescrip {
	font-size: 100%;
	font-weight: 300;
	line-height: 16px;
	color: #fff;
}

.featureWidget .featureWidgetBtn {
	background: rgba(255, 255, 255, 0.2);
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	border-right: 1px solid rgba(255, 255, 255, 0);
	color: #ccc;
	text-shadow: none;
	position: relative;
	z-index: 99999;
	-webkit-transition: background 0.4s ease-in-out, border-color 0.1s ease-in-out, color 0.1s ease-in-out;
	transition: background 0.4s ease-in-out, border-color 0.1s ease-in-out, color 0.1s ease-in-out;
	font-size: 90%;
}

/****************** CP STaff Toolbar ***************/
#cpstaff-toolbar .dropdown-menu { overflow: visible; }


#checkout-questions .table {
    margin-bottom: 0px;
}

/****************** Password strength plugin ***************/
.password-progress {
    margin-top: 5px;
    width : 44%;
}

.password-progress2 {
    margin-top: 5px;
    width : 100%;
}

.password-progress3 {
    margin-top: 5px;
    width : 22%;
}

.password-verdict {
    color : #000;
}


/****************** Certifications/Progress Bar ***************/
.certifications table, .certifications th, .certifications td {
	border-radius: 0 !important;
}

.certifications .progress .progressbar-back-text, .product-progress-tracker .progress .progressbar-back-text {
	position: relative;
	float:left;
}

.certifications .progress, .product-progress-tracker .progress {
	margin-bottom: 5px;
}

.certifications .bar-info, .product-progress-tracker .bar-info {
	white-space: nowrap;
}

.certifications .cell_actions {
	padding-top: 5px;
	padding-bottom: 0px;
}

.certifications .cell_actions .btn {
	margin-bottom: 5px;
}

.certifications table tr.error > td {
	background-color: #f2dede !important;
}

.certifications table tr.warning > td {
	background-color: #fcf8e3 !important;
}


/************* Event Calendar View ***********/

#calendar .online_calendar_event {
	border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	padding: 3px !important;
}

#calendar .live_in_person_calendar_event {
	border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
	padding: 3px !important;
}

/************* Certifications Manual Credits/External Fulfillment *********/
.certification-fields .bootstrap-select, .fulfillment-filter .bootstrap-select {
	width: 100%;
}

.certification-fields .bootstrap-select ul.dropdown-menu, .fulfillment-filter .bootstrap-select ul.dropdown-menu {
	width: 100%;
}

.certification-fields .bootstrap-select .dropdown-menu > li > a > .text, .fulfillment-filter .bootstrap-select .dropdown-menu > li > a > .text {
	display: inline-block;
	white-space: normal;
	margin-right: 0px;
}


/************ User Dashboard Badges ************/

.user-badge .user-badge-title {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	height: 36px;
	overflow: hidden;
	margin-bottom: 5px;
}


/************ Agenda Widget ***************/

.widget-agenda .ui-helper-reset {
	font-family: inherit;
}

.widget-agenda .input-append input, .widget-agenda .input-append .add-on {
	width: 85%; 
	box-sizing: border-box; 
	height: 30px;
}

.widget-agenda .input-append .add-on {
	width: 15%;
	text-shadow: none;
}

.agenda-widget-sessions .agenda-item.collapse.in {
	margin-bottom: 10px;
}

.agenda-widget-sessions .agenda-item .agenda-item-heading {
	overflow: hidden;
	position: relative;
	padding: 10px 10px 10px 30px;
	font-size: 15px;
	font-weight: bold;
	line-height: 19px;
	color: inherit;
	background: #f5f5f5;
}

.agenda-widget-sessions .agenda-item .agenda-item-heading .session-title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.agenda-widget-sessions .agenda-item .agenda-item-heading.ui-accordion-header-active, 
.agenda-widget-sessions .agenda-item .agenda-item-heading.ui-state-hover {
	color: white;
	background: #777777;
}

.agenda-widget-sessions .agenda-item .agenda-item-heading.ui-accordion-header-active .session-title {
	white-space: normal;
}

.agenda-widget-sessions .agenda-item .agenda-item-heading.has-favorites {
	padding-left: 50px;
}

.agenda-widget-sessions .agenda-item .ui-accordion-header-icon {
	left: 8px;
	background: none;
	text-indent: 0;
}

.agenda-widget-sessions .agenda-item .favorite-icon {
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -9px;
}

.agenda-widget-sessions .agenda-item .session-time {
	position: absolute;
	right: 10px;
}

.agenda-widget-sessions .agenda-item .session-info h5 {
	margin: 15px 0px 0px;
	font-size: 14px;
	line-height: 18px;
}

.agenda-widget-sessions .agenda-item .session-info hr {
	margin: 0px 0px 10px;
}

.agenda-widget-sessions .agenda-item .session-info {
	color: inherit;
	font-size: 12px;
	line-height: 16px;
}


/************** EXHIBITOR TILE WIDGET **************/

.exhibitor {
    background: #fff;
    border: 1px solid #ccc;
    text-align: center;
	padding: 10px;
}

.widget-exhibitor_tile.span12 .exhibitor figure, .widget-exhibitor_tile .exhibitor-level-tile .span12 figure {
	height: 250px;
}

.widget-exhibitor_tile.span12 .exhibitor figure img, .widget-exhibitor_tile .exhibitor-level-tile .span12 figure img {
	max-height: 250px;
}

.widget-exhibitor_tile.span6 .exhibitor figure, .widget-exhibitor_tile .exhibitor-level-tile .span6 figure {
	height: 200px;
}

.widget-exhibitor_tile.span6 .exhibitor figure img, .widget-exhibitor_tile .exhibitor-level-tile .span6 figure img {
	max-height: 200px;
}

.widget-exhibitor_tile.span4 .exhibitor figure, .widget-exhibitor_tile .exhibitor-level-tile .span4 figure {
	height: 150px;
}

.widget-exhibitor_tile.span4 .exhibitor figure img, .widget-exhibitor_tile .exhibitor-level-tile .span4 figure img {
	max-height: 150px;
}

.widget-exhibitor_tile.span3 .exhibitor figure, .widget-exhibitor_tile .exhibitor-level-tile .span3 figure {
	height: 100px;
}

.widget-exhibitor_tile.span3 .exhibitor figure img, .widget-exhibitor_tile .exhibitor-level-tile .span3 figure img {
	max-height: 100px;
}

.exhibitor .exhibitor-title {
    margin-top: 5px;
	height: 30px;
	font-size: 13px;
	line-height: 15px;
	color: #333;
	overflow: hidden;
	text-decoration: none;
}

.exhibitor a:hover {
	text-decoration: none;
}

.exhibitor-level-tile .exhibitor {
    margin-bottom: 20px;
}

/************** EXHIBITOR TILE SEARCH WIDGET **************/

.exhibitor-tile-search-content .input-append input, .exhibitor-tile-search-content .input-append .add-on {
	width: 85%;
	box-sizing: border-box;
	height: 30px;
}

.exhibitor-tile-search-content .input-append .add-on {
	width: 15%;
	text-shadow: none;
}

.exhibitor-tile-search-content .no-matching-exhibitor-tile {
	width: 100%;
}

.exhibitor-tile-search-content .bootstrap-select {
	width: 100%;
}

/************** SPEAKER LIST WIDGET **************/

.widget-speakers-listing-content .input-append input, .widget-speakers-listing-content .input-append .add-on {
	width: 85%; 
	box-sizing: border-box; 
	height: 30px;
}

.widget-speakers-listing-content .input-append .add-on {
	width: 15%;
	text-shadow: none;
}

.widget-speakers-listing-content .speaker-widget-grid {
	display: flex;
	flex-wrap: wrap;
}

.widget-speakers-listing-content .speaker-item {
	margin-bottom: 20px;
	background: #fff;
    border: 1px solid #ccc;
    text-align: center;
	padding: 10px;
}

.widget-speakers-listing-content .speaker-item a.details-link, .widget-speakers-listing-content .speaker-item a.details-link:hover {
	text-decoration: none;
	color: #333;
}

.widget-speakers-listing-content .speaker-item figure {
	height: 200px;
}

.widget-speakers-listing-content .speaker-item img, .speaker-details-page .speaker-details-image {
	max-height: 200px;
	float: none;
	border: 1px solid #CCC;
	margin-left: 0;
	max-width: 200px;
	height: auto;
	-webkit-box-shadow: 0px 0px 15px #CCC;
	box-shadow: 0px 0px 15px #CCC;
}

.widget-speakers-listing-content .speaker-item img.default {
	width: 100%;
}

.widget-speakers-listing-content .speaker-item .speaker-widget-name {
	margin-top: 5px;
	font-weight: bold;
}

.widget-speakers-listing-content .speaker-item .speaker-widget-full {
	text-align: left;
}

.widget-speakers-listing-content .speaker-item .speaker-widget-full img {
	max-height: none;
	width: 100%;
}

.speaker-details-page .speaker-details-image {
	max-height: none;
	width: 100%;
}

.widget-speakers-listing-content .no-matching-speakers {
	width: 100%;
}

#sidebar .widget-speakers-listing-content .speaker-item .speaker-widget-full [class*="span"] {
	width: 100%;
}
	

/************** EXHIBITOR DIRECTORY WIDGET **************/
.exhibitor-directory .input-append input, .exhibitor-directory .input-append .add-on {
	width: 85%;
	box-sizing: border-box;
	height: 30px;
}
.exhibitor-directory .input-append .add-on {
	width: 15%;
	text-shadow: none;
}

.exhibitor-directory table img, .exhibitor-directory table .exhibitor-row td:first-child{
    width: 100px;
}

/************** MENU/LINKS WIDGET **************/

.widget-menu .widget-menu-inner.navbar {
	float: none;
}

.widget-menu .widget-menu-inner.navbar .nav > li > a {
	color: inherit;
	padding: 12px 15px;
}

/************** CHAT WIDGET **************/

.widget.widget-chat iframe {
	padding-bottom: 0px;
}

@media (min-width: 1200px) {

	.navbar .container {
		width: 1170px;
	}

}

@media (min-width: 980px) and (max-width: 1199px) {
	#sidebar.sidebar-right {
		margin-left: 2.12766%;
	}

	#ccframe, #payment_div .bootstrap-select.input-large {
		width: 148px;
	}

	#payment_div input.input-large {
		width: 134px;
	}

}

@media (min-width: 768px) and (max-width: 979px) {

	.navbar .container {
		width: 724px;
	}

	#ccframe, #payment_div .bootstrap-select.input-large {
		width: 148px;
	}

	#payment_div input.input-large {
		width: 134px;
	}

}

/*show top menu only when small enough to be mobile collapsed version */
/* hide sidebar nav when screen narrow*/
@media (max-width: 979px) {

	.navbar-inner {
		padding: 0px 20px;
	}

	.navbar .container {
		width: auto;
	}

	.nav-list li {
		display: block;
	}

	.nav-collapse.in .nav > li > a, .nav-collapse.in .dropdown-menu a {
		border-radius: 3px;
		font-weight: bold;
		padding: 9px 15px;
		height: auto;
	}

	.nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
		color: #ccc;
	}

	/* hide sidebar menu when small */
	#sidebar .sidebar-nav {
		display:none;
	}

	/* but show the rest of the sidebar stacked with the rest*/
	#sidebar, #sidebar.sidebar-right {
		clear:both;
		width: 100%;
		margin-left: 0px;
	}

	/* on sidebar design, stack widgets as soon as top menu goes mobile */
	#content.span9 {
		width: 100%;
		margin-left: 0;
	}

	#content.span9 .widget {
		width: 100%;
		margin-left: 0;
	}
	
	/* also stack exhibitor level tiles */
	#content.span9 .widget .exhibitor-level-tile .exhibitor {
		width: 100%;
		margin-left: 0;
	}

	/* Hide current and total audio time */
	.mejs-container .mejs-controls .mejs-currenttime-container, .mejs-container .mejs-controls .mejs-duration-container {
		display:none;
	}

	#profile_form.span6 {
		width: 75%;
	}

	#interest_in_categories.span5 {
		width:75%;
	}

	#ccframe, #payment_div .bootstrap-select.input-large {
		width: 148px;
	}

	#payment_div input.input-large {
		width: 134px;
	}


}

/* screen-size specific over-rides to shrink header logo and text */
@media (max-width: 767px) {

    body{
        margin:10px;
    }

	#header {
		height: auto !important;
	}

	#header .container {
		padding: 10px;
	}

	#header h1 {
		font-size: 24px !important;
		line-height: 30px !important;
		margin: 0 !important;
		padding: 0 !important;
		text-align: center !important;
	}
	#header #logo {
		float: none !important;
		margin: 0 auto !important;
		position: inherit !important;
	}

	.navbar .container {
		width: auto;
	}

	#profile_form.span6 {
		width: 100%;
	}

	#interest_in_categories.span5 {
		width:100%;
	}

	.fullSearchResults .fa {
		padding-bottom: 5px;
	}

	.entity-search-result .resultRow {
		overflow: hidden;
	}

	.entity-search-result .details {
		width: 100%;
		text-align: right;
	}

	#ccframe, #payment_div .bootstrap-select.input-large {
		width: 100%;
	}

	#payment_div input.input-large {
		width: 100%;
	}

	/******** Modal Mobile Sizing *********/

	div[id^="quiz_modal"], div[id^="survey_modal"], div[id^="notification_modal"], .answers-modal, .contact-form-modal {
		width: auto !important;
		margin-left: 0px !important;
	}

	div[id^="quiz_modal"].modal.fade.in, div[id^="survey_modal"].modal.fade.in, div[id^="notification_modal"].modal.fade.in, .answers-modal.fade.in, .contact-form-modal.fade.in {
		max-height: 90%;
		overflow:scroll;
	}
}

/* One more small adjustment to header when screen gets REALLY small */
@media (max-width: 567px) {
	#header h1 {
		font-size: 18px;
		line-height: 24px;
	}
}