

/*      Request ID: f9b0ff8ee67f571fad53c6bc940c5e50_1668326418 (12/13/2025 3:27pm) (minifier disabled) (lc5RCsMgEIThq/QAqXukYHSqwroWd6v09g0tyWNp334Y+BgavtOck5DDNWI4LgMze4YTGN0fG5ewZqtM50KWUUGhdZDak6F719rE7anLhX431yKpIxaI6YdVStw2z4c8S0ww/Z/+dvfWmxgkvtUX)      */

/**
 * 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%;
}
/* 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;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=5c221384592230047303af4a16ce0017)
 * Config saved to config.json and https://gist.github.com/5c221384592230047303af4a16ce0017
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 769px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 769px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.wysiwyg:before,
.wysiwyg:after,
.search-form:before,
.search-form:after,
.search-form .qa_results ul:before,
.search-form .qa_results ul:after,
.news-page-share:before,
.news-page-share:after,
.lw_widget_events .lw_widget_results > li:before,
.lw_widget_events .lw_widget_results > li:after,
.large-news-widget:before,
.large-news-widget:after,
.profiles-list .lw_widget_results > li:before,
.profiles-list .lw_widget_results > li:after,
.research-widget .lw_widget_results > li:before,
.research-widget .lw_widget_results > li:after,
.accordion-widget .accordion-content:before,
.accordion-widget .accordion-content:after,
.lw_widget_twitter .lw_widget_results_twitter li:before,
.lw_widget_twitter .lw_widget_results_twitter li:after,
.lw_widget_instagram .lw_widget_results_instagram li:before,
.lw_widget_instagram .lw_widget_results_instagram li:after,
.lw_widget_facebook .lw_widget_results_facebook li:before,
.lw_widget_facebook .lw_widget_results_facebook li:after,
.lw_widget_forms .lw_forms_fieldset:before,
.lw_widget_forms .lw_forms_fieldset:after,
.site-header-search-form:before,
.site-header-search-form:after,
.site-header-search-form .qa_results ul:before,
.site-header-search-form .qa_results ul:after,
.profiles-page-intro:before,
.profiles-page-intro:after,
.profiles-page-body:before,
.profiles-page-body:after,
.news-page-body:before,
.news-page-body:after,
.lw_widget_forms .lw_forms_intro:before,
.lw_widget_forms .lw_forms_intro:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.wysiwyg:after,
.search-form:after,
.search-form .qa_results ul:after,
.news-page-share:after,
.lw_widget_events .lw_widget_results > li:after,
.large-news-widget:after,
.profiles-list .lw_widget_results > li:after,
.research-widget .lw_widget_results > li:after,
.accordion-widget .accordion-content:after,
.lw_widget_twitter .lw_widget_results_twitter li:after,
.lw_widget_instagram .lw_widget_results_instagram li:after,
.lw_widget_facebook .lw_widget_results_facebook li:after,
.lw_widget_forms .lw_forms_fieldset:after,
.site-header-search-form:after,
.site-header-search-form .qa_results ul:after,
.profiles-page-intro:after,
.profiles-page-body:after,
.news-page-body:after,
.lw_widget_forms .lw_forms_intro:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
/* =====================================================================*/
/* MEDIA QUERIES*/
/* =====================================================================*/
/* How to use a media query:*/
/* @media @screen-xs, @screen-sm, @screen-md { ... }*/
/* Use this when applying a retina query on its own*/
/* Use this when applying a retina query inside a screen size query*/
/*  ========================================================================*/
/*  COLOR VARIABLES*/
/*  ========================================================================*/
/*  ========================================================================*/
/*  FONTS*/
/*  ========================================================================*/
/* Thin: 100, Light: 200, Regular: 400, Medium: 500, Semibold: 600.*/
/* Thin Condensed: 200*/
/*  ========================================================================*/
/*  TRANSITIONS*/
/*  ========================================================================*/
/*  ====================================================================*/
/*  MIXINS AND EXTENDED CLASSES*/
/*  ====================================================================*/
/* Use the extend syntax when possible to to prevent CSS bloat. Use "all" to extend nested selectors:*/
/* .my-element { &:extend(.clearfix all); }*/
/* Use the following syntax for mixins with parameters:*/
/* .my-element { .flex(); }*/
/* UTILITY CLASSES */
/* =====================================================================*/
.clearfix::before,
.clearfix::after,
.wysiwyg::before,
.wysiwyg::after,
.search-form::before,
.search-form::after,
.search-form .qa_results ul::before,
.search-form .qa_results ul::after,
.news-page-share::before,
.news-page-share::after,
.lw_widget_events .lw_widget_results > li::before,
.lw_widget_events .lw_widget_results > li::after,
.large-news-widget::before,
.large-news-widget::after,
.profiles-list .lw_widget_results > li::before,
.profiles-list .lw_widget_results > li::after,
.research-widget .lw_widget_results > li::before,
.research-widget .lw_widget_results > li::after,
.accordion-widget .accordion-content::before,
.accordion-widget .accordion-content::after,
.lw_widget_twitter .lw_widget_results_twitter li::before,
.lw_widget_twitter .lw_widget_results_twitter li::after,
.lw_widget_instagram .lw_widget_results_instagram li::before,
.lw_widget_instagram .lw_widget_results_instagram li::after,
.lw_widget_facebook .lw_widget_results_facebook li::before,
.lw_widget_facebook .lw_widget_results_facebook li::after,
.lw_widget_forms .lw_forms_fieldset::before,
.lw_widget_forms .lw_forms_fieldset::after,
.site-header-search-form::before,
.site-header-search-form::after,
.site-header-search-form .qa_results ul::before,
.site-header-search-form .qa_results ul::after,
.profiles-page-intro::before,
.profiles-page-intro::after,
.profiles-page-body::before,
.profiles-page-body::after,
.news-page-body::before,
.news-page-body::after,
.lw_widget_forms .lw_forms_intro::before,
.lw_widget_forms .lw_forms_intro::after {
  content: '';
  display: table;
  clear: both;
}
.unclearfix::before,
.unclearfix::after {
  display: none;
}
.list-reset,
.search-form .qa_results ul,
.lw_widget .lw_widget_results,
.site-header-gateway-dropdown .lw_widget_results,
.site-header-main-nav ul,
.site-footer-nav-widget .lw_widget_results,
.site-footer-btn-widget .lw_widget_results,
.site-header-search-form .qa_results ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-reset > li,
.search-form .qa_results ul > li,
.lw_widget .lw_widget_results > li,
.site-header-gateway-dropdown .lw_widget_results > li,
.site-header-main-nav ul > li,
.site-footer-nav-widget .lw_widget_results > li,
.site-footer-btn-widget .lw_widget_results > li,
.site-header-search-form .qa_results ul > li {
  clear: none;
  margin: 0;
  padding: 0;
}
.image-border {
  border: 1px solid #ccc;
}
.wrap,
html a[href*="mailto"] {
  word-break: break-word;
  /* for Chrome Android*/
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.unwrap {
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
.hyphens {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.flexbox,
.site-footer-navs,
.profiles-list .lw_widget_results {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.smooth,
.header-overlay,
.faq-widget .faq-widget-question,
.faq-widget .faq-widget-answer,
.lw_widget_forms input[type="submit"],
.lw_widget_forms input[type="button"],
#bbox-root .BBFormContainer .BBFormSubmitbutton {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.unsmooth,
.search-form .search-input,
.search-form .qa_results a,
.faq-widget .faq-widget-question::before,
.faq-widget .faq-widget-answer::before,
.fsgallery-title.fsgallery-title,
.fsgallery-caption.fsgallery-caption,
.site-header-search-form .search-input,
.site-header-search-form .qa_results a {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.outline,
.btn-base:focus,
.wysiwyg .btn-base:focus,
.site-header-logo:focus,
.site-footer-logo:focus,
.lw_widget_hero_title:focus,
.lw_widget_hero_title a:focus,
.lw_widget_hero_link:focus,
.btn-small:focus,
.wysiwyg .btn-small:focus,
.btn-large:focus,
.wysiwyg .btn-large:focus,
.btn-xlarge:focus,
.wysiwyg .btn-xlarge:focus,
.profiles-page-intro .btn-base:focus,
.profiles-page-body .btn-base:focus,
.news-page-body .btn-base:focus,
.lw_widget_forms .lw_forms_intro .btn-base:focus,
.btn-small-blue:focus,
.wysiwyg .btn-small-blue:focus,
.btn-small-gold:focus,
.wysiwyg .btn-small-gold:focus,
.site-footer-btn-widget .lw_widget_results .lw_item_1 a:focus,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_1 a:focus,
.site-footer-btn-widget .lw_widget_results .lw_item_2 a:focus,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_2 a:focus,
.site-footer-btn-widget .lw_widget_results .lw_item_3 a:focus,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_3 a:focus {
  outline: 2px dotted #a7bacc;
  outline: 5px auto -webkit-focus-ring-color;
}
.btn-reset,
.btn-search-icon,
.site-header-calendar-btn,
.site-header-search-btn,
.site-header-news-btn,
.site-header-apply-btn,
.site-header-give-btn,
.site-header-info-btn,
.site-header-gateway-btn,
.site-header-nav-btn .text,
.site-header-nav-btn,
.short-site-header-nav-btn,
.map-container .map-btn {
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  cursor: pointer;
}
.btn-reset:focus,
.btn-search-icon:focus,
.site-header-calendar-btn:focus,
.site-header-search-btn:focus,
.site-header-news-btn:focus,
.site-header-apply-btn:focus,
.site-header-give-btn:focus,
.site-header-info-btn:focus,
.site-header-gateway-btn:focus,
.site-header-nav-btn .text:focus,
.site-header-nav-btn:focus,
.short-site-header-nav-btn:focus,
.map-container .map-btn:focus {
  outline: none;
}
@media only screen and (max-width: 600px) {
  .col-xxs-12 {
    width: 100%;
    clear: both;
  }
}
/* WYSIWYG STYLES */
/* comes before other styles to prevent overriding */
/* =====================================================================*/
.wysiwyg,
.profiles-page-intro,
.profiles-page-body,
.news-page-body,
.lw_widget_forms .lw_forms_intro {
  /* type styles for content in wysiwyg areas only*/
  /* video elements (not youtube/vimeo iframes)*/
}
.wysiwyg a,
.profiles-page-intro a,
.profiles-page-body a,
.news-page-body a,
.lw_widget_forms .lw_forms_intro a {
  text-decoration: underline;
  cursor: pointer;
}
.wysiwyg a:hover,
.wysiwyg a:focus,
.profiles-page-intro a:hover,
.profiles-page-intro a:focus,
.profiles-page-body a:hover,
.profiles-page-body a:focus,
.news-page-body a:hover,
.news-page-body a:focus,
.lw_widget_forms .lw_forms_intro a:hover,
.lw_widget_forms .lw_forms_intro a:focus {
  color: #2455b4;
  text-decoration: underline;
}
.wysiwyg a:focus,
.profiles-page-intro a:focus,
.profiles-page-body a:focus,
.news-page-body a:focus,
.lw_widget_forms .lw_forms_intro a:focus {
  /* for text links*/
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}
.wysiwyg strong,
.profiles-page-intro strong,
.profiles-page-body strong,
.news-page-body strong,
.lw_widget_forms .lw_forms_intro strong {
  font-weight: 700;
  font-size: 0.95em;
}
.wysiwyg h4 + ul,
.wysiwyg h5 + ul,
.wysiwyg h6 + ul,
.wysiwyg h4 + ol,
.wysiwyg h5 + ol,
.wysiwyg h6 + ol,
.profiles-page-intro h4 + ul,
.profiles-page-intro h5 + ul,
.profiles-page-intro h6 + ul,
.profiles-page-intro h4 + ol,
.profiles-page-intro h5 + ol,
.profiles-page-intro h6 + ol,
.profiles-page-body h4 + ul,
.profiles-page-body h5 + ul,
.profiles-page-body h6 + ul,
.profiles-page-body h4 + ol,
.profiles-page-body h5 + ol,
.profiles-page-body h6 + ol,
.news-page-body h4 + ul,
.news-page-body h5 + ul,
.news-page-body h6 + ul,
.news-page-body h4 + ol,
.news-page-body h5 + ol,
.news-page-body h6 + ol,
.lw_widget_forms .lw_forms_intro h4 + ul,
.lw_widget_forms .lw_forms_intro h5 + ul,
.lw_widget_forms .lw_forms_intro h6 + ul,
.lw_widget_forms .lw_forms_intro h4 + ol,
.lw_widget_forms .lw_forms_intro h5 + ol,
.lw_widget_forms .lw_forms_intro h6 + ol {
  margin-top: 10px;
  /* different spacing on lists after small headers*/
}
.wysiwyg ul,
.wysiwyg ol,
.profiles-page-intro ul,
.profiles-page-intro ol,
.profiles-page-body ul,
.profiles-page-body ol,
.news-page-body ul,
.news-page-body ol,
.lw_widget_forms .lw_forms_intro ul,
.lw_widget_forms .lw_forms_intro ol {
  margin-top: 24px;
  margin-bottom: 1em;
  padding-left: 36px;
}
.wysiwyg ul:last-child,
.wysiwyg ol:last-child,
.profiles-page-intro ul:last-child,
.profiles-page-intro ol:last-child,
.profiles-page-body ul:last-child,
.profiles-page-body ol:last-child,
.news-page-body ul:last-child,
.news-page-body ol:last-child,
.lw_widget_forms .lw_forms_intro ul:last-child,
.lw_widget_forms .lw_forms_intro ol:last-child {
  margin-bottom: 0;
}
.wysiwyg ul:last-child,
.wysiwyg ol:last-child,
.profiles-page-intro ul:last-child,
.profiles-page-intro ol:last-child,
.profiles-page-body ul:last-child,
.profiles-page-body ol:last-child,
.news-page-body ul:last-child,
.news-page-body ol:last-child,
.lw_widget_forms .lw_forms_intro ul:last-child,
.lw_widget_forms .lw_forms_intro ol:last-child {
  margin-bottom: 0;
}
.wysiwyg ul li,
.wysiwyg ol li,
.profiles-page-intro ul li,
.profiles-page-intro ol li,
.profiles-page-body ul li,
.profiles-page-body ol li,
.news-page-body ul li,
.news-page-body ol li,
.lw_widget_forms .lw_forms_intro ul li,
.lw_widget_forms .lw_forms_intro ol li {
  margin-bottom: 6px;
  padding-left: 0;
}
.wysiwyg ul:not(.lw_widget_results),
.profiles-page-intro ul:not(.lw_widget_results),
.profiles-page-body ul:not(.lw_widget_results),
.news-page-body ul:not(.lw_widget_results),
.lw_widget_forms .lw_forms_intro ul:not(.lw_widget_results) {
  list-style-type: disc;
}
.wysiwyg ol,
.profiles-page-intro ol,
.profiles-page-body ol,
.news-page-body ol,
.lw_widget_forms .lw_forms_intro ol {
  list-style-type: decimal;
}
.wysiwyg ol[type="a"],
.profiles-page-intro ol[type="a"],
.profiles-page-body ol[type="a"],
.news-page-body ol[type="a"],
.lw_widget_forms .lw_forms_intro ol[type="a"] {
  list-style-type: lower-alpha;
}
.wysiwyg table,
.profiles-page-intro table,
.profiles-page-body table,
.news-page-body table,
.lw_widget_forms .lw_forms_intro table {
  margin: 15px 0;
}
.wysiwyg table h2,
.wysiwyg table h3,
.wysiwyg table h4,
.profiles-page-intro table h2,
.profiles-page-intro table h3,
.profiles-page-intro table h4,
.profiles-page-body table h2,
.profiles-page-body table h3,
.profiles-page-body table h4,
.news-page-body table h2,
.news-page-body table h3,
.news-page-body table h4,
.lw_widget_forms .lw_forms_intro table h2,
.lw_widget_forms .lw_forms_intro table h3,
.lw_widget_forms .lw_forms_intro table h4 {
  margin: 0;
  /* remove margins from table headings*/
}
.wysiwyg table h2 > strong > a,
.wysiwyg table h3 > strong > a,
.wysiwyg table h4 > strong > a,
.profiles-page-intro table h2 > strong > a,
.profiles-page-intro table h3 > strong > a,
.profiles-page-intro table h4 > strong > a,
.profiles-page-body table h2 > strong > a,
.profiles-page-body table h3 > strong > a,
.profiles-page-body table h4 > strong > a,
.news-page-body table h2 > strong > a,
.news-page-body table h3 > strong > a,
.news-page-body table h4 > strong > a,
.lw_widget_forms .lw_forms_intro table h2 > strong > a,
.lw_widget_forms .lw_forms_intro table h3 > strong > a,
.lw_widget_forms .lw_forms_intro table h4 > strong > a {
  margin-left: -5px;
  /* remove space caused by copy/pasted anchor links*/
}
.wysiwyg table td,
.wysiwyg table th,
.profiles-page-intro table td,
.profiles-page-intro table th,
.profiles-page-body table td,
.profiles-page-body table th,
.news-page-body table td,
.news-page-body table th,
.lw_widget_forms .lw_forms_intro table td,
.lw_widget_forms .lw_forms_intro table th {
  vertical-align: top;
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 1rem;
  margin: 0;
}
.wysiwyg table th,
.wysiwyg table thead td,
.wysiwyg table tr.header-row td,
.profiles-page-intro table th,
.profiles-page-intro table thead td,
.profiles-page-intro table tr.header-row td,
.profiles-page-body table th,
.profiles-page-body table thead td,
.profiles-page-body table tr.header-row td,
.news-page-body table th,
.news-page-body table thead td,
.news-page-body table tr.header-row td,
.lw_widget_forms .lw_forms_intro table th,
.lw_widget_forms .lw_forms_intro table thead td,
.lw_widget_forms .lw_forms_intro table tr.header-row td {
  background-color: #040f23;
  border-color: #0c2e72;
  color: #fff;
  font-family: 'adelle', serif;
  font-size: 0.8em;
}
.wysiwyg table.borderless td,
.wysiwyg table.borderless th,
.profiles-page-intro table.borderless td,
.profiles-page-intro table.borderless th,
.profiles-page-body table.borderless td,
.profiles-page-body table.borderless th,
.news-page-body table.borderless td,
.news-page-body table.borderless th,
.lw_widget_forms .lw_forms_intro table.borderless td,
.lw_widget_forms .lw_forms_intro table.borderless th {
  padding: 0 1em 1em 0;
  border: none;
}
.wysiwyg table.borderless th,
.wysiwyg table.borderless thead td,
.wysiwyg table.borderless tr.header-row td,
.profiles-page-intro table.borderless th,
.profiles-page-intro table.borderless thead td,
.profiles-page-intro table.borderless tr.header-row td,
.profiles-page-body table.borderless th,
.profiles-page-body table.borderless thead td,
.profiles-page-body table.borderless tr.header-row td,
.news-page-body table.borderless th,
.news-page-body table.borderless thead td,
.news-page-body table.borderless tr.header-row td,
.lw_widget_forms .lw_forms_intro table.borderless th,
.lw_widget_forms .lw_forms_intro table.borderless thead td,
.lw_widget_forms .lw_forms_intro table.borderless tr.header-row td {
  background-color: transparent;
  color: #0c2e72;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #898989;
}
.wysiwyg table.borderless tr.header-row + tr td,
.profiles-page-intro table.borderless tr.header-row + tr td,
.profiles-page-body table.borderless tr.header-row + tr td,
.news-page-body table.borderless tr.header-row + tr td,
.lw_widget_forms .lw_forms_intro table.borderless tr.header-row + tr td {
  padding-top: 0.5em;
}
.wysiwyg table.fixed-layout,
.profiles-page-intro table.fixed-layout,
.profiles-page-body table.fixed-layout,
.news-page-body table.fixed-layout,
.lw_widget_forms .lw_forms_intro table.fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.wysiwyg table.has-first-row-headers tbody tr:first-child,
.profiles-page-intro table.has-first-row-headers tbody tr:first-child,
.profiles-page-body table.has-first-row-headers tbody tr:first-child,
.news-page-body table.has-first-row-headers tbody tr:first-child,
.lw_widget_forms .lw_forms_intro table.has-first-row-headers tbody tr:first-child {
  background-color: #faf5ef;
}
.wysiwyg table.has-first-row-headers tbody tr:first-child *,
.profiles-page-intro table.has-first-row-headers tbody tr:first-child *,
.profiles-page-body table.has-first-row-headers tbody tr:first-child *,
.news-page-body table.has-first-row-headers tbody tr:first-child *,
.lw_widget_forms .lw_forms_intro table.has-first-row-headers tbody tr:first-child * {
  font-size: 1.6rem;
  font-family: 'adelle', serif;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px) {
  .wysiwyg table.has-first-row-headers tbody tr:first-child,
  .profiles-page-intro table.has-first-row-headers tbody tr:first-child,
  .profiles-page-body table.has-first-row-headers tbody tr:first-child,
  .news-page-body table.has-first-row-headers tbody tr:first-child,
  .lw_widget_forms .lw_forms_intro table.has-first-row-headers tbody tr:first-child {
    display: none;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px) {
  .wysiwyg table.has-header,
  .profiles-page-intro table.has-header,
  .profiles-page-body table.has-header,
  .news-page-body table.has-header,
  .lw_widget_forms .lw_forms_intro table.has-header {
    border: none !important;
  }
  .wysiwyg table.has-header tr,
  .profiles-page-intro table.has-header tr,
  .profiles-page-body table.has-header tr,
  .news-page-body table.has-header tr,
  .lw_widget_forms .lw_forms_intro table.has-header tr {
    display: block;
    margin-bottom: 25px;
  }
  .wysiwyg table.has-header tr td,
  .profiles-page-intro table.has-header tr td,
  .profiles-page-body table.has-header tr td,
  .news-page-body table.has-header tr td,
  .lw_widget_forms .lw_forms_intro table.has-header tr td {
    display: block;
    border-top-width: 0;
    width: 100% !important;
  }
  .wysiwyg table.has-header tr td:first-child,
  .profiles-page-intro table.has-header tr td:first-child,
  .profiles-page-body table.has-header tr td:first-child,
  .news-page-body table.has-header tr td:first-child,
  .lw_widget_forms .lw_forms_intro table.has-header tr td:first-child {
    border-top-width: 1px;
  }
  .wysiwyg table.has-header tr td:not(.mobile-header):before,
  .profiles-page-intro table.has-header tr td:not(.mobile-header):before,
  .profiles-page-body table.has-header tr td:not(.mobile-header):before,
  .news-page-body table.has-header tr td:not(.mobile-header):before,
  .lw_widget_forms .lw_forms_intro table.has-header tr td:not(.mobile-header):before {
    content: attr(data-th);
    display: block;
    margin: -1rem -1rem 5px;
    padding: 0.5rem 1rem;
    font-size: 1.6rem;
    font-family: 'adelle', serif;
    background-color: #faf5ef;
  }
  .wysiwyg table.has-header tr td.mobile-header,
  .profiles-page-intro table.has-header tr td.mobile-header,
  .profiles-page-body table.has-header tr td.mobile-header,
  .news-page-body table.has-header tr td.mobile-header,
  .lw_widget_forms .lw_forms_intro table.has-header tr td.mobile-header {
    font-size: 1.6rem;
    font-family: 'adelle', serif;
    text-transform: uppercase;
    color: #fff;
    background-color: #0b2557;
  }
  .wysiwyg table.has-header thead tr:first-child,
  .profiles-page-intro table.has-header thead tr:first-child,
  .profiles-page-body table.has-header thead tr:first-child,
  .news-page-body table.has-header thead tr:first-child,
  .lw_widget_forms .lw_forms_intro table.has-header thead tr:first-child {
    display: none;
  }
}
.wysiwyg .lw_image,
.profiles-page-intro .lw_image,
.profiles-page-body .lw_image,
.news-page-body .lw_image,
.lw_widget_forms .lw_forms_intro .lw_image {
  margin-bottom: 15px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.25);
}
.wysiwyg .lw_image.no-border,
.profiles-page-intro .lw_image.no-border,
.profiles-page-body .lw_image.no-border,
.news-page-body .lw_image.no-border,
.lw_widget_forms .lw_forms_intro .lw_image.no-border {
  /* style format option without border*/
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wysiwyg .lw_image:not(:first-child),
.profiles-page-intro .lw_image:not(:first-child),
.profiles-page-body .lw_image:not(:first-child),
.news-page-body .lw_image:not(:first-child),
.lw_widget_forms .lw_forms_intro .lw_image:not(:first-child) {
  margin-top: 15px;
}
.wysiwyg .lw_image.lw_align_right,
.profiles-page-intro .lw_image.lw_align_right,
.profiles-page-body .lw_image.lw_align_right,
.news-page-body .lw_image.lw_align_right,
.lw_widget_forms .lw_forms_intro .lw_image.lw_align_right {
  margin-left: 30px;
}
@media only screen and (max-width: 479px) {
  .wysiwyg .lw_image.lw_align_right,
  .profiles-page-intro .lw_image.lw_align_right,
  .profiles-page-body .lw_image.lw_align_right,
  .news-page-body .lw_image.lw_align_right,
  .lw_widget_forms .lw_forms_intro .lw_image.lw_align_right {
    float: none;
    margin-left: 0;
  }
}
.wysiwyg .lw_image.lw_align_left,
.profiles-page-intro .lw_image.lw_align_left,
.profiles-page-body .lw_image.lw_align_left,
.news-page-body .lw_image.lw_align_left,
.lw_widget_forms .lw_forms_intro .lw_image.lw_align_left {
  margin-right: 30px;
}
@media only screen and (max-width: 479px) {
  .wysiwyg .lw_image.lw_align_left,
  .profiles-page-intro .lw_image.lw_align_left,
  .profiles-page-body .lw_image.lw_align_left,
  .news-page-body .lw_image.lw_align_left,
  .lw_widget_forms .lw_forms_intro .lw_image.lw_align_left {
    float: none;
    margin-right: 0;
  }
}
.wysiwyg .lw_image_caption,
.profiles-page-intro .lw_image_caption,
.profiles-page-body .lw_image_caption,
.news-page-body .lw_image_caption,
.lw_widget_forms .lw_forms_intro .lw_image_caption {
  display: block;
  max-width: 100%;
  /* prevents captions breaking page layout*/
  margin-top: -16px;
  /* image margin plus image border*/
  margin-bottom: 15px;
  padding: 13px 15px 11px;
  font-family: 'adelle', serif;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: normal;
  text-decoration: none;
  border: none;
  background-color: #f4e6be;
  color: #534741;
  text-transform: none;
}
.wysiwyg .lw_image_caption a,
.profiles-page-intro .lw_image_caption a,
.profiles-page-body .lw_image_caption a,
.news-page-body .lw_image_caption a,
.lw_widget_forms .lw_forms_intro .lw_image_caption a {
  color: #0c2e72;
  text-decoration: underline;
}
.wysiwyg .lw_image_caption a:hover,
.wysiwyg .lw_image_caption a:focus,
.profiles-page-intro .lw_image_caption a:hover,
.profiles-page-intro .lw_image_caption a:focus,
.profiles-page-body .lw_image_caption a:hover,
.profiles-page-body .lw_image_caption a:focus,
.news-page-body .lw_image_caption a:hover,
.news-page-body .lw_image_caption a:focus,
.lw_widget_forms .lw_forms_intro .lw_image_caption a:hover,
.lw_widget_forms .lw_forms_intro .lw_image_caption a:focus {
  color: #1141a0;
  text-decoration: underline;
}
.wysiwyg .lw_image_caption.lw_align_right,
.profiles-page-intro .lw_image_caption.lw_align_right,
.profiles-page-body .lw_image_caption.lw_align_right,
.news-page-body .lw_image_caption.lw_align_right,
.lw_widget_forms .lw_forms_intro .lw_image_caption.lw_align_right {
  margin-left: 30px;
  padding-left: 10px;
  text-align: right;
}
@media only screen and (max-width: 479px) {
  .wysiwyg .lw_image_caption.lw_align_right,
  .profiles-page-intro .lw_image_caption.lw_align_right,
  .profiles-page-body .lw_image_caption.lw_align_right,
  .news-page-body .lw_image_caption.lw_align_right,
  .lw_widget_forms .lw_forms_intro .lw_image_caption.lw_align_right {
    float: none;
    margin-left: 0;
    text-align: left;
    padding-right: 10px;
  }
}
.wysiwyg .lw_image_caption.lw_align_left,
.profiles-page-intro .lw_image_caption.lw_align_left,
.profiles-page-body .lw_image_caption.lw_align_left,
.news-page-body .lw_image_caption.lw_align_left,
.lw_widget_forms .lw_forms_intro .lw_image_caption.lw_align_left {
  margin-right: 30px;
  padding-right: 10px;
}
@media only screen and (max-width: 479px) {
  .wysiwyg .lw_image_caption.lw_align_left,
  .profiles-page-intro .lw_image_caption.lw_align_left,
  .profiles-page-body .lw_image_caption.lw_align_left,
  .news-page-body .lw_image_caption.lw_align_left,
  .lw_widget_forms .lw_forms_intro .lw_image_caption.lw_align_left {
    float: none;
    margin-right: 0;
    padding-left: 10px;
  }
}
.wysiwyg .fancy-image,
.profiles-page-intro .fancy-image,
.profiles-page-body .fancy-image,
.news-page-body .fancy-image,
.lw_widget_forms .lw_forms_intro .fancy-image {
  /* image inside yellow panel*/
}
.wysiwyg .fancy-image.lw_image,
.profiles-page-intro .fancy-image.lw_image,
.profiles-page-body .fancy-image.lw_image,
.news-page-body .fancy-image.lw_image,
.lw_widget_forms .lw_forms_intro .fancy-image.lw_image {
  border: 4px solid #fff;
  -webkit-box-shadow: 0 0 0 8px #f4e6be;
  box-shadow: 0 0 0 8px #f4e6be;
}
.wysiwyg .fancy-image + .lw_image_caption,
.profiles-page-intro .fancy-image + .lw_image_caption,
.profiles-page-body .fancy-image + .lw_image_caption,
.news-page-body .fancy-image + .lw_image_caption,
.lw_widget_forms .lw_forms_intro .fancy-image + .lw_image_caption {
  margin-top: 0;
  /* prevents shadow overlapping image*/
  padding-top: 0;
  -webkit-box-shadow: 0 0 0 8px #f4e6be;
  box-shadow: 0 0 0 8px #f4e6be;
  background-color: #f4e6be;
}
@media only screen and (min-width: 480px) and (max-width: 768px), 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) {
  .wysiwyg .lw_image.lw_column_width_half,
  .wysiwyg .lw_image_caption.lw_column_width_half,
  .profiles-page-intro .lw_image.lw_column_width_half,
  .profiles-page-intro .lw_image_caption.lw_column_width_half,
  .profiles-page-body .lw_image.lw_column_width_half,
  .profiles-page-body .lw_image_caption.lw_column_width_half,
  .news-page-body .lw_image.lw_column_width_half,
  .news-page-body .lw_image_caption.lw_column_width_half,
  .lw_widget_forms .lw_forms_intro .lw_image.lw_column_width_half,
  .lw_widget_forms .lw_forms_intro .lw_image_caption.lw_column_width_half {
    max-width: 50% !important;
    /* BUG? missing livewhale style to override JS caption width*/
  }
}
@media only screen and (max-width: 479px) {
  .wysiwyg .lw_image.lw_column_width_half,
  .wysiwyg .lw_image_caption.lw_column_width_half,
  .profiles-page-intro .lw_image.lw_column_width_half,
  .profiles-page-intro .lw_image_caption.lw_column_width_half,
  .profiles-page-body .lw_image.lw_column_width_half,
  .profiles-page-body .lw_image_caption.lw_column_width_half,
  .news-page-body .lw_image.lw_column_width_half,
  .news-page-body .lw_image_caption.lw_column_width_half,
  .lw_widget_forms .lw_forms_intro .lw_image.lw_column_width_half,
  .lw_widget_forms .lw_forms_intro .lw_image_caption.lw_column_width_half {
    max-width: 100%;
  }
}
.wysiwyg video,
.profiles-page-intro video,
.profiles-page-body video,
.news-page-body video,
.lw_widget_forms .lw_forms_intro video {
  max-width: 100%;
}
/* TYPOGRAPHY TREATMENTS*/
/* =====================================================================*/
.small-header,
html h4,
html h5,
html h6,
.lw_widget h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 200;
  font-family: 'adelle', serif;
  text-transform: uppercase;
  color: #534741;
}
.small-header + ul,
.small-header + ol,
html h4 + ul,
html h4 + ol,
html h5 + ul,
html h5 + ol,
html h6 + ul,
html h6 + ol,
.lw_widget h3 + ul,
.lw_widget h3 + ol {
  margin-top: 10px;
  /* different spacing on lists after small headers*/
}
.small-intro {
  margin-bottom: 10px;
  font-size: 2.6rem;
  line-height: 1.4;
  color: #744c28;
}
.small-text,
.research-widget .lw_blurbs_body,
.accordion-widget .lw_profiles_type_degrees .accordion-content {
  font-family: 'adelle', serif;
  font-weight: 200;
  font-size: 1.6rem;
  line-height: 1.4;
  color: #534741;
}
/* BUTTON STYLES */
/* =====================================================================*/
.btn-base,
.wysiwyg .btn-base,
.btn-small,
.wysiwyg .btn-small,
.btn-large,
.wysiwyg .btn-large,
.btn-xlarge,
.wysiwyg .btn-xlarge,
.profiles-page-intro .btn-base,
.profiles-page-body .btn-base,
.news-page-body .btn-base,
.lw_widget_forms .lw_forms_intro .btn-base,
.btn-small-blue,
.wysiwyg .btn-small-blue,
.btn-small-gold,
.wysiwyg .btn-small-gold,
.site-footer-btn-widget .lw_widget_results .lw_item_1 a,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_1 a,
.site-footer-btn-widget .lw_widget_results .lw_item_2 a,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_2 a,
.site-footer-btn-widget .lw_widget_results .lw_item_3 a,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_3 a {
  /* prevents hover state being overwritten by .wysiwyg a*/
  display: inline-block;
  margin: 0;
  padding: 8px 12px;
  border-radius: 1px;
  border: none;
  text-transform: none;
  font-size: 2rem;
  font-family: 'adelle', serif;
  font-weight: 200;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  /* default color scheme: white on blue with gold arrow*/
  background-color: #173774 !important;
  color: #fff !important;
}
.btn-base:hover,
.wysiwyg .btn-base:hover,
.btn-small:hover,
.wysiwyg .btn-small:hover,
.btn-large:hover,
.wysiwyg .btn-large:hover,
.btn-xlarge:hover,
.wysiwyg .btn-xlarge:hover,
.profiles-page-intro .btn-base:hover,
.profiles-page-body .btn-base:hover,
.news-page-body .btn-base:hover,
.lw_widget_forms .lw_forms_intro .btn-base:hover,
.btn-small-blue:hover,
.wysiwyg .btn-small-blue:hover,
.btn-small-gold:hover,
.wysiwyg .btn-small-gold:hover,
.site-footer-btn-widget .lw_widget_results .lw_item_1 a:hover,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_1 a:hover,
.site-footer-btn-widget .lw_widget_results .lw_item_2 a:hover,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_2 a:hover,
.site-footer-btn-widget .lw_widget_results .lw_item_3 a:hover,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_3 a:hover {
  text-decoration: none !important;
}
.btn-base:active,
.wysiwyg .btn-base:active,
.btn-small:active,
.wysiwyg .btn-small:active,
.btn-large:active,
.wysiwyg .btn-large:active,
.btn-xlarge:active,
.wysiwyg .btn-xlarge:active,
.profiles-page-intro .btn-base:active,
.profiles-page-body .btn-base:active,
.news-page-body .btn-base:active,
.lw_widget_forms .lw_forms_intro .btn-base:active,
.btn-small-blue:active,
.wysiwyg .btn-small-blue:active,
.btn-small-gold:active,
.wysiwyg .btn-small-gold:active,
.site-footer-btn-widget .lw_widget_results .lw_item_1 a:active,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_1 a:active,
.site-footer-btn-widget .lw_widget_results .lw_item_2 a:active,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_2 a:active,
.site-footer-btn-widget .lw_widget_results .lw_item_3 a:active,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_3 a:active {
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  bottom: -1px;
  outline: none;
}
.btn-base.has-arrow::after,
.wysiwyg .btn-base.has-arrow::after,
.btn-small.has-arrow::after,
.wysiwyg .btn-small.has-arrow::after,
.btn-large.has-arrow::after,
.wysiwyg .btn-large.has-arrow::after,
.btn-xlarge.has-arrow::after,
.wysiwyg .btn-xlarge.has-arrow::after,
.profiles-page-intro .btn-base.has-arrow::after,
.profiles-page-body .btn-base.has-arrow::after,
.news-page-body .btn-base.has-arrow::after,
.lw_widget_forms .lw_forms_intro .btn-base.has-arrow::after,
.btn-small-blue.has-arrow::after,
.wysiwyg .btn-small-blue.has-arrow::after,
.btn-small-gold.has-arrow::after,
.wysiwyg .btn-small-gold.has-arrow::after,
.site-footer-btn-widget .lw_widget_results .lw_item_1 a.has-arrow::after,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_1 a.has-arrow::after,
.site-footer-btn-widget .lw_widget_results .lw_item_2 a.has-arrow::after,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_2 a.has-arrow::after,
.site-footer-btn-widget .lw_widget_results .lw_item_3 a.has-arrow::after,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_3 a.has-arrow::after {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border: solid transparent;
  border-color: transparent;
  border-width: 6px;
  margin-top: -5px;
  margin-left: 9px;
  margin-right: -9px;
}
.btn-base:hover,
.wysiwyg .btn-base:hover,
.btn-base:focus,
.wysiwyg .btn-base:focus,
.btn-small:hover,
.wysiwyg .btn-small:hover,
.btn-small:focus,
.wysiwyg .btn-small:focus,
.btn-large:hover,
.wysiwyg .btn-large:hover,
.btn-large:focus,
.wysiwyg .btn-large:focus,
.btn-xlarge:hover,
.wysiwyg .btn-xlarge:hover,
.btn-xlarge:focus,
.wysiwyg .btn-xlarge:focus,
.profiles-page-intro .btn-base:hover,
.profiles-page-intro .btn-base:focus,
.profiles-page-body .btn-base:hover,
.profiles-page-body .btn-base:focus,
.news-page-body .btn-base:hover,
.news-page-body .btn-base:focus,
.lw_widget_forms .lw_forms_intro .btn-base:hover,
.lw_widget_forms .lw_forms_intro .btn-base:focus,
.btn-small-blue:hover,
.wysiwyg .btn-small-blue:hover,
.btn-small-blue:focus,
.wysiwyg .btn-small-blue:focus,
.btn-small-gold:hover,
.wysiwyg .btn-small-gold:hover,
.btn-small-gold:focus,
.wysiwyg .btn-small-gold:focus,
.site-footer-btn-widget .lw_widget_results .lw_item_1 a:hover,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_1 a:hover,
.site-footer-btn-widget .lw_widget_results .lw_item_1 a:focus,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_1 a:focus,
.site-footer-btn-widget .lw_widget_results .lw_item_2 a:hover,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_2 a:hover,
.site-footer-btn-widget .lw_widget_results .lw_item_2 a:focus,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_2 a:focus,
.site-footer-btn-widget .lw_widget_results .lw_item_3 a:hover,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_3 a:hover,
.site-footer-btn-widget .lw_widget_results .lw_item_3 a:focus,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_3 a:focus {
  background-color: #1f4b9f !important;
  color: #fff !important;
}
.btn-base.has-arrow::after,
.wysiwyg .btn-base.has-arrow::after,
.btn-small.has-arrow::after,
.wysiwyg .btn-small.has-arrow::after,
.btn-large.has-arrow::after,
.wysiwyg .btn-large.has-arrow::after,
.btn-xlarge.has-arrow::after,
.wysiwyg .btn-xlarge.has-arrow::after,
.profiles-page-intro .btn-base.has-arrow::after,
.profiles-page-body .btn-base.has-arrow::after,
.news-page-body .btn-base.has-arrow::after,
.lw_widget_forms .lw_forms_intro .btn-base.has-arrow::after,
.btn-small-blue.has-arrow::after,
.wysiwyg .btn-small-blue.has-arrow::after,
.btn-small-gold.has-arrow::after,
.wysiwyg .btn-small-gold.has-arrow::after,
.site-footer-btn-widget .lw_widget_results .lw_item_1 a.has-arrow::after,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_1 a.has-arrow::after,
.site-footer-btn-widget .lw_widget_results .lw_item_2 a.has-arrow::after,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_2 a.has-arrow::after,
.site-footer-btn-widget .lw_widget_results .lw_item_3 a.has-arrow::after,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_3 a.has-arrow::after {
  border-left-color: #d9ac38;
}
.btn-base.white,
.wysiwyg .btn-base.white,
.btn-small.white,
.wysiwyg .btn-small.white,
.btn-large.white,
.wysiwyg .btn-large.white,
.btn-xlarge.white,
.wysiwyg .btn-xlarge.white,
.site-footer-btn-widget .lw_widget_results .lw_item_1 a,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_1 a,
.profiles-page-intro .btn-base.white,
.profiles-page-body .btn-base.white,
.news-page-body .btn-base.white,
.lw_widget_forms .lw_forms_intro .btn-base.white,
.btn-small-blue.white,
.wysiwyg .btn-small-blue.white,
.btn-small-gold.white,
.wysiwyg .btn-small-gold.white,
.site-footer-btn-widget .lw_widget_results .lw_item_1 a.white,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_1 a.white,
.site-footer-btn-widget .lw_widget_results .lw_item_2 a.white,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_2 a.white,
.site-footer-btn-widget .lw_widget_results .lw_item_3 a.white,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_3 a.white {
  /* white version of button*/
  font-weight: 500;
  background-color: #e6e6e6 !important;
  color: #040f23 !important;
}
.btn-base.white:hover,
.wysiwyg .btn-base.white:hover,
.btn-base.white:focus,
.wysiwyg .btn-base.white:focus,
.btn-small.white:hover,
.wysiwyg .btn-small.white:hover,
.btn-small.white:focus,
.wysiwyg .btn-small.white:focus,
.btn-large.white:hover,
.wysiwyg .btn-large.white:hover,
.btn-large.white:focus,
.wysiwyg .btn-large.white:focus,
.btn-xlarge.white:hover,
.wysiwyg .btn-xlarge.white:hover,
.btn-xlarge.white:focus,
.wysiwyg .btn-xlarge.white:focus,
.site-footer-btn-widget .lw_widget_results .lw_item_1 a:hover,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_1 a:hover,
.site-footer-btn-widget .lw_widget_results .lw_item_1 a:focus,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_1 a:focus,
.profiles-page-intro .btn-base.white:hover,
.profiles-page-intro .btn-base.white:focus,
.profiles-page-body .btn-base.white:hover,
.profiles-page-body .btn-base.white:focus,
.news-page-body .btn-base.white:hover,
.news-page-body .btn-base.white:focus,
.lw_widget_forms .lw_forms_intro .btn-base.white:hover,
.lw_widget_forms .lw_forms_intro .btn-base.white:focus,
.btn-small-blue.white:hover,
.wysiwyg .btn-small-blue.white:hover,
.btn-small-blue.white:focus,
.wysiwyg .btn-small-blue.white:focus,
.btn-small-gold.white:hover,
.wysiwyg .btn-small-gold.white:hover,
.btn-small-gold.white:focus,
.wysiwyg .btn-small-gold.white:focus,
.site-footer-btn-widget .lw_widget_results .lw_item_1 a.white:hover,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_1 a.white:hover,
.site-footer-btn-widget .lw_widget_results .lw_item_1 a.white:focus,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_1 a.white:focus,
.site-footer-btn-widget .lw_widget_results .lw_item_2 a.white:hover,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_2 a.white:hover,
.site-footer-btn-widget .lw_widget_results .lw_item_2 a.white:focus,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_2 a.white:focus,
.site-footer-btn-widget .lw_widget_results .lw_item_3 a.white:hover,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_3 a.white:hover,
.site-footer-btn-widget .lw_widget_results .lw_item_3 a.white:focus,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_3 a.white:focus {
  background-color: #fff !important;
  color: #040f23 !important;
}
.btn-base.white.has-arrow::after,
.wysiwyg .btn-base.white.has-arrow::after,
.btn-small.white.has-arrow::after,
.wysiwyg .btn-small.white.has-arrow::after,
.btn-large.white.has-arrow::after,
.wysiwyg .btn-large.white.has-arrow::after,
.btn-xlarge.white.has-arrow::after,
.wysiwyg .btn-xlarge.white.has-arrow::after,
.site-footer-btn-widget .lw_widget_results .lw_item_1 a.has-arrow::after,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_1 a.has-arrow::after,
.profiles-page-intro .btn-base.white.has-arrow::after,
.profiles-page-body .btn-base.white.has-arrow::after,
.news-page-body .btn-base.white.has-arrow::after,
.lw_widget_forms .lw_forms_intro .btn-base.white.has-arrow::after,
.btn-small-blue.white.has-arrow::after,
.wysiwyg .btn-small-blue.white.has-arrow::after,
.btn-small-gold.white.has-arrow::after,
.wysiwyg .btn-small-gold.white.has-arrow::after,
.site-footer-btn-widget .lw_widget_results .lw_item_1 a.white.has-arrow::after,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_1 a.white.has-arrow::after,
.site-footer-btn-widget .lw_widget_results .lw_item_2 a.white.has-arrow::after,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_2 a.white.has-arrow::after,
.site-footer-btn-widget .lw_widget_results .lw_item_3 a.white.has-arrow::after,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_3 a.white.has-arrow::after {
  border-left-color: #040f23;
}
.btn-base.gold,
.wysiwyg .btn-base.gold,
.btn-base.yellow,
.wysiwyg .btn-base.yellow,
.btn-small.gold,
.wysiwyg .btn-small.gold,
.btn-small.yellow,
.wysiwyg .btn-small.yellow,
.btn-large.gold,
.wysiwyg .btn-large.gold,
.btn-large.yellow,
.wysiwyg .btn-large.yellow,
.btn-xlarge.gold,
.wysiwyg .btn-xlarge.gold,
.btn-xlarge.yellow,
.wysiwyg .btn-xlarge.yellow,
.btn-small-gold,
.wysiwyg .btn-small-gold,
.site-footer-btn-widget .lw_widget_results .lw_item_3 a,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_3 a,
.profiles-page-intro .btn-base.gold,
.profiles-page-intro .btn-base.yellow,
.profiles-page-body .btn-base.gold,
.profiles-page-body .btn-base.yellow,
.news-page-body .btn-base.gold,
.news-page-body .btn-base.yellow,
.lw_widget_forms .lw_forms_intro .btn-base.gold,
.lw_widget_forms .lw_forms_intro .btn-base.yellow,
.btn-small-blue.gold,
.wysiwyg .btn-small-blue.gold,
.btn-small-blue.yellow,
.wysiwyg .btn-small-blue.yellow,
.btn-small-gold.gold,
.wysiwyg .btn-small-gold.gold,
.btn-small-gold.yellow,
.wysiwyg .btn-small-gold.yellow,
.site-footer-btn-widget .lw_widget_results .lw_item_1 a.gold,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_1 a.gold,
.site-footer-btn-widget .lw_widget_results .lw_item_1 a.yellow,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_1 a.yellow,
.site-footer-btn-widget .lw_widget_results .lw_item_2 a.gold,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_2 a.gold,
.site-footer-btn-widget .lw_widget_results .lw_item_2 a.yellow,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_2 a.yellow,
.site-footer-btn-widget .lw_widget_results .lw_item_3 a.gold,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_3 a.gold,
.site-footer-btn-widget .lw_widget_results .lw_item_3 a.yellow,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_3 a.yellow {
  /* gold version of button*/
  font-weight: 500;
  background-color: #d9ac38 !important;
  color: #040f23 !important;
}
.btn-base.gold:hover,
.wysiwyg .btn-base.gold:hover,
.btn-base.yellow:hover,
.wysiwyg .btn-base.yellow:hover,
.btn-base.gold:focus,
.wysiwyg .btn-base.gold:focus,
.btn-base.yellow:focus,
.wysiwyg .btn-base.yellow:focus,
.btn-small.gold:hover,
.wysiwyg .btn-small.gold:hover,
.btn-small.yellow:hover,
.wysiwyg .btn-small.yellow:hover,
.btn-small.gold:focus,
.wysiwyg .btn-small.gold:focus,
.btn-small.yellow:focus,
.wysiwyg .btn-small.yellow:focus,
.btn-large.gold:hover,
.wysiwyg .btn-large.gold:hover,
.btn-large.yellow:hover,
.wysiwyg .btn-large.yellow:hover,
.btn-large.gold:focus,
.wysiwyg .btn-large.gold:focus,
.btn-large.yellow:focus,
.wysiwyg .btn-large.yellow:focus,
.btn-xlarge.gold:hover,
.wysiwyg .btn-xlarge.gold:hover,
.btn-xlarge.yellow:hover,
.wysiwyg .btn-xlarge.yellow:hover,
.btn-xlarge.gold:focus,
.wysiwyg .btn-xlarge.gold:focus,
.btn-xlarge.yellow:focus,
.wysiwyg .btn-xlarge.yellow:focus,
.btn-small-gold:hover,
.wysiwyg .btn-small-gold:hover,
.btn-small-gold:focus,
.wysiwyg .btn-small-gold:focus,
.site-footer-btn-widget .lw_widget_results .lw_item_3 a:hover,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_3 a:hover,
.site-footer-btn-widget .lw_widget_results .lw_item_3 a:focus,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_3 a:focus,
.profiles-page-intro .btn-base.gold:hover,
.profiles-page-intro .btn-base.yellow:hover,
.profiles-page-intro .btn-base.gold:focus,
.profiles-page-intro .btn-base.yellow:focus,
.profiles-page-body .btn-base.gold:hover,
.profiles-page-body .btn-base.yellow:hover,
.profiles-page-body .btn-base.gold:focus,
.profiles-page-body .btn-base.yellow:focus,
.news-page-body .btn-base.gold:hover,
.news-page-body .btn-base.yellow:hover,
.news-page-body .btn-base.gold:focus,
.news-page-body .btn-base.yellow:focus,
.lw_widget_forms .lw_forms_intro .btn-base.gold:hover,
.lw_widget_forms .lw_forms_intro .btn-base.yellow:hover,
.lw_widget_forms .lw_forms_intro .btn-base.gold:focus,
.lw_widget_forms .lw_forms_intro .btn-base.yellow:focus,
.btn-small-blue.gold:hover,
.wysiwyg .btn-small-blue.gold:hover,
.btn-small-blue.yellow:hover,
.wysiwyg .btn-small-blue.yellow:hover,
.btn-small-blue.gold:focus,
.wysiwyg .btn-small-blue.gold:focus,
.btn-small-blue.yellow:focus,
.wysiwyg .btn-small-blue.yellow:focus,
.btn-small-gold.gold:hover,
.wysiwyg .btn-small-gold.gold:hover,
.btn-small-gold.yellow:hover,
.wysiwyg .btn-small-gold.yellow:hover,
.btn-small-gold.gold:focus,
.wysiwyg .btn-small-gold.gold:focus,
.btn-small-gold.yellow:focus,
.wysiwyg .btn-small-gold.yellow:focus,
.site-footer-btn-widget .lw_widget_results .lw_item_1 a.gold:hover,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_1 a.gold:hover,
.site-footer-btn-widget .lw_widget_results .lw_item_1 a.yellow:hover,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_1 a.yellow:hover,
.site-footer-btn-widget .lw_widget_results .lw_item_1 a.gold:focus,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_1 a.gold:focus,
.site-footer-btn-widget .lw_widget_results .lw_item_1 a.yellow:focus,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_1 a.yellow:focus,
.site-footer-btn-widget .lw_widget_results .lw_item_2 a.gold:hover,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_2 a.gold:hover,
.site-footer-btn-widget .lw_widget_results .lw_item_2 a.yellow:hover,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_2 a.yellow:hover,
.site-footer-btn-widget .lw_widget_results .lw_item_2 a.gold:focus,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_2 a.gold:focus,
.site-footer-btn-widget .lw_widget_results .lw_item_2 a.yellow:focus,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_2 a.yellow:focus,
.site-footer-btn-widget .lw_widget_results .lw_item_3 a.gold:hover,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_3 a.gold:hover,
.site-footer-btn-widget .lw_widget_results .lw_item_3 a.yellow:hover,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_3 a.yellow:hover,
.site-footer-btn-widget .lw_widget_results .lw_item_3 a.gold:focus,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_3 a.gold:focus,
.site-footer-btn-widget .lw_widget_results .lw_item_3 a.yellow:focus,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_3 a.yellow:focus {
  background-color: #eebe41;
  color: #040f23 !important;
}
.btn-base.gold.has-arrow::after,
.wysiwyg .btn-base.gold.has-arrow::after,
.btn-base.yellow.has-arrow::after,
.wysiwyg .btn-base.yellow.has-arrow::after,
.btn-small.gold.has-arrow::after,
.wysiwyg .btn-small.gold.has-arrow::after,
.btn-small.yellow.has-arrow::after,
.wysiwyg .btn-small.yellow.has-arrow::after,
.btn-large.gold.has-arrow::after,
.wysiwyg .btn-large.gold.has-arrow::after,
.btn-large.yellow.has-arrow::after,
.wysiwyg .btn-large.yellow.has-arrow::after,
.btn-xlarge.gold.has-arrow::after,
.wysiwyg .btn-xlarge.gold.has-arrow::after,
.btn-xlarge.yellow.has-arrow::after,
.wysiwyg .btn-xlarge.yellow.has-arrow::after,
.btn-small-gold.has-arrow::after,
.wysiwyg .btn-small-gold.has-arrow::after,
.site-footer-btn-widget .lw_widget_results .lw_item_3 a.has-arrow::after,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_3 a.has-arrow::after,
.profiles-page-intro .btn-base.gold.has-arrow::after,
.profiles-page-intro .btn-base.yellow.has-arrow::after,
.profiles-page-body .btn-base.gold.has-arrow::after,
.profiles-page-body .btn-base.yellow.has-arrow::after,
.news-page-body .btn-base.gold.has-arrow::after,
.news-page-body .btn-base.yellow.has-arrow::after,
.lw_widget_forms .lw_forms_intro .btn-base.gold.has-arrow::after,
.lw_widget_forms .lw_forms_intro .btn-base.yellow.has-arrow::after,
.btn-small-blue.gold.has-arrow::after,
.wysiwyg .btn-small-blue.gold.has-arrow::after,
.btn-small-blue.yellow.has-arrow::after,
.wysiwyg .btn-small-blue.yellow.has-arrow::after,
.btn-small-gold.gold.has-arrow::after,
.wysiwyg .btn-small-gold.gold.has-arrow::after,
.btn-small-gold.yellow.has-arrow::after,
.wysiwyg .btn-small-gold.yellow.has-arrow::after,
.site-footer-btn-widget .lw_widget_results .lw_item_1 a.gold.has-arrow::after,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_1 a.gold.has-arrow::after,
.site-footer-btn-widget .lw_widget_results .lw_item_1 a.yellow.has-arrow::after,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_1 a.yellow.has-arrow::after,
.site-footer-btn-widget .lw_widget_results .lw_item_2 a.gold.has-arrow::after,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_2 a.gold.has-arrow::after,
.site-footer-btn-widget .lw_widget_results .lw_item_2 a.yellow.has-arrow::after,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_2 a.yellow.has-arrow::after,
.site-footer-btn-widget .lw_widget_results .lw_item_3 a.gold.has-arrow::after,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_3 a.gold.has-arrow::after,
.site-footer-btn-widget .lw_widget_results .lw_item_3 a.yellow.has-arrow::after,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_3 a.yellow.has-arrow::after {
  border-left-color: #040f23;
}
.btn-base + .btn-base,
.btn-base + .wysiwyg .btn-base,
.wysiwyg .btn-base + .btn-base,
.wysiwyg .btn-base + .wysiwyg .btn-base,
.btn-small + .btn-small,
.btn-small + .wysiwyg .btn-small,
.wysiwyg .btn-small + .btn-small,
.wysiwyg .btn-small + .wysiwyg .btn-small,
.btn-large + .btn-large,
.btn-large + .wysiwyg .btn-large,
.wysiwyg .btn-large + .btn-large,
.wysiwyg .btn-large + .wysiwyg .btn-large,
.btn-xlarge + .btn-xlarge,
.btn-xlarge + .wysiwyg .btn-xlarge,
.wysiwyg .btn-xlarge + .btn-xlarge,
.wysiwyg .btn-xlarge + .wysiwyg .btn-xlarge,
.btn-base + .profiles-page-intro .btn-base,
.profiles-page-intro .btn-base + .btn-base,
.profiles-page-intro .btn-base + .profiles-page-intro .btn-base,
.btn-base + .profiles-page-body .btn-base,
.profiles-page-body .btn-base + .btn-base,
.profiles-page-body .btn-base + .profiles-page-body .btn-base,
.btn-base + .news-page-body .btn-base,
.news-page-body .btn-base + .btn-base,
.news-page-body .btn-base + .news-page-body .btn-base,
.btn-base + .lw_widget_forms .lw_forms_intro .btn-base,
.lw_widget_forms .lw_forms_intro .btn-base + .btn-base,
.lw_widget_forms .lw_forms_intro .btn-base + .lw_widget_forms .lw_forms_intro .btn-base,
.btn-small-blue + .btn-small-blue,
.btn-small-blue + .wysiwyg .btn-small-blue,
.wysiwyg .btn-small-blue + .btn-small-blue,
.wysiwyg .btn-small-blue + .wysiwyg .btn-small-blue,
.btn-small-gold + .btn-small-gold,
.btn-small-gold + .wysiwyg .btn-small-gold,
.wysiwyg .btn-small-gold + .btn-small-gold,
.wysiwyg .btn-small-gold + .wysiwyg .btn-small-gold,
.site-footer-btn-widget .lw_widget_results .lw_item_1 a + .site-footer-btn-widget .lw_widget_results .lw_item_1 a,
.site-footer-btn-widget .lw_widget_results .lw_item_1 a + .wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_1 a,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_1 a + .site-footer-btn-widget .lw_widget_results .lw_item_1 a,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_1 a + .wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_1 a,
.site-footer-btn-widget .lw_widget_results .lw_item_2 a + .site-footer-btn-widget .lw_widget_results .lw_item_2 a,
.site-footer-btn-widget .lw_widget_results .lw_item_2 a + .wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_2 a,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_2 a + .site-footer-btn-widget .lw_widget_results .lw_item_2 a,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_2 a + .wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_2 a,
.site-footer-btn-widget .lw_widget_results .lw_item_3 a + .site-footer-btn-widget .lw_widget_results .lw_item_3 a,
.site-footer-btn-widget .lw_widget_results .lw_item_3 a + .wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_3 a,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_3 a + .site-footer-btn-widget .lw_widget_results .lw_item_3 a,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_3 a + .wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_3 a {
  margin-top: 12px;
}
.btn-base.has-spacing,
.wysiwyg .btn-base.has-spacing,
.btn-small.has-spacing,
.wysiwyg .btn-small.has-spacing,
.btn-large.has-spacing,
.wysiwyg .btn-large.has-spacing,
.btn-xlarge.has-spacing,
.wysiwyg .btn-xlarge.has-spacing,
.profiles-page-intro .btn-base.has-spacing,
.profiles-page-body .btn-base.has-spacing,
.news-page-body .btn-base.has-spacing,
.lw_widget_forms .lw_forms_intro .btn-base.has-spacing,
.btn-small-blue.has-spacing,
.wysiwyg .btn-small-blue.has-spacing,
.btn-small-gold.has-spacing,
.wysiwyg .btn-small-gold.has-spacing,
.site-footer-btn-widget .lw_widget_results .lw_item_1 a.has-spacing,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_1 a.has-spacing,
.site-footer-btn-widget .lw_widget_results .lw_item_2 a.has-spacing,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_2 a.has-spacing,
.site-footer-btn-widget .lw_widget_results .lw_item_3 a.has-spacing,
.wysiwyg .site-footer-btn-widget .lw_widget_results .lw_item_3 a.has-spacing {
  margin-bottom: 20px;
}
.btn-small,
.btn-small-blue,
.btn-small-gold {
  /* buttons for office and department headers.*/
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 1.2;
  font-size: 1.6rem;
  text-transform: uppercase;
}
.btn-large,
.site-footer-btn-widget .lw_widget_results .lw_item_1 a,
.site-footer-btn-widget .lw_widget_results .lw_item_2 a,
.site-footer-btn-widget .lw_widget_results .lw_item_3 a {
  /* buttons used for footer buttons.*/
  font-size: 2rem;
}
.btn-xlarge {
  /* buttons used for MCA and SHS site header*/
  padding: 19px 10px 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .btn-xlarge {
    font-size: 1.5rem;
  }
}
/* Additional classes for the WYSIWYG Formats editor*/
.btn-external-link,
.wysiwyg .btn-external-link,
.photos-footer-btn,
.wysiwyg .photos-footer-btn,
.profiles-page-intro .btn-external-link,
.profiles-page-body .btn-external-link,
.news-page-body .btn-external-link,
.lw_widget_forms .lw_forms_intro .btn-external-link,
.youvisit-image-link,
.wysiwyg .youvisit-image-link {
  padding: 10px 14px;
  font-size: 2rem;
  font-family: 'adelle', serif;
  color: #0b2557 !important;
  background-color: #fff;
  border-radius: 1px;
  -webkit-box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.7);
  box-shadow: 0 0 6px -1px rgba(0, 0, 0, 0.7);
  -webkit-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}
.btn-external-link strong,
.wysiwyg .btn-external-link strong,
.photos-footer-btn strong,
.wysiwyg .photos-footer-btn strong,
.profiles-page-intro .btn-external-link strong,
.profiles-page-body .btn-external-link strong,
.news-page-body .btn-external-link strong,
.lw_widget_forms .lw_forms_intro .btn-external-link strong,
.youvisit-image-link strong,
.wysiwyg .youvisit-image-link strong {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.8rem;
  color: #4e4e4e !important;
}
.btn-external-link::before,
.wysiwyg .btn-external-link::before,
.photos-footer-btn::before,
.wysiwyg .photos-footer-btn::before,
.profiles-page-intro .btn-external-link::before,
.profiles-page-body .btn-external-link::before,
.news-page-body .btn-external-link::before,
.lw_widget_forms .lw_forms_intro .btn-external-link::before,
.youvisit-image-link::before,
.wysiwyg .youvisit-image-link::before {
  /* new window icon*/
  content: '';
  display: inline-block;
  margin: 0 8px -5px 0;
  width: 28px;
  height: 28px;
  background-image: url('/live/resource/image/_ingredients/themes/global/assets/images/external-link-icon.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-external-link:focus,
.wysiwyg .btn-external-link:focus,
.btn-external-link:hover,
.wysiwyg .btn-external-link:hover,
.photos-footer-btn:focus,
.wysiwyg .photos-footer-btn:focus,
.photos-footer-btn:hover,
.wysiwyg .photos-footer-btn:hover,
.profiles-page-intro .btn-external-link:focus,
.profiles-page-intro .btn-external-link:hover,
.profiles-page-body .btn-external-link:focus,
.profiles-page-body .btn-external-link:hover,
.news-page-body .btn-external-link:focus,
.news-page-body .btn-external-link:hover,
.lw_widget_forms .lw_forms_intro .btn-external-link:focus,
.lw_widget_forms .lw_forms_intro .btn-external-link:hover,
.youvisit-image-link:focus,
.wysiwyg .youvisit-image-link:focus,
.youvisit-image-link:hover,
.wysiwyg .youvisit-image-link:hover {
  text-decoration: none;
  background-color: #0c2e72;
  color: #fff !important;
}
.btn-external-link:focus strong,
.wysiwyg .btn-external-link:focus strong,
.btn-external-link:hover strong,
.wysiwyg .btn-external-link:hover strong,
.photos-footer-btn:focus strong,
.wysiwyg .photos-footer-btn:focus strong,
.photos-footer-btn:hover strong,
.wysiwyg .photos-footer-btn:hover strong,
.profiles-page-intro .btn-external-link:focus strong,
.profiles-page-intro .btn-external-link:hover strong,
.profiles-page-body .btn-external-link:focus strong,
.profiles-page-body .btn-external-link:hover strong,
.news-page-body .btn-external-link:focus strong,
.news-page-body .btn-external-link:hover strong,
.lw_widget_forms .lw_forms_intro .btn-external-link:focus strong,
.lw_widget_forms .lw_forms_intro .btn-external-link:hover strong,
.youvisit-image-link:focus strong,
.wysiwyg .youvisit-image-link:focus strong,
.youvisit-image-link:hover strong,
.wysiwyg .youvisit-image-link:hover strong {
  color: #fff;
}
.btn-external-link:focus::before,
.wysiwyg .btn-external-link:focus::before,
.btn-external-link:hover::before,
.wysiwyg .btn-external-link:hover::before,
.photos-footer-btn:focus::before,
.wysiwyg .photos-footer-btn:focus::before,
.photos-footer-btn:hover::before,
.wysiwyg .photos-footer-btn:hover::before,
.profiles-page-intro .btn-external-link:focus::before,
.profiles-page-intro .btn-external-link:hover::before,
.profiles-page-body .btn-external-link:focus::before,
.profiles-page-body .btn-external-link:hover::before,
.news-page-body .btn-external-link:focus::before,
.news-page-body .btn-external-link:hover::before,
.lw_widget_forms .lw_forms_intro .btn-external-link:focus::before,
.lw_widget_forms .lw_forms_intro .btn-external-link:hover::before,
.youvisit-image-link:focus::before,
.wysiwyg .youvisit-image-link:focus::before,
.youvisit-image-link:hover::before,
.wysiwyg .youvisit-image-link:hover::before {
  background-image: url('/live/resource/image/_ingredients/themes/global/assets/images/external-link-icon-white.png');
}
/* Search icon: used on calendar*/
.btn-search-icon {
  color: #252525;
}
.btn-search-icon::before {
  content: "\f002";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 1.9rem;
  text-rendering: auto;
}
/* Hamburger icon: used for menu buttons */
.btn-hamburger .icon,
.site-header-nav-btn .icon,
.short-site-header-nav-btn .icon {
  position: relative;
  width: 50px;
  height: 41px;
  /* height of search bar*/
  padding: 10px 10px;
  border-radius: 0;
  border: none;
  background-color: #d9ac38;
  cursor: pointer;
}
.btn-hamburger .icon-bar,
.site-header-nav-btn .icon-bar,
.short-site-header-nav-btn .icon-bar {
  position: absolute;
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 1px;
  background-color: #fff;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.btn-hamburger[aria-expanded="false"] .icon-bar,
.site-header-nav-btn[aria-expanded="false"] .icon-bar,
.short-site-header-nav-btn[aria-expanded="false"] .icon-bar {
  left: 10px;
}
.btn-hamburger[aria-expanded="false"] .icon-bar:nth-child(1),
.site-header-nav-btn[aria-expanded="false"] .icon-bar:nth-child(1),
.short-site-header-nav-btn[aria-expanded="false"] .icon-bar:nth-child(1) {
  top: 9px;
}
.btn-hamburger[aria-expanded="false"] .icon-bar:nth-child(2),
.btn-hamburger[aria-expanded="false"] .icon-bar:nth-child(3),
.site-header-nav-btn[aria-expanded="false"] .icon-bar:nth-child(2),
.site-header-nav-btn[aria-expanded="false"] .icon-bar:nth-child(3),
.short-site-header-nav-btn[aria-expanded="false"] .icon-bar:nth-child(2),
.short-site-header-nav-btn[aria-expanded="false"] .icon-bar:nth-child(3) {
  top: 18px;
}
.btn-hamburger[aria-expanded="false"] .icon-bar:nth-child(4),
.site-header-nav-btn[aria-expanded="false"] .icon-bar:nth-child(4),
.short-site-header-nav-btn[aria-expanded="false"] .icon-bar:nth-child(4) {
  top: 27px;
}
.btn-hamburger[aria-expanded="true"] .icon-bar:nth-child(1),
.site-header-nav-btn[aria-expanded="true"] .icon-bar:nth-child(1),
.short-site-header-nav-btn[aria-expanded="true"] .icon-bar:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.btn-hamburger[aria-expanded="true"] .icon-bar:nth-child(2),
.site-header-nav-btn[aria-expanded="true"] .icon-bar:nth-child(2),
.short-site-header-nav-btn[aria-expanded="true"] .icon-bar:nth-child(2) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-hamburger[aria-expanded="true"] .icon-bar:nth-child(3),
.site-header-nav-btn[aria-expanded="true"] .icon-bar:nth-child(3),
.short-site-header-nav-btn[aria-expanded="true"] .icon-bar:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-hamburger[aria-expanded="true"] .icon-bar:nth-child(4),
.site-header-nav-btn[aria-expanded="true"] .icon-bar:nth-child(4),
.short-site-header-nav-btn[aria-expanded="true"] .icon-bar:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.btn-hamburger:hover .icon,
.btn-hamburger:focus .icon,
.site-header-nav-btn:hover .icon,
.site-header-nav-btn:focus .icon,
.short-site-header-nav-btn:hover .icon,
.short-site-header-nav-btn:focus .icon {
  background-color: #d0a128;
}
/* LINK STYLES */
/* =====================================================================*/
.link-with-arrow {
  display: inline-block;
  position: relative;
  font-family: 'adelle', serif;
  font-weight: 600;
  text-decoration: none;
}
.link-with-arrow::after {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border: solid transparent;
  border-color: transparent;
  border-left-color: #173774;
  border-width: 6px;
  margin-top: -5px;
  margin-left: 3px;
}
.link-with-arrow.yellow::after,
.link-with-arrow.gold::after {
  border-left-color: #d9ac38;
}
.link-with-arrow.white::after {
  border-left-color: #fff;
}
.link-with-arrow-left {
  display: inline-block;
  position: relative;
  font-family: 'adelle', serif;
  font-weight: 600;
}
.link-with-arrow-left::before {
  content: "";
  display: inline-block;
  height: 0;
  width: 0;
  border: solid transparent;
  border-color: transparent;
  border-right-color: #173774;
  border-width: 6px;
  margin-top: -5px;
  margin-right: 3px;
}
.link-with-arrow-left.yellow::before,
.link-with-arrow-left.gold::before {
  border-right-color: #d9ac38;
}
.link-with-arrow-left.white::after {
  border-right-color: #fff;
}
/* LOGO */
/* ==========================*/
.ehc-logo,
.site-header-logo,
.site-footer-logo {
  display: block;
  background: url('/live/resource/image/_ingredients/themes/global/assets/images/EmoryHenryUniversity-546-194.png') center center no-repeat;
  background-size: contain;
  max-width: 100%;
}
.ehc-logo:before,
.site-header-logo:before,
.site-footer-logo:before {
  content: '';
  display: block;
  padding-bottom: 34.3%;
  /* 546x187 aspect ratio*/
}
/* VIDEO STYLES */
/* ==========================*/
.fluid-width-video-wrapper {
  /* applies to wysiwyg and non-wysiwyg content*/
  margin-bottom: 23px;
  -webkit-box-shadow: 0 0 1px 1px #ccc;
  box-shadow: 0 0 1px 1px #ccc;
}
.fluid-width-video-wrapper:not(:first-child) {
  margin-top: 30px;
}
/* SEARCH FORMS (USED FOR SITE HEADER SEARCH AND SEARCH RESULTS PAGE) */
/* ===================================================================*/
.search-form,
.site-header-search-form {
  z-index: 10;
  /* QA results go above page content*/
  position: relative;
  /* contains white line and search btn*/
  margin: 25px 0;
  overflow: visible;
  /* for QA results*/
  max-width: 400px;
  border-radius: 0;
  background-color: #f6eee3;
  border: 1px solid #898989;
  font-family: 'adelle', serif;
}
.search-form .search-input,
.site-header-search-form .search-input {
  position: relative;
  z-index: 1;
  /* above quickaccess dropdown*/
  display: block;
  float: left;
  width: 100%;
  height: 41px;
  margin-bottom: 0;
  padding: 12px 40px 12px 10px;
  /* right space for search btn*/
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.63;
  background-color: #f6eee3;
  background-image: none;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #555;
  letter-spacing: 0.015em;
}
.search-form .search-input::-webkit-input-placeholder,
.site-header-search-form .search-input::-webkit-input-placeholder {
  color: #898989;
}
.search-form .search-input:-moz-placeholder,
.site-header-search-form .search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #898989;
}
.search-form .search-input::-moz-placeholder,
.site-header-search-form .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #898989;
}
.search-form .search-input:-ms-input-placeholder,
.site-header-search-form .search-input:-ms-input-placeholder {
  color: #898989;
}
.search-form .search-input:focus,
.site-header-search-form .search-input:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #4296fd;
  box-shadow: 0 0 0 1px #4296fd;
}
.search-form .search-btn,
.site-header-search-form .search-btn {
  z-index: 2;
  /* above search input*/
  position: absolute;
  top: 0;
  right: 0;
  height: 41px;
  /* same height as input*/
  width: 36px;
  margin-right: 0;
  padding: 0 8px 0 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  background-color: #0b2557;
  font-size: 22px;
}
.search-form .search-btn::before,
.site-header-search-form .search-btn::before {
  /* search icon*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  width: 14px;
  height: 14px;
  content: '';
  display: block;
  background-image: url('/live/resource/image/_ingredients/themes/global/assets/images/icon-search.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.search-form .search-btn:hover,
.site-header-search-form .search-btn:hover {
  background-color: #d9ac38;
}
.search-form .search-btn:focus,
.site-header-search-form .search-btn:focus {
  background-color: #eab427;
}
.search-form .qa_results,
.site-header-search-form .qa_results {
  /* uncomment the following line to debug/test  */
  /* display:block !important;*/
  position: absolute;
  z-index: 0;
  /* below search input and search btn*/
  top: 41px;
  /* height of search box*/
  right: 0;
  left: 0;
  margin-top: -1px;
  width: auto;
  padding: 7px 12px 6px;
  border: solid 1px rgba(255, 255, 255, 0.13);
  border-top: none;
  -webkit-box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.9);
  box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.9);
  background-color: #faf5ef;
  color: #040f23;
  font-size: 1.8rem;
}
.search-form .qa_results ul > li,
.site-header-search-form .qa_results ul > li {
  display: block;
  margin-left: -5px;
  margin-right: -5px;
  padding: 4px 5px;
  line-height: 1.35em;
}
.search-form .qa_results ul > li:not(:last-of-type),
.site-header-search-form .qa_results ul > li:not(:last-of-type) {
  margin-bottom: 4px;
}
.search-form .qa_results a,
.site-header-search-form .qa_results a {
  font-weight: normal;
  color: #555;
}
.search-form .qa_results > div[class^="qa_category"]:not(:first-child),
.site-header-search-form .qa_results > div[class^="qa_category"]:not(:first-child) {
  /* sections of results*/
  margin-top: 18px;
}
.search-form .qa_results .qa_category_title,
.site-header-search-form .qa_results .qa_category_title {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0 0 6px;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-family: 'adelle', serif;
  font-weight: 600;
  letter-spacing: 0.01em;
  color: #163671;
}
.hide-category-title.search-form .qa_results .qa_category_title,
.hide-category-title.site-header-search-form .qa_results .qa_category_title {
  display: none;
}
.search-form .qa_results .qa_message,
.site-header-search-form .qa_results .qa_message {
  display: inline-block;
  /* same line as qa_more_results*/
  padding: 6px 0 0;
  color: #0a1736;
  font-style: normal;
}
.search-form .qa_results .qa_message + .qa_more_results,
.site-header-search-form .qa_results .qa_message + .qa_more_results {
  display: inline-block;
  margin-top: 0;
  margin-left: 4px;
}
.search-form .qa_results .qa_nonefound,
.search-form .qa_results .qa_more_results,
.site-header-search-form .qa_results .qa_nonefound,
.site-header-search-form .qa_results .qa_more_results {
  font-size: 1.6rem;
  color: #555;
}
.search-form .qa_results .qa_nonefound,
.site-header-search-form .qa_results .qa_nonefound {
  font-weight: 400;
}
.hide-none-found.search-form .qa_results .qa_nonefound,
.hide-none-found.site-header-search-form .qa_results .qa_nonefound {
  display: none;
}
.search-form .qa_results .qa_more_results,
.site-header-search-form .qa_results .qa_more_results {
  margin-top: 13px;
  margin-bottom: 3px;
}
.hide-none-found.search-form .qa_results .qa_more_results,
.hide-none-found.site-header-search-form .qa_results .qa_more_results {
  margin-left: 0;
}
.search-form .qa_results .qa_more_results a,
.site-header-search-form .qa_results .qa_more_results a {
  text-decoration: underline;
}
.search-form .qa_results .qa_more_results a:hover,
.search-form .qa_results .qa_more_results a:focus,
.site-header-search-form .qa_results .qa_more_results a:hover,
.site-header-search-form .qa_results .qa_more_results a:focus {
  color: #1853bc;
}
.search-form .qa_results span.qa_highlight,
.site-header-search-form .qa_results span.qa_highlight {
  text-decoration: underline;
  background-color: transparent;
}
.search-form .qa_results .qa_selected,
.site-header-search-form .qa_results .qa_selected {
  background-color: #f4e9dc;
}
.search-form .qa_results .qa_selected a,
.site-header-search-form .qa_results .qa_selected a {
  color: #040f23;
}
.search-form .qa_results .qa_selected a:hover,
.search-form .qa_results .qa_selected a:focus,
.site-header-search-form .qa_results .qa_selected a:hover,
.site-header-search-form .qa_results .qa_selected a:focus {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  #lw_toolbar {
    display: none !important;
  }
  #lw_page {
    margin-top: 0;
  }
}
#lw_save .btn {
  width: auto !important;
}
body.search-visible #lw_toolbar {
  display: none !important;
}
body.search-visible #lw_page {
  margin-top: 0;
}
#lw_page {
  position: relative;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
body.lw_editor_on {
  position: static !important;
}
.body_calendar.livewhale #lw_toolbar #lw_pages_edit {
  display: none;
}
.mce-floatpanel .mce-menu-item .mce-text {
  background: transparent !important;
}
.mce-menu.mce-menu {
  border-radius: 0;
}
.mce-menu.mce-menu .mce-disabled {
  display: none;
}
.lw_gallery_type_form select#lw_gallery_type option[value="simple"],
.lw_gallery_type_form select#lw_gallery_type option[value="fullscreen"] {
  display: none;
}
#lw_pages_editor_overlay.lw_pages_editor.lw_editor_focus {
  border-color: #878787;
}
/*  ====================================================================*/
/*  CUSTOM STYLES FOR WALLOP SLIDESHOW*/
/*  ====================================================================*/
/* Used for the homepage news slider and SHS Department homepage image slider.*/
/* Uses Wallop slider*/
.Wallop {
  opacity: 0;
  -webkit-transition: opacity 0.06s ease-in-out;
  -o-transition: opacity 0.06s ease-in-out;
  transition: opacity 0.06s ease-in-out;
}
.Wallop.is-loaded {
  /* only display once loaded and the appropriate styling classes are applied*/
  opacity: 1;
}
.Wallop:not(.is-slideshow) .Wallop-item:not(:first-child) {
  /* keep subsequent slides hidden before the slider loads*/
  display: none;
}
.Wallop-image-slider {
  /* Next and previous image buttons*/
}
.Wallop-image-slider .lw_image {
  display: block;
  float: none;
  margin: 0;
  border: 1px solid #e0d7d1;
}
.Wallop-image-slider .lw_image_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 15px 22px;
  background-color: rgba(10, 23, 54, 0.6);
  color: #fff;
  font-family: 'adelle', serif;
  font-size: 1.7rem;
  line-height: 1.3;
  letter-spacing: 0.005em;
}
.Wallop-image-slider .lw_image_caption a {
  color: #fff;
  text-decoration: underline;
}
.Wallop-image-slider .lw_image_caption a:hover,
.Wallop-image-slider .lw_image_caption a:focus {
  color: #eab427;
  text-decoration: underline;
}
.Wallop-image-slider .Wallop-buttonPrevious,
.Wallop-image-slider .Wallop-buttonNext {
  z-index: 2;
  /* above image and new image*/
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  padding: 0;
  border-radius: 0;
  border: none;
  -webkit-appearance: none;
  background: rgba(255, 255, 255, 0.6);
  text-indent: -9999px;
  overflow: hidden;
}
.Wallop-image-slider .Wallop-buttonPrevious::before,
.Wallop-image-slider .Wallop-buttonNext::before {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.Wallop-image-slider .Wallop-buttonPrevious:hover,
.Wallop-image-slider .Wallop-buttonNext:hover,
.Wallop-image-slider .Wallop-buttonPrevious:focus,
.Wallop-image-slider .Wallop-buttonNext:focus {
  background: rgba(255, 255, 255, 0.9);
  outline: none;
}
@media (max-width: 991px) {
  .Wallop-image-slider .Wallop-buttonPrevious,
  .Wallop-image-slider .Wallop-buttonNext {
    width: 26px;
    height: 26px;
  }
}
@media (max-width: 500px) {
  .Wallop-image-slider .Wallop-buttonPrevious,
  .Wallop-image-slider .Wallop-buttonNext {
    width: 20px;
    height: 22px;
  }
}
.Wallop-image-slider .Wallop-buttonPrevious {
  left: 0;
}
.Wallop-image-slider .Wallop-buttonPrevious::before {
  background-image: url('/live/resource/image/_ingredients/themes/global/assets/images/carousel-arrow-left.png');
  right: 6px;
}
.Wallop-image-slider .Wallop-buttonNext {
  right: 0;
}
.Wallop-image-slider .Wallop-buttonNext::before {
  background-image: url('/live/resource/image/_ingredients/themes/global/assets/images/carousel-arrow-right.png');
  left: 6px;
}
.Wallop-image-slider.has-button-outline .Wallop-buttonPrevious,
.Wallop-image-slider.has-button-outline .Wallop-buttonNext {
  border: 1px solid rgba(172, 170, 166, 0.5);
}
.Wallop-image-slider.has-button-outline .Wallop-buttonPrevious:focus,
.Wallop-image-slider.has-button-outline .Wallop-buttonNext:focus {
  border-color: #1b4288;
}
.Wallop-image-slider.has-button-outline .Wallop-buttonPrevious {
  border-left: none;
}
.Wallop-image-slider.has-button-outline .Wallop-buttonNext {
  border-right: none;
}
.Wallop-news-slider .Wallop-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px) {
  .Wallop-news-slider .Wallop-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.Wallop-news-slider .Wallop-pagination {
  margin: 15px 0px 0;
  text-align: center;
}
.Wallop-news-slider .Wallop-dot {
  text-indent: -9999px;
  border: 0;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0 5px;
  background-color: #bbc3d3;
  -webkit-appearance: none;
}
.Wallop-news-slider .Wallop-dot:focus {
  outline: none;
  background-color: #d9aa38;
  box-shadow: inset 0 0 3px #8d8d8d;
}
.Wallop-news-slider .Wallop-dot--current {
  background-color: #1e376d;
}
.Wallop-news-slider .news-slider-title {
  font-size: 'adelle', serif;
  font-size: 2rem;
  color: #4d3c2b;
  text-transform: uppercase;
}
.site-homepage .Wallop-news-slider .news-slider-title {
  margin: -2px 0 0 0;
}
.Wallop-news-slider .news-slider-image {
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .Wallop-news-slider .news-slider-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    margin: 26px -15px 26px 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .Wallop-news-slider .news-slider-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 26px -15px 26px 0;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px) {
  .Wallop-news-slider .news-slider-image {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: -10px;
  }
}
.Wallop-news-slider .news-slider-text {
  padding: 20px 20px 20px 35px;
  background-color: #eef0f2;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .Wallop-news-slider .news-slider-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px) {
  .Wallop-news-slider .news-slider-text {
    -webkit-box-flex: 1;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 600px;
  }
}
.Wallop-news-slider .news-slider-headline {
  margin-bottom: 0.5em;
  font-family: 'adelle', serif;
  font-size: 3rem;
  text-transform: none;
  color: #173774;
}
@media only screen and (min-width: 480px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .Wallop-news-slider .news-slider-headline {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 479px) {
  .Wallop-news-slider .news-slider-headline {
    font-size: 2rem;
    font-weight: 600;
  }
}
.Wallop-news-slider .news-slider-summary {
  font-family: 'adelle', serif;
  font-size: 1.6rem;
  color: #362f2d;
}
html {
  height: 100%;
  font-size: 10px;
}
html body {
  position: relative;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  color: #534741;
  font-family: 'goudy-old-style', serif;
  font-size: 2rem;
  line-height: 1.5;
}
html body:not(#preview_widget) {
  background-color: #040f23;
}
html a {
  color: #173774;
}
html a:hover {
  color: inherit;
}
html a:focus {
  outline: none;
}
html a[id]:not([href]),
html a[id][href=''] {
  display: block;
  pointer-events: none;
}
html a[id]:not([href])::before,
html a[id][href='']::before {
  content: " ";
  display: block;
  margin-top: -30px;
  height: 30px;
  visibility: hidden;
}
html strong {
  font-weight: bold;
}
html em {
  font-style: italic;
}
html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
  font-weight: normal;
}
html h2:first-child,
html h3:first-child,
html h4:first-child,
html h5:first-child,
html h6:first-child {
  margin-top: 0;
}
html h2 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 2.8rem;
  line-height: 1.4;
  font-family: 'adelle', serif;
  font-weight: 200;
  color: #1b4288;
}
html h2:first-child {
  margin-top: 10px;
}
html h3 + h2,
html h4 + h2,
html h5 + h2,
html h6 + h2 {
  margin-top: -10px;
  color: #0a1736;
}
html h3 {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 2.2rem;
  line-height: 1.4;
  font-family: 'adelle', serif;
  font-weight: 500;
  color: #0b2557;
}
html h5 {
  color: #173774;
}
html h6 {
  font-size: 1.7rem;
}
html p {
  margin-top: 0;
  margin-bottom: 1em;
}
html p:last-child {
  margin-bottom: 0;
}
html blockquote {
  margin: 25px 0 20px;
  padding: 14px 16px;
  border-top: 1px solid #f4e6be;
  border-bottom: 1px solid #f4e6be;
  color: #744c28;
  font-size: 2.2rem;
}
html blockquote:first-child {
  margin-top: 0;
}
html hr {
  clear: both;
  margin-top: 25px;
  margin-bottom: 30px;
  border-color: #eee;
}
html hr:first-child {
  margin-top: 0px;
}
html hr:last-child {
  margin-bottom: 7px;
}
html img {
  max-width: 100%;
  height: auto;
}
/* ============================================================================*/
/* LIVEWHALE WIDGETS
/* Universal styles for widgets without clean markup.
/* Placed at top of file so it will be overridden by widget-specific styles.
/* ============================================================================*/
.lw_widget {
  margin-bottom: 2rem;
  /* default spacing */
}
.lw_widget h3 {
  margin-top: 0;
}
.lw_widget .lw_item_thumb {
  max-width: 100%;
  /* required for IE*/
}
.lw_widget .lw_item_thumb picture {
  margin-bottom: 0.5em;
}
.lw_widget .lw_item_thumb img {
  margin-bottom: 0px;
}
.lw_widget .lw_paginate,
.faq-widget + .lw_paginate {
  /* pagination styles*/
  display: block;
  padding-top: 12px;
  font-size: 1.4rem;
  color: #898989;
}
.lw_widget .lw_paginate a,
.faq-widget + .lw_paginate a {
  color: #898989;
  text-decoration: none;
}
.lw_widget .lw_paginate a.lw_paginate_next,
.lw_widget .lw_paginate a.lw_paginate_prev,
.faq-widget + .lw_paginate a.lw_paginate_next,
.faq-widget + .lw_paginate a.lw_paginate_prev {
  margin-right: 8px;
}
.lw_widget .lw_paginate a.lw_paginate_next:hover,
.lw_widget .lw_paginate a.lw_paginate_prev:hover,
.lw_widget .lw_paginate a.lw_paginate_next:focus,
.lw_widget .lw_paginate a.lw_paginate_prev:focus,
.faq-widget + .lw_paginate a.lw_paginate_next:hover,
.faq-widget + .lw_paginate a.lw_paginate_prev:hover,
.faq-widget + .lw_paginate a.lw_paginate_next:focus,
.faq-widget + .lw_paginate a.lw_paginate_prev:focus {
  color: #898989;
}
.lw_widget .lw_paginate a.lw_paginate_next::after,
.faq-widget + .lw_paginate a.lw_paginate_next::after {
  content: "\00A0\00BB";
  /* underline covers the space*/
}
.lw_widget .lw_paginate a.lw_paginate_prev::before,
.faq-widget + .lw_paginate a.lw_paginate_prev::before {
  content: "\00AB\00A0";
}
.lw_widget + .btn-small,
.lw_widget + .btn-small-blue,
.lw_widget + .btn-small-gold {
  /* when button is placed directly after widget (events widget calendar button)*/
  font-size: 1.6rem;
  text-transform: none;
}
.skip-to-link {
  pointer-events: none;
  z-index: 11;
  position: absolute;
  top: 0;
  margin: 0 0 0 60px;
  padding: 14px 15px 15px;
  line-height: 1;
  width: auto;
  height: auto;
  background: #fff;
  color: #555 !important;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.8);
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
.skip-to-link:focus {
  pointer-events: all;
  opacity: 1;
  color: #555;
}
.skip-to-destination.sr-only {
  top: -40px;
}
.site-header {
  z-index: 11;
  position: relative;
  padding-top: 25px;
  background-color: #0a1736;
  color: #fff;
  font-family: 'adelle', serif;
  font-weight: 200;
}
.site-header a {
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .site-header {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .site-header {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .site-header {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .site-header {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .site-header::before,
  .site-header::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 59px;
    width: 70%;
    height: 51px;
  }
  .site-header::before {
    background-color: #173774;
    border-top: 1px solid #d9ac38;
  }
  .site-header::after {
    background: #0a1736;
    background: -moz-linear-gradient(left, #0a1736 0%, rgba(10, 23, 54, 0) 56%, rgba(10, 23, 54, 0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #0a1736), color-stop(56%, rgba(10, 23, 54, 0)), color-stop(100%, rgba(10, 23, 54, 0)));
    background: -webkit-linear-gradient(left, #0a1736 0%, rgba(10, 23, 54, 0) 56%, rgba(10, 23, 54, 0) 100%);
    background: -o-linear-gradient(left, #0a1736 0%, rgba(10, 23, 54, 0) 56%, rgba(10, 23, 54, 0) 100%);
    background: -ms-linear-gradient(left, #0a1736 0%, rgba(10, 23, 54, 0) 56%, rgba(10, 23, 54, 0) 100%);
    background: linear-gradient(to right, #0a1736 0%, rgba(10, 23, 54, 0) 56%, rgba(10, 23, 54, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a1736', endColorstr='#0a1736', GradientType=1);
  }
  .short-site-header .site-header::before {
    background-color: transparent;
  }
  .short-site-header .site-header::after {
    max-height: 1px;
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0.28, 0.48, 0.9);
    -o-transition: all 0.2s cubic-bezier(0.42, 0.28, 0.48, 0.9);
    transition: all 0.2s cubic-bezier(0.42, 0.28, 0.48, 0.9);
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px) {
  .site-header {
    padding-top: 15px;
    padding-bottom: 10px;
    min-height: 60px;
  }
}
.site-header-flexbox {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* for short header*/
}
@media only screen and (min-width: 1200px) {
  .site-header-flexbox-col.one {
    padding-left: 30px;
  }
  .site-header-flexbox-col.two {
    z-index: 2;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .site-header-flexbox-col.two {
    z-index: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .site-header-flexbox-col.one {
    -webkit-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    z-index: 1;
  }
  .site-header-flexbox-col.two {
    -webkit-box-flex: 0 1 260px;
    -webkit-flex: 0 1 260px;
    -ms-flex: 0 1 260px;
    flex: 0 1 260px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media only screen and (min-width: 616px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px) {
  .site-header-flexbox {
    position: static;
  }
  .site-header-flexbox-col.one {
    -webkit-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: static;
    padding-left: 30px;
    text-align: right;
  }
  .site-header-flexbox-col.two {
    -webkit-box-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media only screen and (max-width: 615px) {
  .site-header-flexbox {
    position: static;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-header-flexbox-col.one {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .site-header-flexbox-col.two {
    -webkit-box-flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.site-header-logo {
  z-index: 1;
  position: relative;
  width: 260px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .site-header-logo {
    width: 190px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .site-header-logo {
    position: absolute;
  }
  .short-site-header .site-header-logo {
    width: 290px;
    background: none;
  }
  .short-site-header .site-header-logo::before {
    display: none;
  }
}
.site-header-logo-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .short-site-header .site-header-logo-title {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: -2px 0 0;
    padding-left: 60px;
    overflow: visible;
    clip: unset;
    border: unset;
    text-transform: uppercase;
    font-size: 1.5rem;
  }
}
.site-header-calendar-btn,
.site-header-search-btn,
.site-header-news-btn,
.site-header-apply-btn,
.site-header-give-btn,
.site-header-info-btn,
.site-header-gateway-btn,
.site-header-nav-btn .text {
  padding: 9px 8px 7px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.005em;
}
.site-header-calendar-btn:hover,
.site-header-search-btn:hover,
.site-header-news-btn:hover,
.site-header-apply-btn:hover,
.site-header-give-btn:hover,
.site-header-info-btn:hover,
.site-header-gateway-btn:hover,
.site-header-nav-btn .text:hover,
.site-header-calendar-btn:focus,
.site-header-search-btn:focus,
.site-header-news-btn:focus,
.site-header-apply-btn:focus,
.site-header-give-btn:focus,
.site-header-info-btn:focus,
.site-header-gateway-btn:focus,
.site-header-nav-btn .text:focus {
  background-color: #173774;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .site-header-gateway-nav {
    right: calc(484px + 80px);
  }
}
.site-header-calendar-btn {
  position: relative;
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .site-header-calendar-btn {
    right: calc(364px + 80px);
    display: block;
  }
}
.site-header-news-btn {
  position: relative;
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .site-header-news-btn {
    right: calc(286px + 80px);
    display: block;
  }
}
.site-header-info-btn {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .site-header-info-btn {
    right: calc(138px + 80px);
  }
}
.site-header-apply-btn {
  position: relative;
  display: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .site-header-apply-btn {
    right: 138px;
    display: block;
  }
}
.site-header-give-btn {
  position: relative;
  padding-right: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .site-header-give-btn {
    right: 45px;
    display: block;
  }
}
.site-header-give-btn:after {
  content: "";
  display: block;
  position: absolute;
  right: 7px;
  top: 3px;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-top: 2px;
  background: url('/live/resource/image/_ingredients/themes/global/assets/images/gift-icon.svg') center center no-repeat;
  background-size: contain;
}
.site-header-search-btn {
  position: relative;
  width: 38px;
  height: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .site-header-search-btn {
    right: 0px;
  }
}
.site-header-search-btn .icon {
  display: block;
  position: absolute;
  right: 7px;
  top: 3px;
  width: 23px;
  height: 23px;
  margin-left: 10px;
  margin-top: 2px;
  background: url('/live/resource/image/_ingredients/themes/global/assets/images/icon-search.png') center center no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .site-header-calendar-btn,
  .site-header-info-btn,
  .site-header-apply-btn,
  .site-header-news-btn,
  .site-header-give-btn,
  .site-header-search-btn,
  .site-header-gateway-nav {
    z-index: 1;
    position: absolute;
    top: -7px;
    margin-left: 26px;
  }
}
.site-header-gateway-btn {
  position: relative;
  padding-right: 26px;
}
.site-header-gateway-btn::after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 4px;
  height: 0;
  width: 0;
  border: solid transparent;
  border-color: transparent;
  border-top-color: #d9ac38;
  border-width: 6px;
  margin-top: 10px;
  margin-left: 8px;
}
.site-header-gateway-dropdown {
  margin-bottom: 0;
}
.site-header-gateway-dropdown .lw_widget_results > li {
  display: block;
}
.site-header-gateway-dropdown > li {
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .site-header-gateway-dropdown {
    position: absolute;
    top: 100%;
    left: auto;
    right: -45px;
    min-width: 235px;
    margin-top: 0px;
    padding: 6px;
    border-top: 8px solid #0a1736;
    background-color: #d9ac38;
    color: #0a1736;
    box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.5);
    font-weight: 400;
    pointer-events: none;
    opacity: 0;
  }
  .site-header-gateway-dropdown.show,
  .site-header-gateway-dropdown:hover,
  .site-header-gateway-dropdown:focus,
  .site-header-gateway-btn:hover + .site-header-gateway-dropdown,
  .site-header-gateway-btn:focus + .site-header-gateway-dropdown {
    opacity: 1;
    pointer-events: all;
  }
  .site-header-gateway-dropdown li:not(:last-child) {
    margin-bottom: 4px;
  }
  .site-header-gateway-dropdown a {
    display: block;
    padding: 11px 15px 10px;
    line-height: 1.35em;
    background-color: #e3c06b;
    color: #0a1736;
    text-transform: uppercase;
  }
  .site-header-gateway-dropdown a:hover,
  .site-header-gateway-dropdown a:focus {
    text-decoration: none;
    background-color: #e9cf8d;
    box-shadow: 0 0 2px 1px #d0a128;
  }
}
.site-header-main-nav ul > li {
  display: block;
}
.site-header-main-nav ul > li > a {
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .site-header-main-nav {
    margin: 35px -15px 0 5px;
    padding-top: 10px;
    padding-bottom: 9px;
  }
  .site-header-main-nav ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .site-header-main-nav ul > li {
    -webkit-box-flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
    position: relative;
  }
  .site-header-main-nav ul > li:not(:last-child)::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 6px;
    width: 1px;
    height: 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }
  .site-header-main-nav ul > li > a {
    margin-left: 1px;
    margin-right: 1px;
    padding: 8px 9px 8px 8px;
    color: #fff;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.005em;
  }
  .site-header-main-nav ul > li > a:hover,
  .site-header-main-nav ul > li > a:focus,
  .site-header-main-nav ul > li.active > a {
    background-color: #d9ac38;
    color: #0a1736;
    text-decoration: none;
  }
  .short-site-header .site-header-main-nav {
    -webkit-transition: all 0.2s cubic-bezier(0.42, 0.28, 0.48, 0.9);
    -o-transition: all 0.2s cubic-bezier(0.42, 0.28, 0.48, 0.9);
    transition: all 0.2s cubic-bezier(0.42, 0.28, 0.48, 0.9);
    overflow: hidden;
  }
  .short-site-header .site-header:not(.is-expanded) .site-header-main-nav {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  .short-site-header .site-header.is-expanded .site-header-main-nav {
    max-height: 49px;
  }
}
.site-header-navs.site-header-navs {
  /* contains both main nav and gateways nav for mobile (double up to override collapse styles)*/
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .site-header-navs.site-header-navs {
    display: block;
    /* always display collapsible Bootstrap navs on desktop*/
    height: auto !important;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px) {
  .site-header-navs.site-header-navs {
    overflow: hidden;
    /* prevent navs from spilling out on mobile*/
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0 6px;
    font-size: 1.6rem;
    font-weight: 400;
    /* use heavier weight because it's dark-on-light*/
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.5);
    background: #d9ac38;
    color: #fff;
    text-align: left;
  }
  .site-header-navs.site-header-navs ul {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .site-header-navs.site-header-navs ul > li:not(:last-child) {
    margin-bottom: 4px;
  }
  .site-header-navs.site-header-navs ul > li > a {
    display: block;
    padding: 11px 15px 10px;
    line-height: 1.35em;
    background-color: #e3c06b;
    color: #0a1736;
    text-transform: uppercase;
  }
  .site-header-navs.site-header-navs ul > li > a:hover,
  .site-header-navs.site-header-navs ul > li > a:focus {
    text-decoration: none;
    background-color: #e9cf8d;
    -webkit-box-shadow: 0 0 2px 1px #d0a128;
    box-shadow: 0 0 2px 1px #d0a128;
  }
  .site-header-navs.site-header-navs .site-header-gateway-btn {
    padding-bottom: 0;
    padding-left: 15px;
    color: #744c28;
  }
  .site-header-navs.site-header-navs .site-header-gateway-btn::after {
    border-top-color: #744c28;
  }
  .site-header-navs.site-header-navs .site-header-gateway-btn:hover,
  .site-header-navs.site-header-navs .site-header-gateway-btn:focus {
    background-color: transparent;
  }
}
.site-header-nav-btn {
  position: relative;
  padding-right: 55px;
  /* space for hamburger icon (must be padding not margin for FireFox) */
}
.site-header-nav-btn .icon {
  position: absolute;
  right: 0;
  top: 0;
  margin-left: 8px;
}
.site-header-nav-btn .text {
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .site-header-nav-btn {
    display: none;
    /* show menu button with word "Menu" on medium screens */
  }
}
@media only screen and (max-width: 400px), only screen and (min-width: 480px) and (max-width: 768px) {
  .site-header-nav-btn {
    margin-right: 0;
    margin-left: 8px;
    padding: 0;
  }
  .site-header-nav-btn .text {
    display: none;
    /* show button without word on smaller screens */
  }
  .site-header-nav-btn .icon {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
  }
}
.short-site-header-nav-btn {
  display: none;
  /* only display for short headers on desktop*/
  z-index: 2;
  /* above logo title*/
  position: absolute;
  left: 10px;
  top: -14px;
  padding: 0;
}
.short-site-header-nav-btn .text {
  display: none;
}
.short-site-header-nav-btn .icon {
  top: -3px;
  background-color: #3b455e;
}
.short-site-header-nav-btn:hover .icon,
.short-site-header-nav-btn:focus .icon {
  background-color: #45516e;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .short-site-header .short-site-header-nav-btn {
    display: block;
  }
}
.site-header-search {
  z-index: 10;
  /* QA results go above site-header content*/
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 58px;
  /* when search is open move body down by this amount*/
  max-width: 100%;
  background-color: #0a1736;
  -webkit-transform: translateY(-100%);
  /* hides search bar until search btn is clicked*/
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  /* display: none; */
}
body.is-loaded .site-header-search {
  display: block;
  /* hide search until page has loaded, otherwise is shows behind LW toolbar (livewhale body class not added until load)*/
}
.site-header-search-form {
  max-width: 100%;
  margin: 10px 7px 7px;
  background-color: #fff;
  border: none;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .site-header-search-form {
    /* search bar is width of grid container on large screens*/
    margin-left: auto;
    margin-right: auto;
    border-left: 15px solid #0a1736;
    /* matches container padding*/
    border-right: 15px solid #0a1736;
  }
}
@media only screen and (min-width: 1200px) {
  .site-header-search-form {
    width: 1200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .site-header-search-form {
    width: 970px;
  }
}
.site-header-search-form .search-input {
  background-color: #fff;
  color: #040f23;
}
.site-header-search-form .search-input::-webkit-input-placeholder {
  color: #ccc;
}
.site-header-search-form .search-input:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}
.site-header-search-form .search-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}
.site-header-search-form .search-input:-ms-input-placeholder {
  color: #ccc;
}
.site-header-search-form .search-btn {
  background-color: #d9ac38;
}
.site-header-search-form .search-btn:hover,
.site-header-search-form .search-btn:focus {
  background-color: #eab427;
}
body {
  /* push down body content when search is visible*/
  -webkit-transition: all 0.2s cubic-bezier(0.42, 0.28, 0.48, 0.9);
  -o-transition: all 0.2s cubic-bezier(0.42, 0.28, 0.48, 0.9);
  transition: all 0.2s cubic-bezier(0.42, 0.28, 0.48, 0.9);
}
body.search-visible {
  margin-top: 58px;
  /* height of search box + border*/
  /* hide LW toolbar when searching */
}
body.search-visible nav#lw-toolbar {
  display: none;
}
/* =====================================================================*/
/* SITE MAIN CONTENT OUTLINE*/
/* =====================================================================*/
.site-main-content {
  background-color: #fff;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  /* required for sticky footer*/
  -ms-flex: auto;
  /* flex: 1 BREAKS LAYOUT IN IE11. OVERRIDE WITH MS-FLEX SETTING*/
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  /* needed for container:only-child*/
}
/* =====================================================================*/
/* SITE FOOTER*/
/* =====================================================================*/
.site-footer {
  position: relative;
  /* contains footer shape*/
  margin-top: -30px;
  padding: 40px 0 40px;
  background-color: #040f23;
  color: #fff;
  font-family: 'adelle', serif;
  font-weight: 500;
  font-size: 1.6rem;
}
.site-footer::before {
  /* blue shape above footer*/
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-bottom: -1px;
  /* close tiny gap*/
  height: 30px;
  background: url('/live/resource/image/_ingredients/themes/global/assets/images/ehc-footer-shape.png') left bottom no-repeat;
  background-size: auto 30px;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover,
.site-footer a:focus {
  color: #fff;
  text-decoration: underline;
}
.site-footer .skip-to-link {
  top: auto;
  right: 0;
  bottom: 0;
}
.site-footer-logo {
  margin: 0 auto 10px;
  width: 230px;
}
.site-footer-contact {
  text-align: center;
}
.site-footer-navs {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 33px;
  border-left: 1px solid #253043;
  border-right: 1px solid #253043;
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .site-footer-navs {
    padding-right: 15px;
    border: none;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .site-footer-navs {
    margin-top: 45px;
    padding: 0;
    border: none;
  }
}
.site-footer-nav {
  margin-bottom: 20px;
}
@media only screen and (max-width: 630px) {
  .site-footer-nav {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.site-footer-nav-title {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-family: 'Neue Helvetica W01', Helvetica, sans-serif;
  text-transform: uppercase;
  color: #d9ac38;
}
.site-footer-nav-widget {
  margin-bottom: 0;
}
.site-footer-nav-widget .lw_widget_results > li {
  margin-bottom: 8px;
}
.site-footer-btn-widget {
  margin: 0;
}
.site-footer-btn-widget .lw_widget_results > li {
  margin-bottom: 8px;
}
.site-footer-btn-widget .lw_widget_results .lw_item_1 a,
.site-footer-btn-widget .lw_widget_results .lw_item_2 a,
.site-footer-btn-widget .lw_widget_results .lw_item_3 a {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-align: left;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px) {
  .site-footer-btn-widget .lw_widget_results {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .site-footer-btn-widget .lw_widget_results li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 10px;
  }
  .site-footer-btn-widget .lw_widget_results li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .site-footer-btn-widget .lw_widget_results li {
    width: 100%;
    margin-right: 0;
  }
  .site-footer-btn-widget .lw_widget_results li a {
    text-align: center !important;
  }
}
/* =====================================================================*/
/* SIDEBAR NAVIGATION*/
/* =====================================================================*/
.page-sidebar {
  padding-right: 50px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .page-sidebar {
    padding-right: 30px;
  }
}
.page-sidebar.right {
  padding-right: 0;
  padding-left: 50px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .page-sidebar.right {
    padding-right: 0;
    padding-left: 30px;
  }
}
.side-nav {
  margin-bottom: 40px;
  padding: 6px;
  background-color: #0b2557;
  color: #fff;
  font-family: 'adelle', serif;
  font-weight: 100;
  letter-spacing: 0.005em;
}
.landing-page .side-nav {
  padding: 0;
  border: 5px solid #173774;
}
.side-nav .side-nav-title {
  margin: 0;
}
.side-nav .side-nav-title a {
  display: block;
  padding: 10px 16px 13px;
  line-height: 1.3;
  font-size: 2rem;
  font-weight: 200;
  letter-spacing: 0.01em;
  color: #d9ac38;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  text-transform: uppercase;
}
.side-nav .side-nav-title a:hover,
.side-nav .side-nav-title a:focus {
  text-decoration: none;
  background-color: #1b4189;
}
.department-page .side-nav .side-nav-title,
.office-page .side-nav .side-nav-title {
  display: none;
}
.side-nav .lw_widget_type_navigation {
  margin-bottom: 0;
  list-style-type: disc;
}
.side-nav .lw_widget_results > li {
  margin-bottom: 0;
}
.side-nav .lw_widget_results > li a,
.side-nav .lw_widget_results > li .lw_separator_title {
  display: block;
  /* applied to all side nav items so line height works*/
}
.side-nav .lw_widget_results > li .lw_separator_title {
  /* all nav separators*/
  color: #d9ac38;
  text-transform: uppercase;
  font-weight: 200;
}
.side-nav .lw_widget_results > li > .lw_separator_title {
  /* first level nav separators*/
  padding: 18px 16px 9px;
  font-size: 1.8rem;
}
.landing-page .side-nav .lw_widget_results > li > .lw_separator_title {
  padding-top: 19px;
  padding-bottom: 18px;
  font-size: 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .landing-page .side-nav .lw_widget_results > li > .lw_separator_title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .landing-page .side-nav .lw_widget_results > li > .lw_separator_title {
    font-size: 1.7rem;
  }
}
.side-nav .lw_widget_results > li > a,
.side-nav .lw_widget_results > li > .lw_separator_title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  line-height: 1.3;
}
.landing-page .side-nav .lw_widget_results > li > a,
.landing-page .side-nav .lw_widget_results > li > .lw_separator_title {
  border-bottom: 4px solid #173774;
}
@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) {
  .side-nav .lw_widget_results > li > a,
  .side-nav .lw_widget_results > li > .lw_separator_title {
    padding-left: 17px;
    padding-right: 17px;
  }
}
.side-nav .lw_widget_results > li > a {
  /* first level nav links only*/
  padding: 10px 16px 9px;
  color: #fff;
  font-size: 2.1rem;
}
.landing-page .side-nav .lw_widget_results > li > a {
  padding-top: 19px;
  padding-bottom: 18px;
  font-size: 2.4rem;
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .landing-page .side-nav .lw_widget_results > li > a {
    padding-top: 15px;
    padding-bottom: 14px;
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .landing-page .side-nav .lw_widget_results > li > a {
    padding-top: 13px;
    padding-bottom: 12px;
    font-size: 1.9rem;
  }
}
.side-nav .lw_widget_results > li:last-child a {
  border-bottom: none;
}
.side-nav .lw_widget_results > li.lw_current > a,
.side-nav .lw_widget_results > li > a:hover {
  background-color: #173774;
  color: #fff;
  text-decoration: none;
}
.side-nav .lw_widget_results > li > a:focus {
  background-color: #173774;
  color: #fff;
  text-decoration: underline;
}
.side-nav .lw_widget_results > li.lw_active {
  /* active nav section*/
  margin-right: -20px;
  padding: 0 10px;
  background-color: #173774;
  color: #fff;
  text-decoration: none;
}
.side-nav .lw_widget_results > li.lw_active > a {
  /* active nav section header*/
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 200;
  border-bottom: 1px solid #d9ac38;
}
.side-nav .lw_widget_results > li .lw_subnav {
  /* lower level navs*/
  list-style-type: disc;
  margin: 0 0 3px;
  padding: 5px 0 15px 20px;
}
.side-nav .lw_widget_results > li .lw_subnav li:not(:last-child) {
  margin-top: 2px;
  margin-bottom: 7px;
}
.side-nav .lw_widget_results > li .lw_subnav li > .lw_separator_title {
  /* second level nav separators*/
  font-size: 1.6rem;
}
.side-nav .lw_widget_results > li .lw_subnav li > a {
  /* second level nav links*/
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.2;
}
.side-nav .lw_widget_results > li .lw_subnav li.lw_current > a,
.side-nav .lw_widget_results > li .lw_subnav li > a:hover,
.side-nav .lw_widget_results > li .lw_subnav li > a:focus,
.side-nav .lw_widget_results > li .lw_subnav li > .lw_separator_title:hover,
.side-nav .lw_widget_results > li .lw_subnav li > .lw_separator_title:focus {
  text-decoration: underline;
}
.side-nav .lw_widget_results > li .lw_subnav .lw_subnav {
  /* third-level nav and below*/
  margin: 8px 0 12px;
  padding: 0 0 0 17px;
  color: #d9ac38;
  /* color of bullets*/
}
.side-nav .lw_widget_results > li .lw_subnav .lw_subnav li:not(:last-child) {
  margin-top: 2px;
  margin-bottom: 2px;
}
.side-nav .lw_widget_results > li .lw_subnav .lw_subnav li > a {
  font-size: 1.5rem;
}
.side-nav .lw_widget_results > li .lw_subnav .lw_subnav li > .lw_separator_title {
  font-size: 1.4rem;
}
/* =====================================================================*/
/* EDITABLE AREAS*/
/* =====================================================================*/
.editable-top-content,
.editable-column-content,
.editable-sub-content {
  margin-bottom: 25px;
}
body.left-column_hidden #right-column,
body.right-column_hidden #left-column {
  width: 100%;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .page-sidebar-content {
    margin-bottom: 20px;
  }
}
/* =====================================================================*/
/* INSIDE PAGES*/
/* =====================================================================*/
.page-main-content {
  margin-top: 65px;
  margin-bottom: 60px;
}
body.footer-widgets_hidden .page-main-content {
  /* add more spacing if the footer-widgets cream-colored footer is absent*/
  margin-bottom: 90px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .page-main-content {
    margin-top: 35px;
  }
}
.plain-page-title {
  margin-top: -10px;
  /* align with side nav*/
  margin-bottom: 30px;
  padding-bottom: 8px;
  font-size: 4.3rem;
  line-height: 1.35;
  font-family: 'adelle', serif;
  font-weight: 200;
  color: #0a1736;
  border-bottom: 1px solid #c0b1a6;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .plain-page-title {
    font-size: 3.7rem;
  }
}
@media only screen and (max-width: 479px) {
  .plain-page-title {
    font-size: 3.2rem;
  }
}
.plain-page-intro,
.news-page-intro,
.news-page-body.summary-hidden p:first-child {
  margin-bottom: 30px;
  font-size: 3.2rem;
  line-height: 1.32;
  color: #744c28;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .plain-page-intro,
  .news-page-intro,
  .news-page-body.summary-hidden p:first-child {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 435px) {
  .plain-page-intro,
  .news-page-intro,
  .news-page-body.summary-hidden p:first-child {
    font-size: 2.3rem;
  }
}
/* =====================================================================*/
/* LANDING PAGES*/
/* =====================================================================*/
.photo-feature {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  margin-bottom: 48px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .photo-feature {
    margin-bottom: 25px;
  }
}
.photo-feature + .page-main-content {
  margin-top: 0;
}
@media only screen and (max-width: 479px) {
  .photo-feature {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.photo-feature-image-widget {
  /* if the clean widget is randomized it gets a widget container. this class makes sure it always has a container.*/
  position: relative;
  /* contains image and upload message*/
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65%;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  background-color: #eee;
}
.photo-feature-image-widget::after {
  /* fixed aspect ratio*/
  content: '';
  display: block;
  padding-bottom: 52.5%;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .photo-feature-image-widget {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 52%;
    -ms-flex: 0 0 52%;
    flex: 0 0 52%;
  }
}
@media only screen and (max-width: 479px) {
  .photo-feature-image-widget {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.photo-feature-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.photo-feature-upload-message {
  display: block;
  position: absolute;
  top: 30%;
  left: 10%;
  max-width: 80%;
  font-family: 'adelle', serif;
  font-size: 2.6rem;
  color: #173774;
}
.photo-feature-overlay {
  z-index: 1;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 70px 32px 50px;
  font-family: 'adelle', serif;
  background-color: #0a1736;
}
.photo-feature-overlay a {
  color: #ecb62a;
}
.photo-feature-overlay a:hover,
.photo-feature-overlay a:focus {
  color: #ecb62a;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .photo-feature-overlay {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .photo-feature-overlay {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .photo-feature-overlay {
    padding: 25px 20px;
  }
}
.photo-feature-overlay-title {
  display: inline-block;
  margin: 0 0 22px -52px;
  padding: 13px 20px;
  font-weight: 500;
  font-size: 5rem;
  /* must fit "Civic Engagement"*/
  line-height: 1.05;
  text-transform: uppercase;
  background-color: rgba(15, 48, 112, 0.95);
  color: #d9ac38;
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .photo-feature-overlay-title {
    font-size: 4rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .photo-feature-overlay-title {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 479px) {
  .photo-feature-overlay-title {
    margin-left: 0;
    font-size: 2.1rem;
  }
}
.photo-feature-overlay-text {
  font-size: 1.9rem;
  color: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .photo-feature-overlay-text {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .photo-feature-overlay-text {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 479px) {
  .photo-feature-overlay-text {
    font-size: 1.7rem;
  }
}
.photo-feature-overlay-text .btn-small,
.photo-feature-overlay-text .btn-small-blue,
.photo-feature-overlay-text .btn-small-gold {
  text-align: left;
  margin-left: -12px;
  /* same as left padding. aligns the button text with paragraph text.*/
}
@media only screen and (max-width: 479px) {
  .photo-feature-overlay-text .btn-small,
  .photo-feature-overlay-text .btn-small-blue,
  .photo-feature-overlay-text .btn-small-gold {
    margin-left: 0;
  }
}
/* Footer with gallery: used on homepage and landing page*/
.photos-footer {
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .photos-footer {
    /* fixed aspect ratio on desktop */
    max-height: 500px;
    min-height: 390px;
  }
  .photos-footer::after {
    content: '';
    display: block;
    padding-bottom: 35.36%;
  }
  .photos-footer.tall::after {
    padding-bottom: 40%;
  }
  .photos-footer .photos-footer-inner {
    position: absolute;
    /* all direct children don't affect size of container*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .photos-footer .photos-footer-inner > .container {
    position: relative;
    height: 100%;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px) {
  .photos-footer {
    min-height: 300px;
    padding-top: 25px;
    padding-bottom: 45px;
    text-align: center;
  }
}
.photos-footer-image-widget {
  /* if the clean widget is randomized it gets a widget container. this class makes sure it always has a container.*/
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.photos-footer-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.photos-footer-upload-message {
  display: block;
  position: absolute;
  top: 20%;
  left: 10%;
  max-width: 80%;
  font-family: 'adelle', serif;
  font-size: 2.6rem;
  color: #173774;
}
.photos-footer-slideshow {
  z-index: 1;
  /* above background footer image*/
  position: relative;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .photos-footer-slideshow {
    position: absolute;
    top: 35px;
    right: 30px;
  }
  .photos-footer-slideshow.left {
    right: auto;
    left: 30px;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px) {
  .photos-footer-btn ~ .photos-footer-slideshow {
    margin-top: 70px;
  }
}
.lw_editor_on .photos-footer-slideshow {
  /* when editing the page*/
  min-width: 520px;
  min-height: 300px;
  background-color: rgba(255, 255, 255, 0.8);
}
.lw_editor_on .photos-footer-slideshow #lw_pages_editor_slideshow {
  height: 300px !important;
}
.photos-footer-btn {
  /* used for "Launch interactive Tour" btn on homepage*/
  z-index: 1;
  /* above background*/
  position: absolute;
  display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .photos-footer-btn {
    right: 45px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: -20px;
    /* roughly centers the button vertically accounting for footer overlap*/
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px) {
  .photos-footer-btn {
    top: 20px;
    left: 50%;
    width: 308px;
    margin-left: -156px;
    text-align: center;
  }
}
/* =====================================================================*/
/* POSTER PAGES*/
/* =====================================================================*/
.poster-container {
  position: relative;
  /* contains title*/
  margin-bottom: 38px;
  min-height: 200px;
  /* prevents layout issues before image loads*/
}
@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) {
  .poster-container {
    /* desktop poster position*/
    margin-left: -105px;
    margin-top: -65px;
  }
  .lw_editor_on .poster-container {
    /* reposition the poster when the page is being edited*/
    margin-left: 0;
    margin-right: -105px;
    /* poster container must be full size so image recives correct size on upload*/
    margin-top: 0;
  }
}
body.poster_hidden .poster-container {
  /* show a message when there is no poster image*/
  padding: 210px 100px 180px;
  background-color: #eef0f2;
}
body.poster_hidden .poster-container:after {
  content: 'Please edit the page and add an image here.';
  font-size: 3.2rem;
  line-height: 1.32;
  color: #744c28;
}
.poster-image {
  /* make #poster optional so the body gets poster_hidden class when there's no image*/
}
.poster-image .lw_image {
  display: block;
  float: none;
  margin: 0;
  border: 1px solid #e0d7d1;
}
@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) {
  .poster-image .lw_image {
    border-top: none;
  }
}
.poster-image .lw_image_caption {
  position: absolute;
  bottom: 0;
  left: 1px;
  right: 1px;
  display: block;
  margin: 0;
  padding: 15px 22px;
  background-color: rgba(10, 23, 54, 0.6);
  color: #fff;
  font-family: 'adelle', serif;
  font-size: 1.7rem;
  line-height: 1.3;
  letter-spacing: 0.005em;
  width: auto !important;
}
@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) {
  .poster-image .lw_image_caption {
    padding-left: 104px;
  }
}
.poster-image .lw_image_caption a {
  color: #fff;
  text-decoration: underline;
}
.poster-image .lw_image_caption a:hover,
.poster-image .lw_image_caption a:focus {
  color: #eab427;
  text-decoration: underline;
}
.poster-title {
  position: absolute;
  left: 68px;
  top: 44px;
  margin: 0;
  padding: 8px 30px;
  background-color: rgba(255, 255, 255, 0.8);
  font-family: 'adelle', serif;
  font-weight: 200;
  font-size: 4.3rem;
  line-height: 1.3;
  color: #0a1736;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .poster-title {
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 479px) {
  .poster-title {
    top: 30px;
    left: 0;
    right: 0;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    font-size: 2.8rem;
  }
}
/* =====================================================================*/
/* OFFICE PAGES*/
/* =====================================================================*/
.office-page-header {
  padding: 50px 0 12px;
  background-color: #846445;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .office-page-header {
    padding-top: 35px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px), 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) {
  .office-page-header .col-sm-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* flexbox keeps button at bottom of header */
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.office-page-header h1,
.office-page-header h2 {
  display: inline-block;
  margin: 0;
  color: #fff;
  font-family: 'adelle', serif;
  font-weight: 100;
  line-height: 1.3;
}
@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) {
  .office-page-header h1,
  .office-page-header h2 {
    padding-right: 30px;
    font-size: 4.3rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .office-page-header h1,
  .office-page-header h2 {
    padding-right: 30px;
    font-size: 3.4rem;
  }
}
@media only screen and (max-width: 479px) {
  .office-page-header h1,
  .office-page-header h2 {
    padding-bottom: 20px;
    font-size: 3.2rem;
  }
}
.office-page-header h1 a,
.office-page-header h2 a {
  color: #fff;
}
.office-page-header .btn-small,
.office-page-header .btn-small-blue,
.office-page-header .btn-small-gold {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
@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) {
  .office-page-header .btn-small,
  .office-page-header .btn-small-blue,
  .office-page-header .btn-small-gold {
    margin-bottom: 12px;
    /* align with header*/
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .office-page-header .btn-small,
  .office-page-header .btn-small-blue,
  .office-page-header .btn-small-gold {
    margin-bottom: 6px;
  }
}
.office-banner .lw_image {
  display: block;
  float: none;
  margin: 0;
}
.office-headline {
  margin-bottom: 35px;
  padding-top: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid #c0b1a6;
}
.office-headline,
.office-headline * {
  color: #0a1736;
  font-family: 'adelle', serif;
  text-transform: none;
  font-size: 4.3rem;
  font-weight: 200;
  line-height: 1.3;
}
.office-headline *:first-child {
  margin-top: 0;
}
.office-headline *:last-child {
  margin-bottom: 0;
}
/* =====================================================================*/
/* DEPARTMENT PAGES*/
/* =====================================================================*/
.department-page-header {
  padding: 50px 0 12px;
  background-color: #711c2d;
  /* default department color*/
  /* Optional Department-specific colors*/
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .department-page-header {
    padding-top: 35px;
  }
}
@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) {
  .department-page-header .col-sm-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    /* flexbox keeps button at bottom of header */
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@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) {
  .department-page-header h1,
  .department-page-header h2 {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .department-page-header h1,
  .department-page-header h2 {
    padding-bottom: 20px;
  }
}
.department-page-header h1,
.department-page-header h2,
.department-page-header h1 a,
.department-page-header h2 a {
  display: inline-block;
  margin: 0;
  color: #fff;
  font-family: 'adelle', serif;
  font-weight: 100;
  font-size: 4.3rem;
  line-height: 1.3;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .department-page-header h1,
  .department-page-header h2,
  .department-page-header h1 a,
  .department-page-header h2 a {
    font-size: 3.3rem;
  }
}
@media only screen and (max-width: 479px) {
  .department-page-header h1,
  .department-page-header h2,
  .department-page-header h1 a,
  .department-page-header h2 a {
    font-size: 2.9rem;
  }
}
.department-page-header .btn-small,
.department-page-header .btn-small-blue,
.department-page-header .btn-small-gold {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 12px;
  /* align with header*/
}
.department-banner {
  /* the department banner is a Wallop slider*/
  /* When there is only one image tagged "homepage header" display a larger header image instead of slider*/
}
.department-banner:not(.is-slideshow) .lw_image_caption {
  display: none;
}
@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) {
  .department-banner:not(.is-slideshow) {
    margin-left: -105px;
    margin-top: -65px;
  }
  .department-banner:not(.is-slideshow) .lw_image {
    border-top: none;
  }
}
.department-banner-upload-message {
  /* only displayed when the page editor is on*/
  display: none;
}
.lw_editor_on .department-banner-upload-message {
  display: block;
  padding: 100px 40px 80px 105px;
  font-family: 'adelle', serif;
  font-size: 2.6rem;
  background-color: #eef0f2;
  color: #173774;
}
@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) {
  .lw_editor_on .department-banner-upload-message {
    margin-left: -105px;
    margin-top: -65px;
  }
}
.department-headline {
  margin-bottom: 35px;
  padding-top: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid #c0b1a6;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .department-headline {
    padding-top: 15px;
  }
}
.department-headline,
.department-headline * {
  text-transform: none;
  font-family: 'goudy-old-style', serif;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 1.32;
  color: #744c28;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .department-headline,
  .department-headline * {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 479px) {
  .department-headline,
  .department-headline * {
    font-size: 2.6rem;
  }
}
.department-headline *:first-child {
  margin-top: 0;
}
.department-headline *:last-child {
  margin-bottom: 0;
}
.department-page #intro {
  margin-bottom: 30px;
}
@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) {
  .department-page .page-sidebar-content {
    padding-right: 43px;
  }
}
.header-overlay-wrapper {
  position: relative;
}
.header-overlay-btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  bottom: 0;
  text-decoration: underline;
}
.header-overlay-btn:focus {
  outline: none;
}
.header-overlay {
  z-index: 6;
  /* above all other things including lw_slideshow */
  position: absolute;
  top: 100%;
  margin-top: -12px;
  padding: 22px 32px 18px;
  list-style-type: none;
  background-color: #d9ac38;
  color: #040f23;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
.header-overlay.show,
.header-overlay-btn:focus ~ .header-overlay,
.header-overlay-btn:hover ~ .header-overlay,
.header-overlay-wrapper:hover .header-overlay {
  pointer-events: all;
  opacity: 1;
}
.header-overlay li {
  margin-bottom: 8px;
  font-family: 'adelle', serif;
  font-size: 17px;
}
.header-overlay a {
  color: #040f23;
}
@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) {
  .header-overlay {
    right: 0;
    width: 650px;
    max-width: 91vw;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .header-overlay {
    left: 0;
    right: 10px;
  }
}
@media only screen and (min-width: 660px) {
  .header-overlay {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
}
@media only screen and (max-width: 659px) {
  .header-overlay {
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
}
@media only screen and (max-width: 435px) {
  .header-overlay {
    -webkit-column-count: 1;
    column-count: 1;
  }
}
/* =====================================================================*/
/* SEARCH PAGE*/
/* =====================================================================*/
.search-page #no-results-message {
  /* hide the no results message by default*/
  display: none;
}
.search-page.search-page-sidebar_hidden.search-page-main_hidden #no-results-message {
  /* show no results message when there are no results*/
  display: block;
}
.search-page.search-page-sidebar_hidden #search-page-main,
.search-page.search-page-main_hidden #search-page-sidebar {
  /* if sidebar is empty main content goes full width, and vice versa */
  width: 100%;
  left: 0;
}
.search-page .lw_widget {
  margin-bottom: 5rem;
  /* larger widget spacing */
}
.search-page .lw_gallery_mini:not(:last-child) {
  margin-bottom: 9rem;
}
/* =====================================================================*/
/* ALL DETAILS PAGES*/
/* =====================================================================*/
.lw_slideshow_wrapper,
.lw_slideshow {
  max-width: 100%;
}
.lw_slideshow,
.lw_slideshow > li {
  background-color: transparent;
}
.lw_slideshow div[class$="_credit"],
.lw_slideshow div[class$="_caption"],
.lw_gallery_thumb {
  font-family: 'adelle', serif;
  font-size: 1.6rem;
  color: #534741;
}
.lw_slideshow_controls {
  background-color: transparent;
  font-family: 'adelle', serif;
  font-weight: 200;
  font-size: 1.25rem;
  color: #846445;
}
.lw_slideshow_controls a,
.lw_slideshow_controls .lw_slideshow_count {
  color: #846445;
}
.details-field-location {
  display: block;
  margin-top: -7px;
  margin-bottom: 10px;
  font-family: 'adelle', serif;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.2;
  color: #0b2557;
}
.callout-quote {
  z-index: 1;
  /* for quote icon*/
  position: relative;
  margin: 40px 0 70px;
  padding-left: 30px;
  padding-right: 10px;
  border-left: 6px solid #173774;
  font-size: 1.8rem;
  /* credit text*/
  color: #534741;
}
.callout-quote blockquote {
  margin: 0 0 7px;
  padding: 0;
  border: none;
  font-size: 2.6rem;
  line-height: 1.4;
  color: #744c28;
}
.callout-quote blockquote strong {
  color: #173774;
  font-weight: normal;
}
.callout-quote::before {
  /* quote icon*/
  z-index: -1;
  /* behind content*/
  content: '';
  position: absolute;
  top: -6px;
  right: 0;
  width: 70px;
  height: 60px;
  background-image: url('/live/resource/image/_ingredients/themes/global/assets/images/quote-icon.png');
  background-repeat: no-repeat;
  background-size: contain;
}
.details-field.related-links {
  margin-bottom: 45px;
  font-family: 'adelle', serif;
}
.details-field.related-links ul {
  list-style-type: none;
  padding: 0;
}
.details-field.related-links li {
  line-height: 1.2;
}
.details-field.related-links li:not(:last-child) {
  margin-bottom: 25px;
}
.details-field.related-links img {
  display: inline-block;
  float: left;
  margin-right: 20px;
  margin-bottom: 6px;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.25);
}
.details-field.related-links a {
  clear: both;
  display: block;
  margin-bottom: 5px;
  font-family: 'adelle', serif;
  font-weight: 500;
  font-size: 1.9rem;
  line-height: 1.3;
  color: #173774;
  text-transform: none;
  text-decoration: underline;
}
.details-field.related-links a:hover,
.details-field.related-links a:focus {
  text-decoration: underline;
  color: #2455b4;
}
/* =====================================================================*/
/* PROFILES DETAILS PAGE*/
/* =====================================================================*/
.profiles-page .page-main-content {
  margin-bottom: 90px;
}
.profiles-page .side-nav {
  margin-bottom: 80px;
}
.profiles-page .contact-block {
  margin-bottom: 60px;
}
.profiles-page .profiles_content {
  /* livewhale profile html*/
}
.profiles-page .profiles_content ul {
  margin-top: 10px;
}
.profiles-page .profiles_field + .profiles_field {
  /* livewhale profile html*/
  margin-top: 20px;
}
.profiles-page-title {
  margin: 0 0 6px;
  font-family: 'adelle', serif;
  font-weight: 600;
  font-size: 4.7rem;
  line-height: 1.3;
  color: #0a1736;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .profiles-page-title {
    font-size: 3.7rem;
  }
}
@media only screen and (max-width: 479px) {
  .profiles-page-title {
    font-size: 3.2rem;
  }
}
.profiles-page-meta {
  margin-bottom: 27px;
  padding-bottom: 25px;
  border-bottom: 1px solid #c0b1a6;
  font-family: 'adelle', serif;
  font-size: 1.6rem;
  color: #534741;
}
.profiles-page-meta span {
  display: block;
}
.profiles-page-meta small {
  font-size: 1.4rem;
}
.profiles-page-intro {
  margin-bottom: 30px;
  font-size: 2.2rem;
  color: #744c28;
}
.profiles-page-body {
  font-size: 2.2rem;
}
.profiles-page-sidebar {
  margin-bottom: 60px;
}
.profiles-page-images {
  margin-bottom: 28px;
}
.profiles-page-images img {
  margin-bottom: 10px;
}
.profiles-page-images .lw_slideshow .lw_profiles_credit,
.profiles-page-images .lw_slideshow .lw_profiles_caption {
  display: none;
  /* HIDE FOR NOW UNTIL HIDE CAPTION OPTION IS AVAILABLE IN LW */
  margin-bottom: 4px;
}
/* =====================================================================*/
/* NEWS DETAILS PAGE*/
/* =====================================================================*/
.news-page-title {
  margin: 0 0 25px;
  font-family: 'adelle', serif;
  font-weight: 600;
  font-size: 4.7rem;
  line-height: 1.3;
  color: #0a1736;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .news-page-title {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 435px) {
  .news-page-title {
    font-size: 2.6rem;
  }
}
.news-page-meta {
  margin-bottom: 30px;
  padding-bottom: 3px;
  border-bottom: 1px solid #c0b1a6;
  font-size: 1.6rem;
  color: #846445;
}
.news-page-meta time,
.news-page-meta span {
  color: #0b2557;
}
.news-page-body.summary-hidden p:first-child {
  /* enlarge first paragraph of body text when summary is hidden*/
}
.news-page-body .lw_image.lw_align_left,
.news-page-body .lw_image.lw_align_right,
.news-page-body .lw_image.lw_align_center,
.news-page-body .lw_image.lw_align_none,
.news-page-body .lw_image_caption,
.news-page-body .lw_image_credit {
  max-width: 50%;
}
.news-page-share {
  margin-top: 40px;
  margin-bottom: 9px;
}
.news-page-share h4 {
  display: inline-block;
  float: left;
  margin: 0;
}
.news-page-share .lw_widget_saveandshare {
  display: inline-block;
  float: left;
  margin-top: -11px;
  margin-left: 15px;
}
.news-page-images {
  margin-bottom: 45px;
  padding: 10px;
  background-color: #f4e6be;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .news-page-images {
    margin-top: 30px;
  }
}
.news-page-images img {
  margin-bottom: 10px;
  border: 6px solid #fff;
}
.news-page-images .lw_slideshow .lw_news_credit,
.news-page-images .lw_slideshow .lw_news_caption,
.news-page-images .lw_slideshow_controls {
  padding: 0 6px;
  /* equal to image border*/
}
.news-page-images .lw_slideshow .lw_news_credit,
.news-page-images .lw_slideshow .lw_news_caption {
  margin-bottom: 4px;
}
.news-page-images .lw_slideshow_controls {
  text-align: right;
}
.news-footer-contact .contact-block-text {
  font-size: 1.6rem;
}
.news-footer-contact .contact-block-text:not(:first-child) {
  margin-top: 20px;
}
@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) {
  .news-footer-contact .map-container .map-widget {
    right: 0;
    left: auto;
  }
}
/* =====================================================================*/
/* SAVE AND SHARE WIDGET*/
/* =====================================================================*/
.lw_widget_saveandshare a {
  display: block;
}
.lw_widget_saveandshare a:hover,
.lw_widget_saveandshare a:focus {
  color: #d9ac38;
}
.lw_widget_saveandshare a span {
  line-height: 0;
}
/* =====================================================================*/
/* BREADCRUMB (used on news details pages)*/
/* =====================================================================*/
.page-breadcrumb {
  margin-top: -30px;
  margin-bottom: 16px;
  font-family: 'adelle', serif;
  font-weight: 200;
  font-size: 1.4rem;
  color: #90857d;
}
.page-breadcrumb a {
  color: #90857d;
  text-decoration: none;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .page-breadcrumb {
    margin-top: -15px;
  }
}
/* =====================================================================*/
/* CONTACT BLOCK (Office, Department and Profile pages)*/
/* =====================================================================*/
.contact-block {
  margin-bottom: 50px;
}
.page-section .contact-block {
  /* when placed in a cream-colored section (see news details)*/
  margin-bottom: 0;
}
.contact-block .staff-directory,
.contact-block .form,
.contact-block .email,
.contact-block .location,
.contact-block .phone {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-left: 30px;
  padding-left: 12px;
  border-left: 1px solid #eef0f2;
  font-family: 'adelle', serif;
  font-weight: 600;
  font-size: 1.6rem;
}
.contact-block .staff-directory::before,
.contact-block .form::before,
.contact-block .email::before,
.contact-block .location::before,
.contact-block .phone::before {
  content: '';
  display: block;
  position: absolute;
  left: -24px;
  top: 5px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
}
.contact-block .location::before {
  background-image: url('/live/resource/image/_ingredients/themes/global/assets/images/map-pin-icon.png');
}
.contact-block .map-widget {
  left: -28px;
}
@media only screen and (max-width: 435px) {
  .contact-block .map-widget {
    max-width: 100%;
  }
}
.contact-block .staff-directory::before {
  background-image: url('/live/resource/image/_ingredients/themes/global/assets/images/list-icon.png');
}
.contact-block .email::before {
  background-image: url('/live/resource/image/_ingredients/themes/global/assets/images/email-icon.png');
}
.contact-block .form::before {
  background-image: url('/live/resource/image/_ingredients/themes/global/assets/images/pdf-icon.png');
}
.contact-block .phone::before {
  background-image: url('/live/resource/image/_ingredients/themes/global/assets/images/phone-icon.png');
}
.contact-block .contact-block-text:not(:first-child) {
  margin-top: 40px;
}
.contact-block a:hover,
.contact-block a:focus {
  color: #173774;
}
/* =====================================================================*/
/* MAPS (Sidebar content block and events widgets)*/
/* =====================================================================*/
.map-container {
  position: relative;
}
.map-container .map-btn {
  padding: 0 3px;
  text-decoration: underline;
}
.map-container .map-btn:hover,
.map-container .map-btn:focus {
  color: #173774;
  font-weight: bold;
}
.map-container .map-btn:focus + .map-widget,
.map-container .map-btn:hover + .map-widget,
.map-container .map-widget:hover,
.map-container .map-widget:focus,
.map-container .map-widget.show {
  opacity: 1;
  pointer-events: all;
}
.map-container .map-widget {
  /* map*/
  z-index: 2;
  /* above events date in case overlapping*/
  position: absolute;
  top: 100%;
  left: 0;
  padding: 15px;
  background: #fff;
  border: 1px solid #d5cbc4;
  -webkit-box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.3);
  opacity: 0;
  /* (map doesn't work if using display:none)*/
  pointer-events: none;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.map-container .map-widget .lw_places_footer {
  display: none;
}
.lw_places_map {
  max-width: 100%;
  /* for other map widgets*/
}
/* hide footer in all maps */
.lw_widget_places .lw_places_footer {
  display: none;
}
/* =====================================================================*/
/* PAGE SECTION (COLORED STRIP CONTAINING WIDGETS)*/
/* =====================================================================*/
.page-section {
  background-color: #faf5ef;
  /* default color is cream*/
}
.page-section-inner {
  /* padding goes on inner container so editable section disappears when there's no content*/
  padding-top: 35px;
  padding-bottom: 70px;
  /* more padding if footer overlaps page section*/
}
.landing-page .page-section-inner {
  /* footer doesn't overlap page section on landing pages*/
  padding-bottom: 30px;
}
body.section-1_hidden #section-2,
body.section-2_hidden #section-1,
body.section-3_hidden #section-2 {
  /* if one column is empty, another column expands*/
  width: 66.66%;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  body.section-1_hidden #section-2,
  body.section-2_hidden #section-1,
  body.section-3_hidden #section-2 {
    width: 100%;
  }
}
/* =====================================================================*/
/* EVENT WIDGETS*/
/* =====================================================================*/
.date-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 1;
  font-family: 'adelle', serif;
  font-weight: 600;
  background: #fff;
  text-align: center;
}
.lw_widget_events .date-icon {
  -webkit-box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px -1px rgba(0, 0, 0, 0.4);
  /* all date icons in events widget receive shadow*/
}
.date-icon-month {
  display: block;
  padding: 6px 0 3px;
  font-size: 11px;
  font-weight: 100;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #a80532;
  color: #fff;
}
.date-icon-date {
  display: block;
  padding: 2px 0 0;
  font-size: 25px;
  font-weight: 500;
  color: #000;
}
.lw_widget_events {
  /* Event widgets must use standard markup*/
  /* Layout for events with images*/
  /* Layout for events without images*/
}
.lw_widget_events:last-child {
  margin-bottom: 0;
}
.lw_widget_events .lw_widget_results:not(:first-child) {
  margin-top: 14px;
  /* padding between widget header and first item*/
}
.lw_widget_events .lw_widget_results > li {
  max-width: 360px;
  /* cap width in case event widget is placed in wide content area*/
}
.lw_widget_events .lw_widget_results > li:not(:last-child) {
  /* padding between events*/
  margin-bottom: 38px;
}
.lw_widget_events.lw_widget_randomized_single .lw_widget_results > li {
  margin-bottom: 0;
}
.lw_widget_events.text {
  /* styling for simple text-only list */
}
.lw_widget_events.text .lw_widget_results {
  margin: 0;
}
.lw_widget_events.text .lw_widget_results li {
  max-width: 100%;
  margin: 0;
}
.lw_widget_events.full-width {
  /* styling for news-like list */
}
.lw_widget_events.full-width .lw_widget_results li {
  max-width: 100%;
}
.lw_widget_events.full-width .lw_widget_results .lw_events_date_time,
.lw_widget_events.full-width .lw_widget_results .lw_events_summary {
  font-family: adelle,serif;
  font-weight: 200;
  font-size: 1.6rem;
  color: #534741;
}
.lw_widget_events li.lw_has_image {
  position: relative;
}
.lw_widget_events li.lw_has_image .date-icon {
  z-index: 1;
  /* above hero image link*/
  position: absolute;
  top: 10px;
  left: 0px;
}
.lw_widget_events li.lw_has_image .lw_widget_events_title {
  display: none;
  /* hide the regular events title if the event has a hero image (required for first-image-only widgets)*/
}
.lw_widget_events li.lw_has_image .lw_widget_events_info {
  margin-left: 10px;
}
.lw_widget_events li:not(.lw_has_image) .date-icon {
  float: left;
  margin-right: 14px;
}
.lw_widget_events li:not(.lw_has_image) .lw_widget_events_info {
  padding-left: 64px;
}
.lw_widget_events li:not(.lw_has_image) .lw_widget_events_title {
  margin: 0;
  font-family: 'adelle', serif;
  font-weight: 600;
  /* font-size: 2.5rem;  // JP: seemed way too big to me*/
  line-height: 1.2;
  color: #173774;
  text-transform: none;
}
.lw_widget_events li:not(.lw_has_image) .lw_widget_events_title a {
  text-decoration: none;
}
.lw_widget_events .lw_widget_events_location,
.lw_widget_events .lw_widget_events_time {
  display: block;
  margin-bottom: 3px;
  font-family: 'adelle', serif;
  font-size: 1.8rem;
  color: #362f2d;
}
.lw_widget_events .lw_widget_events_location strong,
.lw_widget_events .lw_widget_events_time strong {
  font-weight: 200;
  font-size: 1.45rem;
  text-transform: uppercase;
  color: #766c64;
}
@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) {
  .lw_widget_events .map-widget {
    max-width: 100%;
  }
}
.lw_widget_events .lw_widget_events_summary {
  margin-top: 14px;
  margin-bottom: 17px;
  font-size: 1.6rem;
  font-family: 'adelle', serif;
}
.lw_widget_events .link-with-arrow {
  display: block;
  margin-top: 8px;
  font-size: 1.6rem;
}
/* Hero image header used for events with images*/
.lw_widget_hero_image {
  position: relative;
  margin-bottom: 12px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.25);
}
.lw_widget_hero_image::after {
  content: '';
  display: block;
  padding-top: 65.2%;
  /* aspect ratio of events image*/
  background-color: rgba(0, 0, 0, 0.25);
  /* darken the image*/
}
.lw_widget_hero_title {
  position: absolute;
  bottom: 15px;
  left: 18px;
  right: 18px;
  margin: 0;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px) {
  .lw_widget_hero_title {
    bottom: 6px;
    left: 9px;
    right: 9px;
  }
}
.lw_widget_hero_title,
.lw_widget_hero_title a {
  font-family: 'adelle', serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #fff;
  text-shadow: 0 0 17px rgba(0, 0, 0, 0.8);
  text-transform: none;
  text-decoration: none;
}
.lw_widget_hero_title:focus,
.lw_widget_hero_title a:focus {
  text-decoration: underline;
  color: #fff;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px) {
  .lw_widget_hero_title,
  .lw_widget_hero_title a {
    font-size: 2.1rem;
  }
}
.lw_widget_hero_link {
  /* makes entire image a link (LW doesn't allow container to be a link)*/
  z-index: 0;
  /* above title*/
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  text-indent: -1000px;
  overflow: hidden;
}
/* =====================================================================*/
/* NEWS WIDGETS*/
/* =====================================================================*/
.lw_widget_results.lw_widget_results_news:not(:first-child) {
  margin-top: 15px;
  /* padding between widget header and first item*/
}
.lw_widget_results.lw_widget_results_news > li {
  overflow: hidden;
}
.lw_widget_results.lw_widget_results_news > li:not(:last-child) {
  /* padding between news items*/
  margin-bottom: 35px;
}
.lw_widget_randomized_single .lw_widget_results.lw_widget_results_news > li {
  margin-bottom: 0;
}
body.section-1_hidden #section-2 .lw_widget_results.lw_widget_results_news,
body.section-2_hidden #section-1 .lw_widget_results.lw_widget_results_news,
body.section-3_hidden #section-2 .lw_widget_results.lw_widget_results_news {
  /* if one column is left empty, news stories display side by side*/
}
@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) {
  body.section-1_hidden #section-2 .lw_widget_results.lw_widget_results_news,
  body.section-2_hidden #section-1 .lw_widget_results.lw_widget_results_news,
  body.section-3_hidden #section-2 .lw_widget_results.lw_widget_results_news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    /* BUG! lw_widget_results is getting display:block or display:flex applied by JS. Why?*/
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  body.section-1_hidden #section-2 .lw_widget_results.lw_widget_results_news > li,
  body.section-2_hidden #section-1 .lw_widget_results.lw_widget_results_news > li,
  body.section-3_hidden #section-2 .lw_widget_results.lw_widget_results_news > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  body.section-1_hidden #section-2 .lw_widget_results.lw_widget_results_news > li:first-child,
  body.section-2_hidden #section-1 .lw_widget_results.lw_widget_results_news > li:first-child,
  body.section-3_hidden #section-2 .lw_widget_results.lw_widget_results_news > li:first-child {
    padding-right: 20px;
  }
  body.section-1_hidden #section-2 .lw_widget_results.lw_widget_results_news > li:last-child,
  body.section-2_hidden #section-1 .lw_widget_results.lw_widget_results_news > li:last-child,
  body.section-3_hidden #section-2 .lw_widget_results.lw_widget_results_news > li:last-child {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .lw_widget_results.lw_widget_results_news {
    display: block !important;
  }
}
.lw_widget_results.lw_widget_results_news .lw_news_date {
  margin-bottom: 3px;
  display: block;
}
.lw_news_image .lw_item_thumb {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 6px;
  line-height: 0;
}
@media only screen and (max-width: 479px) {
  .lw_news_image .lw_item_thumb {
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@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) {
  body.section-1_hidden #section-2 .lw_news_image .lw_item_thumb,
  body.section-2_hidden #section-1 .lw_news_image .lw_item_thumb,
  body.section-3_hidden #section-2 .lw_news_image .lw_item_thumb,
  .page-sidebar-content .lw_news_image .lw_item_thumb,
  .editable-column-content .lw_news_image .lw_item_thumb,
  .page-section .col-sm-4 .lw_news_image .lw_item_thumb {
    float: none;
    margin-right: 0;
  }
}
.lw_news_image .lw_item_thumb picture {
  float: none;
  margin-bottom: 0;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.25);
}
.fullwidth-section .lw_news_image {
  /* when news story is placed in full-width editable area*/
}
.fullwidth-section .lw_news_image .lw_item_thumb {
  margin-top: 9px;
  /* align with news headline*/
  margin-right: 3vw;
}
.fullwidth-section .lw_news_image .lw_item_thumb img {
  margin-bottom: 10px;
  border: none;
  -webkit-box-shadow: 1px -1px 1px 1px #fff;
  box-shadow: 1px -1px 1px 1px #fff;
}
@media only screen and (max-width: 600px) {
  .fullwidth-section .lw_news_image .lw_item_thumb {
    float: none;
  }
}
.lw_news_headline {
  margin-bottom: 5px;
  font-family: 'adelle', serif;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #173774;
  text-transform: none;
}
.lw_news_headline a {
  text-decoration: none;
}
.fullwidth-section .lw_news_headline {
  /* when news story is placed in full-width editable area*/
  margin-bottom: 20px;
  font-size: 3.1rem;
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .fullwidth-section .lw_news_headline {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .fullwidth-section .lw_news_headline {
    font-size: 2.3rem;
  }
}
.lw_news_summary {
  font-family: 'adelle', serif;
  font-weight: 200;
  font-size: 1.6rem;
  color: #534741;
}
.fullwidth-section .lw_news_summary {
  /* when news story is placed in full-width editable area*/
  font-size: 1.8rem;
}
.large-news-widget {
  /* used on SHS homepage*/
}
@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) {
  .large-news-widget .lw_news_image {
    float: left;
    margin-right: 33px;
    max-width: 50%;
  }
}
.large-news-widget .lw_news_image img {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.large-news-widget .lw_news_headline {
  font-size: 2.9rem;
}
/* =====================================================================*/
/* STANDARD FEEDS WIDGETS*/
/* =====================================================================*/
.lw_widget_results.lw_widget_results_feeds:not(:first-child) {
  margin-top: 15px;
  /* padding between widget header and first item*/
}
.lw_widget_results.lw_widget_results_feeds > li {
  overflow: hidden;
}
.lw_widget_results.lw_widget_results_feeds > li:not(:last-child) {
  /* padding between feed items*/
  margin-bottom: 35px;
}
/* =====================================================================*/
/* FACULTY AND STAFF LISTINGS: PROFILES WIDGET*/
/* =====================================================================*/
.profiles-list .lw_widget_results {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.profiles-list .lw_widget_results:not(:first-child) {
  margin-top: 15px;
  /* padding between widget header and list*/
}
.profiles-list .lw_widget_results > li {
  text-align: center;
  /* desktop layout in main content areas*/
  /* tablet layout in main content areas*/
  /* mobile layout in main content areas*/
}
@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) {
  .profiles-list .lw_widget_results > li {
    margin-right: 2%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 32%;
    -ms-flex: 0 1 32%;
    flex: 0 1 32%;
  }
  .profiles-list .lw_widget_results > li:nth-child(3n) {
    margin-right: 0;
  }
  .profiles-list .lw_widget_results > li:nth-child(n+4) {
    /* padding above each profile*/
    margin-top: 35px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .profiles-list .lw_widget_results > li {
    margin-right: 2%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 49%;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
  }
  .profiles-list .lw_widget_results > li:nth-child(2n) {
    margin-right: 0;
  }
  .profiles-list .lw_widget_results > li:nth-child(n+3) {
    /* padding above each profile*/
    margin-top: 35px;
  }
}
@media only screen and (max-width: 479px) {
  .profiles-list .lw_widget_results > li {
    margin-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-top: 35px;
  }
}
.page-sidebar-content .profiles-list .lw_widget_results > li,
.editable-column-content .profiles-list .lw_widget_results > li {
  /* mobile and desktop layout in sidebar*/
  /* tablet layout in sidebar*/
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .page-sidebar-content .profiles-list .lw_widget_results > li,
  .editable-column-content .profiles-list .lw_widget_results > li {
    margin-right: 18%;
    /* pushes sidebar profiles to the left on largest screens*/
  }
}
@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), only screen and (min-width: 1200px) {
  .page-sidebar-content .profiles-list .lw_widget_results > li,
  .editable-column-content .profiles-list .lw_widget_results > li {
    margin-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-top: 35px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .page-sidebar-content .profiles-list .lw_widget_results > li,
  .editable-column-content .profiles-list .lw_widget_results > li {
    margin-right: 2%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 49%;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
  }
  .page-sidebar-content .profiles-list .lw_widget_results > li:nth-child(2n),
  .editable-column-content .profiles-list .lw_widget_results > li:nth-child(2n) {
    margin-right: 0;
  }
  .page-sidebar-content .profiles-list .lw_widget_results > li:nth-child(n+3),
  .editable-column-content .profiles-list .lw_widget_results > li:nth-child(n+3) {
    /* padding above each profile*/
    margin-top: 35px;
  }
}
.profiles-list .lw_item_thumb {
  float: none;
  display: block;
  text-align: center;
  margin: 0;
}
.profiles-list .lw_item_thumb .lw_image {
  float: none;
  margin-bottom: 9px;
  border: 4px solid #d9ac38;
  border-radius: 50%;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
}
.profiles-list li:not(.lw_has_image) {
  /* display placeholder for profiles without images*/
  position: relative;
}
.profiles-list li:not(.lw_has_image)::before {
  content: '';
  display: inline-block;
  margin-bottom: 9px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 4px solid rgba(217, 172, 56, 0.2);
  background-color: #eef0f2;
}
.profiles-list .lw_profiles_name {
  clear: both;
  margin-top: 0;
  margin-bottom: 3px;
  text-align: center;
  font-family: 'adelle', serif;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #0c2e72;
  text-transform: none;
}
.profiles-list .lw_profiles_name a {
  text-decoration: none;
}
.profiles-list .lw_profiles_title {
  display: block;
  font-family: 'adelle', serif;
  font-size: 1.7rem;
  color: #534741;
}
.profiles-list .lw_profiles_secondary_title {
  display: block;
  font-family: 'adelle', serif;
  font-size: 1.5rem;
  color: #90857d;
}
.profiles-list .lw_profiles_office {
  font-size: 1.5rem;
  color: #694d32;
}
.profiles-list .lw_profiles_email,
.profiles-list .lw_profiles_phone {
  display: block;
  font-family: 'adelle', serif;
  font-size: 1.5rem;
  text-decoration: none;
}
/* =====================================================================*/
/* ALUMNI SUCCESS STORIES: PROFILES WIDGET*/
/* =====================================================================*/
.alumni-widget .lw_widget_results > li {
  position: relative;
  /* contains map*/
}
.alumni-widget .lw_widget_results > li:not(:last-child) {
  /* padding between profiles*/
  margin-bottom: 35px;
}
.alumni-widget.lw_widget_randomized_single .lw_widget_results > li {
  margin-bottom: 0;
}
.alumni-widget .lw_item_thumb {
  margin-right: 0;
}
.alumni-widget .lw_item_thumb img {
  float: none;
  margin-bottom: 6px;
}
.fullwidth-section .alumni-widget {
  /* when alumni widget is placed in full-width editable area*/
}
.fullwidth-section .alumni-widget .lw_item_thumb {
  margin-top: 9px;
  /* align with headline*/
  margin-right: 3vw;
}
.fullwidth-section .alumni-widget .lw_item_thumb img {
  margin-bottom: 10px;
  border: none;
  -webkit-box-shadow: 1px -1px 1px 1px #fff;
  box-shadow: 1px -1px 1px 1px #fff;
}
@media only screen and (max-width: 600px) {
  .fullwidth-section .alumni-widget .lw_item_thumb {
    float: none;
  }
}
.alumni-widget .lw_widget_places {
  display: none;
  /* hide map if widget is placed in sidebar or one-col section*/
}
.fullwidth-section .alumni-widget .lw_widget_places {
  /* map appears on right in full-width editable area*/
  display: block;
  float: right;
  margin: -85px 0 10px 20px;
  padding: 10px;
  background: #fff;
  border: 1px solid #d5cbc4;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.alumni-widget .lw_widget_places .lw_places_footer {
  display: none;
}
.alumni-widget .lw_profiles_headline {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: 'adelle', serif;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #173774;
  text-transform: none;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .alumni-widget .lw_profiles_headline {
    font-size: 2rem;
    margin-bottom: 3px;
  }
}
.alumni-widget .lw_profiles_headline a {
  text-decoration: none;
}
.fullwidth-section .alumni-widget .lw_profiles_headline {
  /* when alumni widget is placed in full-width editable area*/
  margin-bottom: 20px;
  font-size: 3.1rem;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .fullwidth-section .alumni-widget .lw_profiles_headline {
    font-size: 2.3rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .fullwidth-section .alumni-widget .lw_profiles_headline {
    font-size: 2rem;
    margin-bottom: 8px;
  }
}
.alumni-widget .lw_profiles_description {
  display: none;
  /* hide until truncated by JS*/
  font-size: 1.6rem;
  color: #4e4e4e;
  /* BUG! The places widget is causing all text to be wrapped in anchor. TO BE REMOVED*/
}
.alumni-widget .lw_profiles_description p {
  margin: 0;
  /* truncated text should ideally only show one paragraph*/
  display: none;
}
.alumni-widget .lw_profiles_description p:first-child {
  display: block;
}
.alumni-widget .lw_profiles_description a {
  text-decoration: none;
}
.fullwidth-section .alumni-widget .lw_profiles_description {
  /* when alumni widget is placed in full-width editable area*/
  font-size: 1.8rem;
}
.alumni-widget .link-with-arrow {
  font-family: 'adelle', serif;
  font-weight: 600;
  font-size: 1.6rem;
}
.fullwidth-section .alumni-widget .link-with-arrow {
  font-size: 1.8rem;
}
/* =====================================================================*/
/* STUDENT RESEARCH WIDGET*/
/* =====================================================================*/
.research-widget {
  position: relative;
  /* contains header*/
  background-color: #eef0f2;
  padding: 20px;
}
.research-widget h3 {
  display: inline-block;
  margin: 0;
  padding: 11px 10px 9px;
  font-size: 1.8rem;
  font-family: 'adelle', serif;
  font-weight: 500;
  line-height: 1;
  background-color: #fff;
  color: #173774;
}
.research-widget .lw_widget_results > li + li {
  margin-top: 30px;
}
.research-widget .lw_widget_results.lw_widget_slideshow_results {
  /* if using a slideshow (core curriculum widget)*/
  margin-top: 15px;
}
.research-widget .lw_widget_results.lw_widget_slideshow_results .lw_widget_slideshow_result {
  margin-top: 0;
}
.research-widget .lw_blurbs_title {
  display: none;
  /* JS reveals the title once its positioned below the blurb image*/
  margin-top: 10px;
  margin-bottom: 7px;
  font-family: 'adelle', serif;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.25;
  text-transform: none;
  color: #362f2d;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .research-widget .lw_blurbs_title {
    font-size: 2.3rem;
    margin-bottom: 4px;
  }
}
@media only screen and (max-width: 479px) {
  .research-widget .lw_blurbs_title {
    font-size: 2rem;
    margin-bottom: 3px;
  }
}
.research-widget.has-image {
  /* JS adds this class to widgets with an image*/
}
.research-widget.has-image h3 {
  z-index: 0;
  /* above image*/
  position: absolute;
  right: 5px;
  top: 5px;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .research-widget.has-image h3 {
    position: absolute;
    right: auto;
    left: 5px;
  }
}
.research-widget.has-image .lw_blurbs_body p {
  padding-left: 6px;
  /* width of image border*/
  padding-right: 6px;
}
.research-widget.has-image .lw_blurbs_body .lw_image {
  /* image is placed inside the blurb body*/
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: 13px;
  max-width: calc(100% + 12px);
  border: 6px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .research-widget.has-image .lw_blurbs_body .lw_image {
    float: left;
    max-width: 50%;
    height: auto;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .research-widget.has-image .lw_blurbs_body .lw_image {
    max-height: 300px;
    width: auto;
    margin-bottom: 3px;
  }
}
/* =====================================================================*/
/* ACCORDION WIDGET (AKA DEGREE WIDGET)*/
/* =====================================================================*/
.accordion-widget h2 {
  color: #0a1736;
}
.accordion-widget .lw_widget_results.lw_widget_results_profiles > li {
  margin-bottom: 6px;
}
.accordion-widget .accordion-title {
  position: relative;
  /* contains icon*/
  padding: 12px 38px 11px 12px;
  font-family: 'adelle', serif;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 1.2;
  color: #fff;
  background-color: #846445;
  cursor: pointer;
}
.accordion-widget .accordion-title::after {
  /* +/- icon*/
  content: '+';
  display: block;
  position: absolute;
  right: 9px;
  top: 9px;
  width: 20px;
  height: 20px;
  padding: 1px 6px;
  text-align: center;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.2);
}
.accordion-widget .accordion-title.active {
  background-color: #694d32;
}
.accordion-widget .accordion-title.active::after {
  content: '-';
  background-color: rgba(255, 255, 255, 0.6);
  color: #173774;
}
.accordion-widget .accordion-content {
  display: none;
  /* reveal with JS*/
  padding: 20px 25px;
  -webkit-box-shadow: 0 0 1px 1px #e0dbce;
  box-shadow: 0 0 1px 1px #e0dbce;
  color: #534741;
}
.accordion-widget .accordion-content p:last-of-type {
  margin-bottom: 0;
}
.accordion-widget .accordion-content .lw_profiles_description:not(:last-child) {
  margin-bottom: 1em;
}
.accordion-widget .accordion-content .more-link {
  display: inline-block;
  margin-top: 2px;
}
.accordion-widget .lw_profiles_type_degrees .accordion-content {
  padding: 13px 15px;
}
/* =====================================================================*/
/* FAQ WIDGET*/
/* =====================================================================*/
.faq-widget {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 30px 30px 30px 44px;
  background-color: #0c2e72;
  color: #fff;
  font-family: 'adelle', serif;
}
.faq-widget + .faq-widget {
  margin-top: 20px;
  /* if more than one question is displayed*/
}
.faq-widget .faq-widget-question,
.faq-widget .faq-widget-answer {
  position: relative;
}
.faq-widget .faq-widget-question::before,
.faq-widget .faq-widget-answer::before {
  display: block;
  position: absolute;
  left: -57px;
  top: -5px;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  padding: 7px 11px;
  line-height: 1;
  font-size: 2.8rem;
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .faq-widget .faq-widget-question::before,
  .faq-widget .faq-widget-answer::before {
    padding-top: 9px;
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .faq-widget .faq-widget-question::before,
  .faq-widget .faq-widget-answer::before {
    padding-top: 9px;
    font-size: 2.4rem;
  }
}
.faq-widget .faq-widget-question {
  margin-bottom: 30px;
  font-size: 2.8rem;
  line-height: 1.3;
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .faq-widget .faq-widget-question {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .faq-widget .faq-widget-question {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 479px) {
  .faq-widget .faq-widget-question {
    font-size: 2rem;
  }
}
.faq-widget .faq-widget-question a {
  color: #fff;
  text-decoration: none;
  pointer-events: none;
  /* prevent clicks on blurb title in case there is no detailed answer*/
}
.faq-widget .faq-widget-question::before {
  content: 'Q:';
  background-color: #ecb62a;
}
.faq-widget .faq-widget-answer {
  font-size: 2rem;
}
@media only screen and (min-width: 769px) and (max-width: 991px) {
  .faq-widget .faq-widget-answer {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .faq-widget .faq-widget-answer {
    font-size: 1.6rem;
  }
}
.faq-widget .faq-widget-answer a {
  color: #ecb62a;
}
.faq-widget .faq-widget-answer::before {
  content: 'A:';
  background-color: #0a1736;
  font-weight: 400;
  /* lighter font weight on dark bg*/
}
.faq-widget .faq-widget-link {
  color: #ecb62a;
}
.faq-widget + .lw_paginate {
  margin-top: -20px;
  margin-bottom: 30px;
  font-family: 'adelle', serif;
}
.faq-widget + .lw_paginate .lw_paginate_count,
.faq-widget + .lw_paginate .lw_paginate_total {
  display: none;
}
/* =====================================================================*/
/* PAGES WIDGET*/
/* =====================================================================*/
.lw_widget_pages .lw_widget_results_pages > li + li {
  margin-top: 20px;
}
.lw_widget_pages .lw_widget_results_pages h6 {
  margin-bottom: 5px;
}
/* =====================================================================*/
/* INLINE GALLERIES (overrides gallery styles in global/galleries)*/
/* =====================================================================*/
/* Gallery on the search results page */
.lw_widget_type_gallery_mini:not(:last-child) {
  margin-bottom: 65px;
}
/* Fullscreen gallery styles*/
.fsgallery.fsgallery {
  background-color: #040f23;
}
.fsgallery-title.fsgallery-title {
  font-family: 'adelle', serif;
  font-weight: 200;
  font-size: 3rem;
  text-decoration: underline;
}
.fsgallery-caption.fsgallery-caption {
  font-family: 'adelle', serif;
  font-weight: 100;
  font-size: 2rem;
  letter-spacing: 0.01em;
}
.fsgallery-loader {
  /* opacity: 1 !important; // uncomment to see loader icon colors*/
}
.fsgallery-loader .fsgallery-loader-line:nth-child(1) {
  background: #d9ac38;
}
.fsgallery-loader .fsgallery-loader-line:nth-child(2) {
  background: #e3c06b;
}
.fsgallery-loader .fsgallery-loader-line:nth-child(3) {
  background: #ccc;
}
.fsgallery-loader .fsgallery-loader-line:nth-child(4) {
  background: #eef0f2;
}
.fsgallery-inner.is-visible {
  /* opacity: 0 !important; // uncomment to see loader icon colors*/
}
/* =====================================================================*/
/* PEOPLE DIRECTORY*/
/* =====================================================================*/
.people-directory > h2:first-child {
  margin-top: 35px;
  margin-bottom: 25px;
}
.people-directory h4 {
  text-transform: capitalize;
}
.people-directory hr {
  width: 85%;
  float: left;
  padding-bottom: 15px;
}
/* =====================================================================*/
/* ACADEMIC DEPARTMENT CARDS*/
/* =====================================================================*/
.department-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.department-card {
  position: relative;
  display: block;
  margin-bottom: 1%;
  text-decoration: none !important;
  background-color: #0b2557;
  /* fallback*/
}
.department-card > * {
  position: absolute;
  /* prevents children affecting aspect ratio*/
}
.department-card::after {
  content: '';
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 1200px) {
  .department-card {
    -webkit-box-flex: 0 ;
    -ms-flex: 0 1 24.5%;
    -webkit-flex: 0 1 24.5%;
    flex: 0 1 24.5%;
    margin-left: 0.5%;
  }
  .department-card:nth-child(4n+1) {
    margin-left: 0;
  }
  .department-card::after {
    padding-bottom: 78%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px) {
  .department-card {
    -webkit-box-flex: 0 ;
    -ms-flex: 0 1 32.5%;
    -webkit-flex: 0 1 32.5%;
    flex: 0 1 32.5%;
    margin-left: 0.5%;
  }
  .department-card:nth-child(3n+1) {
    margin-left: 0;
  }
  .department-card::after {
    padding-bottom: 74%;
  }
}
@media only screen and (max-width: 435px), only screen and (max-width: 479px) {
  .department-card {
    -webkit-box-flex: 0 ;
    -ms-flex: 0 1 49.5%;
    -webkit-flex: 0 1 49.5%;
    flex: 0 1 49.5%;
    margin-left: 0.5%;
  }
  .department-card:nth-child(2n+1) {
    margin-left: 0;
  }
  .department-card::after {
    padding-bottom: 80%;
  }
}
.department-card:hover,
.department-card:focus {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}
.department-card-title {
  top: 0;
  left: 0;
  right: 0;
  padding: 9px 11px;
  text-transform: none;
  font-weight: 200;
  font-size: 1.6rem;
  background-color: #0a1736;
  color: #fff;
  -webkit-box-shadow: 0 2px 5px -1px rgba(1, 0, 0, 0.31);
  box-shadow: 0 2px 5px -1px rgba(1, 0, 0, 0.31);
}
.department-card:hover .department-card-title,
.department-card:focus .department-card-title {
  background-color: #0c1c43;
}
@media only screen and (max-width: 435px) {
  .department-card-title {
    font-size: 1.5rem;
  }
}
.department-card-labels {
  position: absolute;
  bottom: 10px;
  left: 8px;
  margin-right: 8px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.department-card:hover .department-card-labels,
.department-card:focus .department-card-labels {
  opacity: 1;
}
.department-card-labels ul.multi_value {
  padding-left: 0;
  margin: 0;
  list-style-type: none;
}
.department-card-labels ul.multi_value li {
  display: inline-block;
  float: left;
  clear: none;
  margin: 3px 3px 0 0;
  padding: 1px 4px 0px;
  background-color: rgba(250, 245, 239, 0.6);
  color: #040f23;
  font-family: 'adelle', serif;
  font-size: 1.4rem;
}
/* =====================================================================*/
/* SITE MAP WIDGET*/
/* =====================================================================*/
.site-map {
  font-family: 'adelle', serif;
  /* Map layout*/
}
.site-map h3 {
  font-size: 2.2rem;
  line-height: 1.5;
  color: #0c2e72;
  text-transform: none;
  text-decoration: underline;
}
.site-map a {
  text-decoration: none;
}
.site-map a:hover {
  text-decoration: underline;
}
.site-map .lw_widget_results_sitemap > li {
  margin-bottom: 1.2rem !important;
  /* override #page*/
}
.site-map .lw_widget_results_sitemap > li.is-empty {
  display: none;
  /* hide groups without navs*/
}
.site-map .lw_widget_results_sitemap ul {
  margin-left: 1.2rem;
  margin-bottom: 0.3rem;
}
.site-map .lw_widget_results_sitemap ul li {
  position: relative;
  margin-bottom: 0;
  list-style-type: none;
}
.site-map .lw_widget_results_sitemap ul li + li {
  margin-top: 0.9rem;
}
.site-map .lw_widget_results_sitemap ul li:before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 1.2rem;
  border-bottom: 1px #ccc solid;
  border-left: 1px #ccc solid;
  position: absolute;
  /* top: -@lineHeight / 2;*/
}
.site-map .lw_widget_results_sitemap ul li a {
  display: block;
  margin-left: 3rem;
  font-size: 1.9rem;
  color: #333;
}
.site-map .lw_widget_results_sitemap ul .lw_subnav {
  margin-top: 1.2rem;
}
.site-map .lw_widget_results_sitemap ul .lw_subnav > li > a {
  font-size: 1.7rem;
  color: #7f532c;
}
.site-map .lw_widget_results_sitemap ul .lw_subnav .lw_subnav a {
  font-size: 1.4rem;
  color: #9a6535;
}
/* =====================================================================*/
/* TWITTER WIDGETS*/
/* =====================================================================*/
.lw_widget_twitter .lw_widget_results_twitter li {
  margin-bottom: 20px;
}
.lw_widget_twitter .lw_twitter_profile_image {
  float: left;
  max-width: 20%;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
}
.lw_widget_twitter .lw_twitter_profile_image img {
  display: block;
  border-radius: 3px;
}
.lw_widget_twitter .lw_twitter_tweet {
  float: left;
  max-width: 80%;
  margin: 0;
  padding-top: 13px;
}
.lw_widget_twitter .lw_twitter_tweet .lw_twitter_username {
  margin: 0 0 4px;
  color: #173774;
  font-weight: bold;
  font-size: 13px;
}
.lw_widget_twitter .lw_twitter_tweet .lw_twitter_username a {
  margin: 0;
  color: #173774;
  font-weight: bold;
  text-decoration: none;
}
.lw_widget_twitter .lw_twitter_tweet .lw_twitter_username a:hover {
  background-color: transparent;
  color: #173774;
}
/* =====================================================================*/
/* INSTAGRAM WIDGETS*/
/* =====================================================================*/
.lw_widget_instagram {
  margin-bottom: 40px;
  font-family: 'adelle', serif;
}
.lw_widget_instagram .lw_widget_results_instagram {
  padding: 0 15px;
  max-width: 400px;
  /* cap width of instagram post*/
}
.lw_widget_instagram .lw_widget_results_instagram li {
  padding: 9px 18px 16px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.25);
}
.lw_widget_instagram .lw_widget_results_instagram li:last-child {
  margin-bottom: 20px;
}
.lw_widget_instagram .lw_instagram_username {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
  font-size: 1.5rem;
  font-weight: bold;
}
.lw_widget_instagram .lw_instagram_username img {
  display: block;
  float: left;
  margin-right: 12px;
  border-radius: 50%;
  width: 42px;
  height: 42px;
}
.lw_widget_instagram .lw_instagram_username a {
  text-decoration: none;
}
.lw_widget_instagram .lw_instagram_image img {
  width: 100%;
  height: auto;
}
.lw_widget_instagram .lw_instagram_caption {
  margin-top: 8px;
  font-size: 1.4rem;
  word-break: break-word;
  /* prevent hashtags and links overflowing*/
}
/* =====================================================================*/
/* FACEBOOK WIDGETS*/
/* =====================================================================*/
.lw_widget_facebook {
  margin-bottom: 40px;
  font-family: 'adelle', serif;
}
.lw_widget_facebook .lw_widget_results_facebook {
  padding: 0 15px;
  max-width: 400px;
  /* cap width of facebook post*/
}
.lw_widget_facebook .lw_widget_results_facebook li {
  padding: 10px 14px 14px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.25);
}
.lw_widget_facebook .lw_widget_results_facebook li:last-child {
  margin-bottom: 20px;
}
.lw_widget_facebook .lw_facebook_source {
  font-size: 1.5rem;
  font-weight: bold;
}
.lw_widget_facebook .lw_facebook_date {
  font-size: 1.5rem;
  color: #aaa;
}
.lw_widget_facebook .lw_facebook_photo,
.lw_widget_facebook .lw_facebook_image {
  margin-top: 8px;
}
.lw_widget_facebook .lw_facebook_photo img,
.lw_widget_facebook .lw_facebook_image img {
  float: none;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 0;
}
.lw_widget_facebook .lw_facebook_message {
  clear: both;
  margin-top: 8px;
  font-size: 1.4rem;
  word-break: break-word;
  /* prevent hashtags and links overflowing*/
}
.lw_widget_facebook .lw_facebook_likes {
  margin-top: 10px;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #766c64;
}
.lw_widget_facebook .lw_facebook_likes::before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  margin: 0 5px 1px;
  width: 16px;
  height: 16px;
  background-image: url('/live/resource/image/_ingredients/themes/global/assets/images/icon-facebook-like.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.4;
}
.lw_widget_facebook .lw_facebook_likes::after {
  content: 'likes';
  display: inline-block;
  margin-left: 2px;
}
/* =====================================================================*/
/* FORMS: LIVEWHALE FORMS AND BLACKBAUD FORMS*/
/* =====================================================================*/
.lw_widget_forms {
  margin: 25px 0;
}
.lw_widget_forms input[type="text"],
.lw_widget_forms input[type="email"],
.lw_widget_forms textarea {
  padding: 2px 5px;
  border: 1px solid #a8a8a8;
  border-radius: 1px;
}
.lw_widget_forms textarea {
  padding-top: 4px;
  padding-bottom: 4px;
}
.lw_widget_forms select {
  padding: 3px 0;
  border: 1px solid #a8a8a8;
  border-radius: 1px;
  width: 100%;
}
.lw_widget_forms select option {
  padding: 4px 5px;
  white-space: pre-wrap;
}
.lw_widget_forms input[type="submit"],
.lw_widget_forms input[type="button"],
#bbox-root .BBFormContainer .BBFormSubmitbutton {
  display: block;
  margin: 25px 0 15px;
  padding: 10px 20px;
  background-color: #173774;
  color: #fff;
  text-decoration: none;
  border: none;
  border-radius: 2px;
  font-family: 'adelle', serif;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.006em;
  line-height: 1;
  -webkit-appearance: none;
  cursor: pointer;
}
.lw_widget_forms input[type="submit"]:hover,
.lw_widget_forms input[type="button"]:hover,
#bbox-root .BBFormContainer .BBFormSubmitbutton:hover {
  color: #fff;
  background-color: #1b4189;
  text-decoration: none;
}
.lw_widget_forms input[type="submit"]:hover:active,
.lw_widget_forms input[type="button"]:hover:active,
.lw_widget_forms input[type="submit"]:active,
.lw_widget_forms input[type="button"]:active,
#bbox-root .BBFormContainer .BBFormSubmitbutton:hover:active,
#bbox-root .BBFormContainer .BBFormSubmitbutton:active {
  background-color: #1f4b9f;
  -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.6);
  position: relative;
  bottom: -1px;
  outline: none;
}
.lw_widget_forms input[type="submit"]:focus,
.lw_widget_forms input[type="button"]:focus,
#bbox-root .BBFormContainer .BBFormSubmitbutton:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.lw_widget_forms input[type="button"] {
  margin: 0 0 5px;
  padding: 9px 16px 8px;
  font-size: 1.6rem;
  font-weight: normal;
  color: #0a1736;
  background-color: #d9ac38;
}
.lw_widget_forms input[type="button"]:hover,
.lw_widget_forms input[type="button"]:focus {
  color: #0a1736;
  background-color: #eab427;
}
.lw_widget_forms input[type="button"]:hover:active,
.lw_widget_forms input[type="button"]:active {
  color: #0a1736;
  background-color: #eab427;
}
.lw_widget_forms .lw_forms_intro {
  margin-bottom: 25px;
}
.lw_widget_forms .lw_forms_fieldset {
  margin-bottom: 12px;
  border: none;
}
.lw_widget_forms .lw_forms_label {
  margin-bottom: 0;
}
.lw_widget_forms .lw_forms_label label {
  margin-bottom: 0.2em;
  font-size: 1.7rem;
  font-weight: normal;
  font-family: 'adelle', serif;
  color: #113884;
}
.lw_widget_forms .lw_forms_instruction {
  font-size: 1.4rem;
  font-family: 'adelle', serif;
  color: #90857d;
}
.lw_widget_forms .lw_forms_field .lw_forms_checkbox input,
.lw_widget_forms .lw_forms_field .lw_forms_radio input {
  display: inline-block;
  width: auto;
  height: auto;
  margin-top: 3px;
  margin-right: 6px;
  vertical-align: text-top;
}
.lw_widget_forms .lw_forms_field .lw_forms_checkbox .label,
.lw_widget_forms .lw_forms_field .lw_forms_radio .label {
  line-height: 1.25;
  font-size: 0.9em;
}
.lw_widget_forms .lw_forms_field .lw_forms_checkbox {
  width: 50%;
  float: left;
  padding-right: 10px;
  margin-top: 5px;
}
.lw_widget_forms .lw_forms_field .lw_forms_radio {
  margin-top: 5px;
}
.lw_widget_forms .lw_uploads_files {
  list-style-type: none;
}
/* Layout for form details pages and form widgets*/
.lw_widget_type_forms_details form .lw_forms_label,
.lw_widget_forms .lw_forms_label {
  clear: both;
  float: left;
  width: 30%;
  margin-top: 4px;
  padding-left: 15px;
  padding-right: 20px;
  line-height: 1.4;
  text-align: right;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px) {
  .lw_widget_type_forms_details form .lw_forms_label,
  .lw_widget_forms .lw_forms_label {
    width: 40%;
  }
}
@media only screen and (max-width: 435px) {
  .lw_widget_type_forms_details form .lw_forms_label,
  .lw_widget_forms .lw_forms_label {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
}
.lw_widget_type_forms_details form .lw_forms_field,
.lw_widget_forms .lw_forms_field {
  clear: none;
  float: left;
  width: 70%;
}
.lw_widget_type_forms_details form .lw_forms_field input[type="text"] input[type="email"],
.lw_widget_forms .lw_forms_field input[type="text"] input[type="email"],
.lw_widget_type_forms_details form .lw_forms_field textarea,
.lw_widget_forms .lw_forms_field textarea {
  width: 300px;
  max-width: 100%;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px) {
  .lw_widget_type_forms_details form .lw_forms_field,
  .lw_widget_forms .lw_forms_field {
    width: 60%;
  }
}
@media only screen and (max-width: 435px) {
  .lw_widget_type_forms_details form .lw_forms_field,
  .lw_widget_forms .lw_forms_field {
    width: 100%;
  }
}
.lw_widget_type_forms_details form .lw_captcha,
.lw_widget_forms .lw_captcha {
  margin-left: 30.5%;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px) {
  .lw_widget_type_forms_details form .lw_captcha,
  .lw_widget_forms .lw_captcha {
    margin-left: 40%;
  }
}
@media only screen and (max-width: 435px) {
  .lw_widget_type_forms_details form .lw_captcha,
  .lw_widget_forms .lw_captcha {
    margin-left: 0.625em;
  }
}
.lw_widget_type_forms_details form input[type="submit"],
.lw_widget_forms input[type="submit"],
#bbox-root .BBFormContainer .BBFormSubmitbutton {
  margin-left: 30%;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px), only screen and (min-width: 769px) and (max-width: 991px) {
  .lw_widget_type_forms_details form input[type="submit"],
  .lw_widget_forms input[type="submit"],
  #bbox-root .BBFormContainer .BBFormSubmitbutton {
    margin-left: 40%;
  }
}
@media only screen and (max-width: 435px) {
  .lw_widget_type_forms_details form input[type="submit"],
  .lw_widget_forms input[type="submit"],
  #bbox-root .BBFormContainer .BBFormSubmitbutton {
    margin-left: 0.625em;
  }
}
/* BlackBaud Forms*/
#bbox-root .BBFormContainer {
  padding-left: 0;
  padding-right: 0;
  font-family: 'adelle', serif;
}
#bbox-root .BBFormContainer input[type="text"],
#bbox-root .BBFormContainer input[type="email"] {
  padding: 2px 5px;
  border-radius: 2px;
}
#bbox-root .BBFormContainer textarea {
  padding: 4px 5px;
  border-radius: 2px;
}
#bbox-root .BBFormContainer .BBFormEventName {
  font-size: 2.4rem;
}
#bbox-root .BBFormContainer .BBFormTable {
  border-radius: 2px;
}
#bbox-root .BBFormContainer .BBTableRowCellFinePrint {
  color: #90857d;
}
#bbox-root .BBFormContainer .BBFormSubmitbutton {
  margin-left: 0;
}
#bbox-root .BBFormContainer .BBFormSubmitbutton:hover,
#bbox-root .BBFormContainer .BBFormSubmitbutton:focus,
#bbox-root .BBFormContainer .BBFormSubmitbutton:active {
  opacity: 1;
}
#bbox-root .BBFormContainer .BBFormErrorBlock {
  border: 1px solid #040f23;
}
/* ==================================================================================*/
/* BANNER STYLES*/
/* Used for Athletics banner on homepage. Can be reused for other types of banners*/
/* ==================================================================================*/
.banner {
  padding: 26px 0 18px;
  font-family: 'adelle', serif;
  background-color: #0a1736;
  /* default color*/
  color: #fff;
}
.banner.athletics-banner {
  background-color: #d9ac38;
  color: #0a1736;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .banner.athletics-banner {
    margin-top: 60px;
  }
}
.banner .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.banner-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 75%;
  -ms-flex: 1 0 75%;
  flex: 1 0 75%;
  position: relative;
  /* contains banner image*/
  padding-right: 40px;
}
.banner-left p {
  font-size: 2.4rem;
}
.banner-left p:last-child {
  margin-bottom: 0;
}
.athletics-banner .banner-left {
  /* extra space for wasps logo*/
  padding-left: 130px;
}
.athletics-banner .banner-left::before {
  content: '';
  display: block;
  position: absolute;
  left: -45px;
  top: -58px;
  width: 166px;
  height: 132px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('/live/resource/image/_ingredients/themes/global/assets/images/athletics-wasp-166-132.png');
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  .athletics-banner .banner-left::before {
    background-image: url('/live/resource/image/_ingredients/themes/global/assets/images/athletics-wasp-166-132@2x.png');
  }
}
.banner-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.banner-right p {
  font-size: 1.9rem;
}
.banner-right p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 479px), only screen and (min-width: 480px) and (max-width: 768px) {
  .athletics-banner .banner-right {
    padding-left: 138px;
    margin-top: 10px;
  }
}
.banner-title {
  display: inline-block;
  margin: 0 0 2px;
  padding: 3px 6px 1px;
  font-size: 1.9rem;
  text-transform: uppercase;
  background-color: #fff;
  color: #0a1736;
}
.athletics-banner .banner-title {
  background-color: #9d711b;
  color: #fff;
}
.banner-btn {
  display: inline-block;
  padding: 1px 8px 0px;
  margin-left: -8px;
  font-size: 2.4rem;
  background-color: #d9ac38;
  color: #040f23;
}
.athletics-banner .banner-btn {
  background-color: #1f386b;
  color: #fff;
}
/* ==================================================================================*/
/* YOUVISIT IMAGE PANEL*/
/* Used for showing a custom YouVisit image and link to a specific part of the tour*/
/* ==================================================================================*/
.youvisit-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 800px;
  max-width: 100%;
}
.youvisit-image::after {
  content: '';
  display: block;
  padding-bottom: 55.625%;
  /* Image aspect ratio 800 x 445px*/
}
.youvisit-image-link {
  position: absolute;
}
div.lw_cal_event_detail_map,
div.details_map {
  height: auto !important;
}
.lw_hoverbox_content > #lw_cal_location_map img {
  cursor: pointer;
}
body > img[src*="bidagent.xad.com"] {
  width: 1px;
  height: 1px;
}
/* ==================================================================================*/
/* CUSTOM WIDGET FORMATTING*/
/* Custom formatting for certain widgets*/
/* ==================================================================================*/
.lw_widget_id_605 .lw_item_thumb picture {
  border: none;
  box-shadow: 0px 0px 0px 0px;
}
.lw_widget_id_608 .lw_item_thumb picture {
  border: none;
  box-shadow: 0px 0px 0px 0px;
}
.lw_widget_id_600 .lw_widget_results > li:not(:last-child) {
  margin-bottom: 15px !important;
}
@font-face {
  font-family: 'lw-calendar';
  src: url('/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1629382114.eot');
  src: url('/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1629382114.eot#iefix') format('embedded-opentype'),
       url('/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1629382114.woff2') format('woff2'),
       url('/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1629382114.woff') format('woff'),
       url('/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1629382114.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;
}
