@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.slick-track:before, .slick-track:after {
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.secondLvlCss {
  /* youtube iframe */
}
.secondLvlCss h2 {
  font-family: "optima-lt-pro", sans-serif;
  font-weight: 400;
  margin: 0 0 40px;
  font-size: clamp( 3.3125rem, 4.2410714286vw + 0.5982142857rem, 5.6875rem );
  line-height: clamp( 3.4375rem, 4.3526785714vw + 0.6517857143rem, 5.875rem );
}
.secondLvlCss h2::first-letter {
  text-transform: uppercase;
}
body.athletics .secondLvlCss h2 {
  font-family: "factoria", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.59px;
}
body.athletics .secondLvlCss h2 em {
  color: #d64202;
}
.secondLvlCss h3 {
  font-family: "optima-lt-pro", sans-serif;
  font-weight: 400;
  color: #D64202;
  margin: 0 0 40px;
  font-size: clamp( 2.1875rem, 2.7901785714vw + 0.4017857143rem, 3.75rem );
  line-height: clamp( 2.5rem, 4.4642857143vw + -0.3571428571rem, 5rem );
}
.secondLvlCss h3::first-letter {
  text-transform: uppercase;
}
body.athletics .secondLvlCss h3 {
  font-family: "factoria", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.05px;
  color: #F24C03;
}
body.athletics .secondLvlCss h3 em {
  color: #d64202;
}
.secondLvlCss h4 {
  font-weight: 400;
  margin: 0 0 40px;
  font-size: clamp( 1.75rem, 2.4553571429vw + 0.1785714286rem, 3.125rem );
  line-height: clamp( 1.875rem, 4.4642857143vw + -0.9821428571rem, 4.375rem );
}
.secondLvlCss h4::first-letter {
  text-transform: uppercase;
}
body.athletics .secondLvlCss h4 {
  font-family: "factoria", sans-serif;
  font-weight: 800;
  letter-spacing: 0.84px;
}
body.athletics .secondLvlCss h4 em {
  color: #d64202;
}
.secondLvlCss h5 {
  font-weight: 400;
  margin: 0 0 40px;
  font-size: clamp( 1.5625rem, 2.4553571429vw + -0.0089285714rem, 2.9375rem );
  line-height: clamp( 1.875rem, 4.4642857143vw + -0.9821428571rem, 4.375rem );
}
.secondLvlCss h5::first-letter {
  text-transform: uppercase;
}
.secondLvlCss p {
  display: block;
  margin-bottom: 50px;
  font-size: clamp( 1rem, 1.1160714286vw + 0.2857142857rem, 1.625rem );
  line-height: clamp( 1.5625rem, 1.8973214286vw + 0.3482142857rem, 2.625rem );
}
.secondLvlCss p strong {
  color: #F24C03;
}
.secondLvlCss hr {
  width: 100%;
  height: 5px;
  display: block;
  position: relative;
  margin: 50px 0;
  background: url("../../../Images/img/general/hr-line.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  border: none;
}
.secondLvlCss blockquote {
  font-family: "optima-lt-pro", sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
  text-align: left;
  margin: 50px 0;
  font-size: clamp( 1.4375rem, 3.0133928571vw + -0.4910714286rem, 3.125rem );
  line-height: clamp( 2.0625rem, 4.1294642857vw + -0.5803571429rem, 4.375rem );
}
@media (max-width: 767px) {
  .secondLvlCss blockquote {
    padding-left: 45px;
  }
}
body.athletics .secondLvlCss blockquote {
  font-family: "factoria", sans-serif;
  font-weight: 800;
}
.secondLvlCss blockquote:before {
  content: "";
  font-family: "g-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fa4516;
  position: absolute;
  left: -40px;
  top: -20px;
  font-size: 40px;
}
@media (max-width: 767px) {
  .secondLvlCss blockquote:before {
    left: -5px;
  }
}
body.athletics .secondLvlCss blockquote:before {
  content: "";
  left: -65px;
  top: -25px;
}
@media (max-width: 767px) {
  body.athletics .secondLvlCss blockquote:before {
    font-size: 25px;
    left: 0;
    top: -15px;
  }
}
.secondLvlCss blockquote p {
  font-family: inherit !important;
  position: relative;
  z-index: 2;
  margin: 0 !important;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-family: inherit;
  display: inline;
  color: inherit;
}
.secondLvlCss table {
  max-width: 100%;
  margin: 50px 0;
  position: relative;
  border-right: none;
  border-bottom: none;
}
html.touch .secondLvlCss table {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.secondLvlCss table tr:last-child td {
  border-bottom: none;
}
.secondLvlCss table th {
  background: #F24C03;
  color: #FFFFFF;
  border-bottom-width: 3px;
}
.secondLvlCss table td,
.secondLvlCss table th {
  width: 25%;
  border-right: 3px solid #181717;
  border-bottom: 3px solid #181717;
  padding: 15px;
  font-weight: 400;
  font-size: clamp( 1rem, 1.1160714286vw + 0.2857142857rem, 1.625rem );
  line-height: clamp( 1.5625rem, 1.6741071429vw + 0.4910714286rem, 2.5rem );
}
.secondLvlCss table td:last-child,
.secondLvlCss table th:last-child {
  border-right: none;
}
.secondLvlCss table td p,
.secondLvlCss table th p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin-bottom: 0;
}
.secondLvlCss table th,
.secondLvlCss table .head-column {
  font-size: clamp( 1.25rem, 0.8928571429vw + 0.6785714286rem, 1.75rem );
  font-weight: 700;
}
body.athletics .secondLvlCss table th,
body.athletics .secondLvlCss table .head-column {
  font-family: "factoria", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
@media (min-width: 768px) {
  .secondLvlCss table .head-column {
    display: none;
  }
  .secondLvlCss table:not(.responsive-table) {
    overflow-y: auto;
    overflow-x: auto;
  }
  html.touch .secondLvlCss table:not(.responsive-table) {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767px) {
  .secondLvlCss table.responsive-table colgroup {
    display: none !important;
  }
  .secondLvlCss table.responsive-table th {
    height: 0;
    overflow: hidden;
    display: block;
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    left: 0;
    top: 0;
  }
  .secondLvlCss table.responsive-table td {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .secondLvlCss table.responsive-table .head-column {
    width: 30%;
    display: block;
  }
  .secondLvlCss table.responsive-table .head-column + .content-column {
    display: block;
    width: 70%;
    vertical-align: top;
    padding-left: 20px;
  }
}
.secondLvlCss .downloadBtn {
  display: inline-block;
  background: #181717;
  font-weight: 700;
  margin: 0;
  padding: 20px 75px 20px 30px;
  color: #FFFFFF;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  -moz-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  position: relative;
  font-size: clamp( 1.25rem, 0.6696428571vw + 0.8214285714rem, 1.625rem );
  line-height: clamp( 1.5rem, 1.7857142857vw + 0.3571428571rem, 2.5rem );
}
.secondLvlCss .downloadBtn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #F24C03;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.secondLvlCss .downloadBtn span {
  position: relative;
  z-index: 1;
}
.secondLvlCss .downloadBtn span.chevron-right {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.secondLvlCss .downloadBtn span.chevron-right:before {
  color: #F24C03;
  font-size: 22px;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
html.no-touch .secondLvlCss .downloadBtn:hover {
  color: #FFFFFF;
}
html.no-touch .secondLvlCss .downloadBtn:hover:before {
  width: 100%;
}
html.no-touch .secondLvlCss .downloadBtn:hover span.chevron-right:before {
  color: #FFFFFF;
}
body.athletics .secondLvlCss .downloadBtn {
  font-family: "factoria", sans-serif;
}
.secondLvlCss ol {
  list-style: none;
  counter-reset: item;
  display: block;
  margin: 0 0 50px;
}
.secondLvlCss ol li {
  counter-increment: item;
  position: relative;
  padding-left: 50px;
  font-weight: 400;
  margin-bottom: 15px;
  font-size: clamp( 1rem, 1.1160714286vw + 0.2857142857rem, 1.625rem );
  line-height: clamp( 1.5625rem, 1.8973214286vw + 0.3482142857rem, 2.625rem );
}
.secondLvlCss ol li:first-letter {
  text-transform: uppercase;
}
.secondLvlCss ol li:before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 3px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* SVG as background */
  background-image: url("../../../Images/img/general/ol-border.svg");
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-repeat: no-repeat;
  /* Style the number */
  font-family: "optima-lt-pro", sans-serif;
  font-size: 20px;
}
body.athletics .secondLvlCss ol li:before {
  background-color: #F24C03;
  font-family: "factoria", sans-serif;
  color: #fff;
}
.secondLvlCss ul {
  display: block;
  margin: 0 0 50px;
}
.secondLvlCss ul li {
  font-weight: 400;
  list-style-type: none;
  padding-left: 30px;
  position: relative;
  margin-bottom: 15px;
  font-size: clamp( 1rem, 1.1160714286vw + 0.2857142857rem, 1.625rem );
  line-height: clamp( 1.5625rem, 1.8973214286vw + 0.3482142857rem, 2.625rem );
}
.secondLvlCss ul li u {
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
}
.secondLvlCss ul li u:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
  /* Adjust based on how thick you want it */
  background-image: url("../../../../Images/img/general/featured-underline.svg");
  background-repeat: no-repeat;
  -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
       background-size: 100% auto;
  background-position: center bottom;
  background-color: transparent;
}
.secondLvlCss ul li:before {
  content: "";
  width: 9px;
  height: 9px;
  display: block;
  background: url("../../../Images/img/general/ul-bullet-point.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  position: absolute;
  left: 0;
  top: 17px;
}
.secondLvlCss ul li:first-letter {
  text-transform: uppercase;
}
.secondLvlCss ul li:last-child {
  margin-bottom: 0;
}
.secondLvlCss ul li ul {
  margin-top: 20px;
}
.secondLvlCss ul li ul li:before {
  background: url("../../../Images/img/general/ul-bullet-point-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
}
.secondLvlCss img {
  width: 100%;
  height: auto;
  margin: 50px 0;
  display: block;
  position: relative;
}
.secondLvlCss img.alignLeft {
  width: 310px;
  height: auto;
  float: left;
  margin: 0 20px 20px 0;
  clear: both;
}
.secondLvlCss img.alignRight {
  width: 310px;
  height: auto;
  float: right;
  margin: 0 0 20px 20px;
  clear: both;
  left: auto;
}
.secondLvlCss a:not(.downloadBtn) {
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  position: relative;
}
body.athleticsCalendar .secondLvlCss a:not(.downloadBtn) {
  text-decoration: underline;
  -webkit-text-decoration-color: #F24C03;
     -moz-text-decoration-color: #F24C03;
          text-decoration-color: #F24C03;
  text-decoration-thickness: 2px;
}
.secondLvlCss a:not(.downloadBtn) span,
.secondLvlCss a:not(.downloadBtn) em {
  z-index: 2;
  position: relative;
}
.secondLvlCss a:not(.downloadBtn):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #F24C03;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  transition: height 0.3s ease;
  z-index: 1;
}
body.athleticsCalendar .secondLvlCss a:not(.downloadBtn):after {
  display: none;
}
.secondLvlCss a:not(.downloadBtn)[href$=".pdf"], .secondLvlCss a:not(.downloadBtn)[target=_blank]:not([href$=".pdf"]), .secondLvlCss a:not(.downloadBtn)[href^=mailto] {
  margin-right: 5px;
  position: relative;
  display: inline-block;
  padding-right: clamp( 1.25rem, 1.1160714286vw + 0.5357142857rem, 1.875rem );
}
.secondLvlCss a:not(.downloadBtn)[href$=".pdf"]:before, .secondLvlCss a:not(.downloadBtn)[target=_blank]:not([href$=".pdf"]):before, .secondLvlCss a:not(.downloadBtn)[href^=mailto]:before {
  font-size: 100%;
  position: absolute;
  right: 0;
  height: 100%;
  padding-left: 5px;
  z-index: 2;
  color: #F24C03;
  padding-top: clamp( 0.25rem, 0.6696428571vw + -0.1785714286rem, 0.625rem );
}
body.athleticsCalendar .secondLvlCss a:not(.downloadBtn)[href$=".pdf"]:before, body.athleticsCalendar .secondLvlCss a:not(.downloadBtn)[target=_blank]:not([href$=".pdf"]):before, body.athleticsCalendar .secondLvlCss a:not(.downloadBtn)[href^=mailto]:before {
  background: transparent !important;
  padding-top: 4px;
}
.secondLvlCss a:not(.downloadBtn)[target=_blank]:not([href$=".pdf"]) {
  padding-right: clamp( 1.5625rem, 1.1160714286vw + 0.8482142857rem, 2.1875rem );
}
.secondLvlCss a:not(.downloadBtn)[href^=mailto] {
  margin-right: 3px;
  padding-right: clamp( 1.4375rem, 1.1160714286vw + 0.7232142857rem, 2.0625rem );
}
html.no-touch .secondLvlCss a:not(.downloadBtn):hover:after {
  height: 100%;
}
body.athleticsCalendar html.no-touch .secondLvlCss a:not(.downloadBtn):hover:after {
  height: 0;
}
.secondLvlCss .embed-container {
  margin: 25px 0;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.secondLvlCss html.lt-ie8 .embed-container {
  overflow: visible;
  height: auto;
}
.secondLvlCss .embed-container iframe,
.secondLvlCss .embed-container object,
.secondLvlCss .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .secondLvlCss .downloadBtn:before {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    right: -20px;
  }
  .secondLvlCss h1 {
    font-size: 38px;
    line-height: 43px;
    text-align: left;
    margin: 0;
  }
  .secondLvlCss h2 {
    font-size: 40px;
    line-height: 55px;
  }
  .secondLvlCss h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .secondLvlCss h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .secondLvlCss h5 {
    font-size: 22px;
    line-height: 28px;
  }
  .secondLvlCss .downloadBtn {
    text-align: center;
  }
  .secondLvlCss p.featured-paragraph {
    font-size: 20px;
    line-height: 26px;
  }
}
.main-hero {
  height: 60vh;
  overflow: hidden;
}
.main-hero .fader-wrapper {
  height: 100%;
}
.main-hero .title-area {
  display: none;
}

.ZoomContainer {
  display: none;
}

.pageContent .container {
  padding: 40px 20px 40px;
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .pageContent .container {
    max-width: 1020px;
  }
}
@media screen and (max-width: 1024px) {
  .pageContent .container {
    max-width: 100%;
  }
}
.pageContent .container:after {
  display: none;
}
.pageContent .container .utilityBar {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.pageContent .container .utilityBar .SharePrintWidget .ShareBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 300;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
html.no-touch .pageContent .container .utilityBar .SharePrintWidget .ShareBtn:hover {
  color: #F24C03;
}
.pageContent .container .utilityBar .SharePrintWidget .ShareBtn span.icon {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  margin-left: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.pageContent .container .utilityBar .SharePrintWidget .ShareBtn span.icon i {
  width: 22px;
  height: 22px;
  background-image: url("data:image/svg+xml,%3Csvg%20fill%3D%27%23181717%27%20viewBox='0 0 96 96' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M72 56c-4.813 0-9.12 2.137-12.054 5.501L39.643 51.35c.23-1.081.357-2.201.357-3.35s-.127-2.269-.357-3.349l20.303-10.152C62.879 37.864 67.187 40 72 40c8.836 0 16-7.164 16-16S80.836 8 72 8s-16 7.164-16 16c0 1.149.127 2.269.357 3.349L36.054 37.501C33.121 34.136 28.814 32 24 32c-8.836 0-16 7.164-16 16s7.164 16 16 16c4.814 0 9.12-2.137 12.054-5.501l20.304 10.152C56.127 69.731 56 70.851 56 72c0 8.836 7.164 16 16 16s16-7.164 16-16-7.164-16-16-16zm0-40a8 8 0 1 1 0 16 8 8 0 0 1 0-16zM24 56a8 8 0 1 1 0-16 8 8 0 0 1 0 16zm48 24a8 8 0 1 1 0-16 8 8 0 0 1 0 16z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-position: center center;
}
.pageContent .container .backButton a {
  font-size: 17px;
  font-weight: 800;
  color: #181717;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.pageContent .container .backButton a .g-icons {
  width: 47px;
  height: 47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F24C03;
  margin-right: 20px;
}
.pageContent .container .backButton a .g-icons:before {
  color: #181717;
  -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
html.no-touch .pageContent .container .backButton a:hover {
  color: #F24C03;
}
html.no-touch .pageContent .container .backButton a:hover .g-icons:before {
  color: #fff;
}
@media screen and (max-width: 992px) {
  .pageContent .container .backButton a {
    font-size: 16px;
  }
}
.pageContent .container .articleContentWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.pageContent .container .articleContentWrapper .articleContent {
  width: -webkit-calc(100% - 316px);
  width: -moz-calc(100% - 316px);
  width: calc(100% - 316px);
  padding-right: 80px;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .pageContent .container .articleContentWrapper .articleContent {
    width: 100%;
    padding-right: 0;
  }
}
.pageContent .container .articleContentWrapper .articleContent .articleCategories .cat {
  font-size: 16px;
  font-weight: 800;
  color: #FFFFFF;
  background: #F24C03;
  padding: 5px 15px;
  margin-right: 10px;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
html.no-touch .pageContent .container .articleContentWrapper .articleContent .articleCategories .cat:hover {
  color: #181717;
}
@media screen and (max-width: 992px) {
  .pageContent .container .articleContentWrapper .articleContent .articleCategories .cat {
    font-size: 16px;
  }
}
.pageContent .container .articleContentWrapper .articleContent h1.articleTitle {
  font-family: "optima-lt-pro", sans-serif;
  font-size: clamp( 1.875rem, 1.1160714286vw + 1.1607142857rem, 2.5rem );
  line-height: clamp( 2.5rem, 1.1160714286vw + 1.7857142857rem, 3.125rem );
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .pageContent .container .articleContentWrapper .articleContent h1.articleTitle {
    font-size: 30px;
    line-height: 32px;
  }
}
.pageContent .container .articleContentWrapper .articleContent .articleMeta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  .pageContent .container .articleContentWrapper .articleContent .articleMeta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pageContent .container .articleContentWrapper .articleContent .articleMeta .articleDate {
  font-size: 20px;
  font-weight: 800;
  margin-right: 35px;
}
@media screen and (max-width: 992px) {
  .pageContent .container .articleContentWrapper .articleContent .articleMeta .articleDate {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.pageContent .container .articleContentWrapper .articleContent .articleAuthor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.pageContent .container .articleContentWrapper .articleContent .articleAuthor .authorImage {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  overflow: hidden;
  margin-right: 10px;
}
.pageContent .container .articleContentWrapper .articleContent .articleAuthor .authorName {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 17px;
  font-weight: 300;
}
.pageContent .container .articleContentWrapper .articleContent .articleAuthor .authorName .name {
  margin-bottom: 5px;
}
.pageContent .container .articleContentWrapper .articleContent .articleAuthor .authorName .name b {
  font-weight: 600;
}
.pageContent .container .articleContentWrapper .articleContent .articleAuthor .authorName .role {
  font-size: 16px;
}
.pageContent .container .articleContentWrapper .articleContent .articlePreFooter h4 {
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .pageContent .container .articleContentWrapper .articleContent .articlePreFooter h4 {
    font-size: 20px;
  }
}
.pageContent .container .articleContentWrapper .articleContent .articlePreFooter .articleCategories {
  margin-bottom: 100px;
}
@media screen and (max-width: 992px) {
  .pageContent .container .articleContentWrapper .articleContent .articlePreFooter .articleCategories {
    margin-bottom: 35px;
  }
}
.pageContent .container .articleContentWrapper .articleContent .articlePreFooter .backButton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.pageContent .container .articleContentWrapper .articleSidebar {
  width: 316px;
}
@media screen and (max-width: 992px) {
  .pageContent .container .articleContentWrapper .articleSidebar {
    width: 100%;
  }
}
.pageContent .container .articleContentWrapper .articleSidebar h4 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-family: "optima-lt-pro", sans-serif;
}
@media screen and (max-width: 992px) {
  .pageContent .container .articleContentWrapper .articleSidebar h4 {
    font-size: 20px;
  }
}
.pageContent .container .articleContentWrapper .articleSidebar .sidebarNews {
  margin-bottom: 40px;
}
@media screen and (min-width: 481px) and (max-width: 992px) {
  .pageContent .container .articleContentWrapper .articleSidebar .sidebarNews .cards.news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -10px;
  }
}
.pageContent .container .articleContentWrapper .articleSidebar .sidebarNews .cards.news .story-card {
  margin-bottom: 40px;
}
@media screen and (min-width: 481px) and (max-width: 992px) {
  .pageContent .container .articleContentWrapper .articleSidebar .sidebarNews .cards.news .story-card {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    margin: 5px 5px;
  }
}
@media screen and (max-width: 480px) {
  .pageContent .container .articleContentWrapper .articleSidebar .sidebarNews .cards.news .story-card {
    width: 100%;
  }
}
.pageContent .container .articleContentWrapper .articleSidebar .sidebarStories {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .pageContent .container .articleContentWrapper .articleSidebar .sidebarStories .stories.cards {
    margin-right: -20px;
    margin-left: -20px;
    margin-bottom: 80px;
  }
}
.pageContent .container .articleContentWrapper .articleSidebar .sidebarStories .stories.cards .story-card {
  margin-bottom: 40px;
}
@media screen and (max-width: 992px) {
  .pageContent .container .articleContentWrapper .articleSidebar .sidebarStories .stories.cards .story-card {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 250px;
  }
}
@media screen and (max-width: 992px) {
  .pageContent .container .articleContentWrapper .articleSidebar .sidebarStories .stories.cards .slick-track {
    margin-left: 17px;
  }
}
@media screen and (max-width: 992px) {
  .pageContent .container .articleContentWrapper .articleSidebar .sidebarStories .stories.cards .crsl-ctrl {
    position: absolute;
    bottom: -30px;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%);
  }
  .pageContent .container .articleContentWrapper .articleSidebar .sidebarStories .stories.cards .crsl-ctrl.prev {
    left: 20px;
  }
  .pageContent .container .articleContentWrapper .articleSidebar .sidebarStories .stories.cards .crsl-ctrl.prev span:before {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    display: block;
  }
  .pageContent .container .articleContentWrapper .articleSidebar .sidebarStories .stories.cards .crsl-ctrl.next {
    right: 20px;
  }
}
.pageContent .container .articleContentWrapper .articleSidebar .sidebarStories .downloadBtn.more {
  display: none;
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .pageContent .container .articleContentWrapper .articleSidebar .sidebarStories .downloadBtn.more {
    display: inline-block;
  }
}
.pageContent .articleFooter {
  width: 100%;
  background: #FFF9F7;
}
.pageContent .articleFooter h2 {
  font-family: "optima-lt-pro", sans-serif;
  font-size: 40px;
  margin-bottom: 30px;
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .pageContent .articleFooter h2 {
    font-size: 25px;
  }
}
.pageContent .articleFooter .cards.promos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .pageContent .articleFooter .cards.promos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.pageContent .articleFooter .cards.promos .promo-card {
  width: 33.333%;
}
@media screen and (max-width: 992px) {
  .pageContent .articleFooter .cards.promos .promo-card {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .pageContent .articleFooter .cards.promos .promo-card {
    margin-bottom: 10px;
  }
}
.pageContent .articleFooter .cards.promos .promo-card .card-inner .button .g-icons.chevron-right:before {
  color: #181717;
}