
@charset "UTF-8";
@import url("//hello.myfonts.net/count/39579f");
/*      Request ID: f9b0ff8ee67f571fad53c6bc940c5e50_1753290463 (07/23/2025 1:07pm) (lc5bCgIxEETRrbgATS9pyKNMGjqJpNsEd++gjJ/C/F0oOBRNP2itRQHS2W4J0wlPrOIFrsHo8QzCcStWhX4LWUEFxT5Aai+B7l1rb25PvV7oFLtxywOJ0Uy/slKWHrwc+OKUYeo0ntf/nb6P3gwtfW6/AQ==)      */



/*      Resource ID: 8afac7b95f1d7fdda40fc48de87 (common.less, compiled by lessc, minified by none) (07/23/2025 1:07pm) (A:9186, B:9186, C:9176, D:9176, F:9176, J:9176, K:9176)      */

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

/*      Resource ID: 33e8a4850c2d41662afb98afd93 (widgets.scss, compiled by node-sass, minified by none) (07/23/2025 1:07pm) (A:5093, B:5373, C:406891, D:409479, F:409479, J:409479, K:409479)      */


/**
 * @license
 * MyFonts Webfont Build ID 3757983, 2019-05-09T15:11:48-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: Calluna-Regular by exljbris
 * URL: https://www.myfonts.com/fonts/exljbris/calluna/regular/
 * Copyright: &#x00A9; 2009 exljbris Font Foundry. All rights reserved.
 * Licensed pageviews: 500,000
 *
 * Webfont: Calluna-Bold by exljbris
 * URL: https://www.myfonts.com/fonts/exljbris/calluna/bold/
 * Copyright: &#x00A9; 2009 exljbris Font Foundry. All rights reserved.
 * Licensed pageviews: 500,000
 *
 * Webfont: Calluna-BoldIt by exljbris
 * URL: https://www.myfonts.com/fonts/exljbris/calluna/bold-italic/
 * Copyright: &#x00A9; 2009 exljbris Font Foundry. All rights reserved.
 * Licensed pageviews: 500,000
 *
 * Webfont: Calluna-It by exljbris
 * URL: https://www.myfonts.com/fonts/exljbris/calluna/italic/
 * Copyright: &#x00A9; 2009 exljbris Font Foundry. All rights reserved.
 * Licensed pageviews: 500,000
 *
 * Webfont: Calluna-Semibold by exljbris
 * URL: https://www.myfonts.com/fonts/exljbris/calluna/semibold/
 * Copyright: &#x00A9; 2009 exljbris Font Foundry. All rights reserved.
 * Licensed pageviews: 500,000
 *
 * Webfont: Calluna-SemiboldIt by exljbris
 * URL: https://www.myfonts.com/fonts/exljbris/calluna/semibold-italic/
 * Copyright: &#x00A9; 2009 exljbris Font Foundry. All rights reserved.
 * Licensed pageviews: 500,000
 *
 * Webfont: FF Mark Web Pro Book by FontFont
 * URL: https://www.myfonts.com/fonts/fontfont/mark/pro-book/
 * Copyright: 2013 published by FontShop International GmbH
 * Licensed pageviews: 50,000
 *
 * Webfont: FF Mark Web Pro Book Italic by FontFont
 * URL: https://www.myfonts.com/fonts/fontfont/mark/pro-book-italic/
 * Copyright: 2013 published by FontShop International GmbH
 * Licensed pageviews: 50,000
 *
 * Webfont: FF Mark Web Pro Medium by FontFont
 * URL: https://www.myfonts.com/fonts/fontfont/mark/pro-medium/
 * Copyright: 2013 published by FontShop International GmbH
 * Licensed pageviews: 50,000
 *
 * Webfont: FF Mark Web Pro Medium Italic by FontFont
 * URL: https://www.myfonts.com/fonts/fontfont/mark/pro-medium-italic/
 * Copyright: 2013 published by FontShop International GmbH
 * Licensed pageviews: 50,000
 *
 * Webfont: FF Mark Web Pro Bold by FontFont
 * URL: https://www.myfonts.com/fonts/fontfont/mark/pro-bold/
 * Copyright: 2013 published by FontShop International GmbH
 * Licensed pageviews: 50,000
 *
 * Webfont: FF Mark Web Pro Bold Italic by FontFont
 * URL: https://www.myfonts.com/fonts/fontfont/mark/pro-bold-italic/
 * Copyright: 2013 published by FontShop International GmbH
 * Licensed pageviews: 50,000
 *
 *
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3757983
 *
 * © 2019 MyFonts Inc
*/
/* import must be at top of file, otherwise CSS will not work */

@font-face {
  font-family: 'Calluna-Regular';
  src: url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_0_0.rev.1748619890.eot");
  src: url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_0_0.rev.1748619890.eot#iefix") format("embedded-opentype"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_0_0.rev.1748619890.woff2") format("woff2"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_0_0.rev.1748619890.woff") format("woff"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_0_0.rev.1748619890.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Calluna-Bold';
  src: url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_1_0.rev.1748619890.eot");
  src: url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_1_0.rev.1748619890.eot#iefix") format("embedded-opentype"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_1_0.rev.1748619891.woff2") format("woff2"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_1_0.rev.1748619891.woff") format("woff"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_1_0.rev.1748619891.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Calluna-BoldIt';
  src: url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_2_0.rev.1748619891.eot");
  src: url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_2_0.rev.1748619891.eot#iefix") format("embedded-opentype"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_2_0.rev.1748619891.woff2") format("woff2"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_2_0.rev.1748619891.woff") format("woff"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_2_0.rev.1748619891.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Calluna-It';
  src: url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_3_0.rev.1748619891.eot");
  src: url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_3_0.rev.1748619891.eot#iefix") format("embedded-opentype"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_3_0.rev.1748619891.woff2") format("woff2"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_3_0.rev.1748619891.woff") format("woff"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_3_0.rev.1748619891.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Calluna-Semibold';
  src: url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_4_0.rev.1748619891.eot");
  src: url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_4_0.rev.1748619891.eot#iefix") format("embedded-opentype"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_4_0.rev.1748619891.woff2") format("woff2"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_4_0.rev.1748619891.woff") format("woff"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_4_0.rev.1748619891.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'Calluna-SemiboldIt';
  src: url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_5_0.rev.1748619891.eot");
  src: url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_5_0.rev.1748619891.eot#iefix") format("embedded-opentype"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_5_0.rev.1748619891.woff2") format("woff2"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_5_0.rev.1748619891.woff") format("woff"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_5_0.rev.1748619891.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'FFMarkWebProBook';
  src: url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_6_0.rev.1748619891.eot");
  src: url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_6_0.rev.1748619891.eot#iefix") format("embedded-opentype"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_6_0.rev.1748619892.woff2") format("woff2"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_6_0.rev.1748619891.woff") format("woff"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_6_0.rev.1748619891.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'FFMarkWebProBookItalic';
  src: url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_7_0.rev.1748619892.eot");
  src: url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_7_0.rev.1748619892.eot#iefix") format("embedded-opentype"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_7_0.rev.1748619892.woff2") format("woff2"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_7_0.rev.1748619892.woff") format("woff"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_7_0.rev.1748619892.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'FFMarkWebProMedium';
  src: url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_8_0.rev.1748619892.eot");
  src: url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_8_0.rev.1748619892.eot#iefix") format("embedded-opentype"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_8_0.rev.1748619892.woff2") format("woff2"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_8_0.rev.1748619892.woff") format("woff"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_8_0.rev.1748619892.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'FFMarkWebProMediumItalic';
  src: url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_9_0.rev.1748619892.eot");
  src: url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_9_0.rev.1748619892.eot#iefix") format("embedded-opentype"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_9_0.rev.1748619892.woff2") format("woff2"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_9_0.rev.1748619892.woff") format("woff"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_9_0.rev.1748619892.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'FFMarkWebProBold';
  src: url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_A_0.rev.1748619892.eot");
  src: url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_A_0.rev.1748619892.eot#iefix") format("embedded-opentype"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_A_0.rev.1748619892.woff2") format("woff2"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_A_0.rev.1748619892.woff") format("woff"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_A_0.rev.1748619892.ttf") format("truetype");
  font-display: swap; }

@font-face {
  font-family: 'FFMarkWebProBoldItalic';
  src: url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_B_0.rev.1748619892.eot");
  src: url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_B_0.rev.1748619892.eot#iefix") format("embedded-opentype"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_B_0.rev.1748619892.woff2") format("woff2"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_B_0.rev.1748619892.woff") format("woff"), url("/live/resource/css/_ingredients/themes/global/assets/webfonts/39579F_B_0.rev.1748619892.ttf") format("truetype");
  font-display: swap; }

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

/*!
 * 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, html select, input[type="text"],
input[type="email"],
input[type="tel"],
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: #fff;
  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, html select::-ms-expand, input[type="text"]::-ms-expand,
  input[type="email"]::-ms-expand,
  input[type="tel"]::-ms-expand,
  textarea::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus, html select:focus, input:focus[type="text"],
  input:focus[type="email"],
  input:focus[type="tel"],
  textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::placeholder, html select::placeholder, input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="tel"]::placeholder,
  textarea::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, html select:disabled, input:disabled[type="text"],
  input:disabled[type="email"],
  input:disabled[type="tel"],
  textarea:disabled, .form-control[readonly], html select[readonly], input[readonly][type="text"],
  input[readonly][type="email"],
  input[readonly][type="tel"],
  textarea[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

.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], html select[size], select.form-control[multiple], html select[multiple] {
  height: auto; }

textarea.form-control,
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: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .was-validated html select:valid, html .was-validated select:valid, .was-validated input:valid[type="text"],
.was-validated input:valid[type="email"],
.was-validated input:valid[type="tel"],
.was-validated textarea:valid, .form-control.is-valid, html select.is-valid, input.is-valid[type="text"],
input.is-valid[type="email"],
input.is-valid[type="tel"],
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 html select:valid:focus, html .was-validated select:valid:focus, .was-validated input:valid:focus[type="text"],
  .was-validated input:valid:focus[type="email"],
  .was-validated input:valid:focus[type="tel"],
  .was-validated textarea:valid:focus, .form-control.is-valid:focus, html select.is-valid:focus, input.is-valid:focus[type="text"],
  input.is-valid:focus[type="email"],
  input.is-valid:focus[type="tel"],
  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 html select:valid ~ .valid-feedback, html .was-validated select:valid ~ .valid-feedback, .was-validated input:valid[type="text"] ~ .valid-feedback, .was-validated input:valid[type="email"] ~ .valid-feedback, .was-validated input:valid[type="tel"] ~ .valid-feedback, .was-validated textarea:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip,
  .was-validated html select:valid ~ .valid-tooltip,
  html .was-validated select:valid ~ .valid-tooltip,
  .was-validated input:valid[type="text"] ~ .valid-tooltip,
  .was-validated input:valid[type="email"] ~ .valid-tooltip,
  .was-validated input:valid[type="tel"] ~ .valid-tooltip,
  .was-validated textarea:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, html select.is-valid ~ .valid-feedback, input.is-valid[type="text"] ~ .valid-feedback, input.is-valid[type="email"] ~ .valid-feedback, input.is-valid[type="tel"] ~ .valid-feedback, textarea.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip,
  html select.is-valid ~ .valid-tooltip,
  input.is-valid[type="text"] ~ .valid-tooltip,
  input.is-valid[type="email"] ~ .valid-tooltip,
  input.is-valid[type="tel"] ~ .valid-tooltip,
  textarea.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid,
.was-validated textarea:valid, textarea.form-control.is-valid,
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: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .was-validated html select:invalid, html .was-validated select:invalid, .was-validated input:invalid[type="text"],
.was-validated input:invalid[type="email"],
.was-validated input:invalid[type="tel"],
.was-validated textarea:invalid, .form-control.is-invalid, html select.is-invalid, input.is-invalid[type="text"],
input.is-invalid[type="email"],
input.is-invalid[type="tel"],
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 html select:invalid:focus, html .was-validated select:invalid:focus, .was-validated input:invalid:focus[type="text"],
  .was-validated input:invalid:focus[type="email"],
  .was-validated input:invalid:focus[type="tel"],
  .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, html select.is-invalid:focus, input.is-invalid:focus[type="text"],
  input.is-invalid:focus[type="email"],
  input.is-invalid:focus[type="tel"],
  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 html select:invalid ~ .invalid-feedback, html .was-validated select:invalid ~ .invalid-feedback, .was-validated input:invalid[type="text"] ~ .invalid-feedback, .was-validated input:invalid[type="email"] ~ .invalid-feedback, .was-validated input:invalid[type="tel"] ~ .invalid-feedback, .was-validated textarea:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip,
  .was-validated html select:invalid ~ .invalid-tooltip,
  html .was-validated select:invalid ~ .invalid-tooltip,
  .was-validated input:invalid[type="text"] ~ .invalid-tooltip,
  .was-validated input:invalid[type="email"] ~ .invalid-tooltip,
  .was-validated input:invalid[type="tel"] ~ .invalid-tooltip,
  .was-validated textarea:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, html select.is-invalid ~ .invalid-feedback, input.is-invalid[type="text"] ~ .invalid-feedback, input.is-invalid[type="email"] ~ .invalid-feedback, input.is-invalid[type="tel"] ~ .invalid-feedback, textarea.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip,
  html select.is-invalid ~ .invalid-tooltip,
  input.is-invalid[type="text"] ~ .invalid-tooltip,
  input.is-invalid[type="email"] ~ .invalid-tooltip,
  input.is-invalid[type="tel"] ~ .invalid-tooltip,
  textarea.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid,
.was-validated textarea:invalid, textarea.form-control.is-invalid,
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 html select, html .form-inline select, .form-inline input[type="text"],
    .form-inline input[type="email"],
    .form-inline input[type="tel"],
    .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; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 18px; }
  @media (min-width: 580px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -18px;
      margin-left: -18px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 18px;
        margin-bottom: 0;
        margin-left: 18px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 18px; }
  @media (min-width: 580px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 580px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card {
  overflow: hidden; }
  .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion .card .card-header {
    margin-bottom: -1px; }

.color-black {
  color: #000; }

.color-white {
  color: #ffffff; }

.color-gray-0 {
  color: #2d2d2d; }

.color-gray-0p5 {
  color: #4E4E4E; }

.color-gray-1 {
  color: #6e6e6e; }

.color-gray-2 {
  color: #9f9f9f; }

.color-gray-3 {
  color: #b0bac2; }

.color-gray-4 {
  color: #d8d8d8; }

.color-gray-5 {
  color: #e6e6e6; }

.color-gray-6 {
  color: #f2f2f2; }

.color-gray-form {
  color: #6c757d; }

.color-blue-1 {
  color: #002d52; }

.color-blue-2 {
  color: #003865; }

.color-blue-3 {
  color: #224a6b; }

.color-blue-4 {
  color: #2c608a; }

.color-blue-5 {
  color: #4e7391; }

.color-blue-6 {
  color: #c1cbd4; }

.color-blue-7 {
  color: #d8e4ed; }

.color-blue-8 {
  color: #97bcde; }

.color-yellow {
  color: #f2a900; }

.color-teal {
  color: #91c9c0; }

.color-pink {
  color: #e8bec9; }

.color-tawny {
  color: #936a5b; }

.color-brown {
  color: #7a4c35; }

.color-peach {
  color: #e6a667; }

.color-orange {
  color: #f08346; }

.color-beige {
  color: #d9c1a9; }

.color-green {
  color: #66804b; }

.color-red {
  color: #c44747; }

.color-purple {
  color: #644270; }

html {
  font-size: 10px;
  height: 100%; }
  html body {
    font-family: FFMarkWebProBook;
    font-weight: normal;
    font-style: normal;
    background-color: #ffffff;
    color: #2d2d2d;
    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-size: 1.8rem;
    line-height: 1.4;
    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; }
    html a:hover {
      color: inherit; }
    html a:focus {
      outline: 2px dotted #337ab7;
      outline: auto 5px -webkit-focus-ring-color;
      outline-color: #337ab7; }
    html a[id]:not([href])::before {
      content: " ";
      display: block;
      margin-top: -170px;
      height: 170px;
      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 {
    font-family: Calluna-Bold;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    color: #003865;
    font-size: 4.8rem;
    line-height: 1.1;
    margin-bottom: 20px;
    margin-top: 0; }
    html h1 em,
    html .h1 em {
      font-family: Calluna-BoldIt; }
    @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 {
    font-family: FFMarkWebProBold;
    font-weight: normal;
    font-style: normal;
    color: #2d2d2d;
    font-size: 2.2rem;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 25px; }
  html h3,
  html .h3 {
    font-family: FFMarkWebProBold;
    font-weight: normal;
    font-style: normal;
    color: #2c608a;
    font-size: 1.9rem;
    margin-bottom: 14px;
    margin-top: 20px; }
  html h4,
  html .h4 {
    font-family: FFMarkWebProBold;
    font-weight: normal;
    font-style: normal;
    color: #2d2d2d;
    font-size: 1.8rem;
    line-height: 1.2;
    margin-bottom: 8px;
    margin-top: 30px; }
  html h5,
  html .h5 {
    font-family: FFMarkWebProBold;
    font-weight: normal;
    font-style: normal;
    color: #4e7391;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 8px;
    margin-top: 30px; }
  html h6,
  html .h6 {
    font-family: FFMarkWebProBold;
    font-weight: normal;
    font-style: normal;
    color: #9f9f9f;
    font-size: 1.8rem;
    margin-bottom: 8px;
    margin-top: 30px; }
  html p {
    margin-top: 0;
    margin-bottom: 1.15em; }
    html p:last-child {
      margin-bottom: 0; }
  html strong, html b {
    font-family: FFMarkWebProBold;
    font-weight: normal;
    font-style: normal; }
  html i, html cite, html em, html var, html address, html dfn {
    font-family: FFMarkWebProBookItalic;
    font-weight: normal;
    font-style: normal; }
  html strong em,
  html em strong {
    font-family: FFMarkWebProBoldItalic;
    font-weight: normal;
    font-style: normal; }
  html ul,
  html ol {
    padding-left: 40px;
    margin-top: 0;
    margin-bottom: 0; }
    html ul li,
    html ol li {
      margin-bottom: 0.5em; }
  html ul {
    list-style-type: disc; }
  html hr {
    border: none;
    border-bottom: 5px solid #224a6b;
    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;
    margin: 0 0 33px; }
  html img {
    height: auto;
    max-width: 100%; }
  html input,
  html textarea,
  html select,
  html button {
    font-family: FFMarkWebProBook;
    font-weight: normal;
    font-style: normal;
    font-size: 2rem; }
  html button::-moz-focus-inner {
    border: 0; }

#lw_page {
  display: -webkit-box;
  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;
  overflow: auto; }

@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) {
  #lw_toolbar {
    display: none !important; }
  #lw_page {
    margin-top: 0; } }

.lw_gallery_type_form select#lw_gallery_type option[value="simple"],
.lw_gallery_type_form select#lw_gallery_type option[value="hero"] {
  display: none; }

.lw_editor_on .lw_image_only {
  max-height: none; }
  .lw_editor_on .lw_image_only .lw_pages_editor {
    background-color: #ddd !important;
    position: relative;
    overflow: visible !important; }
    .lw_editor_on .lw_image_only .lw_pages_editor:not(.lw_editor_focus) > .lw_wrapper::before {
      position: absolute;
      content: '\f03e';
      display: block;
      margin: 0px 0 0 20px;
      font-size: 80px;
      background-color: transparent;
      position: relative;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1; }
    .lw_editor_on .lw_image_only .lw_pages_editor:not(.lw_editor_focus) > .lw_wrapper::after {
      position: absolute;
      content: 'Add an optional image here. Galleries and text content are not permitted.';
      display: block;
      font-size: 20px;
      margin-top: -20px;
      margin-left: 20px;
      position: relative; }
  .lw_editor_on .lw_image_only.page-intro-image .lw_pages_editor:not(.lw_editor_focus) > .lw_wrapper::after {
    content: 'Add an optional image here of 600-800px wide by 360px tall. Galleries and text content are not permitted.'; }

#lw-toolbar #lw_pages_accessibility .accessibility_good,
#lw-toolbar #lw_pages_accessibility .accessibility_partial,
#lw-toolbar #lw_pages_accessibility .accessibility_poor {
  display: none; }

#lw-toolbar #lw_pages_accessibility .lw_accessibility_summary_guidelines::before {
  content: "If you have concerns about this page, please contact web staff.";
  display: block;
  margin-bottom: 1em;
  padding: 1em;
  background: #DDEEFF;
  border: #003865 1px solid; }

body.admin-user #lw-toolbar #lw_pages_accessibility .accessibility_good,
body.admin-user #lw-toolbar #lw_pages_accessibility .accessibility_partial,
body.admin-user #lw-toolbar #lw_pages_accessibility .accessibility_poor,
#lw-toolbar #lw_pages_accessibility.open .accessibility_good,
#lw-toolbar #lw_pages_accessibility.open .accessibility_partial,
#lw-toolbar #lw_pages_accessibility.open .accessibility_poor {
  display: inline-block; }

.rich-text {
  font-size: 1.8rem;
  margin-bottom: 35px; }
  .rich-text::before, .rich-text::after {
    clear: both;
    content: '';
    display: table; }
  .rich-text h1:first-child,
  .rich-text h2:first-child,
  .rich-text h3:first-child,
  .rich-text h4:first-child,
  .rich-text h5:first-child,
  .rich-text h6:first-child {
    margin-top: 0; }
  .rich-text a {
    font-family: FFMarkWebProBold;
    font-weight: normal;
    font-style: normal;
    color: #003865;
    text-decoration: none; }
    .rich-text a:hover, .rich-text a:focus {
      color: #2c608a;
      text-decoration: underline; }
    .rich-text a:focus {
      outline: 2px dotted #337ab7;
      outline: auto 5px -webkit-focus-ring-color;
      outline-color: #337ab7; }
  .rich-text ul,
  .rich-text ol {
    padding-left: 40px;
    margin-top: 0;
    margin-bottom: 1em; }
    .rich-text ul li,
    .rich-text ol li {
      margin-bottom: .75em; }
  .rich-text ul {
    list-style-type: none; }
    .rich-text ul li {
      position: relative; }
      .rich-text ul li::before {
        content: '\00B7';
        display: block;
        position: absolute;
        left: 0;
        top: 10px;
        font-size: 24px;
        line-height: 0;
        margin-left: -20px;
        padding-right: 10px; }
      .rich-text ul li.nav-item::before {
        content: none; }
  .rich-text ol.fancy-numbered-list {
    list-style: none;
    counter-reset: fancy-counter; }
    .rich-text ol.fancy-numbered-list li {
      counter-increment: fancy-counter;
      position: relative; }
    .rich-text ol.fancy-numbered-list li::before {
      content: counter(fancy-counter) ". ";
      color: #f2a900;
      font-weight: bold;
      font-style: italic;
      font-size: 5rem;
      position: absolute;
      right: calc(100% + 20px);
      top: 3px;
      line-height: 1; }
    .rich-text ol.fancy-numbered-list li > strong:first-child {
      font-size: 2em; }
  .rich-text blockquote {
    font-family: Calluna-SemiboldIt;
    font-weight: normal;
    font-style: normal;
    color: #4e7391;
    font-size: 2.8rem;
    line-height: 1.4em;
    margin-top: 45px;
    margin-bottom: 40px;
    padding: 27px 32px 35px;
    border-left: 24px solid #f2f2f2; }
  .rich-text hr:last-child {
    margin-bottom: 0; }
  .rich-text .iframe-wrapper {
    max-width: 100%; }
  .rich-text .lw_image img {
    margin-bottom: 15px;
    border: 1px solid rgba(0, 56, 101, 0.1); }
  .rich-text .lw_image_caption,
  .rich-text .lw_image_credit {
    font-family: FFMarkWebProBookItalic;
    font-weight: normal;
    font-style: normal;
    max-width: 100%;
    color: #6e6e6e;
    font-size: 1.4rem;
    padding: 0 0 20px 0;
    margin-top: -2px; }
    .rich-text .lw_image_caption a,
    .rich-text .lw_image_credit a {
      font-family: FFMarkWebProBoldItalic;
      font-weight: normal;
      font-style: normal; }
    .rich-text .lw_image_caption strong, .rich-text .lw_image_caption b,
    .rich-text .lw_image_credit strong,
    .rich-text .lw_image_credit b {
      font-family: FFMarkWebProBoldItalic;
      font-weight: normal;
      font-style: normal; }
    .rich-text .lw_image_caption.lw_column_width_half,
    .rich-text .lw_image_credit.lw_column_width_half {
      max-width: 50%; }
  .rich-text .lw_image.lw_align_left,
  .rich-text .lw_image_caption.lw_align_left {
    margin-right: 2.5rem; }
  .rich-text .lw_image.lw_align_right,
  .rich-text .lw_image_caption.lw_align_right {
    margin-left: 2.5rem; }
  .rich-text .fluid-width-video-wrapper {
    margin-bottom: 15px; }
  .rich-text table {
    width: 100%;
    table-layout: fixed; }
    .rich-text table td, .rich-text table th {
      vertical-align: top; }
      .rich-text table td p:last-child, .rich-text table th p:last-child {
        margin-bottom: 0; }
    .rich-text table.data {
      margin-bottom: 35px;
      border-collapse: collapse; }
      .rich-text table.data th {
        background-color: #f2f2f2;
        color: #6e6e6e; }
        .rich-text table.data th h2, .rich-text table.data th h3, .rich-text table.data th h4, .rich-text table.data th h5, .rich-text table.data th h6 {
          font-family: FFMarkWebProBook;
          font-weight: normal;
          font-style: normal;
          color: #6e6e6e; }
      .rich-text table.data td, .rich-text table.data th {
        border: 1px solid #979797; }
      .rich-text table.data.has-header tbody tr:first-child {
        background-color: #f2f2f2;
        color: #6e6e6e; }
        .rich-text table.data.has-header tbody tr:first-child h2, .rich-text table.data.has-header tbody tr:first-child h3, .rich-text table.data.has-header tbody tr:first-child h4, .rich-text table.data.has-header tbody tr:first-child h5, .rich-text table.data.has-header tbody tr:first-child h6 {
          font-family: FFMarkWebProBook;
          font-weight: normal;
          font-style: normal;
          color: #6e6e6e; }
      .rich-text table.data.has-header td.mobile-header {
        background-color: #f2f2f2; }

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

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

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

#related-links hr {
  margin: 20px 0;
  border-bottom: 3px solid #2c608a; }

a.has-arrow {
  position: relative;
  display: inline;
  color: #002d52;
  text-decoration: none;
  white-space: nowrap; }
  a.has-arrow::after {
    border-color: transparent;
    border-left-color: #002d52;
    border-style: solid;
    border-width: 0.35em;
    content: '';
    display: inline-block;
    height: 0;
    position: absolute;
    right: -1em;
    bottom: 0.22em;
    vertical-align: text-bottom;
    width: 0; }
  a.has-arrow:hover::after, a.has-arrow:focus::after {
    border-left-color: #2c608a;
    text-decoration: underline; }

a.thin-link.thin-link.thin-link {
  font-family: FFMarkWebProMedium;
  font-weight: normal;
  font-style: normal; }

hr.yellow {
  border-color: #f2a900;
  border-width: 2px; }

.small-rule-above {
  position: relative; }
  .small-rule-above::before {
    content: '';
    display: block;
    border-top: 2px solid #f2a900;
    padding-bottom: 23px;
    width: 160px;
    max-width: 60%; }

.large-text {
  font-size: 2.4rem; }
  @media only screen and (min-width: 580px) and (max-width: 767px) {
    .large-text {
      font-size: 2.3rem; } }
  @media only screen and (max-width: 579px) {
    .large-text {
      font-size: 2.2rem; } }
  @media only screen and (max-width: 435px) {
    .large-text {
      font-size: 2.1rem; } }

.small-text {
  font-size: 1.4rem; }

.new-line {
  clear: both; }

.page-break-before {
  break-before: page; }

.small-table-text {
  font-size: 1.6rem; }
  .small-table-text.small-table-text.data td, .small-table-text.small-table-text.data th, .small-table-text.small-table-text.scroll td, .small-table-text.small-table-text.scroll th {
    padding: 10px 15px; }

.strong-text {
  display: block;
  margin-bottom: 7px;
  color: #003865;
  font-weight: 700; }
  .strong-text a {
    text-decoration: none; }
    .strong-text a:hover, .strong-text a:focus {
      text-decoration: underline; }

.small-link.small-link {
  font-family: FFMarkWebProBold;
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
  color: #224a6b;
  text-decoration: underline; }
  .small-link.small-link:hover, .small-link.small-link:focus {
    color: #18354c; }

.clean-link.clean-link {
  text-decoration: none; }
  .clean-link.clean-link:hover, .clean-link.clean-link:focus {
    text-decoration: underline; }

.oldstyle-numerals {
  font-variant-numeric: oldstyle-nums;
  -moz-font-feature-settings: "onum";
  -webkit-font-feature-settings: "onum";
  font-feature-settings: "onum"; }

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

.callout-box {
  font-family: FFMarkWebProBold;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 27px 40px;
  background-color: #224a6b;
  color: #ffffff;
  margin-bottom: 1.15em; }
  .callout-box.semi {
    font-family: FFMarkWebProBook;
    font-weight: normal;
    font-style: normal; }
  .callout-box.tight {
    padding: 20px 30px; }
  .callout-box h2, .callout-box h4, .callout-box h5, .callout-box h6 {
    color: #ffffff !important; }
    .callout-box h2:first-child, .callout-box h4:first-child, .callout-box h5:first-child, .callout-box h6:first-child {
      margin-top: 0; }
  .callout-box h3 {
    color: #f2a900 !important; }
    .callout-box h3:first-child {
      margin-top: 0; }
  .callout-box a {
    color: #f2a900 !important; }
    .callout-box a:hover, .callout-box a:focus {
      color: #f2a900 !important;
      text-decoration: underline !important; }
    .callout-box a.has-arrow {
      position: relative;
      display: inline; }
      .callout-box a.has-arrow::after {
        border-color: transparent;
        border-left-color: #f2a900;
        border-style: solid;
        border-width: 0.35em;
        content: '';
        display: inline-block;
        height: 0;
        position: absolute;
        right: -1em;
        bottom: 0.22em;
        vertical-align: text-bottom;
        width: 0; }
    .callout-box a.arrow-btn {
      color: #003865 !important;
      text-decoration: !important; }
  .callout-box + .callout-box {
    margin-top: -1.5em;
    padding-top: 0; }
  .callout-box.long-callout {
    font-family: FFMarkWebProMedium;
    font-weight: normal;
    font-style: normal; }
    .callout-box.long-callout h3, .callout-box.long-callout h4, .callout-box.long-callout h5, .callout-box.long-callout h6 {
      font-family: FFMarkWebProBold;
      font-weight: normal;
      font-style: normal; }

.callout-box-gray {
  padding: 27px 40px;
  background-color: #f2f2f2;
  color: #002d52;
  margin-bottom: 1.15em; }
  .callout-box-gray h2, .callout-box-gray h3, .callout-box-gray h4, .callout-box-gray h5, .callout-box-gray h6 {
    color: #002d52 !important; }
    .callout-box-gray h2:first-child, .callout-box-gray h3:first-child, .callout-box-gray h4:first-child, .callout-box-gray h5:first-child, .callout-box-gray h6:first-child {
      margin-top: 0; }
  .callout-box-gray a {
    color: #002d52 !important; }
    .callout-box-gray a:hover, .callout-box-gray a:focus {
      color: #002d52 !important;
      text-decoration: underline !important; }
    .callout-box-gray a.has-arrow {
      position: relative;
      display: inline; }
      .callout-box-gray a.has-arrow::after {
        border-color: transparent;
        border-left-color: #002d52;
        border-style: solid;
        border-width: 0.35em;
        content: '';
        display: inline-block;
        height: 0;
        position: absolute;
        right: -1em;
        bottom: 0.22em;
        vertical-align: text-bottom;
        width: 0; }
  .callout-box-gray + .callout-box-gray {
    margin-top: -1.5em;
    padding-top: 0; }
  .callout-box-gray.strong {
    font-family: FFMarkWebProBold;
    font-weight: normal;
    font-style: normal; }
    .callout-box-gray.strong a {
      text-decoration: underline !important; }

.page-supertitle {
  color: #6e6e6e;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 9px;
  line-height: 1; }

.page-subtitle {
  font-family: FFMarkWebProBook;
  font-weight: normal;
  font-style: normal;
  color: #4e7391;
  font-size: 2.8rem;
  line-height: 1.2;
  margin: 12px 0 12px; }
  @media only screen and (max-width: 579px) {
    .page-subtitle {
      font-size: 2.6rem; } }
  @media only screen and (max-width: 435px) {
    .page-subtitle {
      font-size: 2.2rem; } }

.page-title {
  font-family: Calluna-Bold;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  color: #003865;
  font-size: 4.8rem;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 0;
  padding-top: 10px;
  border-top: 2px solid #f2a900; }
  .page-title em {
    font-family: Calluna-BoldIt; }
  .channels-homepage .page-title {
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
    font-size: 36px;
    background-color: #002d52; }
  .page-title strong, .page-title b {
    font-family: Calluna-Bold;
    font-weight: normal;
    font-style: normal; }
    .page-title strong em, .page-title b em {
      font-family: Calluna-BoldIt; }
  .page-title em {
    font-family: Calluna-BoldIt;
    font-weight: normal;
    font-style: normal; }
  .page-title.plain {
    border-top: none;
    padding-top: 0; }
  @media only screen and (min-width: 992px) and (max-width: 1299px) {
    .page-title {
      font-size: 4.6rem; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-title {
      font-size: 4.1rem; } }
  @media only screen and (min-width: 580px) and (max-width: 767px) {
    .page-title {
      font-size: 3.6rem; } }
  @media only screen and (max-width: 579px) {
    .page-title {
      font-size: 3.4rem; } }
  @media only screen and (max-width: 435px) {
    .page-title {
      font-size: 3.1rem; } }

.page-intro,
.page-outro,
.has-intro-p > p:first-child,
.has-intro-p .lw_wrapper > p:first-child {
  font-family: FFMarkWebProMedium;
  font-weight: normal;
  font-style: normal;
  color: #4e7391;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 30px; }
  @media only screen and (max-width: 579px) {
    .page-intro,
    .page-outro,
    .has-intro-p > p:first-child,
    .has-intro-p .lw_wrapper > p:first-child {
      font-size: 2.5rem; } }
  @media only screen and (max-width: 435px) {
    .page-intro,
    .page-outro,
    .has-intro-p > p:first-child,
    .has-intro-p .lw_wrapper > p:first-child {
      font-size: 2.2rem; } }
  .page-intro.has-rule-above,
  .page-outro.has-rule-above,
  .has-intro-p > p:first-child.has-rule-above,
  .has-intro-p .lw_wrapper > p:first-child.has-rule-above {
    padding-top: 17px;
    border-top: 2px solid #f2a900; }
  .page-intro a,
  .page-outro a,
  .has-intro-p > p:first-child a,
  .has-intro-p .lw_wrapper > p:first-child a {
    text-decoration: underline; }
    .page-intro a:hover, .page-intro a:focus,
    .page-outro a:hover,
    .page-outro a:focus,
    .has-intro-p > p:first-child a:hover,
    .has-intro-p > p:first-child a:focus,
    .has-intro-p .lw_wrapper > p:first-child a:hover,
    .has-intro-p .lw_wrapper > p:first-child a:focus {
      color: #003865; }

.small-header {
  font-family: Calluna-Semibold;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  min-width: 135px;
  padding-bottom: 5px;
  margin-bottom: 8px;
  font-size: 2.2rem;
  color: #6e6e6e;
  border-bottom: 1px solid #f2a900; }

.bold-header {
  font-family: FFMarkWebProBold;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  padding: 4px 15px 7px;
  margin-top: 30px;
  margin-bottom: 22px;
  font-size: 2.2rem;
  color: #f2a900;
  background-color: #002d52; }
  .bold-header:first-child {
    margin-top: 0; }

.lw_accordion.lw_accordion {
  margin-top: 20px;
  margin-bottom: 35px; }
  .lw_accordion.lw_accordion .lw_accordion_block {
    margin-bottom: 5px; }
  .lw_accordion.lw_accordion .lw_accordion_block_title a,
  .lw_accordion.lw_accordion .lw_accordion_block_title button {
    font-family: FFMarkWebProBold;
    font-weight: normal;
    font-style: normal;
    background-color: #f2f2f2;
    color: #4E4E4E;
    position: relative;
    padding: 18px 65px 21px 32px;
    font-size: 1.8rem;
    font-weight: normal; }
    .lw_accordion.lw_accordion .lw_accordion_block_title a:hover, .lw_accordion.lw_accordion .lw_accordion_block_title a:focus,
    .lw_accordion.lw_accordion .lw_accordion_block_title button:hover,
    .lw_accordion.lw_accordion .lw_accordion_block_title button:focus {
      background-color: #e8e8e8;
      color: #444444; }
    .lw_accordion.lw_accordion .lw_accordion_block_title a::before,
    .lw_accordion.lw_accordion .lw_accordion_block_title button::before {
      display: none; }
    .lw_accordion.lw_accordion .lw_accordion_block_title a::after,
    .lw_accordion.lw_accordion .lw_accordion_block_title button::after {
      content: '\f067' !important;
      padding-left: 0 !important;
      padding-top: 7px !important;
      display: block;
      position: absolute;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      top: 50%;
      right: 28px;
      font-size: 18px;
      text-align: center;
      background-color: #6e6e6e;
      color: #f2f2f2;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1; }
  .lw_accordion.lw_accordion .lw_accordion_block_content {
    padding: 35px 50px; }
  .lw_accordion.lw_accordion .lw_accordion_block.is-active .lw_accordion_block_title a::after,
  .lw_accordion.lw_accordion .lw_accordion_block.is-active .lw_accordion_block_title button::after {
    content: '\f068' !important; }

.lw_slideshow_interval {
  display: none; }

.lw_paginate {
  text-align: left;
  margin: 20px 0 30px;
  font-size: 1.3rem; }
  .lw_paginate .lw_paginate_total a {
    text-decoration: none; }
  .lw_paginate .lw_paginate_more + .lw_paginate_more::before {
    content: "–";
    padding: 0 8px; }

.lw_widget h3 {
  font-family: Calluna-Bold;
  font-weight: normal;
  font-style: normal;
  color: #224a6b;
  font-size: 3.3rem;
  line-height: 1;
  margin: 30px 0 23px; }
  .lw_widget h3 em {
    font-family: Calluna-BoldIt; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .lw_widget h3 {
      font-size: 3rem; } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .lw_widget h3 {
      font-size: 2.6rem; } }
  @media only screen and (max-width: 435px) {
    .lw_widget h3 {
      font-size: 2.2rem; } }

/* --------------------------------------------------*/
/* SITE HEADER STYLES*/
/* --------------------------------------------------*/
.site-header {
  z-index: 50;
  position: sticky !important;
  top: 0;
  left: 0;
  right: 0;
  background-color: #002d52;
  color: #ffffff;
  padding-bottom: 15px; }
  @media only screen and (max-width: 849px) {
    .site-header {
      padding-bottom: 10px; } }

.site-header-top {
  background-color: #224a6b;
  color: #d8e4ed;
  padding: 7px 0; }
  @media only screen and (max-width: 849px) {
    .site-header-top {
      display: none; } }

.site-header-top-nav {
  font-size: 1.5rem;
  float: right; }
  .site-header-top-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .site-header-top-nav ul li {
      margin: 0; }
      .site-header-top-nav ul li::before {
        display: none; }
  .site-header-top-nav li {
    display: inline-block; }
    .site-header-top-nav li:not(:first-child) {
      margin-left: 10px; }
  .site-header-top-nav a {
    display: inline-block;
    color: #d8e4ed;
    text-decoration: none; }
    .site-header-top-nav a:hover, .site-header-top-nav a:focus {
      text-decoration: underline; }

.site-header-bottom {
  padding-top: 20px; }
  @media only screen and (max-width: 849px) {
    .site-header-bottom {
      padding-top: 16px; } }
  .site-header-bottom .inner {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.site-header-logo {
  background-image: url(/live/resource/image/_ingredients/themes/global/assets/logos/beloit-logo-420-70.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 35px;
  width: 210px;
  min-width: 160px;
  margin: 2px 0 0;
  color: #ffffff; }
  .site-header-logo a {
    display: block;
    height: 100%;
    width: 100%; }

.site-header-mobile-btns {
  justify-self: flex-end;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex; }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .site-header-mobile-btns {
      display: none !important; } }
  @media only screen and (min-width: 850px) {
    .site-header-mobile-btns {
      order: 1; } }
  @media only screen and (max-width: 849px) {
    .site-header-mobile-btns {
      margin-left: 15px; } }

.site-header-mobile-btns-search {
  -webkit-transition: color 150ms ease, background-color 150ms ease;
  -o-transition: color 150ms ease, background-color 150ms ease;
  transition: color 150ms ease, background-color 150ms ease;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  height: 35px;
  width: 35px;
  text-align: center;
  color: #f2a900;
  font-size: 24px !important;
  line-height: 1.6 !important; }
  .site-header-mobile-btns-search:focus {
    background-color: inherit;
    color: inherit;
    outline: none; }
  .site-header-mobile-btns-search:hover, .site-header-mobile-btns-search:focus {
    color: #ffc130; }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .site-header-mobile-btns-search {
      display: none !important; } }

.site-header-mobile-btns-menu {
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: relative;
  margin-left: 2px;
  width: 35px;
  height: 35px; }
  .site-header-mobile-btns-menu:focus {
    background-color: inherit;
    color: inherit;
    outline: none; }
  .site-header-mobile-btns-menu i {
    background-color: #f2a900;
    border-radius: 1px;
    display: block;
    height: 2px;
    position: absolute;
    width: 26px;
    right: 5px; }
    .site-header-mobile-btns-menu i:nth-of-type(1) {
      top: 10px; }
    .site-header-mobile-btns-menu i:nth-of-type(2) {
      top: 18px;
      width: 21px; }
    .site-header-mobile-btns-menu i:nth-of-type(3) {
      top: 26px; }
  @media only screen and (min-width: 850px) {
    .site-header-mobile-btns-menu {
      display: none !important; } }

@media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
  .site-header-search {
    display: block !important; } }

@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-header-search {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0px 20px 28px -1px rgba(0, 0, 0, 0.5); }
    .site-header-search .search-form {
      width: 100%; }
      .site-header-search .search-form input[type="text"] {
        padding: 9px 20px 12px 54px; }
      .site-header-search .search-form button {
        left: 14px; } }

#cludo-banner-desktop {
  background: transparent; }
  #cludo-banner-desktop .search-input {
    width: 180px;
    height: 40px;
    padding: 0px 40px 3px 10px;
    background-color: #002d52;
    color: #f2a900;
    font-family: FFMarkWebProMedium;
    font-weight: normal;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.015em;
    border: none;
    border-radius: 0;
    border-width: 0;
    -webkit-box-shadow: inset 0 0 0 1px #f2a900;
    box-shadow: inset 0 0 0 1px #f2a900; }
    #cludo-banner-desktop .search-input::placeholder {
      color: #f2a900;
      color: inherit; }
    #cludo-banner-desktop .search-input::selection {
      color: #002d52;
      background-color: #f2a900; }
    #cludo-banner-desktop .search-input:focus {
      border-width: 0;
      background-color: #224a6b;
      -webkit-box-shadow: inset 0 0 0 2px #f2a900;
      box-shadow: inset 0 0 0 2px #f2a900; }
  #cludo-banner-desktop button {
    background-color: transparent;
    background-image: unset;
    color: #f2a900;
    height: 40px;
    width: 40px;
    margin: 0;
    padding: 1px 0 0;
    z-index: 1;
    top: 0;
    right: 0;
    font-size: 20px;
    text-align: center;
    text-indent: unset;
    cursor: pointer; }
    #cludo-banner-desktop button:focus {
      border-width: 0;
      background-color: #224a6b;
      -webkit-box-shadow: inset 0 0 0 2px #f2a900;
      box-shadow: inset 0 0 0 2px #f2a900; }
    #cludo-banner-desktop button:hover {
      border-width: 0;
      color: #ffc130; }
  #cludo-banner-desktop ul.search_autocomplete {
    background: #224a6b;
    padding: 10px 0; }
    #cludo-banner-desktop ul.search_autocomplete > li {
      background: #224a6b;
      color: #d8d8d8;
      font-size: 1.4rem;
      padding: 0px 20px 10px;
      /*&:nth-child(n+6) {
				display: none;
			}*/ }
      #cludo-banner-desktop ul.search_autocomplete > li.active, #cludo-banner-desktop ul.search_autocomplete > li:hover {
        color: #002d52;
        background-color: #f2a900; }
      #cludo-banner-desktop ul.search_autocomplete > li:first-child {
        padding: 10px 20px 10px; }
      #cludo-banner-desktop ul.search_autocomplete > li:not(:first-child)::before {
        content: '';
        display: block;
        border-top: 1px solid #4e7391;
        width: 100%;
        padding-bottom: 10px; }
      #cludo-banner-desktop ul.search_autocomplete > li:last-child {
        padding: 10px 20px 10px; }
  @media only screen and (max-width: 991px) {
    #cludo-banner-desktop {
      display: none; } }

#cludo-search-results.cludo-search-modal {
  background-color: rgba(30, 30, 30, 0.7);
  filter: none;
  color: #2d2d2d;
  --cludo-results-width: 940px;
  --cludo-vertical-v-padding: 30px;
  --cludo-header-close-height: 39px;
  --cludo-header-input-height: 64px;
  --cludo-header-b-padding: 6px;
  --cludo-footer-height: 6px;
  --cludo-center-offset: calc(var(--cludo-results-width) / -2);
  --cludo-header-height: calc(var(--cludo-header-close-height) + var(--cludo-header-input-height) + var(--cludo-header-b-padding));
  --cludo-body-top: calc(var(--cludo-header-height) + var(--cludo-vertical-v-padding) - 1px);
  --cludo-body-height: calc(100vh - var(--cludo-vertical-v-padding) * 2 - var(--cludo-header-height) - var(--cludo-footer-height) + 1px); }
  @media (min-width: 768px) and (max-width: 940px) {
    #cludo-search-results.cludo-search-modal {
      --cludo-results-width: 766px; } }
  @media (max-width: 767px) {
    #cludo-search-results.cludo-search-modal {
      --cludo-results-width: 100%;
      --cludo-center-offset: 0px;
      --cludo-vertical-v-padding: 0px;
      --cludo-header-input-height: 44px; } }
  #cludo-search-results.cludo-search-modal .cludo-search-modal-header {
    z-index: 1;
    width: var(--cludo-results-width);
    margin: 0;
    margin-left: var(--cludo-center-offset);
    top: var(--cludo-vertical-v-padding);
    padding-bottom: var(--cludo-header-b-padding);
    background: #224a6b;
    color: #d8e4ed; }
    #cludo-search-results.cludo-search-modal .cludo-search-modal-header #cludo-close {
      color: #d8e4ed;
      border: 1px #A00 solid;
      width: 150px;
      height: var(--cludo-header-close-height);
      font-size: 12px;
      font-style: italic;
      padding: 6px 0;
      background-image: none; }
      @media (max-width: 940px) {
        #cludo-search-results.cludo-search-modal .cludo-search-modal-header #cludo-close {
          width: 150px; } }
      #cludo-search-results.cludo-search-modal .cludo-search-modal-header #cludo-close button {
        padding: 0 13px 0 6px;
        color: inherit;
        overflow: hidden; }
        @media (max-width: 940px) {
          #cludo-search-results.cludo-search-modal .cludo-search-modal-header #cludo-close button {
            text-indent: 0;
            position: static;
            height: unset; } }
        #cludo-search-results.cludo-search-modal .cludo-search-modal-header #cludo-close button::before {
          position: relative;
          top: 2px;
          font-size: 23px;
          color: inherit; }
        #cludo-search-results.cludo-search-modal .cludo-search-modal-header #cludo-close button span {
          display: inline-block;
          text-indent: -200vw; }
    #cludo-search-results.cludo-search-modal .cludo-search-modal-header #cludo-search-form-content input {
      height: var(--cludo-header-input-height);
      border: 1px solid #f2a900;
      background: #003865;
      color: #f2a900; }
  #cludo-search-results.cludo-search-modal .cludo-search-modal-body {
    z-index: 2;
    background: #ffffff;
    box-sizing: border-box;
    height: var(--cludo-body-height);
    width: var(--cludo-results-width);
    margin: 0;
    margin-left: var(--cludo-center-offset);
    padding: 30px 20px 30px 40px;
    top: var(--cludo-body-top); }
    #cludo-search-results.cludo-search-modal .cludo-search-modal-body .search-filters {
      /*position: fixed;
			top: 170px;
			margin: 0 0 0 220px;
			left: 50%;
			width: calc(880px * 0.25);*/ }
    #cludo-search-results.cludo-search-modal .cludo-search-modal-body .search-results .search-results-item:hover {
      background: #d8e4ed; }
  #cludo-search-results.cludo-search-modal .cludo-search-modal-footer {
    background: #ffffff;
    height: var(--cludo-footer-height);
    width: var(--cludo-results-width);
    margin: 0;
    margin-left: var(--cludo-center-offset);
    top: unset;
    bottom: var(--cludo-vertical-v-padding); }
  #cludo-search-results.cludo-search-modal .cludo-poweredby-mobile,
  #cludo-search-results.cludo-search-modal .cludo-poweredby {
    display: none !important; }

.site-header-nav-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  z-index: 52; }
  @media only screen and (min-width: 850px) {
    .site-header-nav-wrapper {
      display: block !important;
      margin-left: 25px;
      margin-right: 25px; } }
  @media only screen and (max-width: 849px) {
    .site-header-nav-wrapper {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      box-shadow: 0px 20px 28px -1px rgba(0, 0, 0, 0.5);
      background-color: #002d52;
      padding-bottom: 10px; } }

.site-header-nav, .site-header-audience-nav {
  font-size: 1.8rem; }
  .site-header-nav ul, .site-header-audience-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .site-header-nav ul li, .site-header-audience-nav ul li {
      margin: 0; }
      .site-header-nav ul li::before, .site-header-audience-nav ul li::before {
        display: none; }
  .site-header-nav li, .site-header-audience-nav li {
    display: inline-block; }
    @media only screen and (min-width: 850px) {
      .site-header-nav li:not(:first-child), .site-header-audience-nav li:not(:first-child) {
        margin-left: 10px; } }
    @media only screen and (max-width: 849px) {
      .site-header-nav li, .site-header-audience-nav li {
        flex: 0 0 100%; } }
  .site-header-nav a, .site-header-audience-nav a {
    display: inline-block;
    color: #ffffff;
    line-height: 1;
    text-decoration: none; }
    .site-header-nav a:hover, .site-header-audience-nav a:hover, .site-header-nav a:focus, .site-header-audience-nav a:focus {
      text-decoration: underline; }
    @media only screen and (max-width: 849px) {
      .site-header-nav a, .site-header-audience-nav a {
        display: block;
        padding: 8px 26px; } }

.site-header-audience-nav {
  font-size: 1.5rem;
  background-color: #224a6b;
  color: #d8e4ed;
  padding: 7px 0;
  margin-bottom: 10px; }
  @media only screen and (min-width: 850px) {
    .site-header-audience-nav {
      display: none; } }

body.homepage .site-header-top .lw_item_787dd53f a, body.group_alumni .site-header-top .lw_item_787dd53f a {
  color: #FFDC8A; }

body.y_2022 .site-header-top .lw_item_787dd53f {
  display: none; }

body.y_2022.m_jan .site-header-top .lw_item_787dd53f, body.y_2022.m_feb .site-header-top .lw_item_787dd53f {
  display: inline-block; }

body.m_sep .site-header-top .lw_item_8e5a548e,
body.m_sep .site-header-nav-wrapper .lw_item_8e5a548e,
body.m_oct .site-header-top .lw_item_8e5a548e,
body.m_oct .site-header-nav-wrapper .lw_item_8e5a548e,
body.m_nov .site-header-top .lw_item_8e5a548e,
body.m_nov .site-header-nav-wrapper .lw_item_8e5a548e {
  display: none; }

body.group_admissions.m_feb .site-header-top .lw_item_8e5a548e a,
body.group_admissions.m_feb .site-header-nav-wrapper .lw_item_8e5a548e a, body.group_admissions.m_mar .site-header-top .lw_item_8e5a548e a,
body.group_admissions.m_mar .site-header-nav-wrapper .lw_item_8e5a548e a, body.group_admissions.m_apr .site-header-top .lw_item_8e5a548e a,
body.group_admissions.m_apr .site-header-nav-wrapper .lw_item_8e5a548e a, body.group_admissions.m_may .site-header-top .lw_item_8e5a548e a,
body.group_admissions.m_may .site-header-nav-wrapper .lw_item_8e5a548e a,
body.video-tour-page.m_feb .site-header-top .lw_item_8e5a548e a,
body.video-tour-page.m_feb .site-header-nav-wrapper .lw_item_8e5a548e a,
body.video-tour-page.m_mar .site-header-top .lw_item_8e5a548e a,
body.video-tour-page.m_mar .site-header-nav-wrapper .lw_item_8e5a548e a,
body.video-tour-page.m_apr .site-header-top .lw_item_8e5a548e a,
body.video-tour-page.m_apr .site-header-nav-wrapper .lw_item_8e5a548e a,
body.video-tour-page.m_may .site-header-top .lw_item_8e5a548e a,
body.video-tour-page.m_may .site-header-nav-wrapper .lw_item_8e5a548e a {
  color: #FFDC8A; }

body .site-header-top .lw_item_c8d104f6,
body .site-header-nav-wrapper .lw_item_c8d104f6 {
  display: none; }

body.y_2025.m_mar.d_21 .site-header-top .lw_item_771b0e6b a,
body.y_2025.m_mar.d_21 .site-header-nav-wrapper .lw_item_771b0e6b a, body.y_2025.m_mar.d_22 .site-header-top .lw_item_771b0e6b a,
body.y_2025.m_mar.d_22 .site-header-nav-wrapper .lw_item_771b0e6b a, body.y_2025.m_mar.d_23 .site-header-top .lw_item_771b0e6b a,
body.y_2025.m_mar.d_23 .site-header-nav-wrapper .lw_item_771b0e6b a, body.y_2025.m_mar.d_24 .site-header-top .lw_item_771b0e6b a,
body.y_2025.m_mar.d_24 .site-header-nav-wrapper .lw_item_771b0e6b a, body.y_2025.m_mar.d_25 .site-header-top .lw_item_771b0e6b a,
body.y_2025.m_mar.d_25 .site-header-nav-wrapper .lw_item_771b0e6b a {
  color: #FFDC8A; }

body.y_2025.m_mar.d_26 .site-header-top .lw_item_771b0e6b,
body.y_2025.m_mar.d_26 .site-header-nav-wrapper .lw_item_771b0e6b {
  display: none; }

body.y_2025.m_mar.d_26 .site-header-top .lw_item_c8d104f6,
body.y_2025.m_mar.d_26 .site-header-nav-wrapper .lw_item_c8d104f6 {
  display: inline-block; }

body.y_2025.m_mar.d_26 .site-header-top .lw_item_c8d104f6 a,
body.y_2025.m_mar.d_26 .site-header-nav-wrapper .lw_item_c8d104f6 a {
  color: #FFDC8A; }

/* ---------------------------------------------------------*/
/* SITE FOOTER STYLES*/
/* ---------------------------------------------------------*/
.site-footer.site-footer {
  background-color: #002d52;
  color: #ffffff; }
  @media all and (-ms-high-contrast: none) {
    body.not-found .site-footer.site-footer {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 10; } }

.site-footer-top {
  padding: 29px 0 22px; }
  .site-footer-top .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.site-footer-logo {
  background-image: url(/live/resource/image/_ingredients/themes/global/assets/logos/beloit-logo-420-70.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 35px;
  width: 210px;
  min-width: 160px;
  margin: 2px 0 0;
  color: #ffffff; }
  .site-footer-logo a {
    display: block;
    height: 100%;
    width: 100%; }

.site-footer-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }
  @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), only screen and (min-width: 992px) and (max-width: 1299px) {
    .site-footer-nav {
      margin-top: 15px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }
  .site-footer-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .site-footer-nav ul li {
      margin: 0; }
      .site-footer-nav ul li::before {
        display: none; }
    @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), only screen and (min-width: 992px) and (max-width: 1299px) {
      .site-footer-nav ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 0; } }
    @media only screen and (max-width: 579px) {
      .site-footer-nav ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .site-footer-nav ul li {
      display: inline-block; }
      @media only screen and (max-width: 579px) {
        .site-footer-nav ul li {
          flex: 0 0 100%;
          margin-top: 12px; }
          .site-footer-nav ul li:first-of-type {
            margin-top: 0px; } }
    .site-footer-nav ul a {
      display: flex;
      align-items: center;
      color: #c1cbd4;
      line-height: 1;
      text-decoration: none;
      font-size: 1.8rem; }
      .site-footer-nav ul a:hover, .site-footer-nav ul a:focus {
        text-decoration: underline; }
      @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
        .site-footer-nav ul a {
          font-size: 1.6rem; } }
    .site-footer-nav ul li:not(:first-child) a::before {
      content: '';
      display: inline-block;
      margin-left: 17px;
      padding-left: 17px;
      height: 22px;
      border-left: 1px solid #c1cbd4; }
      @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
        .site-footer-nav ul li:not(:first-child) a::before {
          margin-left: 10px;
          padding-left: 10px; } }
      @media only screen and (max-width: 579px) {
        .site-footer-nav ul li:not(:first-child) a::before {
          display: none; } }

.site-footer-bottom {
  background-color: #224a6b;
  color: #d8e4ed;
  padding: 16px 0 24px;
  font-size: 1.8rem; }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1299px) {
    .site-footer-bottom {
      font-size: 1.6rem; } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .site-footer-bottom {
      font-size: 1.5rem; } }
  .site-footer-bottom .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @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-bottom .inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.site-footer-address {
  flex: 0 0 100%;
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .site-footer-address {
      flex: initial;
      order: 1; } }
  @media only screen and (min-width: 992px) {
    .site-footer-address {
      order: 2;
      margin: 0; } }

.site-footer-phone {
  flex: 0 0 100%;
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .site-footer-phone {
      flex: initial;
      order: 2; } }
  @media only screen and (min-width: 992px) {
    .site-footer-phone {
      order: 3;
      margin: 0; } }

.site-footer-copyright {
  flex: 0 0 100%;
  margin-top: 10px; }
  @media only screen and (max-width: 435px) {
    .site-footer-copyright {
      font-size: 1.3rem; } }
  @media only screen and (min-width: 768px) {
    .site-footer-copyright {
      order: 4;
      margin: 0; } }
  @media only screen and (min-width: 992px) {
    .site-footer-copyright {
      flex: initial;
      order: 1; } }

.site-footer-social {
  flex: 0 0 100%;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .site-footer-social {
      flex: initial;
      order: 3;
      margin: 0; } }
  @media only screen and (min-width: 992px) {
    .site-footer-social {
      order: 4; } }
  .site-footer-social ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .site-footer-social ul li {
      margin: 0; }
      .site-footer-social ul li::before {
        display: none; }
    .site-footer-social ul li {
      display: inline-block; }
      .site-footer-social ul li:not(:last-child) {
        margin-right: 3px; }
    .site-footer-social ul a {
      display: inline-block;
      margin-right: 13px;
      font-size: 2rem;
      line-height: 1; }
    .site-footer-social ul .fab {
      border-radius: 50%;
      background-color: #d8e4ed;
      color: #224a6b;
      width: 24px;
      height: 24px;
      font-size: 14px;
      padding-top: 5px;
      padding-right: 1px;
      text-align: center;
      position: relative; }
    .site-footer-social ul a[href*="facebook"] .fab::before {
      content: '\f39e';
      margin-left: 0; }
    .site-footer-social ul a[href*="instagram"] .fab::before {
      content: '\f16d';
      margin-left: 0; }
    .site-footer-social ul a[href*="youtube"] .fab::before {
      content: '\f167';
      margin-left: 0; }
    .site-footer-social ul a[href*="twitter"] .fab::before {
      content: '\e61b';
      margin-left: 0; }
    .site-footer-social ul a[href*="linkedin"] .fab::before {
      content: '\f08c';
      margin-left: 0; }
    .site-footer-social ul a[href*="zeemee"] .fab {
      top: 5px; }
      .site-footer-social ul a[href*="zeemee"] .fab img {
        display: block;
        position: absolute;
        height: 14px;
        width: 14px;
        top: 5px;
        left: 5px; }

.page-sidebar {
  margin-bottom: 45px; }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .page-sidebar {
      margin-bottom: 20px; } }

h3.lw-testing {
  color: #f00; }

.side-nav {
  background-color: #224a6b;
  line-height: 1.4;
  margin: 0;
  position: relative; }
  @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) {
    .side-nav.dark-blue {
      background-color: #002d52; } }
  .side-nav .side-nav-title {
    font-family: Calluna-Bold;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    text-align: center;
    display: block;
    background-color: #002d52;
    color: #ffffff;
    font-size: 3.2rem;
    line-height: 1.1;
    padding: 21px 20px;
    margin: 0; }
    .side-nav .side-nav-title em {
      font-family: Calluna-BoldIt; }
    @media only screen and (min-width: 992px) and (max-width: 1299px) {
      .side-nav .side-nav-title {
        font-size: 3rem; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .side-nav .side-nav-title {
        font-size: 2.4rem; } }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .side-nav .side-nav-title {
        padding: 15px 44px 12px 52px;
        font-size: 2.6rem; } }
    @media only screen and (max-width: 435px) {
      .side-nav .side-nav-title {
        font-size: 2.2rem;
        padding-left: 34px;
        padding-right: 24px; } }
    @media only screen and (min-width: 768px) {
      .department-homepage .side-nav .side-nav-title {
        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) {
    .side-nav .side-nav-title-button {
      display: none; } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .side-nav .side-nav-title-button {
      -webkit-appearance: none;
      background-color: transparent;
      border: none;
      cursor: pointer;
      margin: 0;
      padding: 0;
      display: block;
      position: absolute;
      top: 50%;
      left: 20px;
      margin-top: -14px;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      -webkit-transition: -webkit-transform 340ms cubic-bezier(0.83, 0, 0.17, 1);
      transition: -webkit-transform 340ms cubic-bezier(0.83, 0, 0.17, 1);
      transition: transform 340ms cubic-bezier(0.83, 0, 0.17, 1);
      transition: transform 340ms cubic-bezier(0.83, 0, 0.17, 1), -webkit-transform 360ms cubic-bezier(0.83, 0, 0.17, 1); }
      .side-nav .side-nav-title-button:focus {
        background-color: inherit;
        color: inherit;
        outline: none; }
      .side-nav .side-nav-title-button:focus-within {
        outline: 2px dotted #337ab7;
        outline: auto 5px -webkit-focus-ring-color;
        outline-color: #337ab7;
        background-color: transparent; }
      .side-nav .side-nav-title-button::before {
        display: block;
        content: '\f067';
        font-weight: 900;
        font-family: "Font Awesome 6 Free";
        font-size: 21px;
        line-height: 1;
        color: #f2a900; } }
  @media only screen and (max-width: 435px) {
    .side-nav .side-nav-title-button {
      left: 13px;
      width: 20px; }
      .side-nav .side-nav-title-button::before {
        font-size: 18px; } }
  .side-nav.show-nav .side-nav-title-button::before {
    content: "\f068"; }
  @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) {
    .side-nav .lw_widget_navigation,
    .side-nav + .related-links {
      display: block !important; } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .side-nav .lw_widget_navigation,
    .side-nav + .related-links {
      display: none; } }
  .side-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .side-nav ul li {
      margin: 0; }
      .side-nav ul li::before {
        display: none; }
    .side-nav ul li {
      margin: 0; }
    .side-nav ul a,
    .side-nav ul span {
      display: inline-block;
      position: relative;
      text-decoration: none; }
      .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,
      .side-nav ul span:focus {
        outline: 2px dotted #337ab7;
        outline: auto 5px -webkit-focus-ring-color;
        outline-color: #337ab7; }
  .side-nav ul.lw_widget_results_navigation {
    padding: 10px 18px 3px; }
    .side-nav ul.lw_widget_results_navigation > li {
      margin-top: 10px;
      margin-bottom: 20px; }
      .side-nav ul.lw_widget_results_navigation > li > a,
      .side-nav ul.lw_widget_results_navigation > li > span {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #ffffff;
        display: block;
        text-align: center;
        font-size: 1.8rem;
        line-height: 1.2;
        padding: 9px 0 9px;
        -webkit-transition: color 150ms ease, background-color 150ms ease;
        -o-transition: color 150ms ease, background-color 150ms ease;
        transition: color 150ms ease, background-color 150ms ease; }
        .side-nav ul.lw_widget_results_navigation > li > a:hover, .side-nav ul.lw_widget_results_navigation > li > a:focus,
        .side-nav ul.lw_widget_results_navigation > li > span:hover,
        .side-nav ul.lw_widget_results_navigation > li > span:focus {
          background-color: #28577e; }
      .side-nav ul.lw_widget_results_navigation > li.lw_current > a,
      .side-nav ul.lw_widget_results_navigation > li.lw_current > span {
        color: #ffbe26; }
      .side-nav ul.lw_widget_results_navigation > li:not(:first-child) {
        position: relative; }
        .side-nav ul.lw_widget_results_navigation > li:not(:first-child)::before {
          content: '';
          display: block;
          position: absolute;
          top: -10px;
          left: 20%;
          width: 60%;
          border-top: 2px solid rgba(255, 255, 255, 0.3); }
      .side-nav ul.lw_widget_results_navigation > li.lw_has_subnav.lw_active {
        padding: 20px 23px 26px;
        background-color: #002d52; }
        .side-nav ul.lw_widget_results_navigation > li.lw_has_subnav.lw_active > a,
        .side-nav ul.lw_widget_results_navigation > li.lw_has_subnav.lw_active > span {
          background-color: #224a6b;
          padding: 7px 0 7px; }
    .side-nav ul.lw_widget_results_navigation > li ul.lw_subnav {
      font-family: FFMarkWebProBook;
      font-weight: normal;
      font-style: normal;
      list-style-type: disc;
      margin: 11px 0 0px;
      padding-left: 1.1em;
      line-height: 1.2;
      font-size: 1.6rem;
      color: #d8e4ed; }
      .side-nav ul.lw_widget_results_navigation > li ul.lw_subnav > li {
        padding: 4px 0 9px; }
        .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;
          color: #d8e4ed;
          padding: 4px 0 9px; }
          .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: #f2a900; }
        .side-nav ul.lw_widget_results_navigation > li ul.lw_subnav > li.lw_current > a {
          color: #f2a900; }
        .side-nav ul.lw_widget_results_navigation > li ul.lw_subnav > li:last-child {
          padding-bottom: 0; }
    .side-nav ul.lw_widget_results_navigation > li > ul.lw_subnav ul.lw_subnav {
      color: #d8e4ed;
      font-size: 1.5rem;
      margin-top: 8px;
      margin-bottom: 5px;
      padding-left: 0.3em;
      list-style-type: none; }
      .side-nav ul.lw_widget_results_navigation > li > ul.lw_subnav ul.lw_subnav li {
        position: relative;
        padding-left: 0.9em; }
        .side-nav ul.lw_widget_results_navigation > li > ul.lw_subnav ul.lw_subnav li::before {
          content: '\2013';
          display: block;
          position: absolute;
          left: 0; }
      .side-nav ul.lw_widget_results_navigation > li > ul.lw_subnav ul.lw_subnav a,
      .side-nav ul.lw_widget_results_navigation > li > ul.lw_subnav ul.lw_subnav span {
        padding: 2px 0 5px; }
        .side-nav ul.lw_widget_results_navigation > li > ul.lw_subnav ul.lw_subnav a:hover, .side-nav ul.lw_widget_results_navigation > li > ul.lw_subnav ul.lw_subnav a:focus,
        .side-nav ul.lw_widget_results_navigation > li > ul.lw_subnav ul.lw_subnav span:hover,
        .side-nav ul.lw_widget_results_navigation > li > ul.lw_subnav ul.lw_subnav span:focus {
          color: #f2a900; }
  .side-nav.top-level-only ul.lw_widget_results_navigation > li.lw_has_subnav.lw_active {
    padding: 0;
    background-color: transparent; }
    .side-nav.top-level-only ul.lw_widget_results_navigation > li.lw_has_subnav.lw_active > a,
    .side-nav.top-level-only ul.lw_widget_results_navigation > li.lw_has_subnav.lw_active > span {
      background-color: transparent;
      padding: 10px 0 8px; }
  .side-nav.top-level-only ul.lw_widget_results_navigation > li ul.lw_subnav {
    display: none; }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .hero-header .side-nav {
      box-shadow: 15px 10px 28px -1px rgba(0, 0, 0, 0.2);
      z-index: 3;
      position: absolute;
      top: 4vw;
      left: 18px;
      margin: 0 0 20px;
      width: 25%;
      max-width: 290px;
      min-width: 220px; }
      .hero-header .side-nav .side-nav-title {
        padding-top: 18px;
        padding-bottom: 13px; }
      .hero-header .side-nav ul.lw_widget_results_navigation > li {
        margin-top: 9px !important;
        margin-bottom: 18px !important; }
        .hero-header .side-nav ul.lw_widget_results_navigation > li > a {
          padding: 7px 0 8px !important; } }
  @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) {
    .hero-header .side-nav {
      z-index: 2;
      position: relative;
      padding: 0; }
      .hero-header .side-nav .side-nav-title {
        padding-top: 18px;
        padding-bottom: 14px; }
      .hero-header .side-nav ul.lw_widget_results_navigation > li {
        margin-top: 0; }
        .hero-header .side-nav ul.lw_widget_results_navigation > li a {
          padding: 5px 0 6px; }
        .hero-header .side-nav ul.lw_widget_results_navigation > li:not(:first-child)::before {
          width: 100%;
          left: 0; } }

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

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

@media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
  .lw_widget_column_wrapper {
    column-count: 2;
    column-gap: 30px; } }

.lw_widget_column_wrapper div[class*="card"] {
  -webkit-column-break-inside: avoid;
  break-inside: avoid; }

.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.*/ }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .site-main-content.mt-4 {
      margin-top: 2rem !important; } }

body.homepage .site-main-content {
  overflow-x: hidden; }

.page-topbar {
  margin-bottom: 45px;
  padding: 12px 20px 16px;
  background-color: #e6e6e6;
  color: #4e7391; }
  .page-topbar h2,
  .page-topbar h3 {
    font-family: Calluna-Bold;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    color: #4e7391;
    font-size: 4.8rem;
    line-height: 1.1; }
    .page-topbar h2 em,
    .page-topbar h3 em {
      font-family: Calluna-BoldIt; }
    @media only screen and (min-width: 992px) and (max-width: 1299px) {
      .page-topbar h2,
      .page-topbar h3 {
        font-size: 4.6rem; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .page-topbar h2,
      .page-topbar h3 {
        font-size: 4.1rem; } }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .page-topbar h2,
      .page-topbar h3 {
        font-size: 3.9rem; } }
    @media only screen and (max-width: 435px) {
      .page-topbar h2,
      .page-topbar h3 {
        font-size: 3.4rem; } }
    .page-topbar h2 a,
    .page-topbar h3 a {
      text-decoration: none;
      -webkit-transition: color 150ms ease, background-color 150ms ease;
      -o-transition: color 150ms ease, background-color 150ms ease;
      transition: color 150ms ease, background-color 150ms ease; }
      .page-topbar h2 a:hover, .page-topbar h2 a:focus,
      .page-topbar h3 a:hover,
      .page-topbar h3 a:focus {
        text-decoration: none;
        color: #224a6b; }

.page-intro-image {
  margin: 40px 0;
  max-height: 360px;
  overflow: hidden;
  position: relative; }
  .page-intro-image::before, .page-intro-image::after {
    clear: both;
    content: '';
    display: table; }
  .page-intro-image picture, .page-intro-image img {
    display: block; }
  .page-intro-image #lw_pages_editor_large-image {
    height: 360px !important;
    overflow: hidden !important; }
    .page-intro-image #lw_pages_editor_large-image #lw_content_large-image {
      height: 100%; }
      .page-intro-image #lw_pages_editor_large-image #lw_content_large-image img {
        z-index: 1; }
  .page-intro-image img,
  .page-intro-image .lw_image {
    max-width: 100%; }
  .page-intro-image .lw_image_caption {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: FFMarkWebProBoldItalic;
    font-weight: normal;
    font-style: normal;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 1.4rem;
    color: #ffffff;
    background-color: rgba(0, 56, 101, 0.8);
    padding: 10px 11px;
    max-width: 100%; }

.core-intro {
  background-color: #fff; }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .core-intro {
      padding-bottom: 40px; } }
  @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) {
    .core-intro {
      padding-top: 30px;
      overflow: visible; } }

.core-intro-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 55px; }
  @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) {
    .core-intro-container {
      padding-bottom: 0; } }

.core-intro-text {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
  position: relative;
  background-color: #002d52;
  color: #d8e4ed;
  line-height: 1.23;
  background-image: url(/live/resource/image/_ingredients/themes/global/assets/motifs/chevrons.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 365px 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) {
    .core-intro-text {
      background-image: url(/live/resource/image/_ingredients/themes/global/assets/motifs/chevrons@2x.png); } }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .core-intro-text {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
      flex: 0 0 60%;
      min-height: 740px; } }
  @media only screen and (min-width: 992px) and (max-width: 1299px) {
    .core-intro-text {
      padding: 110px 50px 160px 180px;
      font-size: 2.4rem; } }
  @media only screen and (min-width: 1300px) {
    .core-intro-text {
      padding: 110px 80px 160px 140px;
      font-size: 2.7rem; } }
  @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) {
    .core-intro-text {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      padding: 30px;
      font-size: 2.2rem; } }
  .core-intro-text a {
    color: #f2a900;
    text-decoration: none; }
    .core-intro-text a:hover, .core-intro-text a:focus {
      color: #f2a900;
      text-decoration: underline; }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .core-intro-text::before {
      display: block;
      position: absolute;
      top: 0;
      left: 100%;
      height: 100%;
      width: 2000px;
      background-color: #002d52; } }

.core-intro-text-subheading {
  font-family: FFMarkWebProBook;
  font-weight: normal;
  font-style: normal;
  color: #6e6e6e;
  font-size: 1.6rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  margin-top: 0;
  margin-bottom: 4px;
  color: #97bcde; }

.core-intro-text-heading {
  font-family: Calluna-Bold;
  font-weight: normal;
  font-style: normal;
  color: #003865;
  display: block;
  font-size: 4.8rem;
  line-height: 1.05;
  margin-bottom: 25px;
  margin-top: 0;
  padding-top: 12px;
  border-top: 2px solid #f2a900;
  color: #ffffff; }
  .core-intro-text-heading em {
    font-family: Calluna-BoldIt; }
  @media only screen and (min-width: 992px) and (max-width: 1299px) {
    .core-intro-text-heading {
      font-size: 4.6rem; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .core-intro-text-heading {
      font-size: 4.1rem; } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .core-intro-text-heading {
      font-size: 3.9rem; } }
  @media only screen and (max-width: 435px) {
    .core-intro-text-heading {
      font-size: 3.4rem; } }
  .core-intro-text-heading.no-line {
    border: none;
    padding-top: 0; }
  .core-intro-text-heading small {
    font-size: .6em; }

.core-intro-left {
  position: relative; }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .core-intro-left {
      -webkit-box-flex: 0;
      -ms-flex: 1 0 40%;
      flex: 1 0 40%;
      height: 500px;
      margin-top: -60px;
      margin-right: -64px; }
      .core-intro-left::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 100%;
        height: 100%;
        width: 2000px;
        background-color: transparent; } }
  @media only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .core-intro-left {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 53vw;
      flex: 0 0 53vw;
      height: 53vw;
      margin: 40px 0; } }
  @media only screen and (max-width: 579px) {
    .core-intro-left {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }

.core-intro-image {
  box-shadow: 15px 10px 28px -1px rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .core-intro-image {
      z-index: 1;
      width: 100%; } }
  @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) {
    .core-intro-image {
      width: 100%;
      left: 0;
      right: auto; } }

.core-intro-video-btn {
  box-shadow: 15px 10px 28px -1px rgba(0, 0, 0, 0.5); }

.core-intro-video.youtube-video {
  z-index: 100;
  position: fixed;
  top: 55%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 920px;
  box-shadow: 0 10px 28px -1px rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease; }
  .core-intro-video.youtube-video.is-visible {
    opacity: 1;
    pointer-events: all; }
  @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) {
    .core-intro-video.youtube-video {
      max-width: 90%; } }

body.core-landing-page.has-overlay::after {
  content: '';
  display: block;
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45); }

@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) {
  .core-intro-slider {
    box-shadow: -15px 10px 28px -1px rgba(0, 0, 0, 0.5);
    z-index: 2;
    position: absolute; } }

@media only screen and (min-width: 992px) and (max-width: 1299px) {
  .core-intro-slider {
    left: 24%;
    bottom: 0 !important;
    width: 320px; } }

@media only screen and (min-width: 1300px) {
  .core-intro-slider {
    left: 22%;
    bottom: 0px;
    width: 320px; } }

@media only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .core-intro-slider {
    bottom: 8%;
    width: 50%;
    right: 18px; }
    .core-intro:has(.core-intro-badge) .core-intro-slider {
      top: calc(92% - 53vw);
      bottom: unset; } }

@media only screen and (max-width: 579px) {
  .core-intro-slider {
    margin-top: 20px;
    width: 100%; } }

.core-intro-badge picture,
.core-intro-badge img {
  display: block; }

@media only screen and (max-width: 579px) {
  .core-intro-badge {
    margin: 20px auto 0;
    width: 55vw;
    height: auto; } }

@media only screen and (max-width: 435px) {
  .core-intro-badge {
    width: 70vw; } }

@media only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .core-intro-badge {
    position: absolute;
    margin-bottom: 0 !important; } }

@media only screen and (min-width: 580px) and (max-width: 767px) {
  .core-intro-badge {
    width: 30vw;
    height: 30vw;
    bottom: -6%;
    right: calc(18px + 10vw); } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .core-intro-badge {
    width: 38vw;
    height: 38vw;
    bottom: -6%;
    right: calc(18px + 6vw); } }

@media only screen and (min-width: 992px) {
  .core-intro-badge {
    width: 320px;
    height: 320px;
    position: absolute;
    right: 36px;
    bottom: -105px;
    margin-bottom: 0;
    z-index: 2; } }

@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) {
  .core-main-container {
    margin-top: 50px;
    margin-bottom: 110px; } }

@media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
  .core-main-container {
    margin-top: 20px;
    margin-bottom: 40px; } }

.core-main-text {
  padding: 65px 20px 0px;
  color: #6e6e6e;
  font-size: 1.8rem;
  line-height: 1.23; }
  @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) {
    .core-main-text {
      padding-left: 92px; }
      .core-main-text::before {
        content: '';
        position: absolute;
        left: 46px;
        top: 0;
        display: inline-block;
        width: 0;
        height: 100%;
        border-left: 2px solid #d8d8d8; } }
  .core-main-text a {
    font-family: FFMarkWebProBold;
    font-weight: normal;
    font-style: normal;
    color: #003865;
    text-decoration: none; }
    .core-main-text a:hover, .core-main-text a:focus {
      text-decoration: underline; }

.core-main-text-subheading {
  font-family: FFMarkWebProBook;
  font-weight: normal;
  font-style: normal;
  color: #6e6e6e;
  font-size: 1.6rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  margin-top: 0;
  margin-bottom: 4px;
  color: #6e6e6e; }

.core-main-text-heading {
  font-family: Calluna-Bold;
  font-weight: normal;
  font-style: normal;
  color: #003865;
  display: block;
  font-size: 4.8rem;
  line-height: 1.05;
  margin-bottom: 25px;
  margin-top: 0;
  padding-top: 12px;
  border-top: 2px solid #f2a900;
  color: #003865; }
  .core-main-text-heading em {
    font-family: Calluna-BoldIt; }
  @media only screen and (min-width: 992px) and (max-width: 1299px) {
    .core-main-text-heading {
      font-size: 4.6rem; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .core-main-text-heading {
      font-size: 4.1rem; } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .core-main-text-heading {
      font-size: 3.9rem; } }
  @media only screen and (max-width: 435px) {
    .core-main-text-heading {
      font-size: 3.4rem; } }
  .core-main-text-heading.no-line {
    border: none;
    padding-top: 0; }
  .core-main-text-heading small {
    font-size: .6em; }

@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) {
  .core-main-sidebar {
    text-align: right; } }

.core-landing-page.photo-cluster_hidden .related-links {
  padding-top: 65px; }

.dept-intro {
  position: relative;
  margin-bottom: 80px;
  background-color: #002d52;
  color: #ffffff; }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .dept-intro {
      padding: 140px 0 175px; }
      body.channels-homepage .dept-intro {
        padding: 70px 0 75px; } }
  @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) {
    .dept-intro {
      padding: 40px 0 80px;
      margin: 20px 18px; } }
  .dept-intro .hero-nav {
    box-shadow: 15px 10px 28px -1px rgba(0, 0, 0, 0.2);
    z-index: 10;
    position: absolute;
    max-width: 100%;
    width: 900px;
    bottom: -38px;
    left: 50%;
    transform: translateX(-50%); }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .dept-intro .hero-nav {
        max-width: 100vw;
        z-index: 2;
        position: relative;
        margin-top: -20px;
        margin-bottom: 5px; } }
  .dept-intro .rich-text .lw_image_caption {
    color: #dde; }

.dept-intro-container {
  max-width: 940px; }

.dept-intro-heading {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Calluna-Bold;
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
  font-size: 4.8rem;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 0; }
  .dept-intro-heading em {
    font-family: Calluna-BoldIt; }
  .dept-intro-heading em {
    font-family: Calluna-BoldIt;
    font-weight: normal;
    font-style: normal; }
  @media only screen and (min-width: 992px) and (max-width: 1299px) {
    .dept-intro-heading {
      font-size: 4.6rem; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .dept-intro-heading {
      font-size: 4.1rem; } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .dept-intro-heading {
      font-size: 3.9rem; } }
  @media only screen and (max-width: 435px) {
    .dept-intro-heading {
      font-size: 3.4rem; } }

.dept-intro-main {
  margin-bottom: -35px; }

.dept-intro-text {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c1cbd4; }
  .dept-intro-text h2, .dept-intro-text h3, .dept-intro-text h4 {
    color: #ffffff; }
  .dept-intro-text h3 {
    color: #f2a900;
    font-size: 2.4rem; }
  .dept-intro-text a {
    color: #f2a900; }
    .dept-intro-text a:hover, .dept-intro-text a:focus {
      color: #f2a900;
      text-decoration: underline; }

.dept-intro-sidebar {
  border-right: 2px solid rgba(176, 186, 194, 0.4);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @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) {
    .dept-intro-sidebar {
      text-align: right; } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .dept-intro-sidebar {
      margin-top: 30px; } }

.contact-panel.white {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 14px;
  margin-bottom: 35px;
  color: #c1cbd4; }
  .contact-panel.white h3,
  .contact-panel.white h4 {
    font-family: FFMarkWebProBook;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    font-size: 1.8rem;
    margin-bottom: 8px;
    text-decoration: underline; }
  .contact-panel.white a {
    font-family: FFMarkWebProBook;
    font-weight: normal;
    font-style: normal;
    color: #c1cbd4; }
    .contact-panel.white a:hover, .contact-panel.white a:focus {
      color: #c1cbd4;
      text-decoration: underline; }

body.news-page.news-page-intro_hidden #news-page-intro,
body.news-page.news-page-intro_hidden #news-page-image,
body.news-page.news-page-image_hidden #news-page-intro,
body.news-page.news-page-image_hidden #news-page-image {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

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

body.plain-page-fullwidth.related-links_hidden.sidebar-content_hidden .page-mainbar {
  padding-right: 0 !important;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.search-form {
  background-color: #ffffff;
  border-radius: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 0;
  width: 180px;
  position: relative;
  z-index: 1; }
  .search-form::before, .search-form::after {
    clear: both;
    content: '';
    display: table; }
  .search-form input[type="text"] {
    background-color: #ffffff;
    color: #9f9f9f;
    background-image: none;
    border-radius: 0;
    border: none;
    -webkit-box-shadow: inset 0 0 0 2px #f2a900;
    box-shadow: inset 0 0 0 2px #f2a900;
    display: block;
    font-size: 2rem;
    height: auto;
    letter-spacing: 0.015em;
    line-height: 1.1;
    margin-bottom: 0;
    min-width: 0;
    padding: 9px 12px 9px 40px;
    width: 100%; }
    .search-form input[type="text"]::-webkit-input-placeholder {
      color: #9f9f9f; }
    .search-form input[type="text"]:-moz-placeholder {
      /* Firefox 18- */
      color: #9f9f9f; }
    .search-form input[type="text"]::-moz-placeholder {
      /* Firefox 19+ */
      color: #9f9f9f; }
    .search-form input[type="text"]:-ms-input-placeholder {
      color: #9f9f9f; }
    .search-form input[type="text"]:focus {
      outline: none; }
  .search-form button {
    -webkit-transition: color 150ms ease, background-color 150ms ease;
    -o-transition: color 150ms ease, background-color 150ms ease;
    transition: color 150ms ease, background-color 150ms ease;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    z-index: 1;
    position: absolute;
    left: 2px;
    top: 5px;
    bottom: 2px;
    width: 35px;
    text-align: center;
    color: #f2a900; }
    .search-form button:focus {
      background-color: inherit;
      color: inherit;
      outline: none; }
    .search-form button:hover, .search-form button:focus {
      color: #ffc130; }
    .search-form button.is-disabled {
      pointer-events: none; }
  .search-form .qa_results {
    background-color: #224a6b;
    color: #b0bac2;
    border: none;
    box-shadow: 0 2px 14px -1px rgba(0, 0, 0, 0.4);
    font-size: 1.4rem;
    left: 0;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: auto;
    z-index: -1; }
    .search-form .qa_results.qa_blur, .search-form .qa_results.qa_noquery {
      display: none; }
    .search-form .qa_results .qa_category_title {
      font-family: FFMarkWebProBold;
      font-weight: normal;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #d8d8d8;
      font-size: 1.4rem;
      text-transform: uppercase;
      line-height: 1.2;
      padding: 15px 12px 8px; }
    .search-form .qa_results ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .search-form .qa_results ul::before, .search-form .qa_results ul::after {
        clear: both;
        content: '';
        display: table; }
      .search-form .qa_results ul li {
        margin: 0; }
        .search-form .qa_results ul li::before {
          display: none; }
      .search-form .qa_results ul > li {
        display: block;
        line-height: 1.35em;
        padding: 0;
        margin: 0; }
        .search-form .qa_results ul > li:not(:first-child)::before {
          content: '';
          display: block;
          border-top: 1px solid #2c608a;
          width: 92%;
          margin-left: 4%; }
    .search-form .qa_results a {
      font-family: FFMarkWebProBookItalic;
      font-weight: normal;
      font-style: normal;
      color: #b0bac2;
      display: block;
      padding: 7px 13px;
      position: relative;
      /* contains arrow*/
      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, .search-form .qa_results a:focus {
        background-color: #f2a900;
        color: #003865; }
    .search-form .qa_results .qa_selected a {
      background-color: #f2a900;
      color: #003865; }
      .search-form .qa_results .qa_selected a:hover::after, .search-form .qa_results .qa_selected a:focus::after {
        opacity: 1; }
    .search-form .qa_results span.qa_highlight {
      background-color: transparent;
      text-decoration: none; }
    .search-form .qa_results .qa_message {
      display: block;
      color: #d8d8d8;
      font-style: normal;
      padding: 15px 13px 7px; }
    .search-form .qa_results .qa_more_results::before {
      content: '';
      display: block;
      border-top: 1px solid #2c608a;
      width: 92%;
      margin-left: 4%; }
    .search-form .qa_results .qa_more_results a {
      padding-top: 11px;
      padding-bottom: 13px; }
      .search-form .qa_results .qa_more_results a::after {
        border-color: transparent;
        border-left-color: #b0bac2;
        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_more_results a:hover, .search-form .qa_results .qa_more_results a:focus {
        background-color: #f2a900;
        color: #003865; }
        .search-form .qa_results .qa_more_results a:hover::after, .search-form .qa_results .qa_more_results a:focus::after {
          border-left-color: #003865; }
  .search-form.dark {
    background-color: transparent; }
    .search-form.dark input[type="text"] {
      background-color: #002d52;
      color: #f2a900;
      -webkit-box-shadow: none;
      box-shadow: none;
      font-size: 1.8rem;
      line-height: 1;
      -webkit-box-shadow: inset 0 0 0 1px #f2a900;
      box-shadow: inset 0 0 0 1px #f2a900; }
      .search-form.dark input[type="text"]::-webkit-input-placeholder {
        font-family: FFMarkWebProBold;
        font-weight: normal;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #f2a900; }
      .search-form.dark input[type="text"]:-moz-placeholder {
        /* Firefox 18- */
        font-family: FFMarkWebProBold;
        font-weight: normal;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #f2a900; }
      .search-form.dark input[type="text"]::-moz-placeholder {
        /* Firefox 19+ */
        font-family: FFMarkWebProBold;
        font-weight: normal;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #f2a900; }
      .search-form.dark input[type="text"]:-ms-input-placeholder {
        font-family: FFMarkWebProBold;
        font-weight: normal;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #f2a900; }
      .search-form.dark input[type="text"]:focus {
        background-color: #224a6b;
        -webkit-box-shadow: inset 0 0 0 2px #f2a900;
        box-shadow: inset 0 0 0 2px #f2a900; }

body.search-page {
  /* ---------------------------- */ }
  body.search-page .site-main-content {
    overflow: visible; }
  body.search-page .search-page-no-results {
    display: none; }
  body.search-page.search-pages_hidden.search-resources_hidden.search-news_hidden.search-events_hidden.search-people_hidden .search-page-no-results {
    display: block; }
  body.search-page.search-pages_hidden.search-resources_hidden.search-news_hidden.search-events_hidden.search-people_hidden .search-page-has-results {
    display: none; }
  body.search-page .search-section {
    flex: 0 0 100%; }
  @media only screen and (min-width: 580px) {
    body.search-page .search-section {
      flex: 1 0 50%; } }
  @media only screen and (min-width: 768px) {
    body.search-page.search-sections-3 .search-section,
    body.search-page.search-sections-5 .search-section,
    body.search-page.search-sections-6 .search-section {
      flex: 1 0 33.3333%; } }
  body.search-page .search-section h3::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    margin-right: 15px; }
  body.search-page #search-pages h3::before {
    content: "\f15c"; }
  body.search-page #search-resources h3::before {
    content: "\f7d9"; }
  body.search-page #search-news h3::before {
    content: "\f1ea"; }
  body.search-page #search-events h3::before {
    content: "\f073"; }
  body.search-page #search-people h3::before {
    content: "\f007"; }
  body.search-page.search-page-left_hidden.search-page-right_hidden .search-page-no-results {
    display: block; }
  body.search-page.search-page-left_hidden.search-page-right_hidden .search-page-has-results {
    display: none; }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    body.search-page.search-page-left_hidden #search-page-right {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
      margin-left: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    body.search-page.search-page-left_hidden #search-page-right {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    body.search-page.search-page-right_hidden #search-page-left {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
      flex: 0 0 58.33333%;
      max-width: 58.33333%;
      margin-left: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    body.search-page.search-page-right_hidden #search-page-left {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-left: 0; } }

.arrow-btn.arrow-btn {
  font-family: FFMarkWebProBold;
  font-weight: normal;
  font-style: normal;
  background-color: #f2a900;
  border-radius: 2px;
  border: none;
  color: #003865;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  padding: 16px 22px 14px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 250ms ease;
  padding-right: 20px; }
  .arrow-btn.arrow-btn:hover, .arrow-btn.arrow-btn:focus {
    background-color: #ffbe26;
    color: #003865;
    text-decoration: none; }
  .arrow-btn.arrow-btn:focus {
    outline: 2px dotted #337ab7;
    outline: auto 5px -webkit-focus-ring-color;
    outline-color: #337ab7; }
  .arrow-btn.arrow-btn.reverse {
    background-color: #003865;
    color: #ffffff; }
    .arrow-btn.arrow-btn.reverse:hover, .arrow-btn.arrow-btn.reverse:focus {
      background-color: #005498;
      color: #ffffff;
      text-decoration: none; }
  .arrow-btn.arrow-btn::after {
    content: '\f061';
    display: inline;
    margin-left: 4px;
    font-size: 0.8em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1; }

.arrow-btn-down.arrow-btn-down {
  font-family: FFMarkWebProBold;
  font-weight: normal;
  font-style: normal;
  background-color: #f2a900;
  border-radius: 2px;
  border: none;
  color: #003865;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  padding: 16px 22px 14px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 250ms ease;
  padding-right: 20px; }
  .arrow-btn-down.arrow-btn-down:hover, .arrow-btn-down.arrow-btn-down:focus {
    background-color: #ffbe26;
    color: #003865;
    text-decoration: none; }
  .arrow-btn-down.arrow-btn-down:focus {
    outline: 2px dotted #337ab7;
    outline: auto 5px -webkit-focus-ring-color;
    outline-color: #337ab7; }
  .arrow-btn-down.arrow-btn-down.reverse {
    background-color: #003865;
    color: #ffffff; }
    .arrow-btn-down.arrow-btn-down.reverse:hover, .arrow-btn-down.arrow-btn-down.reverse:focus {
      background-color: #005498;
      color: #ffffff;
      text-decoration: none; }
  .arrow-btn-down.arrow-btn-down::after {
    content: '\f061';
    display: inline;
    margin-left: 4px;
    font-size: 0.8em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1; }
  .arrow-btn-down.arrow-btn-down::after {
    content: '\f063'; }

.standard-btn.standard-btn {
  font-family: FFMarkWebProBold;
  font-weight: normal;
  font-style: normal;
  background-color: #f2a900;
  border-radius: 2px;
  border: none;
  color: #003865;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  padding: 16px 22px 14px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 250ms ease; }
  .standard-btn.standard-btn:hover, .standard-btn.standard-btn:focus {
    background-color: #ffbe26;
    color: #003865;
    text-decoration: none; }
  .standard-btn.standard-btn:focus {
    outline: 2px dotted #337ab7;
    outline: auto 5px -webkit-focus-ring-color;
    outline-color: #337ab7; }
  .standard-btn.standard-btn.reverse {
    background-color: #003865;
    color: #ffffff; }
    .standard-btn.standard-btn.reverse:hover, .standard-btn.standard-btn.reverse:focus {
      background-color: #005498;
      color: #ffffff;
      text-decoration: none; }

.standard-btn.standard-btn.arrow {
  padding-right: 20px; }
  .standard-btn.standard-btn.arrow::after {
    content: '\f061';
    display: inline;
    margin-left: 4px;
    font-size: 0.8em;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1; }

.lw_forms_intro {
  color: #003865;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 38px; }

.lw_widget_forms {
  margin: 25px 0; }

.lw_forms_fieldset {
  margin-bottom: 12px;
  border: none;
  padding: 0;
  display: block; }
  .lw_forms_fieldset::before, .lw_forms_fieldset::after {
    clear: both;
    content: '';
    display: table; }
  .lw_forms_fieldset.col-sm-4, .lw_forms_fieldset.col-sm-2 {
    display: inline-block; }

.lw_forms_datetime .lw_forms_field > div {
  display: flex;
  margin-top: 5px; }
  .lw_forms_datetime .lw_forms_field > div .lw_datepicker {
    margin-right: 5px; }
  .lw_forms_datetime .lw_forms_field > div .lw_timepicker {
    margin-left: 5px; }

.lw_forms_instruction {
  font-size: 1.4rem;
  color: #9f9f9f; }

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

.form-labels, .site-main-content label, .site-main-content .lw_forms_label, .site-main-content .slate-form .form_text .form_label, .site-main-content .slate-form .form_textarea .form_label, .site-main-content .slate-form .form_date .form_label, .site-main-content .slate-form .form_dateym .form_label, .site-main-content .slate-form .form_birthdate .form_label, .site-main-content .slate-form .form_checkbox .form_label, .site-main-content .slate-form .form_select .form_label, .site-main-content .slate-form .form_radio .form_label, .site-main-content .slate-form .form_address .form_label {
  font-family: FFMarkWebProMedium;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin-bottom: .2rem;
  color: #003865;
  font-size: 1.8rem; }
  .form-labels.lw_hidden, .site-main-content label.lw_hidden, .site-main-content .lw_hidden.lw_forms_label, .site-main-content .slate-form .form_text .lw_hidden.form_label, .site-main-content .slate-form .form_textarea .lw_hidden.form_label, .site-main-content .slate-form .form_date .lw_hidden.form_label, .site-main-content .slate-form .form_dateym .lw_hidden.form_label, .site-main-content .slate-form .form_birthdate .lw_hidden.form_label, .site-main-content .slate-form .form_checkbox .lw_hidden.form_label, .site-main-content .slate-form .form_select .lw_hidden.form_label, .site-main-content .slate-form .form_radio .lw_hidden.form_label, .site-main-content .slate-form .form_address .lw_hidden.form_label {
    display: none; }

.site-main-content .slate-form .form_date select, .site-main-content .slate-form .form_dateym select, .site-main-content .slate-form .form_birthdate select {
  width: auto;
  display: inline;
  margin-bottom: 5px; }

.site-main-content .slate-form .form_birthdate fieldset {
  width: 100%; }

.site-main-content .slate-form.blue-form {
  background: #224a6b;
  color: #ffffff;
  padding: 5%; }
  .site-main-content .slate-form.blue-form .form_label, .site-main-content .slate-form.blue-form fieldset label {
    color: #ffffff; }
  .site-main-content .slate-form.blue-form .form_checkbox fieldset .form_responses {
    padding-left: 5%; }
  .site-main-content .slate-form.blue-form .form_header .form_label {
    background: none;
    border-bottom: 2px solid #FFF;
    padding: 20px 0 4px;
    font-size: 2rem;
    width: 100% !important; }
  .site-main-content .slate-form.blue-form h2, .site-main-content .slate-form.blue-form h3, .site-main-content .slate-form.blue-form h4 {
    color: #ffffff;
    font-size: 2.2rem;
    margin: 0; }
  .site-main-content .slate-form.blue-form p {
    color: #ffffff;
    font-size: 1.8rem;
    margin: 0 0 1em; }
  .site-main-content .slate-form.blue-form a {
    color: #f2a900;
    font-size: 2rem;
    text-decoration: underline; }
  .site-main-content .slate-form.blue-form .form_question.selected,
  .site-main-content .slate-form.blue-form .form_question.required {
    background-color: #6b2222; }
  .site-main-content .slate-form.blue-form .action {
    text-align: center; }
    .site-main-content .slate-form.blue-form .action button {
      font-family: FFMarkWebProBold;
      font-weight: normal;
      font-style: normal;
      background-color: #f2a900;
      border-radius: 2px;
      border: none;
      color: #003865;
      cursor: pointer;
      display: inline-block;
      font-size: 1.6rem;
      letter-spacing: 0.1em;
      padding: 16px 22px 14px;
      text-decoration: none;
      text-transform: uppercase;
      transition: all 250ms ease;
      font-size: 1.8rem; }
      .site-main-content .slate-form.blue-form .action button:hover, .site-main-content .slate-form.blue-form .action button:focus {
        background-color: #ffbe26;
        color: #003865;
        text-decoration: none; }
      .site-main-content .slate-form.blue-form .action button:focus {
        outline: 2px dotted #337ab7;
        outline: auto 5px -webkit-focus-ring-color;
        outline-color: #337ab7; }
      .site-main-content .slate-form.blue-form .action button.reverse {
        background-color: #003865;
        color: #ffffff; }
        .site-main-content .slate-form.blue-form .action button.reverse:hover, .site-main-content .slate-form.blue-form .action button.reverse:focus {
          background-color: #005498;
          color: #ffffff;
          text-decoration: none; }

.site-main-content legend {
  color: inherit; }

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

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

html select {
  color: #6c757d; }

input[type="submit"] {
  font-family: FFMarkWebProBold;
  font-weight: normal;
  font-style: normal;
  background-color: #f2a900;
  border-radius: 2px;
  border: none;
  color: #003865;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  padding: 16px 22px 14px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 250ms ease;
  margin-top: 15px;
  margin-bottom: 5px; }
  input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #ffbe26;
    color: #003865;
    text-decoration: none; }
  input[type="submit"]:focus {
    outline: 2px dotted #337ab7;
    outline: auto 5px -webkit-focus-ring-color;
    outline-color: #337ab7; }
  input[type="submit"].reverse {
    background-color: #003865;
    color: #ffffff; }
    input[type="submit"].reverse:hover, input[type="submit"].reverse:focus {
      background-color: #005498;
      color: #ffffff;
      text-decoration: none; }

input[type="button"] {
  font-family: FFMarkWebProBold;
  font-weight: normal;
  font-style: normal;
  background-color: #f2a900;
  border-radius: 2px;
  border: none;
  color: #003865;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  padding: 16px 22px 14px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 250ms ease;
  margin-bottom: 5px;
  background-color: #f2a900;
  color: #003865;
  font-size: 1.2rem;
  padding: 12px 18px 10px; }
  input[type="button"]:hover, input[type="button"]:focus {
    background-color: #ffbe26;
    color: #003865;
    text-decoration: none; }
  input[type="button"]:focus {
    outline: 2px dotted #337ab7;
    outline: auto 5px -webkit-focus-ring-color;
    outline-color: #337ab7; }
  input[type="button"].reverse {
    background-color: #003865;
    color: #ffffff; }
    input[type="button"].reverse:hover, input[type="button"].reverse:focus {
      background-color: #005498;
      color: #ffffff;
      text-decoration: none; }
  input[type="button"]:hover, input[type="button"]:focus {
    background-color: #d99700;
    color: #003865; }

.lw_uploader {
  margin-bottom: 1.5em; }
  .lw_uploader::before, .lw_uploader::after {
    clear: both;
    content: '';
    display: table; }

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

.lw_form_error:not(:empty) {
  background: rgba(196, 71, 71, 0.2);
  padding: 20px;
  border: solid 1px #9f9f9f; }

/* GENERAL SLATE FORMS */
.slate-form .form_response_material_upload input {
  width: 100%; }

/* SPECIFIC SLATE FORMS */
@media only screen and (max-width: 435px) {
  #form_8c793ae0-3c9d-4851-a5f2-6227e3535d8f .form_question_f74647ab-370e-4ae7-9840-12f8ccc5b81a select {
    width: 100%;
    margin: 0 0 5px !important; } }

@media only screen and (min-width: 580px) and (max-width: 767px) {
  #form_8c793ae0-3c9d-4851-a5f2-6227e3535d8f .form_question_f74647ab-370e-4ae7-9840-12f8ccc5b81a select {
    width: 100%;
    margin: 0 0 5px !important; } }

@media only screen and (min-width: 768px) {
  #form_8c793ae0-3c9d-4851-a5f2-6227e3535d8f .form_question_af99fc1b-0648-4adc-af85-b511185a5559,
  #form_8c793ae0-3c9d-4851-a5f2-6227e3535d8f .form_question_d34f9f24-9626-4b1d-8f41-89655a9a0ae6 {
    float: left;
    width: 50%;
    padding-right: 1%; }
  #form_8c793ae0-3c9d-4851-a5f2-6227e3535d8f .form_question_e0b2c52d-3bb9-4700-98a7-cf5ce6c77602,
  #form_8c793ae0-3c9d-4851-a5f2-6227e3535d8f .form_question_ecc2826e-12b8-4348-9122-6e61d312b421 {
    float: right;
    width: 50%;
    padding-left: 1%;
    clear: none !important; } }

@media only screen and (min-width: 1300px) {
  #form_8c793ae0-3c9d-4851-a5f2-6227e3535d8f .form_question_a3de60d4-e3ef-4056-8361-909d0c022c84 {
    float: left;
    width: 40%;
    padding-right: 1%; }
  #form_8c793ae0-3c9d-4851-a5f2-6227e3535d8f .form_question_f74647ab-370e-4ae7-9840-12f8ccc5b81a {
    float: right;
    width: 60%;
    padding-left: 1%;
    clear: none !important; } }

#form_93aac3b4-6427-4332-a856-d19457a45f27.full-width .form_question_1cc1fc49-a060-41e3-8006-29f87e2c52fd > fieldset > div.form_label {
  display: block;
  width: 100%;
  margin-top: 5px; }

#form_93aac3b4-6427-4332-a856-d19457a45f27.full-width .form_question_6b39845b-bb2f-43a2-896d-3d00470c4041 .form_label {
  display: none; }

#form_93aac3b4-6427-4332-a856-d19457a45f27.full-width .form_question_6b39845b-bb2f-43a2-896d-3d00470c4041 fieldset .form_responses {
  padding-left: 0; }

#form_93aac3b4-6427-4332-a856-d19457a45f27.full-width .form_question_965f0def-6669-4535-9a41-5d651059a0c2 {
  margin-bottom: 1em; }

#form_93aac3b4-6427-4332-a856-d19457a45f27.full-width .form_question_e614b965-7b76-4cb4-8183-1764e4edaa65 .form_label,
#form_93aac3b4-6427-4332-a856-d19457a45f27.full-width .form_question_c99cbbea-82b8-4e14-97ed-32ec5eed4f41 .form_label,
#form_93aac3b4-6427-4332-a856-d19457a45f27.full-width .form_question_23428e39-2b53-4245-a81f-9363525d880c .form_label {
  border-bottom: 1px solid #FFF;
  width: 100%;
  padding-bottom: 4px; }

@media only screen and (min-width: 580px) {
  #form_93aac3b4-6427-4332-a856-d19457a45f27.full-width .form_question_d34f9f24-9626-4b1d-8f41-89655a9a0ae6 {
    float: left;
    width: 50%;
    padding-right: 1%; }
  #form_93aac3b4-6427-4332-a856-d19457a45f27.full-width .form_question_ecc2826e-12b8-4348-9122-6e61d312b421 {
    float: right;
    width: 50%;
    padding-left: 1%;
    clear: none !important; } }

@media only screen and (min-width: 768px) {
  #form_93aac3b4-6427-4332-a856-d19457a45f27.full-width .form_question_e0606a51-4132-47d1-80ba-973c1d17ea35,
  #form_93aac3b4-6427-4332-a856-d19457a45f27.full-width .form_question_295301d7-2c9b-484d-a4b4-ee338ae97319,
  #form_93aac3b4-6427-4332-a856-d19457a45f27.full-width .form_question_6b39845b-bb2f-43a2-896d-3d00470c4041,
  #form_93aac3b4-6427-4332-a856-d19457a45f27.full-width .form_question_86b842b8-6525-4462-9f37-b33a61398afd {
    float: left;
    width: 50%;
    padding-right: 1%; }
  #form_93aac3b4-6427-4332-a856-d19457a45f27.full-width .form_question_c7eb99c4-f1af-4790-ad85-f7233245c0da,
  #form_93aac3b4-6427-4332-a856-d19457a45f27.full-width .form_question_fd42a7f8-4ce8-480d-98ac-d535f91aed58,
  #form_93aac3b4-6427-4332-a856-d19457a45f27.full-width .form_question_04774c23-67b8-4948-b64c-561cc2eb77fd,
  #form_93aac3b4-6427-4332-a856-d19457a45f27.full-width .form_question_c4c10ad2-e41c-462a-a4f5-0a363fe8ea7a {
    float: right;
    width: 50%;
    padding-left: 1%;
    clear: none !important; }
  #form_93aac3b4-6427-4332-a856-d19457a45f27.full-width .form_question_e614b965-7b76-4cb4-8183-1764e4edaa65 {
    float: left;
    width: 50%;
    padding-right: 1%; }
  #form_93aac3b4-6427-4332-a856-d19457a45f27.full-width .form_question_c99cbbea-82b8-4e14-97ed-32ec5eed4f41 {
    float: left;
    width: 50%;
    padding-left: 1%;
    padding-right: 1%;
    clear: none !important; }
  #form_93aac3b4-6427-4332-a856-d19457a45f27.full-width .form_question_23428e39-2b53-4245-a81f-9363525d880c {
    float: left;
    width: 50%;
    padding-left: 1%;
    clear: none !important; } }

@media only screen and (min-width: 1300px) {
  #form_93aac3b4-6427-4332-a856-d19457a45f27.full-width .form_question_a3de60d4-e3ef-4056-8361-909d0c022c84 {
    float: left;
    width: 50%;
    padding-right: 1%; }
  #form_93aac3b4-6427-4332-a856-d19457a45f27.full-width .form_question_f74647ab-370e-4ae7-9840-12f8ccc5b81a {
    float: right;
    width: 50%;
    padding-left: 1%;
    clear: none !important; } }

#form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width #form_page_2,
#form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width .form_question_00d759ee-2d7e-48b2-b41d-110d97600a17,
#form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width .form_question_00d759ee-2d7e-48b2-b41d-110d97600a17 .form_label {
  margin-top: 0;
  padding-top: 0; }

#form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width div.form_question .form_label {
  width: 200px;
  min-width: 200px; }

#form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width div.form_question_c5db338d-a5f9-4689-acfb-46cf6d901dbb {
  padding: 10px 0; }
  #form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width div.form_question_c5db338d-a5f9-4689-acfb-46cf6d901dbb textarea {
    max-width: 100%;
    min-width: 100%;
    width: 100% !important;
    font-size: 1.8rem;
    min-height: 9rem; }

#form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width .form_question_1cc1fc49-a060-41e3-8006-29f87e2c52fd {
  margin: 10px 0; }
  #form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width .form_question_1cc1fc49-a060-41e3-8006-29f87e2c52fd > fieldset > div.form_label {
    display: block;
    width: 100%; }
  #form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width .form_question_1cc1fc49-a060-41e3-8006-29f87e2c52fd label {
    padding: 4px 5px 4px 20px; }

#form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width .form_question_6b39845b-bb2f-43a2-896d-3d00470c4041 fieldset .form_label {
  display: none; }

#form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width .form_question_6b39845b-bb2f-43a2-896d-3d00470c4041 fieldset .form_responses {
  padding-left: 0;
  padding-top: 10px; }

#form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width .form_question_04774c23-67b8-4948-b64c-561cc2eb77fd {
  padding-top: 10px; }

#form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width .form_question_965f0def-6669-4535-9a41-5d651059a0c2 {
  margin-bottom: 1em; }

#form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width .form_question_e614b965-7b76-4cb4-8183-1764e4edaa65 div.form_label,
#form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width .form_question_c99cbbea-82b8-4e14-97ed-32ec5eed4f41 div.form_label,
#form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width .form_question_23428e39-2b53-4245-a81f-9363525d880c div.form_label {
  border-bottom: 1px solid #FFF;
  width: 100% !important;
  padding-bottom: 4px; }

@media only screen and (max-width: 579px) {
  #form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width .form_question_f74647ab-370e-4ae7-9840-12f8ccc5b81a select {
    width: 100%;
    margin: 0 0 5px !important; }
  #form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width div.form_question_c5db338d-a5f9-4689-acfb-46cf6d901dbb .form_label, #form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width div.form_question_c5db338d-a5f9-4689-acfb-46cf6d901dbb .form_responses {
    width: 100% !important;
    display: block; } }

@media only screen and (min-width: 580px) {
  #form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width .form_question_af99fc1b-0648-4adc-af85-b511185a5559 {
    float: left;
    width: 50%;
    padding-right: 1%; }
  #form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width .form_question_e0b2c52d-3bb9-4700-98a7-cf5ce6c77602 {
    float: right;
    width: 50%;
    padding-left: 1%;
    clear: none !important; }
  #form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width .form_question_1a216844-45c7-47ff-bd18-be3e08741a74 {
    width: 50%;
    padding-right: 1%; } }

@media only screen and (min-width: 768px) {
  #form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width .form_question_6b39845b-bb2f-43a2-896d-3d00470c4041,
  #form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width .form_question_86b842b8-6525-4462-9f37-b33a61398afd {
    float: left;
    width: 50%;
    padding-right: 1%; }
  #form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width .form_question_04774c23-67b8-4948-b64c-561cc2eb77fd,
  #form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width .form_question_c4c10ad2-e41c-462a-a4f5-0a363fe8ea7a {
    float: right;
    width: 50%;
    padding-left: 1%;
    clear: none !important; }
  #form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width .form_question_e614b965-7b76-4cb4-8183-1764e4edaa65 {
    float: left;
    width: 50%;
    padding-right: 1%; }
  #form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width .form_question_c99cbbea-82b8-4e14-97ed-32ec5eed4f41 {
    float: left;
    width: 50%;
    padding-left: 1%;
    padding-right: 1%;
    clear: none !important; }
  #form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width .form_question_23428e39-2b53-4245-a81f-9363525d880c {
    float: left;
    width: 50%;
    padding-left: 1%;
    clear: none !important; } }

@media only screen and (min-width: 1300px) {
  #form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width div.form_question_c5db338d-a5f9-4689-acfb-46cf6d901dbb .form_label {
    width: 300px;
    min-width: 300px; }
  #form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width .form_question_a3de60d4-e3ef-4056-8361-909d0c022c84 {
    float: left;
    width: 50%;
    padding-right: 1%; }
  #form_b431ecd0-5844-49fa-80c3-4ed0b1785623.full-width .form_question_f74647ab-370e-4ae7-9840-12f8ccc5b81a {
    float: right;
    width: 50%;
    padding-left: 1%;
    clear: none !important; } }

#form_6f610766-43ba-40dd-a229-32b850113a2b.full-width .form_question_2bcc4cb6-d4ee-48a3-87b1-3febef68ca7c {
  clear: both !important; }

#form_6f610766-43ba-40dd-a229-32b850113a2b.full-width .form_question_1cc1fc49-a060-41e3-8006-29f87e2c52fd {
  margin: 10px 0; }
  #form_6f610766-43ba-40dd-a229-32b850113a2b.full-width .form_question_1cc1fc49-a060-41e3-8006-29f87e2c52fd > fieldset > div.form_label {
    display: block;
    width: 100%; }
  #form_6f610766-43ba-40dd-a229-32b850113a2b.full-width .form_question_1cc1fc49-a060-41e3-8006-29f87e2c52fd label {
    padding: 4px 5px 4px 20px; }

#form_6f610766-43ba-40dd-a229-32b850113a2b.full-width .form_question_2bcc4cb6-d4ee-48a3-87b1-3febef68ca7c {
  clear: both !important; }
  #form_6f610766-43ba-40dd-a229-32b850113a2b.full-width .form_question_2bcc4cb6-d4ee-48a3-87b1-3febef68ca7c > fieldset > div {
    display: block;
    width: 100%;
    padding-left: 20px; }
  #form_6f610766-43ba-40dd-a229-32b850113a2b.full-width .form_question_2bcc4cb6-d4ee-48a3-87b1-3febef68ca7c > fieldset > div.form_label {
    padding-left: 0; }

@media only screen and (min-width: 580px) {
  #form_6f610766-43ba-40dd-a229-32b850113a2b.full-width .form_question_daabf4b2-ed01-4061-8400-1f430ff508e7,
  #form_6f610766-43ba-40dd-a229-32b850113a2b.full-width .form_question_fe65b59a-9ccc-47a5-a419-c48740a9e97a,
  #form_6f610766-43ba-40dd-a229-32b850113a2b.full-width .form_question_eec0c848-d0db-442e-b0f7-b7178d079b4f {
    float: left;
    width: 50%;
    padding-right: 1%; }
  #form_6f610766-43ba-40dd-a229-32b850113a2b.full-width .form_question_9f36d91a-fa17-44fc-a2a8-e8473f745a14,
  #form_6f610766-43ba-40dd-a229-32b850113a2b.full-width .form_question_843e7a8d-10d6-4db6-a5b0-ccb5fa616a60,
  #form_6f610766-43ba-40dd-a229-32b850113a2b.full-width .form_question_324a3221-a021-4620-b61d-80c9efafe706 {
    float: right;
    width: 50%;
    padding-left: 1%;
    clear: none !important; }
  #form_6f610766-43ba-40dd-a229-32b850113a2b.full-width .form_question_1e80b12e-4f28-481e-a5d5-62eb36b47fdc {
    width: 50%;
    padding-right: 1%; } }

#form_f9973542-81ca-4f94-97a3-7de12ac72741 .form_question_9e04cef5-aa8a-4aa6-a765-edb7a39ec5e8 {
  clear: both !important;
  margin: 10px 0; }
  #form_f9973542-81ca-4f94-97a3-7de12ac72741 .form_question_9e04cef5-aa8a-4aa6-a765-edb7a39ec5e8 > fieldset > div.form_label {
    display: block;
    width: 100%; }
  #form_f9973542-81ca-4f94-97a3-7de12ac72741 .form_question_9e04cef5-aa8a-4aa6-a765-edb7a39ec5e8 label {
    padding: 0 0 0 3%; }
  #form_f9973542-81ca-4f94-97a3-7de12ac72741 .form_question_9e04cef5-aa8a-4aa6-a765-edb7a39ec5e8 .form_responses > * {
    width: 97%;
    margin: 0 0 0 3%; }

@media only screen and (min-width: 768px) {
  #form_f9973542-81ca-4f94-97a3-7de12ac72741 .form_question_323852b8-4a3c-4324-8a9f-655e76a94343,
  #form_f9973542-81ca-4f94-97a3-7de12ac72741 .form_question_5dd9c41b-4981-4fe6-a9fc-07d438968c45,
  #form_f9973542-81ca-4f94-97a3-7de12ac72741 .form_question_49991fcd-6015-4881-a485-19110c371723,
  #form_f9973542-81ca-4f94-97a3-7de12ac72741 .form_question_72faa1ce-a1f0-4f37-890a-60b7634758b0 {
    float: left;
    width: 50%;
    padding-right: 1%; }
  #form_f9973542-81ca-4f94-97a3-7de12ac72741 .form_question_e4ccf9d7-b7f8-434b-8c92-03230c9999e1,
  #form_f9973542-81ca-4f94-97a3-7de12ac72741 .form_question_3e7ffc2b-89f8-4984-9da9-f7b7939056bd,
  #form_f9973542-81ca-4f94-97a3-7de12ac72741 .form_question_44ac13e7-cae0-45d8-9650-1a39a75e6a78,
  #form_f9973542-81ca-4f94-97a3-7de12ac72741 .form_question_7f13d6fa-8eb5-4178-bae5-3b8ccca9c936 {
    float: right;
    width: 50%;
    padding-left: 1%;
    clear: none !important; } }

#form_4a3e0280-6ea3-4297-b689-a896829df716 div.form_page {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start; }

#form_4a3e0280-6ea3-4297-b689-a896829df716 div.form_question.form_question {
  flex: 0 0 100%; }

#form_4a3e0280-6ea3-4297-b689-a896829df716 div.form_birthdate select,
#form_4a3e0280-6ea3-4297-b689-a896829df716 div.form_date select {
  width: 32%;
  font-size: 0.95em;
  margin: 0 1.3% 0 0 !important; }

#form_4a3e0280-6ea3-4297-b689-a896829df716 div.form_birthdate select:nth-child(1),
#form_4a3e0280-6ea3-4297-b689-a896829df716 div.form_date select:nth-child(1) {
  width: 46%;
  /* Month */ }

#form_4a3e0280-6ea3-4297-b689-a896829df716 div.form_birthdate select:nth-child(2),
#form_4a3e0280-6ea3-4297-b689-a896829df716 div.form_date select:nth-child(2) {
  width: 22%;
  /* Day */ }

#form_4a3e0280-6ea3-4297-b689-a896829df716 div.form_birthdate select:nth-child(3),
#form_4a3e0280-6ea3-4297-b689-a896829df716 div.form_date select:nth-child(3) {
  width: 28%;
  /* Year */ }

#form_b2ad23d7-9b79-4094-ac60-669f8a1cf6f5 div.form_container {
  max-width: 800px;
  margin: auto; }

#form_b2ad23d7-9b79-4094-ac60-669f8a1cf6f5 div.form_page {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: flex-start; }

#form_b2ad23d7-9b79-4094-ac60-669f8a1cf6f5 div.form_question.form_question {
  flex: 0 0 100%; }

#form_b2ad23d7-9b79-4094-ac60-669f8a1cf6f5 div.form_birthdate select,
#form_b2ad23d7-9b79-4094-ac60-669f8a1cf6f5 div.form_date select {
  width: 32%;
  font-size: 0.95em;
  margin: 0 1.3% 0 0 !important; }

#form_b2ad23d7-9b79-4094-ac60-669f8a1cf6f5 div.form_birthdate select:nth-child(1),
#form_b2ad23d7-9b79-4094-ac60-669f8a1cf6f5 div.form_date select:nth-child(1) {
  width: 46%;
  /* Month */ }

#form_b2ad23d7-9b79-4094-ac60-669f8a1cf6f5 div.form_birthdate select:nth-child(2),
#form_b2ad23d7-9b79-4094-ac60-669f8a1cf6f5 div.form_date select:nth-child(2) {
  width: 22%;
  /* Day */ }

#form_b2ad23d7-9b79-4094-ac60-669f8a1cf6f5 div.form_birthdate select:nth-child(3),
#form_b2ad23d7-9b79-4094-ac60-669f8a1cf6f5 div.form_date select:nth-child(3) {
  width: 28%;
  /* Year */ }

#form_b2ad23d7-9b79-4094-ac60-669f8a1cf6f5 #form_question_946728e3-bed0-4e8e-9d77-b6d8db0f4dea,
#form_b2ad23d7-9b79-4094-ac60-669f8a1cf6f5 #form_question_2ebc8510-fbfd-46f9-beae-8d52365df5c3,
#form_b2ad23d7-9b79-4094-ac60-669f8a1cf6f5 #form_question_fc3b36ec-8bc8-4ea8-b63c-29b80f0064ed {
  display: none; }

#form_b2ad23d7-9b79-4094-ac60-669f8a1cf6f5 #form_question_e85386fa-24b1-4e92-ad97-cf08c8642565::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  margin: 1em 0; }

#form_b2ad23d7-9b79-4094-ac60-669f8a1cf6f5 #form_question_f74647ab-370e-4ae7-9840-12f8ccc5b81a {
  padding-top: 3px; }

@media only screen and (min-width: 580px) {
  #form_b2ad23d7-9b79-4094-ac60-669f8a1cf6f5 #form_question_af99fc1b-0648-4adc-af85-b511185a5559,
  #form_b2ad23d7-9b79-4094-ac60-669f8a1cf6f5 #form_question_e0b2c52d-3bb9-4700-98a7-cf5ce6c77602,
  #form_b2ad23d7-9b79-4094-ac60-669f8a1cf6f5 #form_question_a3de60d4-e3ef-4056-8361-909d0c022c84,
  #form_b2ad23d7-9b79-4094-ac60-669f8a1cf6f5 #form_question_f74647ab-370e-4ae7-9840-12f8ccc5b81a {
    flex: 0 0 49%; } }

.breadcrumbs {
  color: #6e6e6e;
  display: block;
  line-height: 1;
  font-size: 1.4rem;
  margin: 0 0 30px; }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .breadcrumbs {
      margin-bottom: 0px; } }
  .breadcrumbs .lw_breadcrumb_link {
    color: #6e6e6e;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.3;
    overflow: hidden; }
    .breadcrumbs .lw_breadcrumb_link.lw_current {
      font-family: FFMarkWebProBold;
      font-weight: normal;
      font-style: normal;
      text-overflow: ellipsis;
      white-space: nowrap;
      max-width: 100%;
      color: #003865; }
    .breadcrumbs .lw_breadcrumb_link a {
      text-decoration: none; }
      .breadcrumbs .lw_breadcrumb_link a:hover, .breadcrumbs .lw_breadcrumb_link a:focus {
        text-decoration: underline; }
      .breadcrumbs .lw_breadcrumb_link a:focus {
        outline: 2px dotted #337ab7;
        outline: auto 5px -webkit-focus-ring-color;
        outline-color: #337ab7; }
  .breadcrumbs .lw_breadcrumb_separator {
    display: inline-block;
    margin: 0 6px 3px 6px;
    font-size: 1rem;
    overflow: hidden; }

.related-links {
  display: block;
  line-height: 1;
  margin-bottom: 30px;
  text-align: inherit; }
  .related-links.yellow {
    background-color: #002d52;
    z-index: 9; }
  .related-links.yellow-box {
    background-color: #f2a900;
    padding: 38px 24px;
    text-align: center; }
  body:not(.lw_editor_on).related-links_hidden .related-links {
    display: none !important; }
  .related-links.channel-nav {
    display: block !important; }

.related-links-header {
  font-family: FFMarkWebProBook;
  font-weight: normal;
  font-style: normal;
  text-decoration: underline;
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 15px;
  color: #6e6e6e; }
  .related-links.yellow-box .related-links-header {
    font-family: FFMarkWebProBold;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #003865;
    margin-bottom: 22px; }
  .related-links.yellow .related-links-header {
    color: #ffffff; }

.related-links-content {
  font-size: 1.8rem;
  color: #003865; }
  .related-links.yellow .related-links-content {
    color: #c1cbd4; }
  .related-links.yellow-box .related-links-content {
    color: #003865; }
  .related-links-content p {
    margin: 0 0 10px 0;
    line-height: 1.2; }
    .related-links.yellow-box .related-links-content p {
      margin-bottom: 20px; }
  .related-links-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .related-links-content ul li {
      margin: 0; }
      .related-links-content ul li::before {
        display: none; }
    .related-links-content ul li {
      display: inline-block;
      margin: 0 0 20px; }
      body.channels-page .related-links-content ul li {
        display: block; }
    .related-links-content ul.lw_subnav {
      display: none; }
  .related-links-content a {
    vertical-align: text-top;
    color: inherit;
    display: block;
    font-size: inherit;
    line-height: 1.2;
    text-decoration: none; }
    .related-links-content a:hover, .related-links-content a:focus {
      text-decoration: underline; }
    .related-links-content a:focus {
      outline: 2px dotted #337ab7;
      outline: auto 5px -webkit-focus-ring-color;
      outline-color: #337ab7; }
    .related-links:not(.yellow-box) .related-links-content a {
      font-family: FFMarkWebProBold;
      font-weight: normal;
      font-style: normal; }
    .related-links.yellow .related-links-content a {
      color: #f2a900; }
      .related-links.yellow .related-links-content a:hover, .related-links.yellow .related-links-content a:focus {
        color: #f2a900; }
    .related-links.yellow-box .related-links-content a::after {
      content: '\f064';
      display: inline;
      margin-left: 4px;
      font-size: 0.8em;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1; }
    body.channels-page .related-links.yellow-box .related-links-content a::after {
      content: none; }
    .related-links.yellow-box .related-links-content a.file::after {
      content: '\f381'; }

.callout-links {
  display: block;
  line-height: 1;
  margin-bottom: 30px;
  text-align: inherit; }

.callout-links-header {
  font-family: FFMarkWebProBook;
  font-weight: normal;
  font-style: normal;
  display: block;
  color: #f2a900;
  background-color: #002d52;
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 0;
  padding: 11px 15px 14px;
  text-align: center; }

.callout-links-content {
  font-size: 2.1rem;
  color: #003865;
  padding: 20px 30px 10px;
  border: 1px solid #b0bac2; }
  .callout-links-content p {
    margin: 0 0 10px 0;
    line-height: 1.2;
    font-size: 1.6rem;
    margin-top: 4px; }
  .callout-links-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .callout-links-content ul li {
      margin: 0; }
      .callout-links-content ul li::before {
        display: none; }
    .callout-links-content ul li {
      display: block;
      margin: 0 0 20px; }
  .callout-links-content a {
    font-family: FFMarkWebProBold;
    font-weight: normal;
    font-style: normal;
    color: inherit;
    display: block;
    font-size: inherit;
    line-height: 1.2;
    text-decoration: none;
    color: #003865; }
    .callout-links-content a:hover, .callout-links-content a:focus {
      text-decoration: underline;
      color: #2c608a; }
    .callout-links-content a:focus {
      outline: 2px dotted #337ab7;
      outline: auto 5px -webkit-focus-ring-color;
      outline-color: #337ab7; }

a:not([href]) {
  /* Styles for anchors without href */
  font-size: 0; }
  p a:not([href]) {
    font-size: inherit; }

.featured-links {
  position: relative;
  display: block;
  line-height: 1;
  margin-bottom: 35px;
  text-align: inherit;
  padding-top: 13px; }
  .featured-links::before {
    font-family: FFMarkWebProBook;
    font-weight: normal;
    font-style: normal;
    content: 'Featured Links';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #4e7391;
    background-color: #ffffff;
    padding-right: 30px;
    text-transform: uppercase;
    font-size: 2.8rem;
    margin: 0; }
  .featured-links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border-top: 2px solid #f2a900;
    border-bottom: 2px solid #f2a900;
    padding-top: 45px;
    padding-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .featured-links ul li {
      margin: 0; }
      .featured-links ul li::before {
        display: none; }
    .featured-links ul li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%;
      margin-bottom: 30px; }
    .featured-links ul a {
      font-family: FFMarkWebProBold;
      font-weight: normal;
      font-style: normal;
      display: block;
      text-decoration: none;
      font-size: 2.1rem;
      color: #003865;
      background-color: #ffffff;
      border: 2px solid #003865;
      text-align: center;
      padding: 21px 15px 20px;
      -webkit-transition: all 140ms ease-out;
      -o-transition: all 140ms ease-out;
      transition: all 140ms ease-out; }
      .featured-links ul a:hover, .featured-links ul a:focus {
        background-color: #003865;
        color: #ffffff; }

.announcement-box {
  padding: 50px 45px;
  background-color: #002d52;
  color: #c1cbd4;
  font-size: 1.8rem; }
  .announcement-box:not(:last-child) {
    margin-bottom: 45px; }
  .announcement-box .announcement-box-title {
    font-family: FFMarkWebProBook;
    font-weight: normal;
    font-style: normal;
    color: #f2a900;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin: 0 0 30px; }
  .announcement-box .announcement-box-item {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 42px; }
    .announcement-box .announcement-box-item:last-child {
      margin-bottom: 0; }
    .announcement-box .announcement-box-item a {
      color: #f2a900;
      text-decoration: none; }
      .announcement-box .announcement-box-item a:hover, .announcement-box .announcement-box-item a:focus {
        color: #f2a900;
        text-decoration: underline; }
    .announcement-box .announcement-box-item a.has-arrow {
      position: relative;
      display: inline;
      font-family: FFMarkWebProBold;
      font-weight: normal;
      font-style: normal;
      text-transform: uppercase;
      font-size: 1.6rem; }
      .announcement-box .announcement-box-item a.has-arrow::after {
        border-color: transparent;
        border-left-color: #f2a900;
        border-style: solid;
        border-width: 0.35em;
        content: '';
        display: inline-block;
        height: 0;
        position: absolute;
        right: -1em;
        bottom: 0.22em;
        vertical-align: text-bottom;
        width: 0; }
      .announcement-box .announcement-box-item a.has-arrow:hover::after, .announcement-box .announcement-box-item a.has-arrow:focus::after {
        border-left-color: #f2a900; }

.announcement-bar {
  font-family: Calluna-Bold;
  font-weight: normal;
  font-style: normal;
  color: #2d2d2d;
  background-color: #f2f2f2;
  padding: 25px 0 23px;
  font-size: 2.8rem;
  line-height: 1.25; }
  .announcement-bar em {
    font-family: Calluna-BoldIt; }
  .announcement-bar > .container {
    position: relative; }
  .announcement-bar h4 {
    font-family: Calluna-Bold;
    font-weight: normal;
    font-style: normal;
    display: inline;
    font-size: 2.8rem;
    line-height: 1.25;
    margin: 0; }
    .announcement-bar h4 em {
      font-family: Calluna-BoldIt; }
  .announcement-bar p {
    display: inline; }
  .announcement-bar a {
    text-decoration: underline; }
    .announcement-bar a:hover, .announcement-bar a:focus {
      color: #2c608a;
      text-decoration: underline; }
  .announcement-bar a.has-arrow {
    position: relative;
    display: inline;
    font-family: FFMarkWebProBold;
    font-weight: normal;
    font-style: normal;
    font-size: 2rem;
    text-decoration: none;
    text-transform: uppercase; }
    .announcement-bar a.has-arrow::after {
      border-color: transparent;
      border-left-color: #003865;
      border-style: solid;
      border-width: 0.35em;
      content: '';
      display: inline-block;
      height: 0;
      position: absolute;
      right: -1em;
      bottom: 0.22em;
      vertical-align: text-bottom;
      width: 0; }
    .announcement-bar a.has-arrow:hover::after, .announcement-bar a.has-arrow:focus::after {
      border-left-color: #2c608a;
      text-decoration: underline; }
  .announcement-bar.flag > .container {
    padding-left: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .announcement-bar.flag > .container::before {
      content: '\f024';
      display: block;
      margin-right: 25px;
      font-size: 3rem;
      padding: 12px;
      background-color: #f2a900;
      color: rgba(255, 255, 255, 0.85);
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1; }

.hero-header {
  position: relative;
  margin: 0;
  overflow: visible;
  width: 100%; }
  .department-homepage-short .hero-header {
    margin-bottom: -40px; }
  .hero-header .hero-image-container {
    position: relative;
    min-height: 41vw; }
    @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .department-homepage:not(.department-homepage-short) .hero-header .hero-image-container {
        padding-bottom: 125px; } }
    @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .channels-homepage .hero-header .hero-image-container {
        padding-bottom: 25px !important; } }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .hero-header .hero-header-inner {
      position: relative;
      height: 100%;
      padding-top: calc(4vw + 37px); } }
  @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) {
    .hero-header .hero-header-inner {
      padding: 20px 0 0; } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .department-homepage .hero-header .hero-header-inner {
      padding-bottom: 20px; } }
  @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) {
    .hero-header #hero-story > .lw_widget_clean_markup .hero-header-image {
      position: relative; } }
  .hero-header .hero-story-wrapper {
    padding-top: 30px;
    text-align: right;
    z-index: 1; }
    .hero-header .hero-story-wrapper .hero-story {
      position: relative; }
      .hero-header .hero-story-wrapper .hero-story h4 {
        font-family: Calluna-Bold;
        font-weight: normal;
        font-style: normal; }
        .hero-header .hero-story-wrapper .hero-story h4 em {
          font-family: Calluna-BoldIt; }
      .hero-header .hero-story-wrapper .hero-story p {
        font-size: 14px; }
      .hero-header .hero-story-wrapper .hero-story .explore {
        top: auto;
        position: static;
        height: 30px; }
        .hero-header .hero-story-wrapper .hero-story .explore .explore-arrow {
          right: 15px;
          transform: rotate(180deg); }
  .hero-header .hero-header-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .hero-header .hero-header-image {
        z-index: 0;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 50%;
        height: 100%;
        min-height: 670px; } }
    @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) {
      .hero-header .hero-header-image {
        z-index: 0;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 101%; } }
    .channels-page .hero-header .hero-header-image {
      display: flex;
      justify-content: flex-start;
      flex-direction: column; }
    .hero-header .hero-header-image > div {
      position: relative; }
      .hero-header .hero-header-image > div .lw_image_caption {
        position: absolute;
        bottom: 10px;
        right: 10px;
        background-color: rgba(0, 45, 82, 0.9);
        padding: 10px;
        color: #fff;
        max-width: 320px; }
  .hero-header .hero-header-panel {
    z-index: 1;
    position: relative;
    margin-left: 8%;
    padding: 53px 63px 70px 20%;
    max-width: 60%; }
    body.channels-homepage .hero-header .hero-header-panel {
      max-width: 52%; }
    @media only screen and (min-width: 992px) and (max-width: 1299px) {
      .hero-header .hero-header-panel {
        padding-left: 22%; } }
    @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) {
      .hero-header .hero-header-panel {
        max-width: 60%;
        padding: 26px 29px 35px;
        margin: 20px; }
        body.channels-homepage .hero-header .hero-header-panel {
          max-width: none; } }
    @media only screen and (min-width: 580px) and (max-width: 767px) {
      .hero-header .hero-header-panel {
        max-width: 70%; } }
    @media only screen and (max-width: 579px) {
      .hero-header .hero-header-panel {
        max-width: 80%; } }
  .hero-header .page-supertitle {
    color: inherit; }
  .hero-header .page-title {
    color: inherit;
    border-top-color: #f2a900; }
  .hero-header .page-intro {
    font-family: FFMarkWebProBook;
    font-weight: normal;
    font-style: normal;
    color: inherit; }
  .hero-header .hero-header-cta {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    margin: -62px 0 18px 25%;
    max-width: 22%;
    font-size: 2.2rem;
    line-height: 1.1;
    color: #6e6e6e;
    text-transform: uppercase; }
  .hero-header .hero-header-bottom {
    position: relative;
    margin-top: -30px;
    padding-bottom: 40px; }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .hero-header .hero-header-bottom {
        margin-top: 20px; } }
  @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) {
    .hero-header .hero-nav {
      z-index: 1;
      position: absolute;
      left: 0;
      right: 0;
      top: 30px;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding-left: 40vw; } }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .hero-header .hero-nav {
      z-index: 2;
      position: relative; } }
  .hero-header .hero-header-contact {
    position: relative;
    padding: 14px 20px 35px;
    background-color: #002d52;
    color: #c1cbd4;
    text-align: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @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) {
      .hero-header .hero-header-contact {
        box-shadow: 15px 10px 28px -1px rgba(0, 0, 0, 0.2);
        z-index: 10;
        margin: 0 0 0 -20px;
        width: 32vw;
        max-width: 480px; } }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .hero-header .hero-header-contact {
        width: 100%;
        margin: 0px 0px -60px 0;
        padding-bottom: 75px; } }
    .hero-header .hero-header-contact .contact-panel,
    .hero-header .hero-header-contact .related-links {
      margin-top: 0;
      margin-bottom: 0 !important;
      padding-top: 14px;
      padding-bottom: 25px; }
    .hero-header .hero-header-contact .contact-panel {
      border-right: 2px solid rgba(176, 186, 194, 0.4);
      padding-right: 1.3vw;
      margin-right: 1.3vw;
      text-align: right; }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .hero-header.has-gallery {
      max-height: 670px; }
      .hero-header.has-gallery::after {
        content: '';
        display: block;
        padding-bottom: 46.52%;
        pointer-events: none; }
      .hero-header.has-gallery .hero-header-window {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        bottom: 0; }
      .hero-header.has-gallery .lw_gallery_hero {
        z-index: 1;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        overflow: hidden; } }
  @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) {
    .hero-header.has-gallery .hero-header-inner {
      padding: 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1299px) {
    .hero-header.has-gallery {
      max-height: calc(99vh - 140px); } }

.hero-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch; }
  .hero-nav a {
    font-family: Calluna-Bold;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 2.3vw 1vw 1.9vw;
    font-size: 2.8rem;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    color: inherit; }
    .hero-nav a em {
      font-family: Calluna-BoldIt; }
    .hero-nav a:not(:first-child) {
      border-left: 2px solid rgba(255, 255, 255, 0.18); }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .hero-nav a {
        font-size: 2.2rem; } }
  .hero-nav .hero-nav-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: #ffffff; }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .hero-nav .hero-nav-icon {
        display: none; } }
  .hero-nav .icon-request {
    width: 38px;
    height: 38px;
    -webkit-mask-image: url(/live/resource/image/_ingredients/themes/global/assets/icons/icon-request.svg);
    mask-image: url(/live/resource/image/_ingredients/themes/global/assets/icons/icon-request.svg); }
  .hero-nav .icon-apply {
    width: 44px;
    height: 38px;
    -webkit-mask-image: url(/live/resource/image/_ingredients/themes/global/assets/icons/icon-apply.svg);
    mask-image: url(/live/resource/image/_ingredients/themes/global/assets/icons/icon-apply.svg); }
  .hero-nav .icon-search-courses {
    width: 42px;
    height: 38px;
    -webkit-mask-image: url(/live/resource/image/_ingredients/themes/global/assets/icons/icon-search-courses.svg);
    mask-image: url(/live/resource/image/_ingredients/themes/global/assets/icons/icon-search-courses.svg); }

.hero-section {
  position: relative; }

.hero-section-intro {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 40px 50px;
  border: #2c608a 20px solid;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #002d52;
  color: #ffffff; }
  .hero-section-intro .page-title {
    color: inherit;
    border-top-color: #f2a900; }
  .hero-section-intro .page-supertitle {
    color: inherit; }
  .hero-section-intro .page-intro {
    font-family: FFMarkWebProBook;
    font-weight: normal;
    font-style: normal;
    color: inherit; }

.hero-section-image {
  width: 100%;
  height: 56.25vw;
  overflow: hidden;
  position: relative; }
  .hero-section-image img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-height: none;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto; }
    @media only screen and (max-width: 991px) {
      .hero-section-image img {
        width: 100%; } }

.hero-section.short .hero-section-navigation .side-nav {
  background-color: #003865; }

.hero-section.short .hero-section-navigation .side-nav .side-nav-title {
  display: none; }

.hero-section.short .hero-section-navigation .side-nav .lw_widget_navigation,
.hero-section.short .hero-section-navigation .side-nav + .related-links {
  display: block !important; }

.hero-section-contact .related-links {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 40px 50px;
  border: #2c608a 20px solid; }

.hero-section-nav .hero-nav a {
  padding: 1.4em 1vw 1.3em; }

@media only screen and (min-width: 992px) {
  .hero-section {
    --page-max-width: 1040px;
    --nav-width: 240px; }
  .hero-section-intro {
    border: 0;
    margin-top: 80px;
    margin-right: 0;
    margin-bottom: 80px;
    margin-left: clamp(48px, calc(((100% - var(--page-max-width)) / 2)), 60%);
    padding: 60px 30px 70px;
    padding-left: calc(30px + var(--nav-width) - 30px);
    width: calc(60% - ((100% - var(--page-max-width)) / 2));
    max-width: calc(60% - 18px - 30px); }
    .hero-section-intro .page-supertitle {
      font-size: 1.4rem; }
    .hero-section-intro .page-title {
      font-size: 3.5rem; }
    .hero-section-intro .page-intro {
      font-size: 2.0rem;
      margin-bottom: 0; }
  .hero-section-image {
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #2c608a; }
    .hero-section-image img {
      width: auto; }
  .hero-section-navigation {
    width: var(--nav-width);
    position: absolute;
    z-index: 4;
    top: 50px;
    left: clamp(18px, calc(((100% - var(--page-max-width)) / 2) - 30px), 60%); }
  .hero-section-explore,
  .hero-section-explore.explore {
    position: relative;
    top: unset;
    left: unset;
    max-width: 250px;
    margin-top: 80px;
    margin-right: 40%;
    margin-bottom: 80px;
    margin-left: calc( 60% - 250px - 10px); }
    .hero-section-explore .explore-text.explore-text,
    .hero-section-explore.explore .explore-text.explore-text {
      width: 100%; }
    .hero-section-explore .explore-arrow,
    .hero-section-explore.explore .explore-arrow {
      border-right-color: transparent;
      border-top-color: #f2a900;
      border-width: 18px 15px; }
  .hero-section.short {
    padding-bottom: 250px;
    margin-bottom: 150px; }
    .hero-section.short .hero-section-contact {
      position: absolute;
      left: clamp(18px, calc(((100% - var(--page-max-width)) / 2) - 30px), 60%);
      bottom: 0;
      transform: translate(0, 50%);
      z-index: 3;
      min-width: var(--nav-width);
      width: calc(40% - ((100% - var(--page-max-width)) / 2) + 30px);
      max-width: calc(40% - 18px); }
      .hero-section.short .hero-section-contact .related-links {
        border: none; }
    .hero-section.short .hero-section-nav {
      position: absolute;
      bottom: 0;
      transform: translate(0, 50%);
      z-index: 2;
      width: 100%; }
      .hero-section.short .hero-section-nav .hero-nav {
        padding-right: calc((100% - var(--page-max-width)) / 2);
        padding-left: clamp(calc(((100% - var(--page-max-width)) / 2) + var(--nav-width) - 30px), 40%, 100%); } }

@media only screen and (min-width: 1300px) {
  .hero-section {
    --page-max-width: 1240px;
    --nav-width: 270px; }
  .hero-section-intro .page-supertitle {
    font-size: 1.6rem; }
  .hero-section-intro .page-title {
    font-size: 4.8rem; }
  .hero-section-intro .page-intro {
    font-size: 2.8rem; } }

.profiles-accordion .profiles_field {
  background-color: #224a6b;
  color: #c1cbd4;
  margin-bottom: 24px; }

.profiles-accordion h4 {
  font-family: FFMarkWebProBold;
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  padding: 22px 25px 21px 40px;
  color: #f2a900;
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 0;
  position: relative; }
  .profiles-accordion h4::before {
    border-color: transparent;
    border-left-color: #f2a900;
    border-style: solid;
    border-width: 0.35em;
    content: '';
    display: inline-block;
    height: 0;
    left: 25px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    width: 0;
    -webkit-transform-origin: 27% 50%;
    -ms-transform-origin: 27% 50%;
    transform-origin: 27% 50%;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease; }
  .profiles-accordion h4.active:focus {
    outline: none; }
  .profiles-accordion h4.active::before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.profiles-accordion .profiles_content {
  padding: 5px 25px 26px;
  display: none;
  color: #c1cbd4;
  font-size: 1.8rem;
  line-height: 1.3; }
  .profiles-accordion .profiles_content strong {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.body_lits #lw_cal #lw_cal_header {
  display: block; }

.body_lits #lw_cal .lw_events_time, .body_lits #lw_cal #lw_cal_date_selector {
  display: none; }

.body_lits #lw_cal #lw_cal_scroll_links {
  float: right; }

.body_lits #lw_cal #lw_cal_events .lw_cal_event_list .lw_events_title {
  font-weight: normal;
  font-family: FFMarkWebProBook;
  font-weight: normal;
  font-style: normal; }

.body_lits #lw_cal #lw_cal_this_day {
  text-transform: none;
  font-size: 24px; }

.date-box {
  font-family: FFMarkWebProBook;
  font-weight: normal;
  font-style: normal;
  display: block;
  background-color: #4e7391;
  color: #ffffff;
  margin-right: 18px;
  padding: 17px 10px;
  height: 82px;
  width: 82px;
  font-size: 2.2rem;
  line-height: 1;
  text-align: right; }
  .date-box .month {
    display: block;
    margin-bottom: 4px; }

.new-events-widget .starred {
  background-color: #eee; }

.new-events-widget .event-image-date {
  position: relative;
  background-size: cover;
  background-position: center top;
  height: 200px;
  padding-top: 0;
  padding-right: 0; }
  .new-events-widget .event-image-date .date-box {
    margin-top: 18px; }

.bulletin-bar {
  color: #2d2d2d;
  background-color: #f2f2f2;
  min-height: 150px;
  position: relative;
  padding: 25px 100px 25px 0; }
  @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
    .bulletin-bar {
      padding: 70px 7px 25px 7px; } }
  .bulletin-bar .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .bulletin-bar .inner .bulletin {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%;
      min-height: 180px;
      margin-bottom: 0; }
      @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
        .bulletin-bar .inner .bulletin {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
          .bulletin-bar .inner .bulletin:not(:last-of-type) {
            margin-bottom: 30px; } }
      @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) {
        .bulletin-bar .inner .bulletin {
          flex-wrap: wrap;
          justify-content: center; } }
      .bulletin-bar .inner .bulletin .bulletin-date, .bulletin-bar .inner .bulletin .bulletin-image, .bulletin-bar .inner .bulletin .bulletin-square {
        width: 150px;
        height: 150px;
        -webkit-flex: 0 0 150px;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        margin-right: 25px; }
        @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) {
          .bulletin-bar .inner .bulletin .bulletin-date, .bulletin-bar .inner .bulletin .bulletin-image, .bulletin-bar .inner .bulletin .bulletin-square {
            margin: 0 0 15px 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) {
        .bulletin-bar .inner .bulletin .bulletin-date {
          padding: 50px 48px;
          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) {
        .bulletin-bar .inner .bulletin .bulletin-text {
          -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }
      .bulletin-bar .inner .bulletin .bulletin-text h4 {
        margin-top: -0.25em; }
  .bulletin-bar .lw_paginate {
    width: 74px;
    height: 40px;
    position: absolute;
    right: 25px;
    top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .bulletin-bar .lw_paginate .lw_paginate_next,
    .bulletin-bar .lw_paginate .lw_paginate_prev {
      display: inline-block;
      overflow: hidden;
      margin-bottom: 6px;
      margin-right: 6px;
      width: 34px;
      height: 34px;
      border: 2px solid #4e7391;
      position: relative;
      color: transparent; }
      .bulletin-bar .lw_paginate .lw_paginate_next::before,
      .bulletin-bar .lw_paginate .lw_paginate_prev::before {
        content: '';
        display: inline-block;
        padding: 4px 8px;
        font-size: 2.3rem;
        color: #4e7391;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1; }
      .bulletin-bar .lw_paginate .lw_paginate_next:hover, .bulletin-bar .lw_paginate .lw_paginate_next:focus,
      .bulletin-bar .lw_paginate .lw_paginate_prev:hover,
      .bulletin-bar .lw_paginate .lw_paginate_prev:focus {
        border-color: #668dac; }
        .bulletin-bar .lw_paginate .lw_paginate_next:hover::before, .bulletin-bar .lw_paginate .lw_paginate_next:focus::before,
        .bulletin-bar .lw_paginate .lw_paginate_prev:hover::before,
        .bulletin-bar .lw_paginate .lw_paginate_prev:focus::before {
          color: #668dac; }
    .bulletin-bar .lw_paginate .lw_paginate_prev::before {
      content: '\f053'; }
    .bulletin-bar .lw_paginate .lw_paginate_next::before {
      content: '\f054'; }
    .bulletin-bar .lw_paginate .lw_paginate_count,
    .bulletin-bar .lw_paginate .lw_paginate_total,
    .bulletin-bar .lw_paginate .lw_spinner {
      display: none; }
    .bulletin-bar .lw_paginate .lw_paginate_next,
    .bulletin-bar .lw_paginate .lw_paginate_prev {
      z-index: 1;
      position: absolute;
      top: 0;
      margin-right: 0;
      width: 34px;
      height: 34px; }
      .bulletin-bar .lw_paginate .lw_paginate_next::before,
      .bulletin-bar .lw_paginate .lw_paginate_prev::before {
        font-size: 2.3rem;
        padding: 4px 8.5px; }
    .bulletin-bar .lw_paginate .lw_paginate_prev {
      left: 0; }
    .bulletin-bar .lw_paginate .lw_paginate_next {
      right: 0; }
    .bulletin-bar .lw_paginate::before, .bulletin-bar .lw_paginate::after {
      content: '';
      display: inline-block;
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 34px;
      height: 34px;
      padding: 4px 8.5px;
      font-size: 2.3rem;
      color: #b0bac2;
      border: 2px solid #b0bac2;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1; }
    .bulletin-bar .lw_paginate::before {
      content: '\f053';
      left: 0; }
    .bulletin-bar .lw_paginate::after {
      content: '\f054';
      right: 0; }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .bulletin-bar .lw_paginate {
        margin-top: 18px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center; } }
    .bulletin-bar .lw_paginate .lw_paginate_next,
    .bulletin-bar .lw_paginate .lw_paginate_prev {
      margin-right: 0; }
    .bulletin-bar .lw_paginate .lw_paginate_prev {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }

.department-homepage .bulletin-bar {
  z-index: 10; }

.bulletin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 35px; }
  .bulletin .bulletin-date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 82px;
    -ms-flex: 0 0 82px;
    flex: 0 0 82px; }
  .bulletin .bulletin-image {
    margin-right: 25px; }
  .bulletin .bulletin-square {
    background-color: #4e7391;
    margin-right: 25px;
    position: relative; }
    .bulletin .bulletin-square::after {
      content: '';
      display: block;
      position: absolute;
      left: 15px;
      right: 15px;
      top: 15px;
      bottom: 15px;
      background-color: #c1cbd4; }
  .bulletin .bulletin-text h4 {
    font-family: FFMarkWebProBold;
    font-weight: normal;
    font-style: normal;
    color: #003865;
    font-size: 2.4rem;
    margin: 0 0 2px;
    line-height: 1.1; }
  .bulletin .bulletin-text h5.repeat-info {
    margin-top: 0.5em; }
  .bulletin .bulletin-text p {
    display: inline;
    color: #6e6e6e;
    font-size: 1.8rem;
    line-height: 1.3em;
    margin: 0; }
  .bulletin .bulletin-more {
    font-family: FFMarkWebProBold;
    font-weight: normal;
    font-style: normal;
    position: relative;
    display: inline;
    display: inline;
    text-transform: uppercase;
    color: #003865;
    font-size: 1.5rem;
    text-decoration: none;
    padding-left: 5px; }
    .bulletin .bulletin-more::after {
      border-color: transparent;
      border-left-color: #003865;
      border-style: solid;
      border-width: 0.35em;
      content: '';
      display: inline-block;
      height: 0;
      position: absolute;
      right: -1em;
      bottom: 0.22em;
      vertical-align: text-bottom;
      width: 0; }
    .bulletin .bulletin-more:hover, .bulletin .bulletin-more:focus {
      text-decoration: underline; }

.lw_gallery_thumb + .lw_related_stories {
  border-top: 2px solid #f2a900;
  margin-top: 45px;
  padding-top: 50px; }

.featured-article {
  margin-top: 20px;
  margin-bottom: 45px;
  /*+ .featured-article {
    border-top: 2px solid $yellow;
    margin-top: 45px;
    padding-top: 50px;
  }*/ }
  .featured-article .featured-article-image {
    position: relative;
    margin-bottom: 17px; }
    .featured-article .featured-article-image:hover img, .featured-article .featured-article-image:focus img {
      -webkit-filter: brightness(1.1);
      filter: brightness(1.1); }
    .featured-article .featured-article-image .featured-article-date {
      position: absolute;
      left: 17px;
      top: 16px; }
  .featured-article .featured-article-text h4 {
    font-family: FFMarkWebProBold;
    font-weight: normal;
    font-style: normal;
    color: #2d2d2d;
    font-size: 2.4rem;
    margin: 0 0 11px;
    line-height: 1.1; }
    .featured-article .featured-article-text h4 a {
      text-decoration: none; }
      .featured-article .featured-article-text h4 a:hover, .featured-article .featured-article-text h4 a:focus {
        color: #2c608a;
        text-decoration: underline; }
  .featured-article .featured-article-text p {
    display: inline;
    color: #6e6e6e;
    font-size: 1.8rem;
    line-height: 1.3em;
    margin: 0; }
  .featured-article .featured-article-more {
    font-family: FFMarkWebProBold;
    font-weight: normal;
    font-style: normal;
    position: relative;
    display: inline;
    display: inline;
    text-transform: uppercase;
    color: #003865;
    font-size: 1.5rem;
    text-decoration: none;
    padding-left: 5px; }
    .featured-article .featured-article-more::after {
      border-color: transparent;
      border-left-color: #003865;
      border-style: solid;
      border-width: 0.35em;
      content: '';
      display: inline-block;
      height: 0;
      position: absolute;
      right: -1em;
      bottom: 0.22em;
      vertical-align: text-bottom;
      width: 0; }
    .featured-article .featured-article-more:hover, .featured-article .featured-article-more:focus {
      text-decoration: underline; }

.lw_news_author {
  font-family: Calluna-Regular;
  font-weight: normal;
  font-style: normal;
  color: #003865;
  font-size: 2.2rem;
  line-height: 1;
  padding-top: 5px;
  clear: both; }

.lw_news_date {
  font-family: Calluna-Regular;
  font-weight: normal;
  font-style: normal;
  color: #4e7391;
  font-size: 2.2rem;
  line-height: 1;
  padding-top: 5px;
  clear: both; }

.lw_slideshow_wrapper {
  margin-bottom: 20px; }
  .news-page .lw_slideshow_wrapper {
    margin-top: 30px; }
    .news-page .lw_slideshow_wrapper .lw_image {
      max-height: 400px; }

.lw_slideshow > li .lw_news_caption, .lw_slideshow > li .lw_events_caption {
  font-family: FFMarkWebProBookItalic;
  font-weight: normal;
  font-style: normal;
  color: #6e6e6e;
  font-size: 1.4rem;
  padding-bottom: 5px;
  margin-top: -2px;
  display: inline-block;
  margin-right: 4px; }
  .lw_slideshow > li .lw_news_caption + div[class*="credit"], .lw_slideshow > li .lw_events_caption + div[class*="credit"] {
    display: inline;
    font-size: 1.4rem; }

.lw_slideshow_controls {
  font-size: 1.4rem;
  padding-bottom: 5px;
  margin-top: -2px; }
  .lw_slideshow_controls .lw_slideshow_count {
    color: #224a6b;
    opacity: 0.5;
    padding: 0 1px; }
  .lw_slideshow_controls .lw_slideshow_prev,
  .lw_slideshow_controls .lw_slideshow_next {
    color: #224a6b; }
    .lw_slideshow_controls .lw_slideshow_prev:hover, .lw_slideshow_controls .lw_slideshow_prev:focus,
    .lw_slideshow_controls .lw_slideshow_next:hover,
    .lw_slideshow_controls .lw_slideshow_next:focus {
      text-decoration: underline;
      color: #2c608a; }

.lw_contact_info {
  color: #6e6e6e;
  font-size: 1.4rem;
  padding-bottom: 5px;
  margin-top: -2px; }

.lw_tags {
  color: #6e6e6e;
  font-size: 1.4rem;
  padding-bottom: 5px;
  margin-top: -2px; }
  .lw_tags a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    color: #ffffff;
    background: #003865;
    border-radius: 2px;
    padding: 3px 6px 6px;
    margin-bottom: 4px;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center; }
    .lw_tags a:hover, .lw_tags a:focus {
      background-color: #2c608a;
      color: #ffffff;
      text-decoration: none; }

.lw_share_links {
  margin-bottom: 30px; }
  .magazine-story .lw_share_links {
    clear: both; }
  .lw_share_links ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1; }
    .lw_share_links ul li {
      margin: 0; }
      .lw_share_links ul li::before {
        display: none; }
    .lw_share_links ul li {
      display: inline-block;
      margin-right: 1px; }
      .lw_share_links ul li.googleplusone {
        display: none; }
  .lw_share_links a {
    display: block;
    color: #ffffff;
    background: #003865;
    border-radius: 50%;
    margin-bottom: 4px;
    width: 29px;
    height: 29px;
    font-size: 1.3rem;
    line-height: 27px;
    text-align: center; }
    .lw_share_links a:hover, .lw_share_links a:focus {
      background-color: #2c608a;
      color: #ffffff; }

.lw_related_links {
  margin-bottom: 40px; }
  .lw_related_links:not(:first-child) {
    margin-top: 75px; }
  .lw_related_links ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .lw_related_links ul li {
      margin: 0; }
      .lw_related_links ul li::before {
        display: none; }
  .lw_related_links a {
    font-family: FFMarkWebProBold;
    font-weight: normal;
    font-style: normal;
    display: block;
    margin-top: 12px;
    font-size: 2rem;
    line-height: 1.2;
    color: #003865;
    text-decoration: none; }
    .lw_related_links a:focus, .lw_related_links a:hover {
      color: #2c608a;
      text-decoration: underline; }
    @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) {
      .lw_related_links a {
        font-size: 1.8rem; } }
  .lw_related_links img {
    display: none; }

.story-block {
  position: relative;
  padding: 30px 0;
  line-height: 0; }
  .story-block::before, .story-block::after {
    clear: both;
    content: '';
    display: table; }
  @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 {
      padding: 40px 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .story-block.my-6 {
      margin-top: 90px;
      margin-bottom: 90px; } }
  .story-block > .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @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 > .inner {
        padding-left: 30px;
        padding-right: 30px; } }
  .story-block .story-block-left {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66%;
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    padding-right: 50px;
    z-index: 1; }
    .story-block .story-block-left picture, .story-block .story-block-left img {
      float: right; }
    @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 .story-block-left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0;
        max-width: 100%; } }
  .story-block .story-block-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 34%;
    -ms-flex: 0 0 34%;
    flex: 0 0 34%;
    padding-right: 7vw; }
    .story-block .story-block-right body.homepage,
    .story-block .story-block-right body.department-homepage {
      z-index: 9; }
    .story-block .story-block-right img {
      width: auto; }
    @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 .story-block-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding-right: 0;
        padding-top: 30px; } }
  .story-block .story-block-meta:not(:empty), .story-block h5:not(:empty) {
    font-family: FFMarkWebProBook;
    font-weight: normal;
    font-style: normal;
    color: #6e6e6e;
    font-size: 1.6rem;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1.1px;
    margin-top: 0;
    margin-bottom: 4px;
    padding-bottom: 4px;
    margin-bottom: 12px;
    border-bottom: 2px solid #f2a900; }
  .story-block .story-block-title, .story-block h4 {
    font-family: Calluna-Bold;
    font-weight: normal;
    font-style: normal;
    color: #003865;
    display: block;
    font-size: 4.8rem;
    line-height: 1.05;
    margin-bottom: 25px;
    margin-top: 0;
    padding-top: 12px;
    border-top: 2px solid #f2a900;
    border-top: 0;
    padding-top: 0; }
    .story-block .story-block-title em, .story-block h4 em {
      font-family: Calluna-BoldIt; }
    @media only screen and (min-width: 992px) and (max-width: 1299px) {
      .story-block .story-block-title, .story-block h4 {
        font-size: 4.6rem; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .story-block .story-block-title, .story-block h4 {
        font-size: 4.1rem; } }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .story-block .story-block-title, .story-block h4 {
        font-size: 3.9rem; } }
    @media only screen and (max-width: 435px) {
      .story-block .story-block-title, .story-block h4 {
        font-size: 3.4rem; } }
    .story-block .story-block-title.no-line, .story-block h4.no-line {
      border: none;
      padding-top: 0; }
    .story-block .story-block-title small, .story-block h4 small {
      font-size: .6em; }
    .story-block .story-block-title a, .story-block h4 a {
      font-family: inherit !important;
      text-decoration: underline !important; }
  .story-block .story-block-text {
    margin-right: 4px;
    color: #6e6e6e;
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 10px; }
    .story-block .story-block-text + .story-block-text {
      margin-top: 25px; }
    .story-block .story-block-text .story-block-text-caption {
      display: inline;
      margin-left: 6px; }
  .story-block .story-block-text a, .story-block p a, .story-block li a {
    font-family: FFMarkWebProBold;
    font-weight: normal;
    font-style: normal;
    color: #003865;
    text-decoration: none; }
    .story-block .story-block-text a:hover, .story-block .story-block-text a:focus, .story-block p a:hover, .story-block p a:focus, .story-block li a:hover, .story-block li a:focus {
      text-decoration: underline; }
  .story-block .story-block-link {
    font-family: FFMarkWebProBold;
    font-weight: normal;
    font-style: normal;
    position: relative;
    display: inline;
    color: #003865;
    margin-top: 24px;
    text-transform: uppercase;
    font-size: 1.6rem;
    line-height: 1.3;
    text-decoration: none; }
    .story-block .story-block-link::after {
      border-color: transparent;
      border-left-color: #003865;
      border-style: solid;
      border-width: 0.35em;
      content: '';
      display: inline-block;
      height: 0;
      position: absolute;
      right: -1em;
      bottom: 0.22em;
      vertical-align: text-bottom;
      width: 0; }
    .no-more .story-block .story-block-link {
      display: none; }
    .story-block .story-block-link:hover, .story-block .story-block-link:focus {
      text-decoration: underline; }
  .story-block .story-block-related {
    margin-top: 35px;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #4e7391; }
    .story-block .story-block-related a {
      text-decoration: none; }
      .story-block .story-block-related a:hover, .story-block .story-block-related a:focus {
        text-decoration: underline; }
  .story-block .story-block-caption, .story-block .lw_image + .lw_image_caption {
    font-family: FFMarkWebProBookItalic;
    font-weight: normal;
    font-style: normal;
    clear: both;
    padding-top: 15px;
    font-size: 1.4rem;
    line-height: 1.3;
    color: #6e6e6e;
    max-width: 100%; }
  .story-block .story-block-video {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px; }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .story-block.lw_widget_pagination .story-block-right {
      padding-top: 70px; } }
  @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.lw_widget_pagination {
      padding-bottom: 50px; } }
  .story-block.lw_widget_pagination .lw_paginate {
    width: 74px;
    height: 40px;
    position: absolute;
    z-index: 11; }
    .story-block.lw_widget_pagination .lw_paginate .lw_paginate_next,
    .story-block.lw_widget_pagination .lw_paginate .lw_paginate_prev {
      display: inline-block;
      overflow: hidden;
      margin-bottom: 6px;
      margin-right: 6px;
      width: 34px;
      height: 34px;
      border: 2px solid #f2a900;
      position: relative;
      color: transparent; }
      .story-block.lw_widget_pagination .lw_paginate .lw_paginate_next::before,
      .story-block.lw_widget_pagination .lw_paginate .lw_paginate_prev::before {
        content: '';
        display: inline-block;
        padding: 4px 8px;
        font-size: 2.3rem;
        color: #f2a900;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1; }
      .story-block.lw_widget_pagination .lw_paginate .lw_paginate_next:hover, .story-block.lw_widget_pagination .lw_paginate .lw_paginate_next:focus,
      .story-block.lw_widget_pagination .lw_paginate .lw_paginate_prev:hover,
      .story-block.lw_widget_pagination .lw_paginate .lw_paginate_prev:focus {
        border-color: #ffbe26; }
        .story-block.lw_widget_pagination .lw_paginate .lw_paginate_next:hover::before, .story-block.lw_widget_pagination .lw_paginate .lw_paginate_next:focus::before,
        .story-block.lw_widget_pagination .lw_paginate .lw_paginate_prev:hover::before,
        .story-block.lw_widget_pagination .lw_paginate .lw_paginate_prev:focus::before {
          color: #ffbe26; }
    .story-block.lw_widget_pagination .lw_paginate .lw_paginate_prev::before {
      content: '\f053'; }
    .story-block.lw_widget_pagination .lw_paginate .lw_paginate_next::before {
      content: '\f054'; }
    .story-block.lw_widget_pagination .lw_paginate .lw_paginate_count,
    .story-block.lw_widget_pagination .lw_paginate .lw_paginate_total,
    .story-block.lw_widget_pagination .lw_paginate .lw_spinner {
      display: none; }
    .story-block.lw_widget_pagination .lw_paginate .lw_paginate_next,
    .story-block.lw_widget_pagination .lw_paginate .lw_paginate_prev {
      z-index: 1;
      position: absolute;
      top: 0;
      margin-right: 0;
      width: 34px;
      height: 34px; }
      .story-block.lw_widget_pagination .lw_paginate .lw_paginate_next::before,
      .story-block.lw_widget_pagination .lw_paginate .lw_paginate_prev::before {
        font-size: 2.3rem;
        padding: 4px 8.5px; }
    .story-block.lw_widget_pagination .lw_paginate .lw_paginate_prev {
      left: 0; }
    .story-block.lw_widget_pagination .lw_paginate .lw_paginate_next {
      right: 0; }
    .story-block.lw_widget_pagination .lw_paginate::before, .story-block.lw_widget_pagination .lw_paginate::after {
      content: '';
      display: inline-block;
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 34px;
      height: 34px;
      padding: 4px 8.5px;
      font-size: 2.3rem;
      color: #4e7391;
      border: 2px solid #4e7391;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1; }
    .story-block.lw_widget_pagination .lw_paginate::before {
      content: '\f053';
      left: 0; }
    .story-block.lw_widget_pagination .lw_paginate::after {
      content: '\f054';
      right: 0; }
    @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .story-block.lw_widget_pagination .lw_paginate {
        left: 66%;
        top: 30px;
        margin-top: 20px; } }
    @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.lw_widget_pagination .lw_paginate {
        bottom: 10px;
        right: 25px;
        left: auto; } }
  .story-block .lw_widget_statistics_slider {
    display: block;
    width: 100%; }
  .story-block .text-slider {
    line-height: 1.3; }
    @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .story-block .text-slider {
        z-index: 9;
        position: absolute;
        right: 3vw;
        bottom: 19%;
        width: 300px; } }
    @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 .text-slider {
        position: relative;
        width: 450px;
        max-width: 100%;
        margin: 25px auto 0; } }
    .story-block .text-slider .inner {
      padding-top: 10px; }
  .story-block.blue {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #002d52; }
    @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .story-block.blue {
        padding-top: 100px;
        padding-bottom: 70px; } }
    .story-block.blue .story-block-meta {
      color: #97bcde; }
    .story-block.blue .story-block-title {
      color: #ffffff; }
    .story-block.blue .story-block-text, .story-block.blue p, .story-block.blue span {
      color: #d8e4ed; }
      .story-block.blue .story-block-text a, .story-block.blue p a, .story-block.blue span a {
        color: #f2a900; }
      .story-block.blue .story-block-text .story-block-caption, .story-block.blue .story-block-text .lw_image + .lw_image_caption, .story-block.blue p .story-block-caption, .story-block.blue p .lw_image + .lw_image_caption, .story-block.blue span .story-block-caption, .story-block.blue span .lw_image + .lw_image_caption {
        color: #d8e4ed; }
      .story-block.blue .story-block-text a.arrow-btn, .story-block.blue p a.arrow-btn, .story-block.blue span a.arrow-btn {
        color: #003865; }
    .story-block.blue .story-block-link {
      position: relative;
      display: inline;
      color: #f2a900; }
      .story-block.blue .story-block-link::after {
        border-color: transparent;
        border-left-color: #f2a900;
        border-style: solid;
        border-width: 0.35em;
        content: '';
        display: inline-block;
        height: 0;
        position: absolute;
        right: -1em;
        bottom: 0.22em;
        vertical-align: text-bottom;
        width: 0; }
    .story-block.blue .story-block-related {
      font-family: FFMarkWebProBold;
      font-weight: normal;
      font-style: normal;
      color: #f2a900; }
    @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .story-block.blue .lw_paginate {
        top: 100px; } }
    .story-block.blue .lw_paginate_next,
    .story-block.blue .lw_paginate_prev {
      border-color: #97bcde; }
      .story-block.blue .lw_paginate_next::before,
      .story-block.blue .lw_paginate_prev::before {
        color: #97bcde; }
  @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.image-left .inner {
      padding-left: 0;
      padding-right: 0; } }
  .story-block.image-left .story-block-left {
    position: relative; }
    .story-block.image-left .story-block-left img {
      width: 100%; }
    @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .story-block.image-left .story-block-left {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 44%;
        -ms-flex: 0 0 44%;
        flex: 0 0 44%;
        padding-right: 50px; } }
    @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.image-left .story-block-left {
        order: 0; } }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .story-block.image-left .story-block-right {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 56%;
      -ms-flex: 0 0 56%;
      flex: 0 0 56%;
      padding-right: 7vw;
      margin-top: 50px; } }
  @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.image-left .story-block-right {
      z-index: 10;
      position: relative;
      order: 2;
      padding: 45px 30px 40px; }
      .story-block.image-left .story-block-right::before {
        content: '';
        display: block;
        position: absolute;
        bottom: 100%;
        left: 60px;
        border: solid transparent;
        height: 0;
        width: 0;
        pointer-events: none;
        border-bottom-color: #fff;
        border-width: 30px;
        margin-left: -30px; } }
  .story-block.image-left .lw_image:nth-of-type(2n) {
    box-shadow: -15px 10px 28px -1px rgba(0, 0, 0, 0.5);
    z-index: 1;
    height: auto; }
    @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .story-block.image-left .lw_image:nth-of-type(2n) {
        position: relative;
        float: right;
        margin-right: 8%;
        margin-top: -20%;
        max-width: 42%; } }
    @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.image-left .lw_image:nth-of-type(2n) {
        position: absolute;
        right: 25px;
        bottom: -35px;
        max-width: 36%; } }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .story-block.image-left .story-block-caption, .story-block.image-left .lw_image + .lw_image_caption {
      width: 90% !important;
      max-width: 70%;
      float: right;
      margin-right: 11%; } }
  @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.image-left .story-block-caption, .story-block.image-left .lw_image + .lw_image_caption {
      position: absolute;
      right: 16px;
      bottom: 16px;
      padding: 8px 14px 12px;
      max-width: 70%;
      font-size: 1.3rem;
      background: rgba(0, 0, 0, 0.58);
      color: white; }
      .story-block.image-left .story-block-caption a, .story-block.image-left .lw_image + .lw_image_caption a {
        color: #f2a900; } }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .story-block.image-right .story-block-left {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 44%;
      -ms-flex: 0 0 44%;
      flex: 0 0 44%;
      margin-top: 50px;
      padding-left: 7vw;
      text-align: right; } }
  .story-block.image-right .story-block-right {
    position: relative; }
    @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .story-block.image-right .story-block-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 56%;
        -ms-flex: 0 0 56%;
        flex: 0 0 56%;
        padding-left: 50px; } }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .story-block.image-right .story-block-related {
      text-align: left;
      float: right; } }
  .story-block.image-right .lw_image:nth-of-type(2n) {
    box-shadow: -15px 10px 28px -1px rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: relative;
    max-width: 52%;
    height: auto; }
    @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .story-block.image-right .lw_image:nth-of-type(2n) {
        float: left;
        margin-left: -16%;
        margin-top: -12%; } }
    @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.image-right .lw_image:nth-of-type(2n) {
        float: right;
        margin-top: -150px;
        margin-right: -20px; } }
  .story-block.image-right .lw_image:nth-of-type(3n) {
    box-shadow: -15px 10px 28px -1px rgba(0, 0, 0, 0.5);
    z-index: 1;
    position: absolute;
    top: -18%;
    right: calc(10% + 7vw);
    max-width: 25%;
    max-height: 33%; }
    @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.image-right .lw_image:nth-of-type(3n) {
        display: none; } }
  @media only screen and (min-width: 992px) and (max-width: 1299px) {
    .story-block.image-right .story-block-caption, .story-block.image-right .lw_image + .lw_image_caption {
      max-width: 70%;
      float: left;
      margin-left: 11%; } }
  @media only screen and (min-width: 1300px) {
    .story-block.image-right .story-block-caption, .story-block.image-right .lw_image + .lw_image_caption {
      max-width: none;
      width: 90% !important;
      float: left;
      margin-left: 11%; } }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .story-block.image-right .text-slider {
      bottom: 19%;
      right: calc(7vw - 4%); } }
  .story-block.fullwidth {
    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) {
      .story-block.fullwidth .inner {
        padding-left: 0;
        padding-right: 0; } }
    @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .story-block.fullwidth .story-block-left,
      .story-block.fullwidth .story-block-right {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 0; } }
    .story-block.fullwidth .story-block-left {
      padding: 120px 6vw 100px 7vw; }
      @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.fullwidth .story-block-left {
          z-index: 1;
          position: relative;
          order: 2;
          padding: 60px 30px 40px; }
          .story-block.fullwidth .story-block-left::before {
            content: '';
            display: block;
            position: absolute;
            bottom: 100%;
            left: 60px;
            border: solid transparent;
            height: 0;
            width: 0;
            pointer-events: none;
            border-bottom-color: #fff;
            border-width: 30px;
            margin-left: -30px; } }
    .story-block.fullwidth .story-block-right {
      -ms-flex-item-align: stretch;
      align-self: stretch;
      overflow: hidden;
      position: relative; }
      .story-block.fullwidth .story-block-right img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        max-height: none;
        max-width: none;
        min-width: 100%;
        min-height: 100%;
        height: auto;
        width: auto; }
        .story-block.fullwidth .story-block-right img + .lw_image_caption {
          width: auto !important;
          z-index: 3;
          position: absolute;
          min-height: 62px;
          left: 0;
          bottom: 0;
          padding: 19px 20px 24px;
          margin-right: 0;
          font-size: 1.6rem;
          line-height: 1.2;
          color: #fff;
          background-color: rgba(0, 56, 101, 0.8); }
      @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.fullwidth .story-block-right {
          height: 60vw;
          order: 1; }
          .story-block.fullwidth .story-block-right img {
            max-width: 100%;
            min-height: auto; } }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .story-block.fullwidth.has-gallery .story-block-right {
        height: 50vw;
        min-height: 230px;
        padding-top: 0; }
        .story-block.fullwidth.has-gallery .story-block-right .lw_gallery_hero .lwg-hero-swiper {
          height: 50vw;
          min-height: 230px; }
        .story-block.fullwidth.has-gallery .story-block-right .lw_gallery_hero .lwg-hero-caption {
          position: absolute;
          bottom: 20px;
          top: auto;
          left: 20px;
          right: 20px;
          width: auto;
          min-height: 0;
          padding-top: 12px; }
          .story-block.fullwidth.has-gallery .story-block-right .lw_gallery_hero .lwg-hero-caption .lwg-hero-caption-text {
            margin-top: 8px;
            margin-bottom: 2px;
            font-size: 1.5rem; } }
    @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.fullwidth.story-block-right.portrait {
        height: 88vw;
        padding-top: 0; }
        .story-block.fullwidth.story-block-right.portrait .lw_gallery_hero .lwg-hero-swiper {
          height: 88vw; }
        .story-block.fullwidth.story-block-right.portrait .lw_gallery_hero .lwg-hero-caption {
          position: absolute;
          bottom: 20px;
          top: auto;
          left: 20px;
          right: 20px;
          width: auto;
          min-height: 0;
          padding-top: 12px; }
          .story-block.fullwidth.story-block-right.portrait .lw_gallery_hero .lwg-hero-caption .lwg-hero-caption-text {
            margin-top: 8px;
            margin-bottom: 2px;
            font-size: 1.5rem; } }
  .story-block .lw_editor_on .story-block.fullwidth .story-block-right img {
    position: static;
    transform: none; }
  .story-block.centered {
    text-align: center; }
    @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .story-block.centered {
        padding: 80px 0 0;
        margin-bottom: 120px; } }
    @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.centered {
        padding: 60px 0; } }
    .story-block.centered > .inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 660px;
      margin: 0 auto; }
    .story-block.centered .story-block-left,
    .story-block.centered .story-block-right {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      padding: 0; }
    .story-block.centered .story-block-right {
      position: relative;
      margin-top: 30px; }
      @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
        .story-block.centered .story-block-right {
          margin-top: 60px;
          margin-bottom: -70px; }
          .story-block.centered .story-block-right .story-block-caption, .story-block.centered .story-block-right .lw_image + .lw_image_caption {
            color: #222; }
            .story-block.centered .story-block-right .story-block-caption a, .story-block.centered .story-block-right .lw_image + .lw_image_caption a {
              color: #002d52; } }
    .story-block.centered .story-block-meta {
      border-bottom: none; }
    .story-block.centered .story-block-related {
      display: inline-block;
      text-align: left; }
    .story-block.centered .story-block-video {
      position: absolute;
      left: -30%;
      bottom: 40px;
      width: 360px;
      padding-left: 0;
      padding-right: 0; }
  .story-block.story-block-slider .story-block-left {
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65%;
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    padding-right: 0; }
    .story-block.story-block-slider .story-block-left::before {
      content: '';
      display: block;
      padding-bottom: 66.66%; }
    .story-block.story-block-slider .story-block-left > * {
      position: absolute;
      right: 50px;
      top: 0;
      max-width: 100%;
      max-height: 100%; }
    .story-block.story-block-slider .story-block-left img {
      width: auto; }
  .story-block.has-videos {
    padding-bottom: 70px; }
    @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
      .story-block.has-videos {
        padding: 40px 35px 70px 35px; } }
    .story-block.has-videos .inner {
      display: block; }
    .story-block.has-videos .story-block-left {
      padding-right: 0; }
      .story-block.has-videos .story-block-left::before {
        content: '';
        display: block;
        padding-bottom: calc(56.25% + 70px); }
      .story-block.has-videos .story-block-left .story-block-video {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        background-color: #01223e; }
      .story-block.has-videos .story-block-left .youtube-video {
        height: 100%; }
    .story-block.has-videos .story-block-right {
      padding-top: 30px;
      padding-right: 0; }
    .story-block.has-videos .story-block-title {
      margin-bottom: 12px; }
    .story-block.has-videos .lw_paginate {
      position: absolute;
      bottom: 11px;
      top: auto;
      right: 15px;
      left: auto;
      margin: 0; }
  .story-block.wave {
    background-image: url(/live/resource/image/_ingredients/themes/global/assets/motifs/wave.png);
    background-position: top left;
    background-repeat: repeat;
    background-size: 1600px 21px; }
    @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) {
      .story-block.wave {
        background-image: url(/live/resource/image/_ingredients/themes/global/assets/motifs/wave@2x.png); } }
  .story-block.triangles {
    position: relative;
    padding-top: 150px; }
    @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.triangles {
        padding-top: 40px; } }
    .story-block.triangles::before {
      z-index: 1;
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-filter: contrast(0.1);
      filter: contrast(0.01);
      background-image: url(/live/resource/image/_ingredients/themes/global/assets/motifs/triangles.png);
      background-position: top left;
      background-repeat: repeat;
      background-size: 240px 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) {
        .story-block.triangles::before {
          background-image: url(/live/resource/image/_ingredients/themes/global/assets/motifs/triangles@2x.png); } }
    .story-block.triangles .story-block-meta {
      border-bottom: none; }

.profile-card.profile-card {
  margin-bottom: 40px; }
  .profile-card.profile-card.profile-card--thumbnail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media only screen and (max-width: 579px) {
      .profile-card.profile-card.profile-card--thumbnail {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .profile-card.profile-card .profile-card-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 20px;
    margin-bottom: 10px; }
    .no-thumbs .profile-card.profile-card .profile-card-image {
      display: none; }
  .profile-card.profile-card .profile-card-text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    @media only screen and (max-width: 579px) {
      .profile-card.profile-card .profile-card-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
  .profile-card.profile-card .profile-card-name {
    margin-top: 10px;
    margin-bottom: 2px;
    font-size: 2.5rem;
    color: #2d2d2d; }
    .profile-card.profile-card .profile-card-name a {
      color: #2d2d2d;
      text-decoration: none; }
      .profile-card.profile-card .profile-card-name a:hover, .profile-card.profile-card .profile-card-name a:focus {
        text-decoration: underline; }
  .profile-card.profile-card .profile-card-title {
    font-family: FFMarkWebProBookItalic;
    font-weight: normal;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 10px;
    color: #6e6e6e;
    font-size: 2.1rem;
    text-transform: none; }
  .profile-card.profile-card .profile-card-contact {
    display: block;
    margin-top: 25px;
    margin-bottom: 3px;
    font-size: 1.8rem;
    color: #6e6e6e; }
    .profile-card.profile-card .profile-card-contact i {
      margin-right: 8px; }
    .profile-card.profile-card .profile-card-contact a {
      font-family: FFMarkWebProBook;
      font-weight: normal;
      font-style: normal;
      color: #6e6e6e; }

.callout-box .profile-card-contact {
  color: #ffffff !important; }

.profile-page.profiles-accordion_hidden .page-sidebar {
  display: none; }

.profile-page.profiles-accordion_hidden .page-mainbar {
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 16px; }

.profile-page .lw_profiles_credit {
  font-family: FFMarkWebProBookItalic;
  font-weight: normal;
  font-style: normal;
  font-size: 1.4rem;
  margin-top: 10px; }

.rich-text .profiles_field h4,
.rich-text .details-field h4 {
  margin: 20px 0 14px;
  font-size: 1.9rem;
  color: #2c608a; }

.body_404 .site-main-content {
  padding-bottom: 3rem; }

.text-slider {
  max-width: 100%;
  background-color: #224a6b;
  color: #ffffff; }
  .text-slider:not(.is-ready) {
    padding-bottom: 30px; }
    .text-slider:not(.is-ready) .text-slider-slide:not(:first-child) {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      pointer-events: none; }
    .text-slider:not(.is-ready) .swiper-pagination-bullets {
      pointer-events: none; }

.text-slider-slide .inner {
  padding: 18px 30px 10px;
  text-align: center; }

.text-slider-heading {
  font-family: georgia, serif;
  color: #ffffff;
  font-size: 8.2rem;
  border-bottom: 2px solid #f2a900;
  line-height: 1.2;
  margin-bottom: 10px; }
  .text-slider-heading.small {
    font-size: 5rem;
    padding-top: 43px; }
  .text-slider-heading a {
    color: inherit;
    font-weight: inherit;
    font-family: inherit; }
    .text-slider-heading a:hover, .text-slider-heading a:focus {
      color: inherit;
      text-decoration: underline; }

.text-slider-text {
  font-size: 1.4rem; }

.text-slider-dots {
  text-align: center;
  margin-bottom: 20px; }
  .text-slider-dots .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background-color: transparent;
    border: 1px solid #ffffff; }
  .text-slider-dots .swiper-pagination-bullet-active {
    background-color: #c1cbd4; }

.text-slider.single {
  text-align: center;
  background: none;
  margin: 0.5em 2%;
  padding: 0.5em 2%;
  position: static;
  width: auto; }
  .text-slider.single .text-slider-heading {
    color: #224a6b;
    font-size: 4em;
    margin-top: -0.25em;
    padding-bottom: 10px; }
  .text-slider.single .text-slider-text {
    color: #6e6e6e;
    font-size: 1em; }

.featured-image {
  margin-bottom: 40px; }
  .featured-image .featured-image-text {
    color: #6e6e6e;
    font-size: 1.8rem; }
    .featured-image .featured-image-text h3,
    .featured-image .featured-image-text h4 {
      font-family: FFMarkWebProBook;
      font-weight: normal;
      font-style: normal;
      color: #4e7391;
      text-transform: uppercase;
      font-size: 2.5rem;
      margin: 15px 0 8px; }
    .featured-image .featured-image-text a {
      font-family: FFMarkWebProBold;
      font-weight: normal;
      font-style: normal;
      color: #003865;
      text-decoration: none; }
      .featured-image .featured-image-text a:hover, .featured-image .featured-image-text a:focus {
        color: #2c608a;
        text-decoration: underline; }
    .featured-image .featured-image-text p:last-child {
      margin-bottom: 0; }
  .featured-image .featured-image-submit {
    position: relative;
    display: inline;
    font-family: FFMarkWebProBold;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    color: #002d52;
    text-decoration: none; }
    .featured-image .featured-image-submit::after {
      border-color: transparent;
      border-left-color: #002d52;
      border-style: solid;
      border-width: 0.35em;
      content: '';
      display: inline-block;
      height: 0;
      position: absolute;
      right: -1em;
      bottom: 0.22em;
      vertical-align: text-bottom;
      width: 0; }
    .featured-image .featured-image-submit:hover, .featured-image .featured-image-submit:focus {
      color: #2c608a; }
      .featured-image .featured-image-submit:hover::after, .featured-image .featured-image-submit:focus::after {
        border-left-color: #2c608a; }

.photo-cluster {
  display: block;
  background-image: url(/live/resource/image/_ingredients/themes/global/assets/motifs/triangles.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 240px auto;
  padding: 60px 0 25px 0px;
  margin-bottom: 15px;
  text-align: right; }
  .photo-cluster::before, .photo-cluster::after {
    clear: both;
    content: '';
    display: table; }
  @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) {
    .photo-cluster {
      background-image: url(/live/resource/image/_ingredients/themes/global/assets/motifs/triangles@2x.png); } }
  @media only screen and (max-width: 579px) {
    .photo-cluster {
      background-repeat: repeat; } }

@media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
  .photo-cluster-image {
    display: inline-block;
    float: right; }
    .photo-cluster-image.small {
      box-shadow: 15px 10px 28px -1px rgba(0, 0, 0, 0.5);
      margin-top: 50px;
      margin-right: -64px; } }

@media only screen and (min-width: 580px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .photo-cluster-image {
    float: right; }
    .photo-cluster-image.small {
      margin-top: 20px; } }

@media only screen and (max-width: 579px) {
  .photo-cluster-image {
    float: left; }
    .photo-cluster-image.small {
      margin-left: 20px;
      margin-top: 10px; } }

.rich-text .lw_image.borderless img,
.rich-text .borderless .lw_image img,
.rich-text .lw_image img.borderless {
  border: none; }

.lw_image.rounded img {
  border-radius: 10%; }

.lw_image.circled img {
  border-radius: 50%; }

@media (max-width: 500px) {
  .rich-text .lw_column_width_half.lw_image, .rich-text .lw_column_width_half.lw_image_caption, .rich-text .lw_column_width_half.lw_image_credit {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    float: none; } }

.channels-page .hero-header-panel,
.channels-page .hero-section-intro,
.department-page.blue .hero-header-panel,
.department-page.blue .hero-section-intro,
.department-page:not(.tawny):not(.green):not(.brown):not(.teal):not(.pink):not(.peach):not(.orange):not(.yellow):not(.beige) .hero-header-panel,
.department-page:not(.tawny):not(.green):not(.brown):not(.teal):not(.pink):not(.peach):not(.orange):not(.yellow):not(.beige) .hero-section-intro {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #002d52;
  color: #ffffff; }

.channels-page.channels-homepage .page-intro .channels-page.department-homepage .page-intro,
.department-page.blue.channels-homepage .page-intro .channels-page.department-homepage .page-intro,
.department-page:not(.tawny):not(.green):not(.brown):not(.teal):not(.pink):not(.peach):not(.orange):not(.yellow):not(.beige).channels-homepage .page-intro .channels-page.department-homepage .page-intro, .channels-page.channels-homepage .page-intro
.department-page.blue.department-homepage .page-intro,
.department-page.blue.channels-homepage .page-intro
.department-page.blue.department-homepage .page-intro,
.department-page:not(.tawny):not(.green):not(.brown):not(.teal):not(.pink):not(.peach):not(.orange):not(.yellow):not(.beige).channels-homepage .page-intro
.department-page.blue.department-homepage .page-intro, .channels-page.channels-homepage .page-intro
.department-page:not(.tawny):not(.green):not(.brown):not(.teal):not(.pink):not(.peach):not(.orange):not(.yellow):not(.beige).department-homepage .page-intro,
.department-page.blue.channels-homepage .page-intro
.department-page:not(.tawny):not(.green):not(.brown):not(.teal):not(.pink):not(.peach):not(.orange):not(.yellow):not(.beige).department-homepage .page-intro,
.department-page:not(.tawny):not(.green):not(.brown):not(.teal):not(.pink):not(.peach):not(.orange):not(.yellow):not(.beige).channels-homepage .page-intro
.department-page:not(.tawny):not(.green):not(.brown):not(.teal):not(.pink):not(.peach):not(.orange):not(.yellow):not(.beige).department-homepage .page-intro {
  color: #c1cbd4; }

.channels-page .side-nav,
.department-page.blue .side-nav,
.department-page:not(.tawny):not(.green):not(.brown):not(.teal):not(.pink):not(.peach):not(.orange):not(.yellow):not(.beige) .side-nav {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #224a6b;
  color: #c1cbd4; }

.channels-page .hero-nav,
.department-page.blue .hero-nav,
.department-page:not(.tawny):not(.green):not(.brown):not(.teal):not(.pink):not(.peach):not(.orange):not(.yellow):not(.beige) .hero-nav {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f2a900;
  color: #003865; }

.channels-page .hero-nav-icon,
.department-page.blue .hero-nav-icon,
.department-page:not(.tawny):not(.green):not(.brown):not(.teal):not(.pink):not(.peach):not(.orange):not(.yellow):not(.beige) .hero-nav-icon {
  background-color: #003865; }

.department-page.tawny .hero-header-panel,
.department-page.tawny .hero-section-intro,
.department-page.tawny .hero-nav {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #936a5b;
  color: #ffffff; }

.department-page.tawny .hero-nav-icon {
  background-color: #ffffff; }

.department-page.green .hero-header-panel,
.department-page.green .hero-section-intro,
.department-page.green .hero-nav {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #66804b;
  color: #ffffff; }

.department-page.green .hero-nav-icon {
  background-color: #ffffff; }

.department-page.brown .hero-header-panel,
.department-page.brown .hero-section-intro,
.department-page.brown .hero-nav {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #7a4c35;
  color: #ffffff; }

.department-page.brown .hero-nav-icon {
  background-color: #ffffff; }

.department-page.teal .hero-header-panel,
.department-page.teal .hero-section-intro,
.department-page.teal .hero-nav {
  background-color: #91c9c0;
  color: #003865; }

.department-page.teal .hero-nav-icon {
  background-color: #003865; }

.department-page.pink .hero-header-panel,
.department-page.pink .hero-section-intro,
.department-page.pink .hero-nav {
  background-color: #e8bec9;
  color: #003865; }

.department-page.pink .page-title.page-title {
  border-top-color: #ffffff; }

.department-page.pink .hero-nav-icon {
  background-color: #003865; }

.department-page.peach .hero-header-panel,
.department-page.peach .hero-section-intro,
.department-page.peach .hero-nav {
  background-color: #e6a667;
  color: #003865; }

.department-page.peach .page-title.page-title {
  border-top-color: #ffffff; }

.department-page.peach .hero-nav-icon {
  background-color: #003865; }

.department-page.orange .hero-header-panel,
.department-page.orange .hero-section-intro,
.department-page.orange .hero-nav {
  background-color: #f08346;
  color: #003865; }

.department-page.orange .page-title.page-title {
  border-top-color: #ffffff; }

.department-page.orange .hero-nav-icon {
  background-color: #003865; }

.department-page.yellow .hero-header-panel,
.department-page.yellow .hero-section-intro,
.department-page.yellow .hero-nav {
  background-color: #f2a900;
  color: #003865; }

.department-page.yellow .page-title.page-title {
  border-top-color: #ffffff; }

.department-page.yellow .hero-nav-icon {
  background-color: #003865; }

.department-page.beige .hero-header-panel,
.department-page.beige .hero-section-intro,
.department-page.beige .hero-nav {
  background-color: #d9c1a9;
  color: #003865; }

.department-page.beige .page-title.page-title {
  border-top-color: #ffffff; }

.department-page.beige .hero-nav-icon {
  background-color: #003865; }

.location-map .location-map-overlay {
  z-index: 9;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none; }
  .location-map .location-map-overlay .lw_widget_places {
    box-shadow: 15px 10px 28px -1px rgba(0, 0, 0, 0.5);
    z-index: 10;
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 5px;
    transform: translate3d(-50%, -50%, 0);
    background-color: white; }
    .location-map .location-map-overlay .lw_widget_places .lw_places_footer {
      display: none; }

.location-map.is-open .location-map-overlay {
  opacity: 1;
  pointer-events: all; }

.alert-box {
  padding: 23px 60px 27px;
  background-color: #c44747;
  color: #ffffff;
  font-size: 1.8rem;
  margin-bottom: 0;
  text-align: center; }
  .alert-box.small {
    font-size: 1.8rem; }
  .alert-box.smaller {
    font-size: 1.6rem; }
  .alert-box.smallest {
    font-size: 1.4rem; }
  .alert-box.announcement {
    background-color: #66804b;
    font-size: 1.5rem;
    padding: 5px 10px 8px;
    margin-bottom: 0; }
  .alert-box a {
    color: #ffffff;
    text-decoration: underline; }
    .alert-box a:hover, .alert-box a:focus {
      color: #e9dbcc; }

#gdpr-notice {
  display: none;
  text-align: center;
  font-size: 1.6rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #ffe29f;
  color: #222;
  padding: 1em 80px; }
  @media all and (max-width: 800px) {
    #gdpr-notice {
      padding: 0.5em;
      padding-right: 80px; } }
  #gdpr-notice p {
    display: inline; }
  #gdpr-notice .standard-btn {
    padding: 7px 12px 9px;
    margin-left: 1em; }
  #gdpr-notice .exit {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 70px;
    font-size: 3rem;
    line-height: 62px;
    text-align: center;
    padding: 0 0 0 4px; }

.events-map {
  position: relative;
  background-color: #d8d8d8; }
  .events-map .events-map-places {
    width: 62%;
    overflow: hidden; }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .events-map .events-map-places {
        display: none; } }
    .events-map .events-map-places .lw_places_map {
      width: 100% !important; }
    .events-map .events-map-places .lw_places_footer {
      display: none; }
    .events-map .events-map-places .gm-style .gm-style-iw-a {
      display: none; }
  .events-map .events-map-list {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
    height: 100%;
    line-height: 1.2;
    box-shadow: -25px 2px 28px -1px rgba(0, 0, 0, 0.17); }
    @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
      .events-map .events-map-list {
        position: static;
        width: 100%; } }
    .events-map .events-map-list ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      height: calc(100% - 60px);
      overflow-y: scroll; }
      .events-map .events-map-list ul li {
        margin: 0; }
        .events-map .events-map-list ul li::before {
          display: none; }
      .events-map .events-map-list ul::-webkit-scrollbar {
        width: 0px; }
      @media only screen and (max-width: 579px), only screen and (min-width: 580px) and (max-width: 767px) {
        .events-map .events-map-list ul {
          margin-bottom: 60px; } }
    .events-map .events-map-list li > a {
      text-decoration: none;
      display: block;
      padding: 21px 3.3vw 30px;
      transition: all 150ms linear;
      box-shadow: inset 0 0 0 4px transparent; }
    .events-map .events-map-list li:nth-child(2n+1) > a {
      background-color: #ffffff; }
    .events-map .events-map-list li:nth-child(2n+2) > a {
      background-color: #f2f2f2; }
    .events-map .events-map-list li a.is-active,
    .events-map .events-map-list li > a:hover,
    .events-map .events-map-list li > a:focus {
      background-color: #dfe4e9; }
      .events-map .events-map-list li a.is-active h4,
      .events-map .events-map-list li > a:hover h4,
      .events-map .events-map-list li > a:focus h4 {
        text-decoration: underline; }
    .events-map .events-map-list li h4 {
      font-family: FFMarkWebProBold;
      font-weight: normal;
      font-style: normal;
      font-size: 2.1rem;
      line-height: 1.15;
      color: #003865;
      margin: 0; }
    .events-map .events-map-list li time {
      font-family: FFMarkWebProBookItalic;
      font-weight: normal;
      font-style: normal;
      font-size: 1.7rem;
      color: #4e7391;
      display: block;
      margin-bottom: 8px; }
    .events-map .events-map-list li .summary {
      font-family: FFMarkWebProMedium;
      font-weight: normal;
      font-style: normal;
      font-size: 1.7rem;
      color: #6e6e6e; }
  .events-map .events-map-list-all {
    font-family: FFMarkWebProMedium;
    font-weight: normal;
    font-style: normal;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 19px 3.3vw;
    height: 60px;
    background-color: #f2a900;
    color: #003865;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 1;
    text-decoration: none;
    transition: all 150ms linear; }
    .events-map .events-map-list-all::after {
      content: '';
      display: inline-block;
      height: 0;
      width: 0;
      vertical-align: text-bottom;
      position: relative;
      right: -0.45em;
      bottom: 0.21em;
      border-width: 0.65rem;
      border-color: transparent;
      border-style: solid;
      border-left-color: #003865; }
    .events-map .events-map-list-all:hover, .events-map .events-map-list-all:focus {
      background-color: #ffb917;
      text-decoration: underline; }

.custom-dimension-video-wrapper .fluid-width-video-wrapper {
  padding-top: 0 !important; }
  .custom-dimension-video-wrapper .fluid-width-video-wrapper iframe {
    position: static;
    top: unset;
    left: unset;
    max-width: 100%;
    width: auto !important;
    height: auto !important; }

.youtube-video {
  position: relative;
  width: 100%;
  max-height: 100%;
  overflow: hidden; }
  .youtube-video::after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 56.25%; }
    .youtube-video.has-controls .youtube-video::after {
      min-height: calc(56.25% + 70px); }
  .youtube-video > .lw_image {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-height: 100%;
    min-width: 100%; }
    .youtube-video > .lw_image img {
      width: 100%; }
    .youtube-video.has-controls .youtube-video > .lw_image {
      min-height: calc(100% - 70px); }

.youtube-video-iframe {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .youtube-video.has-controls .youtube-video-iframe {
    max-height: calc(100% - 70px); }
  .youtube-video.is-playing .youtube-video-iframe {
    z-index: 2; }

.youtube-video-controls {
  z-index: 10;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70px;
  padding: 16px 50px 16px 30px;
  line-height: 0;
  background-color: #224a6b;
  overflow: hidden; }

.youtube-video-controls-left {
  float: left; }

.youtube-video-controls-right {
  float: right; }

.youtube-video-button, .youtube-video-play, .youtube-video-play-large, .youtube-video-pause, .youtube-video-backwards, .youtube-video-forwards {
  display: block;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  border: none;
  padding: 0;
  background-color: #b0bac2;
  width: 40px;
  height: 40px;
  font-size: 10px; }
  .youtube-video-button::after, .youtube-video-play::after, .youtube-video-play-large::after, .youtube-video-pause::after, .youtube-video-backwards::after, .youtube-video-forwards::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    border: solid transparent;
    border-left-color: #224a6b;
    border-width: 0.9em 1.5em;
    margin-top: -0.96em;
    margin-left: -0.53em;
    pointer-events: none; }
  .youtube-video-button:focus, .youtube-video-play:focus, .youtube-video-play-large:focus, .youtube-video-pause:focus, .youtube-video-backwards:focus, .youtube-video-forwards:focus {
    outline: none; }

.youtube-video-play {
  float: left; }
  .youtube-video-play:hover, .youtube-video-play:focus {
    background-color: #f2a900; }
  .youtube-video.is-playing .youtube-video-play {
    display: none; }

.youtube-video-play-large {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 11vw;
  height: 11vw;
  margin-left: -5.5vw;
  margin-top: -5.5vw;
  font-size: 2.5vw; }
  @media only screen and (min-width: 992px) and (max-width: 1299px), only screen and (min-width: 1300px) {
    .youtube-video-play-large {
      width: 80px;
      height: 80px;
      margin-left: -40px;
      margin-top: -40px;
      font-size: 20px; } }
  @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.has-videos .youtube-video-play-large {
      display: none; } }
  .youtube-video.has-controls .youtube-video-play-large {
    top: calc(50% - 30px); }
  .youtube-video.is-playing .youtube-video-play-large {
    display: none; }
  .youtube-video-play-large.yellow {
    background-color: #f2a900; }
    .youtube-video-play-large.yellow:hover, .youtube-video-play-large.yellow:focus {
      background-color: #ffbe26; }
  .youtube-video-play-large.smaller {
    width: 5vw;
    height: 5vw;
    margin-left: -2.5vw;
    margin-top: -2.5vw;
    font-size: 1vw; }

.youtube-video-pause {
  display: none;
  float: left; }
  .youtube-video-pause::before, .youtube-video-pause::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border: none;
    border-left: 4px solid #224a6b;
    height: 15px;
    margin-top: -8px;
    margin-left: -6px;
    pointer-events: none; }
  .youtube-video-pause::after {
    margin-left: 2px; }
  .youtube-video-pause:hover, .youtube-video-pause:focus {
    background-color: #b0bac2; }
  .youtube-video.is-playing .youtube-video-pause {
    display: block; }

.youtube-video-backwards {
  float: left;
  background-color: transparent;
  margin-right: 7px; }
  .youtube-video-backwards::after {
    border-left-color: transparent !important;
    border-right-color: #b0bac2;
    margin-left: -2.4em; }
  .youtube-video-backwards::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 20%;
    border: none;
    border-left: 2px solid #b0bac2;
    height: 1.8em;
    margin-top: -1em;
    margin-left: 0.2em;
    pointer-events: none; }

.youtube-video-forwards {
  float: left;
  background-color: transparent;
  margin-left: 7px; }
  .youtube-video-forwards::after {
    border-left-color: #b0bac2;
    margin-left: -0.8em; }
  .youtube-video-forwards::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 20%;
    border: none;
    border-left: 2px solid #b0bac2;
    height: 1.8em;
    margin-top: -1em;
    margin-left: 1.8em;
    pointer-events: none; }

.youtube-video-mute, .youtube-video-unmute {
  float: right;
  position: relative;
  cursor: pointer;
  border: none;
  padding: 0;
  background-color: transparent;
  margin-top: 9px; }
  .youtube-video-mute::before, .youtube-video-unmute::before {
    content: '';
    display: block;
    width: 25px;
    height: 24px;
    background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/video-mute.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  .youtube-video.is-mute .youtube-video-mute, .youtube-video.is-mute .youtube-video-unmute {
    display: none; }
  .youtube-video-mute:focus, .youtube-video-unmute:focus {
    outline: none; }

.youtube-video-unmute {
  display: none; }
  .youtube-video-unmute::before {
    background-image: url("/live/resource/image/_ingredients/themes/global/assets/icons/video-unmute.png"); }
  .youtube-video.is-mute .youtube-video-unmute {
    display: block; }

.youtube-video-close {
  z-index: 9;
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 8px;
  right: 4px;
  border-radius: 50%;
  padding: 0;
  font-size: 27px;
  text-align: center;
  background: none;
  border: none;
  color: #f2f0f0;
  cursor: pointer;
  text-rendering: auto;
  line-height: 1; }
  .youtube-video-close:hover, .youtube-video-close:focus {
    color: #f2a900; }

.details_news .youtube-video {
  margin-bottom: 30px; }

table.data,
table.scroll {
  margin-bottom: 5px; }
  table.data th,
  table.scroll th {
    background-color: #f2f2f2;
    color: #4E4E4E;
    font-weight: bold; }
  table.data td, table.data th,
  table.scroll td,
  table.scroll th {
    border: 1px solid #ddd;
    padding: 15px; }
  table.data.has-header tr:first-child td, table.data.has-header tr:first-child th,
  table.data thead tr:first-child td,
  table.data thead tr:first-child th,
  table.scroll.has-header tr:first-child td,
  table.scroll.has-header tr:first-child th,
  table.scroll thead tr:first-child td,
  table.scroll thead tr:first-child th {
    background-color: #f2f2f2;
    color: #4E4E4E;
    font-weight: bold;
    font-size: 16px; }
    table.data.has-header tr:first-child td h1, table.data.has-header tr:first-child td h2, table.data.has-header tr:first-child td h3, table.data.has-header tr:first-child td h4, table.data.has-header tr:first-child td h5, table.data.has-header tr:first-child td h6, table.data.has-header tr:first-child td strong, table.data.has-header tr:first-child th h1, table.data.has-header tr:first-child th h2, table.data.has-header tr:first-child th h3, table.data.has-header tr:first-child th h4, table.data.has-header tr:first-child th h5, table.data.has-header tr:first-child th h6, table.data.has-header tr:first-child th strong,
    table.data thead tr:first-child td h1,
    table.data thead tr:first-child td h2,
    table.data thead tr:first-child td h3,
    table.data thead tr:first-child td h4,
    table.data thead tr:first-child td h5,
    table.data thead tr:first-child td h6,
    table.data thead tr:first-child td strong,
    table.data thead tr:first-child th h1,
    table.data thead tr:first-child th h2,
    table.data thead tr:first-child th h3,
    table.data thead tr:first-child th h4,
    table.data thead tr:first-child th h5,
    table.data thead tr:first-child th h6,
    table.data thead tr:first-child th strong,
    table.scroll.has-header tr:first-child td h1,
    table.scroll.has-header tr:first-child td h2,
    table.scroll.has-header tr:first-child td h3,
    table.scroll.has-header tr:first-child td h4,
    table.scroll.has-header tr:first-child td h5,
    table.scroll.has-header tr:first-child td h6,
    table.scroll.has-header tr:first-child td strong,
    table.scroll.has-header tr:first-child th h1,
    table.scroll.has-header tr:first-child th h2,
    table.scroll.has-header tr:first-child th h3,
    table.scroll.has-header tr:first-child th h4,
    table.scroll.has-header tr:first-child th h5,
    table.scroll.has-header tr:first-child th h6,
    table.scroll.has-header tr:first-child th strong,
    table.scroll thead tr:first-child td h1,
    table.scroll thead tr:first-child td h2,
    table.scroll thead tr:first-child td h3,
    table.scroll thead tr:first-child td h4,
    table.scroll thead tr:first-child td h5,
    table.scroll thead tr:first-child td h6,
    table.scroll thead tr:first-child td strong,
    table.scroll thead tr:first-child th h1,
    table.scroll thead tr:first-child th h2,
    table.scroll thead tr:first-child th h3,
    table.scroll thead tr:first-child th h4,
    table.scroll thead tr:first-child th h5,
    table.scroll thead tr:first-child th h6,
    table.scroll thead tr:first-child th strong {
      font-size: inherit;
      font-weight: inherit;
      color: inherit; }

@media (max-width: 767px) {
  .scroll-table-outer {
    position: relative;
    margin: 4rem 0; }
    .scroll-table-outer .scroll-table-inner {
      overflow: auto; }
    .scroll-table-outer table.scroll-table {
      min-width: 500px; }
      .scroll-table-outer table.scroll-table td {
        width: auto !important; }
    .scroll-table-outer::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 1rem;
      background-image: linear-gradient(90deg, transparent, #000);
      opacity: .1;
      pointer-events: none; } }

@media (max-width: 767px) {
  table.data thead {
    display: none; }
  table.data td {
    display: block;
    clear: both; }
  table.data td, table.data th {
    padding: 10px; }
  table.data.has-header tbody tr:first-child {
    display: none; }
  table.data tbody tr {
    display: block;
    margin-bottom: 25px; }
    table.data tbody tr > * {
      display: block;
      border-top-width: 0;
      width: 100% !important; }
      table.data tbody tr > *:first-child {
        border-top-width: 1px; }
      table.data tbody tr > *:before {
        content: attr(data-th);
        display: block;
        width: 100%;
        font-weight: bold;
        margin-bottom: 5px; }
    table.data tbody tr:last-child {
      margin-bottom: 0px; }
  table.data tbody td.mobile-header {
    background-color: #eee;
    font-weight: bold; } }

/* Additional Table Styles for WYSIWYG */
.rich-text table.flexible-width {
  table-layout: auto; }

.rich-text table.align-middle th, .rich-text table.align-middle td {
  vertical-align: middle; }

.landing-page .page-intro-image {
  margin-top: 10px; }

.landing-page .call-to-action {
  margin-bottom: 30px;
  text-align: center; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .landing-page .call-to-action {
      max-width: 50%; } }
  @media only screen and (min-width: 1300px) {
    .landing-page .call-to-action {
      max-width: 33.3%; } }
  .landing-page .call-to-action a {
    font-family: FFMarkWebProBold;
    font-weight: normal;
    font-style: normal;
    background-color: #f2a900;
    border-radius: 2px;
    border: none;
    color: #003865;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    padding: 16px 22px 14px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 250ms ease;
    padding-right: 20px;
    font-size: 2.2rem;
    margin: 0 auto;
    padding: 20px 26px; }
    .landing-page .call-to-action a:hover, .landing-page .call-to-action a:focus {
      background-color: #ffbe26;
      color: #003865;
      text-decoration: none; }
    .landing-page .call-to-action a:focus {
      outline: 2px dotted #337ab7;
      outline: auto 5px -webkit-focus-ring-color;
      outline-color: #337ab7; }
    .landing-page .call-to-action a.reverse {
      background-color: #003865;
      color: #ffffff; }
      .landing-page .call-to-action a.reverse:hover, .landing-page .call-to-action a.reverse:focus {
        background-color: #005498;
        color: #ffffff;
        text-decoration: none; }
    .landing-page .call-to-action a::after {
      content: '\f061';
      display: inline;
      margin-left: 4px;
      font-size: 0.8em;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1; }
    @media only screen and (max-width: 579px) {
      .landing-page .call-to-action a {
        font-size: 2.0rem; } }
    @media only screen and (max-width: 435px) {
      .landing-page .call-to-action a {
        font-size: 1.8rem; } }

.library-chat {
  margin-bottom: 1.15em; }

.cday-events img, .cday-events .lw_image, .cday-activity.major img, .cday-activity.major .lw_image {
  margin-bottom: 0; }

.cday-activity.minor {
  text-align: center; }

.cday-activity.minor::after {
  content: "";
  height: 0;
  width: 90%;
  margin: 1em auto;
  display: block;
  border: 1px solid #d8d8d8; }

.list-of-graduates {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px; }
  .list-of-graduates .graduate-listing {
    padding: 0 15px;
    margin: 0 0 30px;
    width: 100%; }
    @media only screen and (min-width: 580px) {
      .list-of-graduates .graduate-listing {
        max-width: 50%; } }
    @media only screen and (min-width: 768px) {
      .list-of-graduates .graduate-listing {
        max-width: 33.33%; } }
    @media only screen and (min-width: 1300px) {
      .list-of-graduates .graduate-listing {
        max-width: 25%; } }
    .list-of-graduates .graduate-listing h3 {
      margin: 0; }

/* For: https://www.beloit.edu/admission/events-workshops/ */
h2.adms-event-type {
  font-size: 2.75rem; }

/* For: Inline Fade Galleries, such as https://www.beloit.edu/student-life/the-powerhouse/ */
.lw_widget_type_galleries_inline.lw_gallery_fade {
  margin-bottom: 1.25em; }

/* For: random widgets on homepage. */
.yellow-links a {
  color: #f2a900 !important; }
  .yellow-links a:hover {
    color: #f2a900 !important; }

/* Print Styles, Simple Initial Steps */
@media print {
  * {
    background-color: #FFF !important;
    color: #111 !important;
    border-color: #AAA !important; }
  body {
    min-height: unset; }
  #lw-toolbar, .site-header, .alert-box, .side-nav, .site-footer-top, .site-footer-social, #gdpr-notice {
    display: none !important; }
  .lw_accordion.lw_accordion .lw_accordion_block_content {
    display: block !important; }
  .lw_accordion.lw_accordion .lw_accordion_block_title {
    border: solid 2px !important; }
  .scroll-table-outer .scroll-table-inner {
    overflow: unset !important; }
  .page-mainbar,
  .page-sidebar {
    flex: 0 0 100% !important;
    max-width: 100% !important; }
  .site-footer-bottom .inner {
    display: block !important; }
    .site-footer-bottom .inner > * {
      display: inline;
      padding-right: 20px; }
  body.magazine-page #lw_page {
    padding-top: 0; }
  body.magazine-page .magazine-nav .ui.selection.dropdown {
    border: none; }
  body.magazine-page .magazine-nav i.dropdown.icon,
  body.magazine-page .magazine-nav .magazine-nav-links,
  body.magazine-page .magazine-nav .search-form {
    display: none; }
  body.magazine-story .magazine-story-hero {
    flex-wrap: wrap;
    min-height: unset; }
  body.magazine-story .magazine-story-hero-left {
    display: none !important; }
  body.magazine-story .magazine-story-hero-right {
    flex: 0 0 100%;
    padding: 25px 7vw 25px; }
  body.magazine-story .magazine-story-hero-right::after {
    display: none !important; }
  body.magazine-story .magazine-story-body {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 40px 0; }
  body.magazine-story .magazine-label {
    padding: 0; }
  body.magazine-story img {
    max-height: 500px;
    width: auto; }
  body.magazine-story div.lw_share_links {
    display: none !important; }
  body.magazine-story .magazine-additional-stories {
    display: none !important;
    height: 0; }
  body.magazine-story .magazine-footer {
    display: none !important;
    height: 0; } }

/* Fade Gallery Mobile View Hack */
/* Wrap fade gallery widget in a div with this first class. */
@media only screen and (max-width: 767px) {
  .fade-mobile-hack .lw_gallery_fade .lwg-fade-caption {
    position: relative;
    top: 100%;
    bottom: unset;
    background-color: #003865; } }

/* Statistcs Set */
.statistics-set {
  margin-bottom: 2rem;
  /*.minor-stats { 
    
  }*/ }
  .statistics-set h2 {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 2.4rem; }
  .statistics-set .stat {
    text-align: center;
    background: #224a6b;
    color: #ffffff; }
  .statistics-set .major-stats {
    justify-content: space-around; }
    .statistics-set .major-stats .stat {
      display: table;
      position: relative;
      padding: 3rem 4%;
      margin: 0 0 1em; }
      .statistics-set .major-stats .stat.starred .stat-number {
        color: #f2a900; }
      @media only screen and (min-width: 992px) {
        .statistics-set .major-stats .stat {
          display: block;
          max-width: 31.333333%; } }
      .statistics-set .major-stats .stat > * {
        vertical-align: middle; }
    .statistics-set .major-stats .stat-number {
      display: table-cell;
      font-family: georgia, serif;
      color: inherit;
      font-size: 6rem;
      border-right: 2px solid #f2a900;
      line-height: 0.9;
      margin: 0;
      padding: 0 2rem 0 0;
      width: 50px;
      pointer-events: none; }
      .statistics-set .major-stats .stat-number.small {
        font-size: 5rem; }
      @media only screen and (max-width: 435px) {
        .statistics-set .major-stats .stat-number {
          font-size: 5rem; }
          .statistics-set .major-stats .stat-number.small {
            font-size: 4rem; } }
      @media only screen and (min-width: 992px) {
        .statistics-set .major-stats .stat-number {
          display: block;
          border-right: none;
          border-bottom: 2px solid #f2a900;
          margin: 0 0 1.5rem;
          padding: 0 0 1.5rem;
          width: auto; }
          .statistics-set .major-stats .stat-number.small {
            font-size: 5rem;
            line-height: 5.4rem; } }
      @media only screen and (min-width: 1300px) {
        .statistics-set .major-stats .stat-number {
          font-size: 8rem; }
          .statistics-set .major-stats .stat-number.small {
            font-size: 6rem;
            line-height: 7.2rem; } }
    .statistics-set .major-stats .stat-text {
      display: table-cell;
      font-size: 1.8rem;
      padding: 0 0 0 1.5rem;
      pointer-events: none; }
      @media only screen and (max-width: 435px) {
        .statistics-set .major-stats .stat-text {
          font-size: 1.6rem; } }
      @media only screen and (min-width: 992px) {
        .statistics-set .major-stats .stat-text {
          display: block;
          font-size: 1.7rem;
          padding: 0; } }
    .statistics-set .major-stats .stat-link {
      display: block;
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 3px solid #224a6b;
      transition: border 0.25s; }
      .statistics-set .major-stats .stat-link:hover {
        border: 3px solid #f2a900; }
      .statistics-set .major-stats .stat-link .link-text {
        position: absolute;
        top: 0;
        left: 120%; }
      .statistics-set .major-stats .stat-link .corner-square {
        display: none;
        /*background: $yellow;
        position: absolute;
        width: 40px;
        height: 40px;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        &, &.solo {
          bottom: -23px;
          right: -23px; 
        }
        &.pair {
          bottom: -26px;
          right: 18px;
          &.deg-35 {
            -ms-transform: rotate(35deg);
            transform: rotate(35deg);
            bottom: -26px;
            right: 13px;
          }
        }*/ }
      .statistics-set .major-stats .stat-link .prompt {
        display: block;
        position: absolute;
        z-index: 1;
        bottom: 0;
        right: 0;
        background: #f2a900;
        padding: 0px 3px 3px 0px;
        font-size: 14px;
        color: #003865;
        text-decoration: none; }
        .statistics-set .major-stats .stat-link .prompt:hover, .statistics-set .major-stats .stat-link .prompt:focus {
          color: inherit;
          text-decoration: inherit; }
        .statistics-set .major-stats .stat-link .prompt::before {
          content: "";
          background: #f2a900;
          position: absolute;
          width: 40px;
          height: 40px;
          -ms-transform: rotate(35deg);
          transform: rotate(35deg);
          left: -15px;
          top: 8px;
          z-index: -1; }
    .statistics-set .major-stats .lw_paginate {
      text-align: center;
      margin: 0 auto 0;
      font-size: 1.5rem; }

/* Badges Set (623) */
.badges-set {
  margin-bottom: 2rem; }
  .badges-set h2 {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 2.4rem; }
  .badges-set .lw_paginate {
    text-align: center;
    margin: 0 auto 0;
    font-size: 1.5rem; }

/* I'm All In Blurb Widget (455) */
@media only screen and (max-width: 767px) {
  .im-all-in-blurb .supporter-image {
    display: none; } }

/* I'm All In Banner Widget (456) */
.im-all-in-banner h2 {
  font-size: 2.4rem; }

.im-all-in-banner h3 {
  font-size: 2.5rem;
  font-family: Calluna-Bold;
  font-weight: normal;
  font-style: normal; }
  .im-all-in-banner h3 em {
    font-family: Calluna-BoldIt; }

.im-all-in-banner h4 {
  font-size: 2.0rem;
  font-family: FFMarkWebProMediumItalic;
  font-weight: normal;
  font-style: normal; }

.im-all-in-banner p {
  font-size: 2.0rem;
  font-family: FFMarkWebProBook;
  font-weight: normal;
  font-style: normal; }

.im-all-in-banner a.arrow-btn {
  font-size: 1.7rem; }

/* I'm All In – Larger Text */
body.im-all-in h1.page-title .headline-mobile,
body.page_tag_im-all-in h1.page-title .headline-mobile {
  display: block;
  max-width: 100%; }

body.im-all-in h1.page-title .headline-desktop,
body.page_tag_im-all-in h1.page-title .headline-desktop {
  display: none; }

body.im-all-in h2,
body.page_tag_im-all-in h2 {
  font-size: 2.4rem; }

body.im-all-in h3,
body.page_tag_im-all-in h3 {
  font-size: 2.7rem;
  font-family: Calluna-Bold;
  font-weight: normal;
  font-style: normal; }
  body.im-all-in h3 em,
  body.page_tag_im-all-in h3 em {
    font-family: Calluna-BoldIt; }

body.im-all-in h4,
body.page_tag_im-all-in h4 {
  font-size: 2.0rem;
  font-family: FFMarkWebProMediumItalic;
  font-weight: normal;
  font-style: normal; }

body.im-all-in .rich-text,
body.page_tag_im-all-in .rich-text {
  font-size: 2.0rem; }

@media only screen and (min-width: 580px) {
  body.im-all-in h1.page-title .headline-mobile,
  body.page_tag_im-all-in h1.page-title .headline-mobile {
    display: none; }
  body.im-all-in h1.page-title .headline-desktop,
  body.page_tag_im-all-in h1.page-title .headline-desktop {
    display: block;
    max-width: 100%; } }

@media only screen and (min-width: 1300px) {
  body.im-all-in h2,
  body.page_tag_im-all-in h2 {
    font-size: 2.6rem; }
  body.im-all-in h3,
  body.page_tag_im-all-in h3 {
    font-size: 3rem; }
  body.im-all-in h4,
  body.page_tag_im-all-in h4 {
    font-size: 2.2rem; }
  body.im-all-in .rich-text,
  body.page_tag_im-all-in .rich-text {
    font-size: 2.2rem; } }

/* Invert Colors */
body.invert_colors,
body.page_tag_invert-colors {
  background-color: #003865; }
  body.invert_colors #lw_page,
  body.page_tag_invert-colors #lw_page {
    background-color: #003865 !important; }
  body.invert_colors .site-main-content,
  body.page_tag_invert-colors .site-main-content {
    color: #e6e6e6; }
    body.invert_colors .site-main-content .breadcrumbs .lw_breadcrumb_link a,
    body.page_tag_invert-colors .site-main-content .breadcrumbs .lw_breadcrumb_link a {
      color: #d8d8d8 !important; }
    body.invert_colors .site-main-content .breadcrumbs .lw_breadcrumb_link.lw_current,
    body.page_tag_invert-colors .site-main-content .breadcrumbs .lw_breadcrumb_link.lw_current {
      color: #f2a900 !important; }
    body.invert_colors .site-main-content .page-title,
    body.invert_colors .site-main-content h2, body.invert_colors .site-main-content h4, body.invert_colors .site-main-content h6,
    body.page_tag_invert-colors .site-main-content .page-title,
    body.page_tag_invert-colors .site-main-content h2,
    body.page_tag_invert-colors .site-main-content h4,
    body.page_tag_invert-colors .site-main-content h6 {
      color: #ffffff; }
    body.invert_colors .site-main-content .page-intro, body.invert_colors .site-main-content .page-outro,
    body.page_tag_invert-colors .site-main-content .page-intro,
    body.page_tag_invert-colors .site-main-content .page-outro {
      color: #f2f2f2; }
    body.invert_colors .site-main-content h3, body.invert_colors .site-main-content h5,
    body.page_tag_invert-colors .site-main-content h3,
    body.page_tag_invert-colors .site-main-content h5 {
      color: #f2a900; }
    body.invert_colors .site-main-content a,
    body.page_tag_invert-colors .site-main-content a {
      color: #f2a900 !important; }
      body.invert_colors .site-main-content a:hover, body.invert_colors .site-main-content a:focus,
      body.page_tag_invert-colors .site-main-content a:hover,
      body.page_tag_invert-colors .site-main-content a:focus {
        color: #f2a900 !important;
        text-decoration: underline !important; }
      body.invert_colors .site-main-content a.has-arrow,
      body.page_tag_invert-colors .site-main-content a.has-arrow {
        position: relative;
        display: inline; }
        body.invert_colors .site-main-content a.has-arrow::after,
        body.page_tag_invert-colors .site-main-content a.has-arrow::after {
          border-color: transparent;
          border-left-color: #f2a900;
          border-style: solid;
          border-width: 0.35em;
          content: '';
          display: inline-block;
          height: 0;
          position: absolute;
          right: -1em;
          bottom: 0.22em;
          vertical-align: text-bottom;
          width: 0; }
      body.invert_colors .site-main-content a.arrow-btn,
      body.page_tag_invert-colors .site-main-content a.arrow-btn {
        color: #003865 !important;
        text-decoration: !important; }
  body.invert_colors.landing-page .call-to-action a,
  body.page_tag_invert-colors.landing-page .call-to-action a {
    color: #003865 !important;
    text-decoration: !important; }

/* Show/Hide on Incoming Students */
.incoming-students-page .fall .lw_pages_editor, .incoming-students-page .spring .lw_pages_editor {
  border: 3px solid #bfb; }
  .incoming-students-page .fall .lw_pages_editor::before, .incoming-students-page .spring .lw_pages_editor::before {
    background-color: #bfb !important; }

.incoming-students-page.adms_fall .spring,
.incoming-students-page.adms_spring .fall {
  display: none; }
  .incoming-students-page.adms_fall .spring .lw_pages_editor,
  .incoming-students-page.adms_spring .fall .lw_pages_editor {
    border: 3px solid #fbb; }
    .incoming-students-page.adms_fall .spring .lw_pages_editor::before,
    .incoming-students-page.adms_spring .fall .lw_pages_editor::before {
      background-color: #fbb !important; }

.incoming-students-page.lw_editor_on .fall, .incoming-students-page.lw_editor_on .spring {
  display: block; }

/* Class for editable "utility" field. */
.bc_utility_field {
  display: none; }
  .lw_editor_on .bc_utility_field {
    display: block; }
    .lw_editor_on .bc_utility_field .lw_pages_editor {
      border: 3px solid #000; }
      .lw_editor_on .bc_utility_field .lw_pages_editor::before {
        background-color: #222 !important;
        color: #fff !important; }

/* Facebook Video Embed */
.facebook_video {
  position: relative;
  max-width: 800px; }
  .facebook_video .ratio {
    display: block;
    width: 100%;
    height: auto; }
  .facebook_video iframe {
    border: none !important;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

/* Group Social Media Widgets */
.group-social-links.col {
  padding: 0; }

.group-social-links i.fab {
  border-radius: 50%;
  background-color: #224a6b;
  color: #f2a900;
  width: 1.75em;
  height: 1.75em;
  padding-top: 0.36em;
  text-align: center; }

.group-social-links i.fab::before {
  margin-left: 0.01em; }

.group-social-links ul.social-list {
  font-size: 3rem;
  padding-left: 20px; }
  .group-social-links ul.social-list li.social-link {
    margin-bottom: 0.4em; }
    .group-social-links ul.social-list li.social-link::before {
      content: ""; }
    .group-social-links ul.social-list li.social-link.row .col {
      padding-left: 10px;
      padding-right: 10px; }
    .group-social-links ul.social-list li.social-link.row .handle {
      top: -0.25em;
      font-size: 0.7em; }

.group-social-links ul.social-buttons {
  font-size: 3.5rem;
  padding-left: 0;
  margin: 0.25em 0; }
  .group-social-links ul.social-buttons li.social-link {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0; }
    .group-social-links ul.social-buttons li.social-link::before {
      content: ""; }

/* Group Type Lists */
@media only screen and (min-width: 992px) {
  ul.group-type-list,
  ul.two-column-list,
  ol.two-column-list,
  .two-column-list ul,
  .two-column-list ol {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2; }
    ul.group-type-list li,
    ul.two-column-list li,
    ol.two-column-list li,
    .two-column-list ul li,
    .two-column-list ol li {
      padding-right: 20px;
      page-break-inside: avoid;
      break-inside: avoid-column; } }

@media only screen and (min-width: 992px) {
  ul.three-column-list,
  ol.three-column-list,
  .three-column-list ul,
  .three-column-list ol {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3; }
    ul.three-column-list li,
    ol.three-column-list li,
    .three-column-list ul li,
    .three-column-list ol li {
      padding-right: 20px;
      page-break-inside: avoid;
      break-inside: avoid-column; } }

/* Making lw-hidden visible in editor. */
/* From Covid Plan site, generalized. */
.editable .lw_hidden {
  position: relative; }
  .lw_editor_on .editable .lw_hidden {
    display: block !important;
    visibility: visible !important;
    opacity: .7;
    border: 2px solid #000;
    padding: 2em 1em 1em;
    margin: .5em 0 1em; }
    .lw_editor_on .editable .lw_hidden:before {
      content: 'Hidden content, not visible to public (.lw-hidden)';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      padding: 3px 6px;
      background: #000;
      color: #fff; }

/* Widget 492: Show one random image with caption. */
.overlay-caption {
  position: relative;
  width: 100%;
  height: 100%; }
  .overlay-caption .lw_image_caption {
    position: relative;
    top: 100%;
    width: 100%;
    min-height: 50px;
    padding: 20px;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #fff;
    background-color: #003865; }
    @media only screen and (min-width: 768px) {
      .overlay-caption .lw_image_caption {
        z-index: 3;
        position: absolute;
        top: unset;
        left: 0;
        bottom: 0;
        background-color: rgba(0, 56, 101, 0.8); } }

/* Homepage Hero Gallery: Temporary fix 05/10/2022 */
@media only screen and (max-width: 599px) {
  #homepage-intro-image .lw_gallery_hero .lwg-hero-container {
    position: absolute;
    bottom: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100%; }
  #homepage-intro-image .lw_gallery_hero .lwg-hero-swiper {
    height: 100%; }
  #homepage-intro-image .lw_gallery_hero .lwg-hero-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 0.9em;
    min-height: auto; }
  #homepage-intro-image .lw_gallery_hero .lwg-hero-caption-text {
    font-size: 0.9em;
    margin: 10px 0 0; } }

/* Athletics Landing Page: Tri-Blocks 09/2022 */
.tri-blocks {
  position: relative;
  z-index: 10; }
  .tri-blocks .tri-block {
    position: relative;
    overflow: hidden;
    background: #003865;
    padding: 60px 5%; }
    @media only screen and (min-width: 768px) {
      .tri-blocks .tri-block {
        padding: 80px 3%; } }
    .tri-blocks .tri-block:hover .background {
      transform: scale(1.1, 1.1); }
  .tri-blocks .background, .tri-blocks .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .tri-blocks .background {
    background: #003865;
    background-position: center !important;
    background-size: cover !important;
    transition: transform 0.5s; }
  .tri-blocks .overlay {
    background: #003865;
    opacity: 50%; }
  .tri-blocks .text {
    position: relative;
    width: 100%;
    color: #ffffff;
    text-shadow: #2d2d2d 3px 2px 4px; }
    .tri-blocks .text h4, .tri-blocks .text h5 {
      color: #ffffff; }

/* Homepage: Block-1 09/2022 */
/* https://www.beloit.edu/_homepage/hp-video-stories-veses.php */
/* https://www.beloit.edu/admission/athletics-at-beloit/ */
#homepage-block-1.story-block.fullwidth iframe {
  border: none; }

@media only screen and (max-width: 767px) {
  #homepage-block-1.story-block.fullwidth.has-gallery .story-block-right.video-tour-start {
    min-height: unset; } }

@media only screen and (max-width: 991px) {
  #homepage-block-1.story-block.fullwidth #homepage-block-1-text {
    padding: 40px 30px; } }

@media only screen and (min-width: 992px) {
  #homepage-block-1.story-block.fullwidth #homepage-block-1-text {
    padding-top: 80px; } }

#homepage-block-1.story-block.fullwidth .story-block-right.video-tour-start {
  background: #224a6b; }
  @media only screen and (max-width: 991px) {
    #homepage-block-1.story-block.fullwidth .story-block-right.video-tour-start {
      height: 56vw; } }
  #homepage-block-1.story-block.fullwidth .story-block-right.video-tour-start .fluid-width-video-wrapper {
    --hp-video-width-min: 50vw;
    --hp-video-width-max: 150vw; }
    @media only screen and (min-width: 992px) {
      #homepage-block-1.story-block.fullwidth .story-block-right.video-tour-start .fluid-width-video-wrapper {
        --hp-video-width: 1250px;
        width: clamp(var(--hp-video-width-min), var(--hp-video-width), var(--hp-video-width-max));
        min-width: var(--hp-video-width-min);
        padding-top: calc(0.5625 * clamp(var(--hp-video-width-min), var(--hp-video-width), var(--hp-video-width-max))) !important; } }
    @media only screen and (min-width: 1300px) {
      #homepage-block-1.story-block.fullwidth .story-block-right.video-tour-start .fluid-width-video-wrapper {
        --hp-video-width: 1150px; } }
    @media only screen and (min-width: 1600px) {
      #homepage-block-1.story-block.fullwidth .story-block-right.video-tour-start .fluid-width-video-wrapper {
        --hp-video-width: 1060px; } }
    @media only screen and (min-width: 2000px) {
      #homepage-block-1.story-block.fullwidth .story-block-right.video-tour-start .fluid-width-video-wrapper {
        --hp-video-width: 50vw; } }

#homepage-block-1.story-block.fullwidth p.large-text {
  font-family: FFMarkWebProMedium;
  font-weight: normal;
  font-style: normal; }

#homepage-block-1.story-block.fullwidth .video-block-1-buttons a.standard-btn,
#homepage-block-1.story-block.fullwidth .video-block-1-buttons a.arrow-btn {
  min-width: 80%;
  font-family: FFMarkWebProBold;
  font-weight: normal;
  font-style: normal;
  font-size: 1.05em; }

.video-block-1-buttons a.standard-btn,
.video-block-1-buttons a.arrow-btn {
  min-width: 80%;
  font-family: FFMarkWebProBold;
  font-weight: normal;
  font-style: normal;
  font-size: 1.05em; }

/* .force-inline 12/2022 */
.force-inline, .force-inline * {
  display: inline !important; }

/* Expert List and Trending List -  02/2023 */
/* https://www.beloit.edu/offices/communications-integrated-marketing/expert-list/ */
.expert-list-search, .isotope-search {
  position: relative;
  background: white; }
  .expert-list-search label, .isotope-search label {
    display: block;
    background: #f2f2f2;
    border: 2px solid #c1cbd4;
    box-shadow: #9f9f9f 2px 2px 4px;
    padding: 20px 10px;
    margin-bottom: 15px;
    min-width: 100%;
    box-shadow: none;
    background: #e6e6e6;
    color: #000;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 15px;
    font-size: 2rem;
    z-index: 0;
    width: auto;
    min-width: unset; }
    .expert-list-search label.invert, .isotope-search label.invert {
      flex-direction: row-reverse; }
  .expert-list-search input, .isotope-search input {
    position: relative;
    background: #f2f2f2;
    border: 2px solid #c1cbd4;
    box-shadow: #9f9f9f 2px 2px 4px;
    padding: 20px 10px;
    margin-bottom: 15px;
    min-width: 100%;
    box-shadow: none;
    background: rgba(255, 255, 255, 0);
    color: #202020;
    padding: 10px 10px 10px 120px;
    margin-bottom: 20px;
    font-size: 2rem;
    z-index: 1; }
    .expert-list-search input.invert, .isotope-search input.invert {
      flex-direction: row-reverse; }
    .expert-list-search input:focus, .isotope-search input:focus {
      background: rgba(255, 255, 255, 0);
      color: #141414; }

.expert-list .expert-profile {
  background: #f2f2f2;
  border: 2px solid #c1cbd4;
  box-shadow: #9f9f9f 2px 2px 4px;
  padding: 20px 10px;
  margin-bottom: 15px;
  min-width: 100%;
  position: relative;
  z-index: 1;
  width: 100%; }
  .expert-list .expert-profile.invert {
    flex-direction: row-reverse; }

.expert-list .expert-image {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 10px 0; }
  @media only screen and (max-width: 991px) {
    .expert-list .expert-image {
      flex: 0 0 100%; } }
  @media only screen and (min-width: 992px) {
    .expert-list .expert-image {
      flex: 0 0 auto;
      width: auto; } }
  .expert-list .expert-image picture, .expert-list .expert-image > img, .expert-list .expert-image .image-placeholder {
    display: block;
    margin: 0 auto;
    height: 200px;
    width: 200px;
    max-width: 100%; }
    @media only screen and (min-width: 992px) {
      .expert-list .expert-image picture, .expert-list .expert-image > img, .expert-list .expert-image .image-placeholder {
        margin: 0 18px; } }
  .expert-list .expert-image .image-placeholder {
    background: #4e7391; }
  .expert-list .expert-image .lw_image_caption {
    width: 200px;
    margin: 5px auto;
    padding: 0;
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .expert-list .expert-image .lw_image_caption {
        margin: 5px 18px 0px;
        text-align: left; } }

.expert-list .expert-text {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 18px;
  color: #4E4E4E; }
  @media only screen and (max-width: 991px) {
    .expert-list .expert-text {
      text-align: center;
      flex: 0 0 100%; } }
  @media only screen and (min-width: 992px) {
    .expert-list .expert-text {
      flex-basis: 0;
      flex-grow: 1; } }
  .expert-list .expert-text h2, .expert-list .expert-text h3, .expert-list .expert-text h4, .expert-list .expert-text h5, .expert-list .expert-text h6 {
    margin-top: 0; }
  .expert-list .expert-text p:last-child {
    margin-bottom: 10px; }
  .expert-list .expert-text .expert-name {
    margin-top: 0px;
    margin-bottom: 2px;
    font-size: 2.3rem;
    color: #2d2d2d; }
    @media only screen and (max-width: 991px) {
      .expert-list .expert-text .expert-name {
        margin: 10px 0 5px; } }
    .expert-list .expert-text .expert-name a {
      text-decoration: underline; }
  .expert-list .expert-text .expert-title {
    font-family: FFMarkWebProBookItalic;
    font-weight: normal;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 10px;
    color: #2d2d2d;
    font-size: 2rem;
    text-transform: none; }
    @media only screen and (max-width: 991px) {
      .expert-list .expert-text .expert-title {
        margin: 5px 0 10px; } }
    .expert-list .expert-text .expert-title a {
      text-decoration: underline; }

.no-expert-results, .isotope-no-results {
  background: #f2f2f2;
  border: 2px solid #c1cbd4;
  box-shadow: #9f9f9f 2px 2px 4px;
  padding: 20px 10px;
  margin-bottom: 15px;
  min-width: 100%;
  font-family: FFMarkWebProBookItalic;
  font-weight: normal;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 10px;
  color: #2d2d2d;
  font-size: 2rem;
  text-transform: none;
  text-align: center;
  width: auto;
  display: none; }
  .no-expert-results.invert, .isotope-no-results.invert {
    flex-direction: row-reverse; }
  @media only screen and (max-width: 991px) {
    .no-expert-results, .isotope-no-results {
      margin: 5px 0 10px; } }
  .no-expert-results a, .isotope-no-results a {
    text-decoration: underline; }

.trending-list .trending-topic {
  background: #f2f2f2;
  border: 2px solid #c1cbd4;
  box-shadow: #9f9f9f 2px 2px 4px;
  padding: 20px 10px;
  margin-bottom: 15px;
  min-width: 100%; }
  .trending-list .trending-topic.invert {
    flex-direction: row-reverse; }

.trending-list .trending-image {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 10px 0; }
  @media only screen and (max-width: 991px) {
    .trending-list .trending-image {
      flex: 0 0 100%; } }
  @media only screen and (min-width: 992px) {
    .trending-list .trending-image {
      flex: 0 0 auto;
      width: auto; } }
  .trending-list .trending-image picture, .trending-list .trending-image > img, .trending-list .trending-image .image-placeholder {
    display: block;
    margin: 0 auto;
    height: 200px;
    width: 200px;
    max-width: 100%; }
    @media only screen and (min-width: 992px) {
      .trending-list .trending-image picture, .trending-list .trending-image > img, .trending-list .trending-image .image-placeholder {
        margin: 0 18px; } }
  .trending-list .trending-image .image-placeholder {
    background: #4e7391; }
  .trending-list .trending-image .lw_image_caption {
    width: 200px;
    margin: 5px auto;
    padding: 0;
    text-align: center; }
    @media only screen and (min-width: 992px) {
      .trending-list .trending-image .lw_image_caption {
        margin: 5px 18px 0px;
        text-align: left; } }

.trending-list .trending-text {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 18px;
  color: #4E4E4E; }
  @media only screen and (max-width: 991px) {
    .trending-list .trending-text {
      text-align: center;
      flex: 0 0 100%; } }
  @media only screen and (min-width: 992px) {
    .trending-list .trending-text {
      flex-basis: 0;
      flex-grow: 1; } }
  .trending-list .trending-text h2, .trending-list .trending-text h3, .trending-list .trending-text h4, .trending-list .trending-text h5, .trending-list .trending-text h6 {
    margin-top: 0; }
  .trending-list .trending-text p:last-child {
    margin-bottom: 10px; }
  .trending-list .trending-text .trending-title {
    margin-top: 0px;
    margin-bottom: 2px;
    font-size: 2.3rem;
    color: #2d2d2d; }
    @media only screen and (max-width: 991px) {
      .trending-list .trending-text .trending-title {
        margin: 10px 0 5px; } }
    .trending-list .trending-text .trending-title a {
      text-decoration: underline; }

/* Picture Cards -  02/2023 */
/* Content Layout - https://www.beloit.edu/offices/communications-integrated-marketing/expert-list/ */
.picture-card-list {
  margin: 20px 0; }
  .picture-card-list .picture-card {
    background: #f2f2f2;
    border: 2px solid #c1cbd4;
    box-shadow: #9f9f9f 2px 2px 4px;
    padding: 20px 10px;
    margin-bottom: 15px;
    min-width: 100%; }
    .picture-card-list .picture-card.invert {
      flex-direction: row-reverse; }
  .picture-card-list.invert .picture-card,
  .picture-card-list .picture-card.invert {
    flex-direction: row-reverse; }
  .picture-card-list .picture-card-image {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 10px 0; }
    @media only screen and (max-width: 991px) {
      .picture-card-list .picture-card-image {
        flex: 0 0 100%; } }
    @media only screen and (min-width: 992px) {
      .picture-card-list .picture-card-image {
        flex: 0 0 auto;
        width: auto; } }
    .picture-card-list .picture-card-image picture, .picture-card-list .picture-card-image > img, .picture-card-list .picture-card-image .image-placeholder {
      display: block;
      margin: 0 auto;
      height: 200px;
      width: 200px;
      max-width: 100%; }
      @media only screen and (min-width: 992px) {
        .picture-card-list .picture-card-image picture, .picture-card-list .picture-card-image > img, .picture-card-list .picture-card-image .image-placeholder {
          margin: 0 18px; } }
    .picture-card-list .picture-card-image .image-placeholder {
      background: #4e7391; }
    .picture-card-list .picture-card-image .lw_image_caption {
      width: 200px;
      margin: 5px auto;
      padding: 0;
      text-align: center; }
      @media only screen and (min-width: 992px) {
        .picture-card-list .picture-card-image .lw_image_caption {
          margin: 5px 18px 0px;
          text-align: left; } }
  .picture-card-list .picture-card-text {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding: 0 18px;
    color: #4E4E4E; }
    @media only screen and (max-width: 991px) {
      .picture-card-list .picture-card-text {
        text-align: center;
        flex: 0 0 100%; } }
    @media only screen and (min-width: 992px) {
      .picture-card-list .picture-card-text {
        flex-basis: 0;
        flex-grow: 1; } }
    .picture-card-list .picture-card-text h2, .picture-card-list .picture-card-text h3, .picture-card-list .picture-card-text h4, .picture-card-list .picture-card-text h5, .picture-card-list .picture-card-text h6 {
      margin-top: 0; }
    .picture-card-list .picture-card-text p:last-child {
      margin-bottom: 10px; }
  .picture-card-list .picture-card-title * {
    margin-top: 0px;
    margin-bottom: 2px;
    font-size: 2.3rem;
    color: #2d2d2d; }
    @media only screen and (max-width: 991px) {
      .picture-card-list .picture-card-title * {
        margin: 10px 0 5px; } }
    .picture-card-list .picture-card-title * a {
      text-decoration: underline; }
  .picture-card-list .picture-card-subtitle * {
    font-family: FFMarkWebProBookItalic;
    font-weight: normal;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 10px;
    color: #2d2d2d;
    font-size: 2rem;
    text-transform: none; }
    @media only screen and (max-width: 991px) {
      .picture-card-list .picture-card-subtitle * {
        margin: 5px 0 10px; } }
    .picture-card-list .picture-card-subtitle * a {
      text-decoration: underline; }
  @media only screen and (max-width: 991px) {
    .lw_widget_pagination .picture-card-list .picture-card, .picture-card-list.lw_widget_pagination .picture-card,
    .picture-card-list .lw_widget_pagination .picture-card {
      padding-bottom: 60px; } }
  @media only screen and (min-width: 992px) {
    .lw_widget_pagination .picture-card-list .picture-card-image, .picture-card-list.lw_widget_pagination .picture-card-image,
    .picture-card-list .lw_widget_pagination .picture-card-image {
      padding-bottom: 60px; } }
  @media only screen and (min-width: 992px) {
    .lw_widget_pagination .picture-card-list .picture-card-title,
    .lw_widget_pagination .picture-card-list .picture-card-subtitle, .picture-card-list.lw_widget_pagination .picture-card-title,
    .picture-card-list.lw_widget_pagination .picture-card-subtitle,
    .picture-card-list .lw_widget_pagination .picture-card-title,
    .picture-card-list .lw_widget_pagination .picture-card-subtitle {
      min-width: 200px; } }
  .picture-card-list .picture-card-body .profile-card-contact i.fas,
  .picture-card-list .picture-card-body .card-contact i.fas {
    margin-right: 8px; }
  .picture-card-list .lw_paginate {
    width: 74px;
    height: 40px;
    position: absolute;
    margin: 0;
    top: 250px;
    right: unset;
    left: 148px;
    transform: translate(-50%, 0); }
    .picture-card-list .lw_paginate .lw_paginate_next,
    .picture-card-list .lw_paginate .lw_paginate_prev {
      display: inline-block;
      overflow: hidden;
      margin-bottom: 6px;
      margin-right: 6px;
      width: 34px;
      height: 34px;
      border: 2px solid #4e7391;
      position: relative;
      color: transparent; }
      .picture-card-list .lw_paginate .lw_paginate_next::before,
      .picture-card-list .lw_paginate .lw_paginate_prev::before {
        content: '';
        display: inline-block;
        padding: 4px 8px;
        font-size: 2.3rem;
        color: #4e7391;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1; }
      .picture-card-list .lw_paginate .lw_paginate_next:hover, .picture-card-list .lw_paginate .lw_paginate_next:focus,
      .picture-card-list .lw_paginate .lw_paginate_prev:hover,
      .picture-card-list .lw_paginate .lw_paginate_prev:focus {
        border-color: #668dac; }
        .picture-card-list .lw_paginate .lw_paginate_next:hover::before, .picture-card-list .lw_paginate .lw_paginate_next:focus::before,
        .picture-card-list .lw_paginate .lw_paginate_prev:hover::before,
        .picture-card-list .lw_paginate .lw_paginate_prev:focus::before {
          color: #668dac; }
    .picture-card-list .lw_paginate .lw_paginate_prev::before {
      content: '\f053'; }
    .picture-card-list .lw_paginate .lw_paginate_next::before {
      content: '\f054'; }
    .picture-card-list .lw_paginate .lw_paginate_count,
    .picture-card-list .lw_paginate .lw_paginate_total,
    .picture-card-list .lw_paginate .lw_spinner {
      display: none; }
    .picture-card-list .lw_paginate .lw_paginate_next,
    .picture-card-list .lw_paginate .lw_paginate_prev {
      z-index: 1;
      position: absolute;
      top: 0;
      margin-right: 0;
      width: 34px;
      height: 34px; }
      .picture-card-list .lw_paginate .lw_paginate_next::before,
      .picture-card-list .lw_paginate .lw_paginate_prev::before {
        font-size: 2.3rem;
        padding: 4px 8.5px; }
    .picture-card-list .lw_paginate .lw_paginate_prev {
      left: 0; }
    .picture-card-list .lw_paginate .lw_paginate_next {
      right: 0; }
    .picture-card-list .lw_paginate::before, .picture-card-list .lw_paginate::after {
      content: '';
      display: inline-block;
      overflow: hidden;
      position: absolute;
      top: 0;
      width: 34px;
      height: 34px;
      padding: 4px 8.5px;
      font-size: 2.3rem;
      color: #b0bac2;
      border: 2px solid #b0bac2;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1; }
    .picture-card-list .lw_paginate::before {
      content: '\f053';
      left: 0; }
    .picture-card-list .lw_paginate::after {
      content: '\f054';
      right: 0; }
    @media only screen and (max-width: 991px) {
      .picture-card-list .lw_paginate {
        top: unset;
        bottom: 12px;
        left: 50%; } }
  .picture-card-list.isotope-ready .picture-card {
    margin-right: 0; }
  @media only screen and (max-width: 1299px) {
    .picture-card-list.two-columns .picture-card-image {
      flex: 0 0 100%; }
      .picture-card-list.two-columns .picture-card-image picture, .picture-card-list.two-columns .picture-card-image > img, .picture-card-list.two-columns .picture-card-image .image-placeholder {
        display: block;
        margin: 0 auto; }
    .picture-card-list.two-columns .picture-card-text {
      text-align: center;
      flex: 0 0 100%; } }
  @media only screen and (min-width: 768px) {
    .picture-card-list.two-columns {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 0; }
      .picture-card-list.two-columns .picture-card {
        flex: 0 0 49%;
        margin: 0 0 15px; } }
  .picture-card-list.timeline::before {
    content: "";
    background: #6e6e6e;
    width: 2px;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    left: 50%;
    transform: translate(-50%, 0); }
  .picture-card-list.timeline .picture-card {
    position: relative;
    z-index: 1; }

/* Valentine's Homepage Feature -  02/2023 */
/* https://www.beloit.edu/offices/communications-integrated-marketing/expert-list/ */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .valentines-day-feature .story-block {
    padding-bottom: 0 !important; } }

.valentines-day-feature .lw_paginate {
  width: 74px;
  height: 40px;
  margin: -20px auto 40px; }
  .valentines-day-feature .lw_paginate .lw_paginate_next,
  .valentines-day-feature .lw_paginate .lw_paginate_prev {
    display: inline-block;
    overflow: hidden;
    margin-bottom: 6px;
    margin-right: 6px;
    width: 34px;
    height: 34px;
    border: 2px solid #4e7391;
    position: relative;
    color: transparent; }
    .valentines-day-feature .lw_paginate .lw_paginate_next::before,
    .valentines-day-feature .lw_paginate .lw_paginate_prev::before {
      content: '';
      display: inline-block;
      padding: 4px 8px;
      font-size: 2.3rem;
      color: #4e7391;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1; }
    .valentines-day-feature .lw_paginate .lw_paginate_next:hover, .valentines-day-feature .lw_paginate .lw_paginate_next:focus,
    .valentines-day-feature .lw_paginate .lw_paginate_prev:hover,
    .valentines-day-feature .lw_paginate .lw_paginate_prev:focus {
      border-color: #668dac; }
      .valentines-day-feature .lw_paginate .lw_paginate_next:hover::before, .valentines-day-feature .lw_paginate .lw_paginate_next:focus::before,
      .valentines-day-feature .lw_paginate .lw_paginate_prev:hover::before,
      .valentines-day-feature .lw_paginate .lw_paginate_prev:focus::before {
        color: #668dac; }
  .valentines-day-feature .lw_paginate .lw_paginate_prev::before {
    content: '\f053'; }
  .valentines-day-feature .lw_paginate .lw_paginate_next::before {
    content: '\f054'; }
  .valentines-day-feature .lw_paginate .lw_paginate_count,
  .valentines-day-feature .lw_paginate .lw_paginate_total,
  .valentines-day-feature .lw_paginate .lw_spinner {
    display: none; }
  .valentines-day-feature .lw_paginate .lw_paginate_next,
  .valentines-day-feature .lw_paginate .lw_paginate_prev {
    z-index: 1;
    position: absolute;
    top: 0;
    margin-right: 0;
    width: 34px;
    height: 34px; }
    .valentines-day-feature .lw_paginate .lw_paginate_next::before,
    .valentines-day-feature .lw_paginate .lw_paginate_prev::before {
      font-size: 2.3rem;
      padding: 4px 8.5px; }
  .valentines-day-feature .lw_paginate .lw_paginate_prev {
    left: 0; }
  .valentines-day-feature .lw_paginate .lw_paginate_next {
    right: 0; }
  .valentines-day-feature .lw_paginate::before, .valentines-day-feature .lw_paginate::after {
    content: '';
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 34px;
    height: 34px;
    padding: 4px 8.5px;
    font-size: 2.3rem;
    color: #b0bac2;
    border: 2px solid #b0bac2;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1; }
  .valentines-day-feature .lw_paginate::before {
    content: '\f053';
    left: 0; }
  .valentines-day-feature .lw_paginate::after {
    content: '\f054';
    right: 0; }
  @media only screen and (min-width: 992px) {
    .valentines-day-feature .lw_paginate {
      margin: 20px 0 30px;
      position: absolute;
      top: 55px;
      right: 7vw; } }

/* Lists into Columns -  04/2023 */
/* https://www.beloit.edu/admission/cardinal-stritch-transfer/ */
@media only screen and (min-width: 580px) {
  .list-columns {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; }
    .list-columns li {
      margin: 0;
      page-break-inside: avoid;
      /* Theoretically FF 20+ */
      break-inside: avoid-column;
      /* Chrome, Safari, IE 11 */ } }

@media only screen and (min-width: 992px) {
  .list-columns.three {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; } }

/* Rental List -  06/2023 */
/* https://www.beloit.edu/offices/college-events/external-groups-rentals/ */
.rental-list ul li, .rental-list ol li {
  margin-bottom: 0; }

/* Beloiter Day Events Widget -  07/2023 */
/* https://www.beloit.edu/alumni/events/beloiter-days/schedule/ */
.beloiter-day-events p {
  display: inline; }

/* Inline Columns Content Layouts - 09/2023 */
/* Started, unfinished. */
.inline-columns {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .inline-columns .item {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 1em; }
    .inline-columns .item p:last-child {
      margin-bottom: 0; }
  @media only screen and (min-width: 1300px) {
    .inline-columns.two-col .item {
      -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%; }
    .inline-columns.three-col .item {
      -webkit-flex: 0 0 32%;
      -ms-flex: 0 0 32%;
      flex: 0 0 32%; } }

/* Quick Accordion Patch - 09/2023 */
/* Wish I could organize all this SCSS stuff as intended... -NM */
p + .lw_accordion:not(:first-child) {
  margin-top: 1.15em !important; }

/* Patch to force Bulletins to stack using flex. */
/* Need to do a full audit and incorporate into original. -NM */
/* https://www.beloit.edu/admission/tuition-aid/ */
@media only screen and (max-width: 991px) {
  .stack-patch .bulletin,
  .bulletin.stack-patch {
    flex-wrap: wrap;
    justify-content: center; } }

.stack-patch .bulletin .bulletin-date, .stack-patch .bulletin .bulletin-image, .stack-patch .bulletin .bulletin-square,
.bulletin.stack-patch .bulletin-date,
.bulletin.stack-patch .bulletin-image,
.bulletin.stack-patch .bulletin-square {
  width: 150px;
  height: 150px;
  -webkit-flex: 0 0 150px;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  margin-right: 25px; }
  @media only screen and (max-width: 991px) {
    .stack-patch .bulletin .bulletin-date, .stack-patch .bulletin .bulletin-image, .stack-patch .bulletin .bulletin-square,
    .bulletin.stack-patch .bulletin-date,
    .bulletin.stack-patch .bulletin-image,
    .bulletin.stack-patch .bulletin-square {
      margin: 0 0 15px 0; } }

@media only screen and (max-width: 991px) {
  .stack-patch .bulletin .bulletin-date,
  .bulletin.stack-patch .bulletin-date {
    padding: 50px 48px;
    text-align: center; } }

@media only screen and (max-width: 991px) {
  .stack-patch .bulletin .bulletin-text,
  .bulletin.stack-patch .bulletin-text {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 3%; } }

.stack-patch .bulletin .bulletin-text h4,
.bulletin.stack-patch .bulletin-text h4 {
  margin-top: -0.25em; }

/* Interest Lists 11/2023 NM */
/* Time to try LW's best practice of using UL/LI. */
.interest-list {
  margin-bottom: 36px; }
  .interest-list ul {
    padding-left: 0px; }
    .interest-list ul li::before {
      content: ""; }
  .interest-list li {
    display: flex;
    align-items: center; }
  .interest-list .image {
    order: 1;
    flex: 0 0 100px;
    margin-right: 15px;
    height: 100px; }
    .interest-list .image img {
      margin: 0;
      padding: 0; }
    .interest-list .image .image-placeholder {
      width: 100%;
      height: 100%;
      background: #4e7391; }
    .interest-list .image * {
      display: block; }
  .interest-list .text {
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 calc(100% - 115px); }
  .interest-list .name {
    flex: 0 0 auto; }
    .interest-list .name h3 {
      font-size: 1.2em;
      margin-bottom: 5px; }
    .interest-list .name h4 {
      margin: 0px; }
  .interest-list .interest {
    padding-top: 1em;
    flex: 0 0 auto; }
  @media only screen and (min-width: 580px) {
    .interest-list .image {
      flex: 0 0 150px;
      height: 150px;
      margin-right: 15px; }
    .interest-list .text {
      flex: 0 0 calc(100% - 165px); }
    .interest-list .name h3 {
      font-size: 1.4em; } }

/* Details Image Right 11/2023 NM */
/* Club/Org profiles details. */
.details-slideshow-right {
  float: right;
  width: clamp(50%, 300px, 100%); }
  .details-slideshow-right .lw_image img {
    margin: 0;
    padding: 10px;
    border: none; }

/* Fieldset Simple Styles , 05/2024 NM */
/* Better as more central, but quick quick. */
fieldset.simple {
  margin: 0 0 20px;
  border: none;
  padding: 0; }
  fieldset.simple legend {
    font-family: FFMarkWebProBold;
    font-weight: normal;
    font-style: normal;
    color: #2c608a;
    font-size: 1.9rem;
    margin: 10px 0 8px;
    padding: 0; }

/* Hide Fieldset Legend Styles, 05/2024 NM */
.hide-legend fieldset legend,
fieldset.hide-legend legend {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: #fff;
  color: #000; }

/* Radio Buttons as Button Group, 05/2024 NM */
/* Likely not a perfect implementation, at all... */
fieldset.radio-buttons {
  display: flex;
  flex-wrap: wrap; }
  fieldset.radio-buttons * {
    flex: 1 1 100%; }
  fieldset.radio-buttons .radio-button {
    flex: 1 1 10%;
    position: relative; }
  fieldset.radio-buttons .radio-button input[type="radio"] {
    display: block;
    position: absolute;
    top: 10%;
    left: 10%;
    bottom: 10%;
    right: 10%;
    opacity: 0.01;
    z-index: -1; }
  fieldset.radio-buttons .radio-button input[type="radio"] + label {
    background: #e6e6e6;
    color: #003865;
    width: 100%;
    padding: 14px 22px 16px;
    z-index: 3;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: FFMarkWebProBold;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    border: 2px solid #6e6e6e;
    border-radius: 10px;
    border-right-width: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  fieldset.radio-buttons .radio-button + .radio-button input[type="radio"] + label {
    border-left-width: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  fieldset.radio-buttons .radio-button:last-of-type input[type="radio"] + label {
    border-right: 2px solid #6e6e6e;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; }
  fieldset.radio-buttons .radio-button input[type="radio"] + label:hover {
    background: #ffc540;
    color: #003865; }
  fieldset.radio-buttons .radio-button input[type="radio"]:checked + label {
    background: #265377;
    color: #ffffff; }
  fieldset.radio-buttons .radio-button input[type="radio"]:focus-visible + label {
    outline: 2px dotted #337ab7;
    outline: auto 5px -webkit-focus-ring-color;
    outline-color: #337ab7;
    z-index: 3; }

/* Major/Minors List 05/2024 NM */
/* Widget XXX. */
#major-minors-field-filters fieldset:last-of-type,
#major-minor-field-filters fieldset:last-of-type {
  margin-bottom: 0; }

#major-minors-field-filters fieldset.filter-by-search input,
#major-minor-field-filters fieldset.filter-by-search input {
  margin-bottom: 0; }

#major-minors-field-filters .radio-buttons input[type="radio"] + label,
#major-minor-field-filters .radio-buttons input[type="radio"] + label {
  color: #000; }

#major-minors-field-filters .radio-buttons input[type="radio"]:checked + label,
#major-minor-field-filters .radio-buttons input[type="radio"]:checked + label {
  color: #ffffff; }

#major-minors-field-filters .radio-buttons #filter-major + label:hover,
#major-minor-field-filters .radio-buttons #filter-major + label:hover {
  background: #8FB9DC; }

#major-minors-field-filters .radio-buttons #filter-major:checked + label,
#major-minor-field-filters .radio-buttons #filter-major:checked + label {
  background: #003865; }

#major-minors-field-filters .radio-buttons #filter-minor + label:hover,
#major-minor-field-filters .radio-buttons #filter-minor + label:hover {
  background: #FFD36B; }

#major-minors-field-filters .radio-buttons #filter-minor:checked + label,
#major-minor-field-filters .radio-buttons #filter-minor:checked + label {
  background: #F2A900;
  color: #000; }

#major-minors-field-filters .radio-buttons #filter-program + label:hover,
#major-minor-field-filters .radio-buttons #filter-program + label:hover {
  background: #BAA1C9; }

#major-minors-field-filters .radio-buttons #filter-program:checked + label,
#major-minor-field-filters .radio-buttons #filter-program:checked + label {
  background: #644270; }

#major-minors-field-filters .radio-buttons #filter-all + label:hover,
#major-minor-field-filters .radio-buttons #filter-all + label:hover {
  background: #B5B5B5; }

#major-minors-field-filters .radio-buttons #filter-all:checked + label,
#major-minor-field-filters .radio-buttons #filter-all:checked + label {
  background: #595959; }

#major-minor-color-key {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5px 30px;
  margin: 10px 0; }
  #major-minor-color-key .color-key-label {
    margin: 0;
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    background: #fff;
    color: #000; }
  #major-minor-color-key .color-key-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 30px; }
  #major-minor-color-key ul.color-key-items {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  #major-minor-color-key .color-key-item {
    display: flex;
    align-items: center;
    gap: 5px; }
  #major-minor-color-key li.color-key-item {
    margin: 0; }
    #major-minor-color-key li.color-key-item::before {
      content: ''; }
  #major-minor-color-key .color-key-item .label {
    font-family: FFMarkWebProMedium;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    margin-bottom: 2px; }
  #major-minor-color-key .color-box {
    width: 40px;
    height: 11px; }
  #major-minor-color-key .color-key-item.major .color-box,
  #major-minor-color-key .blue .color-box,
  #major-minor-color-key .color-box.blue {
    background-color: #003865; }
  #major-minor-color-key .color-key-item.minor .color-box,
  #major-minor-color-key .gold .color-box,
  #major-minor-color-key .color-box.gold {
    background-color: #f2a900; }
  #major-minor-color-key .color-key-item.program .color-box,
  #major-minor-color-key .purple .color-box,
  #major-minor-color-key .color-box.purple {
    background-color: #644270; }

#major-minor-field-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 15px; }
  #major-minor-field-list .field {
    border: 1px gray solid;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px; }
  #major-minor-field-list .content {
    flex: 1 1 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    #major-minor-field-list .content .identity {
      padding: 20px;
      padding-bottom: 0;
      flex: 1 1 100%; }
    #major-minor-field-list .content .type {
      padding: 15px 20px;
      flex: 1 1 100%; }
      #major-minor-field-list .content .type .label {
        font-family: FFMarkWebProBold;
        font-weight: normal;
        font-style: normal; }
    #major-minor-field-list .content .search-keywords {
      padding: 20px;
      font-size: 0.6em;
      flex: 0 0 100%;
      display: none; }
    @media only screen and (min-width: 580px) {
      #major-minor-field-list .content .identity {
        padding: 20px;
        flex: 1 1 75%; }
        #major-minor-field-list .content .identity .label {
          font-family: FFMarkWebProBook;
          font-weight: normal;
          font-style: normal; }
      #major-minor-field-list .content .type {
        padding: 15px;
        flex: 1 1 20%;
        border-left: 2px #4e7391 solid;
        font-family: FFMarkWebProBold;
        font-weight: normal;
        font-style: normal; }
        #major-minor-field-list .content .type .label {
          position: absolute;
          left: -10000px;
          top: auto;
          width: 1px;
          height: 1px;
          overflow: hidden;
          background: #fff;
          color: #000; } }
  #major-minor-field-list .stripe {
    min-width: 30px;
    min-height: 30px;
    background-repeat: no-repeat;
    background-position: 0 0, 100% 0;
    background-size: 50% 100%, 100% 100%;
    flex: 0 0 30px; }
  #major-minor-field-list .major .stripe {
    background-image: linear-gradient(#003865, #003865), linear-gradient(#e6e6e6, #e6e6e6); }
  #major-minor-field-list .minor .stripe {
    background-image: linear-gradient(#e6e6e6, #e6e6e6), linear-gradient(#f2a900, #f2a900); }
  #major-minor-field-list .program .stripe {
    background-image: linear-gradient(#644270, #644270), linear-gradient(#644270, #644270); }
  #major-minor-field-list .major.minor .stripe {
    background-image: linear-gradient(#003865, #003865), linear-gradient(#f2a900, #f2a900); }
  #major-minor-field-list .major.program .stripe {
    background-image: linear-gradient(#003865, #003865), linear-gradient(#644270, #644270); }
  #major-minor-field-list .minor.program .stripe {
    background-image: linear-gradient(#644270, #644270), linear-gradient(#f2a900, #f2a900); }
  #major-minor-field-list .major.minor.program .stripe {
    background-position: 0 0, 50% 0, 100% 0;
    background-size: 33.333% 100%, 33.333% 100%, 100% 100%;
    background-image: linear-gradient(#003865, #003865), linear-gradient(#f2a900, #f2a900), linear-gradient(#644270, #644270); }
  #major-minor-field-list .name {
    margin: 0;
    font-size: 2.4rem;
    margin-top: -0.25em; }
    @media only screen and (min-width: 580px) {
      #major-minor-field-list .name {
        font-size: 2.6rem; } }
    @media only screen and (min-width: 1300px) {
      #major-minor-field-list .name {
        font-size: 2.8rem; } }
  #major-minor-field-list .department,
  #major-minor-field-list .schools {
    font-size: 0.95em;
    margin: 0; }
    #major-minor-field-list .department a,
    #major-minor-field-list .schools a {
      font-family: FFMarkWebProBook;
      font-weight: normal;
      font-style: normal; }
    #major-minor-field-list .department em a,
    #major-minor-field-list .schools em a {
      font-family: FFMarkWebProBookItalic;
      font-weight: normal;
      font-style: normal; }
  #major-minor-field-list .department {
    display: none; }
  #major-minor-field-list .no-field-results {
    border: 3px #6e6e6e solid;
    background-color: #f2f2f2;
    display: none;
    padding: 25px 20px; }
    #major-minor-field-list .no-field-results > * {
      width: 100%; }
    #major-minor-field-list .no-field-results .nfr-large {
      font-size: 1.2em; }
    #major-minor-field-list .no-field-results .nfr-small {
      font-size: 0.9em; }
  #major-minor-field-list .anchor {
    display: block;
    position: relative;
    top: -70px;
    visibility: hidden;
    pointer-events: none; }
    @media only screen and (min-width: 768px) {
      #major-minor-field-list .anchor {
        top: -110px; } }

.anchor-link {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
  pointer-events: none; }
  @media only screen and (min-width: 768px) {
    .anchor-link {
      top: -110px; } }

.filter-skip-links {
  text-align: center;
  font-size: 0.9em; }
  .filter-skip-links .skip-link + .skip-link::before {
    content: " | "; }

/* Guest Artist List as Paragraph 04/2024 NM */
/* Widget 609. */
/* Used this approach to solve "off-by-one" of "{name}, " in widgets. -NM'14*/
.list-to-paragraph {
  margin-bottom: 1.15em; }
  .list-to-paragraph p,
  .list-to-paragraph ul,
  .list-to-paragraph ul li,
  .list-to-paragraph ul li::before {
    display: inline;
    position: static;
    margin: 0;
    padding: 0; }
  .list-to-paragraph ul li::before {
    content: '';
    font-size: inherit; }
  .list-to-paragraph ul li + li::before {
    content: ', '; }
  .list-to-paragraph ul li:last-of-type::before {
    content: ', and '; }
  .list-to-paragraph ul li:last-of-type::after {
    content: '.'; }

/* Time based styles for Admissions cycle. 04/2024 NM */
/* Homepage. */
/* Assumes 'display:block', like in a div wrapper. -NM'14 */
/*.adms_season_apply {} // display normal
.adms_season_deposit {display: none;}

body.m_mar,
body.m_apr,
body.m_may,
body.m_jun,
body.m_jul,
{ // deposit season
  .adms_season_apply {display: none;}
	.adms_season_deposit {display: block;}
}*/
/* AMP Advisor widget. 04/2024 NM */
/* Widget 610, Incoming Students group. */
.amp-advisor .short-description {
  margin-top: 1em; }
  .amp-advisor .short-description h2, .amp-advisor .short-description h3, .amp-advisor .short-description h4, .amp-advisor .short-description h5, .amp-advisor .short-description h6 {
    display: none; }
  .amp-advisor .short-description * {
    display: inline; }

/* CollegeVine chatbot. 11/2024 NM */
/* Core sites, primarily. */
.cv-iframe-class {
  z-index: 49 !important; }

body.gdpr-notice-active .cv-iframe-class.cv-iframe-class {
  display: none !important; }

#cv-chatbot-spacer {
  background: #ffffff;
  height: 90px;
  width: 100%; }
  body.homepage #cv-chatbot-spacer,
  body.new-homepage #cv-chatbot-spacer {
    background: #224a6b; }

/* Convert widget results to two column. 12/2024 NM */
/* For faculty/staff/student widgets on schools. */
/* Needs further work for responsiveness. */
.results-2-col ul,
ul.results-2-col {
  display: flex;
  flex-wrap: wrap; }
  .results-2-col ul li,
  ul.results-2-col li {
    flex: 0 0 100%; }
    @media only screen and (min-width: 1300px) {
      .results-2-col ul li,
      ul.results-2-col li {
        flex: 0 0 50%; } }

/* Checlist Items - List. 01/2025 NM */
/* For Incoming Students. */
ul.checklist-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0; }

li.checklist-list-item {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  background: #f2f2f2;
  border: 2px solid #b0bac2;
  align-items: center; }
  .rich-text li.checklist-list-item:before {
    content: ''; }
  li.checklist-list-item p {
    margin: 0; }
  li.checklist-list-item p.checklist-list-name {
    margin-bottom: 0.2em; }

.checklist-list-checkbox {
  display: none;
  flex: 0 0 0%; }

.checklist-list-dates {
  position: relative;
  flex: 0 0 100%;
  padding: 10px;
  line-height: 1.2;
  border-bottom: 1px solid #b0bac2; }
  .checklist-list-dates .checklist-list-available {
    font-size: 0.8em; }

.checklist-list-details {
  position: relative;
  flex: 0 0 100%;
  padding: 10px; }
  .checklist-list-details .checklist-list-name {
    font-size: 1.05em; }
  .checklist-list-details .checklist-list-summary {
    font-size: 0.9em; }

@media only screen and (min-width: 580px) {
  .checklist-list-dates {
    flex: 1 0 140px;
    max-width: 200px;
    padding: 10px;
    border: none; }
  .checklist-list-details {
    flex: 3 0 340px; }
    .checklist-list-dates + .checklist-list-details:before {
      content: "";
      background: #b0bac2;
      position: absolute;
      bottom: 15%;
      left: -5px;
      height: 70%;
      width: 1px; } }

/* Checlist Items - Details. 01/2025 NM */
/* For Incoming Students. */
.profile-page.checklist-item-details .checklist-item-dates {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.profile-page.checklist-item-details .checklist-item-dates-set {
  flex: 0 0 100%;
  border: 2px solid #003865;
  background: #d8e4ed;
  padding: 20px; }
  .profile-page.checklist-item-details .checklist-item-dates-set + .checklist-item-dates-set {
    margin-top: 1em; }
  .profile-page.checklist-item-details .checklist-item-dates-set li {
    margin-bottom: 0; }
    .profile-page.checklist-item-details .checklist-item-dates-set li + li {
      margin-top: .75em; }
  @media only screen and (min-width: 580px) {
    .profile-page.checklist-item-details .checklist-item-dates-set {
      flex: 0 0 49%; }
      .profile-page.checklist-item-details .checklist-item-dates-set + .checklist-item-dates-set {
        margin-top: 0; } }

/* Image List, Half (Content Layout) 02/2025 NM */
/* For School of Environment & Sustainability. */
.cl-image-list-half .image-list-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em; }
  .cl-image-list-half .image-list-block + .image-list-block {
    border-top: #b0bac2 1px solid;
    padding-top: 1em; }

.cl-image-list-half .image-list-left,
.cl-image-list-half .image-list-right {
  flex: 0 0 100%;
  margin-bottom: 0.5em; }
  .cl-image-list-half .image-list-left *,
  .cl-image-list-half .image-list-right * {
    width: 100%; }

@media only screen and (min-width: 1300px) {
  .cl-image-list-half .image-list-left {
    flex: 0 0 49%;
    margin-bottom: 0; }
  .cl-image-list-half .image-list-right {
    flex: 0 0 49%;
    margin-bottom: 0; } }

.cl-image-list-half .image-list-text p {
  margin-bottom: 1em; }

.rich-text .cl-image-list-half picture.lw_image {
  display: block; }
  .rich-text .cl-image-list-half picture.lw_image img {
    margin: 0;
    width: 100%;
    max-width: 100%; }

/* Campus Accomplishments. 04/2025 NM */
/* For Academic Affairs. */
.campus-accomplishments-list .citation p {
  display: inline; }

.campus-accomplishments-list .citation p + p::before {
  content: " "; }

/* 
 *
 * Widget styles patched in from widgets.less in core theme
 *
 */
/* Required styles for Randomized Results & Slideshows */
.lw_widget_inactive_results {
  display: none; }

.lw_slideshow_interval, .lw_widget_slideshow_results, .lw_widget_slideshow_result {
  display: none; }

.lw_gallery.lw_widget_slideshow .lw_gallery_thumbnails {
  display: none; }

/* Widget columns - change to single column at 768px by default */
.lw_widget_column_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  vertical-align: top;
  margin-left: -15px;
  margin-right: -15px; }

.lw_widget_column {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

@media (max-width: 768px) {
  .lw_widget_column_wrapper {
    flex-direction: column; } }

/* Files widget file type icons */
.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,
.lw_widget_files .lw_files_wav 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_xlsx 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; }

/* Files links type icons, less specific -NM */
a.file:not(.arrow-btn):not(:has(img)).lw_files_audio {
  background: url("/live/resource/image/livewhale/images/files/mp3.gif") no-repeat 100% 50%;
  padding-right: 20px; }

a.file:not(.arrow-btn):not(:has(img)).lw_files_pdf {
  background: url("/live/resource/image/livewhale/images/files/pdficon.gif") no-repeat 100% 50%;
  padding-right: 18px; }

a.file:not(.arrow-btn):not(:has(img)).lw_files_document {
  background: url("/live/resource/image/livewhale/images/files/docicon.gif") no-repeat 100% 50%;
  padding-right: 20px; }

a.file:not(.arrow-btn):not(:has(img)).lw_files_image {
  background: url("/live/resource/image/livewhale/images/files/image.gif") no-repeat 100% 50%;
  padding-right: 20px; }

/* Related links has their own icons; don't use there. -NM */
div#related-links a.file {
  background: none;
  padding-right: 0; }

.lw_related_news img,
.lw_related_events img,
.lw_related_profiles img {
  display: none; }

/*      Resource ID: a6f65d4787ea3a0f01b3ac4610d (frontend.less, compiled by lessc, minified by none) (07/23/2025 1:07pm) (A:8439, B:8439, C:10901, D:11066, F:11066, J:11066, K:11066)      */

@font-face {
  font-family: 'lw-calendar';
  src: url('/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1616076590.eot');
  src: url('/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1616076590.eot#iefix') format('embedded-opentype'),
       url('/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1616076590.woff2') format('woff2'),
       url('/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1616076590.woff') format('woff'),
       url('/live/resource/css/livewhale/thirdparty/font-lw-calendar/font/lw-calendar.rev.1616076590.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;
}