/*      Request ID: f9b0ff8ee67f571fad53c6bc940c5e50_1774538218 (03/26/2026 11:17am) (fc5BDsIwDETRq3AAxBypSpshseQ4KDaNuD0ViB3q7m/maYA9Dcw58XiuKttSoylUds6alIjKRmx9EB4vpR/dWrfbkX694O98ESuDWWjhX8FRtK9Jf8iUXBh+qpyduI9uQcsf4A0=)      */



/*      Resource ID: 071102cc8c6281e387b76c1f296 (common.less, compiled by lessc, minified by none) (03/26/2026 11:17am) (A:9186, B:9186, C:9176, D:9176, F:9176, J:9176, K:9176)      */

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.lw_clearfix:before,
.lw_clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.lw_clearfix:after {
  clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.lw_clearfix {
  *zoom: 1;
}
.lw_spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(/live/resource/image/spinner.gif) no-repeat center center;
  z-index: 1000;
}
.lw_clear {
  height: 0;
  clear: both;
}
.lw_paginate {
  position: relative;
  clear: left;
}
.lw_paginate_placeholder {
  position: relative;
  display: none;
}
.lw_hidden {
  display: none !important;
  visibility: hidden !important;
}
.lw_element .lw_prompt a {
  font-weight: bold;
  text-decoration: none;
}
.lw_element .lw_prompt a:hover {
  text-decoration: underline;
}
.lw_element h1 {
  display: inline-block;
  font-size: 3.2em;
  margin-top: 30px;
  font-weight: 200;
}
.lw_element h1 + .lw_cancel {
  position: relative;
  top: -0.2em;
}
.lw_element .lw_cancel {
  color: #707070;
  margin-left: 5px;
}
.lw_element .lw_cancel a {
  color: #d00;
}
.lw_msg {
  padding: 10px;
}
.lw_msg_top .lw_msg_success,
.lw_msg_top .lw_msg_warning,
.lw_msg_top .lw_msg_failure {
  width: 100%;
  font-weight: bold;
  margin: 0;
  padding: 3px 8px;
  left: 0;
}
/* general styles for success, warning, and failure messages */
.lw_element .lw_msg_success {
  color: #3c763d;
  border: #d6e9c6;
  background-color: #dff0d8;
}
.lw_element .lw_msg_warning {
  color: #8a6d3b;
  border: #faebcc;
  background-color: #fcf8e3;
}
.lw_element .lw_msg_failure {
  color: #a94442;
  border: #ebccd1;
  background-color: #f2dede;
}
.lw_image_preview {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 100px;
  width: 100px;
  text-align: center;
  padding: 0;
  border: none;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.lw_image_preview .lw_overlay_contents {
  background-color: #000;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.lw_image_preview .lw_image_preview_image img {
  position: absolute;
  z-index: 1060;
  left: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.lw_image_preview .lw_image_preview_image img.loading {
  position: static;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.lw_image_preview .lw_image_preview_image img.active {
  z-index: 1061;
  opacity: 1;
}
.lw_image_preview.lw_overlay {
  border: none;
}
.lw_image_preview .lw_overlay_header {
  height: 0;
  padding: 0;
  border: none;
}
.lw_image_preview .lw_overlay_header button {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1075;
  background: #fff;
  width: 18px;
  height: 18px;
  line-height: 15px;
  padding: 0 0 3px;
  border: 0;
  text-align: center;
  -webkit-border-radius: 9px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 9px;
  -moz-background-clip: padding;
  border-radius: 9px;
  background-clip: padding-box;
  zoom: 1;
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.lw_image_preview .lw_overlay_footer {
  background-color: #fff;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.lw_image_preview .lw_overlay_footer > p {
  font-size: 13px;
  text-align: center;
  margin: 0;
  color: #333;
}
.lw_image_preview .lw_overlay_contents:hover a.lw_scroll {
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.lw_image_preview a.lw_scroll {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 60px;
  z-index: 1099;
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  zoom: 1;
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.lw_image_preview a.lw_scroll.lw_prev:after {
  left: -2px;
  border-right-color: rgba(255, 255, 255, 0.7);
}
.lw_image_preview a.lw_scroll.lw_next {
  right: 0;
}
.lw_image_preview a.lw_scroll.lw_next:after {
  left: 14px;
  border-left-color: rgba(255, 255, 255, 0.7);
}
.lw_image_preview a.lw_scroll:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 50%;
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  border-width: 12px;
  margin-top: -12px;
}
.lw_image_preview .lw_overlay_body {
  padding: 0;
  position: relative;
}
.lw_image_preview .lw_spinner {
  zoom: 1;
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  background-color: #000;
  z-index: 1065;
}
.lw_widget_forms fieldset legend {
  display: none;
}
.lw_widget_forms .lw_spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.35);
}
.lw_widget_forms .lw_uploader {
  position: relative;
}
.lw_widget_forms .lw_uploader > .lw_uploader_progress {
  display: none;
}
.lw_widget_forms .lw_uploader ul {
  padding: 0;
  list-style-type: none;
}
.lw_widget_forms .lw_uploader_progress {
  background-color: #FAFAFA;
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
  margin-top: 10px;
}
.lw_widget_forms .lw_uploader_filename {
  padding: 3px 0 2px 3px;
  color: #666;
  white-space: nowrap;
}
.lw_widget_forms .lw_uploader_complete {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  overflow: hidden;
}
.lw_widget_forms .lw_uploader_complete.lw_complete .lw_uploader_complete_filename {
  color: #383;
  background-color: #efe;
}
.lw_widget_forms .lw_uploader_complete.lw_failed .lw_uploader_complete_filename {
  color: #c22;
  background-color: #fee;
}
.lw_widget_forms .lw_uploader_complete_filename {
  padding: 3px 0 2px 3px;
  color: #469;
  background-color: #d0def1;
  white-space: nowrap;
}
.lw_widget_forms .lw_uploader_message {
  font-weight: bold;
}
.lw_widget_forms .lw_uploader_message em {
  font-weight: normal;
  font-style: normal;
}
picture.lw_image {
  display: inline-block;
  line-height: 0;
}
img.lw_align_left,
picture.lw_align_left,
.lw_image_caption.lw_align_left {
  float: left;
  margin-right: 0.5em;
}
img.lw_align_right,
picture.lw_align_right,
.lw_image_caption.lw_align_right {
  float: right;
  margin-left: 0.5em;
}
img.lw_align_center,
picture.lw_align_center,
.lw_image_caption.lw_align_center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.lw_block,
picture.lw_block,
.lw_image_caption.lw_block {
  display: block;
  float: none;
}
img.lw_column_width_full,
picture.lw_column_width_full,
.lw_image_caption.lw_column_width_full {
  max-width: 100%;
  height: auto;
}
img.lw_column_width_half,
picture.lw_column_width_half,
.lw_image_caption.lw_column_width_half {
  max-width: 50%;
  height: auto;
}
img > img,
picture > img,
.lw_image_caption > img {
  max-width: 100%;
  height: auto;
}
picture.lw_align_center {
  text-align: center;
}
picture.lw_align_center img {
  display: inline-block;
}
.lw_image_caption {
  display: block;
}
.lw_image_caption.lw_align_left {
  clear: left;
}
.lw_image_caption.lw_align_right {
  clear: right;
}
.lw_image_credit {
  float: right;
  font-style: italic;
  color: #999;
}
#lw_page {
  width: 100%;
  margin-top: 40px;
  -webkit-transition: margin-top 0.25s ease-out;
  -moz-transition: margin-top 0.25s ease-out;
  -o-transition: margin-top 0.25s ease-out;
  transition: margin-top 0.25s ease-out;
}
.session_monitor .lw_overlay_close {
  display: none;
}
.lw_sr_only,
.lw_sr_only_focusable {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: #fff;
  color: #000;
}
.lw_sr_only_focusable:active,
.lw_sr_only_focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
}
.lw_skip_link {
  position: absolute;
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
.lw_skip_link:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: auto;
  z-index: 999;
  padding: 5px;
  color: #0000ff;
  background-color: #ffff99;
  border: 1px solid #999933;
  text-align: center;
}
.lw_skip_link.absolute:focus {
  position: absolute;
  z-index: 9999;
}
.star + .lw_skip_link.absolute:focus {
  left: 37px;
  top: 11px;
}
.lw_responsive_iframe_wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 100%;
  /* responsive iframes are square by default */
}
.lw_responsive_iframe_wrapper.four_three {
  padding-top: 75%;
}
.lw_responsive_iframe_wrapper.three_four {
  padding-top: 133%;
}
.lw_responsive_iframe_wrapper.sixteen_nine {
  padding-top: 56.25%;
}
.lw_responsive_iframe_wrapper.nine_sixteen {
  padding-top: 178%;
}
.lw_responsive_iframe_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
input[readonly] {
  pointer-events: none;
  opacity: 50%;
}

/*      Resource ID: 8121a8c0abeb0c2f9f99e2aced6 (widgets.less, compiled by lessc, minified by none) (03/26/2026 11:17am) (A:42525, B:42765, E:106273, F:106273, J:106273, K:106273)      */

/* Site-wide css files are not included in the widget editor's preview pane.  Add core styles 
 * required for proper preview rendering (like font-family) to the following block 
 */
.lw_widget {
  margin: 0 0 1em 0;
}
.lw_widget .lw_item_thumb {
  float: left;
  margin-right: 0.5em;
}
.lw_widget .lw_item_thumb img {
  float: left;
  margin-bottom: 0.5em;
}
/* Core widget styles */
.lw_widget > ul,
.lw_widget > noscript > ul,
.lw_widget .lw_widget_column > ul,
.lw_widget > .lw_events_day > ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.lw_widget > ul > li,
.lw_widget > noscript > ul > li,
.lw_widget .lw_widget_column > ul > li,
.lw_widget > .lw_events_day > ul > li {
  clear: left;
  margin: 0 0 1em;
}
.lw_widget_tags {
  float: left;
  margin-left: 20px;
  clear: right;
}
.lw_widget_tags ul li {
  float: left;
  clear: none;
  margin-right: 0.5em;
}
.lw_widget_tags .lw_widget_tag {
  margin-bottom: 1em;
}
.lw_widget_tags hr {
  margin-top: 15px;
  margin-bottom: 15px;
}
.related_links img {
  display: none;
}
/*
 * Widget columns; single column at 768px by default
 */
.lw_widget_column_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  vertical-align: top;
  margin-left: -15px;
  margin-right: -15px;
}
.lw_widget_column {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 768px) {
  .lw_widget_column_wrapper {
    flex-direction: column;
  }
}
/* ********************************************************
 * item tag selector/filter
 * ********************************************************/
.lw_widget_tags.lw_widget_tag_selector {
  float: right;
  max-width: 200px;
}
.lw_widget_tags.lw_widget_tag_selector h3 {
  margin-top: 0;
}
.lw_widget_tags.lw_widget_tag_selector .lw_widget_tag_selected,
.lw_widget_tags.lw_widget_tag_selector .lw_widget_all_tags_selected {
  background-color: #ccc;
  border-color: #888;
  color: #222;
  margin: 0.2em 0.4em 1em 0;
  padding: 4px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.lw_widget_feeds table {
  width: auto;
}
/* Save and Share */
.lw_widget_saveandshare ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lw_widget_saveandshare ul li {
  display: inline-block;
  padding: 0 4px 0 0;
  margin: 0;
  height: 26px;
  vertical-align: top;
}
.lw_widget_saveandshare ul li img {
  border: 0;
  margin: 0;
  padding: 2px 0 0 0;
}
.lw_widget_saveandshare a {
  text-decoration: none;
  color: #ccc;
}
.lw_widget_saveandshare a:hover {
  color: #900;
}
.lw_widget_saveandshare .twitter a:hover {
  color: #55acee;
}
.lw_widget_saveandshare .facebook a:hover {
  color: #3B5998;
}
.lw_widget_saveandshare .googleplus a:hover {
  color: #dd4b39;
}
/* Navigation Styles */
.lw_widget_navigation .lw_subnav {
  margin-left: 25px;
}
/* Clean Markup */
.lw_widget_clean_markup,
.lw_widget_slideshow_results,
.lw_widget_slideshow_result {
  display: inline;
  margin: 0;
  padding: 0;
}
/* Randomized Results & Slideshows */
.lw_widget_inactive_results {
  display: none;
}
.lw_slideshow_interval,
.lw_widget_slideshow_results,
.lw_widget_slideshow_result {
  display: none;
}
.lw_gallery.lw_widget_slideshow .lw_gallery_thumbnails {
  display: none;
}
/* Facebook */
.lw_widget_facebook img {
  float: left;
  padding: 5px;
}
.lw_widget_facebook .lw_facebook_image_sm {
  max-width: 300px;
}
.lw_widget_twitter ul {
  margin: 0;
  padding: 0;
}
.lw_twitter_image {
  float: left;
  max-width: 300px;
}
.lw_twitter_username {
  display: block;
}
.lw_twitter_username img {
  float: left;
  position: relative;
  top: 28px;
}
.lw_twitter_username a {
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  margin: 0 1px 10px -47px;
}
.lw_twitter_username a:hover {
  background-color: #000;
  color: #fff;
}
.lw_twitter_tweet {
  display: block;
  padding: 15px 15px 15px 40px;
  margin: 0 0 20px 50px;
  background-image: url(/live/resource/image/livewhale/theme/core/images/twitter-bg.gif);
  background-position: top left;
  background-repeat: no-repeat;
  overflow-x: hidden;
}
.lw_widget_files .lw_files_swf a {
  background: url("/live/resource/image/livewhale/images/files/swficon.gif") no-repeat 100% 50%;
  padding-right: 20px;
}
.lw_widget_files .lw_files_mp3 a {
  background: url("/live/resource/image/livewhale/images/files/mp3.gif") no-repeat 100% 50%;
  padding-right: 20px;
}
.lw_widget_files .lw_files_pdf a {
  background: url("/live/resource/image/livewhale/images/files/pdficon.gif") no-repeat 100% 50%;
  padding-right: 18px !important;
}
.lw_widget_files .lw_files_qt a {
  background: url("/live/resource/image/livewhale/images/files/quicktime.gif") no-repeat 100% 50%;
  padding-right: 18px;
}
.lw_widget_files .lw_files_wma a,
.lw_widget_files .lw_files_wmv a {
  background: url("/live/resource/image/livewhale/images/files/wmedia.gif") no-repeat 100% 50%;
  padding-right: 20px;
}
.lw_widget_files .lw_files_doc a,
.lw_widget_files .lw_files_docx a,
.lw_widget_files .lw_files_rtf a,
.lw_widget_files .lw_files_txt a {
  background: url("/live/resource/image/livewhale/images/files/docicon.gif") no-repeat 100% 50%;
  padding-right: 20px;
}
.lw_widget_files .lw_files_xls a,
.lw_widget_files .lw_files_xls a {
  background: url("/live/resource/image/livewhale/images/files/xlsicon.gif") no-repeat 100% 50%;
  padding-right: 20px;
}
.lw_widget_files .lw_files_ppt a,
.lw_widget_files .lw_files_pptx a {
  background: url("/live/resource/image/livewhale/images/files/ppticon.gif") no-repeat 100% 50%;
  padding-right: 20px;
}
.lw_widget_files .lw_files_jpg a,
.lw_widget_files .lw_files_gif a,
.lw_widget_files .lw_files_png a {
  background: url("/live/resource/image/livewhale/images/files/image.gif") no-repeat 100% 50%;
  padding-right: 20px;
}
/* Events */
.lw_widget_events li {
  padding-left: 40px;
}
.lw_widget_events .lw_events_date {
  background-color: #FFFFFF;
  border: 1px solid #bbb;
  border-radius: 0;
  display: block;
  float: left;
  font-size: 6px;
  height: 26px;
  margin-left: -40px;
  padding: 0;
  position: relative;
  text-align: center;
  top: 2px;
  width: 30px;
}
.lw_widget_events .lw_events_date .lw_events_month {
  background-color: #BB0000;
  border-bottom: 1px solid #bbb;
  color: #FFFFFF;
  display: block;
  font-size: 1.2em;
  height: 11px;
  line-height: 1.5em;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.lw_widget_events .lw_events_date .lw_events_day {
  background: none repeat scroll 0 0 transparent;
  color: #000000;
  display: block;
  font-size: 1.9em;
  line-height: 1.25em;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 20px;
}
.lw_widget_events .lw_events_time {
  display: block;
  font-size: 0.7em;
  line-height: 1em;
  padding: 2px 0;
}
/* Profiles */
ul.multi_value {
  list-style-type: none;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/live/resource/css/_ingredients/themes/global/assets/iconfont/glyphicons-halflings-regular.rev.1669906806.eot');
  src: url('/live/resource/css/_ingredients/themes/global/assets/iconfont/glyphicons-halflings-regular.rev.1669906806.eot#iefix') format('embedded-opentype'), url('/live/resource/css/_ingredients/themes/global/assets/iconfont/glyphicons-halflings-regular.rev.1669906806.woff2') format('woff2'), url('/live/resource/css/_ingredients/themes/global/assets/iconfont/glyphicons-halflings-regular.rev.1669906806.woff') format('woff'), url('/live/resource/css/_ingredients/themes/global/assets/iconfont/glyphicons-halflings-regular.rev.1669906806.ttf') format('truetype'), url('/_ingredients/themes/global/assets/iconfont/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
@font-face {
  font-family: 'FFBalanceWebBlack';
  src: url('/live/resource/css/_ingredients/extras/webfonts/32150B_1_0.rev.1725480777.eot');
  src: url('/live/resource/css/_ingredients/extras/webfonts/32150B_1_0.rev.1725480777.eot#iefix') format('embedded-opentype'), url('/live/resource/css/_ingredients/extras/webfonts/32150B_1_0.rev.1725480782.woff2') format('woff2'), url('/live/resource/css/_ingredients/extras/webfonts/32150B_1_0.rev.1725480779.woff') format('woff'), url('/live/resource/css/_ingredients/extras/webfonts/32150B_1_0.rev.1725480779.ttf') format('truetype');
  font-weight: 900;
}
@font-face {
  font-family: 'FFBalanceWebBoldItalic';
  src: url('/live/resource/css/_ingredients/extras/webfonts/32150B_2_0.rev.1725480781.eot');
  src: url('/live/resource/css/_ingredients/extras/webfonts/32150B_2_0.rev.1725480781.eot#iefix') format('embedded-opentype'), url('/live/resource/css/_ingredients/extras/webfonts/32150B_2_0.rev.1725480783.woff2') format('woff2'), url('/live/resource/css/_ingredients/extras/webfonts/32150B_2_0.rev.1725480780.woff') format('woff'), url('/live/resource/css/_ingredients/extras/webfonts/32150B_2_0.rev.1725480776.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'FFBalanceWebBold';
  src: url('/live/resource/css/_ingredients/extras/webfonts/32150B_3_0.rev.1725480778.eot');
  src: url('/live/resource/css/_ingredients/extras/webfonts/32150B_3_0.rev.1725480778.eot#iefix') format('embedded-opentype'), url('/live/resource/css/_ingredients/extras/webfonts/32150B_3_0.rev.1725480784.woff2') format('woff2'), url('/live/resource/css/_ingredients/extras/webfonts/32150B_3_0.rev.1725480783.woff') format('woff'), url('/live/resource/css/_ingredients/extras/webfonts/32150B_3_0.rev.1725480781.ttf') format('truetype');
  font-weight: 700;
}
@font-face {
  font-family: 'FFBalanceWebLightItalic';
  src: url('/live/resource/css/_ingredients/extras/webfonts/32150B_4_0.rev.1725480783.eot');
  src: url('/live/resource/css/_ingredients/extras/webfonts/32150B_4_0.rev.1725480783.eot#iefix') format('embedded-opentype'), url('/live/resource/css/_ingredients/extras/webfonts/32150B_4_0.rev.1725480775.woff2') format('woff2'), url('/live/resource/css/_ingredients/extras/webfonts/32150B_4_0.rev.1725480776.woff') format('woff'), url('/live/resource/css/_ingredients/extras/webfonts/32150B_4_0.rev.1725480777.ttf') format('truetype');
  font-style: italic;
}
@font-face {
  font-family: 'FFBalanceWebLight';
  src: url('/live/resource/css/_ingredients/extras/webfonts/32150B_5_0.rev.1725480779.eot');
  src: url('/live/resource/css/_ingredients/extras/webfonts/32150B_5_0.rev.1725480779.eot#iefix') format('embedded-opentype'), url('/live/resource/css/_ingredients/extras/webfonts/32150B_5_0.rev.1725480776.woff2') format('woff2'), url('/live/resource/css/_ingredients/extras/webfonts/32150B_5_0.rev.1725480778.woff') format('woff'), url('/live/resource/css/_ingredients/extras/webfonts/32150B_5_0.rev.1725480782.ttf') format('truetype');
}
@font-face {
  font-family: Balance;
  src: url("/live/resource/css/_ingredients/extras/webfonts/32150B_5_0.rev.1725480779.eot");
  src: url("/live/resource/css/_ingredients/extras/webfonts/32150B_5_0.rev.1725480779.eot#iefix") format('embedded-opentype'), url("/live/resource/css/_ingredients/extras/webfonts/32150B_5_0.rev.1725480776.woff2") format('woff2'), url("/live/resource/css/_ingredients/extras/webfonts/32150B_5_0.rev.1725480778.woff") format('woff'), url("/live/resource/css/_ingredients/extras/webfonts/32150B_5_0.rev.1725480782.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Balance;
  src: url("/live/resource/css/_ingredients/extras/webfonts/32150B_4_0.rev.1725480783.eot");
  src: url("/live/resource/css/_ingredients/extras/webfonts/32150B_4_0.rev.1725480783.eot#iefix") format('embedded-opentype'), url("/live/resource/css/_ingredients/extras/webfonts/32150B_4_0.rev.1725480775.woff2") format('woff2'), url("/live/resource/css/_ingredients/extras/webfonts/32150B_4_0.rev.1725480776.woff") format('woff'), url("/live/resource/css/_ingredients/extras/webfonts/32150B_4_0.rev.1725480777.ttf") format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Balance;
  src: url("/live/resource/css/_ingredients/extras/webfonts/32150B_1_0.rev.1725480777.eot");
  src: url("/live/resource/css/_ingredients/extras/webfonts/32150B_1_0.rev.1725480777.eot#iefix") format('embedded-opentype'), url("/live/resource/css/_ingredients/extras/webfonts/32150B_1_0.rev.1725480782.woff2") format('woff2'), url("/live/resource/css/_ingredients/extras/webfonts/32150B_1_0.rev.1725480779.woff") format('woff'), url("/live/resource/css/_ingredients/extras/webfonts/32150B_1_0.rev.1725480779.ttf") format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Balance;
  src: url("/_ingredients/extras/webfonts/32150B_0_0.rev.1669906791.eot");
  src: url("/_ingredients/extras/webfonts/32150B_0_0.rev.1669906791.eot#iefix") format('embedded-opentype'), url("/live/resource/css/_ingredients/extras/webfonts/32150B_0_0.rev.1725480782.woff2") format('woff2'), url("/_ingredients/extras/webfonts/32150B_0_0.rev.1669906791.woff") format('woff'), url("/_ingredients/extras/webfonts/32150B_0_0.rev.1669906791.ttf") format('truetype');
  font-weight: 700;
  font-style: italic;
}
.lw_widget {
  margin-bottom: 20px;
}
.lw_widget:before,
.lw_widget:after {
  content: '';
  display: table;
  clear: both;
}
.lw_widget.no-margin-bottom {
  margin-bottom: 0;
}
.lw_widget > h2:first-child {
  margin-top: 0;
}
.lw_widget.lw_widget > h3 {
  margin-bottom: 6px;
  color: #444;
  margin-top: 0;
}
.lw_widget h4,
.lw_widget .lw_blurbs_title,
.lw_widget .lw_news_headline,
.lw_widget .lw_files_title,
.lw_widget .lw_pages_title,
.lw_widget .lw_profiles_name,
.lw_widget .lw_profiles_title,
.lw_widget .lw_galleries_title,
.lw_widget .lw_events_title,
.lw_widget .lw_forms_title {
  font-family: inherit;
  font-weight: 700;
  margin-top: 2px;
  margin-bottom: 3px;
  color: #4c237d;
  font-size: 2rem;
}
.lw_widget h4 em,
.lw_widget .lw_blurbs_title em,
.lw_widget .lw_news_headline em,
.lw_widget .lw_files_title em,
.lw_widget .lw_pages_title em,
.lw_widget .lw_profiles_name em,
.lw_widget .lw_profiles_title em,
.lw_widget .lw_galleries_title em,
.lw_widget .lw_events_title em,
.lw_widget .lw_forms_title em,
.lw_widget h4 i,
.lw_widget .lw_blurbs_title i,
.lw_widget .lw_news_headline i,
.lw_widget .lw_files_title i,
.lw_widget .lw_pages_title i,
.lw_widget .lw_profiles_name i,
.lw_widget .lw_profiles_title i,
.lw_widget .lw_galleries_title i,
.lw_widget .lw_events_title i,
.lw_widget .lw_forms_title i {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
.lw_widget .lw_widget_results {
  margin-left: 0;
  padding-left: 0;
}
.lw_widget .lw_widget_results > li {
  padding-left: 0;
  list-style-type: none;
}
.lw_widget .lw_widget_results > li:before,
.lw_widget .lw_widget_results > li:after {
  content: '';
  display: table;
  clear: both;
}
.lw_widget .lw_widget_results > li {
  margin-bottom: 15px;
}
.lw_widget .lw_item_thumb {
  float: left;
  margin: 0 0 0.5em 0;
  padding: 0 10px 0 0;
}
.lw_widget .lw_item_thumb img {
  border: none;
  float: left;
  margin: 0;
}
.lw_widget:not(:first-child) h3,
.lw_widget:not(:first-child) h3:first-child {
  margin-top: 20px;
}
.lw_widget .lw_item_tags:before,
.lw_widget .lw_item_tags:after {
  content: '';
  display: table;
  clear: both;
}
.lw_widget .lw_item_tags li,
.lw_widget .lw_item_tags a,
.lw_widget .lw_item_tags .tag {
  -webkit-font-smoothing: subpixel-antialiased !important;
  -moz-osx-font-smoothing: auto !important;
  font-family: Balance, sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  display: block;
  float: left;
  clear: none;
  margin: 3px 3px 0 0;
  padding: 3px 4px;
  background-color: #c8cecc;
  color: #000;
  font-size: 1.5rem;
}
.lw_widget .lw_item_tags li.Major,
.lw_widget .lw_item_tags a.Major,
.lw_widget .lw_item_tags .tag.Major,
.lw_widget .lw_item_tags li.Session-I,
.lw_widget .lw_item_tags a.Session-I,
.lw_widget .lw_item_tags .tag.Session-I {
  background-color: #666;
  color: #fff;
}
.lw_widget .lw_item_tags li.Minor,
.lw_widget .lw_item_tags a.Minor,
.lw_widget .lw_item_tags .tag.Minor,
.lw_widget .lw_item_tags li.Session-II,
.lw_widget .lw_item_tags a.Session-II,
.lw_widget .lw_item_tags .tag.Session-II {
  background-color: #666;
  color: #fff;
}
.lw_widget .lw_item_tags li.Interdisciplinary,
.lw_widget .lw_item_tags a.Interdisciplinary,
.lw_widget .lw_item_tags .tag.Interdisciplinary,
.lw_widget .lw_item_tags li.Session-III,
.lw_widget .lw_item_tags a.Session-III,
.lw_widget .lw_item_tags .tag.Session-III {
  background-color: #fff;
}
.lw_widget .lw_item_tags ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
  margin: 0;
}
.lw_widget .lw_item_tags ul > li {
  padding-left: 0;
  list-style-type: none;
}
.lw_widget .lw_item_tags ul > li:before,
.lw_widget .lw_item_tags ul > li:after {
  content: '';
  display: table;
  clear: both;
}
.lw_widget .lw_item_tags ul li {
  padding-left: 4px;
}
.lw_widget .lw_item_tags .lw_comma {
  display: none;
}
.lw_widget .lw_widget_column > .lw_widget_results {
  text-align: left;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .lw_widget:not(.lw_widget_navigation):not(.lw_widget_instagram) .lw_widget_column.lw_widget_column_1 {
    clear: both;
    padding-right: 15px;
  }
  .lw_widget:not(.lw_widget_navigation):not(.lw_widget_instagram) .lw_widget_column[class*='lw_widget_column_']:not(.lw_widget_column_1) {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px) {
  .lw_widget:not(.lw_widget_navigation):not(.lw_widget_instagram) .lw_widget_column {
    width: 100% !important;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .lw_widget.two_column .lw_widget_results {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}
.lw_widget .lw_paginate {
  margin-bottom: 20px;
}
.lw_widget.stack .lw_item_thumb {
  float: none;
}
.lw_widget.stack .lw_item_thumb img {
  float: none;
  margin-bottom: 8px;
}
.lw_paginate {
  margin-bottom: 40px;
}
.hide-images-on-paginate .lw_item_thumb {
  display: none;
}
html body .lw_widget_type_events:not(.featured-events):not(.simple-event-list) li,
html body .editable .lw_widget_type_events:not(.featured-events):not(.simple-event-list) li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 27px;
}
html body .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .cal_date,
html body .editable .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .cal_date {
  display: inline-block;
  float: left;
  vertical-align: middle;
  text-align: center;
  width: 52px;
  height: 52px;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.43);
  background: #fff;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
html body .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .cal_date .cal_date_month,
html body .editable .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .cal_date .cal_date_month {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: inherit;
  font-weight: 700;
  display: block;
  padding: 5px 0 3px;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
html body .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .cal_date .cal_date_month em,
html body .editable .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .cal_date .cal_date_month em,
html body .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .cal_date .cal_date_month i,
html body .editable .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .cal_date .cal_date_month i {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
html body .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .cal_date .cal_date_day,
html body .editable .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .cal_date .cal_date_day {
  font-family: inherit;
  font-weight: 700;
  display: block;
  padding: 6px 0 0;
  font-size: 21px;
  line-height: 1;
}
html body .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .cal_date .cal_date_day em,
html body .editable .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .cal_date .cal_date_day em,
html body .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .cal_date .cal_date_day i,
html body .editable .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .cal_date .cal_date_day i {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
html body .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .event,
html body .editable .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .event {
  padding-left: 14px;
}
html body .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .lw_item_thumb,
html body .editable .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .lw_item_thumb {
  float: left;
  padding: 0;
  padding-right: 10px;
}
html body .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .lw_item_thumb a:hover img,
html body .editable .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .lw_item_thumb a:hover img,
html body .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .lw_item_thumb a:focus img,
html body .editable .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .lw_item_thumb a:focus img {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
html body .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .lw_item_thumb img,
html body .editable .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .lw_item_thumb img {
  border: none;
  float: left;
  margin: 0 0.5em 0.5em 0;
}
html body .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .title,
html body .editable .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .title {
  font-family: inherit;
  font-weight: 700;
  clear: both;
  margin-top: 0;
  margin-bottom: 3px;
  color: #252525;
  font-size: 1.9rem;
  line-height: 1.2;
}
html body .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .title em,
html body .editable .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .title em,
html body .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .title i,
html body .editable .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .title i {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
html body .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .title a,
html body .editable .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .title a {
  color: #252525;
}
html body .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .time,
html body .editable .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .time {
  margin-top: 0;
  color: #746663;
  font-family: Balance, sans-serif;
  font-weight: normal;
  font-size: 1.65rem;
}
html body .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .time strong,
html body .editable .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .time strong {
  font-family: Balance, sans-serif;
  text-transform: uppercase;
  font-size: 1.45rem;
}
html body .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .time:not(:last-child),
html body .editable .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .time:not(:last-child) {
  margin-bottom: 4px;
}
html body .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .summary,
html body .editable .lw_widget_type_events:not(.featured-events):not(.simple-event-list) .summary {
  line-height: 1.2;
}
html body .featured-events,
html body .editable .featured-events {
  position: relative;
  display: block;
  width: 100%;
}
html body .featured-events li,
html body .editable .featured-events li {
  margin-bottom: 36px;
}
html body .featured-events li:only-child,
html body .editable .featured-events li:only-child {
  margin: 0;
}
html body .featured-events .lw_item_thumb,
html body .editable .featured-events .lw_item_thumb {
  display: block;
}
html body .featured-events .lw_item_thumb:before,
html body .editable .featured-events .lw_item_thumb:before,
html body .featured-events .lw_item_thumb:after,
html body .editable .featured-events .lw_item_thumb:after {
  content: '';
  display: table;
  clear: both;
}
html body .featured-events h3,
html body .editable .featured-events h3 {
  margin-bottom: 6px;
  color: #444;
  margin-top: 0;
}
html body .featured-events h4,
html body .editable .featured-events h4 {
  font-family: inherit;
  font-weight: 700;
  padding-top: 0;
  margin-top: 7px;
  margin-bottom: 6px;
  line-height: 1.2;
  color: #444;
  font-size: 2.1rem;
}
html body .featured-events h4 em,
html body .editable .featured-events h4 em,
html body .featured-events h4 i,
html body .editable .featured-events h4 i {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
html body .featured-events .time,
html body .editable .featured-events .time {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: inherit;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  color: #666;
  font-size: 1.7rem;
}
html body .featured-events .time em,
html body .editable .featured-events .time em,
html body .featured-events .time i,
html body .editable .featured-events .time i {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
html body .featured-events .details,
html body .editable .featured-events .details {
  font-size: 1.4rem;
  color: #444;
}
html body .featured-events .details p:first-of-type,
html body .editable .featured-events .details p:first-of-type {
  display: inline;
}
html body .callout-tab .featured-events .lw_has_image h4,
html body .editable .callout-tab .featured-events .lw_has_image h4 {
  font-size: 1.7rem;
}
@media only screen and (max-width: 479px), only screen and (min-width: 769px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  html body .callout-tab .featured-events .lw_item_thumb,
  html body .editable .callout-tab .featured-events .lw_item_thumb {
    float: none;
  }
}
@media only screen and (max-width: 768px) {
  html body .callout-tab .featured-events .lw_item_thumb,
  html body .editable .callout-tab .featured-events .lw_item_thumb {
    max-width: 280px;
  }
}
html body .simple-event-list,
html body .editable .simple-event-list {
  margin-bottom: 15px;
}
html body .simple-event-list h3,
html body .editable .simple-event-list h3 {
  margin-bottom: 6px;
}
html body .simple-event-list h3 + .lw_widget_results,
html body .editable .simple-event-list h3 + .lw_widget_results {
  margin-top: -4px;
}
html body .simple-event-list li,
html body .editable .simple-event-list li {
  margin-bottom: 12px;
}
html body .simple-event-list .meta,
html body .editable .simple-event-list .meta {
  display: inline-block;
  color: #444;
  font-size: 1.4rem;
}
html body .simple-event-list .lw_events_title,
html body .editable .simple-event-list .lw_events_title {
  font-family: inherit;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 1.866rem;
}
html body .simple-event-list .lw_events_title em,
html body .editable .simple-event-list .lw_events_title em,
html body .simple-event-list .lw_events_title i,
html body .editable .simple-event-list .lw_events_title i {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
html body .simple-event-list .lw_events_title a,
html body .editable .simple-event-list .lw_events_title a {
  color: #444;
}
html body .simple-event-list.large .lw_events_title,
html body .editable .simple-event-list.large .lw_events_title {
  margin-top: 4px;
  font-size: 2.1rem;
}
html body .simple-event-list + .view-all,
html body .editable .simple-event-list + .view-all {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: inherit;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
html body .simple-event-list + .view-all em,
html body .editable .simple-event-list + .view-all em,
html body .simple-event-list + .view-all i,
html body .editable .simple-event-list + .view-all i {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
html body .callout-tab .simple-event-list a,
html body .editable .callout-tab .simple-event-list a {
  color: #252525;
}
html body .callout-tab .simple-event-list .meta,
html body .editable .callout-tab .simple-event-list .meta {
  color: #333;
}
html body .lw_widget_type_news .lw_item_thumb,
html body .editable .lw_widget_type_news .lw_item_thumb {
  margin-bottom: 11px;
}
html body .lw_widget_type_news .lw_item_thumb a:hover img,
html body .editable .lw_widget_type_news .lw_item_thumb a:hover img,
html body .lw_widget_type_news .lw_item_thumb a:focus img,
html body .editable .lw_widget_type_news .lw_item_thumb a:focus img {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
html body .lw_widget_type_news .lw_item_thumb + .text .title,
html body .editable .lw_widget_type_news .lw_item_thumb + .text .title {
  margin-top: -3px;
}
html body .lw_widget_type_news .title,
html body .editable .lw_widget_type_news .title {
  font-family: inherit;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 1.6rem;
  text-transform: none;
}
html body .lw_widget_type_news .title em,
html body .editable .lw_widget_type_news .title em,
html body .lw_widget_type_news .title i,
html body .editable .lw_widget_type_news .title i {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
@media (max-width: 500px) {
  html body .lw_widget_type_news .title,
  html body .editable .lw_widget_type_news .title {
    clear: both;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  html body .lw_widget_type_news.lw_widget_columns .text.truncate,
  html body .editable .lw_widget_type_news.lw_widget_columns .text.truncate {
    max-height: 220px;
  }
}
@media only screen and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px) {
  html body .lw_widget_type_news.lw_widget_columns .text.truncate,
  html body .editable .lw_widget_type_news.lw_widget_columns .text.truncate {
    max-height: none;
  }
}
html body .sidebar-content .lw_widget_news li,
html body .editable .sidebar-content .lw_widget_news li,
html body .search-page-sidebar .lw_widget_news li,
html body .editable .search-page-sidebar .lw_widget_news li,
html body .middle-content .lw_widget_news li,
html body .editable .middle-content .lw_widget_news li {
  margin-bottom: 26px;
}
html body .sidebar-content .lw_widget_news .title,
html body .editable .sidebar-content .lw_widget_news .title,
html body .search-page-sidebar .lw_widget_news .title,
html body .editable .search-page-sidebar .lw_widget_news .title,
html body .middle-content .lw_widget_news .title,
html body .editable .middle-content .lw_widget_news .title {
  clear: both;
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  html body #column-1 .lw_widget_news li,
  html body .editable #column-1 .lw_widget_news li,
  html body #column-2 .lw_widget_news li,
  html body .editable #column-2 .lw_widget_news li {
    margin-bottom: 26px;
  }
  html body #column-1 .lw_widget_news .title,
  html body .editable #column-1 .lw_widget_news .title,
  html body #column-2 .lw_widget_news .title,
  html body .editable #column-2 .lw_widget_news .title {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  html body .lw_widget_type_news li,
  html body .editable .lw_widget_type_news li {
    margin-bottom: 13px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
  }
  html body .lw_widget_type_news .title,
  html body .editable .lw_widget_type_news .title {
    clear: both;
  }
}
html body .lw_widget_pages .page-meta,
html body .editable .lw_widget_pages .page-meta {
  font-family: inherit;
  font-style: italic;
  display: block;
  margin-top: -3px;
  font-size: 1.3rem;
  color: #666;
}
html body .lw_widget_pages .page-meta strong,
html body .editable .lw_widget_pages .page-meta strong,
html body .lw_widget_pages .page-meta b,
html body .editable .lw_widget_pages .page-meta b {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
html body .lw_widget_type_files,
html body .editable .lw_widget_type_files {
  max-width: 400px;
}
html body .lw_widget_type_files li,
html body .editable .lw_widget_type_files li {
  margin-top: 18px;
  margin-left: 34px;
}
html body .lw_widget_type_files li:before,
html body .editable .lw_widget_type_files li:before {
  content: '';
  display: block;
  float: left;
  margin-left: -34px;
  margin-top: -2px;
  width: 24px;
  height: 28px;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}
html body .lw_widget_type_files li a,
html body .editable .lw_widget_type_files li a {
  background: none;
}
html body .lw_widget_type_files .lw_files_pdf:before,
html body .editable .lw_widget_type_files .lw_files_pdf:before {
  background-image: url('/live/resource/image/_ingredients/themes/global/assets/images/file/pdf.png');
}
html body .lw_widget_type_files .lw_files_xls:before,
html body .editable .lw_widget_type_files .lw_files_xls:before {
  background-image: url('/live/resource/image/_ingredients/themes/global/assets/images/file/xls.png');
}
html body .lw_widget_type_files .lw_files_mp3:before,
html body .editable .lw_widget_type_files .lw_files_mp3:before {
  background-image: url('/live/resource/image/_ingredients/themes/global/assets/images/file/music.png');
}
html body .lw_widget_type_files .lw_files_swf:before,
html body .editable .lw_widget_type_files .lw_files_swf:before,
html body .lw_widget_type_files .lw_files_qt:before,
html body .editable .lw_widget_type_files .lw_files_qt:before,
html body .lw_widget_type_files .lw_files_wma:before,
html body .editable .lw_widget_type_files .lw_files_wma:before,
html body .lw_widget_type_files .lw_files_wmv:before,
html body .editable .lw_widget_type_files .lw_files_wmv:before {
  background-image: url('/_ingredients/themes/global/assets/images/file/movie.png');
}
html body .lw_widget_type_files .lw_files_doc:before,
html body .editable .lw_widget_type_files .lw_files_doc:before,
html body .lw_widget_type_files .lw_files_docx:before,
html body .editable .lw_widget_type_files .lw_files_docx:before,
html body .lw_widget_type_files .lw_files_rtf:before,
html body .editable .lw_widget_type_files .lw_files_rtf:before,
html body .lw_widget_type_files .lw_files_txt:before,
html body .editable .lw_widget_type_files .lw_files_txt:before {
  background-image: url('/live/resource/image/_ingredients/themes/global/assets/images/file/doc.png');
}
html body .lw_widget_type_files .lw_files_jpg:before,
html body .editable .lw_widget_type_files .lw_files_jpg:before,
html body .lw_widget_type_files .lw_files_gif:before,
html body .editable .lw_widget_type_files .lw_files_gif:before,
html body .lw_widget_type_files .lw_files_png:before,
html body .editable .lw_widget_type_files .lw_files_png:before {
  background-image: url('/live/resource/image/_ingredients/themes/global/assets/images/file/pic.png');
}
html body .lw_widget_type_files .lw_files_ppt:before,
html body .editable .lw_widget_type_files .lw_files_ppt:before,
html body .lw_widget_type_files .lw_files_pptx:before,
html body .editable .lw_widget_type_files .lw_files_pptx:before {
  background-image: url('/live/resource/image/_ingredients/themes/global/assets/images/file/ppt.png');
}
html body .lw_widget_type_files .description,
html body .editable .lw_widget_type_files .description {
  font-size: 1.4rem;
}
html body .lw_widget_saveandshare,
html body .editable .lw_widget_saveandshare {
  margin-top: 5px;
}
html body .lw_widget_saveandshare li,
html body .editable .lw_widget_saveandshare li {
  margin-top: -3px;
  margin-left: 3px !important;
}
html body .lw_widget_saveandshare a:hover span,
html body .editable .lw_widget_saveandshare a:hover span,
html body .lw_widget_saveandshare a:focus span,
html body .editable .lw_widget_saveandshare a:focus span {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  outline: 2px solid #444 !important;
}
html body .lw_widget_saveandshare .lw-icon-facebook,
html body .editable .lw_widget_saveandshare .lw-icon-facebook,
html body .lw_widget_saveandshare .lw-icon-twitter,
html body .editable .lw_widget_saveandshare .lw-icon-twitter,
html body .lw_widget_saveandshare .lw-icon-envelope,
html body .editable .lw_widget_saveandshare .lw-icon-envelope,
html body .lw_widget_saveandshare .lw-icon-link,
html body .editable .lw_widget_saveandshare .lw-icon-link {
  display: block;
}
html body .lw_widget_saveandshare .lw-icon-facebook:before,
html body .editable .lw_widget_saveandshare .lw-icon-facebook:before,
html body .lw_widget_saveandshare .lw-icon-twitter:before,
html body .editable .lw_widget_saveandshare .lw-icon-twitter:before,
html body .lw_widget_saveandshare .lw-icon-envelope:before,
html body .editable .lw_widget_saveandshare .lw-icon-envelope:before,
html body .lw_widget_saveandshare .lw-icon-link:before,
html body .editable .lw_widget_saveandshare .lw-icon-link:before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
html body .lw_widget_saveandshare .lw-icon-facebook:before,
html body .editable .lw_widget_saveandshare .lw-icon-facebook:before {
  background-image: url('/live/resource/image/_ingredients/themes/global/assets/images/facebook-icon-circle.png');
}
html body .lw_widget_saveandshare .lw-icon-twitter:before,
html body .editable .lw_widget_saveandshare .lw-icon-twitter:before {
  background-image: url('/live/resource/image/_ingredients/themes/global/assets/images/twitter-icon-circle.png');
}
html body .lw_widget_saveandshare .lw-icon-envelope:before,
html body .editable .lw_widget_saveandshare .lw-icon-envelope:before {
  background-image: url('/live/resource/image/_ingredients/themes/global/assets/images/email-icon-circle.png');
}
html body .lw_widget_saveandshare .lw-icon-link:before,
html body .editable .lw_widget_saveandshare .lw-icon-link:before {
  background-image: url('/live/resource/image/_ingredients/themes/global/assets/images/link-icon-circle.png');
}
html body .lw_widget_saveandshare .lw_saveandshare_permalink,
html body .editable .lw_widget_saveandshare .lw_saveandshare_permalink {
  position: relative;
}
html body .lw_widget_saveandshare .lw_saveandshare_permalink:after,
html body .editable .lw_widget_saveandshare .lw_saveandshare_permalink:after {
  content: "Link copied to clipboard";
  display: block;
  z-index: -1;
  position: absolute;
  top: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 196px;
  padding: 9px 13px 7px;
  text-align: center;
  background: #444;
  color: #fff;
  font-size: 1.5rem;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
html body .lw_widget_saveandshare .lw_saveandshare_permalink.is-copied:after,
html body .editable .lw_widget_saveandshare .lw_saveandshare_permalink.is-copied:after {
  z-index: 1;
  opacity: 1;
}
html body .lw_widget_saveandshare .googleplusone,
html body .editable .lw_widget_saveandshare .googleplusone {
  display: none;
}
html body .lw_widget_type_galleries h3,
html body .editable .lw_widget_type_galleries h3 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: inherit;
  font-weight: 700;
  display: inline-block;
  z-index: 1;
  position: relative;
  border-left: 1px solid #ccc;
  margin-bottom: -1px;
  padding: 7px 9px 4px;
  line-height: 1;
  color: #fff;
}
html body .lw_widget_type_galleries h3 em,
html body .editable .lw_widget_type_galleries h3 em,
html body .lw_widget_type_galleries h3 i,
html body .editable .lw_widget_type_galleries h3 i {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
html body .lw_widget_type_galleries h3 + a,
html body .editable .lw_widget_type_galleries h3 + a {
  clear: both;
  display: block;
}
html body .lw_widget_type_galleries h4,
html body .editable .lw_widget_type_galleries h4 {
  margin-top: 0;
  margin-bottom: 1px;
}
html body .lw_widget_type_galleries .lw_image,
html body .editable .lw_widget_type_galleries .lw_image {
  margin-top: 0;
  margin-bottom: 7px;
}
html body .lw_widget_type_blurbs li:only-child,
html body .editable .lw_widget_type_blurbs li:only-child {
  margin-bottom: 0;
}
html body .faq,
html body .editable .faq {
  margin-bottom: 30px;
}
html body .faq:before,
html body .editable .faq:before,
html body .faq:after,
html body .editable .faq:after {
  content: '';
  display: table;
  clear: both;
}
html body .faq .question,
html body .editable .faq .question,
html body .faq .answer,
html body .editable .faq .answer {
  margin-left: 77px;
}
html body .faq .question:before,
html body .editable .faq .question:before,
html body .faq .answer:before,
html body .editable .faq .answer:before {
  display: block;
  float: left;
  font-family: Balance, sans-serif;
  font-size: 56px;
  line-height: 1;
  color: #4c237d;
}
html body .faq .question:after,
html body .editable .faq .question:after,
html body .faq .answer:after,
html body .editable .faq .answer:after {
  content: '';
  display: table;
  clear: both;
}
html body .faq .question,
html body .editable .faq .question {
  font-family: inherit;
  font-weight: 700;
  margin-bottom: 20px;
  color: #4c237d;
  font-size: 2.3rem;
  line-height: 1.25;
}
html body .faq .question em,
html body .editable .faq .question em,
html body .faq .question i,
html body .editable .faq .question i {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
html body .faq .question:before,
html body .editable .faq .question:before {
  content: 'Q:';
  margin-left: -77px;
}
html body .faq .answer:before,
html body .editable .faq .answer:before {
  content: 'A:';
  margin-left: -71px;
}
html body .faq .answer.truncate,
html body .editable .faq .answer.truncate {
  visibility: hidden;
  max-height: 40px;
  max-height: 85px;
}
html body .faq .answer.truncate.show,
html body .editable .faq .answer.truncate.show {
  visibility: visible;
  max-height: none;
}
html body .faq .answer.truncate .more,
html body .editable .faq .answer.truncate .more {
  font-family: inherit;
  font-weight: 700;
  text-decoration: none;
}
html body .faq .answer.truncate .more em,
html body .editable .faq .answer.truncate .more em,
html body .faq .answer.truncate .more i,
html body .editable .faq .answer.truncate .more i {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
html body .faq .answer.truncate:not(.is-truncated) .more,
html body .editable .faq .answer.truncate:not(.is-truncated) .more {
  display: none;
}
html body .faq .answer ul,
html body .editable .faq .answer ul,
html body .faq .answer ol,
html body .editable .faq .answer ol {
  padding-left: 0;
}
html body .faq + .lw_paginate,
html body .editable .faq + .lw_paginate {
  margin-top: -30px;
}
html body .sidebar-info .title,
html body .editable .sidebar-info .title {
  margin-bottom: 6px;
  color: #444;
}
html body .sidebar-info .content,
html body .editable .sidebar-info .content {
  margin-bottom: 38px;
}
html body .sidebar-info .content h2 > a[id]:not(:empty),
html body .editable .sidebar-info .content h2 > a[id]:not(:empty),
html body .sidebar-info .content h3 > a[id]:not(:empty),
html body .editable .sidebar-info .content h3 > a[id]:not(:empty),
html body .sidebar-info .content h4 > a[id]:not(:empty),
html body .editable .sidebar-info .content h4 > a[id]:not(:empty),
html body .sidebar-info .content h5 > a[id]:not(:empty),
html body .editable .sidebar-info .content h5 > a[id]:not(:empty),
html body .sidebar-info .content h6 > a[id]:not(:empty),
html body .editable .sidebar-info .content h6 > a[id]:not(:empty) {
  margin-right: -10px;
}
html body .sidebar-info .content h2,
html body .editable .sidebar-info .content h2 {
  margin-top: 34px;
  margin-bottom: 3px;
}
html body .sidebar-info .content h2:first-child,
html body .editable .sidebar-info .content h2:first-child {
  margin-top: 0;
}
html body .sidebar-info .content h3,
html body .editable .sidebar-info .content h3,
html body .sidebar-info .content h4,
html body .editable .sidebar-info .content h4,
html body .sidebar-info .content h5,
html body .editable .sidebar-info .content h5,
html body .sidebar-info .content h6,
html body .editable .sidebar-info .content h6 {
  margin-top: 20px;
  margin-bottom: 3px;
}
html body .sidebar-info .content h3:first-child,
html body .editable .sidebar-info .content h3:first-child,
html body .sidebar-info .content h4:first-child,
html body .editable .sidebar-info .content h4:first-child,
html body .sidebar-info .content h5:first-child,
html body .editable .sidebar-info .content h5:first-child,
html body .sidebar-info .content h6:first-child,
html body .editable .sidebar-info .content h6:first-child {
  margin-top: 0;
}
html body .sidebar-info .content h2,
html body .editable .sidebar-info .content h2 {
  font-family: inherit;
  font-weight: 700;
  font-size: 2.3rem;
}
html body .sidebar-info .content h2 em,
html body .editable .sidebar-info .content h2 em,
html body .sidebar-info .content h2 i,
html body .editable .sidebar-info .content h2 i {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
html body .sidebar-info .content h2 a,
html body .editable .sidebar-info .content h2 a {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
html body .sidebar-info .content h3,
html body .editable .sidebar-info .content h3 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: inherit;
  font-weight: 700;
  font-size: 1.92rem;
  color: #666;
}
html body .sidebar-info .content h3 em,
html body .editable .sidebar-info .content h3 em,
html body .sidebar-info .content h3 i,
html body .editable .sidebar-info .content h3 i {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
html body .sidebar-info .content h4,
html body .editable .sidebar-info .content h4 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: inherit;
  font-weight: 700;
  font-size: 1.74rem;
}
html body .sidebar-info .content h4 em,
html body .editable .sidebar-info .content h4 em,
html body .sidebar-info .content h4 i,
html body .editable .sidebar-info .content h4 i {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
html body .sidebar-info .content h5,
html body .editable .sidebar-info .content h5 {
  margin-bottom: 6px;
  color: #444;
  font-size: 1.62rem;
  color: #333;
}
html body .sidebar-info .content h6,
html body .editable .sidebar-info .content h6 {
  margin-bottom: 6px;
  color: #444;
  font-size: 1.52rem;
  color: #595959;
}
html body .sidebar-info .content h2.small-heading,
html body .editable .sidebar-info .content h2.small-heading,
html body .sidebar-info .content h3.small-heading,
html body .editable .sidebar-info .content h3.small-heading,
html body .sidebar-info .content h4.small-heading,
html body .editable .sidebar-info .content h4.small-heading,
html body .sidebar-info .content h5.small-heading,
html body .editable .sidebar-info .content h5.small-heading,
html body .sidebar-info .content h6.small-heading,
html body .editable .sidebar-info .content h6.small-heading {
  margin-bottom: 6px;
  color: #444;
}
html body .sidebar-info .content a,
html body .editable .sidebar-info .content a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: inherit;
  font-weight: 700;
}
html body .sidebar-info .content a em,
html body .editable .sidebar-info .content a em,
html body .sidebar-info .content a i,
html body .editable .sidebar-info .content a i {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
html body .sidebar-info .content a em,
html body .editable .sidebar-info .content a em {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
html body .sidebar-info .content a.large-link,
html body .editable .sidebar-info .content a.large-link {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 1.7rem;
}
html body .sidebar-info .content a.large-link:after,
html body .editable .sidebar-info .content a.large-link:after {
  content: " \00BB";
  display: inline;
}
html body .sidebar-info .content a[id]:not([href]):before,
html body .editable .sidebar-info .content a[id]:not([href]):before {
  content: " ";
  display: block;
  margin-top: -30px;
  height: 30px;
  visibility: hidden;
}
html body .sidebar-info .content ul,
html body .editable .sidebar-info .content ul,
html body .sidebar-info .content ol,
html body .editable .sidebar-info .content ol {
  margin-top: 0;
  padding-left: 17px;
}
html body .sidebar-info .content ul li,
html body .editable .sidebar-info .content ul li,
html body .sidebar-info .content ol li,
html body .editable .sidebar-info .content ol li {
  padding-left: 2px;
  margin-bottom: 3px;
}
html body .sidebar-info .content ul,
html body .editable .sidebar-info .content ul {
  list-style-type: disc;
}
html body .sidebar-info .content ol,
html body .editable .sidebar-info .content ol {
  list-style-type: decimal;
}
html body .sidebar-info .content ol[type="a"],
html body .editable .sidebar-info .content ol[type="a"] {
  list-style-type: lower-alpha;
}
html body .sidebar-info .content table,
html body .editable .sidebar-info .content table {
  margin: 15px 0;
}
html body .sidebar-info .content table h2,
html body .editable .sidebar-info .content table h2,
html body .sidebar-info .content table h3,
html body .editable .sidebar-info .content table h3,
html body .sidebar-info .content table h4,
html body .editable .sidebar-info .content table h4 {
  margin: 0;
}
html body .sidebar-info .content table h2 > strong > a,
html body .editable .sidebar-info .content table h2 > strong > a,
html body .sidebar-info .content table h3 > strong > a,
html body .editable .sidebar-info .content table h3 > strong > a,
html body .sidebar-info .content table h4 > strong > a,
html body .editable .sidebar-info .content table h4 > strong > a {
  margin-left: -5px;
}
html body .sidebar-info .content .lw_image,
html body .editable .sidebar-info .content .lw_image {
  border: none;
  margin-top: 15px;
  margin-bottom: 20px;
}
html body .sidebar-info .content .lw_image.lw_align_right,
html body .editable .sidebar-info .content .lw_image.lw_align_right {
  margin-left: 30px;
}
html body .sidebar-info .content .lw_image.lw_align_left,
html body .editable .sidebar-info .content .lw_image.lw_align_left {
  margin-right: 30px;
}
html body .sidebar-info .content .lw_image_caption,
html body .editable .sidebar-info .content .lw_image_caption {
  display: block;
  max-width: 100%;
  margin-bottom: 20px;
  padding: 2px 0 22px;
  font-size: 1.5rem;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  font-family: Balance;
  font-style: italic;
}
html body .sidebar-info .content .lw_image_caption a,
html body .editable .sidebar-info .content .lw_image_caption a {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
html body .sidebar-info .content .lw_image_caption.lw_column_width_half,
html body .editable .sidebar-info .content .lw_image_caption.lw_column_width_half {
  max-width: 50%;
}
html body .sidebar-info .content .lw_image_caption.lw_align_right,
html body .editable .sidebar-info .content .lw_image_caption.lw_align_right {
  margin-left: 30px;
  padding-left: 5px;
  text-align: right;
}
html body .sidebar-info .content .lw_image_caption.lw_align_left,
html body .editable .sidebar-info .content .lw_image_caption.lw_align_left {
  margin-right: 30px;
  padding-right: 5px;
}
html body .sidebar-info .content .fluid-width-video-wrapper:not(:first-child),
html body .editable .sidebar-info .content .fluid-width-video-wrapper:not(:first-child) {
  margin-top: 20px;
}
html body .sidebar-info .content video,
html body .editable .sidebar-info .content video {
  max-width: 100%;
}
html body .sidebar-info .content button[type=submit],
html body .editable .sidebar-info .content button[type=submit],
html body .sidebar-info .content input[type=submit],
html body .editable .sidebar-info .content input[type=submit],
html body .sidebar-info .content input[type="button"],
html body .editable .sidebar-info .content input[type="button"],
html body .sidebar-info .content button.lw_payments_charge_submit,
html body .editable .sidebar-info .content button.lw_payments_charge_submit {
  display: block;
  position: relative;
  padding: 12px 20px 9px;
  margin: 15px 0;
  text-decoration: none;
  border: none;
  border-radius: 1px;
  font-size: 18px;
  line-height: 1;
  -webkit-appearance: none;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.55em 0.9em 0.45em;
}
html body .sidebar-info .content button[type=submit]:hover,
html body .editable .sidebar-info .content button[type=submit]:hover,
html body .sidebar-info .content input[type=submit]:hover,
html body .editable .sidebar-info .content input[type=submit]:hover,
html body .sidebar-info .content input[type="button"]:hover,
html body .editable .sidebar-info .content input[type="button"]:hover,
html body .sidebar-info .content button.lw_payments_charge_submit:hover,
html body .editable .sidebar-info .content button.lw_payments_charge_submit:hover {
  color: #fff;
  background-color: #7d3dc9;
  text-decoration: none;
}
html body .sidebar-info .content button[type=submit]:hover:active,
html body .editable .sidebar-info .content button[type=submit]:hover:active,
html body .sidebar-info .content input[type=submit]:hover:active,
html body .editable .sidebar-info .content input[type=submit]:hover:active,
html body .sidebar-info .content input[type="button"]:hover:active,
html body .editable .sidebar-info .content input[type="button"]:hover:active,
html body .sidebar-info .content button.lw_payments_charge_submit:hover:active,
html body .editable .sidebar-info .content button.lw_payments_charge_submit:hover:active,
html body .sidebar-info .content button[type=submit]:active,
html body .editable .sidebar-info .content button[type=submit]:active,
html body .sidebar-info .content input[type=submit]:active,
html body .editable .sidebar-info .content input[type=submit]:active,
html body .sidebar-info .content input[type="button"]:active,
html body .editable .sidebar-info .content input[type="button"]:active,
html body .sidebar-info .content button.lw_payments_charge_submit:active,
html body .editable .sidebar-info .content button.lw_payments_charge_submit:active {
  background-color: #7d3dc9;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.6);
  position: relative;
  bottom: -1px;
  outline: none;
}
html body .sidebar-info .content button[type=submit]:focus,
html body .editable .sidebar-info .content button[type=submit]:focus,
html body .sidebar-info .content input[type=submit]:focus,
html body .editable .sidebar-info .content input[type=submit]:focus,
html body .sidebar-info .content input[type="button"]:focus,
html body .editable .sidebar-info .content input[type="button"]:focus,
html body .sidebar-info .content button.lw_payments_charge_submit:focus,
html body .editable .sidebar-info .content button.lw_payments_charge_submit:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
html body .sidebar-info .content input[type="text"],
html body .editable .sidebar-info .content input[type="text"] {
  max-width: 100%;
  padding: 3px 5px 2px;
  border: 1px solid #ccc;
  border-radius: 1px;
  line-height: 1.5;
}
html body .sidebar-info .content input[type="text"] + button[type=submit],
html body .editable .sidebar-info .content input[type="text"] + button[type=submit],
html body .sidebar-info .content input[type="text"] + input[type=submit],
html body .editable .sidebar-info .content input[type="text"] + input[type=submit],
html body .sidebar-info .content input[type="text"] + input[type="button"],
html body .editable .sidebar-info .content input[type="text"] + input[type="button"],
html body .sidebar-info .content input[type="text"] + button.lw_payments_charge_submit,
html body .editable .sidebar-info .content input[type="text"] + button.lw_payments_charge_submit {
  margin-left: 4px;
}
html body .sidebar-info .content input[type="radio"],
html body .editable .sidebar-info .content input[type="radio"],
html body .sidebar-info .content input[type="checkbox"],
html body .editable .sidebar-info .content input[type="checkbox"] {
  display: inline-block;
  margin: 0 2px 10px 0;
  vertical-align: text-top;
}
html body .sidebar-info .content input[type="radio"]:first-child,
html body .editable .sidebar-info .content input[type="radio"]:first-child,
html body .sidebar-info .content input[type="checkbox"]:first-child,
html body .editable .sidebar-info .content input[type="checkbox"]:first-child {
  margin-left: 0;
}
html body .sidebar-info .content input[type="radio"] + label,
html body .editable .sidebar-info .content input[type="radio"] + label,
html body .sidebar-info .content input[type="checkbox"] + label,
html body .editable .sidebar-info .content input[type="checkbox"] + label {
  margin-right: 20px;
}
html body .sidebar-info .content input[type="checkbox"],
html body .editable .sidebar-info .content input[type="checkbox"] {
  margin-top: 1px;
}
html body .announcements:before,
html body .editable .announcements:before,
html body .announcements:after,
html body .editable .announcements:after {
  content: '';
  display: table;
  clear: both;
}
html body .announcements .details.truncate,
html body .editable .announcements .details.truncate {
  visibility: hidden;
  max-height: 40px;
  max-height: 45px;
}
html body .announcements .details.truncate.show,
html body .editable .announcements .details.truncate.show {
  visibility: visible;
  max-height: none;
}
html body .announcements .details.truncate .more,
html body .editable .announcements .details.truncate .more {
  font-family: inherit;
  font-weight: 700;
  text-decoration: none;
}
html body .announcements .details.truncate .more em,
html body .editable .announcements .details.truncate .more em,
html body .announcements .details.truncate .more i,
html body .editable .announcements .details.truncate .more i {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
html body .announcements .details.truncate:not(.is-truncated) .more,
html body .editable .announcements .details.truncate:not(.is-truncated) .more {
  display: none;
}
html body .featured-announcement .lw_blurbs_title,
html body .editable .featured-announcement .lw_blurbs_title {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-family: Balance, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin-top: 7px;
  margin-bottom: 4px;
  line-height: 1.25;
  font-size: 2rem;
  color: #444;
}
html body .featured-announcement .details,
html body .editable .featured-announcement .details {
  font-size: 1.4rem;
  color: #444;
}
html body .featured-announcement .details p:last-child,
html body .editable .featured-announcement .details p:last-child {
  margin-bottom: 0;
}
html body .featured-announcement a,
html body .editable .featured-announcement a {
  color: #c00;
  font-weight: bold;
}
html body .callout-tab .featured-announcement .lw_blurbs_title,
html body .editable .callout-tab .featured-announcement .lw_blurbs_title {
  color: #252525;
}
html body .accordion-nav,
html body .editable .accordion-nav {
  margin-bottom: 30px;
}
html body .accordion-nav .lw_widget_results_navigation > .lw_separator,
html body .editable .accordion-nav .lw_widget_results_navigation > .lw_separator {
  margin: 0 0 5px;
}
html body .accordion-nav .lw_widget_results_navigation > .lw_separator > .lw_subnav_toggle,
html body .editable .accordion-nav .lw_widget_results_navigation > .lw_separator > .lw_subnav_toggle {
  text-decoration: none;
}
html body .accordion-nav .lw_widget_results_navigation > .lw_separator > .lw_subnav_toggle .lw_separator_title,
html body .editable .accordion-nav .lw_widget_results_navigation > .lw_separator > .lw_subnav_toggle .lw_separator_title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: inherit;
  font-weight: 700;
  display: block;
  position: relative;
  padding: 11px 16px 8px;
  font-size: 1.7rem;
  color: #fff;
}
html body .accordion-nav .lw_widget_results_navigation > .lw_separator > .lw_subnav_toggle .lw_separator_title em,
html body .editable .accordion-nav .lw_widget_results_navigation > .lw_separator > .lw_subnav_toggle .lw_separator_title em,
html body .accordion-nav .lw_widget_results_navigation > .lw_separator > .lw_subnav_toggle .lw_separator_title i,
html body .editable .accordion-nav .lw_widget_results_navigation > .lw_separator > .lw_subnav_toggle .lw_separator_title i {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
html body .accordion-nav .lw_widget_results_navigation > .lw_separator > .lw_subnav_toggle .lw_separator_title:after,
html body .editable .accordion-nav .lw_widget_results_navigation > .lw_separator > .lw_subnav_toggle .lw_separator_title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e080';
  position: absolute;
  top: 50%;
  right: 20px;
  font-family: 'Glyphicons Halflings';
  -webkit-transform: rotate(0deg) translateY(-50%);
  transform: rotate(0deg) translateY(-50%);
  -webkit-transition: 0.1s transform;
  transition: 400ms transform;
}
html body .accordion-nav .lw_widget_results_navigation > .lw_separator > .lw_subnav_toggle.is-active .lw_separator_title:after,
html body .editable .accordion-nav .lw_widget_results_navigation > .lw_separator > .lw_subnav_toggle.is-active .lw_separator_title:after {
  -webkit-transform: rotate(90deg) translateX(-70%);
  transform: rotate(90deg) translateX(-70%);
}
html body .accordion-nav .lw_widget_results_navigation > .lw_separator > .lw_subnav,
html body .editable .accordion-nav .lw_widget_results_navigation > .lw_separator > .lw_subnav {
  margin: 0;
  padding: 17px 20px 11px;
  background-color: #f5f5f5;
}
html body .accordion-nav .lw_widget_results_navigation > .lw_separator > .lw_subnav li,
html body .editable .accordion-nav .lw_widget_results_navigation > .lw_separator > .lw_subnav li {
  margin: 0 0 3px 15px;
  list-style-type: disc;
}
html body .accordion-nav .lw_widget_results_navigation > .lw_separator > .lw_subnav li:before,
html body .editable .accordion-nav .lw_widget_results_navigation > .lw_separator > .lw_subnav li:before,
html body .accordion-nav .lw_widget_results_navigation > .lw_separator > .lw_subnav li:after,
html body .editable .accordion-nav .lw_widget_results_navigation > .lw_separator > .lw_subnav li:after {
  display: none;
}
html body .accordion-nav .lw_widget_results_navigation > .lw_separator > .lw_subnav a,
html body .editable .accordion-nav .lw_widget_results_navigation > .lw_separator > .lw_subnav a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: inherit;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.8rem;
}
html body .accordion-nav .lw_widget_results_navigation > .lw_separator > .lw_subnav a em,
html body .editable .accordion-nav .lw_widget_results_navigation > .lw_separator > .lw_subnav a em,
html body .accordion-nav .lw_widget_results_navigation > .lw_separator > .lw_subnav a i,
html body .editable .accordion-nav .lw_widget_results_navigation > .lw_separator > .lw_subnav a i {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
html body .accordion-nav .lw_widget_results_navigation > .lw_separator > .lw_subnav a:hover,
html body .editable .accordion-nav .lw_widget_results_navigation > .lw_separator > .lw_subnav a:hover {
  text-decoration: underline;
}
html body .faculty-listing.faculty-listing h3,
html body .editable .faculty-listing.faculty-listing h3 {
  font-family: inherit;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 6px;
  text-transform: none;
  font-size: 1.8rem;
  color: #666;
}
html body .faculty-listing.faculty-listing h3 em,
html body .editable .faculty-listing.faculty-listing h3 em,
html body .faculty-listing.faculty-listing h3 i,
html body .editable .faculty-listing.faculty-listing h3 i {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
html body .faculty-listing.faculty-listing.lw_widget_id_189 h3:after,
html body .editable .faculty-listing.faculty-listing.lw_widget_id_189 h3:after {
  content: "Department Chair";
  display: block;
}
html body .faculty-listing.faculty-listing .lw_widget_results > li,
html body .editable .faculty-listing.faculty-listing .lw_widget_results > li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
html body .faculty-listing.faculty-listing .lw_profiles_image,
html body .editable .faculty-listing.faculty-listing .lw_profiles_image {
  -webkit-box-flex: 0 0 auto;
  -moz-box-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-top: 3px;
}
html body .faculty-listing.faculty-listing .lw_profiles_image .lw_item_thumb,
html body .editable .faculty-listing.faculty-listing .lw_profiles_image .lw_item_thumb {
  float: none;
  margin: 0;
  padding: 0;
}
html body .faculty-listing.faculty-listing li:not(.lw_has_image) .lw_profiles_image:before,
html body .editable .faculty-listing.faculty-listing li:not(.lw_has_image) .lw_profiles_image:before {
  border: none;
  content: '';
  display: block;
  width: 198px;
  height: 198px;
  background-image: url('/live/resource/image/_ingredients/themes/global/assets/images/placeholder-b.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
html body .faculty-listing.faculty-listing .lw_profiles_text,
html body .editable .faculty-listing.faculty-listing .lw_profiles_text {
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-left: 12px;
}
html body .faculty-listing.faculty-listing .lw_profiles_name,
html body .editable .faculty-listing.faculty-listing .lw_profiles_name {
  display: inline-block;
  margin: 0;
  color: #252525;
  font-size: 1.7rem;
}
html body .faculty-listing.faculty-listing .lw_profiles_81,
html body .editable .faculty-listing.faculty-listing .lw_profiles_81 {
  display: inline-block;
}
html body .faculty-listing.faculty-listing .profile_title,
html body .editable .faculty-listing.faculty-listing .profile_title,
html body .faculty-listing.faculty-listing .lw_profiles_35,
html body .editable .faculty-listing.faculty-listing .lw_profiles_35,
html body .faculty-listing.faculty-listing .lw_profiles_53,
html body .editable .faculty-listing.faculty-listing .lw_profiles_53 {
  display: block;
  margin-bottom: 4px;
  color: #666;
  font-size: 1.5rem;
}
html body .faculty-listing.faculty-listing .profile_subtitle,
html body .editable .faculty-listing.faculty-listing .profile_subtitle,
html body .faculty-listing.faculty-listing .lw_profiles_1,
html body .editable .faculty-listing.faculty-listing .lw_profiles_1,
html body .faculty-listing.faculty-listing .lw_profiles_80,
html body .editable .faculty-listing.faculty-listing .lw_profiles_80 {
  font-size: 1.3rem;
}
html body .faculty-listing.faculty-listing .profile_subtitle p,
html body .editable .faculty-listing.faculty-listing .profile_subtitle p,
html body .faculty-listing.faculty-listing .lw_profiles_1 p,
html body .editable .faculty-listing.faculty-listing .lw_profiles_1 p,
html body .faculty-listing.faculty-listing .lw_profiles_80 p,
html body .editable .faculty-listing.faculty-listing .lw_profiles_80 p {
  margin-bottom: 0;
}
html body .faculty-listing.faculty-listing .profile_subtitle ul,
html body .editable .faculty-listing.faculty-listing .profile_subtitle ul,
html body .faculty-listing.faculty-listing .lw_profiles_1 ul,
html body .editable .faculty-listing.faculty-listing .lw_profiles_1 ul,
html body .faculty-listing.faculty-listing .lw_profiles_80 ul,
html body .editable .faculty-listing.faculty-listing .lw_profiles_80 ul {
  margin-left: 0;
  padding-left: 0;
}
html body .faculty-listing.faculty-listing .profile_subtitle ul > li,
html body .editable .faculty-listing.faculty-listing .profile_subtitle ul > li,
html body .faculty-listing.faculty-listing .lw_profiles_1 ul > li,
html body .editable .faculty-listing.faculty-listing .lw_profiles_1 ul > li,
html body .faculty-listing.faculty-listing .lw_profiles_80 ul > li,
html body .editable .faculty-listing.faculty-listing .lw_profiles_80 ul > li {
  padding-left: 0;
  list-style-type: none;
}
html body .faculty-listing.faculty-listing .profile_subtitle ul > li:before,
html body .editable .faculty-listing.faculty-listing .profile_subtitle ul > li:before,
html body .faculty-listing.faculty-listing .lw_profiles_1 ul > li:before,
html body .editable .faculty-listing.faculty-listing .lw_profiles_1 ul > li:before,
html body .faculty-listing.faculty-listing .lw_profiles_80 ul > li:before,
html body .editable .faculty-listing.faculty-listing .lw_profiles_80 ul > li:before,
html body .faculty-listing.faculty-listing .profile_subtitle ul > li:after,
html body .editable .faculty-listing.faculty-listing .profile_subtitle ul > li:after,
html body .faculty-listing.faculty-listing .lw_profiles_1 ul > li:after,
html body .editable .faculty-listing.faculty-listing .lw_profiles_1 ul > li:after,
html body .faculty-listing.faculty-listing .lw_profiles_80 ul > li:after,
html body .editable .faculty-listing.faculty-listing .lw_profiles_80 ul > li:after {
  content: '';
  display: table;
  clear: both;
}
html body .faculty-listing.faculty-listing .profile_subtitle ul li,
html body .editable .faculty-listing.faculty-listing .profile_subtitle ul li,
html body .faculty-listing.faculty-listing .lw_profiles_1 ul li,
html body .editable .faculty-listing.faculty-listing .lw_profiles_1 ul li,
html body .faculty-listing.faculty-listing .lw_profiles_80 ul li,
html body .editable .faculty-listing.faculty-listing .lw_profiles_80 ul li {
  margin: 0 0 1px;
}
html body .faculty-listing.faculty-listing .lw_profiles_email,
html body .editable .faculty-listing.faculty-listing .lw_profiles_email {
  text-decoration: underline;
}
html body .profiles-grid:before,
html body .editable .profiles-grid:before,
html body .profiles-grid:after,
html body .editable .profiles-grid:after {
  content: '';
  display: table;
  clear: both;
}
html body .profiles-grid h3,
html body .editable .profiles-grid h3 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: inherit;
  font-weight: 700;
  display: inline-block;
  position: relative;
  float: left;
  padding: 7px 9px 4px;
  line-height: 1;
  background-color: #575757;
  color: #fff !important;
}
html body .profiles-grid h3 em,
html body .editable .profiles-grid h3 em,
html body .profiles-grid h3 i,
html body .editable .profiles-grid h3 i {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
html body .profiles-grid .profile,
html body .editable .profiles-grid .profile {
  display: block;
  position: relative;
  float: left;
  width: 49.4%;
  margin-bottom: 4px;
  background-color: #746663;
}
html body .profiles-grid .profile:nth-of-type(2n+1),
html body .editable .profiles-grid .profile:nth-of-type(2n+1) {
  clear: both;
  margin-right: 0.6%;
}
html body .profiles-grid .profile:nth-of-type(2n),
html body .editable .profiles-grid .profile:nth-of-type(2n) {
  margin-left: 0.6%;
}
html body .profiles-grid .profile:before,
html body .editable .profiles-grid .profile:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
html body .profiles-grid .profile > *,
html body .editable .profiles-grid .profile > * {
  position: absolute;
}
html body .profiles-grid .profile .profile-image,
html body .editable .profiles-grid .profile .profile-image {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
html body .profiles-grid .profile .link,
html body .editable .profiles-grid .profile .link {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
html body .profiles-grid .profile .title,
html body .editable .profiles-grid .profile .title {
  font-family: inherit;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  margin: 0;
  z-index: 1;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.52);
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
html body .profiles-grid .profile .title em,
html body .editable .profiles-grid .profile .title em,
html body .profiles-grid .profile .title i,
html body .editable .profiles-grid .profile .title i {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  html body .profiles-grid .profile .title,
  html body .editable .profiles-grid .profile .title {
    font-size: 2.1rem;
    padding: 0 8px 8px;
  }
}
@media only screen and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px) {
  html body .profiles-grid .profile .title,
  html body .editable .profiles-grid .profile .title {
    font-size: 1.9rem;
    line-height: 1.15;
    padding: 0 7px 5px;
  }
}
html body .profiles-grid .profile:hover .profile-image,
html body .editable .profiles-grid .profile:hover .profile-image {
  opacity: 0.5;
}
html body .profiles-grid .profile:hover .title,
html body .editable .profiles-grid .profile:hover .title {
  opacity: 1;
}
html body .student-profile-card,
html body .editable .student-profile-card {
  border: none;
  display: block;
  position: relative;
  clear: both;
  width: 100%;
  margin-bottom: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
html body .student-profile-card:before,
html body .editable .student-profile-card:before {
  content: '';
  display: block;
  padding-bottom: 66%;
}
html body .student-profile-card > *,
html body .editable .student-profile-card > * {
  position: absolute;
}
html body .student-profile-card .link,
html body .editable .student-profile-card .link {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
html body .student-profile-card .text,
html body .editable .student-profile-card .text {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  margin: 0;
  padding: 0 8px 8px;
}
html body .student-profile-card .title,
html body .editable .student-profile-card .title,
html body .student-profile-card .subtitle,
html body .editable .student-profile-card .subtitle {
  display: inline-block;
  float: left;
  clear: both;
  padding: 1px 3px 0;
  background-color: #000;
  color: #fff;
}
html body .student-profile-card .title,
html body .editable .student-profile-card .title {
  font-family: inherit;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html body .student-profile-card .title em,
html body .editable .student-profile-card .title em,
html body .student-profile-card .title i,
html body .editable .student-profile-card .title i {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
@media only screen and (max-width: 768px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  html body .student-profile-card .title,
  html body .editable .student-profile-card .title {
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  html body .student-profile-card .title,
  html body .editable .student-profile-card .title {
    font-size: 1.9rem;
  }
}
html body .student-profile-card .subtitle,
html body .editable .student-profile-card .subtitle {
  font-size: 1.2rem;
}
html body .school-cards,
html body .editable .school-cards {
  clear: both;
  margin-top: 15px;
  margin-bottom: 30px;
}
html body .school-cards:before,
html body .editable .school-cards:before,
html body .school-cards:after,
html body .editable .school-cards:after {
  content: '';
  display: table;
  clear: both;
}
html body .school-cards:last-child,
html body .editable .school-cards:last-child {
  margin-bottom: 0;
}
html body .school-cards h3,
html body .editable .school-cards h3 {
  margin-bottom: 6px;
  color: #444;
}
html body .school-cards .lw_paginate,
html body .editable .school-cards .lw_paginate {
  padding-top: 20px;
  margin-bottom: 0;
}
html body .school-profile-card,
html body .editable .school-profile-card {
  display: block;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
html body .school-profile-card:before,
html body .editable .school-profile-card:before {
  content: '';
  display: block;
  padding-bottom: 58%;
}
html body .school-profile-card > *,
html body .editable .school-profile-card > * {
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  html body .school-profile-card,
  html body .editable .school-profile-card {
    float: left;
    width: 32.93%;
    margin-bottom: 7px;
  }
  html body .school-profile-card:nth-of-type(3n+1),
  html body .editable .school-profile-card:nth-of-type(3n+1) {
    clear: both;
    margin-right: 0.4%;
  }
  html body .school-profile-card:nth-of-type(3n+2),
  html body .editable .school-profile-card:nth-of-type(3n+2) {
    margin-left: 0.2%;
    margin-right: 0.2%;
  }
  html body .school-profile-card:nth-of-type(3n+3),
  html body .editable .school-profile-card:nth-of-type(3n+3) {
    margin-left: 0.4%;
  }
}
@media only screen and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px) {
  html body .school-profile-card,
  html body .editable .school-profile-card {
    float: left;
    width: 49.7%;
    margin-bottom: 7px;
  }
  html body .school-profile-card:nth-child(2n+1),
  html body .editable .school-profile-card:nth-child(2n+1) {
    clear: both;
    margin-right: 0.3%;
  }
  html body .school-profile-card:nth-child(2n+2),
  html body .editable .school-profile-card:nth-child(2n+2) {
    margin-left: 0.3%;
  }
}
@media only screen and (max-width: 610px) {
  html body .school-profile-card,
  html body .editable .school-profile-card {
    clear: both;
    width: 100%;
    margin-bottom: 15px;
  }
}
html body .school-profile-card .link,
html body .editable .school-profile-card .link {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
html body .school-profile-card .title,
html body .editable .school-profile-card .title {
  font-family: inherit;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  margin: 0;
  color: #fff;
}
html body .school-profile-card .title em,
html body .editable .school-profile-card .title em,
html body .school-profile-card .title i,
html body .editable .school-profile-card .title i {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
html body .school-profile-card .title:hover,
html body .editable .school-profile-card .title:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 768px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  html body .school-profile-card .title,
  html body .editable .school-profile-card .title {
    padding: 9px 15px 6px;
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  html body .school-profile-card .title,
  html body .editable .school-profile-card .title {
    padding: 7px 14px 4px;
    font-size: 1.9rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  html body .sidebar-content .school-profile-card:nth-child(n),
  html body .editable .sidebar-content .school-profile-card:nth-child(n) {
    float: none;
    width: 100%;
    margin: 0 0 5px 0;
  }
}
@media only screen and (max-width: 768px) {
  html body .sidebar-content .school-profile-card:nth-child(n),
  html body .editable .sidebar-content .school-profile-card:nth-child(n) {
    float: left;
    clear: none;
    width: 49.4%;
    margin-right: 0.4%;
    margin-bottom: 0.8%;
  }
}
@media only screen and (max-width: 479px) {
  html body .sidebar-content .school-profile-card:nth-child(n),
  html body .editable .sidebar-content .school-profile-card:nth-child(n) {
    float: none;
    width: 100%;
    margin: 0 0 5px 0;
  }
}
html body .program-cards,
html body .editable .program-cards {
  clear: both;
  margin-top: 15px;
  margin-bottom: 45px;
}
html body .program-cards:before,
html body .editable .program-cards:before,
html body .program-cards:after,
html body .editable .program-cards:after {
  content: '';
  display: table;
  clear: both;
}
html body .program-cards:last-child,
html body .editable .program-cards:last-child {
  margin-bottom: 30px;
}
html body .program-cards h3,
html body .editable .program-cards h3 {
  margin-bottom: 6px;
  color: #444;
}
html body .program-cards .lw_paginate,
html body .editable .program-cards .lw_paginate {
  padding-top: 20px;
  margin-bottom: 0;
}
html body .program-card,
html body .editable .program-card {
  display: block;
  position: relative;
  clear: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
html body .program-card:before,
html body .editable .program-card:before {
  content: '';
  display: block;
  padding-bottom: 63.768%;
}
html body .program-card > *,
html body .editable .program-card > * {
  position: absolute;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  html body .program-card,
  html body .editable .program-card {
    float: left;
    width: 32.93%;
    margin-right: 0.4%;
    margin-bottom: 0.4%;
  }
}
@media only screen and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px) {
  html body .program-card,
  html body .editable .program-card {
    float: left;
    width: 49.5%;
    margin-right: 0.5%;
    margin-bottom: 0.5%;
  }
}
@media only screen and (max-width: 479px) {
  html body .program-card,
  html body .editable .program-card {
    float: none;
    width: 100%;
    margin: 0 0 5px 0;
  }
}
html body .program-card .link,
html body .editable .program-card .link {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
html body .program-card .title,
html body .editable .program-card .title {
  font-family: inherit;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px 8px;
  padding: 4px 7px 1px;
  color: #fff;
  font-size: 1.866rem;
  z-index: 1;
}
html body .program-card .title em,
html body .editable .program-card .title em,
html body .program-card .title i,
html body .editable .program-card .title i {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
html body .program-card .title:hover,
html body .editable .program-card .title:hover {
  text-decoration: underline;
}
html body .program-card.color-245352 .title,
html body .editable .program-card.color-245352 .title {
  background-color: #245352;
}
html body .program-card.color-9c268a .title,
html body .editable .program-card.color-9c268a .title {
  background-color: #9c268a;
}
html body .program-card.color-591404 .title,
html body .editable .program-card.color-591404 .title {
  background-color: #591404;
}
html body .program-card.color-1b4b7b .title,
html body .editable .program-card.color-1b4b7b .title {
  background-color: #1b4b7b;
}
html body .program-card.color-5e9a98 .title,
html body .editable .program-card.color-5e9a98 .title {
  background-color: #5e9a98;
}
html body .program-card.color-198baf .title,
html body .editable .program-card.color-198baf .title {
  background-color: #198baf;
}
html body .program-card.color-9363a7 .title,
html body .editable .program-card.color-9363a7 .title {
  background-color: #9363a7;
}
html body .program-card.color-a5055b .title,
html body .editable .program-card.color-a5055b .title {
  background-color: #a5055b;
}
html body .program-card.color-ec513a .title,
html body .editable .program-card.color-ec513a .title {
  background-color: #ec513a;
}
html body .program-card.color-444444 .title,
html body .editable .program-card.color-444444 .title {
  background-color: #444444;
}
html body .program-card.color-491c74 .title,
html body .editable .program-card.color-491c74 .title {
  background-color: #491C74;
}
html body .program-card.color-08671b .title,
html body .editable .program-card.color-08671b .title {
  background-color: #08671b;
}
html body .program-card.color-0a54b3 .title,
html body .editable .program-card.color-0a54b3 .title {
  background-color: #0a54b3;
}
html body .program-card.color-b12586 .title,
html body .editable .program-card.color-b12586 .title {
  background-color: #B12586;
}
html body .program-card.color-006e6a .title,
html body .editable .program-card.color-006e6a .title {
  background-color: #006e6a;
}
html body .program-card.color-b3191e .title,
html body .editable .program-card.color-b3191e .title {
  background-color: #b3191e;
}
html body .program-card.color-1d2c5d .title,
html body .editable .program-card.color-1d2c5d .title {
  background-color: #1d2c5d;
}
html body .program-card .tags,
html body .editable .program-card .tags {
  position: absolute;
  bottom: 10px;
  left: 8px;
  margin-right: 8px;
  z-index: 1;
  opacity: 0;
}
html body .program-card .tags li,
html body .editable .program-card .tags li,
html body .program-card .tags a,
html body .editable .program-card .tags a,
html body .program-card .tags .tag,
html body .editable .program-card .tags .tag {
  -webkit-font-smoothing: subpixel-antialiased !important;
  -moz-osx-font-smoothing: auto !important;
  font-family: Balance, sans-serif !important;
  font-weight: normal !important;
  font-style: normal !important;
  display: block;
  float: left;
  clear: none;
  margin: 3px 3px 0 0;
  padding: 3px 4px 1px;
  background-color: #c8cecc;
  color: #000;
  font-size: 1.3rem;
}
html body .program-card .tags li.Major,
html body .editable .program-card .tags li.Major,
html body .program-card .tags a.Major,
html body .editable .program-card .tags a.Major,
html body .program-card .tags .tag.Major,
html body .editable .program-card .tags .tag.Major,
html body .program-card .tags li.Session-I,
html body .editable .program-card .tags li.Session-I,
html body .program-card .tags a.Session-I,
html body .editable .program-card .tags a.Session-I,
html body .program-card .tags .tag.Session-I,
html body .editable .program-card .tags .tag.Session-I {
  background-color: #666;
  color: #fff;
}
html body .program-card .tags li.Minor,
html body .editable .program-card .tags li.Minor,
html body .program-card .tags a.Minor,
html body .editable .program-card .tags a.Minor,
html body .program-card .tags .tag.Minor,
html body .editable .program-card .tags .tag.Minor,
html body .program-card .tags li.Session-II,
html body .editable .program-card .tags li.Session-II,
html body .program-card .tags a.Session-II,
html body .editable .program-card .tags a.Session-II,
html body .program-card .tags .tag.Session-II,
html body .editable .program-card .tags .tag.Session-II {
  background-color: #666;
  color: #fff;
}
html body .program-card .tags li.Interdisciplinary,
html body .editable .program-card .tags li.Interdisciplinary,
html body .program-card .tags a.Interdisciplinary,
html body .editable .program-card .tags a.Interdisciplinary,
html body .program-card .tags .tag.Interdisciplinary,
html body .editable .program-card .tags .tag.Interdisciplinary,
html body .program-card .tags li.Session-III,
html body .editable .program-card .tags li.Session-III,
html body .program-card .tags a.Session-III,
html body .editable .program-card .tags a.Session-III,
html body .program-card .tags .tag.Session-III,
html body .editable .program-card .tags .tag.Session-III {
  background-color: #fff;
}
html body .program-card .tags ul,
html body .editable .program-card .tags ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
  margin: 0;
}
html body .program-card .tags ul > li,
html body .editable .program-card .tags ul > li {
  padding-left: 0;
  list-style-type: none;
}
html body .program-card .tags ul > li:before,
html body .editable .program-card .tags ul > li:before,
html body .program-card .tags ul > li:after,
html body .editable .program-card .tags ul > li:after {
  content: '';
  display: table;
  clear: both;
}
html body .program-card .tags ul li,
html body .editable .program-card .tags ul li {
  padding-left: 4px;
}
html body .program-card:hover,
html body .editable .program-card:hover,
html body .program-card:focus,
html body .editable .program-card:focus {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
html body .program-card:hover .tags,
html body .editable .program-card:hover .tags,
html body .program-card:focus .tags,
html body .editable .program-card:focus .tags {
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
@media only screen and (min-width: 769px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  html body .sidebar-content .program-card,
  html body .editable .sidebar-content .program-card {
    float: none;
    width: 100%;
    margin: 0 0 5px 0;
  }
}
@media only screen and (max-width: 768px) {
  html body .sidebar-content .program-card,
  html body .editable .sidebar-content .program-card {
    float: left;
    clear: none;
    width: 49.5%;
    margin-right: 0.5%;
    margin-bottom: 0.5%;
  }
}
@media only screen and (max-width: 479px) {
  html body .sidebar-content .program-card,
  html body .editable .sidebar-content .program-card {
    float: none;
    width: 100%;
    margin: 0 0 5px 0;
  }
}
html body .filter-no-results,
html body .editable .filter-no-results {
  color: #4c237d;
  font-size: 2rem;
}
html body select:focus,
html body .editable select:focus {
  outline: 2px solid #0009cc !important;
}
html body .filter,
html body .editable .filter,
html body .filter2,
html body .editable .filter2 {
  margin-top: 15px;
  margin-bottom: 25px;
}
html body .filter:before,
html body .editable .filter:before,
html body .filter2:before,
html body .editable .filter2:before,
html body .filter:after,
html body .editable .filter:after,
html body .filter2:after,
html body .editable .filter2:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  html body .filter,
  html body .editable .filter {
    width: 50%;
    float: left;
    padding-right: 5px;
  }
  html body .filter + .filter,
  html body .editable .filter + .filter {
    padding-left: 5px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  html body .filter2,
  html body .editable .filter2 {
    width: 33%;
    float: left;
    padding-right: 0;
  }
  html body .filter2 + .filter2,
  html body .editable .filter2 + .filter2 {
    padding-left: 10px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px) {
  html body .filter,
  html body .editable .filter,
  html body .filter2,
  html body .editable .filter2 {
    width: 100%;
  }
}
html body .filter label,
html body .editable .filter label,
html body .filter2 label,
html body .editable .filter2 label {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-family: Balance, sans-serif;
  font-weight: normal;
  font-style: normal;
  display: block;
  margin-bottom: 5px;
  color: #575757;
  font-size: 1.5rem;
}
html body .filter select,
html body .editable .filter select,
html body .filter2 select,
html body .editable .filter2 select {
  width: 100%;
  margin-bottom: 0;
  height: 48px;
  padding: 9px 12px 6px;
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  background: #fff url('/live/resource/image/_ingredients/themes/global/assets/images/select-box-arrows.png') no-repeat 97% 50%;
  background-size: 16px auto;
  border-radius: 0;
  border: 1px solid #575757;
  color: #666;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
html body .program-list h4,
html body .editable .program-list h4 {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-family: Balance, sans-serif;
  font-weight: normal;
  font-style: normal;
  margin: 6px 0 1px;
  color: #575757;
  font-size: 1.6rem;
}
html body .program-list ul,
html body .editable .program-list ul {
  margin: 0 0 0 17px;
}
html body .program-list ul li,
html body .editable .program-list ul li {
  font-family: inherit;
  font-weight: 700;
  list-style-type: disc;
  list-style-position: outside;
  margin-bottom: 5px;
  line-height: 1.25;
}
html body .program-list ul li:before,
html body .editable .program-list ul li:before,
html body .program-list ul li:after,
html body .editable .program-list ul li:after {
  display: none;
}
html body .program-list ul li em,
html body .editable .program-list ul li em,
html body .program-list ul li i,
html body .editable .program-list ul li i {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
html body .program-list h5,
html body .editable .program-list h5 {
  margin: 0;
}
html body .program-list a,
html body .editable .program-list a {
  color: #444;
  font-size: 1.6rem;
  text-transform: none;
}
html body .site-map h3,
html body .editable .site-map h3 {
  font-family: Balance, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #4c237d !important;
  font-weight: bold;
  text-transform: none;
}
html body .site-map a,
html body .editable .site-map a {
  color: #252525;
  text-decoration: none;
}
html body .site-map a:hover,
html body .editable .site-map a:hover {
  text-decoration: underline;
}
html body .site-map .lw_widget_results_sitemap > li,
html body .editable .site-map .lw_widget_results_sitemap > li {
  margin-bottom: 1.2rem !important;
}
html body .site-map .lw_widget_results_sitemap > li.is-empty,
html body .editable .site-map .lw_widget_results_sitemap > li.is-empty {
  display: none;
}
html body .site-map .lw_widget_results_sitemap ul,
html body .editable .site-map .lw_widget_results_sitemap ul {
  margin-left: 1.2rem;
  margin-bottom: 0.3rem;
}
html body .site-map .lw_widget_results_sitemap ul li,
html body .editable .site-map .lw_widget_results_sitemap ul li {
  position: relative;
  margin-bottom: 0;
  list-style-type: none;
}
html body .site-map .lw_widget_results_sitemap ul li + li,
html body .editable .site-map .lw_widget_results_sitemap ul li + li {
  margin-top: 0.9rem;
}
html body .site-map .lw_widget_results_sitemap ul li:before,
html body .editable .site-map .lw_widget_results_sitemap ul li:before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 1.2rem;
  border-bottom: 1px #c8cecc solid;
  border-left: 1px #c8cecc solid;
  position: absolute;
}
html body .site-map .lw_widget_results_sitemap ul li a,
html body .editable .site-map .lw_widget_results_sitemap ul li a {
  display: block;
  margin-left: 3rem;
}
html body .site-map .lw_widget_results_sitemap ul .lw_subnav,
html body .editable .site-map .lw_widget_results_sitemap ul .lw_subnav {
  margin-top: 1.2rem;
}
html body .site-map .lw_widget_results_sitemap ul .lw_subnav .lw_subnav a,
html body .editable .site-map .lw_widget_results_sitemap ul .lw_subnav .lw_subnav a {
  font-size: 13px;
}
html body .lw_widget_twitter .lw_twitter_profile_image,
html body .editable .lw_widget_twitter .lw_twitter_profile_image {
  float: left;
  max-width: 20%;
}
html body .lw_widget_twitter .lw_twitter_profile_image img,
html body .editable .lw_widget_twitter .lw_twitter_profile_image img {
  display: block;
  border-radius: 3px;
}
html body .lw_widget_twitter .lw_twitter_tweet,
html body .editable .lw_widget_twitter .lw_twitter_tweet {
  float: left;
  max-width: 80%;
  margin: 0;
  padding-top: 13px;
  border-right: 1px solid #ececec;
}
html body .lw_widget_twitter .lw_twitter_tweet .lw_twitter_username,
html body .editable .lw_widget_twitter .lw_twitter_tweet .lw_twitter_username {
  margin: 0 0 4px;
  color: #4c237d;
  font-weight: bold;
  font-size: 13px;
}
html body .lw_widget_twitter .lw_twitter_tweet .lw_twitter_username a,
html body .editable .lw_widget_twitter .lw_twitter_tweet .lw_twitter_username a {
  margin: 0;
  color: #4c237d;
  font-weight: bold;
  text-decoration: none;
}
html body .lw_widget_twitter .lw_twitter_tweet .lw_twitter_username a:hover,
html body .editable .lw_widget_twitter .lw_twitter_tweet .lw_twitter_username a:hover {
  background-color: transparent;
  color: #4c237d;
}
html body .lw_widget_instagram,
html body .editable .lw_widget_instagram {
  margin-left: 10px;
}
html body .lw_widget_instagram .lw_widget_column,
html body .editable .lw_widget_instagram .lw_widget_column {
  list-style-type: none;
  padding-right: 3px;
  padding-left: 0px;
  flex-basis: 0;
}
html body .lw_widget_instagram .lw_widget_column .lw_instagram_image img,
html body .editable .lw_widget_instagram .lw_widget_column .lw_instagram_image img {
  width: 215px !important;
  height: 215px !important;
  object-fit: cover;
  border-radius: 8px;
}
html body .lw_widget_instagram .lw_widget_column .lw_instagram_image img:hover,
html body .editable .lw_widget_instagram .lw_widget_column .lw_instagram_image img:hover,
html body .lw_widget_instagram .lw_widget_column .lw_instagram_image img:focus,
html body .editable .lw_widget_instagram .lw_widget_column .lw_instagram_image img:focus {
  outline: 2px solid black;
  opacity: 0.7;
}
html body .lw_widget_instagram .lw_widget_column .lw_instagram_caption,
html body .editable .lw_widget_instagram .lw_widget_column .lw_instagram_caption {
  padding-top: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'FFBalanceWebLight', sans-serif;
  font-size: 1.5rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
  color: #252525 !important;
  max-width: 212px;
}
html body .lw_widget.bulleted ul.lw_widget_results,
html body .editable .lw_widget.bulleted ul.lw_widget_results {
  padding-left: 17px !important;
}
html body .lw_widget.bulleted ul.lw_widget_results > li,
html body .editable .lw_widget.bulleted ul.lw_widget_results > li {
  list-style-type: disc;
  margin-bottom: 3px;
}
html body .lw_widget.bulleted ul.lw_widget_results > li:before,
html body .editable .lw_widget.bulleted ul.lw_widget_results > li:before,
html body .lw_widget.bulleted ul.lw_widget_results > li:after,
html body .editable .lw_widget.bulleted ul.lw_widget_results > li:after {
  display: none;
}
html body .weeks-hours,
html body .editable .weeks-hours {
  margin: 40px 0;
}
html body .weeks-hours:before,
html body .editable .weeks-hours:before,
html body .weeks-hours:after,
html body .editable .weeks-hours:after {
  content: '';
  display: table;
  clear: both;
}
html body .weeks-hours h5,
html body .editable .weeks-hours h5 {
  margin-bottom: 2px;
  color: #444;
  text-transform: none;
  font-size: 15px;
}
html body .weeks-hours ul,
html body .editable .weeks-hours ul {
  margin-left: 0;
  padding-left: 0;
}
html body .weeks-hours ul > li,
html body .editable .weeks-hours ul > li {
  padding-left: 0;
  list-style-type: none;
}
html body .weeks-hours ul > li:before,
html body .editable .weeks-hours ul > li:before,
html body .weeks-hours ul > li:after,
html body .editable .weeks-hours ul > li:after {
  content: '';
  display: table;
  clear: both;
}
html body .weeks-hours .text,
html body .editable .weeks-hours .text {
  font-family: inherit;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 10px;
}
html body .weeks-hours .text em,
html body .editable .weeks-hours .text em,
html body .weeks-hours .text i,
html body .editable .weeks-hours .text i {
  font-family: inherit;
  font-weight: 700;
  font-style: italic;
}
html body .weeks-hours h6,
html body .editable .weeks-hours h6 {
  margin: 10px 3px 1px 0;
  color: #666;
}
html body .weeks-hours strong,
html body .editable .weeks-hours strong {
  white-space: nowrap;
}
html body .minimal-hours:before,
html body .editable .minimal-hours:before,
html body .minimal-hours:after,
html body .editable .minimal-hours:after {
  content: '';
  display: table;
  clear: both;
}
html body .minimal-hours ul,
html body .editable .minimal-hours ul {
  margin-left: 0;
  padding-left: 0;
}
html body .minimal-hours ul > li,
html body .editable .minimal-hours ul > li {
  padding-left: 0;
  list-style-type: none;
}
html body .minimal-hours ul > li:before,
html body .editable .minimal-hours ul > li:before,
html body .minimal-hours ul > li:after,
html body .editable .minimal-hours ul > li:after {
  content: '';
  display: table;
  clear: both;
}
html body .minimal-hours ul li:last-child,
html body .editable .minimal-hours ul li:last-child {
  margin-bottom: 0;
}
html body .minimal-hours h4,
html body .editable .minimal-hours h4 {
  display: inline-block;
  margin: 8px 4px 1px 0;
  font-size: 1.5rem;
}
html body .minimal-hours h4:first-of-type,
html body .editable .minimal-hours h4:first-of-type {
  margin-top: 0;
}
html body .minimal-hours .day.closed,
html body .editable .minimal-hours .day.closed,
html body .minimal-hours .day.Closed,
html body .editable .minimal-hours .day.Closed {
  display: none;
}
html body .todays-hours,
html body .editable .todays-hours {
  margin: 40px 0;
}
html body .todays-hours:before,
html body .editable .todays-hours:before,
html body .todays-hours:after,
html body .editable .todays-hours:after {
  content: '';
  display: table;
  clear: both;
}
html body .todays-hours .clock,
html body .editable .todays-hours .clock {
  float: left;
  margin-right: 13px;
}
html body .todays-hours .text,
html body .editable .todays-hours .text {
  margin-top: 10px;
}
html body .todays-hours h6,
html body .editable .todays-hours h6 {
  margin: 0;
  color: #444;
  text-transform: none;
  font-size: 15px;
}
html body .todays-hours strong,
html body .editable .todays-hours strong {
  display: block;
  white-space: nowrap;
}
html body .clock,
html body .editable .clock {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #eae8e8;
}
html body .clock:after,
html body .editable .clock:after {
  background: #4c237d;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8%;
  height: 8%;
  z-index: 2;
}
html body .clock .minutes-container,
html body .editable .clock .minutes-container,
html body .clock .hours-container,
html body .editable .clock .hours-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
html body .clock .hours,
html body .editable .clock .hours,
html body .clock .minutes,
html body .editable .clock .minutes {
  text-indent: -9999px;
  overflow: hidden;
  color: #fff;
}
html body .clock .hours,
html body .editable .clock .hours {
  background: #a80000;
  height: 24%;
  left: 47.5%;
  position: absolute;
  top: 26%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 5%;
}
html body .clock .minutes,
html body .editable .clock .minutes {
  background: #c00;
  height: 38%;
  left: 48.25%;
  position: absolute;
  top: 12%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  width: 3.5%;
  z-index: 1;
}
@keyframes rotate {
  100% {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
html body .clock .hours-container,
html body .editable .clock .hours-container {
  -webkit-animation: rotate 43200s infinite linear;
  animation: rotate 43200s infinite linear;
}
html body .clock .minutes-container,
html body .editable .clock .minutes-container {
  -webkit-animation: rotate 3600s infinite linear;
  animation: rotate 3600s infinite linear;
}
@media only screen and (min-width: 769px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  html body .page-header-clock .todays-hours,
  html body .editable .page-header-clock .todays-hours {
    margin-top: -8px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  html body .page-header-clock .todays-hours,
  html body .editable .page-header-clock .todays-hours {
    position: absolute;
    right: 15px;
    top: -5px;
    margin-top: 0;
    margin-bottom: 0;
  }
  html body .page-header-clock .todays-hours .clock,
  html body .editable .page-header-clock .todays-hours .clock {
    margin-right: 9px;
    width: 40px;
    height: 40px;
  }
  html body .page-header-clock .todays-hours .text,
  html body .editable .page-header-clock .todays-hours .text {
    float: left;
    margin-top: -1px;
  }
}
@media only screen and (max-width: 379px) {
  html body .page-header-clock .todays-hours .clock,
  html body .editable .page-header-clock .todays-hours .clock {
    display: none;
  }
}

/*      Resource ID: d968d1f1e650e0b990780d145c2 (frontend.less, compiled by lessc, minified by none) (03/26/2026 11:17am) (A:8439, B:8439, C:10901, D:11066, F:11066, J:11066, K:11066)      */

@font-face {
  font-family: 'lw-calendar';
  src: url('/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1615486057.eot');
  src: url('/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1615486057.eot#iefix') format('embedded-opentype'),
       url('/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1615486057.woff2') format('woff2'),
       url('/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1615486057.woff') format('woff'),
       url('/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1615486057.ttf') format('truetype'),
       url('/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.svg#lw-calendar') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="lw-icon-"]:before, [class*=" lw-icon-"]:before {
  display: inline-block;
  font-family: "lw-calendar";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
}

/* makes the font 33% larger relative to the icon container */
.lw-icon-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; 
}

.lw-icon-2x {
  font-size: 2em; }

.lw-icon-3x {
  font-size: 3em; }

.lw-icon-4x {
  font-size: 4em; }

.lw-icon-5x {
  font-size: 5em; }

.lw-icon-fw {
  width: 1.28571em;
  text-align: center; 
}

.lw-icon-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .lw-icon-ul > li {
    position: relative; }

.lw-icon-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .lw-icon-li.lw-icon-lg {
    left: -1.85714em; }

.lw-icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }
 
.lw-icon-envelope-o:before { content: '\e800'; } /* '' */
.lw-icon-videocam:before { content: '\e801'; } /* '' */
.lw-icon-twitter-square:before { content: '\e802'; } /* '' */
.lw-icon-facebook-square:before { content: '\e803'; } /* '' */
.lw-icon-chevron-circle-right:before { content: '\e804'; } /* '' */
.lw-icon-chevron-circle-left:before { content: '\e805'; } /* '' */
.lw-icon-edit:before { content: '\e806'; } /* '' */
.lw-icon-times-circle:before { content: '\e807'; } /* '' */
.lw-icon-link:before { content: '\e808'; } /* '' */
.lw-icon-linkedin-square:before { content: '\e809'; } /* '' */
.lw-icon-instagram:before { content: '\e80a'; } /* '' */
.lw-icon-flickr:before { content: '\e80b'; } /* '' */
.lw-icon-tumblr-square:before { content: '\e80c'; } /* '' */
.lw-icon-youtube-square:before { content: '\e80d'; } /* '' */
.lw-icon-vimeo-square:before { content: '\e80e'; } /* '' */
.lw-icon-pinterest-square:before { content: '\e80f'; } /* '' */
.lw-icon-delicious:before { content: '\e810'; } /* '' */
.lw-icon-github-square:before { content: '\e811'; } /* '' */
.lw-icon-soundcloud:before { content: '\e813'; } /* '' */
.lw-icon-right-open:before { content: '\e814'; } /* '' */
.lw-icon-rss-square:before { content: '\e815'; } /* '' */
.lw-icon-down-open:before { content: '\e816'; } /* '' */
.lw-icon-left-open:before { content: '\e817'; } /* '' */
.lw-icon-up-open:before { content: '\e818'; } /* '' */
.lw-icon-angle-left:before { content: '\e819'; } /* '' */
.lw-icon-angle-right:before { content: '\e81a'; } /* '' */
.lw-icon-angle-up:before { content: '\e81b'; } /* '' */
.lw-icon-angle-down:before { content: '\e81c'; } /* '' */
.lw-icon-angle-circled-up:before { content: '\e81d'; } /* '' */
.lw-icon-angle-circled-down:before { content: '\e81e'; } /* '' */
.lw-icon-down-dir:before { content: '\e81f'; } /* '' */
.lw-icon-up-dir:before { content: '\e820'; } /* '' */
.lw-icon-left-dir:before { content: '\e821'; } /* '' */
.lw-icon-right-dir:before { content: '\e822'; } /* '' */
.lw-icon-tags:before { content: '\e823'; } /* '' */
.lw-icon-search:before { content: '\e824'; } /* '' */
.lw-icon-cancel:before { content: '\e825'; } /* '' */
.lw-icon-tag:before { content: '\e826'; } /* '' */
.lw-icon-location:before { content: '\e827'; } /* '' */
.lw-icon-youtube-play:before { content: '\e828'; } /* '' */
/* Item image controls */
.lw_slideshow_single {
  display: none;
}
/* Captcha/Honeypot */
.lw_captcha {
  min-height: 100px;
  margin: 1em 0;
}
/* this is used for randomized widgets; encoded content shouldn't be visible */
.lw_htmlencoded {
  display: none;
}
/* Save and Share */
#lw_email_overlay {
  width: 465px;
}
#lw_email_overlay h1 {
  margin-top: 0;
}
#lw_email_overlay label {
  font-weight: bold;
  display: block;
}
#lw_email_overlay .lw_field {
  float: left;
  margin: 0.4em 10px;
}
#lw_email_overlay .lw_captcha {
  margin: 0;
}
#lw_email_name,
#lw_email_sender {
  width: 203px;
}
#lw_email_recipients {
  width: 435px;
}
#lw_email_message {
  width: 435px;
  height: 50px;
}
#lw_email_submit {
  clear: left;
  margin-top: 1em;
}
/* Preview bar */
body.lw_is_preview {
  padding-top: 22px;
  /* add padding to make space for preview bar, so bar doesn't overlap content */
}
#lw_preview_bar {
  background-color: #0B2A3E;
  height: 22px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11000;
  border-bottom: 2px solid #345;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #f3f3f3;
  padding-left: 2em;
}
#lw_preview_bar a {
  color: #f3f3f3;
}
/* jQuery UI datepicker */
#ui-datepicker-div {
  width: 13em;
  font-size: 0.8em;
  padding: 3px;
  background-color: #fff;
  border: solid #24315E;
  border-width: 1px 2px 2px 1px;
  display: none;
  margin-top: -2px;
  margin-left: 4px;
  z-index: 1010;
}
#ui-datepicker-div .ui-datepicker-prev {
  left: 2px;
  background: url(/live/resource/image/left.png) no-repeat left top;
}
#ui-datepicker-div .ui-datepicker-next {
  right: 2px;
  background: url(/live/resource/image/right.png) no-repeat left top;
}
#ui-datepicker-div .ui-datepicker-title {
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}
#ui-datepicker-div table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
  border: none;
}
#ui-datepicker-div th {
  border: none;
  padding: 0;
  text-align: center;
  font-weight: bold;
  color: #222;
  text-transform: uppercase;
  font-size: 0.9em;
}
#ui-datepicker-div td {
  border: none;
  padding: 0;
}
#ui-datepicker-div td a:hover {
  background-color: #D5E7FF;
  color: #222;
}
#ui-datepicker-div .ui-state-highlight {
  font-weight: bold;
}
#ui-datepicker-div .ui-state-active {
  border: 1px solid #638EC8;
  background-color: #D5E7FF;
  padding: 1px 3px 1px 0;
}
#ui-datepicker-div .ui-datepicker-unselectable span {
  color: #aaa;
}
#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  position: absolute;
  display: block;
  top: 3px;
  width: 16px;
  height: 0;
  padding-top: 16px;
  overflow: hidden;
  outline: none;
  color: #333;
}
#ui-datepicker-div .ui-datepicker-prev-hover,
#ui-datepicker-div .ui-datepicker-next-hover {
  background-position: left bottom;
}
#ui-datepicker-div td span,
.ui-datepicker td a {
  display: block;
  padding: 2px 4px 2px 0;
  text-align: right;
  text-decoration: none;
  color: #222;
}
/* Lightbox */
.lw_lightbox_background {
  background-color: #000;
  opacity: 0.5;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lw_lightbox_container {
  margin: 0 auto;
  width: 0;
  position: relative;
}
.lw_lightbox {
  margin-top: 50px;
  background-color: #fff;
  padding: 10px;
  box-shadow: 3px 3px 3px #000;
}
/* Geotagging */
.lw_geotag {
  display: none;
}
/* Disable preview of frontend images  */
a.lw_disable_preview {
  cursor: default;
}
/* Places */
.lw_widget_type_places li {
  list-style-type: none;
}
.lw_point_infowindow .lw_point_content_found {
  display: none;
  font-size: 0.9em;
  color: #555;
}
.lw_point_infowindow .lw_point_content_type {
  display: none;
}
.lw_point_infowindow h3 {
  font-weight: bold;
  margin-top: 0;
  font-size: 1.4em;
  line-height: 1.1;
  margin-bottom: -0.05em;
}
.lw_point_infowindow ul {
  padding: 0;
}
.lw_point_infowindow .lw_point_content_date {
  font-size: 0.85em;
  color: #999;
  margin-bottom: -0.5em;
  display: none;
}
.lw_point_infowindow .lw_point_content_type_story .lw_point_content_date {
  display: block;
}
.lw_point_infowindow .lw_point_content_type_event .lw_point_content_date {
  display: block;
}
.lw_places_footer {
  text-align: center;
  margin-top: 0.5em;
}
/* QuickAccess */
.qa_highlight {
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 1px 2px 2px;
  margin: 0 -2px;
}
.qa_selected {
  background-color: #c6dbf4;
}
.qa_blur,
.qa_noquery {
  display: none;
}
.qa_mouse li {
  cursor: pointer;
  position: relative;
}
.qa_message {
  padding: 6px 16px;
  font-style: italic;
  color: #888;
}
.qa_category_title {
  font-weight: bold;
  padding: 10px;
  text-transform: capitalize;
}
.qa_results {
  width: 100%;
  position: relative;
  left: 0px;
  top: 1px;
  z-index: 40;
  border: 1px solid #999;
}
.qa_results ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.qa_results a {
  color: #222;
  text-decoration: none;
}
.qa_results small {
  color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  padding: 1px 4px 0px;
  font-size: 0.75em;
  position: absolute;
  top: 10px;
  right: 16px;
}
.qa_results li {
  padding: 6px 16px;
}
/* Payments */
.lw_payments {
  display: none;
}
.lw_payments_charge input[type="text"] {
  border: 1px solid #ccc;
  padding: 2px 3px;
  background-color: #fff;
}
.lw_event_registration_success {
  font-size: 1.2em;
}
.lw_image_caption {
  font-size: 13px;
  padding: 4px 0;
}
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
}
fieldset.lw_forms_horizontal_line,
fieldset.lw_forms_header,
fieldset.lw_forms_paragraph {
  border: 0px;
}
/* Google Tag Manager */
#lw_gtm {
  display: none;
  visibility: hidden;
  width: 0px;
  height: 0px;
}
.lw_widget_saveandshare .permalink a {
  position: relative;
}
.lw_widget_saveandshare .permalink a:after {
  content: "Link copied to clipboard";
  display: block;
  z-index: -1;
  position: absolute;
  top: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 9px 13px 7px;
  text-align: center;
  background: #555;
  color: #fff;
  font-size: 1.5rem;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.lw_widget_saveandshare .permalink a.is-copied:after {
  z-index: 1;
  opacity: 1;
  width: 196px;
  height: auto;
  overflow: visible;
}
/* Override Twitter icon with "X" Icon */
.lw-icon-twitter-square {
  position: relative;
}
.lw-icon-twitter-square:before {
  opacity: 0;
}
.lw-icon-twitter-square:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20d%3D%22M389.2%2048h70.6L305.6%20224.2%20487%20464H345L233.7%20318.6%20106.5%20464H35.8L200.7%20275.5%2026.8%2048H172.4L272.9%20180.9%20389.2%2048zM364.4%20421.8h39.1L151.1%2088h-42L364.4%20421.8z%22/%3E%3C/svg%3E");
}
a > .lw-icon-twitter-square {
  opacity: 0.6;
}
a:hover > .lw-icon-twitter-square {
  opacity: 1;
}