/* ================================================================
   OVERWRITES
   ================================================================ */

/* GLOBALS */
.primary-nav {
	font-size: 0.85rem !important;
}

.hide {
	display: none;
}

/* HEADER */
/*.menu > li > a span {display:inline-block; margin-right:0.25rem;}*/

/*Product price table overrides for cart pages and product pages -- ER: 2/8/2017*/
td.other-price-table-val {
    font-weight: 600;
    font-size: 0.75rem;
}

td.product-price-block-desc {
	padding-right: 0;
	white-space: nowrap;
}

/* Extra styling for cart link -- PY 3/1/17*/
#tblItemcount > span > a {
	display: block;
    padding: 0.25rem 0.5rem 0.75rem;
    line-height: 1;
}

.mobile-utility-nav i, .mobile-utility-nav span[class*="icon-"] {
    display: inline-block;
}

#account-dropdown  {
	text-align: left;
}

.hello {
	color: #003c69;
	font-size: 1rem;
	font-weight: 600;
}

/* Override disabled button styling on CustomerService/renewals.aspx -- PY 2/10/17*/
#Main_Renewals_RenewButton {
	background: #2199e8;
}

/* Override FooIcon styling to use inherited font, not FontAwesome -- PY 2/19/17*/
.fooicon {
	font-family: inherit !important;
}

.fooicon-plus:before {
	content: "+" !important;
	font-size: 1.5rem;
	font-weight: 900;
}

.fooicon-minus:before {
	content: "\2013" !important;
	font-size: 1.5rem;
	font-weight: 900;
}

/* Should be moved into app.css later --ER 3/2/2017 */
.cart-qty {
	padding: 4px 6px;
	border-radius: 40%;
	margin-top: 0;
}

/* Makes radwindow happy with Foundation classes --ER 3/7/2017 */
#ctl00_Main_C003_radDuplicateUser_C,
#ctl00_Main_C003_radWindowSearchCompany_C,
#ctl00_Main_SavedPaymentMethods_CreditcardWindow_C,
#ctl00_Main_MeetingRegistration__c_popEditAttendee_C,
#ctl00_Main_MeetingRegistration__c_radPopUpEditListSession_C {
	width: 100% !important;
	overflow: hidden !important;
}
#ctl00_Main_C003_radWindowSearchCompany_C,
#ctl00_Main_MeetingRegistration__c_radPopUpEditListSession_C {
	overflow: auto !important;
}
.popup-win-profile-DuplicateUse, 
.popup-customerservice-savepaymentmethod,
.edit-attendee-popup,
.popup-edit-list-session {
	/*min-width: 600px !important;*/
	max-width: 1000px !important;
	overflow: hidden;
}

#ctl00_Main_C003_radDuplicateUser_C {
	padding: 1rem;
}

/* Fighting the RadGrids -- PY 3/15/17 */
.RadGrid .rgHeader {
	font-weight: 600 !important;
}

.RadGrid .rgMasterTable, .RadGrid .rgDetailTable, .RadGrid .rgEditForm table {
    border-collapse: collapse !important;
}

.RadGrid .rgRow>td, .RadGrid .rgAltRow>td, .RadGrid .rgEditRow>td, .RadGrid .rgFooter>td, .RadGrid .rgFilterRow>td, .RadGrid .rgHeader, .RadGrid .rgResizeCol, .RadGrid .rgGroupHeader td {
    padding: 1.333rem 0.625rem 2.369rem 0.625rem !important;
}

.RadGrid .rgHeader {
	padding: 0.85rem 0.625rem 0.85rem 0.625rem !important;
}

@media screen and (max-width: 63.9375em) {
	.RadGrid .rgRow>td, .RadGrid .rgAltRow>td, .RadGrid .rgEditRow>td, .RadGrid .rgFooter>td, .RadGrid .rgFilterRow>td, .RadGrid .rgHeader, .RadGrid .rgResizeCol, .RadGrid .rgGroupHeader td {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
	}
}

table.table-small tbody td {
	font-size: 0.75rem;
}

.RadGrid_MetroTouch, .RadGrid_MetroTouch .rgMasterTable, .RadGrid_MetroTouch .rgDetailTable, .RadGrid_MetroTouch .rgGroupPanel table, .RadGrid_MetroTouch .rgCommandRow table, .RadGrid_MetroTouch .rgEditForm table, .RadGrid_MetroTouch .rgPager table {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
}

/* Makes the RadWindow "responsive" --ER 3/1/17 */
@media screen and (min-width: 40em) {
.RadWindow {
  min-width: 600px !important;
  max-width: 1000px !important; 
  } 
}

/** EDIT SESSION WINDOW PAGER  --ER 3/17/2017 **/
.rgNumPart a {
	font-weight: normal;
}

a.rgCurrentPage,
a.rgCurrentPage:hover {
	color: #B9B9B9;
	font-weight: bold;
}

.RadGrid .rgInfoPart,
a.rgCurrentPage {
	color: #B9B9B9;
}

/** GENERIC FORM CLASSES --ER 9/11/2017 **/
.form-required {
	border-left: 4px solid #ffd451;
}

/** Calendar Styling on profile page --ER 3/21/2017 **/
.ajax__calendar_body,
.ajax__calendar_days, 
.ajax__calendar_months, 
.ajax__calendar_years {
	width: 100% !important;
}

.ajax__calendar .ajax__calendar_other .ajax__calendar_day {
    color: #d6d6d0 !important;
}

/* Fix for sticky FOUC -- PY 3/23/17  */
.sticky {
  position: relative;
}

/* Prevent primary nav from "showing through" account dropdown -- PY 3/23/17  */
#account-dropdown {
    z-index: 9999;
}

/* Meeting page refinements */

/* PY 6/20/21 
Add background color to selected row in session table */
.selected-row, .selected-row:hover {
	background-color: #e6f2ff !important;
}

span.aspNetDisabled [type='checkbox'] + label[for],
.no-select td, .no-select td h5 {
	color: lightgray;
	transition: color .2s ease-in;
}

tr.no-select:hover td, tr.no-select:hover td h5 {
    color: black;
}

.no-select td img, 
.no-select td input,
.disabled td img,
.disabled td input {
	opacity: 0.5;
	transition: opacity .2s ease-in;
}

tr.disabled {
   cursor: not-allowed;
}

tr.disabled td {
    color: #8a8a8a;
}

span.cancelled-text {
    color: firebrick;
    font-weight: 700;
}

span.registered-text {
    color: #1cb841;
    font-weight: 700;
}

span.sold-out-text {
    color: #8e24aa;
    font-weight: 700;
}

span.postponed-text {
    color: #ff6d00;
    font-weight: 700;
}

tr.no-select:hover td img, tr.no-select:hover td input {
	opacity: 1;
}

#Main_Meeting__c_tblpartial label {
	font-size: 1.125rem;
}

#Main_Meeting__c_cblist1 td {
	padding: 0.5rem 0 0 0;
}

#Main_Meeting__c_cblist1 label {
	font-size: 1rem;
	font-weight: 500;
}

#Main_Meeting__c_cblist1 input {
	margin-bottom: 0;
	margin-right: 0.563rem;
}

.session-grid-start-date small, .session-grid-end-date small, .session-grid-price-credits small {
	display: block;
}

@media screen and (min-width: 40em) {
	.session-grid-start-date small, 
	.session-grid-end-date small, 
	.session-grid-price-credits small,
	.session-grid-price small,
	.session-grid-credits small {
		display: none;
	}
}

@media screen and (max-width: 39.9375em) {
	.RadGrid .rgRow>td.session-grid-checkbox, .RadGrid .rgRow>td.session-grid-web-image, .RadGrid .rgRow>td.session-grid-web-name {
		padding-top: 1.5rem !important;
	}
	.RadGrid .rgAltRow>td.session-grid-checkbox, .RadGrid .rgAltRow>td.session-grid-web-image, .RadGrid .rgAltRow>td.session-grid-web-name {
		padding-top: 1.5rem !important;
	}
	.RadGrid .rgRow>td.session-grid-price-credits, .RadGrid .rgAltRow>td.session-grid-price-credits {
		padding-bottom: 1.5rem !important;
	}
}

/* Blog -- PY 3/27/17  */
ul.post-category {
	font-size: 0.85rem;
}

ul.post-category li {
	color: #8a8a8a;
	display: inline-block;
}

ul.post-category li:not(:last-child):after {
	content: " | ";
}

ul.category-nav a.active {
	font-weight: bold;
}

.text-muted {
	color: #8a8a8a;
}

.pagination li.current a {
	color: white;
}

.pagination li.current a:hover {
	background: none;
}

/* Refinments to Meeting page styles -- PY 3/28/17  */
.sticky.is-stuck.sticky-title-bar {
    padding: 1rem 0 1.25rem 0;
}

@media screen and (min-width: 40em) {
	.sticky.sticky-title-bar .button-register {
		margin-top: 1.25rem;
	}
}

.sticky.is-stuck.sticky-title-bar h4.subheader {
    display: none;
}

.button-register {
	font-weight: bold;
}

.meeting-format-row {
	padding-top: 3rem;
}

@media screen and (max-width: 39.9375em) { 
	.meeting-format-row {
		padding-top: 1.5rem;
	}
}

/** Media Queries --ER 3/22/2017 **/

@media screen and (max-width: 39.9375em) {
	.ajax__calendar .ajax__calendar_container {
		width: 100% !important;
		left: 0 !important;
	}
}

@media screen and (min-width: 40em) { /** MEDIUM **/
	.ajax__calendar .ajax__calendar_container {
		width: 300px !important;
	}
}

@media screen and (min-width: 64em) { /** LARGE **/
	.hero
	{
		/*background-position: 50% -12rem;*/
	}
}

@media screen and (min-width: 90em) { /** XLARGE **/
	.hero
	{
		/*background-position: 50% -20rem;*/
	}
}

@media screen and (min-width: 160em) { /** XXLARGE **/

}

@media screen and (max-width: 63.9375em) {
	h1 > small {
		display: block;
		line-height: 1.2;
	}
}

/** Simplified Listing Cards **/

a.listing-card-title {
	display: block;
	font-weight: 500;
	border: none;
}

.listing-card img.icon24 {
	margin-top: -0.28rem;
}

.product-price-label, .product-price-label-1, .product-price-label-2 {
	float: left; 
	font-size: 0.75rem;
	padding: 0.5rem 0rem 0.75rem 0; 
	text-align: left;
	text-transform: uppercase;
	width: 50%;
}

.product-price, .product-price-1, .product-price-2 {
	float: right; 
	font-size: 1.35rem;
	padding-top: 0rem;
	padding-bottom: 0.6rem;
	text-align: right; 
	width: 50%;
}

.listing-card .button {
	float: left;
	margin-bottom: 0;
}

.listing-card hr {
	margin: 0.75rem auto;
}

/** Hawk Results Page Header Refinements **/
h1.catalog-page-title {
	margin-top: 0.25rem;
	margin-bottom: 1.5rem;
}

.banner-search-form .button {
	width: 12rem;
}

.banner-search-form .input-group {
	margin-bottom: 0;
}

.sticky.sticky-title-bar {
    padding-top: 0;
}

.backLinkRow {
	padding-top: 3.157rem;
}

@media screen and (max-width: 39.9375em) {	
	.banner-search-form .button {
		width: 6rem;
	}
}

img.promo-image {
	border: 1px solid #d6d6d6;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.bar-admissions {
/**	border: 1px solid #d6d6d6;
	padding: 1rem; **/
	margin-top: 1rem;
}

.bar-admin-msg {
	font-weight: bold;
	font-size: 0.85rem;
	background-color: #ffcdcd;
	color: red;
	display:none;
	padding: 0.5rem;
	margin-bottom: -1.25rem;
}

img.promo-image:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.3);
}

/** Styling for location directory --ER 6/30/2017 **/
.location-directory-list ul li h4 {
	margin: 0 0 1rem 0;
	padding-top: 2.369rem;
}
.location-directory-list ul li a {
	padding-bottom: 2.369rem;
}

.locIndexLi {
    padding: 0.75rem 0;
    border-bottom: 1px solid #d6d6d6;
}

.icon-wrapper {
	margin-right: 5px;
}

.breadcrumb-back,
.breadcrumb-links {
	margin: 0;
}

.breadcrumbs a {
	color: #8a8a8a;
	font-weight: 600;
}

.bcWrapper {
	background-color: #efefef;
	border-bottom: 1px solid #d6d6d6;
	padding: 0.75rem 0;
	height: auto;
}

.product-format-row {
	padding-top: 3rem;
}

@media screen and (max-width: 39.9375em) {
	.product-format-row {
		padding-top: 1.5rem;
	}
}

@media screen and (max-width: 63.9375em) {
	.breadcrumb-links {
		display: none;
	}
}

.sticky-title-bar h1.product-title {
    text-align: left;
}

@media screen and (max-width: 39.9375em) {
	.sticky.is-stuck h1.product-title {
		text-align: center;
	}
}

.newAttyMessageModalWrapper {
	margin-top: -1.5rem;
	margin-bottom: 0.5rem;
}

@media screen and (min-width: 40em) {
	.newAttyMessageModalWrapper {
		float: right;
		margin-top: 0;
	}	
}	

@media print {
	.confirmation-header {
		display: none;
	}
	a[href]:after {
		content: none !important;
	}
	h1, h3 {
		margin-top: 0;
	}
    #ctl00_Main_C001_dtStartDate_wrapper,
    #ctl00_Main_C001_dtEndDate_wrapper,
    #Main_C001_citiesDropdown,
    .citiesDropdown,
    .date-range,
    label {
        display: none !important; 
    }
}

/** Slick Slider Overwrites **/
.slick-prev, .slick-next {
	z-index: 999;
}

.slick-prev {
	left: -15px !important;
}

.slick-next {
    right: 25px !important;
}

.slick-prev:before, .slick-next:before {
	color: #616161 !important;
	font-size: 3.5rem !important;
}

/** Modal Lists **/

#modalContent ul, #paModalContent ul {
	margin-left: 0;
}

/** Preloader styles **/

#loader {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: fixed;
   display: block;
   opacity: 1;
   background-color: #fff;
   z-index: 99;
   text-align: center;
}

#loading-img, #loader-percentage {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  width: 120px;
  height: 120px;
}

#loader-percentage {
    z-index: 20;
    display: table;
}

#loader-percentage h3 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#loading-img {
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #3498db;
  background-color: #ffffff;
  z-index: 1;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*Upcoming course cards 2/19/2019 --ER*/
/*Landing Pages*/
#landing {
    /*padding-top: 3.157rem;*/
    /*padding-bottom: 3.157rem;*/
}

.date-wrapper,
.credit-wrapper {
	width: 100%;
	padding: 1rem;
	color: #fff;
	font-size: 2rem;	
}

.neutral-color {
	background-color: darkgrey;
}

.upcoming-date {
	font-size: 1rem;
}

.month,
.day {
	line-height: 1;
}

.month {
	text-transform: uppercase;
	font-weight: 600;
}

.day {
	font-size: 4rem;
}

.icon-wrapper-in-person,
.in-person-cle-color {
  background-color: #8e24aa; }

.icon-wrapper-simulcast,
.simulcast-cle-color {
  background-color: #00838f; }

.icon-wrapper-webcast {
  background-color: #d50000; }

.icon-wrapper-webinar {
  background-color: #1976d2; }

.icon-wrapper-video-replay,
.video-replay-cle-color,
.icon-wrapper-video {
  background-color: #00c853; }

.icon-wrapper-on-demand-video,
.on-demand-video-cle-color {
  background-color: #ff4081; }

.icon-wrapper-podcast {
  background-color: #ff6d00; }

.icon-wrapper-yellow-book {
  background-color: #f0ad05; }

.icon-wrapper-pbi-press {
  background-color: #3949ab; }

.icon-wrapper-audio-cd {
  background-color: #bf360c; }

.icon-wrapper-ebook {
  background-color: #7E96D6; }

.icon-wrapper-dvd {
  background-color: #8d6e63; }

.icon-wrapper-e-doc {
  background-color: #673ab7; }

.icon-wrapper-book-on-cd {
  background-color: #2e7d32; }

.icon-wrapper-usb {
  background-color: #9EA51E; }

.icon-wrapper-downloadable-book {
  background-color: #546e7a; }

.icon-wrapper-calendar {
  background-color: #2199e8; }

.icon-wrapper-email {
  background-color: firebrick; }

.credit-wrapper .listing-card-supplemental {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

/** Meeting/Product page nav enhancements, meta section --PY 6/6/2019 **/

.product-sticky-nav a.active:after {
    content: " \f054";
    font-family: pbicons;
    font-size: 0.55rem;
    font-weight: 900;
}

.product-section-header > i {
    font-size: 1.25rem;
}

.meta-content {
    padding-top: 1rem;
}

.meta-content ul li {
    margin-right: 0;
}

@media screen and (min-width: 40em) { /** MEDIUM **/
    .meta-content {
        padding-top: 4.25rem;
    }
}

.product-meta {
    border-top: 1px dotted #d6d6d6; 
    font-size: 0.75rem;
    line-height: 1.45;
    padding-top: 1rem;
}

/** Landing page text banner styling --PY 7/29/19 **/
.landing-page-text-banner { 
    background: white;
    border-bottom: 2px solid #ffd451;
    color: #737373;
    margin-top: -2em;
    margin-bottom: 3em;
	padding-top: 0.1em;
    padding-bottom: 0;
	text-align: center;
}

@media screen and (min-width: 40em) { /** MEDIUM UP **/
    .landing-page-text-banner {
        margin-top: -3em;
		padding-top: 1em;
		padding-bottom: 0.5em;
    }
}

@media screen and (min-width: 63.9375em) { /** LARGE UP **/
    .landing-page-text-banner {
        margin-top: -3em;
		padding-top: 0.25em;
    }
}

.landing-page-text-banner h3, .landing-page-text-banner h4 {
	font-weight: 700;
}

.landing-page-text-banner p {
	line-height: 1;
}

/** Post-upgrade RadGrid styling --PY 3/10/21 **/
.RadGrid {
	border: none !important;
}