

/*      Request ID: f9b0ff8ee67f571fad53c6bc940c5e50_1761660538 (10/28/2025 10:30am) (minifier disabled) (nc5RCkIhEIXhrbSAcpZ08epJhXEMZ67S7pOiHoN6++HAx6HhO805qTap7bB8iRiOy8DMnuEERrdj5xK2bJXps5BlVFBoHaR2Z+jquhS3Us8n+hHeiqSOWCCmL1spcds9v/lZYoKp0/CP/+34tTcxSHxefwA=)      */

/**
 * 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%;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

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

.m-1 {
  margin: 0.5rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.5rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.5rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.5rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.5rem !important; }

.m-2 {
  margin: 1rem !important; }

.mt-2,
.my-2 {
  margin-top: 1rem !important; }

.mr-2,
.mx-2 {
  margin-right: 1rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 1rem !important; }

.ml-2,
.mx-2 {
  margin-left: 1rem !important; }

.m-3 {
  margin: 2rem !important; }

.mt-3,
.my-3 {
  margin-top: 2rem !important; }

.mr-3,
.mx-3 {
  margin-right: 2rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 2rem !important; }

.ml-3,
.mx-3 {
  margin-left: 2rem !important; }

.m-4 {
  margin: 3rem !important; }

.mt-4,
.my-4 {
  margin-top: 3rem !important; }

.mr-4,
.mx-4 {
  margin-right: 3rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 3rem !important; }

.ml-4,
.mx-4 {
  margin-left: 3rem !important; }

.m-5 {
  margin: 6rem !important; }

.mt-5,
.my-5 {
  margin-top: 6rem !important; }

.mr-5,
.mx-5 {
  margin-right: 6rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 6rem !important; }

.ml-5,
.mx-5 {
  margin-left: 6rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.5rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.5rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.5rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.5rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.5rem !important; }

.p-2 {
  padding: 1rem !important; }

.pt-2,
.py-2 {
  padding-top: 1rem !important; }

.pr-2,
.px-2 {
  padding-right: 1rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 1rem !important; }

.pl-2,
.px-2 {
  padding-left: 1rem !important; }

.p-3 {
  padding: 2rem !important; }

.pt-3,
.py-3 {
  padding-top: 2rem !important; }

.pr-3,
.px-3 {
  padding-right: 2rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 2rem !important; }

.pl-3,
.px-3 {
  padding-left: 2rem !important; }

.p-4 {
  padding: 3rem !important; }

.pt-4,
.py-4 {
  padding-top: 3rem !important; }

.pr-4,
.px-4 {
  padding-right: 3rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 3rem !important; }

.pl-4,
.px-4 {
  padding-left: 3rem !important; }

.p-5 {
  padding: 6rem !important; }

.pt-5,
.py-5 {
  padding-top: 6rem !important; }

.pr-5,
.px-5 {
  padding-right: 6rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 6rem !important; }

.pl-5,
.px-5 {
  padding-left: 6rem !important; }

.m-n1 {
  margin: -0.5rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.5rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.5rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.5rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.5rem !important; }

.m-n2 {
  margin: -1rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -1rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -1rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -1rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -1rem !important; }

.m-n3 {
  margin: -2rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -2rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -2rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -2rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -2rem !important; }

.m-n4 {
  margin: -3rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -3rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -3rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -3rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -3rem !important; }

.m-n5 {
  margin: -6rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -6rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -6rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -6rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -6rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 580px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.5rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.5rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.5rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.5rem !important; }
  .m-sm-2 {
    margin: 1rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1rem !important; }
  .m-sm-3 {
    margin: 2rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 2rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 2rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 2rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 2rem !important; }
  .m-sm-4 {
    margin: 3rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 3rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 3rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 3rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 3rem !important; }
  .m-sm-5 {
    margin: 6rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 6rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 6rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 6rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 6rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.5rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.5rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.5rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.5rem !important; }
  .p-sm-2 {
    padding: 1rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1rem !important; }
  .p-sm-3 {
    padding: 2rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 2rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 2rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 2rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 2rem !important; }
  .p-sm-4 {
    padding: 3rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 3rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 3rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 3rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 3rem !important; }
  .p-sm-5 {
    padding: 6rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 6rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 6rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 6rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 6rem !important; }
  .m-sm-n1 {
    margin: -0.5rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.5rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.5rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.5rem !important; }
  .m-sm-n2 {
    margin: -1rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -1rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -1rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -1rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -1rem !important; }
  .m-sm-n3 {
    margin: -2rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -2rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -2rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -2rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -2rem !important; }
  .m-sm-n4 {
    margin: -3rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -3rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -3rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -3rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -3rem !important; }
  .m-sm-n5 {
    margin: -6rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -6rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -6rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -6rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -6rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.5rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.5rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.5rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.5rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.5rem !important; }
  .m-md-2 {
    margin: 1rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1rem !important; }
  .m-md-3 {
    margin: 2rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 2rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 2rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 2rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 2rem !important; }
  .m-md-4 {
    margin: 3rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 3rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 3rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 3rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 3rem !important; }
  .m-md-5 {
    margin: 6rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 6rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 6rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 6rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 6rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.5rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.5rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.5rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.5rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.5rem !important; }
  .p-md-2 {
    padding: 1rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1rem !important; }
  .p-md-3 {
    padding: 2rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 2rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 2rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 2rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 2rem !important; }
  .p-md-4 {
    padding: 3rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 3rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 3rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 3rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 3rem !important; }
  .p-md-5 {
    padding: 6rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 6rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 6rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 6rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 6rem !important; }
  .m-md-n1 {
    margin: -0.5rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.5rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.5rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.5rem !important; }
  .m-md-n2 {
    margin: -1rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -1rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -1rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -1rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -1rem !important; }
  .m-md-n3 {
    margin: -2rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -2rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -2rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -2rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -2rem !important; }
  .m-md-n4 {
    margin: -3rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -3rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -3rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -3rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -3rem !important; }
  .m-md-n5 {
    margin: -6rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -6rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -6rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -6rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -6rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.5rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.5rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.5rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.5rem !important; }
  .m-lg-2 {
    margin: 1rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1rem !important; }
  .m-lg-3 {
    margin: 2rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 2rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 2rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 2rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 2rem !important; }
  .m-lg-4 {
    margin: 3rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 3rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 3rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 3rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 3rem !important; }
  .m-lg-5 {
    margin: 6rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 6rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 6rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 6rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 6rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.5rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.5rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.5rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.5rem !important; }
  .p-lg-2 {
    padding: 1rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1rem !important; }
  .p-lg-3 {
    padding: 2rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 2rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 2rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 2rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 2rem !important; }
  .p-lg-4 {
    padding: 3rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 3rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 3rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 3rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 3rem !important; }
  .p-lg-5 {
    padding: 6rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 6rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 6rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 6rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 6rem !important; }
  .m-lg-n1 {
    margin: -0.5rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.5rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.5rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.5rem !important; }
  .m-lg-n2 {
    margin: -1rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -1rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -1rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -1rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -1rem !important; }
  .m-lg-n3 {
    margin: -2rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -2rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -2rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -2rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -2rem !important; }
  .m-lg-n4 {
    margin: -3rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -3rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -3rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -3rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -3rem !important; }
  .m-lg-n5 {
    margin: -6rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -6rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -6rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -6rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -6rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1300px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.5rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.5rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.5rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.5rem !important; }
  .m-xl-2 {
    margin: 1rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1rem !important; }
  .m-xl-3 {
    margin: 2rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 2rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 2rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 2rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 2rem !important; }
  .m-xl-4 {
    margin: 3rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 3rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 3rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 3rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 3rem !important; }
  .m-xl-5 {
    margin: 6rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 6rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 6rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 6rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 6rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.5rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.5rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.5rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.5rem !important; }
  .p-xl-2 {
    padding: 1rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1rem !important; }
  .p-xl-3 {
    padding: 2rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 2rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 2rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 2rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 2rem !important; }
  .p-xl-4 {
    padding: 3rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 3rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 3rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 3rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 3rem !important; }
  .p-xl-5 {
    padding: 6rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 6rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 6rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 6rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 6rem !important; }
  .m-xl-n1 {
    margin: -0.5rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.5rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.5rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.5rem !important; }
  .m-xl-n2 {
    margin: -1rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -1rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -1rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -1rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -1rem !important; }
  .m-xl-n3 {
    margin: -2rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -2rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -2rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -2rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -2rem !important; }
  .m-xl-n4 {
    margin: -3rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -3rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -3rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -3rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -3rem !important; }
  .m-xl-n5 {
    margin: -6rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -6rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -6rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -6rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -6rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 580px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1300px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 580px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1300px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

/*!
 * Bootstrap Grid v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 580px) {
    .container {
      max-width: 778px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 992px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 1076px; } }
  @media (min-width: 1300px) {
    .container {
      max-width: 1276px; } }

.container-fluid {
  width: 100%;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -18px;
  margin-left: -18px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 18px;
  padding-left: 18px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 580px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1300px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 580px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1300px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 580px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1300px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

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

.m-1 {
  margin: 0.5rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.5rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.5rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.5rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.5rem !important; }

.m-2 {
  margin: 1rem !important; }

.mt-2,
.my-2 {
  margin-top: 1rem !important; }

.mr-2,
.mx-2 {
  margin-right: 1rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 1rem !important; }

.ml-2,
.mx-2 {
  margin-left: 1rem !important; }

.m-3 {
  margin: 2rem !important; }

.mt-3,
.my-3 {
  margin-top: 2rem !important; }

.mr-3,
.mx-3 {
  margin-right: 2rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 2rem !important; }

.ml-3,
.mx-3 {
  margin-left: 2rem !important; }

.m-4 {
  margin: 3rem !important; }

.mt-4,
.my-4 {
  margin-top: 3rem !important; }

.mr-4,
.mx-4 {
  margin-right: 3rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 3rem !important; }

.ml-4,
.mx-4 {
  margin-left: 3rem !important; }

.m-5 {
  margin: 6rem !important; }

.mt-5,
.my-5 {
  margin-top: 6rem !important; }

.mr-5,
.mx-5 {
  margin-right: 6rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 6rem !important; }

.ml-5,
.mx-5 {
  margin-left: 6rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.5rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.5rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.5rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.5rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.5rem !important; }

.p-2 {
  padding: 1rem !important; }

.pt-2,
.py-2 {
  padding-top: 1rem !important; }

.pr-2,
.px-2 {
  padding-right: 1rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 1rem !important; }

.pl-2,
.px-2 {
  padding-left: 1rem !important; }

.p-3 {
  padding: 2rem !important; }

.pt-3,
.py-3 {
  padding-top: 2rem !important; }

.pr-3,
.px-3 {
  padding-right: 2rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 2rem !important; }

.pl-3,
.px-3 {
  padding-left: 2rem !important; }

.p-4 {
  padding: 3rem !important; }

.pt-4,
.py-4 {
  padding-top: 3rem !important; }

.pr-4,
.px-4 {
  padding-right: 3rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 3rem !important; }

.pl-4,
.px-4 {
  padding-left: 3rem !important; }

.p-5 {
  padding: 6rem !important; }

.pt-5,
.py-5 {
  padding-top: 6rem !important; }

.pr-5,
.px-5 {
  padding-right: 6rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 6rem !important; }

.pl-5,
.px-5 {
  padding-left: 6rem !important; }

.m-n1 {
  margin: -0.5rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.5rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.5rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.5rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.5rem !important; }

.m-n2 {
  margin: -1rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -1rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -1rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -1rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -1rem !important; }

.m-n3 {
  margin: -2rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -2rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -2rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -2rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -2rem !important; }

.m-n4 {
  margin: -3rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -3rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -3rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -3rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -3rem !important; }

.m-n5 {
  margin: -6rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -6rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -6rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -6rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -6rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 580px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.5rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.5rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.5rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.5rem !important; }
  .m-sm-2 {
    margin: 1rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1rem !important; }
  .m-sm-3 {
    margin: 2rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 2rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 2rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 2rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 2rem !important; }
  .m-sm-4 {
    margin: 3rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 3rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 3rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 3rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 3rem !important; }
  .m-sm-5 {
    margin: 6rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 6rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 6rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 6rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 6rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.5rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.5rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.5rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.5rem !important; }
  .p-sm-2 {
    padding: 1rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1rem !important; }
  .p-sm-3 {
    padding: 2rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 2rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 2rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 2rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 2rem !important; }
  .p-sm-4 {
    padding: 3rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 3rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 3rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 3rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 3rem !important; }
  .p-sm-5 {
    padding: 6rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 6rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 6rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 6rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 6rem !important; }
  .m-sm-n1 {
    margin: -0.5rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.5rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.5rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.5rem !important; }
  .m-sm-n2 {
    margin: -1rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -1rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -1rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -1rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -1rem !important; }
  .m-sm-n3 {
    margin: -2rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -2rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -2rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -2rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -2rem !important; }
  .m-sm-n4 {
    margin: -3rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -3rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -3rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -3rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -3rem !important; }
  .m-sm-n5 {
    margin: -6rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -6rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -6rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -6rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -6rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.5rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.5rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.5rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.5rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.5rem !important; }
  .m-md-2 {
    margin: 1rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1rem !important; }
  .m-md-3 {
    margin: 2rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 2rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 2rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 2rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 2rem !important; }
  .m-md-4 {
    margin: 3rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 3rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 3rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 3rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 3rem !important; }
  .m-md-5 {
    margin: 6rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 6rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 6rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 6rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 6rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.5rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.5rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.5rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.5rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.5rem !important; }
  .p-md-2 {
    padding: 1rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1rem !important; }
  .p-md-3 {
    padding: 2rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 2rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 2rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 2rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 2rem !important; }
  .p-md-4 {
    padding: 3rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 3rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 3rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 3rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 3rem !important; }
  .p-md-5 {
    padding: 6rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 6rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 6rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 6rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 6rem !important; }
  .m-md-n1 {
    margin: -0.5rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.5rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.5rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.5rem !important; }
  .m-md-n2 {
    margin: -1rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -1rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -1rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -1rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -1rem !important; }
  .m-md-n3 {
    margin: -2rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -2rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -2rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -2rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -2rem !important; }
  .m-md-n4 {
    margin: -3rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -3rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -3rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -3rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -3rem !important; }
  .m-md-n5 {
    margin: -6rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -6rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -6rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -6rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -6rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.5rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.5rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.5rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.5rem !important; }
  .m-lg-2 {
    margin: 1rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1rem !important; }
  .m-lg-3 {
    margin: 2rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 2rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 2rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 2rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 2rem !important; }
  .m-lg-4 {
    margin: 3rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 3rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 3rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 3rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 3rem !important; }
  .m-lg-5 {
    margin: 6rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 6rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 6rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 6rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 6rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.5rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.5rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.5rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.5rem !important; }
  .p-lg-2 {
    padding: 1rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1rem !important; }
  .p-lg-3 {
    padding: 2rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 2rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 2rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 2rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 2rem !important; }
  .p-lg-4 {
    padding: 3rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 3rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 3rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 3rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 3rem !important; }
  .p-lg-5 {
    padding: 6rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 6rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 6rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 6rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 6rem !important; }
  .m-lg-n1 {
    margin: -0.5rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.5rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.5rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.5rem !important; }
  .m-lg-n2 {
    margin: -1rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -1rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -1rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -1rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -1rem !important; }
  .m-lg-n3 {
    margin: -2rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -2rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -2rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -2rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -2rem !important; }
  .m-lg-n4 {
    margin: -3rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -3rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -3rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -3rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -3rem !important; }
  .m-lg-n5 {
    margin: -6rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -6rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -6rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -6rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -6rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1300px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.5rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.5rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.5rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.5rem !important; }
  .m-xl-2 {
    margin: 1rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1rem !important; }
  .m-xl-3 {
    margin: 2rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 2rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 2rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 2rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 2rem !important; }
  .m-xl-4 {
    margin: 3rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 3rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 3rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 3rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 3rem !important; }
  .m-xl-5 {
    margin: 6rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 6rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 6rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 6rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 6rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.5rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.5rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.5rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.5rem !important; }
  .p-xl-2 {
    padding: 1rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1rem !important; }
  .p-xl-3 {
    padding: 2rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 2rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 2rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 2rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 2rem !important; }
  .p-xl-4 {
    padding: 3rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 3rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 3rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 3rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 3rem !important; }
  .p-xl-5 {
    padding: 6rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 6rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 6rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 6rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 6rem !important; }
  .m-xl-n1 {
    margin: -0.5rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.5rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.5rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.5rem !important; }
  .m-xl-n2 {
    margin: -1rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -1rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -1rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -1rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -1rem !important; }
  .m-xl-n3 {
    margin: -2rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -2rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -2rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -2rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -2rem !important; }
  .m-xl-n4 {
    margin: -3rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -3rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -3rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -3rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -3rem !important; }
  .m-xl-n5 {
    margin: -6rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -6rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -6rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -6rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -6rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.form-control, .lw_forms_form input[type="text"],
.lw_forms_form textarea {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand, .lw_forms_form input[type="text"]::-ms-expand,
  .lw_forms_form textarea::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, .lw_forms_form input:focus[type="text"],
  .lw_forms_form textarea:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder, .lw_forms_form input[type="text"]::placeholder,
  .lw_forms_form textarea::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .lw_forms_form input:disabled[type="text"],
  .lw_forms_form textarea:disabled, .form-control[readonly], .lw_forms_form input[readonly][type="text"],
  .lw_forms_form textarea[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control,
.lw_forms_form textarea {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .was-validated .lw_forms_form input:valid[type="text"], .lw_forms_form .was-validated input:valid[type="text"],
.was-validated .lw_forms_form textarea:valid, .lw_forms_form .was-validated textarea:valid, .form-control.is-valid, .lw_forms_form input.is-valid[type="text"],
.lw_forms_form textarea.is-valid {
  border-color: #28a745;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); }
  .was-validated .form-control:valid:focus, .was-validated .lw_forms_form input:valid:focus[type="text"], .lw_forms_form .was-validated input:valid:focus[type="text"],
  .was-validated .lw_forms_form textarea:valid:focus, .lw_forms_form .was-validated textarea:valid:focus, .form-control.is-valid:focus, .lw_forms_form input.is-valid:focus[type="text"],
  .lw_forms_form textarea.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback, .was-validated .lw_forms_form input:valid[type="text"] ~ .valid-feedback, .lw_forms_form .was-validated input:valid[type="text"] ~ .valid-feedback, .was-validated .lw_forms_form textarea:valid ~ .valid-feedback, .lw_forms_form .was-validated textarea:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip,
  .was-validated .lw_forms_form input:valid[type="text"] ~ .valid-tooltip,
  .lw_forms_form .was-validated input:valid[type="text"] ~ .valid-tooltip,
  .was-validated .lw_forms_form textarea:valid ~ .valid-tooltip,
  .lw_forms_form .was-validated textarea:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .lw_forms_form input.is-valid[type="text"] ~ .valid-feedback, .lw_forms_form textarea.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  .lw_forms_form input.is-valid[type="text"] ~ .valid-tooltip,
  .lw_forms_form textarea.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid,
.was-validated .lw_forms_form textarea:valid, .lw_forms_form .was-validated textarea:valid, textarea.form-control.is-valid,
.lw_forms_form textarea.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .was-validated .lw_forms_form input:invalid[type="text"], .lw_forms_form .was-validated input:invalid[type="text"],
.was-validated .lw_forms_form textarea:invalid, .lw_forms_form .was-validated textarea:invalid, .form-control.is-invalid, .lw_forms_form input.is-invalid[type="text"],
.lw_forms_form textarea.is-invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); }
  .was-validated .form-control:invalid:focus, .was-validated .lw_forms_form input:invalid:focus[type="text"], .lw_forms_form .was-validated input:invalid:focus[type="text"],
  .was-validated .lw_forms_form textarea:invalid:focus, .lw_forms_form .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .lw_forms_form input.is-invalid:focus[type="text"],
  .lw_forms_form textarea.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .lw_forms_form input:invalid[type="text"] ~ .invalid-feedback, .lw_forms_form .was-validated input:invalid[type="text"] ~ .invalid-feedback, .was-validated .lw_forms_form textarea:invalid ~ .invalid-feedback, .lw_forms_form .was-validated textarea:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .was-validated .lw_forms_form input:invalid[type="text"] ~ .invalid-tooltip,
  .lw_forms_form .was-validated input:invalid[type="text"] ~ .invalid-tooltip,
  .was-validated .lw_forms_form textarea:invalid ~ .invalid-tooltip,
  .lw_forms_form .was-validated textarea:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .lw_forms_form input.is-invalid[type="text"] ~ .invalid-feedback, .lw_forms_form textarea.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  .lw_forms_form input.is-invalid[type="text"] ~ .invalid-tooltip,
  .lw_forms_form textarea.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid,
.was-validated .lw_forms_form textarea:invalid, .lw_forms_form .was-validated textarea:invalid, textarea.form-control.is-invalid,
.lw_forms_form textarea.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 580px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline .lw_forms_form input[type="text"], .lw_forms_form .form-inline input[type="text"],
    .form-inline .lw_forms_form textarea, .lw_forms_form .form-inline textarea {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

html {
  font-size: 62.5%;
  height: 100%; }
  html body {
    background-color: #ffffff;
    color: #252525;
    display: -webkit-box;
    /* use flexbox for sticky footer*/
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-family: raleway, sans-serif;
    font-size: 1.8rem;
    line-height: 1.88;
    margin: 0;
    min-height: 100vh;
    position: relative;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum"; }
  html a {
    color: inherit;
    transition: color 0.2s cubic-bezier(0.34, 0.615, 0.4, 0.985); }
    html a:hover {
      color: inherit; }
    html a:focus:hover {
      outline: none; }
    html a:focus:not(:hover) {
      outline: 2px dotted #3c8ec6;
      outline: auto 2px #3c8ec6;
      outline-color: #3c8ec6; }
    html a[id]:not([href])::before {
      content: " ";
      display: block;
      margin-top: -140px;
      height: 140px;
      visibility: hidden; }
  html h1 a,
  html h2 a,
  html h3 a,
  html h4 a,
  html h5 a,
  html h6 a {
    text-decoration: none; }
    html h1 a:hover, html h1 a:focus,
    html h2 a:hover,
    html h2 a:focus,
    html h3 a:hover,
    html h3 a:focus,
    html h4 a:hover,
    html h4 a:focus,
    html h5 a:hover,
    html h5 a:focus,
    html h6 a:hover,
    html h6 a:focus {
      text-decoration: underline; }
  html h1,
  html .h1 {
    display: inline-block;
    color: #222;
    font-family: raleway, sans-serif;
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 1.08;
    margin-bottom: 15px;
    margin-top: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1299px) {
      html h1,
      html .h1 {
        font-size: 4.6rem; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      html h1,
      html .h1 {
        font-size: 4.1rem; } }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      html h1,
      html .h1 {
        font-size: 3.9rem; } }
    @media only screen and (max-width: 435px) {
      html h1,
      html .h1 {
        font-size: 3.4rem; } }
  html h2,
  html .h2 {
    color: #262626;
    font-size: 2.9rem;
    line-height: 1.35;
    font-weight: 700;
    margin-bottom: 4px;
    margin-top: 40px; }
  html h3,
  html .h3 {
    color: #333;
    font-size: 2.2rem;
    line-height: 1.545;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 30px; }
  html h4,
  html .h4 {
    color: #333;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 10px;
    margin-top: 30px; }
  html h5,
  html .h5,
  html h6,
  html .h6 {
    color: #252525;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 10px;
    margin-top: 30px; }
  html p {
    margin-top: 0;
    margin-bottom: 1em; }
    html p:last-child {
      margin-bottom: 0; }
  html strong, html b {
    font-weight: bold; }
  html i, html cite, html em, html var, html address, html dfn {
    font-style: italic; }
  html ul {
    list-style-type: disc;
    padding-left: 19px;
    margin-top: 0.6em;
    margin-bottom: 1em; }
    html ul li {
      margin-bottom: 0.5em; }
  html hr {
    border: none;
    border-bottom: 2px solid #d4d3d2;
    margin-bottom: 35px;
    margin-top: 35px;
    width: 100%; }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      html hr {
        margin-bottom: 25px;
        margin-top: 25px; } }
  html blockquote {
    font-size: 27px;
    font-weight: 300;
    margin: 0 0 33px; }
  html img {
    height: auto;
    max-width: 100%; }
  html input,
  html textarea,
  html select,
  html button {
    font-family: raleway, sans-serif;
    font-size: 2rem; }
  html button::-moz-focus-inner {
    border: 0; }

.mb-10 {
  margin-bottom: 10rem !important; }

.mt-10 {
  margin-top: 10rem !important; }

.mb-14 {
  margin-bottom: 14rem !important; }

.mt-14 {
  margin-top: 14rem !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

.justify-content-equally > * {
  width: 100%; }

.clear-both {
  clear: both; }

.has-border-top {
  margin-top: 55px;
  padding-top: 25px;
  border-top: 2px solid #d4d4d4; }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .has-border-top {
      margin-top: 25px; } }

.academic-header {
  margin-bottom: 15px; }

.breadcrumbs {
  color: #666;
  display: block;
  line-height: 1;
  font-size: 1.4rem;
  margin: 0 0 3px;
  text-align: center; }
  .align-breadcrumbs-left .breadcrumbs {
    text-align: left; }
  .breadcrumbs .lw_breadcrumb_link {
    color: #666;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 -3px;
    padding: 2px;
    overflow: hidden; }
    .breadcrumbs .lw_breadcrumb_link.lw_current {
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 400px;
      color: #666;
      font-weight: 600; }
    .breadcrumbs .lw_breadcrumb_link a {
      text-decoration: none;
      padding: 0 1px; }
      .breadcrumbs .lw_breadcrumb_link a:hover {
        outline: none;
        text-decoration: underline; }
      .breadcrumbs .lw_breadcrumb_link a:focus:not(:hover) {
        outline: 2px dotted #3c8ec6;
        outline: auto 2px #3c8ec6;
        outline-color: #3c8ec6; }
  .breadcrumbs .lw_breadcrumb_separator {
    display: inline-block;
    margin: 0 6px 3px 6px;
    font-size: 1rem;
    overflow: hidden; }

.btn-red.btn-red, .lw_forms_form input[type="submit"] {
  display: inline-block;
  cursor: pointer;
  border: none;
  border-radius: 1px;
  padding: 8px 22px 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-style: normal;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.34, 0.615, 0.4, 0.985);
  background-color: #d3282f !important;
  color: #fcfbfa !important;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px; }
  .btn-red.btn-red.small, .lw_forms_form input.small[type="submit"] {
    font-size: 1.8rem;
    padding-top: 13px;
    padding-bottom: 11px; }
  .btn-red.btn-red:hover, .lw_forms_form input:hover[type="submit"], .btn-red.btn-red:focus, .lw_forms_form input:focus[type="submit"] {
    text-decoration: none; }
  .btn-red.btn-red:focus, .lw_forms_form input:focus[type="submit"] {
    outline: 2px dotted #3c8ec6;
    outline: auto 2px #3c8ec6;
    outline-color: #3c8ec6; }
  .btn-red.btn-red:hover, .lw_forms_form input:hover[type="submit"], .btn-red.btn-red:focus, .lw_forms_form input:focus[type="submit"] {
    background-color: #b12127 !important;
    color: #f5f3ed !important; }

.btn-black.btn-black, .lw_forms_form input[type="button"] {
  display: inline-block;
  cursor: pointer;
  border: none;
  border-radius: 1px;
  padding: 8px 22px 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-style: normal;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.34, 0.615, 0.4, 0.985);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #000 !important;
  color: #fcfbfa !important; }
  .btn-black.btn-black.small, .lw_forms_form input.small[type="button"] {
    font-size: 1.8rem;
    padding-top: 13px;
    padding-bottom: 11px; }
  .btn-black.btn-black:hover, .lw_forms_form input:hover[type="button"], .btn-black.btn-black:focus, .lw_forms_form input:focus[type="button"] {
    text-decoration: none; }
  .btn-black.btn-black:focus, .lw_forms_form input:focus[type="button"] {
    outline: 2px dotted #3c8ec6;
    outline: auto 2px #3c8ec6;
    outline-color: #3c8ec6; }
  .btn-black.btn-black:hover, .lw_forms_form input:hover[type="button"], .btn-black.btn-black:focus, .lw_forms_form input:focus[type="button"], .btn-black.btn-black.is-active, .lw_forms_form input.is-active[type="button"] {
    background-color: #d3282f !important;
    color: #f5f3ed !important; }

.btn-cta.btn-cta {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  cursor: pointer;
  border: none;
  border-radius: 1px;
  padding: 8px 22px 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-style: normal;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.34, 0.615, 0.4, 0.985);
  background-color: #d3282f !important;
  color: #fcfbfa !important;
  font-weight: 800;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  padding: 16px 38px 16px; }
  .btn-cta.btn-cta.small {
    font-size: 1.8rem;
    padding-top: 13px;
    padding-bottom: 11px; }
  .btn-cta.btn-cta:hover, .btn-cta.btn-cta:focus {
    text-decoration: none; }
  .btn-cta.btn-cta:focus {
    outline: 2px dotted #3c8ec6;
    outline: auto 2px #3c8ec6;
    outline-color: #3c8ec6; }
  .btn-cta.btn-cta:hover, .btn-cta.btn-cta:focus {
    background-color: #b92329 !important;
    color: #f5f3ed !important; }
  .btn-cta.btn-cta::after {
    content: '';
    display: inline-block;
    margin-left: 13px;
    margin-bottom: -1px;
    background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/arrow-right-white-fat.png");
    background-size: contain;
    height: 20px;
    width: 38px;
    background-position: center;
    background-repeat: no-repeat; }
    @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) {
      .btn-cta.btn-cta::after {
        background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/arrow-right-white-fat@2x.png"); } }
  @media only screen and (max-width: 579px) {
    .btn-cta.btn-cta {
      font-size: 2rem; } }

.btn-cta-wide.btn-cta-wide {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  cursor: pointer;
  border: none;
  border-radius: 1px;
  padding: 8px 22px 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
  font-style: normal;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.34, 0.615, 0.4, 0.985);
  display: block;
  width: 100%;
  background-color: #d3282f !important;
  color: #fcfbfa !important;
  font-weight: 800;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  padding: 16px 38px 16px; }
  .btn-cta-wide.btn-cta-wide.small {
    font-size: 1.8rem;
    padding-top: 13px;
    padding-bottom: 11px; }
  .btn-cta-wide.btn-cta-wide:hover, .btn-cta-wide.btn-cta-wide:focus {
    text-decoration: none; }
  .btn-cta-wide.btn-cta-wide:focus {
    outline: 2px dotted #3c8ec6;
    outline: auto 2px #3c8ec6;
    outline-color: #3c8ec6; }
  .btn-cta-wide.btn-cta-wide:hover, .btn-cta-wide.btn-cta-wide:focus {
    background-color: #b92329 !important;
    color: #f5f3ed !important; }
  .btn-cta-wide.btn-cta-wide::after {
    content: '';
    display: inline-block;
    margin-left: 13px;
    margin-bottom: -1px;
    background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/arrow-right-white-fat.png");
    background-size: contain;
    height: 20px;
    width: 38px;
    background-position: center;
    background-repeat: no-repeat; }
    @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) {
      .btn-cta-wide.btn-cta-wide::after {
        background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/arrow-right-white-fat@2x.png"); } }
  @media only screen and (max-width: 579px) {
    .btn-cta-wide.btn-cta-wide {
      font-size: 2rem; } }

.dropdown-btn-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end; }
  .dropdown-btn-wrapper button {
    display: inline-block;
    cursor: pointer;
    border: none;
    border-radius: 1px;
    padding: 8px 22px 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-style: normal;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.34, 0.615, 0.4, 0.985);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    padding: 3px 18px 2px;
    font-size: 14px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: #d3282f;
    color: #fcfbfa; }
    .dropdown-btn-wrapper button.small {
      font-size: 1.8rem;
      padding-top: 13px;
      padding-bottom: 11px; }
    .dropdown-btn-wrapper button:hover, .dropdown-btn-wrapper button:focus {
      text-decoration: none; }
    .dropdown-btn-wrapper button:focus {
      outline: 2px dotted #3c8ec6;
      outline: auto 2px #3c8ec6;
      outline-color: #3c8ec6; }
    .dropdown-btn-wrapper button:hover, .dropdown-btn-wrapper button:focus {
      background-color: #d3282f;
      color: #fcfbfa; }
  .dropdown-btn-wrapper.is-active ul {
    pointer-events: all;
    opacity: 1;
    visibility: visible; }
  .dropdown-btn-wrapper ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    z-index: 6;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    max-width: calc(100vw - 60px);
    margin-top: -1px;
    list-style-type: none;
    background-color: #d3282f;
    color: #ffffff;
    border-radius: 3px 0 3px 3px;
    box-shadow: -4px 8px 9px -1px rgba(0, 0, 0, 0.3);
    transition: opacity .15s ease-out; }
    @media (min-width: 751px) {
      .dropdown-btn-wrapper ul {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 40px;
        column-gap: 70px;
        column-rule: 1px solid rgba(255, 255, 255, 0.3);
        padding: 26px 30px 32px; } }
    @media (max-width: 750px) {
      .dropdown-btn-wrapper ul {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 40px;
        column-gap: 70px;
        column-rule: 1px solid rgba(255, 255, 255, 0.3);
        padding: 22px 30px 26px; } }
    @media (max-width: 550px) {
      .dropdown-btn-wrapper ul {
        -webkit-column-count: 1;
        column-count: 1;
        padding: 15px 25px; } }
    .dropdown-btn-wrapper ul a {
      display: inline-block;
      width: 100%;
      color: #ffffff;
      padding: 6px 0;
      font-size: 18px;
      line-height: 1.3;
      font-weight: 500;
      text-decoration: none; }
      .dropdown-btn-wrapper ul a:hover {
        text-decoration: underline;
        outline: none; }
      .dropdown-btn-wrapper ul a:focus {
        outline: 2px dotted #3c8ec6;
        outline: auto 2px #3c8ec6;
        outline-color: #3c8ec6; }
      @media (max-width: 550px) {
        .dropdown-btn-wrapper ul a {
          font-size: 16px;
          padding: 5px 0; } }

.callout-quote.callout-quote {
  position: relative;
  display: block;
  margin: 33px 0 50px;
  padding: 66px 80px 59px 51px;
  border-radius: 2px;
  background-color: #d3282f;
  color: #fcfbfa; }
  .callout-quote.callout-quote .callout-quote-text {
    color: #fcfbfa;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.375;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .callout-quote.callout-quote .callout-quote-footer {
    margin-top: 12px;
    color: #fcfbfa;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.545; }
    .callout-quote.callout-quote .callout-quote-footer::after {
      content: '';
      display: block;
      margin-top: 33px;
      width: 84px;
      border-bottom: 5px solid #fcfbfa; }
  .callout-quote.callout-quote::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/peeping-staggered-lines.png");
    background-size: contain;
    height: 160px;
    width: 35%;
    background-position: center;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 526px 268px;
    background-repeat: no-repeat;
    opacity: 0.2; }
    @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) {
      .callout-quote.callout-quote::before {
        background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/peeping-staggered-lines@2x.png"); } }

.contact-info {
  display: block;
  margin-bottom: 14px;
  color: #666666;
  font-style: normal;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none; }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .contact-info {
      font-size: 1.6rem; } }
  .contact-info[href]:hover, .contact-info[href]:focus {
    text-decoration: underline; }
  .contact-info::before {
    content: '';
    display: inline-block;
    margin-right: 17px;
    margin-bottom: -4px; }
  .contact-info.location::before {
    background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/map-marker.png");
    background-size: contain;
    height: 27px;
    width: 22px;
    background-position: center;
    background-repeat: no-repeat; }
    @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) {
      .contact-info.location::before {
        background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/map-marker@2x.png"); } }
  .contact-info.email::before {
    background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/email.png");
    background-size: contain;
    height: 17px;
    width: 24px;
    background-position: center;
    background-repeat: no-repeat; }
    @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) {
      .contact-info.email::before {
        background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/email@2x.png"); } }
  .contact-info.phone::before {
    background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/phone.png");
    background-size: contain;
    height: 22px;
    width: 22px;
    background-position: center;
    background-repeat: no-repeat; }
    @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) {
      .contact-info.phone::before {
        background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/phone@2x.png"); } }
  .contact-info.time::before {
    background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/clock.png");
    background-size: contain;
    height: 23px;
    width: 22px;
    background-position: center;
    background-repeat: no-repeat; }
    @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) {
      .contact-info.time::before {
        background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/clock@2x.png"); } }

.details-page .has-fade-in {
  opacity: 0; }
  .details-page .has-fade-in.is-visible {
    opacity: 1;
    transition: opacity 0.4s cubic-bezier(0.34, 0.615, 0.4, 0.985); }

.details-page .blogs_field {
  margin-top: 40px; }

.details-back {
  display: block;
  text-align: right;
  color: #222222;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none; }
  .details-back:hover, .details-back:focus {
    text-decoration: underline; }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .details-back {
      text-align: left; } }
  .details-back::before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/arrow-left-red.png");
    background-size: contain;
    height: 12px;
    width: 17px;
    background-position: center;
    background-repeat: no-repeat; }
    @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) {
      .details-back::before {
        background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/arrow-left-red@2x.png"); } }

.details-meta {
  color: #666666;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 14px; }

.details-title {
  margin-bottom: 12px; }

.details-intro {
  color: #626262;
  font-family: raleway, sans-serif;
  font-style: italic;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.545;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d4d3d2; }
  @media only screen and (max-width: 435px) {
    .details-intro {
      font-size: 2rem; } }
  .details-intro a {
    color: #d3282f;
    font-weight: bold;
    text-decoration: none; }
    .details-intro a:hover, .details-intro a:focus {
      color: #d3282f;
      text-decoration: underline; }
    .details-intro a:focus:not(:hover) {
      outline: 2px dotted #3c8ec6;
      outline: auto 2px #3c8ec6;
      outline-color: #3c8ec6; }

.details-page-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 38px; }
  .details-page-actions.bottom {
    margin-top: 50px;
    margin-bottom: 60px;
    padding-bottom: 12px;
    border-bottom: 1px solid #d4d3d2; }

.details-image {
  min-width: 0 !important;
  min-height: 0 !important;
  margin-top: 20px; }
  .details-image .lw_image {
    max-height: 500px;
    width: auto;
    max-width: 100%; }

.details-related {
  margin-top: 20px;
  font-weight: 500;
  line-height: 1.42; }
  .details-related > div {
    margin-top: 15px; }
  .details-related a {
    font-size: inherit;
    font-weight: inherit; }
  .details-related img {
    display: none; }

.details-contact {
  margin-top: 18px; }
  .details-contact > div {
    margin-top: 15px;
    color: #929292;
    font-weight: 500;
    line-height: 1.42; }
    .details-contact > div a {
      font-size: inherit;
      font-weight: inherit;
      color: inherit; }

.lw_forms_form .lw_forms_intro {
  margin-bottom: 35px; }
  .lw_forms_form .lw_forms_intro::after {
    display: block;
    clear: both;
    content: ""; }

.lw_forms_form .lw_widget_forms {
  margin: 25px 0; }

.lw_forms_form .lw_forms_fieldset {
  margin-bottom: 12px;
  border: none;
  padding: 0; }
  .lw_forms_form .lw_forms_fieldset::after {
    display: block;
    clear: both;
    content: ""; }

.lw_forms_form .lw_forms_label {
  display: inline-block;
  margin-bottom: .2rem;
  color: #222222;
  font-size: 1.8rem;
  font-weight: 700; }

.lw_forms_form .lw_forms_instruction {
  font-size: 1.4rem;
  color: #222222; }

.lw_forms_form .lw_uploads_files {
  list-style-type: none; }

.lw_forms_form .lw_forms_radio label,
.lw_forms_form .lw_forms_checkbox label {
  font-weight: 300;
  font-size: 1.6rem; }

.lw_forms_form .form-control, .lw_forms_form input[type="text"],
.lw_forms_form textarea {
  font-size: 1.8rem;
  height: auto;
  padding: 0.375rem 0.75rem; }

.lw_forms_form input[type="submit"] {
  margin-top: 15px;
  margin-bottom: 5px; }

.lw_forms_form input[type="button"] {
  margin-bottom: 5px; }

.lw_forms_form input[name="upload"] + span {
  font-size: 1.4rem; }

.gallery-details #lw_gallery_thumbnails {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .gallery-details #lw_gallery_thumbnails li {
    display: inline-block; }

body.help-page .lw_image {
  padding: 5px;
  border: 2px solid #d4d3d2;
  border-radius: 1px; }

body.help-page .lw_item_thumb .lw_image {
  border: none;
  padding: 0;
  border-radius: 0; }

.site-main-content {
  -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.*/
  position: relative;
  /* for skip links*/ }
  @media (max-width: 951px) and (min-width: 769px) {
    body.livewhale .site-main-content {
      top: 41px; } }

@media only screen and (min-width: 1300px) {
  .site-main-content-center {
    max-width: calc(696px + 60px + 18px); } }

body.right-column_hidden #left-column,
body.right-column_hidden #right-column,
body.left-column_hidden #left-column,
body.left-column_hidden #right-column {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0; }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
  .page-sidebar.has-border {
    padding-right: 43px;
    padding-top: 18px;
    border-right: 1px solid #dedddb; } }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
  .page-sidebar.sticky {
    z-index: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 80px;
    margin-bottom: 40px;
    overflow-y: scroll;
    height: calc(100vh - 60px);
    align-self: flex-start;
    padding-right: 43px;
    padding-top: 18px;
    background-attachment: local;
    background-color: #dedddb;
    -webkit-background-clip: text;
    transition: background-color 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985); }
    body.livewhale .page-sidebar.sticky {
      top: 120px;
      height: calc(100vh - 80px); }
    .page-sidebar.sticky:hover {
      background-color: #de5056; }
    .page-sidebar.sticky::-webkit-scrollbar {
      width: 7px; }
    .page-sidebar.sticky::-webkit-scrollbar-track {
      background-color: #b8b7b6;
      border-left: 3px solid white;
      border-right: 3px solid white; }
    .page-sidebar.sticky::-webkit-scrollbar-thumb {
      background-color: inherit;
      border-radius: 1px;
      border-left: 0px solid white;
      border-right: 0px solid white; }
    .page-sidebar.sticky .page-sidebar-inner {
      background-color: #ffffff; }
      .page-sidebar.sticky .page-sidebar-inner > *:last-child {
        margin-bottom: 0; } }

@media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
  .page-sidebar.sticky {
    height: auto !important;
    margin-bottom: 50px; } }

.page-sidebar a[href^="mailto:"] {
  display: inline-block;
  max-width: 100%;
  overflow: hidden; }

.profile-details .profile-details-top {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column; }
  .profile-details .profile-details-top::after {
    display: block;
    clear: both;
    content: ""; }

.profile-details .profile-details-image {
  float: left; }
  @media only screen and (min-width: 1300px) {
    .profile-details .profile-details-image {
      max-width: 268px;
      margin-right: 28px; } }
  @media only screen and (min-width: 992px) and (max-width: 1299px) {
    .profile-details .profile-details-image {
      max-width: 220px;
      margin-right: 18px; } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .profile-details .profile-details-image {
      max-width: 180px;
      margin-right: 18px; } }
  @media only screen and (max-width: 435px) {
    .profile-details .profile-details-image {
      width: 100%; } }
  .profile-details .profile-details-image .lw_profiles_credit {
    display: none !important; }

.profile-details .profile-details-name {
  margin-bottom: 10px; }
  @media only screen and (min-width: 992px) and (max-width: 1299px) {
    .profile-details .profile-details-name {
      font-size: 3.9rem; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .profile-details .profile-details-name {
      font-size: 3.4rem; } }
  @media only screen and (min-width: 580px) and (max-width: 767px) {
    .profile-details .profile-details-name {
      font-size: 2.8rem; } }
  @media only screen and (max-width: 579px) {
    .profile-details .profile-details-name {
      font-size: 2.4rem; } }

.profile-details .profile-details-title {
  color: #555555;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.44; }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .profile-details .profile-details-title {
      font-size: 1.8rem; } }
  .profile-details .profile-details-title p {
    margin-bottom: 0; }

.profile-details .profile-details-contact {
  padding: 40px 45px 30px;
  background-color: #faf9f7;
  color: #666666;
  font-style: normal;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none; }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .profile-details .profile-details-contact {
      padding: 25px 15px 20px 25px; } }
  .profile-details .profile-details-contact h3 {
    margin-top: -8px;
    margin-bottom: 15px; }

.profile-details .profile-details-body .profiles_field > h4 {
  color: #333333;
  font-size: 3.2rem;
  line-height: 1.375;
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 25px; }
  .profile-details .profile-details-body .profiles_field > h4::before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 14px;
    border-radius: 1px;
    background-color: #d3282f; }

.profile-details .profiles-related-news {
  margin-top: 100px;
  margin-bottom: 75px; }
  .profile-details .profiles-related-news ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 50px; }
  .profile-details .profiles-related-news li:not(.lw_related_news) {
    display: none; }
  .profile-details .profiles-related-news .lw_related_news {
    display: flex;
    margin-bottom: 48px; }
    .profile-details .profiles-related-news .lw_related_news img {
      flex: 0 0 auto;
      margin-right: 30px;
      line-height: 0; }
      @media only screen and (max-width: 579px) {
        .profile-details .profiles-related-news .lw_related_news img {
          margin-right: 20px;
          flex-basis: 120px; } }
      @media only screen and (max-width: 435px) {
        .profile-details .profiles-related-news .lw_related_news img {
          flex-basis: 90px; } }
    .profile-details .profiles-related-news .lw_related_news a {
      color: #222222;
      font-size: 2.2rem;
      font-weight: 700;
      line-height: 1.19;
      margin-top: 5px;
      margin-bottom: 10px;
      text-decoration: none;
      transition: color 0.2s cubic-bezier(0.34, 0.615, 0.4, 0.985); }
      @media only screen and (max-width: 579px) {
        .profile-details .profiles-related-news .lw_related_news a {
          margin-top: 0;
          font-size: 1.8rem; } }
      .profile-details .profiles-related-news .lw_related_news a:hover, .profile-details .profiles-related-news .lw_related_news a:focus {
        color: #d3282f;
        text-decoration: underline; }
      .profile-details .profiles-related-news .lw_related_news a:focus:not(:hover) {
        outline: 2px dotted #3c8ec6;
        outline: auto 2px #3c8ec6;
        outline-color: #3c8ec6; }

.profile-details .profiles-related-links {
  margin: 70px 0 50px;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #555555;
  font-weight: 400; }
  .profile-details .profiles-related-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 14px; }
  .profile-details .profiles-related-links ul li,
  .profile-details .profiles-related-links p {
    margin-bottom: 1em; }
  .profile-details .profiles-related-links a {
    color: inherit;
    font-weight: 700;
    font-size: inherit;
    text-decoration: none; }
    .profile-details .profiles-related-links a:hover, .profile-details .profiles-related-links a:focus {
      color: #d3282f;
      text-decoration: underline; }
    .profile-details .profiles-related-links a:focus:not(:hover) {
      outline: 2px dotted #3c8ec6;
      outline: auto 2px #3c8ec6;
      outline-color: #3c8ec6; }
  .profile-details .profiles-related-links .lw_related_news img,
  .profile-details .profiles-related-links .lw_related_event img,
  .profile-details .profiles-related-links .lw_related_gallery img,
  .profile-details .profiles-related-links .lw_related_profile img {
    display: none; }
  .profile-details .profiles-related-links .lw_related_news {
    display: none; }

body.related-links_hidden .related-links-wrapper {
  display: none; }

.related-links-inner {
  margin: 33px 0 50px;
  padding: 28px 43px 30px;
  border-radius: 2px;
  background-color: #d3282f; }

.related-links-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 0;
  margin-bottom: 24px; }
  .related-links-title h2,
  .related-links-title h3,
  .related-links-title h4,
  .related-links-title h5,
  .related-links-title p:last-child {
    display: inline;
    margin: 0;
    padding-bottom: 0px;
    border-bottom: 3px solid #f5f3ed;
    color: #f5f3ed;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0;
    text-transform: uppercase; }

.related-links.related-links {
  color: #f5f3ed;
  margin-bottom: 0; }
  @media only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .related-links.related-links,
    .related-links.related-links ul,
    .related-links.related-links ol {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between; } }
  .related-links.related-links ul,
  .related-links.related-links ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    flex: 0 0 100%; }
  .related-links.related-links p,
  .related-links.related-links li {
    margin-bottom: 1.1em;
    font-size: 1.8rem;
    line-height: 1.25;
    font-weight: 500;
    flex: 0 0 100%; }
    @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .related-links.related-links p,
      .related-links.related-links li {
        flex: 0 0 43%; }
        .related-links.related-links p:nth-child(2n),
        .related-links.related-links li:nth-child(2n) {
          margin-left: auto; }
        .related-links.related-links p:only-child,
        .related-links.related-links li:only-child {
          flex-grow: 1; } }
    @media only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 1300px) {
      .related-links.related-links p,
      .related-links.related-links li {
        font-size: 2rem; } }
  .related-links.related-links a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    color: inherit;
    font-weight: 600;
    font-size: inherit;
    text-decoration: none; }
    .related-links.related-links a:hover, .related-links.related-links a:focus {
      color: #f5f3ed;
      text-decoration: none; }
    .related-links.related-links a:focus:not(:hover) {
      outline: 2px dotted #3c8ec6;
      outline: auto 2px #3c8ec6;
      outline-color: #3c8ec6; }
    .related-links.related-links a::after {
      background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/arrow-right-white.png");
      background-size: contain;
      height: 15px;
      width: 23px;
      background-position: center;
      background-repeat: no-repeat;
      content: '';
      display: block;
      position: absolute;
      bottom: 4px;
      left: 100%;
      margin-top: -6px;
      margin-left: 7px;
      transition: transform 0.5s cubic-bezier(0.34, 0.615, 0.4, 0.985); }
      @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) {
        .related-links.related-links a::after {
          background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/arrow-right-white@2x.png"); } }
    .related-links.related-links a:focus::after, .related-links.related-links a:hover::after {
      transform: translateX(10px); }

.rich-text, .related-links, .small-text {
  font-size: 1.8rem;
  margin-bottom: 35px; }
  .rich-text::after, .related-links::after, .small-text::after {
    display: block;
    clear: both;
    content: ""; }
  .rich-text h1:first-child, .related-links h1:first-child, .small-text h1:first-child,
  .rich-text h2:first-child,
  .related-links h2:first-child,
  .small-text h2:first-child,
  .rich-text h3:first-child,
  .related-links h3:first-child,
  .small-text h3:first-child,
  .rich-text h4:first-child,
  .related-links h4:first-child,
  .small-text h4:first-child,
  .rich-text h5:first-child,
  .related-links h5:first-child,
  .small-text h5:first-child,
  .rich-text h6:first-child,
  .related-links h6:first-child,
  .small-text h6:first-child {
    margin-top: 0; }
  .rich-text a, .related-links a, .small-text a {
    color: #d3282f;
    font-weight: bold;
    text-decoration: none; }
    .rich-text a:hover, .related-links a:hover, .small-text a:hover, .rich-text a:focus, .related-links a:focus, .small-text a:focus {
      color: #d3282f;
      text-decoration: underline; }
    .rich-text a:focus:not(:hover), .related-links a:focus:not(:hover), .small-text a:focus:not(:hover) {
      outline: 2px dotted #3c8ec6;
      outline: auto 2px #3c8ec6;
      outline-color: #3c8ec6; }
  .rich-text ul, .related-links ul, .small-text ul,
  .rich-text ol,
  .related-links ol,
  .small-text ol {
    margin: 0 0 1em 40px;
    padding-left: 19px; }
    .rich-text ul li, .related-links ul li, .small-text ul li,
    .rich-text ol li,
    .related-links ol li,
    .small-text ol li {
      margin-bottom: .25em; }
  .rich-text blockquote, .related-links blockquote, .small-text blockquote {
    color: #555555;
    font-family: raleway, sans-serif;
    font-style: italic;
    font-size: 2.8rem;
    line-height: 1.57em;
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 40px 40px 40px 50px;
    font-weight: 600;
    border-left: 1px solid #d3282f; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .rich-text blockquote, .related-links blockquote, .small-text blockquote {
        font-size: 2.6rem; } }
    @media only screen and (min-width: 580px) and (max-width: 767px) {
      .rich-text blockquote, .related-links blockquote, .small-text blockquote {
        font-size: 2.4rem; } }
    @media only screen and (max-width: 579px) {
      .rich-text blockquote, .related-links blockquote, .small-text blockquote {
        font-size: 2rem; } }
  .rich-text hr:last-child, .related-links hr:last-child, .small-text hr:last-child {
    margin-bottom: 0; }
  .rich-text .iframe-wrapper, .related-links .iframe-wrapper, .small-text .iframe-wrapper {
    max-width: 100%; }
  .rich-text .lw_image, .related-links .lw_image, .small-text .lw_image {
    margin-bottom: 15px; }
  .rich-text .lw_align_left.lw_align_left, .related-links .lw_align_left.lw_align_left, .small-text .lw_align_left.lw_align_left {
    margin-right: 1.3em; }
  .rich-text .lw_align_right.lw_align_right, .related-links .lw_align_right.lw_align_right, .small-text .lw_align_right.lw_align_right {
    margin-left: 1.3em; }
  .rich-text .lw_align_center.lw_align_center, .related-links .lw_align_center.lw_align_center, .small-text .lw_align_center.lw_align_center {
    margin-left: auto;
    margin-right: auto; }
  .rich-text .lw_preview_image:hover, .related-links .lw_preview_image:hover, .small-text .lw_preview_image:hover, .rich-text .lw_preview_image:focus, .related-links .lw_preview_image:focus, .small-text .lw_preview_image:focus {
    text-decoration: underline;
    color: inherit; }
  .rich-text .lw_image_caption, .related-links .lw_image_caption, .small-text .lw_image_caption,
  .rich-text .lw_image_credit,
  .related-links .lw_image_credit,
  .small-text .lw_image_credit {
    max-width: 100%;
    padding: 0;
    margin-top: -4px;
    margin-bottom: 15px;
    color: #444444;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.36;
    font-style: italic; }
    .rich-text .lw_image_caption a, .related-links .lw_image_caption a, .small-text .lw_image_caption a,
    .rich-text .lw_image_credit a,
    .related-links .lw_image_credit a,
    .small-text .lw_image_credit a {
      color: #d3282f;
      font-weight: 500;
      text-decoration: none; }
      .rich-text .lw_image_caption a:hover, .related-links .lw_image_caption a:hover, .small-text .lw_image_caption a:hover, .rich-text .lw_image_caption a:focus, .related-links .lw_image_caption a:focus, .small-text .lw_image_caption a:focus,
      .rich-text .lw_image_credit a:hover,
      .related-links .lw_image_credit a:hover,
      .small-text .lw_image_credit a:hover,
      .rich-text .lw_image_credit a:focus,
      .related-links .lw_image_credit a:focus,
      .small-text .lw_image_credit a:focus {
        text-decoration: underline; }
    .rich-text .lw_image_caption.lw_image_credit, .related-links .lw_image_caption.lw_image_credit, .small-text .lw_image_caption.lw_image_credit,
    .rich-text .lw_image_credit.lw_image_credit,
    .related-links .lw_image_credit.lw_image_credit,
    .small-text .lw_image_credit.lw_image_credit {
      float: none;
      display: block;
      margin-top: 6px;
      font-size: 1.3rem;
      color: #6d6d6d;
      margin-bottom: 15px; }
    .rich-text .lw_image_caption.lw_column_width_half, .related-links .lw_image_caption.lw_column_width_half, .small-text .lw_image_caption.lw_column_width_half,
    .rich-text .lw_image_credit.lw_column_width_half,
    .related-links .lw_image_credit.lw_column_width_half,
    .small-text .lw_image_credit.lw_column_width_half {
      max-width: 50%; }
    .rich-text .lw_image_caption.lw_align_left, .related-links .lw_image_caption.lw_align_left, .small-text .lw_image_caption.lw_align_left,
    .rich-text .lw_image_credit.lw_align_left,
    .related-links .lw_image_credit.lw_align_left,
    .small-text .lw_image_credit.lw_align_left {
      margin-right: 1.3em; }
    .rich-text .lw_image_caption.lw_align_right, .related-links .lw_image_caption.lw_align_right, .small-text .lw_image_caption.lw_align_right,
    .rich-text .lw_image_credit.lw_align_right,
    .related-links .lw_image_credit.lw_align_right,
    .small-text .lw_image_credit.lw_align_right {
      margin-left: 1.3em; }
  .rich-text .fluid-width-video-wrapper, .related-links .fluid-width-video-wrapper, .small-text .fluid-width-video-wrapper {
    margin-bottom: 15px; }
  
  .rich-text .lw_image_credit,
  .related-links .lw_image_credit,
  .small-text .lw_image_credit {
    display: none !important; }

.lw_image_preview .lw_overlay_header .lw_overlay_close {
  width: 25px;
  height: 25px;
  padding: 0 0 5px 1px;
  border-radius: 50%;
  box-shadow: 0 0 9px -1px black;
  font-size: 24px; }

.search-form, .site-header-search-form {
  border-radius: 4px;
  background-color: #d3282f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0;
  position: relative;
  z-index: 1; }
  .search-form::after, .site-header-search-form::after {
    display: block;
    clear: both;
    content: ""; }
  .search-form input[type="text"], .site-header-search-form input[type="text"] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #d3282f;
    color: #ffffff;
    background-image: none;
    border-radius: 4px;
    border: none;
    display: block;
    font-size: 26px;
    font-weight: 600;
    line-height: 31.5px;
    height: auto;
    line-height: 1.1;
    margin-bottom: 0;
    min-width: 0;
    padding: 7px 12px 8px 65px;
    width: 100%; }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .search-form input[type="text"], .site-header-search-form input[type="text"] {
        font-size: 18px;
        line-height: 1;
        padding-left: 55px; } }
    .search-form input[type="text"]::-webkit-input-placeholder, .site-header-search-form input[type="text"]::-webkit-input-placeholder {
      color: #f8dfe0; }
    .search-form input[type="text"]:-moz-placeholder, .site-header-search-form input[type="text"]:-moz-placeholder {
      /* Firefox 18- */
      color: #f8dfe0; }
    .search-form input[type="text"]::-moz-placeholder, .site-header-search-form input[type="text"]::-moz-placeholder {
      /* Firefox 19+ */
      color: #f8dfe0; }
    .search-form input[type="text"]:-ms-input-placeholder, .site-header-search-form input[type="text"]:-ms-input-placeholder {
      color: #f8dfe0; }
    .search-form input[type="text"]:focus, .site-header-search-form input[type="text"]:focus {
      outline: none; }
  .search-form .btn-search, .site-header-search-form .btn-search {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    z-index: 1;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -20px;
    margin-left: 10px;
    height: 38px;
    width: 44px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 26px;
    color: #ffffff; }
    .search-form .btn-search:focus, .site-header-search-form .btn-search:focus {
      outline: none; }
    .search-form .btn-search:focus:not(:hover), .site-header-search-form .btn-search:focus:not(:hover) {
      outline: 2px dotted #3c8ec6;
      outline: auto 2px #3c8ec6;
      outline-color: #3c8ec6; }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .search-form .btn-search, .site-header-search-form .btn-search {
        margin-top: -15px;
        height: 30px;
        width: 30px;
        font-size: 20px; } }
  .search-form .btn-close, .site-header-search-form .btn-close {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    display: block;
    z-index: 1;
    position: absolute;
    right: 9px;
    top: 9px;
    overflow: hidden;
    background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/cross-gray.png");
    background-size: contain;
    height: 14px;
    width: 14px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5); }
    .search-form .btn-close:focus, .site-header-search-form .btn-close:focus {
      outline: none; }
    @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) {
      .search-form .btn-close, .site-header-search-form .btn-close {
        background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/cross-gray@2x.png"); } }
    .search-form .btn-close:focus, .site-header-search-form .btn-close:focus {
      outline: 2px dotted #3c8ec6;
      outline: auto 2px #3c8ec6;
      outline-color: #3c8ec6; }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .search-form .btn-close, .site-header-search-form .btn-close {
        top: 10px; } }
  .search-form .qa_results, .site-header-search-form .qa_results {
    z-index: -1;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: -3px;
    width: auto;
    padding: 0 16px 24px 26px;
    border: none;
    border-radius: 0 0 4px 4px;
    background-color: #d3282f;
    color: #f8dfe0;
    box-shadow: 0 2px 14px -1px rgba(0, 0, 0, 0.4);
    font-size: 1.4rem; }
    .search-form .qa_results.qa_blur, .site-header-search-form .qa_results.qa_blur, .search-form .qa_results.qa_noquery, .site-header-search-form .qa_results.qa_noquery {
      display: none; }
    .search-form .qa_results::before, .site-header-search-form .qa_results::before {
      content: '';
      display: block;
      border-top: 1px solid rgba(255, 255, 255, 0.44);
      width: 100%;
      margin-top: 8px;
      margin-bottom: 12px; }
    .search-form .qa_results .qa_category_title, .site-header-search-form .qa_results .qa_category_title {
      display: inline-block;
      font-size: 1.4rem;
      font-weight: 700;
      letter-spacing: 0.062em;
      line-height: 1.6;
      text-transform: uppercase;
      color: #ea9899;
      border-bottom: 2px solid #e7888a;
      margin-top: 10px;
      margin-bottom: 9px;
      padding: 0; }
    .search-form .qa_results ul, .site-header-search-form .qa_results ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      margin-bottom: 6px; }
      .search-form .qa_results ul::after, .site-header-search-form .qa_results ul::after {
        display: block;
        clear: both;
        content: ""; }
      .search-form .qa_results ul li, .site-header-search-form .qa_results ul li {
        padding: 0; }
    .search-form .qa_results a, .site-header-search-form .qa_results a {
      color: rgba(255, 255, 255, 0.85);
      display: block;
      font-size: 18px;
      font-weight: 500;
      line-height: 24px;
      font-style: normal;
      padding: 3px 0;
      position: relative;
      text-decoration: none;
      -webkit-transition: all 0.12s linear;
      -o-transition: all 0.12s linear;
      transition: all 0.12s linear; }
      .search-form .qa_results a:hover, .site-header-search-form .qa_results a:hover, .search-form .qa_results a:focus, .site-header-search-form .qa_results a:focus {
        text-decoration: underline; }
    .search-form .qa_results .qa_selected, .site-header-search-form .qa_results .qa_selected {
      background-color: transparent; }
      .search-form .qa_results .qa_selected a, .site-header-search-form .qa_results .qa_selected a {
        color: #ffffff;
        text-decoration: underline; }
    .search-form .qa_results span.qa_highlight, .site-header-search-form .qa_results span.qa_highlight {
      background-color: transparent;
      text-decoration: none; }
    .search-form .qa_results .qa_message, .site-header-search-form .qa_results .qa_message,
    .search-form .qa_results .qa_view_all,
    .site-header-search-form .qa_results .qa_view_all {
      color: #ea9899;
      display: block;
      font-size: 18px;
      font-weight: 500;
      line-height: 31.5px;
      font-style: normal;
      padding: 6px 0 0;
      -webkit-transition: all 0.12s linear;
      -o-transition: all 0.12s linear;
      transition: all 0.12s linear; }
      .search-form .qa_results .qa_message:hover, .site-header-search-form .qa_results .qa_message:hover, .search-form .qa_results .qa_message:focus, .site-header-search-form .qa_results .qa_message:focus,
      .search-form .qa_results .qa_view_all:hover,
      .site-header-search-form .qa_results .qa_view_all:hover,
      .search-form .qa_results .qa_view_all:focus,
      .site-header-search-form .qa_results .qa_view_all:focus {
        color: #ffffff;
        text-decoration: none; }
    .search-form .qa_results .qa_view_all::after, .site-header-search-form .qa_results .qa_view_all::after {
      border-color: transparent;
      border-left-color: #ea9899;
      border-style: solid;
      border-width: 0.3em;
      content: '';
      display: inline-block;
      height: 0;
      margin-bottom: 4px;
      margin-left: 0.45em;
      vertical-align: text-bottom;
      width: 0; }
    .search-form .qa_results .qa_view_all:hover::after, .site-header-search-form .qa_results .qa_view_all:hover::after,
    .search-form .qa_results .qa_view_all:focus::after,
    .site-header-search-form .qa_results .qa_view_all:focus::after {
      border-left-color: #ffffff; }
    .search-form .qa_results .qa_nonefound + .qa_more_results, .site-header-search-form .qa_results .qa_nonefound + .qa_more_results {
      display: none; }
  .search-form.white, .white.site-header-search-form {
    min-height: 47px;
    background-color: #ffffff;
    border-radius: 1px;
    border: 2px solid #e6e6e6;
    color: #222;
    width: 100%; }
    .search-form.white input[type="text"], .white.site-header-search-form input[type="text"] {
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      background-color: #ffffff;
      color: #575757;
      font-size: 18px;
      line-height: 1;
      padding-left: 55px; }
      .search-form.white input[type="text"]::-webkit-input-placeholder, .white.site-header-search-form input[type="text"]::-webkit-input-placeholder {
        color: #717171; }
      .search-form.white input[type="text"]:-moz-placeholder, .white.site-header-search-form input[type="text"]:-moz-placeholder {
        /* Firefox 18- */
        color: #717171; }
      .search-form.white input[type="text"]::-moz-placeholder, .white.site-header-search-form input[type="text"]::-moz-placeholder {
        /* Firefox 19+ */
        color: #717171; }
      .search-form.white input[type="text"]:-ms-input-placeholder, .white.site-header-search-form input[type="text"]:-ms-input-placeholder {
        color: #717171; }
    .search-form.white .btn-search, .white.site-header-search-form .btn-search {
      margin-top: -15px;
      height: 30px;
      width: 30px;
      font-size: 20px;
      color: #575757; }
    .search-form.white .btn-close, .white.site-header-search-form .btn-close {
      -webkit-filter: none;
      filter: none; }

.search-bar {
  background-color: #f5f3ed;
  border-radius: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: stretch;
  align-items: stretch;
  margin: 25px 0;
  max-width: 300px;
  position: relative;
  width: 100%;
  z-index: 2; }
  .search-bar::after {
    display: block;
    clear: both;
    content: ""; }
  .search-bar.align-right {
    margin-left: auto; }
  .search-bar input[type="text"] {
    flex: 1 0 50%;
    background-color: #f2f1f0;
    background-image: none;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #666666;
    display: block;
    font-size: 14px;
    font-weight: 500;
    min-height: 28px;
    line-height: 1;
    margin-bottom: 0;
    padding: 8px 14px 8px 14px; }
    .search-bar input[type="text"]::placeholder, .search-bar input[type="text"]::-webkit-input-placeholder, .search-bar input[type="text"]:-moz-placeholder, .search-bar input[type="text"]::-moz-placeholder, .search-bar input[type="text"]:-ms-input-placeholder {
      opacity: 1;
      /* Firefox */
      color: #666666; }
    .search-bar input[type="text"]:focus:not(:hover) {
      outline: 2px dotted #3c8ec6;
      outline: auto 2px #3c8ec6;
      outline-color: #3c8ec6; }
  .search-bar button {
    flex: 0 0 auto;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
    /* above search input*/
    background-color: #d3282f;
    color: #ffffff;
    padding: 4px 26px;
    font-size: 1.8rem;
    font-weight: 900;
    letter-spacing: 1.46px;
    line-height: 1;
    text-transform: uppercase; }
    .search-bar button:focus {
      outline: none; }
    .search-bar button:hover, .search-bar button:focus {
      background-color: #b12127;
      color: #ffffff; }
    .search-bar button:focus:not(:hover) {
      outline: 2px dotted #3c8ec6;
      outline: auto 2px #3c8ec6;
      outline-color: #3c8ec6; }

body.search-page .search-page-no-results {
  display: none; }

body.search-page.search-results_hidden .search-page-no-results {
  display: block; }

/* =========================================================*/
/**/
/*  Sidebar Navigation*/
/**/
/*  Used globally*/
/**/
/* =========================================================*/
.side-nav {
  line-height: 1.4;
  margin: 0 0 40px;
  /* add spacing to specific templates using margin classes*/
  position: relative;
  /* Mobile Layout*/
  /* show expandable dropdown menu on mobile, below page title */ }
  .side-nav ul {
    /* this chunk applies to all nav levels*/
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .side-nav ul li {
      margin: 0; }
    .side-nav ul a,
    .side-nav ul span {
      /* span applies to nav separators*/
      display: inline-block;
      position: relative;
      text-decoration: none;
      transition: color 0.2s cubic-bezier(0.34, 0.615, 0.4, 0.985); }
      .side-nav ul a:hover, .side-nav ul a:focus,
      .side-nav ul span:hover,
      .side-nav ul span:focus {
        text-decoration: none; }
      .side-nav ul a:focus:not(:hover),
      .side-nav ul span:focus:not(:hover) {
        outline: 2px dotted #3c8ec6;
        outline: auto 2px #3c8ec6;
        outline-color: #3c8ec6; }
  .side-nav .lw_separator.lw_separator.lw_separator {
    /* separator titles at all levels*/
    margin-top: 30px;
    margin-bottom: 7px; }
    .side-nav .lw_separator.lw_separator.lw_separator .lw_separator_title {
      font-size: 1.4rem !important; }
  .side-nav ul.lw_widget_results_navigation {
    /* first-level ul only*/ }
    .side-nav ul.lw_widget_results_navigation > li {
      /* first-level links*/
      margin-top: 14px;
      margin-bottom: 25px; }
      .side-nav ul.lw_widget_results_navigation > li > a {
        color: #555555;
        display: block;
        font-weight: 600;
        font-size: 2rem;
        line-height: 1.4; }
        .side-nav ul.lw_widget_results_navigation > li > a:hover, .side-nav ul.lw_widget_results_navigation > li > a:focus {
          color: #d3282f; }
      .side-nav ul.lw_widget_results_navigation > li.lw_has_subnav.lw_active {
        /* active first-level links with a subnav*/ }
    .side-nav ul.lw_widget_results_navigation > li > ul.lw_subnav {
      /* second-level links only*/
      margin: 11px 0 0 25px;
      padding-left: 10px;
      line-height: 1.2;
      font-size: 1.6rem;
      font-weight: 600;
      color: #707070;
      border-left: 2px solid #b8b7b6; }
      .side-nav ul.lw_widget_results_navigation > li > ul.lw_subnav > li {
        padding: 5px 0 8px; }
        .side-nav ul.lw_widget_results_navigation > li > ul.lw_subnav > li > a,
        .side-nav ul.lw_widget_results_navigation > li > ul.lw_subnav > li > span {
          display: inline;
          /* required for bullet to align top*/
          color: #707070;
          padding: 4px 0 9px;
          /* also need padding on list item*/ }
          .side-nav ul.lw_widget_results_navigation > li > ul.lw_subnav > li > a:hover, .side-nav ul.lw_widget_results_navigation > li > ul.lw_subnav > li > a:focus,
          .side-nav ul.lw_widget_results_navigation > li > ul.lw_subnav > li > span:hover,
          .side-nav ul.lw_widget_results_navigation > li > ul.lw_subnav > li > span:focus {
            color: #d3282f; }
        .side-nav ul.lw_widget_results_navigation > li > ul.lw_subnav > li.lw_current > a {
          color: #d3282f; }
    .side-nav ul.lw_widget_results_navigation > li > ul.lw_subnav ul.lw_subnav {
      /* third-level links and below*/
      color: #707070;
      font-size: 1.4rem;
      margin-top: 12px;
      margin-bottom: 3px;
      padding-left: 2em;
      list-style-type: disc; }
      .side-nav ul.lw_widget_results_navigation > li > ul.lw_subnav ul.lw_subnav li {
        position: relative; }
        .side-nav ul.lw_widget_results_navigation > li > ul.lw_subnav ul.lw_subnav li a,
        .side-nav ul.lw_widget_results_navigation > li > ul.lw_subnav ul.lw_subnav li span {
          padding: 2px 0 5px; }
          .side-nav ul.lw_widget_results_navigation > li > ul.lw_subnav ul.lw_subnav li a:hover, .side-nav ul.lw_widget_results_navigation > li > ul.lw_subnav ul.lw_subnav li a:focus,
          .side-nav ul.lw_widget_results_navigation > li > ul.lw_subnav ul.lw_subnav li span:hover,
          .side-nav ul.lw_widget_results_navigation > li > ul.lw_subnav ul.lw_subnav li span:focus {
            color: #d3282f; }
        .side-nav ul.lw_widget_results_navigation > li > ul.lw_subnav ul.lw_subnav li.lw_current > a {
          color: #d3282f; }
  .side-nav.is-dropdown {
    background-color: #d4d4d4;
    border-radius: 2px;
    padding: 0;
    margin-bottom: 20px; }
    .core-landing-page .side-nav.is-dropdown {
      background-color: #e8e7e6; }
    .side-nav.is-dropdown .side-nav-title {
      display: block;
      margin: 0;
      padding: 12px 18px 10px;
      border-bottom: none;
      display: flex;
      /* vertically center the arrow*/
      width: 100%;
      align-items: center;
      justify-content: center;
      color: #303030; }
      .side-nav.is-dropdown .side-nav-title::after {
        /* arrow*/
        content: "";
        display: inline-block;
        height: 0;
        width: 0;
        border: solid transparent;
        border-color: transparent transparent transparent #303030;
        border-width: 6px;
        margin: -2px -18px 0px 9px;
        transform-origin: 20% 50%;
        transition: transform 100ms ease; }
      .side-nav.is-dropdown .side-nav-title a:hover,
      .side-nav.is-dropdown .side-nav-title a:focus {
        color: #303030; }
    .side-nav.is-dropdown ul.lw_widget_results_navigation {
      display: none;
      padding: 0 18px 2px; }
      .side-nav.is-dropdown ul.lw_widget_results_navigation > li {
        margin-bottom: 18px; }
        .side-nav.is-dropdown ul.lw_widget_results_navigation > li:first-child {
          margin-top: 1px; }
        .side-nav.is-dropdown ul.lw_widget_results_navigation > li > a {
          font-size: 1.6rem;
          line-height: 1.3; }
        .side-nav.is-dropdown ul.lw_widget_results_navigation > li ul.lw_subnav {
          margin-left: 15px; }
      .side-nav.is-dropdown ul.lw_widget_results_navigation .lw_separator.lw_separator.lw_separator {
        margin-top: 20px; }
        .side-nav.is-dropdown ul.lw_widget_results_navigation .lw_separator.lw_separator.lw_separator .lw_separator_title {
          font-size: 1.4rem;
          border-bottom-color: #f5f3ed; }
    .side-nav.is-dropdown.is-expanded .side-nav-title::after {
      transform: rotate(90deg); }
    .side-nav.is-dropdown.is-expanded ul.lw_widget_results_navigation {
      display: block; }

.site-header {
  z-index: 998;
  position: sticky !important;
  top: 0;
  background-color: #252525;
  color: #ffffff;
  padding-top: 26px;
  padding-bottom: 28px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24);
  opacity: 1; }
  @media only screen and (min-width: 992px) and (max-width: 1299px) {
    .site-header {
      padding-bottom: 24px; } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .site-header {
      padding-top: 10px;
      padding-bottom: 16px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .site-header.is-hidden {
      pointer-events: none;
      opacity: 0;
      transition: none;
      visibility: hidden; } }
  body.livewhale .site-header {
    top: 40px; }
    @media (max-width: 951px) and (min-width: 769px) {
      body.livewhale .site-header {
        top: 81px; } }

@media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
  .site-header-inner {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start; } }

.site-header-wordmark {
  display: block;
  position: relative;
  text-decoration: none;
  margin-right: auto;
  background-image: url("/live/resource/image/_ingredients/themes/global/assets/logos/monmouth-wordmark-white.png");
  background-size: contain;
  height: 62px;
  width: 223px;
  background-position: center;
  background-repeat: no-repeat; }
  @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) {
    .site-header-wordmark {
      background-image: url("/live/resource/image/_ingredients/themes/global/assets/logos/monmouth-wordmark-white@2x.png"); } }
  @media only screen and (min-width: 1300px) {
    .site-header-wordmark {
      margin-left: calc(46px + 14px); } }
  @media only screen and (min-width: 992px) and (max-width: 1299px) {
    .site-header-wordmark {
      margin-left: calc(36px + 14px); } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .site-header-wordmark {
      margin: 0 auto 25px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px) {
    .site-header-wordmark {
      width: 180px;
      height: 50px; } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .site-header-wordmark {
      margin: 2px auto 0;
      width: 122px;
      height: 34px; } }
  .site-header-wordmark::before {
    content: '';
    display: block;
    position: absolute;
    right: calc(100% + 14px);
    top: 0;
    background-image: url("/live/resource/image/_ingredients/themes/global/assets/logos/shield-red.png");
    background-size: contain;
    height: 58px;
    width: 46px;
    background-position: center;
    background-repeat: no-repeat; }
    @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) {
      .site-header-wordmark::before {
        background-image: url("/live/resource/image/_ingredients/themes/global/assets/logos/shield-red@2x.png"); } }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px) {
      .site-header-wordmark::before {
        width: 36px;
        height: 45px; } }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .site-header-wordmark::before {
        width: 23px;
        height: 29px;
        right: calc(100% + 10px); } }
  .site-header-wordmark:hover, .site-header-wordmark:focus {
    outline: none; }
  .site-header-wordmark:focus:not(:hover) {
    outline: 2px dotted #3c8ec6;
    outline: auto 2px #3c8ec6;
    outline-color: #3c8ec6; }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
  .site-header-inner-right {
    position: relative;
    flex: 1 0 auto;
    height: 65px; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .site-header-inner-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 700px;
    margin: 0 auto; } }

.site-header-navs {
  overflow: hidden;
  transition: all 440ms cubic-bezier(0.34, 0.615, 0.4, 0.985) 100ms, visibility 0ms ease 0ms; }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .site-header-navs {
      position: absolute;
      right: 96px;
      top: 0; } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .site-header-navs {
      display: none;
      flex-wrap: wrap;
      margin-top: 20px;
      margin-bottom: 19px; }
      .site-header-navs.is-visible {
        display: flex; } }
  .site-header.is-search-active .site-header-navs {
    width: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 440ms cubic-bezier(0.34, 0.615, 0.4, 0.985) 100ms, visibility 0ms ease 1000ms; }

.site-header-top-nav {
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .site-header-top-nav {
      text-align: right;
      line-height: 1;
      font-size: 1.6rem;
      font-weight: 600;
      color: #d4d4d4;
      text-transform: uppercase; } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .site-header-top-nav {
      order: 1;
      color: #ffffff;
      font-size: 2.3rem;
      font-weight: 600;
      line-height: 1.217; } }
  .site-header-top-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .site-header-top-nav li {
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .site-header-top-nav li {
        display: inline-block; }
        .site-header-top-nav li:not(:first-child) {
          margin-left: 2vw; } }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .site-header-top-nav li {
        display: block; } }
  .site-header-top-nav a {
    display: inline-block;
    color: #d4d4d4;
    text-decoration: none; }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .site-header-top-nav a {
        padding-top: 7px;
        padding-bottom: 7px; } }
    .site-header-top-nav a:hover {
      text-decoration: underline; }
  .site-header-top-nav .lw_item_5 a {
    font-size: 1.8rem;
    background-color: #d3282f;
    color: #ffffff;
    text-transform: none;
    padding: 5px 22px;
    border-radius: 3px;
    border: 1px solid transparent; }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .site-header-top-nav .lw_item_5 a {
        margin-top: 10px; } }
    .site-header-top-nav .lw_item_5 a:hover {
      text-decoration: none;
      background-color: #b52228;
      border-color: #ffffff; }
    .site-header-top-nav .lw_item_5 a:focus:not(:hover) {
      outline: 2px dotted #3c8ec6;
      outline: auto 2px #3c8ec6;
      outline-color: #3c8ec6;
      border-color: #ffffff;
      text-decoration: none; }

.site-header-main-nav {
  width: 100%;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .site-header-main-nav {
      text-align: right; } }
  @media only screen and (min-width: 1300px) {
    .site-header-main-nav {
      font-size: 2.3rem; } }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px) {
    .site-header-main-nav {
      font-size: 2rem; } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .site-header-main-nav {
      color: #ffffff;
      font-size: 2.3rem;
      font-weight: 600;
      line-height: 1.217; } }
  .site-header-main-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .site-header-main-nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around; } }
  .site-header-main-nav li {
    margin-bottom: 0;
    padding: 2px 3px 3px; }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .site-header-main-nav li {
        display: inline-block; }
        .site-header-main-nav li:not(:first-child) {
          margin-left: 1.8vw; } }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .site-header-main-nav li {
        display: block; } }
  .site-header-main-nav a {
    display: inline-block;
    color: inherit;
    text-decoration: none; }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .site-header-main-nav a {
        padding-top: 10px; } }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .site-header-main-nav a {
        padding-top: 7px;
        padding-bottom: 7px; } }
    .site-header-main-nav a:hover {
      text-decoration: underline; }

.site-header-search {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  width: 61px;
  margin-left: 35px;
  transition: width 440ms cubic-bezier(0.34, 0.615, 0.4, 0.985); }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px) {
    .site-header-search {
      margin-left: 20px; } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .site-header-search {
      position: absolute;
      top: 10px;
      right: 10px; } }
  @media only screen and (min-width: 1300px) {
    .is-search-active .site-header-search {
      width: calc(100% - 180px); } }
  @media only screen and (min-width: 992px) and (max-width: 1299px) {
    .is-search-active .site-header-search {
      width: calc(100% - 90px); } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .is-search-active .site-header-search {
      width: 100%; } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .is-search-active .site-header-search {
      width: calc(100% - 20px); } }

.site-header-search-btn {
  cursor: pointer;
  -webkit-appearance: none;
  width: 61px;
  height: 62px;
  background-color: #d3282f;
  border-radius: 4px;
  border: none;
  color: #ffffff;
  font-size: 26px;
  border: 1px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center; }
  .site-header-search-btn:hover, .site-header-search-btn:focus {
    outline: none;
    background-color: #b52228;
    border-color: #ffffff; }
  .site-header-search-btn:focus:not(:hover) {
    outline: 2px dotted #3c8ec6;
    outline: auto 2px #3c8ec6;
    outline-color: #3c8ec6; }
  .is-search-active .site-header-search-btn {
    visibility: hidden;
    transition: visibility 0ms ease 1000ms; }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .site-header-search-btn {
      width: 36px;
      height: 36px;
      font-size: 18px;
      line-height: 1.7; } }

.site-header-search-form {
  position: absolute;
  left: 0;
  right: 0;
  flex: 1 0 auto;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 440ms cubic-bezier(0.34, 0.615, 0.4, 0.985), visibility 0ms ease 1000ms; }
  .is-search-active .site-header-search-form {
    opacity: 1;
    pointer-events: all;
    transition: none;
    visibility: visible;
    transition: opacity 400ms cubic-bezier(0.34, 0.615, 0.4, 0.985) 20ms, visibility 0ms ease 0ms; }
  .site-header-search-form input[type="text"] {
    height: 62px; }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .site-header-search-form input[type="text"] {
        height: 36px;
        line-height: 22px; } }

.site-header-nav-btn {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  left: 10px;
  top: 10px;
  margin-top: 4px;
  padding: 5px 7px; }
  .site-header-nav-btn:focus {
    outline: none; }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .site-header-nav-btn {
      display: block; } }
  .site-header-nav-btn .icon {
    position: relative;
    display: block;
    width: 21px;
    height: 22px; }
  .site-header-nav-btn .icon-bar {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    border-radius: 22%;
    background-color: #ffffff;
    transition: all 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985); }
    .site-header-nav-btn .icon-bar:nth-child(1) {
      top: 0; }
    .site-header-nav-btn .icon-bar:nth-child(2), .site-header-nav-btn .icon-bar:nth-child(3) {
      top: 10px; }
    .site-header-nav-btn .icon-bar:nth-child(4) {
      top: 20px; }
  .site-header-nav-btn.is-active .icon-bar:nth-child(1) {
    margin-left: 50%;
    width: 0%;
    opacity: 0; }
  .site-header-nav-btn.is-active .icon-bar:nth-child(2) {
    width: 110%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .site-header-nav-btn.is-active .icon-bar:nth-child(3) {
    width: 110%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .site-header-nav-btn.is-active .icon-bar:nth-child(4) {
    margin-left: 50%;
    width: 0%;
    opacity: 0; }
  .site-header-nav-btn:focus {
    outline: none; }

.site-footer {
  background-color: #d3282f;
  color: #ffffff;
  position: relative; }

.site-footer-gallery {
  position: relative;
  text-align: center;
  padding: 0; }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .site-footer-gallery {
      min-height: 350px; }
      .site-footer-gallery::before {
        display: block;
        content: '';
        width: 100%;
        padding-bottom: 50%; } }

.site-footer-gallery-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin: 0;
  padding: 12px 20px 11px;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
  background-color: #222222;
  color: #fcfbfa;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.182em;
  line-height: 1.3;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin-top: 35px; }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .site-footer-gallery-title {
      font-size: 1.5rem;
      padding: 9px 9px 8px; } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .site-footer-gallery-title {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      min-width: 240px; } }

.site-footer-gallery-slider.swiper-container {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .site-footer-gallery-slider.swiper-container .swiper-slide {
    width: 100% !important;
    height: 100% !important;
    background-size: cover; }
  .site-footer-gallery-slider.swiper-container .swiper-pagination {
    bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .site-footer-gallery-slider.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    background-color: #d4d3d2;
    width: 12px;
    height: 12px;
    opacity: 1;
    margin: 0 7px; }
    .site-footer-gallery-slider.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:focus {
      outline: none; }
    .site-footer-gallery-slider.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet:focus:not(:hover) {
      outline: 2px dotted #3c8ec6;
      outline: auto 2px #3c8ec6;
      outline-color: #3c8ec6; }
    .site-footer-gallery-slider.swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #ffffff; }

.site-footer-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 33px 6vw 22px 45px;
  overflow: hidden; }
  .site-footer-inner::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: calc(100% - 6vw);
    transform: translateY(-30px);
    height: 100%;
    background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/diagonal-line.png");
    background-size: contain;
    height: 100%;
    width: 120px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 117px 83px;
    background-repeat: space;
    opacity: 0.2; }
    @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) {
      .site-footer-inner::after {
        background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/diagonal-line@2x.png"); } }

.site-footer-wordmark {
  flex: 0 0 100%;
  display: block;
  position: relative;
  margin-bottom: 22px;
  margin-left: calc(46px + 14px);
  margin-right: auto;
  text-decoration: none;
  background-image: url("/live/resource/image/_ingredients/themes/global/assets/logos/monmouth-wordmark-white.png");
  background-size: contain;
  height: 62px;
  width: 223px;
  background-position: center;
  background-repeat: no-repeat;
  background-position: left center; }
  @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) {
    .site-footer-wordmark {
      background-image: url("/live/resource/image/_ingredients/themes/global/assets/logos/monmouth-wordmark-white@2x.png"); } }
  .site-footer-wordmark::before {
    content: '';
    display: block;
    position: absolute;
    right: calc(100% + 14px);
    top: 0;
    background-image: url("/live/resource/image/_ingredients/themes/global/assets/logos/shield-white.png");
    background-size: contain;
    height: 58px;
    width: 46px;
    background-position: center;
    background-repeat: no-repeat; }
    @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) {
      .site-footer-wordmark::before {
        background-image: url("/live/resource/image/_ingredients/themes/global/assets/logos/shield-white@2x.png"); } }

@media only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 1300px) {
  .site-footer-navs {
    flex: 0 0 60%; } }

@media only screen and (max-width: 579px), only screen and (min-width: 992px) and (max-width: 1299px) {
  .site-footer-navs {
    flex: 0 0 100%;
    margin-bottom: 28px; } }

.site-footer-main-nav {
  width: 100%;
  line-height: 1.35;
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .site-footer-main-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .site-footer-main-nav li {
    display: block;
    margin-bottom: 2px; }
  .site-footer-main-nav a {
    display: block;
    color: inherit;
    text-decoration: none;
    padding-top: 10px; }
    .site-footer-main-nav a:hover {
      text-decoration: underline; }

.site-footer-socials {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 24px; }
  .site-footer-socials li {
    display: inline-block; }
    .site-footer-socials li:not(:last-child) {
      margin-right: 11px; }
  .site-footer-socials a {
    display: inline-block;
    font-size: 2rem;
    line-height: 1; }
  .site-footer-socials i {
    border-radius: 50%;
    background-color: #ffffff;
    color: #d3282f;
    width: 24px;
    height: 24px;
    font-size: 13px;
    padding-top: 6px;
    text-align: center; }

.site-footer-address {
  font-style: normal;
  font-size: 14px;
  font-weight: 600;
  flex: 0 0 100%; }
  @media only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 1300px) {
    .site-footer-address {
      flex: 0 0 40%;
      padding-left: 2vw;
      margin-bottom: 52px; } }
  .site-footer-address a {
    text-decoration: none; }
    .site-footer-address a:hover {
      text-decoration: underline; }
  .site-footer-address::before {
    content: '';
    display: block;
    padding-bottom: 8px;
    width: 30%;
    border-top: 1px solid #ffffff; }

.site-topbar {
  z-index: 999;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #252525;
  color: #ffffff;
  padding-top: 12px;
  padding-bottom: 12px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.24);
  opacity: 0;
  transition: none;
  pointer-events: none;
  visibility: hidden; }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .site-topbar.is-visible {
      pointer-events: all;
      opacity: 1;
      visibility: visible; } }
  body.livewhale .site-topbar {
    top: 40px; }
    @media (max-width: 951px) {
      body.livewhale .site-topbar {
        top: 81px; } }

.site-topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.site-topbar-wordmark {
  display: block;
  position: relative;
  margin-left: calc(27px + 14px);
  margin-right: auto;
  text-decoration: none;
  background-image: url("/live/resource/image/_ingredients/themes/global/assets/logos/monmouth-wordmark-white.png");
  background-size: contain;
  height: 40px;
  width: 142px;
  background-position: center;
  background-repeat: no-repeat; }
  @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) {
    .site-topbar-wordmark {
      background-image: url("/live/resource/image/_ingredients/themes/global/assets/logos/monmouth-wordmark-white@2x.png"); } }
  .site-topbar-wordmark::before {
    content: '';
    display: block;
    position: absolute;
    right: calc(100% + 14px);
    top: 2px;
    background-image: url("/live/resource/image/_ingredients/themes/global/assets/logos/shield-red.png");
    background-size: contain;
    height: 34px;
    width: 27px;
    background-position: center;
    background-repeat: no-repeat; }
    @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) {
      .site-topbar-wordmark::before {
        background-image: url("/live/resource/image/_ingredients/themes/global/assets/logos/shield-red@2x.png"); } }

.site-topbar-menu-btn {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .site-topbar-menu-btn .label {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    margin-right: 18px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
    border-bottom: 2px solid transparent;
    transition: border 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985); }
  .site-topbar-menu-btn .icon {
    position: relative;
    display: block;
    width: 21px;
    height: 22px; }
  .site-topbar-menu-btn .icon-bar {
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 22%;
    background-color: #ffffff;
    transition: transform 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985); }
    .site-topbar-menu-btn .icon-bar:nth-child(1) {
      top: 0; }
    .site-topbar-menu-btn .icon-bar:nth-child(2) {
      top: 10px; }
    .site-topbar-menu-btn .icon-bar:nth-child(3) {
      top: 20px; }
  .site-topbar-menu-btn:hover .label, .site-topbar-menu-btn:focus .label {
    border-bottom-color: #ffffff; }
  .site-topbar-menu-btn:hover .icon-bar, .site-topbar-menu-btn:focus .icon-bar {
    transform: scaleX(1.15); }
  .site-topbar-menu-btn:focus {
    outline: none; }

.rich-text table, .related-links table, .small-text table {
  width: 100%;
  margin-bottom: 45px;
  table-layout: fixed;
  border-spacing: 0;
  border: 1px solid #d4d3d2;
  font-size: 1.6rem; }
  .rich-text table td, .related-links table td, .small-text table td, .rich-text table th, .related-links table th, .small-text table th {
    text-align: left;
    vertical-align: top; }
    .rich-text table td p:last-child, .related-links table td p:last-child, .small-text table td p:last-child, .rich-text table th p:last-child, .related-links table th p:last-child, .small-text table th p:last-child {
      margin-bottom: 0; }
  .rich-text table th, .related-links table th, .small-text table th {
    color: #333333;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    text-transform: none; }
  .rich-text table td, .related-links table td, .small-text table td {
    line-height: 1.5; }

.page-title {
  display: block;
  text-align: center; }

.page-intro {
  text-align: center;
  color: #626262;
  font-family: raleway, sans-serif;
  font-style: italic;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.545;
  margin-top: 0;
  margin-bottom: 30px; }
  .page-intro.lw_hidden + div {
    margin-top: 30px; }
  @media only screen and (max-width: 435px) {
    .page-intro {
      font-size: 2rem; } }
  .page-intro a {
    color: #d3282f;
    font-weight: bold;
    text-decoration: none; }
    .page-intro a:hover, .page-intro a:focus {
      color: #d3282f;
      text-decoration: underline; }
    .page-intro a:focus:not(:hover) {
      outline: 2px dotted #3c8ec6;
      outline: auto 2px #3c8ec6;
      outline-color: #3c8ec6; }

.large-header,
.has-large-header > h2,
.has-large-header > h3,
.has-large-header > h4,
.has-large-header > h5 {
  display: block;
  margin-bottom: 37px;
  padding-bottom: 8px;
  border-bottom: 2px solid #b8b7b6;
  color: #5c5c5c;
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.214; }
  .large-header a,
  .has-large-header > h2 a,
  .has-large-header > h3 a,
  .has-large-header > h4 a,
  .has-large-header > h5 a {
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
    transition: color 0.2s cubic-bezier(0.34, 0.615, 0.4, 0.985); }
    .large-header a:hover, .large-header a:focus,
    .has-large-header > h2 a:hover,
    .has-large-header > h2 a:focus,
    .has-large-header > h3 a:hover,
    .has-large-header > h3 a:focus,
    .has-large-header > h4 a:hover,
    .has-large-header > h4 a:focus,
    .has-large-header > h5 a:hover,
    .has-large-header > h5 a:focus {
      color: #d3282f;
      text-decoration: none; }

.medium-header,
.has-medium-header > h2,
.has-medium-header > h3,
.has-medium-header > h4,
.has-medium-header > h5 {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 8px;
  border-bottom: 2px solid #222222;
  color: #222222;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 1.13px;
  line-height: 0.8em;
  text-transform: uppercase; }
  .medium-header a,
  .has-medium-header > h2 a,
  .has-medium-header > h3 a,
  .has-medium-header > h4 a,
  .has-medium-header > h5 a {
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
    transition: color 0.2s cubic-bezier(0.34, 0.615, 0.4, 0.985); }
    .medium-header a:hover, .medium-header a:focus,
    .has-medium-header > h2 a:hover,
    .has-medium-header > h2 a:focus,
    .has-medium-header > h3 a:hover,
    .has-medium-header > h3 a:focus,
    .has-medium-header > h4 a:hover,
    .has-medium-header > h4 a:focus,
    .has-medium-header > h5 a:hover,
    .has-medium-header > h5 a:focus {
      color: #d3282f;
      text-decoration: none; }

.small-header, .side-nav .lw_separator.lw_separator.lw_separator .lw_separator_title,
.has-small-header > h2,
.has-small-header > h3,
.has-small-header > h4,
.has-small-header > h5 {
  display: inline;
  padding-bottom: 0;
  border-bottom: 4px solid #e6e6e6;
  color: #555555;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.875;
  letter-spacing: 0px;
  text-transform: uppercase; }
  .small-header::after, .side-nav .lw_separator.lw_separator.lw_separator .lw_separator_title::after,
  .has-small-header > h2::after,
  .has-small-header > h3::after,
  .has-small-header > h4::after,
  .has-small-header > h5::after {
    content: '';
    display: table;
    clear: both;
    margin-bottom: 8px; }
  .small-header a, .side-nav .lw_separator.lw_separator.lw_separator .lw_separator_title a,
  .has-small-header > h2 a,
  .has-small-header > h3 a,
  .has-small-header > h4 a,
  .has-small-header > h5 a {
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
    transition: color 0.2s cubic-bezier(0.34, 0.615, 0.4, 0.985); }
    .small-header a:hover, .side-nav .lw_separator.lw_separator.lw_separator .lw_separator_title a:hover, .small-header a:focus, .side-nav .lw_separator.lw_separator.lw_separator .lw_separator_title a:focus,
    .has-small-header > h2 a:hover,
    .has-small-header > h2 a:focus,
    .has-small-header > h3 a:hover,
    .has-small-header > h3 a:focus,
    .has-small-header > h4 a:hover,
    .has-small-header > h4 a:focus,
    .has-small-header > h5 a:hover,
    .has-small-header > h5 a:focus {
      color: #d3282f;
      text-decoration: none; }
  .small-header ~ .lw_widget_column_wrapper, .side-nav .lw_separator.lw_separator.lw_separator .lw_separator_title ~ .lw_widget_column_wrapper,
  .has-small-header > h2 ~ .lw_widget_column_wrapper,
  .has-small-header > h3 ~ .lw_widget_column_wrapper,
  .has-small-header > h4 ~ .lw_widget_column_wrapper,
  .has-small-header > h5 ~ .lw_widget_column_wrapper {
    margin-top: 20px; }

.tiny-header {
  display: block;
  margin-bottom: 9px;
  color: #d3282f;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.14em;
  text-transform: uppercase; }

.tiny-header-italic {
  display: block;
  margin-bottom: 3px;
  color: #d3282f;
  font-style: italic;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.14em; }

.small-text {
  font-size: 1.6rem;
  line-height: 1.25;
  color: #555555;
  font-weight: 400; }
  .small-text a[href*="mailto"] {
    font-size: 1.3rem; }

.x-bold {
  font-weight: 800; }

.link-with-line {
  display: inline-block;
  margin-top: 15px;
  color: #222222;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none; }
  .link-with-line::before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 28px;
    height: 7px;
    border-top: 3px solid #d3282f;
    transition: width 300ms cubic-bezier(0.34, 0.615, 0.4, 0.985); }
  .link-with-line:hover::before, .link-with-line:focus::before {
    width: 40px; }

.link-with-rule {
  display: block;
  position: relative;
  margin-top: 20px;
  margin-bottom: 50px;
  color: #d3282f;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.89em;
  text-decoration: none;
  text-align: right;
  border-bottom: 1px solid #b8b7b6;
  transition: all 300ms cubic-bezier(0.34, 0.615, 0.4, 0.985); }
  .link-with-rule::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 0;
    background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/arrow-right-red.png");
    background-size: contain;
    height: 16px;
    width: 20px;
    background-position: center;
    background-repeat: no-repeat;
    width: 0;
    background-size: 20px auto;
    background-position: right center;
    transition: width 200ms cubic-bezier(0.34, 0.615, 0.4, 0.985); }
    @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) {
      .link-with-rule::after {
        background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/arrow-right-red@2x.png"); } }
  .link-with-rule:hover, .link-with-rule:focus {
    color: #d3282f;
    padding-right: 26px; }
    .link-with-rule:hover::after, .link-with-rule:focus::after {
      width: 20px;
      transition: width 200ms cubic-bezier(0.34, 0.615, 0.4, 0.985) 100ms; }

ul.no-bullets,
ol.no-bullets {
  list-style-type: none;
  padding-left: 0; }

br.clear-all, br.clear-left, br.clear-right,
hr.clear-all,
hr.clear-left,
hr.clear-right {
  clear: both;
  width: 100%; }

br.clear-left,
hr.clear-left {
  clear: left; }

br.clear-right,
hr.clear-right {
  clear: right; }

.news-page-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 36px;
  padding-bottom: 5px;
  border-bottom: 1px solid #222222; }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .news-page-header {
      flex-wrap: wrap;
      margin-bottom: 10px; } }
  .news-page-header h1 {
    margin: 0;
    color: #222222;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.1em;
    display: inline-block; }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .news-page-header h1 {
        flex: 0 0 100%;
        margin-bottom: 10px; } }
  .news-page-header .news-page-header-date {
    display: inline-block;
    color: #666666;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1em; }

.podcast-banner {
  position: relative;
  margin-top: 20px;
  padding: 75px 35px;
  background-color: #252525;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.75;
  overflow: hidden; }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .podcast-banner {
      padding: 35px 18px; } }
  .podcast-banner::before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 20%;
    width: 200%;
    height: 1000px;
    background-color: #d3282f;
    transform: rotate(-18deg);
    transform-origin: left top; }
  .podcast-banner::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/repeating-staggered-lines.png");
    background-size: contain;
    height: 200px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 526px 800px;
    background-repeat: repeat-x;
    opacity: 0.15; }
    @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) {
      .podcast-banner::after {
        background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/repeating-staggered-lines@2x.png"); } }
  .podcast-banner > .container {
    position: relative;
    z-index: 1; }
  .podcast-banner .podcast-banner-title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin: 0 0 25px;
    padding-bottom: 7px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    font-size: 2.2rem;
    font-weight: 500;
    color: #cbcbcb; }
  .podcast-banner .podcast-banner-logo {
    display: block;
    max-width: 100%;
    background-image: url("/live/resource/image/_ingredients/themes/global/assets/logos/1853.png");
    background-size: contain;
    height: 96px;
    width: 365px;
    background-position: center;
    background-repeat: no-repeat; }
    @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) {
      .podcast-banner .podcast-banner-logo {
        background-image: url("/live/resource/image/_ingredients/themes/global/assets/logos/1853@2x.png"); } }
  .podcast-banner .podcast-banner-text {
    margin-top: 24px; }
  .podcast-banner .podcast-banner-link {
    display: inline-block;
    margin-top: 15px;
    color: #ffffff;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 33px; }
    .podcast-banner .podcast-banner-link::before {
      content: '';
      display: inline-block;
      margin-right: 10px;
      width: 28px;
      height: 7px;
      border-top: 3px solid #ffffff;
      transition: width 300ms cubic-bezier(0.34, 0.615, 0.4, 0.985); }
    .podcast-banner .podcast-banner-link:hover::before, .podcast-banner .podcast-banner-link:focus::before {
      width: 40px; }
  .podcast-banner .podcast-banner-panel {
    position: relative;
    margin-top: 60px;
    background-color: #fff;
    border-radius: 1px; }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .podcast-banner .podcast-banner-panel {
        padding: 62px 45px 50px; } }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .podcast-banner .podcast-banner-panel {
        margin-top: 40px;
        padding: 24px 24px 24px; } }
    @media only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .podcast-banner .podcast-banner-panel .podcast-banner-panel-text {
        max-width: 50%; } }
    .podcast-banner .podcast-banner-panel .tiny-header {
      margin-top: 4px; }
    .podcast-banner .podcast-banner-panel .title {
      color: #222222;
      font-size: 2.2rem;
      font-weight: 700;
      line-height: 1.19;
      margin-top: 0;
      margin-bottom: 5px; }
      @media only screen and (max-width: 579px) {
        .podcast-banner .podcast-banner-panel .title {
          font-size: 1.8rem; } }
      .podcast-banner .podcast-banner-panel .title a {
        color: inherit;
        font-weight: inherit;
        text-decoration: none; }
        .podcast-banner .podcast-banner-panel .title a:hover, .podcast-banner .podcast-banner-panel .title a:focus {
          text-decoration: underline; }
        .podcast-banner .podcast-banner-panel .title a:focus:not(:hover) {
          outline: 2px dotted #3c8ec6;
          outline: auto 2px #3c8ec6;
          outline-color: #3c8ec6; }
    .podcast-banner .podcast-banner-panel .summary {
      display: block;
      color: #707070;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 1.5; }
      @media only screen and (max-width: 579px) {
        .podcast-banner .podcast-banner-panel .summary {
          margin-top: 0;
          font-size: 1.4rem; } }
    .podcast-banner .podcast-banner-panel .btn-red, .podcast-banner .podcast-banner-panel .lw_forms_form input[type="submit"], .lw_forms_form .podcast-banner .podcast-banner-panel input[type="submit"] {
      margin: 37px 0 0; }
      @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .podcast-banner .podcast-banner-panel .btn-red, .podcast-banner .podcast-banner-panel .lw_forms_form input[type="submit"], .lw_forms_form .podcast-banner .podcast-banner-panel input[type="submit"] {
          margin-top: 22px; } }
    .podcast-banner .podcast-banner-panel .lw_item_thumb {
      line-height: 0; }
      @media only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
        .podcast-banner .podcast-banner-panel .lw_item_thumb .lw_image {
          z-index: 2;
          position: absolute;
          left: 57%;
          bottom: 16%;
          border-radius: 2px;
          box-shadow: -3px 6px 19px rgba(0, 0, 0, 0.2); } }
      @media only screen and (max-width: 579px) {
        .podcast-banner .podcast-banner-panel .lw_item_thumb .lw_image {
          margin-bottom: 20px; } }
      .podcast-banner .podcast-banner-panel .lw_item_thumb a {
        display: block; }
        .podcast-banner .podcast-banner-panel .lw_item_thumb a .lw_image {
          transition: -webkit-filter 300ms ease;
          transition: filter 300ms ease;
          transition: filter 300ms ease, -webkit-filter 300ms ease; }
        .podcast-banner .podcast-banner-panel .lw_item_thumb a:focus .lw_image, .podcast-banner .podcast-banner-panel .lw_item_thumb a:hover .lw_image {
          -webkit-filter: brightness(1.15);
          filter: brightness(1.15); }

.filters-fieldset.filters-fieldset {
  position: relative;
  padding: 0;
  margin: 0;
  border: none; }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .filters-fieldset.filters-fieldset {
      flex-wrap: wrap; } }
  .filters-fieldset.filters-fieldset.is-hidden {
    display: none; }
  .filters-fieldset.filters-fieldset legend {
    font-size: 3.6rem;
    font-weight: bold;
    padding-top: 20px;
    margin-bottom: 5px; }

.filters-fieldset-or {
  display: block;
  width: 100%;
  margin: 10px auto 20px;
  text-align: center; }
  .filters-fieldset-or span {
    display: inline-block;
    margin: 0 8px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    line-height: 26px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    vertical-align: text-top;
    background-color: #d3282f;
    color: #ffffff; }
  .filters-fieldset-or::before, .filters-fieldset-or::after {
    display: inline-block;
    content: '';
    width: 30%;
    border: 1px solid #e6e6e6; }

.filter.filter.is-hidden {
  display: none; }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
  .filter.filter + .filter {
    padding-left: 10px;
    padding-right: 0; } }

@media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
  .filter.filter {
    width: 100%; }
    .filter.filter + .filter {
      margin-top: 25px; } }

.filter.filter::before, .filter.filter::after {
  content: '';
  display: table;
  clear: both; }

.filter.filter label {
  display: inline-block;
  float: left;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-weight: normal;
  font-style: normal;
  color: #575757;
  font-size: 1.6rem;
  line-height: 1; }
  .filter.filter label.large {
    font-size: 2rem; }

.filter.filter select {
  width: 100%;
  margin-top: 6px;
  margin-bottom: 0;
  height: 48px;
  padding: 7px 12px 6px;
  font-size: 15px;
  line-height: 22px;
  overflow: hidden;
  border-radius: 1px;
  border: 2px solid #e6e6e6;
  color: #222;
  background: #fff url("/live/resource/image/_ingredients/themes/global/assets//icons/select-arrows.png") no-repeat 97% 50%;
  background-size: 14px auto;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none; }
  .filter.filter select::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -3px;
    height: 0;
    width: 0;
    border: solid transparent;
    border-color: #666666 transparent transparent;
    border-width: 6px;
    transform-origin: center 25%;
    transition: transform 100ms ease; }

.filter-clear.filter-clear {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  right: -10px;
  top: -10px;
  padding: 0 10px;
  width: auto;
  height: 30px;
  font-size: 14px;
  color: #d3282f; }
  .filter-clear.filter-clear:focus {
    outline: none; }
  .filter-clear.filter-clear i {
    margin-right: 3px;
    vertical-align: bottom; }
  .filter-clear.filter-clear:hover, .filter-clear.filter-clear:focus {
    text-decoration: underline;
    color: #931c21; }
  .filter-clear.filter-clear:focus:not(:hover) {
    outline: 2px dotted #3c8ec6;
    outline: auto 2px #3c8ec6;
    outline-color: #3c8ec6; }

.filter-grid.filter-grid {
  margin-top: 30px; }
  .filter-grid.filter-grid .filter-grid-item {
    float: left; }
    @media only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .filter-grid.filter-grid .filter-grid-item {
        margin-bottom: 0.4%;
        margin-right: 0.4%;
        width: 32.93%; } }
    @media only screen and (max-width: 579px), only screen and (min-width: 768px) and (max-width: 991px) {
      .filter-grid.filter-grid .filter-grid-item {
        margin-bottom: 1%;
        margin-right: 1%;
        width: 49%; } }
    @media only screen and (max-width: 435px) {
      .filter-grid.filter-grid .filter-grid-item {
        margin-bottom: 5px;
        margin-right: 0;
        width: 100%; } }

html .twitter-link,
html .facebook-link,
html .instagram-link,
html .youtube-link,
html .snapchat-link,
html .spotify-link {
  color: #d3282f;
  font-weight: 600; }
  html .twitter-link::before,
  html .facebook-link::before,
  html .instagram-link::before,
  html .youtube-link::before,
  html .snapchat-link::before,
  html .spotify-link::before {
    font-family: 'Font Awesome 5 Brands';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: text-bottom;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    border-radius: 1px;
    font-size: 16px;
    background-color: #d3282f;
    color: #ffffff;
    transition: all 150ms ease;
    vertical-align: middle; }
  html .twitter-link:hover, html .twitter-link:focus,
  html .facebook-link:hover,
  html .facebook-link:focus,
  html .instagram-link:hover,
  html .instagram-link:focus,
  html .youtube-link:hover,
  html .youtube-link:focus,
  html .snapchat-link:hover,
  html .snapchat-link:focus,
  html .spotify-link:hover,
  html .spotify-link:focus {
    text-decoration: underline; }
    html .twitter-link:hover::before, html .twitter-link:focus::before,
    html .facebook-link:hover::before,
    html .facebook-link:focus::before,
    html .instagram-link:hover::before,
    html .instagram-link:focus::before,
    html .youtube-link:hover::before,
    html .youtube-link:focus::before,
    html .snapchat-link:hover::before,
    html .snapchat-link:focus::before,
    html .spotify-link:hover::before,
    html .spotify-link:focus::before {
      background-color: #a82025; }

html .twitter-link::before {
  content: '\f099'; }

html .facebook-link::before {
  content: '\f39e'; }

html .instagram-link::before {
  content: '\f16d'; }

html .snapchat-link::before {
  content: '\f2ac'; }

html .youtube-link::before {
  content: '\f167'; }

html .spotify-link::before {
  content: '\f1bc'; }

.accessible-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }
  .livewhale.lw_editor_on .accessible-text {
    position: relative;
    width: auto;
    height: auto;
    overflow: visible;
    clip: unset;
    margin: 50px 0 40px;
    color: #d3282f;
    border: 2px solid #d3282f;
    padding: 20px 26px;
    font-size: 22px;
    line-height: 1.6; }
    .livewhale.lw_editor_on .accessible-text::before {
      content: 'Accessible text for screenreaders only';
      display: block;
      position: absolute;
      left: 10px;
      bottom: calc(100% + 2px);
      padding: 5px 10px;
      background-color: #000;
      color: #ffffff;
      font-size: 13px; }

.announcement.announcement {
  margin: 44px 0 60px;
  padding: 30px 54px 43px;
  border-radius: 2px;
  background-color: #d3282f; }
  .announcement.announcement .announcement-title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.545; }
  .announcement.announcement .announcement-body {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.8;
    border-left: 1px solid #ffffff;
    padding: 0 0 0 12px; }
    .announcement.announcement .announcement-body * {
      color: inherit; }
      .announcement.announcement .announcement-body *:focus, .announcement.announcement .announcement-body *:hover {
        color: inherit; }

.large-announcement.large-announcement {
  margin: 20px 0 20px;
  padding: 72px 54px 72px;
  border-radius: 2px;
  background-color: #d3282f; }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .large-announcement.large-announcement {
      padding: 50px 25px; } }
  .large-announcement.large-announcement.white,
  .homepage-hero + .large-announcement.large-announcement {
    margin: 0;
    padding: 112px 54px 112px;
    background-color: #fafafa;
    border-bottom: 1px solid #d4d3d2; }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
      .large-announcement.large-announcement.white,
      .homepage-hero + .large-announcement.large-announcement {
        padding: 50px 25px 60px 25px; } }
    .large-announcement.large-announcement.white .large-announcement-text,
    .homepage-hero + .large-announcement.large-announcement .large-announcement-text {
      color: #333; }
    .large-announcement.large-announcement.white .large-announcement-link,
    .homepage-hero + .large-announcement.large-announcement .large-announcement-link {
      background-color: #d3282f !important;
      color: #fcfbfa !important; }
      .large-announcement.large-announcement.white .large-announcement-link:hover, .large-announcement.large-announcement.white .large-announcement-link:focus,
      .homepage-hero + .large-announcement.large-announcement .large-announcement-link:hover,
      .homepage-hero + .large-announcement.large-announcement .large-announcement-link:focus {
        background-color: #d3282f !important;
        color: #fcfbfa !important;
        transform: translateX(5px); }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .large-announcement.large-announcement .large-announcement-inner {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; } }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .large-announcement.large-announcement .large-announcement-image {
      flex: 0 0 auto;
      margin-right: 60px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .large-announcement.large-announcement .large-announcement-image {
      flex: 0 0 300px;
      margin-right: 30px; } }
  .large-announcement.large-announcement .large-announcement-text {
    color: #ffffff; }
  .large-announcement.large-announcement .large-announcement-title {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 10px 0 20px;
    color: inherit;
    font-size: 4.8rem;
    font-weight: 800;
    line-height: 1; }
    @media only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
      .large-announcement.large-announcement .large-announcement-title {
        font-size: 3.8rem; } }
    @media only screen and (max-width: 579px) {
      .large-announcement.large-announcement .large-announcement-title {
        font-size: 3.2rem; } }
  .large-announcement.large-announcement .large-announcement-summary {
    margin-bottom: 40px;
    color: inherit;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.62; }
    .large-announcement.large-announcement .large-announcement-summary * {
      color: inherit; }
      .large-announcement.large-announcement .large-announcement-summary *:focus, .large-announcement.large-announcement .large-announcement-summary *:hover {
        color: inherit; }
  .large-announcement.large-announcement .large-announcement-link {
    display: inline-block;
    cursor: pointer;
    border: none;
    border-radius: 1px;
    padding: 8px 22px 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-style: normal;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.34, 0.615, 0.4, 0.985);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 7px 34px 7px;
    letter-spacing: 0.02em;
    font-size: 1.8rem;
    font-weight: 800;
    text-transform: uppercase;
    transition: transform 500ms cubic-bezier(0.34, 0.615, 0.4, 0.985);
    background-color: rgba(0, 0, 0, 0.11) !important;
    color: #fcfbfa !important;
    border: 2px solid #fcfbfa; }
    .large-announcement.large-announcement .large-announcement-link.small {
      font-size: 1.8rem;
      padding-top: 13px;
      padding-bottom: 11px; }
    .large-announcement.large-announcement .large-announcement-link:hover, .large-announcement.large-announcement .large-announcement-link:focus {
      text-decoration: none; }
    .large-announcement.large-announcement .large-announcement-link:focus {
      outline: 2px dotted #3c8ec6;
      outline: auto 2px #3c8ec6;
      outline-color: #3c8ec6; }
    .large-announcement.large-announcement .large-announcement-link:hover, .large-announcement.large-announcement .large-announcement-link:focus {
      background-color: rgba(0, 0, 0, 0.16) !important;
      color: #fcfbfa !important; }

.lw_blurbs_body {
  margin-top: 20px; }

.carousel-gallery.carousel-gallery {
  position: relative;
  margin-bottom: 38px; }
  .carousel-gallery.carousel-gallery .carousel-gallery-wrapper {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .carousel-gallery.carousel-gallery .carousel-gallery-slide {
    position: relative;
    box-sizing: border-box;
    padding: 0 0 30px 0;
    max-width: 100%;
    width: auto; }
    @media only screen and (max-width: 435px) {
      .carousel-gallery.carousel-gallery .carousel-gallery-slide {
        padding-bottom: 60px; } }
  .carousel-gallery.carousel-gallery.swiper-container-initialized .carousel-gallery-slide:not(.swiper-slide-active) .carousel-gallery-image::after {
    opacity: 0.8; }
  .carousel-gallery.carousel-gallery.swiper-container-initialized .carousel-gallery-slide:not(.swiper-slide-active) .carousel-gallery-caption {
    opacity: 0;
    visibility: hidden; }
  .carousel-gallery.carousel-gallery .carousel-gallery-image {
    line-height: 0;
    text-align: center; }
    .carousel-gallery.carousel-gallery .carousel-gallery-image a.lw_preview_image:focus {
      outline: none; }
    .carousel-gallery.carousel-gallery .carousel-gallery-image .lw_image {
      position: relative;
      margin: 0;
      border: none; }
    .carousel-gallery.carousel-gallery .carousel-gallery-image::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      opacity: 0;
      transition: opacity 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0s; }
  .carousel-gallery.carousel-gallery .carousel-gallery-caption {
    z-index: 3;
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 1px;
    min-height: 50px;
    padding: 7px 8px 8px;
    border: 1px solid #d3282f;
    background-color: #fff;
    display: block;
    color: #333333;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0s; }
    .carousel-gallery.carousel-gallery .carousel-gallery-caption a {
      color: #d3282f;
      font-weight: 500; }
    .carousel-gallery.carousel-gallery .carousel-gallery-caption small {
      display: block;
      margin-top: 6px;
      font-size: 1.3rem;
      color: #6d6d6d; }
    @media only screen and (max-width: 435px) {
      .carousel-gallery.carousel-gallery .carousel-gallery-caption {
        left: 15px;
        right: 15px;
        min-height: 80px;
        font-size: 1.4rem; }
        .carousel-gallery.carousel-gallery .carousel-gallery-caption small {
          font-size: 1.2rem; } }
  .carousel-gallery.carousel-gallery .carousel-gallery-btns {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
    .carousel-gallery.carousel-gallery .carousel-gallery-btns::after {
      content: '';
      display: block; }
      @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .carousel-gallery.carousel-gallery .carousel-gallery-btns::after {
          padding-bottom: 31%; } }
      @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px), (min-width: 660px) and (max-width: 767px) {
        .carousel-gallery.carousel-gallery .carousel-gallery-btns::after {
          padding-bottom: 200px; } }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .carousel-gallery.carousel-gallery.fullwidth .carousel-gallery-btns::after {
      padding-bottom: 200px; } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-gallery.carousel-gallery.fullwidth .carousel-gallery-btns::after {
      padding-bottom: 25%; } }
  .carousel-gallery.carousel-gallery .carousel-gallery-btn {
    cursor: pointer;
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    height: 100%;
    width: 20%; }
    .carousel-gallery.carousel-gallery .carousel-gallery-btn::after, .carousel-gallery.carousel-gallery .carousel-gallery-btn::before {
      content: "";
      display: block;
      position: absolute; }
    .carousel-gallery.carousel-gallery .carousel-gallery-btn::before {
      bottom: -18px;
      width: 40px;
      height: 36px;
      border-radius: 1px;
      background-color: rgba(255, 255, 255, 0.8); }
    .carousel-gallery.carousel-gallery .carousel-gallery-btn::after {
      bottom: -8px; }
    .carousel-gallery.carousel-gallery .carousel-gallery-btn.prev {
      left: 0;
      right: auto; }
      .carousel-gallery.carousel-gallery .carousel-gallery-btn.prev::before {
        left: 20px; }
      .carousel-gallery.carousel-gallery .carousel-gallery-btn.prev::after {
        left: 32px;
        background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/arrow-left-red.png");
        background-size: contain;
        height: 16px;
        width: 16px;
        background-position: center;
        background-repeat: no-repeat; }
        @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) {
          .carousel-gallery.carousel-gallery .carousel-gallery-btn.prev::after {
            background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/arrow-left-red@2x.png"); } }
    .carousel-gallery.carousel-gallery .carousel-gallery-btn.next {
      left: auto;
      right: 0; }
      .carousel-gallery.carousel-gallery .carousel-gallery-btn.next::before {
        right: 20px; }
      .carousel-gallery.carousel-gallery .carousel-gallery-btn.next::after {
        right: 32px;
        background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/arrow-right-red.png");
        background-size: contain;
        height: 16px;
        width: 16px;
        background-position: center;
        background-repeat: no-repeat; }
        @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) {
          .carousel-gallery.carousel-gallery .carousel-gallery-btn.next::after {
            background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/arrow-right-red@2x.png"); } }
    .carousel-gallery.carousel-gallery .carousel-gallery-btn:focus {
      outline: none;
      opacity: 1; }
      .carousel-gallery.carousel-gallery .carousel-gallery-btn:focus::before {
        outline: 2px dotted #3c8ec6;
        outline: auto 2px #3c8ec6;
        outline-color: #3c8ec6; }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .carousel-gallery.carousel-gallery .carousel-gallery-btn {
      opacity: 0;
      pointer-events: all;
      transition: opacity 440ms ease; }
    .carousel-gallery.carousel-gallery:hover .carousel-gallery-btn {
      opacity: 1;
      pointer-events: all; } }

.content-gallery.content-gallery {
  position: relative;
  clear: both;
  padding-top: 20px;
  margin-bottom: 20px; }
  .content-gallery.content-gallery .content-gallery-wrapper {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .content-gallery.content-gallery .content-gallery-slide {
    position: relative;
    box-sizing: border-box;
    padding: 0 25px 0 0;
    max-width: 100%;
    width: 696px; }
    @media only screen and (max-width: 579px) {
      .content-gallery.content-gallery .content-gallery-slide {
        padding-right: 0; } }
  .content-gallery.content-gallery.has-square-image .content-gallery-slide {
    width: 496px; }
  .content-gallery.content-gallery.swiper-container-initialized .content-gallery-slide:not(.swiper-slide-active) .content-gallery-image::after {
    opacity: 0.8; }
  .content-gallery.content-gallery.swiper-container-initialized .content-gallery-slide:not(.swiper-slide-active) .content-gallery-caption {
    opacity: 0;
    visibility: hidden; }
  .content-gallery.content-gallery .content-gallery-image {
    cursor: grab; }
    .content-gallery.content-gallery .content-gallery-image a.lw_preview_image:focus {
      outline: none; }
    .content-gallery.content-gallery .content-gallery-image .lw_image {
      position: relative;
      margin: 0;
      border: none; }
    .content-gallery.content-gallery .content-gallery-image::after {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #ffffff;
      opacity: 0;
      transition: opacity 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0s; }
  .content-gallery.content-gallery .content-gallery-caption {
    z-index: 2;
    position: relative;
    display: block;
    color: #333333;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0s; }
  .content-gallery.content-gallery .content-gallery-caption-headline {
    padding-top: 8px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #222222;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.09; }
    .content-gallery.content-gallery .content-gallery-caption-headline a {
      color: inherit; }
  .content-gallery.content-gallery .content-gallery-caption-summary {
    color: #333333;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5; }
    .content-gallery.content-gallery .content-gallery-caption-summary a {
      color: #d3282f;
      font-weight: 500; }
  .content-gallery.content-gallery .content-gallery-caption-cta {
    display: inline-block;
    margin-top: 15px;
    color: #222222;
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    text-decoration: none; }
    .content-gallery.content-gallery .content-gallery-caption-cta::before {
      content: '';
      display: inline-block;
      margin-right: 10px;
      width: 28px;
      height: 7px;
      border-top: 3px solid #d3282f;
      transition: width 300ms cubic-bezier(0.34, 0.615, 0.4, 0.985); }
    .content-gallery.content-gallery .content-gallery-caption-cta:hover::before, .content-gallery.content-gallery .content-gallery-caption-cta:focus::before {
      width: 40px; }
  .content-gallery.content-gallery .content-gallery-btns {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
    .content-gallery.content-gallery .content-gallery-btns::after {
      content: '';
      display: block;
      padding-bottom: 248px; }
      @media (max-width: 480px) {
        .content-gallery.content-gallery .content-gallery-btns::after {
          padding-bottom: 50%; } }
  .content-gallery.content-gallery .content-gallery-btn {
    cursor: pointer;
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    height: 100%;
    width: 20%; }
    .content-gallery.content-gallery .content-gallery-btn::after, .content-gallery.content-gallery .content-gallery-btn::before {
      content: "";
      display: block;
      position: absolute; }
    .content-gallery.content-gallery .content-gallery-btn::before {
      bottom: -18px;
      width: 40px;
      height: 36px;
      border-radius: 1px;
      background-color: rgba(255, 255, 255, 0.8); }
    .content-gallery.content-gallery .content-gallery-btn::after {
      bottom: -8px; }
    .content-gallery.content-gallery .content-gallery-btn.prev {
      left: 0;
      right: auto; }
      .content-gallery.content-gallery .content-gallery-btn.prev::before {
        left: 20px; }
      .content-gallery.content-gallery .content-gallery-btn.prev::after {
        left: 32px;
        background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/arrow-left-red.png");
        background-size: contain;
        height: 16px;
        width: 16px;
        background-position: center;
        background-repeat: no-repeat; }
        @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) {
          .content-gallery.content-gallery .content-gallery-btn.prev::after {
            background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/arrow-left-red@2x.png"); } }
    .content-gallery.content-gallery .content-gallery-btn.next {
      left: auto;
      right: 0; }
      .content-gallery.content-gallery .content-gallery-btn.next::before {
        right: 20px; }
      .content-gallery.content-gallery .content-gallery-btn.next::after {
        right: 32px;
        background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/arrow-right-red.png");
        background-size: contain;
        height: 16px;
        width: 16px;
        background-position: center;
        background-repeat: no-repeat; }
        @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) {
          .content-gallery.content-gallery .content-gallery-btn.next::after {
            background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/arrow-right-red@2x.png"); } }
    .content-gallery.content-gallery .content-gallery-btn:focus {
      outline: none;
      opacity: 1; }
      .content-gallery.content-gallery .content-gallery-btn:focus::before {
        outline: 2px dotted #3c8ec6;
        outline: auto 2px #3c8ec6;
        outline-color: #3c8ec6; }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .content-gallery.content-gallery .content-gallery-btn {
      opacity: 0;
      pointer-events: all;
      transition: opacity 440ms ease; }
    .content-gallery.content-gallery:hover .content-gallery-btn {
      opacity: 1;
      pointer-events: all; } }

.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; }

.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-list,
.lw_widget_results_events.lw_widget_results_events {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px; }
  .rich-text .events-list, .related-links .events-list, .small-text .events-list, .rich-text .lw_widget_results_events.lw_widget_results_events, .related-links .lw_widget_results_events.lw_widget_results_events, .small-text .lw_widget_results_events.lw_widget_results_events {
    margin-left: 0; }

.event-item.event-item {
  display: flex;
  margin-bottom: 48px; }
  .event-item.event-item .event-item-left {
    position: relative;
    flex: 0 0 auto;
    margin-right: 30px;
    min-width: 54px;
    min-height: 54px; }
    .event-item.event-item .event-item-left .date-box {
      z-index: 1;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 54px;
      height: 54px;
      padding-top: 7px;
      text-align: center;
      background-color: #d3282f;
      color: #ffffff;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      .event-item.event-item .event-item-left .date-box .month {
        display: block;
        line-height: 1;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 0px; }
      .event-item.event-item .event-item-left .date-box .date {
        display: block;
        line-height: 1;
        font-size: 29px;
        font-weight: 700; }
    .event-item.event-item .event-item-left .lw_item_thumb {
      line-height: 0; }
      @media only screen and (max-width: 579px) {
        .event-item.event-item .event-item-left .lw_item_thumb {
          margin-right: 20px;
          flex-basis: 120px; } }
      @media only screen and (max-width: 435px) {
        .event-item.event-item .event-item-left .lw_item_thumb {
          flex-basis: 90px; } }
      .event-item.event-item .event-item-left .lw_item_thumb a {
        display: block; }
        .event-item.event-item .event-item-left .lw_item_thumb a .lw_image {
          transition: -webkit-filter 300ms ease;
          transition: filter 300ms ease;
          transition: filter 300ms ease, -webkit-filter 300ms ease; }
        .event-item.event-item .event-item-left .lw_item_thumb a:focus .lw_image, .event-item.event-item .event-item-left .lw_item_thumb a:hover .lw_image {
          -webkit-filter: brightness(1.15);
          filter: brightness(1.15); }
  .event-item.event-item.has-image .event-item-text {
    margin-top: 20px; }
  .event-item.event-item .event-item-text {
    flex: 1 1 auto; }
    .event-item.event-item .event-item-text .title {
      color: #222222;
      font-size: 2.2rem;
      font-weight: 700;
      line-height: 1.19;
      margin-top: 0;
      margin-bottom: 14px; }
      @media only screen and (max-width: 579px) {
        .event-item.event-item .event-item-text .title {
          margin-top: 0;
          font-size: 1.8rem; } }
      .event-item.event-item .event-item-text .title a {
        display: inline-block;
        color: inherit;
        font-weight: inherit;
        text-decoration: underline;
        transition: color 0.2s cubic-bezier(0.34, 0.615, 0.4, 0.985);
        text-decoration: none; }
        .event-item.event-item .event-item-text .title a:hover {
          color: #d3282f;
          text-decoration: underline;
          outline: none; }
        .event-item.event-item .event-item-text .title a:focus:not(:hover) {
          outline: 2px dotted #3c8ec6;
          outline: auto 2px #3c8ec6;
          outline-color: #3c8ec6;
          color: #d3282f; }
    .event-item.event-item .event-item-text .meta {
      color: #707070;
      font-size: 1.8rem;
      font-weight: 500;
      line-height: 1.33; }
      @media only screen and (max-width: 579px) {
        .event-item.event-item .event-item-text .meta {
          margin-top: 0;
          font-size: 1.4rem; } }
      .event-item.event-item .event-item-text .meta .location {
        margin-left: 8px;
        padding-left: 8px;
        border-left: 2px solid #d4d3d2; }

.lw_widget.lw_widget_type_profiles {
  margin-top: 60px;
  margin-bottom: 65px; }
  .lw_widget.lw_widget_type_profiles .lw_widget_results {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .lw_widget.lw_widget_type_profiles li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 48px; }
  .lw_widget.lw_widget_type_profiles .profile-image {
    position: relative;
    width: 140px;
    height: auto;
    line-height: 1;
    flex: 0 0 auto;
    margin: 0 25px 0 0;
    background-color: #e8e7e6; }
    @media only screen and (max-width: 579px) {
      .lw_widget.lw_widget_type_profiles .profile-image {
        margin-right: 20px;
        flex-basis: 120px; } }
    @media only screen and (max-width: 435px) {
      .lw_widget.lw_widget_type_profiles .profile-image {
        flex-basis: 90px; } }
  @media (min-width: 992px) and (max-width: 1100px) {
    .lw_widget.lw_widget_type_profiles.lw_widget_columns .profile-image {
      flex-basis: 90px; } }
  .lw_widget.lw_widget_type_profiles li.lw_has_image .lw_image {
    display: block;
    padding: 0;
    margin: 0;
    border: none; }
  .lw_widget.lw_widget_type_profiles li.lw_has_image .lw_item_thumb {
    line-height: 0; }
  .lw_widget.lw_widget_type_profiles li.lw_has_image a {
    display: block; }
    .lw_widget.lw_widget_type_profiles li.lw_has_image a .lw_image {
      transition: -webkit-filter 300ms ease;
      transition: filter 300ms ease;
      transition: filter 300ms ease, -webkit-filter 300ms ease; }
    .lw_widget.lw_widget_type_profiles li.lw_has_image a:focus .lw_image, .lw_widget.lw_widget_type_profiles li.lw_has_image a:hover .lw_image {
      -webkit-filter: brightness(1.15);
      filter: brightness(1.15); }
  .lw_widget.lw_widget_type_profiles li.lw_profiles_type_staff:not(.lw_has_image) .profile-image,
  .lw_widget.lw_widget_type_profiles li.lw_profiles_type_faculty:not(.lw_has_image) .profile-image,
  .lw_widget.lw_widget_type_profiles li.lw_profiles_type_admissionstaff:not(.lw_has_image) .profile-image {
    height: 140px; }
    @media only screen and (max-width: 435px), (min-width: 992px) and (max-width: 1100px) {
      .lw_widget.lw_widget_type_profiles li.lw_profiles_type_staff:not(.lw_has_image) .profile-image,
      .lw_widget.lw_widget_type_profiles li.lw_profiles_type_faculty:not(.lw_has_image) .profile-image,
      .lw_widget.lw_widget_type_profiles li.lw_profiles_type_admissionstaff:not(.lw_has_image) .profile-image {
        height: 100px; } }
    .lw_widget.lw_widget_type_profiles li.lw_profiles_type_staff:not(.lw_has_image) .profile-image::before,
    .lw_widget.lw_widget_type_profiles li.lw_profiles_type_faculty:not(.lw_has_image) .profile-image::before,
    .lw_widget.lw_widget_type_profiles li.lw_profiles_type_admissionstaff:not(.lw_has_image) .profile-image::before {
      display: block;
      content: '';
      position: absolute;
      top: 8px;
      left: 6px;
      right: 6px;
      bottom: 6px;
      background-image: url("/live/resource/image/_ingredients/themes/global/assets//logos/default-profile.png");
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
  .lw_widget.lw_widget_type_profiles .profile-item-text {
    flex: 1 1 auto; }
    .lw_widget.lw_widget_type_profiles .profile-item-text .name {
      color: #222222;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.19;
      margin-top: 0;
      margin-bottom: 4px; }
      @media only screen and (max-width: 579px) {
        .lw_widget.lw_widget_type_profiles .profile-item-text .name {
          margin-top: 0;
          font-size: 1.8rem; } }
      .lw_widget.lw_widget_type_profiles .profile-item-text .name a {
        color: inherit;
        font-weight: inherit;
        text-decoration: none;
        transition: color 0.2s cubic-bezier(0.34, 0.615, 0.4, 0.985); }
        .lw_widget.lw_widget_type_profiles .profile-item-text .name a:hover, .lw_widget.lw_widget_type_profiles .profile-item-text .name a:focus {
          color: #d3282f; }
        .lw_widget.lw_widget_type_profiles .profile-item-text .name a:focus:not(:hover) {
          outline: 2px dotted #3c8ec6;
          outline: auto 2px #3c8ec6;
          outline-color: #3c8ec6; }
    .lw_widget.lw_widget_type_profiles .profile-item-text .title {
      color: #707070;
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 1.33;
      font-style: italic;
      margin-bottom: 10px; }
      @media only screen and (max-width: 579px) {
        .lw_widget.lw_widget_type_profiles .profile-item-text .title {
          margin-top: 0;
          font-size: 1.4rem; } }
    .lw_widget.lw_widget_type_profiles .profile-item-text .meta {
      display: block;
      color: #707070;
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 1.2;
      margin-bottom: 6px; }
      @media only screen and (max-width: 579px) {
        .lw_widget.lw_widget_type_profiles .profile-item-text .meta {
          font-size: 1.4rem; } }
      .lw_widget.lw_widget_type_profiles .profile-item-text .meta[href] {
        color: #d3282f; }
        .lw_widget.lw_widget_type_profiles .profile-item-text .meta[href]:hover, .lw_widget.lw_widget_type_profiles .profile-item-text .meta[href]:focus {
          color: #d3282f;
          text-decoration: underline; }
    .lw_widget.lw_widget_type_profiles .profile-item-text .link {
      position: relative;
      display: inline;
      margin-top: 5px;
      color: #555555;
      font-size: 1.4rem; }
      .lw_widget.lw_widget_type_profiles .profile-item-text .link::after {
        border-color: transparent;
        border-left-color: #555555;
        border-style: solid;
        border-width: 0.34em;
        content: '';
        display: inline-block;
        height: 0;
        margin-bottom: 0.17em;
        margin-left: 0.45em;
        vertical-align: text-bottom;
        width: 0; }
      .lw_widget.lw_widget_type_profiles .profile-item-text .link:hover, .lw_widget.lw_widget_type_profiles .profile-item-text .link:focus {
        color: #d3282f;
        text-decoration: underline; }

.factoid {
  margin-top: 40px;
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .factoid.sticky {
      z-index: 2;
      position: sticky;
      top: 50%;
      transform: translateY(-30%);
      max-width: 225px;
      opacity: 0;
      transition: opacity 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985); }
      .factoid.sticky.is-visible {
        opacity: 1; } }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px) {
    .factoid.sticky {
      max-width: none;
      padding-right: 15px; } }
  .factoid::before {
    content: '';
    display: block;
    width: 65px;
    margin-bottom: 5px;
    border-bottom: 2px solid #d4d3d2; }
  .factoid h3 {
    color: #444444;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 2.125;
    margin-bottom: 1px;
    margin-top: 0; }
  .factoid .factoid-item {
    color: #929292;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.42; }
    .factoid .factoid-item + .factoid-item {
      margin-top: 35px; }
  .factoid .factoid-item-text {
    margin-bottom: 25px; }
  .factoid .factoid-item-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .factoid .factoid-item-links a {
    display: inline-block;
    padding: 6px 13px 6px;
    border-radius: 1px;
    border: 1px solid #d3282f;
    color: #666666;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.34, 0.615, 0.4, 0.985); }
    .factoid .factoid-item-links a:hover, .factoid .factoid-item-links a:focus {
      background-color: #d3282f;
      color: #ffffff; }

.faq {
  padding: 36px 54px;
  background-color: #faf9f7; }
  .faq h3 {
    color: #333333;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.545;
    margin: 0 0 10px; }
  .faq .faq-search {
    display: block;
    color: #6e6e6e;
    background-color: #F2F1F0;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    font-style: italic;
    border-radius: 2px;
    border: 2px solid #d3282f;
    padding: 8px 25px 6px;
    margin-bottom: 46px;
    width: 100%; }
    .faq .faq-search:focus {
      outline: none;
      box-shadow: inset 0px 0px 3px #d4d4d4;
      background-color: #ffffff; }
  .faq .faq-list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .faq .faq-list .faq-item {
      display: block;
      padding: 0;
      margin-bottom: 23px; }
  .faq .faq-accordion-trigger {
    position: relative;
    color: #444444;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.33;
    display: flex;
    text-decoration: none; }
    .faq .faq-accordion-trigger::before {
      content: '+';
      display: block;
      flex: 0 0 auto;
      margin-top: 4px;
      margin-right: 11px;
      width: 18px;
      height: 18px;
      border-radius: 50%;
      text-align: center;
      line-height: 0.95;
      font-size: 18px;
      font-weight: 900;
      font-family: "sans-serif";
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      color: #ffffff;
      background-color: #d3282f; }
    .faq .faq-accordion-trigger.is-active::before {
      content: '\2013';
      line-height: 0.8; }
  .faq .faq-accordion-content {
    display: none;
    color: #333333;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.88;
    border-left: 1px solid #d3282f;
    padding: 1px 0 6px 20px;
    margin: 20px 0 30px 29px; }
  .faq .faq-search-msg {
    color: #606060;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 15px;
    font-style: italic; }
  .faq .lw_paginate {
    margin-bottom: 0; }
  .faq .lw_paginate_more {
    color: #606060;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: underline; }
  .faq.has-results .lw_paginate_more, .faq.has-no-results .lw_paginate_more {
    display: none; }
  .faq .lw_paginate_total {
    display: none; }

.featured-links.featured-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin: 50px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .featured-links.featured-links .featured-link {
    flex: 0 0 100%;
    overflow: hidden; }
  @media only screen and (min-width: 1300px) {
    .featured-links.featured-links.two-across .featured-link,
    .two-across .featured-links.featured-links .featured-link {
      flex: 0 0 48%; } }
  @media only screen and (min-width: 992px) and (max-width: 1299px) {
    .featured-links.featured-links.two-across .featured-link,
    .two-across .featured-links.featured-links .featured-link {
      flex: 0 0 70%;
      margin-left: 15%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .featured-links.featured-links.two-across .featured-link,
    .two-across .featured-links.featured-links .featured-link {
      flex: 0 0 80%;
      margin-left: 10%; } }
  @media only screen and (min-width: 580px) and (max-width: 767px) {
    .featured-links.featured-links.two-across .featured-link,
    .two-across .featured-links.featured-links .featured-link {
      flex: 0 0 70%;
      margin-left: 15%; } }
  @media only screen and (max-width: 579px) {
    .featured-links.featured-links.two-across .featured-link,
    .two-across .featured-links.featured-links .featured-link {
      flex: 0 0 80%;
      margin-left: 10%; } }
  @media only screen and (max-width: 435px) {
    .featured-links.featured-links.two-across .featured-link,
    .two-across .featured-links.featured-links .featured-link {
      flex: 0 0 96%;
      margin-left: 2%; } }
  @media only screen and (min-width: 1300px) {
    .featured-links.featured-links.three-across .featured-link,
    .three-across .featured-links.featured-links .featured-link {
      flex: 0 0 30%; } }
  @media only screen and (min-width: 992px) and (max-width: 1299px) {
    .featured-links.featured-links.three-across .featured-link,
    .three-across .featured-links.featured-links .featured-link {
      flex: 0 0 48%; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .featured-links.featured-links.three-across .featured-link,
    .three-across .featured-links.featured-links .featured-link {
      flex: 0 0 48%; } }
  @media only screen and (min-width: 580px) and (max-width: 767px) {
    .featured-links.featured-links.three-across .featured-link,
    .three-across .featured-links.featured-links .featured-link {
      flex: 0 0 30%; } }
  @media only screen and (max-width: 579px) {
    .featured-links.featured-links.three-across .featured-link,
    .three-across .featured-links.featured-links .featured-link {
      flex: 0 0 48%; } }
  @media only screen and (max-width: 435px) {
    .featured-links.featured-links.three-across .featured-link,
    .three-across .featured-links.featured-links .featured-link {
      flex: 0 0 96%;
      margin-left: 2%; } }

.featured-link.featured-link {
  cursor: pointer;
  display: block;
  position: relative;
  margin-bottom: 40px;
  background-color: #e9e9e9;
  background-repeat: no-repeat;
  background-size: cover; }
  .featured-link.featured-link::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: calc((220 / 280) * 100%); }
  .featured-link.featured-link .featured-link-url {
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .featured-link.featured-link .featured-link-url:hover, .featured-link.featured-link .featured-link-url:focus {
      text-decoration: none; }
  .featured-link.featured-link .featured-link-inner {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 200ms ease 180ms; }
    .featured-link.featured-link .featured-link-inner .featured-link-title {
      transition: opacity 180ms ease-in 180ms, transform 180ms ease-in 180ms; }
  .featured-link.featured-link .featured-link-overlay {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 20px 18px;
    background-color: transparent;
    opacity: 0;
    transition: opacity 180ms ease-out; }
  .featured-link.featured-link:hover .featured-link-inner, .featured-link.featured-link:focus .featured-link-inner {
    background-color: rgba(0, 0, 0, 0.7);
    transition: background-color 200ms ease; }
    .featured-link.featured-link:hover .featured-link-inner .featured-link-title, .featured-link.featured-link:focus .featured-link-inner .featured-link-title {
      opacity: 0;
      transform: translateY(-100px);
      transition: opacity 180ms ease-out, transform 180ms ease-out; }
  .featured-link.featured-link:hover .featured-link-overlay, .featured-link.featured-link:focus .featured-link-overlay {
    opacity: 1;
    transition: opacity 340ms cubic-bezier(0.2, 0.73, 0.68, 1.02) 240ms; }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .featured-link.featured-link .featured-link-inner {
      background-color: rgba(0, 0, 0, 0.2);
      transition: none; }
      .featured-link.featured-link .featured-link-inner .featured-link-title {
        display: none; }
    .featured-link.featured-link .featured-link-overlay {
      opacity: 1;
      transition: none; } }
  .featured-link.featured-link .featured-link-title {
    display: block;
    margin: 0;
    padding: 8px 9px 7px;
    color: #ffffff;
    background-color: #d3282f;
    font-style: normal;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.15;
    text-transform: uppercase;
    text-align: center; }
  .featured-link.featured-link .featured-link-tags {
    margin-top: 10px;
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1.3;
    text-transform: capitalize; }
    .featured-link.featured-link .featured-link-tags ul {
      list-style-type: none;
      padding-left: 0;
      margin: 0; }
      .featured-link.featured-link .featured-link-tags ul li {
        display: inline-block;
        margin: 0; }
        .featured-link.featured-link .featured-link-tags ul li:not(:only-child):not(:last-child)::after {
          content: ',';
          margin-right: 5px; }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
      .featured-link.featured-link .featured-link-tags {
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.7);
        padding: 7px 8px 7px;
        font-size: 1.4rem; } }
  .featured-link.featured-link .lw_preview_image,
  .featured-link.featured-link .lw_item_thumb {
    z-index: 0;
    pointer-events: none;
    line-height: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-decoration: none; }
    .featured-link.featured-link .lw_preview_image .lw_image,
    .featured-link.featured-link .lw_item_thumb .lw_image {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      max-width: none;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      padding: 0;
      border: none; }

.info-cards {
  display: -ms-flexbox;
  display: flex; }
  .info-cards .info-card {
    flex: 0 0 100%; }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .info-cards.two-across {
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .info-cards.two-across {
      flex-wrap: wrap;
      justify-content: center; } }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .info-cards.two-across .info-card {
      flex: 0 0 48%; } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .info-cards.two-across .info-card {
      flex: 0 0 auto;
      width: 420px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .info-cards.three-across {
      -ms-flex-pack: space-evenly;
      justify-content: space-evenly; } }
  @media (max-width: 1199px) {
    .info-cards.three-across {
      flex-wrap: wrap;
      justify-content: center; } }
  @media (min-width: 1200px) {
    .info-cards.three-across .info-card {
      flex: 0 0 30%; } }
  @media (max-width: 1199px) {
    .info-cards.three-across .info-card {
      flex: 0 0 auto;
      width: 420px;
      max-width: 92%;
      min-width: 51%; } }

.info-card {
  display: block;
  position: relative;
  width: 433px;
  height: 663px;
  margin-bottom: 40px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform-origin: center;
  transition: box-shadow 0.3s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0s, transform 0.5s cubic-bezier(0.34, 0.615, 0.4, 0.985) 0s; }
  @media (max-height: 700px) {
    .info-card {
      max-height: calc(100vh - 150px); } }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .info-card:hover {
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
      transform: translateY(-10px); } }
  .info-card .info-card-front {
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 50px;
    overflow: hidden;
    /* hide bg image overflow*/
    -webkit-rearface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media only screen and (max-width: 435px) {
      .info-card .info-card-front {
        padding: 30px; } }
  .info-card .info-card-rear {
    background-color: #fff;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: rotateY(180deg);
    -webkit-rearface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: hidden; }
  .info-card.is-flipped {
    transform: rotateY(-180deg) translateY(-10px);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.35); }
    .info-card.is-flipped .info-card-rear {
      visibility: visible; }
    .info-card.is-flipped .info-card-front {
      visibility: hidden; }
  .info-card .info-card-front {
    cursor: pointer;
    background-position: center;
    background-size: cover; }
  .info-card .info-card-front::before {
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.26); }
  .info-card .info-card-front::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 37px;
    left: 50%;
    margin-left: -24px;
    background-image: url("/live/resource/image/_ingredients/themes/global/assets/logos/shield-white-date.png");
    background-size: contain;
    height: 80px;
    width: 48px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8; }
    @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) {
      .info-card .info-card-front::after {
        background-image: url("/live/resource/image/_ingredients/themes/global/assets/logos/shield-white-date@2x.png"); } }
  .info-card .info-card-title {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 80%;
    margin: 33px auto 0;
    text-align: center;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1.3px;
    line-height: 1.406;
    text-transform: uppercase;
    overflow: hidden;
    transform-style: preserve-3d;
    transform-origin: center;
    transition: transform 0.9s cubic-bezier(0.34, 0.615, 0.4, 0.985); }
    .info-card .info-card-title a {
      text-decoration: none; }
  .info-card .info-card-headline {
    width: 100%;
    margin: 10px 0 0;
    color: #ffffff;
    font-style: italic;
    font-size: 5.8rem;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase; }
    .info-card .info-card-headline span:first-child {
      display: block;
      font-size: 2.2rem;
      font-weight: 500;
      line-height: 1.7; }
    @media (max-width: 1500px) {
      .info-card .info-card-headline {
        font-size: 5.2rem; } }
    @media only screen and (min-width: 992px) and (max-width: 1299px) {
      .info-card .info-card-headline {
        font-size: 5.2rem; } }
    @media only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
      .info-card .info-card-headline {
        font-size: 4.6rem; } }
    @media only screen and (max-width: 579px) {
      .info-card .info-card-headline {
        font-size: 4.1rem; } }
    @media only screen and (max-width: 435px) {
      .info-card .info-card-headline span:first-child {
        font-size: 1.8rem; } }
  .info-card .info-card-btn-front {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: 1.3px;
    line-height: 1.406;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 35px;
    padding: 10px 15px;
    border-radius: 1px;
    box-shadow: -5px 5px 0 0 rgba(212, 211, 210, 0.7);
    background: linear-gradient(45deg, #971d22, #d3282f, #d3282f);
    background-size: 400% 400%;
    background-position: 100% 50%;
    transition: all 0.5s cubic-bezier(0.34, 0.615, 0.4, 0.985);
    box-shadow: -5px 5px 0 0 rgba(255, 255, 255, 0.7); }
    .info-card .info-card-btn-front:focus {
      outline: none; }
    .info-card .info-card-btn-front:hover {
      color: #ffffff;
      box-shadow: -8px 7px 0 0 rgba(212, 211, 210, 0.7);
      background-position: 0 0;
      transform: translate(2px, -1px); }
    .info-card .info-card-btn-front:hover {
      box-shadow: -8px 7px 0 0 rgba(255, 255, 255, 0.8); }
    .info-card .info-card-btn-front:focus:not(:hover) {
      outline: 5px dotted #3c8ec6;
      outline: solid 5px #3c8ec6;
      outline-color: #3c8ec6;
      background: #da3b41;
      transition: none; }
  .info-card .info-card-rear:focus {
    outline: none; }
  .info-card .info-card-rear:focus:not(:hover) {
    outline: 2px dotted #3c8ec6;
    outline: auto 2px #3c8ec6;
    outline-color: #3c8ec6; }
  .info-card .info-card-rear::before {
    z-index: -1;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("/live/resource/image/_ingredients/themes/global/assets/logos/shield-fade.png");
    background-size: contain;
    height: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 62% auto; }
    @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) {
      .info-card .info-card-rear::before {
        background-image: url("/live/resource/image/_ingredients/themes/global/assets/logos/shield-fade@2x.png"); } }
  .info-card .info-card-rear-inner {
    margin: 128px 20px 20px 40px;
    padding-left: 6px;
    padding-right: 30px;
    height: calc(100% - 128px - 50px);
    overflow-y: auto; }
    .info-card .info-card-rear-inner::-webkit-scrollbar {
      width: 7px; }
    .info-card .info-card-rear-inner::-webkit-scrollbar-track {
      background-color: #b8b7b6;
      border-left: 3px solid white;
      border-right: 3px solid white; }
    .info-card .info-card-rear-inner::-webkit-scrollbar-thumb {
      background-color: #cf2f44;
      border-radius: 1px;
      border-left: 0px solid white;
      border-right: 0px solid white; }
  .info-card .info-card-rear .info-card-title {
    color: #cf2f44; }
  .info-card .info-card-summary {
    color: #222222;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.27;
    padding-bottom: 35px; }
    .info-card .info-card-summary::after {
      content: '';
      display: block;
      margin-top: 30px;
      width: 96px;
      border-bottom: 6px solid #d3282f; }
  .info-card .info-card-blurb {
    color: #444444;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.375; }
    .info-card .info-card-blurb a {
      color: #cf2f44;
      font-weight: 700;
      text-decoration: none; }
  .info-card .info-card-btn-rear a {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 900;
    letter-spacing: 1.3px;
    line-height: 1.406;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 35px;
    padding: 10px 15px;
    border-radius: 1px;
    box-shadow: -5px 5px 0 0 rgba(212, 211, 210, 0.7);
    background: linear-gradient(45deg, #971d22, #d3282f, #d3282f);
    background-size: 400% 400%;
    background-position: 100% 50%;
    transition: all 0.5s cubic-bezier(0.34, 0.615, 0.4, 0.985);
    margin-bottom: 40px; }
    .info-card .info-card-btn-rear a:focus {
      outline: none; }
    .info-card .info-card-btn-rear a:hover {
      color: #ffffff;
      box-shadow: -8px 7px 0 0 rgba(212, 211, 210, 0.7);
      background-position: 0 0;
      transform: translate(2px, -1px); }
    .info-card .info-card-btn-rear a:focus:not(:hover) {
      outline: 5px dotted #3c8ec6;
      outline: solid 5px #3c8ec6;
      outline-color: #3c8ec6;
      background: #da3b41;
      transition: none; }
  .info-card .info-card-btn-close {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    text-indent: -999px;
    overflow: hidden;
    background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/cross-gray.png");
    background-size: contain;
    height: 18px;
    width: 18px;
    background-position: center;
    background-repeat: no-repeat; }
    .info-card .info-card-btn-close:focus {
      outline: none; }
    @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) {
      .info-card .info-card-btn-close {
        background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/cross-gray@2x.png"); } }
    .info-card .info-card-btn-close:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/cross-red.png");
      background-size: contain;
      height: 18px;
      width: 18px;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0;
      transition: opacity 0.2s cubic-bezier(0.34, 0.615, 0.4, 0.985); }
      @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) {
        .info-card .info-card-btn-close:after {
          background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/cross-red@2x.png"); } }
    .info-card .info-card-btn-close:hover::after, .info-card .info-card-btn-close:focus::after {
      opacity: 1; }
    .info-card .info-card-btn-close:focus:not(:hover) {
      outline: 2px dotted #3c8ec6;
      outline: auto 2px #3c8ec6;
      outline-color: #3c8ec6; }

.lw_widget_files:first-of-type {
  margin-top: 25px; }

.lw_widget_files:last-of-type {
  margin-bottom: 30px; }

.lw_widget_results_files.lw_widget_results_files {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 14px;
  margin-bottom: 0; }
  .lw_widget_results_files.lw_widget_results_files li {
    margin-bottom: 25px;
    color: #555555;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.25; }
    .lw_widget_results_files.lw_widget_results_files li .lw_files_title a {
      background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/download-arrow.png");
      background-size: contain;
      height: 100%;
      width: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-position: 99% 50%;
      background-size: 16px auto;
      padding-right: 26px !important;
      font-weight: inherit;
      text-decoration: none; }
      @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) {
        .lw_widget_results_files.lw_widget_results_files li .lw_files_title a {
          background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/download-arrow@2x.png"); } }
      .lw_widget_results_files.lw_widget_results_files li .lw_files_title a:hover, .lw_widget_results_files.lw_widget_results_files li .lw_files_title a:focus {
        text-decoration: underline; }

.lw_item_tags .lw_item_tag a {
  display: inline-block;
  padding: 9px 9px;
  color: #666666;
  background-color: #f2f1f0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  border-radius: 1px;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.34, 0.615, 0.4, 0.985); }
  .lw_item_tags .lw_item_tag a:hover, .lw_item_tags .lw_item_tag a:focus {
    color: #ffffff;
    background-color: #d3282f; }

.lw_paginate {
  margin-bottom: 45px;
  text-align: left;
  color: #444444;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.14; }
  .lw_paginate a {
    color: #d3282f;
    font-weight: 500;
    text-decoration: none; }
    .lw_paginate a:hover, .lw_paginate a:focus {
      color: #d3282f;
      text-decoration: underline; }
    .lw_paginate a.lw_paginate_prev + .lw_paginate_next {
      margin-left: 6px;
      padding-left: 6px;
      border-left: 2px solid #d4d3d2; }
  .lw_paginate .lw_paginate_total a {
    color: #6d6d6d; }

.has-show-more-button .lw_paginate {
  position: relative;
  height: 41px; }

.has-show-more-button .lw_paginate > .lw_paginate_more {
  color: transparent; }
  .has-show-more-button .lw_paginate > .lw_paginate_more::after {
    visibility: visible;
    content: 'Show more';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    cursor: pointer;
    border: none;
    border-radius: 1px;
    padding: 8px 22px 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.4;
    font-style: normal;
    text-decoration: none;
    transition: all 0.2s cubic-bezier(0.34, 0.615, 0.4, 0.985);
    background-color: #d3282f;
    color: #fcfbfa;
    font-weight: 700;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0; }
    .has-show-more-button .lw_paginate > .lw_paginate_more::after.small {
      font-size: 1.8rem;
      padding-top: 13px;
      padding-bottom: 11px; }
    .has-show-more-button .lw_paginate > .lw_paginate_more::after:hover, .has-show-more-button .lw_paginate > .lw_paginate_more::after:focus {
      text-decoration: none; }
    .has-show-more-button .lw_paginate > .lw_paginate_more::after:focus {
      outline: 2px dotted #3c8ec6;
      outline: auto 2px #3c8ec6;
      outline-color: #3c8ec6; }
  .has-show-more-button .lw_paginate > .lw_paginate_more:hover::after, .has-show-more-button .lw_paginate > .lw_paginate_more:focus::after {
    background-color: #b12127;
    color: #f5f3ed; }

.has-show-more-button .lw_paginate_total {
  visibility: hidden; }
  .has-show-more-button .lw_paginate_total a {
    visibility: visible;
    position: absolute;
    right: 0;
    line-height: 41px;
    color: #d3282f;
    font-size: 1.8rem;
    font-weight: 700;
    text-decoration: underline;
    transition: color 0.2s cubic-bezier(0.34, 0.615, 0.4, 0.985); }
    .has-show-more-button .lw_paginate_total a:hover, .has-show-more-button .lw_paginate_total a:focus {
      color: #555555; }
    .has-show-more-button .lw_paginate_total a:focus:not(:hover) {
      outline: 2px dotted #3c8ec6;
      outline: auto 2px #3c8ec6;
      outline-color: #3c8ec6; }
    .has-show-more-button .lw_paginate_total a::before {
      content: 'Show All ('; }
    .has-show-more-button .lw_paginate_total a::after {
      content: ')'; }

.lw_widget_saveandshare ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .lw_widget_saveandshare ul li {
    display: inline-block; }

.lw_widget_saveandshare li a {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 2px 0 0;
  background-color: #d3282f !important;
  color: #ffffff !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center; }
  .lw_widget_saveandshare li a:focus, .lw_widget_saveandshare li a:hover {
    background-color: #a01e24 !important;
    color: #ffffff !important; }

.lw_widget_saveandshare i {
  line-height: 32px !important; }

.lw_widget_saveandshare .permalink {
  display: none; }

.lw_slideshow_wrapper {
  margin-bottom: 30px; }
  .lw_slideshow_wrapper .lw_slideshow {
    list-style-type: none;
    margin: 0;
    padding: 0;
    opacity: 0;
    transition: opacity 0.3s ease; }
    .lw_slideshow_wrapper .lw_slideshow.is-visible {
      opacity: 1; }
  .lw_slideshow_wrapper .lw_slideshow_slide {
    min-width: 100%;
    text-align: center; }
    .lw_slideshow_wrapper .lw_slideshow_slide .lw_image {
      margin-bottom: 0; }
    .lw_slideshow_wrapper .lw_slideshow_slide div[class*="_caption"],
    .lw_slideshow_wrapper .lw_slideshow_slide div[class*="_credit"] {
      max-width: 100%;
      padding: 0;
      margin-top: 15px;
      color: #444444;
      font-weight: 400;
      font-size: 1.4rem;
      line-height: 1.16;
      font-style: italic; }
      .lw_slideshow_wrapper .lw_slideshow_slide div[class*="_caption"] a,
      .lw_slideshow_wrapper .lw_slideshow_slide div[class*="_credit"] a {
        color: #d3282f;
        font-weight: 500;
        text-decoration: none; }
        .lw_slideshow_wrapper .lw_slideshow_slide div[class*="_caption"] a:hover, .lw_slideshow_wrapper .lw_slideshow_slide div[class*="_caption"] a:focus,
        .lw_slideshow_wrapper .lw_slideshow_slide div[class*="_credit"] a:hover,
        .lw_slideshow_wrapper .lw_slideshow_slide div[class*="_credit"] a:focus {
          text-decoration: underline; }
    .lw_slideshow_wrapper .lw_slideshow_slide div[class*="_credit"] {
      display: none; }
  .lw_slideshow_wrapper .lw_slideshow_slide_inner {
    position: relative;
    line-height: 0;
    background-color: rgba(179, 179, 179, 0.8); }
  .lw_slideshow_wrapper .lw_slideshow_blur {
    display: block;
    pointer-events: none;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(3px); }
  .lw_slideshow_wrapper .lw_slideshow_controls {
    margin-top: 10px;
    color: #444444;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.14; }
    .lw_slideshow_wrapper .lw_slideshow_controls a.lw_slideshow_prev,
    .lw_slideshow_wrapper .lw_slideshow_controls a.lw_slideshow_next {
      color: transparent; }
      .lw_slideshow_wrapper .lw_slideshow_controls a.lw_slideshow_prev span,
      .lw_slideshow_wrapper .lw_slideshow_controls a.lw_slideshow_next span {
        color: #222222;
        text-decoration: underline;
        font-weight: 600;
        text-decoration: none; }
      .lw_slideshow_wrapper .lw_slideshow_controls a.lw_slideshow_prev:not(.lw_disabled):hover span, .lw_slideshow_wrapper .lw_slideshow_controls a.lw_slideshow_prev:not(.lw_disabled):focus span,
      .lw_slideshow_wrapper .lw_slideshow_controls a.lw_slideshow_next:not(.lw_disabled):hover span,
      .lw_slideshow_wrapper .lw_slideshow_controls a.lw_slideshow_next:not(.lw_disabled):focus span {
        color: #d3282f; }
    .lw_slideshow_wrapper .lw_slideshow_controls a.lw_slideshow_prev::before,
    .lw_slideshow_wrapper .lw_slideshow_controls a.lw_slideshow_next::after {
      content: '';
      display: inline-block;
      background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/arrow-right-gray.png");
      background-size: contain;
      height: 11px;
      width: 11px;
      background-position: center;
      background-repeat: no-repeat;
      margin-left: -6px;
      margin-bottom: -1px; }
      @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) {
        .lw_slideshow_wrapper .lw_slideshow_controls a.lw_slideshow_prev::before,
        .lw_slideshow_wrapper .lw_slideshow_controls a.lw_slideshow_next::after {
          background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/arrow-right-gray@2x.png"); } }
    .lw_slideshow_wrapper .lw_slideshow_controls a.lw_slideshow_prev::before {
      margin-left: 0;
      margin-right: -6px;
      transform: rotateY(180deg); }
  .lw_slideshow_wrapper .lw_slideshow_interval {
    display: none; }

.lw_widget_results_news.lw_widget_results_news {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 50px; }

.news-item.news-item {
  display: flex;
  margin-bottom: 48px; }
  .news-item.news-item .lw_item_thumb {
    line-height: 0; }
    .news-item.news-item .lw_item_thumb a {
      display: block; }
      .news-item.news-item .lw_item_thumb a .lw_image {
        transition: -webkit-filter 300ms ease;
        transition: filter 300ms ease;
        transition: filter 300ms ease, -webkit-filter 300ms ease; }
      .news-item.news-item .lw_item_thumb a:focus .lw_image, .news-item.news-item .lw_item_thumb a:hover .lw_image {
        -webkit-filter: brightness(1.15);
        filter: brightness(1.15); }
  .news-item.news-item:not(.has-image-right) .lw_item_thumb {
    flex: 0 0 auto;
    margin-right: 30px;
    max-width: 50%; }
    @media only screen and (max-width: 579px) {
      .news-item.news-item:not(.has-image-right) .lw_item_thumb {
        margin-right: 20px;
        flex-basis: 120px;
        min-width: 90px; } }
    @media only screen and (max-width: 435px) {
      .news-item.news-item:not(.has-image-right) .lw_item_thumb {
        flex-basis: 90px;
        min-width: 90px; } }
  .news-item.news-item.has-image-right .lw_item_thumb {
    flex: 0 0 48%;
    margin-left: 30px;
    max-width: 50%; }
  @media only screen and (max-width: 435px), only screen and (max-width: 579px) {
    .news-item.news-item.has-image-right {
      display: block; }
      .news-item.news-item.has-image-right .lw_item_thumb {
        display: block;
        margin: 20px 0 0 0; } }
  .news-item.news-item .news-item-text {
    flex: 1 1 auto; }
    .news-item.news-item .news-item-text .title {
      color: #222222;
      font-size: 2.2rem;
      font-weight: 700;
      line-height: 1.19;
      margin-top: 5px;
      margin-bottom: 18px; }
      .lw_widget_results_news .news-item.news-item .news-item-text .title {
        margin-bottom: 10px; }
      @media only screen and (max-width: 579px) {
        .news-item.news-item .news-item-text .title {
          margin-top: 0;
          font-size: 1.8rem; } }
      .news-item.news-item .news-item-text .title a {
        color: inherit;
        font-weight: inherit;
        text-decoration: none;
        transition: color 0.2s cubic-bezier(0.34, 0.615, 0.4, 0.985); }
        .news-item.news-item .news-item-text .title a:hover, .news-item.news-item .news-item-text .title a:focus {
          color: #d3282f;
          text-decoration: underline; }
        .news-item.news-item .news-item-text .title a:focus:not(:hover) {
          outline: 2px dotted #3c8ec6;
          outline: auto 2px #3c8ec6;
          outline-color: #3c8ec6; }
    .news-item.news-item .news-item-text .summary {
      display: block;
      color: #707070;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 1.5; }
      @media only screen and (max-width: 579px) {
        .news-item.news-item .news-item-text .summary {
          margin-top: 0;
          font-size: 1.4rem; } }
      .news-item.news-item .news-item-text .summary.has-ellipses {
        max-height: 70px; }
    .news-item.news-item .news-item-text .link {
      display: inline-block;
      margin-top: 15px;
      color: #222222;
      font-size: 1.4rem;
      line-height: 1;
      font-weight: 700;
      letter-spacing: 0.5px;
      text-transform: uppercase;
      text-decoration: none;
      margin-top: 5px; }
      .news-item.news-item .news-item-text .link::before {
        content: '';
        display: inline-block;
        margin-right: 10px;
        width: 28px;
        height: 7px;
        border-top: 3px solid #d3282f;
        transition: width 300ms cubic-bezier(0.34, 0.615, 0.4, 0.985); }
      .news-item.news-item .news-item-text .link:hover::before, .news-item.news-item .news-item-text .link:focus::before {
        width: 40px; }

.magazine-widget.magazine-widget {
  margin-top: 2px;
  padding: 28px 36px 32px;
  background-color: #faf9f7; }
  .magazine-widget.magazine-widget > h3 {
    margin-top: 0; }
  .magazine-widget.magazine-widget .magazine-widget-inner {
    display: flex; }
    @media only screen and (max-width: 579px), only screen and (min-width: 768px) and (max-width: 991px) {
      .magazine-widget.magazine-widget .magazine-widget-inner {
        flex-wrap: wrap; } }
  .magazine-widget.magazine-widget .magazine-widget-headlines {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    @media only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .magazine-widget.magazine-widget .magazine-widget-headlines {
        flex: 0 0 50%;
        padding-right: 48px; } }
    @media only screen and (max-width: 579px), only screen and (min-width: 768px) and (max-width: 991px) {
      .magazine-widget.magazine-widget .magazine-widget-headlines {
        flex: 0 0 100%; } }
    .magazine-widget.magazine-widget .magazine-widget-headlines .magazine-widget-sigline {
      display: block;
      margin: 0 0 4px;
      color: #666666;
      font-size: 1.4rem;
      font-weight: 500;
      line-height: 1; }
    .magazine-widget.magazine-widget .magazine-widget-headlines li:first-child h4 {
      margin-top: 0;
      padding-bottom: 40px;
      border-bottom: 1px solid rgba(184, 183, 182, 0.8);
      color: #333333;
      font-size: 2.2rem;
      font-weight: 700;
      line-height: 1.27em; }
    .magazine-widget.magazine-widget .magazine-widget-headlines li:not(:first-child) h4 {
      margin: 14px 0 0;
      padding-bottom: 13px;
      border-bottom: 1px solid rgba(184, 183, 182, 0.8);
      color: #444444;
      font-size: 1.6rem;
      font-weight: 700;
      line-height: 1.25em; }
    .magazine-widget.magazine-widget .magazine-widget-headlines h4 a {
      display: inline-block; }
      .magazine-widget.magazine-widget .magazine-widget-headlines h4 a:focus {
        text-decoration: none;
        outline: none; }
      .magazine-widget.magazine-widget .magazine-widget-headlines h4 a:focus:not(:hover) {
        outline: 2px dotted #3c8ec6;
        outline: auto 2px #3c8ec6;
        outline-color: #3c8ec6; }
  .magazine-widget.magazine-widget .lw_preview_image {
    display: block;
    line-height: 1; }
    @media only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .magazine-widget.magazine-widget .lw_preview_image {
        flex: 0 0 50%; } }
    @media only screen and (max-width: 579px), only screen and (min-width: 768px) and (max-width: 991px) {
      .magazine-widget.magazine-widget .lw_preview_image {
        flex: 0 0 100%;
        margin-top: 15px; } }
    .magazine-widget.magazine-widget .lw_preview_image .lw_image {
      transition: -webkit-filter 300ms ease;
      transition: filter 300ms ease;
      transition: filter 300ms ease, -webkit-filter 300ms ease; }
    .magazine-widget.magazine-widget .lw_preview_image:focus .lw_image, .magazine-widget.magazine-widget .lw_preview_image:hover .lw_image {
      -webkit-filter: brightness(1.15);
      filter: brightness(1.15); }

.featured-story {
  position: relative; }
  @media only screen and (min-width: 1300px) {
    .featured-story {
      min-height: 240px; } }
  .featured-story .featured-story-panel {
    margin-bottom: 20px;
    color: #626262;
    font-weight: 600;
    line-height: 30px;
    font-size: 1.8rem; }
    @media only screen and (min-width: 1300px) {
      .featured-story .featured-story-panel {
        z-index: 1;
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 30px;
        max-width: 720px;
        margin-bottom: 0;
        background-color: #fff;
        padding: 20px 25px 21px;
        font-size: 2.2rem; } }
    .featured-story .featured-story-panel h2 {
      margin: 0;
      font-size: 2.8rem;
      font-weight: 800;
      line-height: 1.08em;
      text-transform: uppercase;
      color: #222222;
      border-bottom: 2px solid transparent;
      transition: border-color 150ms ease-out; }
      .featured-story .featured-story-panel h2 a:focus, .featured-story .featured-story-panel h2 a:hover {
        text-decoration: none; }
      @media only screen and (min-width: 1300px) {
        .featured-story .featured-story-panel h2 {
          font-size: 3.8rem;
          margin-bottom: 4px; } }
      @media only screen and (max-width: 435px) {
        .featured-story .featured-story-panel h2 {
          font-size: 2.4rem; } }
  .featured-story:focus h2, .featured-story:hover h2 {
    text-decoration: none;
    border-bottom-color: #cf2f44;
    transition: border-color 100ms ease-in; }
  .featured-story .lw_item_thumb {
    line-height: 0; }
    .featured-story .lw_item_thumb a {
      display: block; }
      .featured-story .lw_item_thumb a .lw_image {
        transition: -webkit-filter 300ms ease;
        transition: filter 300ms ease;
        transition: filter 300ms ease, -webkit-filter 300ms ease; }
      .featured-story .lw_item_thumb a:focus .lw_image, .featured-story .lw_item_thumb a:hover .lw_image {
        -webkit-filter: brightness(1.15);
        filter: brightness(1.15); }

.slide-gallery.slide-gallery {
  position: relative;
  margin-bottom: 38px;
  opacity: 0;
  pointer-events: none; }
  .slide-gallery.slide-gallery.is-loaded {
    opacity: 1;
    pointer-events: all;
    transition: opacity 200ms ease 0ms; }
  .slide-gallery.slide-gallery.regular {
    max-width: 697px; }
  .slide-gallery.slide-gallery.wide {
    max-width: 990px; }
  .slide-gallery.slide-gallery.xlarge {
    width: 1185px;
    max-width: calc(100% - 120px); }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .slide-gallery.slide-gallery.xlarge {
        max-width: calc(100% - 38px); } }
  .slide-gallery.slide-gallery .slide-gallery-wrapper {
    list-style-type: none;
    margin: 0;
    padding: 0;
    align-items: stretch; }
  .slide-gallery.slide-gallery .slide-gallery-slide {
    background-color: #fff;
    height: auto;
    margin: 0; }
    .slide-gallery.slide-gallery .slide-gallery-slide a.lw_preview_image:focus {
      outline: none; }
    .slide-gallery.slide-gallery .slide-gallery-slide .lw_image {
      margin: 0;
      border: none; }
  .slide-gallery.slide-gallery.swiper-container-initialized .slide-gallery-slide:not(.swiper-slide-active) .slide-gallery-caption {
    visibility: hidden; }
  .slide-gallery.slide-gallery .slide-gallery-caption {
    z-index: 2;
    position: relative;
    display: block;
    color: #444444;
    font-size: 1.4rem;
    line-height: 1.3;
    font-style: italic; }
    .slide-gallery.slide-gallery .slide-gallery-caption a {
      color: #d3282f;
      font-weight: 500; }
    .slide-gallery.slide-gallery .slide-gallery-caption small {
      display: block;
      margin-top: 6px;
      font-size: 1.3rem;
      color: #6d6d6d; }
  .slide-gallery.slide-gallery .slide-gallery-pagination {
    display: block;
    pointer-events: none;
    z-index: 2;
    position: absolute;
    top: 14px;
    bottom: auto;
    left: auto;
    right: 14px;
    width: auto;
    padding: 5px 17px 6px;
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1;
    border-radius: 1px;
    background-color: #d3282f; }
  .slide-gallery.slide-gallery .slide-gallery-btns {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%; }
    .slide-gallery.slide-gallery .slide-gallery-btns::after {
      content: '';
      display: block; }
  .slide-gallery.slide-gallery.regular .slide-gallery-btns::after {
    padding-bottom: calc(437 / 697 * 100%); }
  .slide-gallery.slide-gallery.wide .slide-gallery-btns::after {
    padding-bottom: calc(440 / 920 * 100%); }
  .slide-gallery.slide-gallery.xlarge .slide-gallery-btns::after {
    padding-bottom: calc(703 / 1305 * 100%); }
  .slide-gallery.slide-gallery .slide-gallery-btn {
    cursor: pointer;
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    height: 100%;
    width: 20%; }
    .slide-gallery.slide-gallery .slide-gallery-btn::after, .slide-gallery.slide-gallery .slide-gallery-btn::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%; }
    .slide-gallery.slide-gallery .slide-gallery-btn::before {
      width: 40px;
      height: 36px;
      margin-top: -15px;
      border-radius: 1px;
      background-color: rgba(255, 255, 255, 0.8); }
    .slide-gallery.slide-gallery .slide-gallery-btn::after {
      margin-top: -5px; }
    .slide-gallery.slide-gallery .slide-gallery-btn.prev {
      left: 0;
      right: auto; }
      .slide-gallery.slide-gallery .slide-gallery-btn.prev::before {
        left: 20px; }
      .slide-gallery.slide-gallery .slide-gallery-btn.prev::after {
        left: 32px;
        background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/arrow-left-red.png");
        background-size: contain;
        height: 16px;
        width: 16px;
        background-position: center;
        background-repeat: no-repeat; }
        @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) {
          .slide-gallery.slide-gallery .slide-gallery-btn.prev::after {
            background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/arrow-left-red@2x.png"); } }
    .slide-gallery.slide-gallery .slide-gallery-btn.next {
      left: auto;
      right: 0; }
      .slide-gallery.slide-gallery .slide-gallery-btn.next::before {
        right: 20px; }
      .slide-gallery.slide-gallery .slide-gallery-btn.next::after {
        right: 32px;
        background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/arrow-right-red.png");
        background-size: contain;
        height: 16px;
        width: 16px;
        background-position: center;
        background-repeat: no-repeat; }
        @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) {
          .slide-gallery.slide-gallery .slide-gallery-btn.next::after {
            background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/arrow-right-red@2x.png"); } }
    .slide-gallery.slide-gallery .slide-gallery-btn:focus {
      outline: none;
      opacity: 1; }
      .slide-gallery.slide-gallery .slide-gallery-btn:focus::before {
        outline: 2px dotted #3c8ec6;
        outline: auto 2px #3c8ec6;
        outline-color: #3c8ec6; }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .slide-gallery.slide-gallery .slide-gallery-btn,
    .slide-gallery.slide-gallery .slide-gallery-pagination {
      opacity: 0;
      pointer-events: none;
      transition: opacity 440ms ease; }
    .slide-gallery.slide-gallery:hover .slide-gallery-btn,
    .slide-gallery.slide-gallery:hover .slide-gallery-pagination {
      opacity: 1;
      pointer-events: all; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .slide-gallery.slide-gallery.slide-gallery {
    opacity: 1 !important;
    pointer-events: all !important;
    transition: opacity 200ms ease 0ms !important; } }

.stats-gallery {
  position: relative;
  margin-top: 60px;
  margin-bottom: 70px;
  padding: 0;
  text-align: center;
  background-color: #F8F7F7; }
  .stats-gallery .stats-gallery-slide {
    width: 100% !important;
    height: 100% !important;
    padding: 45px 43px;
    box-sizing: border-box;
    overflow: hidden; }
    @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .stats-gallery .stats-gallery-slide {
        display: flex; } }
  .stats-gallery .stats-gallery-image {
    display: inline-block;
    margin-bottom: 35px;
    line-height: 0;
    box-shadow: -6px 12px 19px rgba(0, 0, 0, 0.2); }
    @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .stats-gallery .stats-gallery-image {
        order: 2;
        flex: 0 0 auto;
        align-self: center;
        margin-left: 35px;
        margin-bottom: 0; } }
    .stats-gallery .stats-gallery-image .lw_image_preview {
      pointer-events: none;
      display: block;
      line-height: 0; }
    .stats-gallery .stats-gallery-image .lw_image {
      margin: 0; }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .stats-gallery .stats-gallery-text {
      order: 1;
      flex: 1 1 auto; } }
  .stats-gallery .stats-gallery-image + .stats-gallery-text .stats-gallery-text-large {
    font-size: 7rem; }
    @media only screen and (min-width: 1300px) {
      .stats-gallery .stats-gallery-image + .stats-gallery-text .stats-gallery-text-large {
        font-size: 9rem; } }
  .stats-gallery .stats-gallery-text-large {
    color: #606060;
    font-size: 7rem;
    font-weight: 700;
    line-height: 0.87;
    margin-bottom: 26px; }
    @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .stats-gallery .stats-gallery-text-large {
        font-size: 11rem; } }
    .stats-gallery .stats-gallery-text-large::after {
      display: block;
      content: '';
      width: 92px;
      margin: 0 auto;
      border-bottom: 1px solid #b8b7b6;
      margin-top: 28px; }
  .stats-gallery .stats-gallery-text-small {
    color: #606060;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.33; }
  .stats-gallery .stats-gallery-progress {
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    transition: none;
    background-color: #F2F1F0; }
    .stats-gallery .stats-gallery-progress.is-animating {
      width: 100%;
      transition: width 8000ms linear; }
  .stats-gallery .stats-gallery-pagination.stats-gallery-pagination {
    z-index: 1;
    opacity: 0;
    position: absolute;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .stats-gallery .stats-gallery-pagination.stats-gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet {
      outline: none;
      background-color: transparent;
      border: 2px solid #9b9b9b;
      width: 12px;
      height: 12px;
      opacity: 1;
      margin: 0 8px; }
      .stats-gallery .stats-gallery-pagination.stats-gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet:focus:not(:hover) {
        border-color: #3c8ec6;
        background-color: #ffffff;
        transform: scale(1.5); }
      .stats-gallery .stats-gallery-pagination.stats-gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: #606060;
        border-color: #606060; }
  .stats-gallery.swiper-container-initialized .stats-gallery-slide {
    padding-bottom: 50px; }
  .stats-gallery.swiper-container-initialized .stats-gallery-pagination {
    opacity: 1; }

.select-dropdown .select-dropdown-label {
  display: inline-block;
  color: #666666;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.14em; }

.select-dropdown .select-dropdown-menu {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  min-width: 170px; }

.select-dropdown .select-dropdown-btn {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  padding: 9px 32px 9px 12px;
  border-radius: 1px;
  background-color: #f2f1f0;
  color: #666666;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.14em;
  text-align: left; }
  .select-dropdown .select-dropdown-btn:focus {
    outline: none; }
  .select-dropdown .select-dropdown-btn::after {
    /* arrow*/
    content: "";
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -3px;
    height: 0;
    width: 0;
    border: solid transparent;
    border-color: #666666 transparent transparent;
    border-width: 6px;
    transform-origin: center 25%;
    transition: transform 100ms ease; }
  .select-dropdown .select-dropdown-btn[aria-expanded="true"]::after {
    transform: rotate(-180deg); }

.select-dropdown .select-dropdown-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  padding: 6px 0 2px;
  background-color: #f2f1f0;
  color: #666666;
  text-align: left; }
  .select-dropdown .select-dropdown-list [role="option"] {
    display: block;
    position: relative;
    padding: 2px 14px 2px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.14em;
    text-decoration: none; }
    .select-dropdown .select-dropdown-list [role="option"]:hover {
      color: #d3282f; }

.story-block {
  position: relative;
  overflow: hidden;
  max-height: 72vh;
  background-color: #e8e7e6; }
  .story-block::after {
    content: '';
    display: block;
    padding-bottom: calc(100% * 670 / 1440);
    min-height: 510px; }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .story-block::after {
        min-height: 400px; } }

.story-block-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity 840ms ease; }
  .story-block.is-loaded .story-block-image {
    opacity: 1; }
  .story-block.left .story-block-image {
    background-position: right center; }

.story-block-panel {
  z-index: 1;
  position: absolute;
  right: 30px;
  bottom: 70px;
  min-width: 320px;
  width: 56%;
  padding: 27px 30px 27px;
  border-radius: 1px;
  background-color: #d3282f;
  color: #f5f3ed;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  box-shadow: 18px 18px 0px 1px rgba(255, 255, 255, 0.5);
  opacity: 0;
  transition: opacity 140ms ease; }
  .story-block.is-loaded .story-block-panel {
    opacity: 1; }
  @media only screen and (min-width: 1300px) {
    .story-block-panel {
      width: 38%;
      right: 70px; } }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .story-block-panel {
      padding: 47px 54px 43px; } }
  @media only screen and (max-width: 579px) {
    .story-block-panel {
      min-width: 260px; } }
  .story-block.left .story-block-panel {
    left: 30px;
    right: auto; }
    @media only screen and (min-width: 1300px) {
      .story-block.left .story-block-panel {
        left: 70px; } }

.story-block-title {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-bottom: 2px solid #f5f3ed;
  color: #f5f3ed;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1.13px;
  line-height: 0.8em;
  text-transform: uppercase; }
  @media only screen and (min-width: 1300px) {
    .story-block-title {
      font-size: 1.8rem; } }
  @media only screen and (max-width: 579px) {
    .story-block-title {
      font-size: 1.4rem;
      margin-bottom: 12px; } }

.story-block-headline {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-weight: 800;
  font-style: normal;
  font-size: 3.2rem;
  color: #f5f3ed;
  line-height: 1.12;
  transition: opacity 240ms ease; }
  @media only screen and (min-width: 992px) and (max-width: 1299px) {
    .story-block-headline {
      font-size: 2.8rem; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .story-block-headline {
      font-size: 2.6rem; } }
  @media only screen and (min-width: 580px) and (max-width: 767px) {
    .story-block-headline {
      font-size: 2.4rem;
      font-weight: 700; } }
  @media only screen and (max-width: 579px) {
    .story-block-headline {
      font-size: 2rem;
      font-weight: 700; } }
  .story-block-headline a {
    color: inherit;
    font-weight: inherit;
    text-decoration: none; }
    .story-block-headline a:hover, .story-block-headline a:focus {
      color: inherit;
      text-decoration: none;
      opacity: 0.8; }

.story-block-summary {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 14px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  max-height: 140px; }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .story-block-summary {
      display: none; } }

.story-block-link {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-top: 15px;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 33px; }
  .story-block-link::before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 28px;
    height: 7px;
    border-top: 3px solid #ffffff;
    transition: width 300ms cubic-bezier(0.34, 0.615, 0.4, 0.985); }
  .story-block-link:hover::before, .story-block-link:focus::before {
    width: 40px; }
  @media only screen and (max-width: 579px) {
    .story-block-link {
      display: none; } }

.media-gallery-header {
  margin-top: 60px !important;
  margin-bottom: 60px;
  text-align: center; }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .media-gallery-header {
      margin-top: 20px !important;
      margin-bottom: 40px; } }

.media-gallery-header-title {
  display: inline-block;
  margin: 0;
  color: #000;
  font-weight: 700;
  line-height: 1; }
  @media (min-width: 1500px) {
    .media-gallery-header-title {
      font-size: 6.4rem; } }
  @media only screen and (min-width: 1300px) {
    .media-gallery-header-title {
      font-size: 5.6rem; } }
  @media only screen and (min-width: 992px) and (max-width: 1299px) {
    .media-gallery-header-title {
      font-size: 4.8rem; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .media-gallery-header-title {
      font-size: 3.6rem; } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .media-gallery-header-title {
      display: block;
      margin-bottom: 15px;
      font-size: 3rem; } }
  @media only screen and (max-width: 435px) {
    .media-gallery-header-title {
      font-size: 2.6rem; } }

.media-gallery-header-icon.media-gallery-header-icon {
  display: inline-block;
  position: relative;
  margin-left: 30px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-weight: inherit;
  color: #000;
  vertical-align: sub;
  transition: color 0.2s cubic-bezier(0.34, 0.615, 0.4, 0.985); }
  .media-gallery-header-icon.media-gallery-header-icon + .media-gallery-header-icon.media-gallery-header-icon {
    margin-left: 18px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .media-gallery-header-icon.media-gallery-header-icon {
      margin-left: 20px;
      width: 35px;
      height: 35px;
      line-height: 35px; }
      .media-gallery-header-icon.media-gallery-header-icon + .media-gallery-header-icon.media-gallery-header-icon {
        margin-left: 12px; } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .media-gallery-header-icon.media-gallery-header-icon {
      margin-left: 0;
      width: 35px;
      height: 35px;
      line-height: 35px; }
      .media-gallery-header-icon.media-gallery-header-icon + .media-gallery-header-icon.media-gallery-header-icon {
        margin-left: 12px; } }
  .media-gallery-header-icon.media-gallery-header-icon i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 48px;
    border-radius: 2px;
    background-color: #d3282f;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    vertical-align: middle;
    transition: all 0.2s cubic-bezier(0.34, 0.615, 0.4, 0.985); }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
      .media-gallery-header-icon.media-gallery-header-icon i {
        line-height: 35px;
        font-size: 23px; } }
  .media-gallery-header-icon.media-gallery-header-icon:hover {
    text-decoration: none;
    color: #d3282f; }
    .media-gallery-header-icon.media-gallery-header-icon:hover i {
      background-color: #333333;
      color: #ffffff; }
  .media-gallery-header-icon.media-gallery-header-icon:focus:not(:hover) {
    outline: 2px dotted #3c8ec6;
    outline: auto 2px #3c8ec6;
    outline-color: #3c8ec6; }

.media-gallery.media-gallery {
  position: relative;
  margin-bottom: 80px; }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .media-gallery.media-gallery {
      margin-bottom: 20px; } }
  .media-gallery.media-gallery .media-gallery-wrapper {
    list-style-type: none;
    margin: 0;
    padding: 0;
    transition-timing-function: linear; }
  .media-gallery.media-gallery .media-gallery-slide {
    width: 320px !important; }
    .media-gallery.media-gallery .media-gallery-slide:nth-child(2n) {
      padding-top: 80px; }
  .media-gallery.media-gallery .swiper-lazy-preloader {
    width: 22px;
    height: 22px;
    margin-left: -11px;
    margin-top: -11px;
    border-color: rgba(211, 40, 47, 0.4);
    border-top-color: transparent; }

.media-swiper.media-swiper {
  padding-bottom: 45px; }
  .media-swiper.media-swiper .media-swiper-wrapper {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .media-swiper.media-swiper .media-swiper-slide {
    box-sizing: border-box;
    margin: 0;
    padding-left: 2px;
    padding-right: 2px; }
  .media-swiper.media-swiper .media-swiper-btns {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px; }
  .media-swiper.media-swiper .media-swiper-btn {
    cursor: pointer;
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    height: 100%;
    width: 20%; }
    .media-swiper.media-swiper .media-swiper-btn::after, .media-swiper.media-swiper .media-swiper-btn::before {
      content: "";
      display: block;
      position: absolute;
      top: 2px; }
    .media-swiper.media-swiper .media-swiper-btn::before {
      width: 40px;
      height: 36px;
      border-radius: 1px;
      background-color: #f2f0f0; }
    .media-swiper.media-swiper .media-swiper-btn::after {
      margin-top: 10px; }
    .media-swiper.media-swiper .media-swiper-btn.prev {
      left: 0;
      width: 50%; }
      .media-swiper.media-swiper .media-swiper-btn.prev::before {
        right: 2px; }
      .media-swiper.media-swiper .media-swiper-btn.prev::after {
        right: 14px;
        background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/arrow-left-red.png");
        background-size: contain;
        height: 16px;
        width: 16px;
        background-position: center;
        background-repeat: no-repeat; }
        @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) {
          .media-swiper.media-swiper .media-swiper-btn.prev::after {
            background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/arrow-left-red@2x.png"); } }
    .media-swiper.media-swiper .media-swiper-btn.next {
      right: 0;
      width: 50%; }
      .media-swiper.media-swiper .media-swiper-btn.next::before {
        left: 2px; }
      .media-swiper.media-swiper .media-swiper-btn.next::after {
        left: 14px;
        background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/arrow-right-red.png");
        background-size: contain;
        height: 16px;
        width: 16px;
        background-position: center;
        background-repeat: no-repeat; }
        @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) {
          .media-swiper.media-swiper .media-swiper-btn.next::after {
            background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/arrow-right-red@2x.png"); } }
    .media-swiper.media-swiper .media-swiper-btn:focus {
      outline: none;
      opacity: 1; }
      .media-swiper.media-swiper .media-swiper-btn:focus::before {
        outline: 2px dotted #3c8ec6;
        outline: auto 2px #3c8ec6;
        outline-color: #3c8ec6; }

.media-box {
  display: block;
  position: relative;
  width: 320px;
  max-width: 100%;
  border: 1px solid #d9d8d7;
  background-color: #ffffff;
  overflow: hidden; }
  .media-box + .media-box {
    margin-top: 25px; }
  .media-box .media-box-image {
    position: relative;
    overflow: hidden;
    display: block;
    text-decoration: none;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .media-box .media-box-image::after {
      content: '';
      display: block;
      padding-bottom: calc( 190 / 300 * 100%); }
    .media-box .media-box-image > a {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      transition: -webkit-filter 300ms ease;
      transition: filter 300ms ease;
      transition: filter 300ms ease, -webkit-filter 300ms ease; }
      .media-box .media-box-image > a:hover, .media-box .media-box-image > a:focus {
        -webkit-filter: brightness(1.15);
        filter: brightness(1.15); }
      .media-box .media-box-image > a > img {
        position: absolute;
        left: 50%;
        top: 50%;
        max-height: none;
        width: 100%;
        height: auto;
        transform: translate3d(-50%, -50%, 0); }
  .media-box .media-box-bottom {
    padding: 22px 22px 20px;
    background-color: #ffffff; }
  .media-box .media-box-title {
    margin-bottom: 16px;
    color: #262626;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.29; }
    .media-box .media-box-title a {
      text-decoration: none;
      color: inherit;
      font-weight: inherit; }
      .media-box .media-box-title a:hover, .media-box .media-box-title a:focus {
        text-decoration: underline;
        color: #d3282f; }
  .media-box .media-box-avatar img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    margin-bottom: 3px;
    width: 41px;
    height: 41px;
    border-radius: 50%; }
  .media-box .media-box-caption {
    color: #5b5b5b;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.57; }
    @media only screen and (max-width: 579px) {
      .media-box .media-box-caption {
        font-size: 1.6rem; } }
    .media-box .media-box-caption a {
      overflow-wrap: break-word;
      /* new name */
      color: inherit;
      font-weight: inherit; }
      .media-box .media-box-caption a:hover, .media-box .media-box-caption a:focus {
        text-decoration: underline;
        color: #d3282f; }
  .media-box .media-box-image + .media-box-bottom .media-box-caption {
    font-size: 1.4rem; }
  .media-box .media-box-icon {
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    padding: 6px;
    line-height: 0;
    border-radius: 2px;
    background-color: #d4d3d2;
    color: #333333;
    transition: all 300ms ease; }
    .media-box .media-box-icon:hover {
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4); }

.progress-bar {
  margin: 40px 0;
  padding: 30px 25px 40px;
  background-color: #f2f0f0;
  color: #6e6e6e;
  text-align: center; }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .progress-bar {
      padding-left: 15px;
      padding-right: 15px; } }
  .progress-bar .progress-bar-title {
    margin: 0 0 40px;
    font-size: 2.8rem;
    font-weight: 600;
    color: #6e6e6e;
    text-transform: none; }
    @media only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
      .progress-bar .progress-bar-title {
        font-size: 2.4rem; } }
    @media only screen and (max-width: 579px) {
      .progress-bar .progress-bar-title {
        font-size: 2.2rem; } }
    @media only screen and (max-width: 435px) {
      .progress-bar .progress-bar-title {
        font-size: 1.9rem; } }
  .progress-bar .progress-bar-meter {
    position: relative;
    margin-top: 120px;
    margin-bottom: 60px;
    height: 32px;
    width: calc(100% - 32px);
    margin-left: calc(32px / 2);
    margin-right: calc(32px / 2);
    overflow: visible; }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
      .progress-bar .progress-bar-meter {
        height: 24px;
        width: calc(100% - 24px);
        margin-left: calc(24px / 2);
        margin-right: calc(24px / 2); } }
  .progress-bar .progress-bar-goal::before, .progress-bar .progress-bar-goal::after,
  .progress-bar .progress-bar-current::before,
  .progress-bar .progress-bar-current::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    background-color: inherit;
    width: calc(32px / 2);
    height: 32px; }
  .progress-bar .progress-bar-goal::before,
  .progress-bar .progress-bar-current::before {
    right: calc(100% - 2px);
    border-bottom-left-radius: calc(32px / 2);
    border-top-left-radius: calc(32px / 2); }
  .progress-bar .progress-bar-goal::after,
  .progress-bar .progress-bar-current::after {
    left: calc(100% - 2px);
    border-bottom-right-radius: calc(32px / 2);
    border-top-right-radius: calc(32px / 2); }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .progress-bar .progress-bar-goal::before, .progress-bar .progress-bar-goal::after,
    .progress-bar .progress-bar-current::before,
    .progress-bar .progress-bar-current::after {
      width: calc(24px / 2);
      height: 24px; }
    .progress-bar .progress-bar-goal::before,
    .progress-bar .progress-bar-current::before {
      right: calc(100% - 2px);
      border-bottom-left-radius: calc(24px / 2);
      border-top-left-radius: calc(24px / 2); }
    .progress-bar .progress-bar-goal::after,
    .progress-bar .progress-bar-current::after {
      left: calc(100% - 2px);
      border-bottom-right-radius: calc(24px / 2);
      border-top-right-radius: calc(24px / 2); } }
  .progress-bar .progress-bar-goal {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F5E1E2; }
  .progress-bar .progress-bar-meter.is-exceeded .progress-bar-goal {
    background-color: #D3222F; }
    .progress-bar .progress-bar-meter.is-exceeded .progress-bar-goal::after {
      display: none; }
  .progress-bar .progress-bar-goal-label {
    position: absolute;
    right: calc(-32px / 2);
    bottom: 100%;
    padding-bottom: 75px;
    color: #222222;
    font-size: 1.6rem;
    font-weight: 600; }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
      .progress-bar .progress-bar-goal-label {
        right: calc(-24px / 2); } }
    .progress-bar .progress-bar-goal-label::before {
      content: '';
      display: block;
      position: absolute;
      right: 9px;
      bottom: 15px;
      height: 60px;
      width: 0;
      border-left: 2px solid #D3222F; }
    .progress-bar .progress-bar-goal-label::after {
      content: '';
      display: block;
      position: absolute;
      right: 2px;
      bottom: 5px;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: transparent;
      border-width: 12px 8px 0 8px;
      border-top-color: #D3222F; }
  .progress-bar .progress-bar-current {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 10%;
    height: 100%;
    background-color: #D3222F;
    transition: width 1000ms cubic-bezier(0.18, 0.89, 0.38, 1.04) 0ms; }
    @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .progress-bar .progress-bar-current {
        max-width: 110%; } }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
      .progress-bar .progress-bar-current {
        max-width: 101%; } }
    .progress-bar .progress-bar-current::after {
      width: 0;
      height: 0;
      background-color: transparent;
      border-radius: 0;
      border-style: solid;
      border-color: transparent;
      border-width: 32px 9px 0px 2px;
      border-top-color: #D3222F; }
      @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .progress-bar .progress-bar-current::after {
          border-top-width: 24px; } }
  .progress-bar .progress-bar-meter.is-exceeded .progress-bar-current {
    z-index: 0;
    background-color: #000; }
    .progress-bar .progress-bar-meter.is-exceeded .progress-bar-current::after {
      border-width: 0px 9px 32px 2px;
      border-bottom-color: #000; }
      @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
        .progress-bar .progress-bar-meter.is-exceeded .progress-bar-current::after {
          border-bottom-width: 24px; } }
  .progress-bar .progress-bar-current-label {
    position: absolute;
    top: 100%;
    right: 0;
    transform: translateX(50%);
    padding-top: 20px;
    color: #222222;
    font-size: 1.6rem;
    font-weight: 600; }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .progress-bar .progress-bar-meter.is-exceeded .progress-bar-current-label {
      transform: none; } }
  .progress-bar .progress-bar-percentage {
    display: block;
    color: #777;
    font-size: 2.4rem;
    line-height: 1; }
  .progress-bar .progress-bar-flag {
    z-index: 3;
    display: block;
    position: absolute;
    bottom: -10px;
    right: -26px;
    transform: scaleX(-1);
    background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/progress-flag.png");
    background-size: contain;
    height: 98px;
    width: 82px;
    background-position: center;
    background-repeat: no-repeat; }
  .progress-bar .progress-bar-meter.is-close .progress-bar-flag {
    opacity: 0.35; }
  .progress-bar .progress-bar-meter.is-exceeded .progress-bar-flag {
    transform: none;
    right: -67px;
    opacity: 0.35; }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
      .progress-bar .progress-bar-meter.is-exceeded .progress-bar-flag {
        width: 67px;
        right: -50px;
        transform: rotate(-6deg); } }
@font-face {
  font-family: 'lw-calendar';
  src: url('/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1699976046.eot');
  src: url('/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1699976046.eot#iefix') format('embedded-opentype'),
       url('/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1699976046.woff2') format('woff2'),
       url('/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1699976046.woff') format('woff'),
       url('/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1699976046.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;
}
