/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */

 @font-face {
  font-family: "LGEI Text Regular";
  src: url("../../../../assets/css/fonts/LGE_Core_Brand/OTF/LGEIText-Regular.otf") format("opentype"),
       url("../../../../assets/css/fonts/LGE_Core_Brand/TTF/LGEITextTTF-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LGEI Text Bold";
  src: url("../../../../assets/css/fonts/LGE_Core_Brand/OTF/LGEIText-Bold.otf") format("opentype"),
       url("../../../../assets/css/fonts/LGE_Core_Brand/TTF/LGEITextTTF-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LGEI Text Light";
  src: url("../../../../assets/css/fonts/LGE_Core_Brand/OTF/LGEIText-Light.otf") format("opentype"),
       url("../../../../assets/css/fonts/LGE_Core_Brand/TTF/LGEITextTTF-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LGEI Text SemiBold";
  src: url("../../../../assets/css/fonts/LGE_Core_Brand/OTF/LGEIText-SemiBold.otf") format("opentype"),
       url("../../../../assets/css/fonts/LGE_Core_Brand/TTF/LGEITextTTF-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Font-face declarations for LGEI Headline */
@font-face {
  font-family: "LGEI Headline Regular";
  src: url("../../../../assets/css/fonts/LGE_Core_Brand/OTF/LGEIHeadline-Regular.otf") format("opentype"),
       url("../../../../assets/css/fonts/LGE_Core_Brand/TTF/LGEIHeadlineTTF-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LGEI Headline Bold";
  src: url("../../../../assets/css/fonts/LGE_Core_Brand/OTF/LGEIHeadline-Bold.otf") format("opentype"),
       url("../../../../assets/css/fonts/LGE_Core_Brand/TTF/LGEIHeadlineTTF-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LGEI Headline Light";
  src: url("../../../../assets/css/fonts/LGE_Core_Brand/OTF/LGEIHeadline-Light.otf") format("opentype"),
       url("../../../../assets/css/fonts/LGE_Core_Brand/TTF/LGEIHeadlineTTF-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "LGEI Headline SemiBold";
  src: url("../../../../assets/css/fonts/LGE_Core_Brand/OTF/LGEIHeadline-SemiBold.otf") format("opentype"),
       url("../../../../assets/css/fonts/LGE_Core_Brand/TTF/LGEIHeadlineTTF-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.flexslider .slides > li {
  display: none;
}
.flexslider .slides img {
  max-width: 100%;
  display: block;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 auto;
  position: relative;
  zoom: 1;
  width: 100%;
  overflow: hidden;
  padding: 0;
}
.flexslider .caption-description {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  padding: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexslider .slides > li {
  display: none;
 }
 .flexslider .slides > li.slide.flex-active-slide {
  display: flex !important;
  justify-content: center;
 }

.flexslider .caption-description h1 {
  font-family: "LGEI Headline Bold", "Segoe UI", "Microsoft Sans Serif", sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 3.75rem;
}

.flexslider .caption-description h2 {
  font-family: "LGEI Headline Bold", "Segoe UI", "Microsoft Sans Serif", sans-serif;
  font-size: 3rem;
  line-height: 3.5rem;
}


.flexslider .caption-description h3 {
  font-family: "LGEI Headline SemiBold", "Segoe UI", "Microsoft Sans Serif", sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
}

.flexslider .caption-description h4 {
  font-family: "LGEI Headline SemiBold", "Segoe UI", "Microsoft Sans Serif", sans-serif;
  font-size: 1.5rem;
  line-height: 1.875rem;
}

.flexslider .caption-description h5 {
  font-family: "LGEI Headline Regular", "Segoe UI", "Microsoft Sans Serif", sans-serif;
  font-size: 1.25rem;
  line-height: 1.625rem;
}


.flexslider .caption-description h6 {
  font-family: "LGEI Headline Regular", "Segoe UI", "Microsoft Sans Serif", sans-serif;
  font-size: 1rem;
  line-height: 1.625rem;
}


.flexslider .caption-description p {
  font-family: "LGEI Text Regular", "Segoe UI", "Microsoft Sans Serif", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.flexslider .caption-description p.title {
  font-family: "LGEI Text Regular", "Segoe UI", "Microsoft Sans Serif", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.flexslider .caption-description a {
  font-family: "LGEI Text Regular", "Segoe UI", "Microsoft Sans Serif", sans-serif;
}

.flexslider .caption-description.top-left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flexslider .caption-description.top-center {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flexslider .caption-description.top-right {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flexslider .caption-description.middle-left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flexslider .caption-description.middle-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flexslider .caption-description.middle-right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flexslider .caption-description.bottom-left {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flexslider .caption-description.bottom-center {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flexslider .caption-description.bottom-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flexslider .caption-description h1, .flexslider .caption-description h2, .flexslider .caption-description h3, .flexslider .caption-description h4, .flexslider .caption-description h5, .flexslider .caption-description h6 {
  margin-bottom: 0.5rem;
}
.flexslider .slides {
  zoom: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav a {
  width: 2.5rem;
  height: 2.5rem;
  display: block;
  border-radius: 50%;
  background-color: #FD312E;
  color: #FFF;
  text-decoration: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  overflow: hidden;
  opacity: 1;
  font-size: 0;
  line-height: 1;
  -webkit-transition: 300ms all ease-in-out;
  transition: 300ms all ease-in-out;
}
.flex-direction-nav a:hover {
  background-color: #fd6361;
}
.flex-direction-nav .flex-next, .flex-direction-nav .flex-prev {
  opacity: 0;
}
.flex-direction-nav .flex-next:before, .flex-direction-nav .flex-prev:before {
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 2.5rem;
  font-family: "Line Awesome Free";
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-weight: 900;
}
.flex-direction-nav .flex-next {
  right: -10%;
}
.flex-direction-nav .flex-next:before {
  content: "\f105";
}
.flex-direction-nav .flex-prev {
  left: -10%;
}
.flex-direction-nav .flex-prev:before {
  content: "\f104";
}

.flexslider:hover .flex-prev {
  opacity: 1;
  left: 3%;
}
.flexslider:hover .flex-next {
  opacity: 1;
  right: 3%;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "Material Icons";
  font-size: 20px;
  display: inline-block;
  content: "\e039";
}
.flex-pauseplay a :hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.flex-pauseplay a.flex-play:before {
  content: "\e036";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  margin: 0;
  bottom: -12px;
  text-align: center;
  z-index: 9;
}
.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
}
.flex-control-nav li a {
  width: 40px;
  height: 2px;
  border-radius: 2px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out;
  background: #333333;
}

.flex-control-paging li a:hover, .flex-control-paging li a.flex-active {
  background: #FD312E none repeat scroll 0 0;
}

.flex-control-paging li a.flex-active {
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
  -webkit-transition: 200ms all ease-in-out;
  transition: 200ms all ease-in-out;
}
.flex-control-thumbs img:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media only all and (max-width: 61.99rem) {
  .flexslider {
    margin: 0;
    width: 100%;
    padding: 0;
  }
  .flexslider .flex-direction-nav a {
    top: 31%;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1 !important;
  }
  .flexslider .flex-direction-nav .flex-prev, .flexslider .flex-direction-nav .flex-next {
    opacity: 1;
    filter: alpha(opacity=100);
    left: 10px;
  }
  .flexslider .flex-direction-nav .flex-prev:before, .flexslider .flex-direction-nav .flex-next:before {
    padding: 0;
    height: 0;
  }
  .flexslider .caption-description h1 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 2.5rem;
  }
  .flexslider .caption-description h2 {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }
  .flexslider .caption-description h3 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
  .flexslider .caption-description h4 {
    font-size: 1.25rem;
    line-height: 1.25rem;
  }
  .flexslider .caption-description h5, .flexslider .caption-description h5 {
    font-size: 1rem;
    line-height: 1rem;
  }
}

/* Responsive typography for mobile devices */
@media (max-width: 48rem) {
  .flexslider .caption-description p.title {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1rem;
  }
  
  .flexslider .caption-description h1 {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 2rem;
  }
  
  .flexslider .caption-description p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.125rem;
  }
}
@media screen and (max-width: 480px) {
  .flex-direction-nav a {
    display: none;
  }
}
@media (min-width: 480px) {
  .flexslider:hover .flex-control-nav {
    display: block;
  }
}