/**
 * Resets
 */

@-webkit-keyframes scroller {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}

.video-outer {
    text-align: center;
    max-width: 800px;
    margin: 0px auto;
    display: block;
}


[data-page-id="419616"] .menu-navigation {
  display: none
}

.video-holder {
    margin: 0px auto !important;
    position: relative;
    padding-bottom: 53%;
    padding-top: 25px;
    height: 0;
}

.video-holder video {
    left: 0;
    padding-bottom: 0px;
    margin: auto;
    position: absolute;
    right: 0;
    height: 100% !important;
    bottom: 0px;
    top: 0;
    max-width: 100%;
}


.quote{
    margin: 0px auto;
	 max-width: 800px;
}
.menu-navigation {
  top: 0px;
  display: none;
  position: fixed;
  right: 40px;
  top: 40px;
  transition: all 0.3s;
  z-index: 999999999;
}
.menu-icon-toggle {
  display: block;
  width: 60px;
  height: 39px;
  position: relative;
  z-index: 9;
}
.open .menu-icon-toggle::before {
  background-color: #fff;
}
.open .menu-icon-toggle::after {
  background-color: #fff;
}
.open .menu-icon-toggle span {
  background: #fff !important;
}
.menu-icon-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  background-color: #fff;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}
.menu-icon-toggle::before, .menu-icon-toggle::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  background-color: #fff;
  -webkit-transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
  transition: top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s;
  transition: transform 0.3s, top 0.3s 0.3s, bottom 0.3s 0.3s, -webkit-transform 0.3s;
}
.menu-icon-toggle::before {
  top: 6px;
}
.menu-icon-toggle::after {
  bottom: 6px;
}
.open .menu-icon-toggle span {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.open .menu-icon-toggle::before {
  background-color: #fff;
}
.open .menu-icon-toggle::after {
  background-color: #fff;
}
.open .menu-icon-toggle::before {
  top: calc(50% - 1px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open .menu-icon-toggle::after {
  bottom: calc(50% - 1px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.open .menu-icon-toggle::before, .open .menu-icon-toggle::after {
  -webkit-transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, bottom 0.3s, -webkit-transform 0.3s 0.3s;
  transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s;
  transition: top 0.3s, bottom 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.open .menu {
  left: 0px;
}
.menu {
  visibility: visible;
  box-sizing: border-box;
  left: -100%;
  z-index: 9;
  right: 0px;
  padding: 140px 30px 30px 30px;
  transition: all 0.3s;
  background: rgba(31, 68, 50, 0.91);
  position: fixed;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  height: 100vh;
}
.menu ul {
  position: relative;
  top: -30px;
  text-align: center;
  margin: 0px auto;
  width: 100%;
  margin-left: 0px !important;
}
.menu ul ul {
  top: 0px;
  margin-bottom: 20px;
  padding-left: 0px !important;
  margin-left: 0px !important;
}
.menu ul ul li a {
  font-size: 18px;
  color: #d7d7d7;
  line-height: 24px;
}
.menu ul ul li {
  margin-bottom: 10px;
}
.menu li {
  list-style: none;
  opacity: 0;
  margin-bottom: 20px;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu li {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.5s;
}
.menu li span {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.open .menu li {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.open .menu li {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.open .menu li span {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}
.menu a {
  font-family: soleil, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  font-size: 23px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  font-style: normal;
  font-weight: normal;
}
.credit {
  text-transform: uppercase;
  font-size: 12px;
  position: fixed;
  bottom: 18px;
  left: 0px;
  right: 0px;
  width: 250px;
  text-align: center;
  margin: 0px auto !important;
}
.credit a {
  border-bottom: 1px solid white !important;
}
.credit a:hover {
  border-bottom: 0px solid white !important;
}
body.scrolled-2 .arrow-down {
  transition: 0.5s all ease;
  opacity: 0;
}
.close {
  background: url("https://files.persona.co/109542/close.svg");
  width: 30px;
  background-size: contain;
  height: 30px;
  position: fixed;
  top: 30px;
  right: 30px;
}
.slideshow-nav {
  font-size: 0px;
}
.slideshow .slick-list {
  height: 100% !important;
}
.slideshow .slick-slide {
  padding: 50px;
  background: #000;
  height: 100% !important;
}
.slideshow .slick-slide img {
  object-fit: contain;
  width: 100% !important;
  height: 100% !important;
  ;
}
.slick-track {
  height: 100% !important;
  ;
}
.slideshow {
  height: 100vh;
}
[data-prev] {
  z-index: 9999;
  background: url("https://files.persona.co/109542/left.svg") !important;
  width: 30px !important;
  height: 40px !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  font-size: 0px;
  position: fixed;
  left: 30px;
  top: 50%
}
[data-next] {
  z-index: 9999;
  background: url("https://files.persona.co/109542/right.svg") !important;
  width: 30px !important;
  height: 40px !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  font-size: 0px;
  position: fixed;
  right: 30px;
  top: 50%
}
[data-page-id="419616"] .nav {
  display: none;
}
[data-page-id="419616"] .logo {
  display: none;
}
[data-page-id="419616"] #backdrop {
  display: none !important;
}
#about {
  padding-top: 300px;
}
.links {
  text-align: center;
}
.links a {
    cursor: pointer !important;
    text-transform: uppercase;
  font-family: soleil, sans-serif;
  font-weight: 600 !important;
  margin: 0px 17px;
  letter-spacing: 1px;
  color: white !important;
  border: 2px solid white !important;
  border-radius: 30px;
  font-size: 13px;
  padding: 10px 20px !important;
}
.arrow-down {
  transition: 0.5s all ease;
  position: absolute;
  bottom: 50px;
  -webkit-animation: scroller 1s infinite alternate;
  animation: scroller 1s infinite alternate;
  margin: 0px auto;
  left: 0px;
  right: 0px;
  width: 50px;
  background-repeat: no-repeat;
  height: 30px;
  background-image: url("https://files.persona.co/109542/arrow-down.svg");
}
.links a:hover {
  background: white;
  color: black !important;
}
.nav {
  text-align: right;
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 50px;
  top: 50px;
}
.nav a {
        cursor: pointer !important;

  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 31px;
  font-weight: 600;
  text-decoration: none;
  font-family: soleil, sans-serif;
  color: white;
}
.logo {
  height: 146px;
  width: 159px;
  background-size: contain !important;
  background-repeat: no-repeat;
  position: fixed;
  left: 50px;
  z-index: 999999999999;
  top: 50px;
  background-image: url("https://files.persona.co/109542/FLG-LOGO.svg");
}
.spacer {
  margin-bottom: 20vh;
  position: relative;
  height: 100vh;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
::-moz-selection {
  background-color: #09f;
  color: #fff;
}
::selection {
  background-color: #09f;
  color: #fff;
}
:focus {
  outline: 0;
}
customhtml>* {
  position: relative;
  z-index: 10;
}
/**
 * Global
 */

body, html {
  margin: 0px;
  padding: 0px;
}
html {
  position: relative;
}
body {
  background: #fff;
  color: #000;
}
a:active {
        cursor: pointer !important;

  opacity: 0.7;
}
/**
 * Backdrop
 */

#backdrop {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  z-index: 1;
}
/**
 * Container
 */

main {
  background: #fff;
  clear: both;
  overflow: hidden;
  position: absolute;
  max-width: 100%;
  width: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
main>div {
  -moz-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
.subpage_overlay {
  display: block;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
body.homepage .subpage_overlay {
  display: none;
}
/**
 * Content
 */

i, em {
  font-style: italic;
}
b, strong {
  font-weight: bold;
}
ul, ol {
  margin: 0;
  padding: 0 0 0 1em;
}
sup {
  top: -0.4em;
  vertical-align: baseline;
  position: relative;
}
sub {
  top: 0.3em;
  vertical-align: baseline;
  position: relative;
}
s {}
.slideshow-nav {
  margin-bottom: 0.5em;
}
img {
  border: 0;
  padding: 0;
}
blockquote {
  margin: 0;
  padding: 0 0 0 2em;
}
hr {
  background: rgba(127, 127, 127, 0.2);
  border: 0;
  height: 0.08em;
  display: block;
}
.bodycopy {
  display: none;
}
.container {
  min-height: 100%;
}
.content img {
  float: none;
  margin-bottom: 1em;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}
.loading[data-loading] {
  display: none;
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
}
/**
 * Editor styles
 */

[data-css-presets="true"] main {
  background-color: transparent/*!content_left*/
  ;
  text-align: left/*!text_left*/
  ;
  min-height: 100vh/*!content_stretch*/
  ;
  -webkit-align-items: center/*!vertical_middle*/
  ;
  align-items: center/*!vertical_middle*/
  ;
  left: 0/*!content_left*/
  ;
}
[data-css-presets="true"] .content_padded {
  padding: 0rem/*!main_margin*/
  ;
}
[data-css-presets="true"] .content_width {
  width: 100%/*!content_left*/
  ;
}
[data-css-presets="true"] #backdrop {
  width: 100%/*!background_cover*/
  ;
}
[data-predefined-style="true"] main {
  font-size: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  font-family: soleil, sans-serif;
  font-style: normal;
  line-height: 1.3;
}
[data-predefined-style="true"] main a {
  color: rgba(255, 255, 255, 1);
  padding-bottom: 0em;
  border-bottom: 0.08em solid rgba(255, 255, 255, 1);
  text-decoration: none;
}
[data-predefined-style="true"] main a:hover {
  border-bottom: 0px solid white;
}
main a.image-link, main a.icon-link, main a.image-link:hover, main a.icon-link:hover {
  border-bottom: 0;
  padding-bottom: 0;
}
[data-predefined-style="true"] h1 {
  font-family: soleil, sans-serif;
  max-width: 800px;
  margin: 0px auto 40px auto;
  font-style: normal;
  font-weight: 600;
  padding: 0;
  font-size: 30px;
  letter-spacing: 0.5px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 1);
  text-rendering: optimizeLegibility;
}
[data-predefined-style="true"] h1 a {
  color: rgba(0, 0, 0, 0.85);
}
[data-predefined-style="true"] h2 {
  font-family: soleil, sans-serif;
  font-style: normal;
  font-weight: 300;
  margin: 0px auto 40px auto;
 max-width: 800px;  padding: 0;
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}
[data-predefined-style="true"] h2 a {
  color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid white;
}
[data-predefined-style="true"] small {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: soleil, sans-serif;
  font-style: normal;
  color: rgba(255, 255, 255, 1);
}
[data-predefined-style="true"] small a {
  color: rgba(255, 255, 255, 1);
  border-bottom-width: 0.1em;
}
[data-css-presets="true"] .subpage_overlay {
  background-color: initital/*!subpage_overlay*/
  ;
}
/**
 * Backstage Icon
 */

#backstage_icon {
  display: block;
}
/**
 * Breakpoints
 */

[data-css-presets="true"].mobile #plugin, [data-css-presets="true"].mobile #backdrop, .mobile #backdrop, .mobile #plugin {
  position: relative;
  height: 50vh;
  min-width: 100%;
  width: calc(100% - 80rem)/*!right_fit*/
  ;
  top: 0;
  bottom: auto;
  left: 0/*!right_fit*/
  ;
}
.mobile main, [data-css-presets="true"].mobile main {
  position: relative;
  min-height: 10px;
  max-width: 100%;
  width: 100%;
}
.mobile main.content_width, [data-css-presets="true"].mobile main.content_width {
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 1300px) {
  .nav a {
    font-size: 16px;
    line-height: 28px;
  }
  .logo {
    height: 130px;
    width: 142px;
    left: 40px;
    top: 40px;
  }
  .nav {
    top: 40px;
    right: 40px
  }
}
@media only screen and (max-width: 1250px) {
  #content {
    margin: 0px auto !important;
    width: calc(100% - 450px) !important;
  }
}
@media only screen and (max-width: 1200px) {
  .logo {
    position: absolute;
  }
  #content {
    margin: 0px 0px auto 0px !important;
    padding-left: 40px;
    width: calc(100% - 120px) !important;
  }
  [data-page-id="419616"] #content {
    margin: 0px 0px auto 0px !important;
    padding-left: 0px;
    width: calc(100% - 0px) !important;
  }
  .nav {
    display: none;
  }
  .menu-navigation {
    display: block;
  }
  .spacer {
    margin-bottom: 0vh;
    position: relative;
    height: 100vh;
  }
  #about {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 1000px) {
  [data-prev] {
    width: 15px !important;
    height: 30px !important;
    left: 15px;
  }
  [data-next] {
    width: 15px !important;
    height: 30px !important;
    right: 15px
  }
  .close {
    right: 15px;
    top: 15px;
    height: 25px;
    width: 25px;
    background-size: contain !important;
  }
  [data-predefined-style="true"] h1 {
    font-size: 25px;
  }
  [data-predefined-style="true"] h2 {
    font-size: 20px;
  }
  .links {
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
    align-content: center;
    justify-content: center;
    align-self: center;
  }
  .links a {
    font-family: soleil, sans-serif;
    font-weight: 600 !important;
    width: auto;
    margin: 0px 0px 30px 0px;
    display: inline-block;
    letter-spacing: 1px;
    color: white !important;
    border: 2px solid white !important;
    border-radius: 30px;
    font-size: 14px;
    padding: 10px 20px !important;
  }
  [data-predefined-style="true"] main {
    font-size: 20px;
  }
}
@media only screen and (max-width: 700px) {
  [data-predefined-style="true"] h1 {
    font-size: 23px;
  }
  [data-predefined-style="true"] h2 {
    font-size: 16px;
  }
  .links a {
    margin: 0px 0px 25px 0px;
    font-size: 12px;
    padding: 5px 15px !important;
  }
  [data-predefined-style="true"] main {
    font-size: 18px;
  }
  #content {
    margin: 0px auto !important;
    padding-left: 0px;
    width: calc(100% - 60px) !important;
  }
  .menu-navigation {
    right: 30px;
    top: 30px;
  }
  .slideshow .slick-slide {
    padding: 50px 0px;
  }
    .logo {
    height: 110px;
    width: 120px;
    left: 30px;
    top: 30px;
  }
}